blob: 32e5f26ecc6b2e47d0d397a2d5bac985ae7ba276 [file] [log] [blame]
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: implemented checks from section 7.2
4
Daniel Veillard77648bb2003-02-20 15:03:22 +00005Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
6
7 * relaxng.c: implemented the checks from section 7.1, fixed
8 some of the 4.20 and 4.21 problems.
9 found 373 test schemas: 338 success 35 failures
10 found 529 test instances: 519 success 6 failures
11 * result/relaxng/*: updated the results
12
Daniel Veillard1c745ad2003-02-20 00:11:02 +000013Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
14
15 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
16 * result/relaxng/*: updated the results
17
Daniel Veillardce14fa52003-02-19 17:32:48 +000018Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
19
20 * relaxng.c: more bugfixes
21 * result/relaxng/*: updated the results
22
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +000023Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
24
25 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
26 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
27 * SAX.c: ensured xmlDoc.URL is always canonic
28 * parser.c: obsoleted xmlNormalizeWindowsPath
29 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
30 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
31 * win32/libxml2.def.src: added few exports
32
33
Daniel Veillard2e9b1652003-02-19 13:29:45 +000034Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
35
36 * Makefile.am configure.in: patched to have shared libraries
37 for Python regression tests and static binaries for gdb debug
38 in my development environment
39 * relaxng.c: more bugfixes
40 found 373 test schemas: 296 success 77 failures
41 found 529 test instances: 516 success 8 failures
42 * result/relaxng/*: updated the results
43
Daniel Veillard8fe98712003-02-19 00:19:14 +000044Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
45
46 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
47
Daniel Veillardd4310742003-02-18 21:12:46 +000048Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
49
50 * xmlschemastypes.c: float/double check bugfix
51 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
52 validation
53 * xmlreader.c: add a TODO for Jody
54 * relaxng.c: bugfix bugfix bugfix
55 found 373 test schemas: 300 success 73 failures
56 found 529 test instances: 507 success 10 failures
57 * result/relaxng/*: updated the results
58
Daniel Veillard2df2de22003-02-17 23:34:33 +000059Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
62
Daniel Veillard416589a2003-02-17 17:25:42 +000063Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
64
65 * relaxng.c check-relaxng-test-suite.py: more work on the
66 RelaxNG implementation conformance testing.
67 found 373 test schemas: 284 success 89 failures
68 found 529 test instances: 448 success 47 failures
69 * result/relaxng/*: updated the results
70
Daniel Veillard784b9352003-02-16 15:50:27 +000071Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
72
73 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
74 a patch from Kjartan Maraas to fix some typos
75
Daniel Veillardfebcca42003-02-16 15:44:18 +000076Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
77
78 * relaxng.c: more bug-hunting
79 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
80 intermediate rng tree
81 * python/generator.py: patch from Stephane Bidoul to fix the generator
82 on python < 2.2
83
Daniel Veillardd2298792003-02-14 16:54:11 +000084Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
85
86 * check-relaxng-test-suite.py relaxng.c: more testing on the
87 Relax-NG front, cleaning up the regression tests failures
88 current state and I forgot support for "mixed":
89 found 373 test schemas: 280 success 93 failures
90 found 529 test instances: 401 success 68 failures
91 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
92 moved the Name, NCName and QName validation routine in tree.c
93 * uri.c: fixed handling of URI ending up with #, i.e. having
94 an empty fragment ID.
95 * result/relaxng/*: updated the results
96
Daniel Veillard9a237c92003-02-13 15:52:58 +000097Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
98
99 * check-xinclude-test-suite.py: improved the script accordingly
100 to the XInclude regression tests updates
101 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
102 November 2002
103 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
104 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
105 augmented the Xpointer testsuite for the element() scheme
106
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000107Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
108
109 * relaxng.c: added TODO for the DTD compatibility spec
110 * xinclude.c: more bug fixes driven by the testsuite
111
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000112Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
113
114 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
115 regression tests for XInclude, improved the script, improving
116 XInclude error reporting mechanism
117
Daniel Veillard1d788d22003-02-10 16:21:58 +0000118Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * NEWS doc/* configure.in: preparing release 2.5.3
121
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000122Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * tree.c: trying to fix #104934 about some XHTML1 serialization
125 issues.
126
Daniel Veillard809faa52003-02-10 15:43:53 +0000127Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
130 encoding conversion when the input buffer stops in the
131 middle of a multibyte char
132
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000133Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
134
135 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
136 * check-relaxng-test-suite.py: python script to run regression
137 against OASIS RelaxNG testsuite
138 * relaxng.c: some cleanup tweaks
139 * HTMLparser.c globals.c: cleanups in comments
140 * doc/libxml2-api.xml: updated the API
141 * result/relaxng/*: errors moved files, so large diffs but
142 no changes at the semantic level.
143
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000144Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
145
146 * tree.c: fixing #105678 problem when dumping a namespace node.
147
Daniel Veillard591b4be2003-02-09 23:33:36 +0000148Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
149
150 * xpath.c: fixed doc comment problems
151 * python/generator.py python/libxml_wrap.h python/types.c: adding
152 RelaxNG wrappers
153 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
154 test of those early Python RelaxNG bindings
155
156Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000157
158 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
159 * relaxng.c: found the validation problem I had with interleave
160 when not covering all remaining siblings
161 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
162 testsuite and check the RNG schemas against the RNG schemas
163 given in appendix A
164
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000165Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
166
167 * win32/Makefile.msvc: updates for RelaxNG
168 * win32/Makefile.mingw: updates for RelaxNG
169 * win32/libxml2.def.src: added RelaxNG exports
170
Daniel Veillard97fd5672003-02-07 13:01:54 +0000171Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
172
173 * xinclude.c: applied another bug fix from Sean Chittenden
174
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000175Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
176
177 * configure.in xmllint.c: I f...ed up the default configuration
178 of schemas and --relaxng option display in xmllint, pointed by
179 Morus Walter.
180 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
181 detection module, fixes bug #105374.
182
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000183Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
184
185 * xmlschemastypes.c: added the boolean base type.
186
Daniel Veillard96a4b252003-02-06 08:22:32 +0000187Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * xmlschemastypes.c: started implementing some of the missing
190 default simple types
191 * result/relaxng/*: updated the results
192
Daniel Veillard72fef162003-02-05 14:31:19 +0000193Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
194
195 * NEWS doc/*: updated the docs, ready for 2.5.2 release
196
Daniel Veillard71531f32003-02-05 13:19:53 +0000197Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
198
199 * HTMLparser.c tree.c xmlIO.c: comments cleanups
200 * Makefile.am: use xmllint for doing the RelaxNG tests
201 * configure.in: preparing 2.5.2 made schemas support default to
202 on instead of off
203 * relaxng.c: removed the verbosity
204 * xmllint.c: added --relaxng option
205 * python/generator.py python/libxml_wrap.h: prepared the integration
206 of the new RelaxNG module and schemas
207 * result/relaxng/*: less verbose output
208
Daniel Veillardec498e12003-02-05 11:01:50 +0000209Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
210
211 * valid.c: do not run content model validation if the
212 content is not determinist
213
Daniel Veillardde590ca2003-02-05 10:45:26 +0000214Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
215
216 * SAX.c: added the redefinition of namespaced attribute
217 check that was missing as Fabrice Desré pointed out.
218
Daniel Veillard930dfb62003-02-05 10:17:38 +0000219Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
220
221 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
222 improvements from Nick Kew, allowing to do more checking
223 to HTML elements and attributes.
224
Daniel Veillard4287c572003-02-04 22:48:53 +0000225Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
226
227 * xinclude.c: fixing bug #105137 about entities declaration
228 needing to be copied to the including document.
229
Daniel Veillard652d8a92003-02-04 19:28:49 +0000230Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
231
232 * catalog.c: fixed bug #104817 with delegateURI
233 * xpath.c: fixing bugs #104123 and #104125
234
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000235Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
236
237 * configure.in valid.c xmlreader.c python/libxml_wrap.h
238 python/types.c: fixing #104096 to compile without regexps
239
Daniel Veillard57e79b32003-02-04 15:33:12 +0000240Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
241
242 * valid.c: fixing bug #103969 forgot to add an epsilon transition
243 when building the automata for elem*
244
Daniel Veillard358a9892003-02-04 15:22:32 +0000245Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
246
247 * HTMLparser.c: applied patch from Arne de Bruijn fixing
248 bug #103827
249
Daniel Veillardeb137172003-02-04 15:18:06 +0000250Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
251
252 * HTMLparser.c: updating a comment, fixing #103776
253
Daniel Veillard8d589042003-02-04 15:07:21 +0000254Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
255
256 * parser.c: fixing bug 105049 for validity checking of content
257 within recursive entities.
258
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000259Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
260
261 * HTMLparser.c: try to fix # 105049
262 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
263 * tree.c: updated a function comment
264
Daniel Veillard419a7682003-02-03 23:22:49 +0000265Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
266
267 * relaxng: more work on grammars and refs/defs
268 * test/relaxng/* result/relaxng/*: augmented/updated the
269 regression tests
270
Daniel Veillard144fae12003-02-03 13:17:57 +0000271Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
272
273 * relaxng: more work on name classes, except support
274 * test/relaxng/* result/relaxng/*: augmented/updated the
275 regression tests
276
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000277Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
278
279 * relaxng: more work on name classes, the "validate all" schemas
280 seems to work now.
281 * test/relaxng/* result/relaxng/*: augmented/updated the
282 regression tests
283
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000284Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
285
286 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
287 * parser.c: put a guard against infinite document depth, basically
288 trying to avoid another kind of DoS attack.
289 * relaxng.c: some code w.r.t. nameClasses
290
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000291Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
292
293 * test/relaxng/* result/relaxng/*: check all the namespace support
294 was actually correct based on tutorial section 10.
295
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000296Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
297
298 * relaxng: include seems to work okay now
299 * test/relaxng/* result/relaxng/*: augmented/updated the
300 regression tests
301
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000302Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * relaxng.c: a bit of work done in the train back.
305 * test/relaxng/*: added one of the include tests
306
Daniel Veillard154877e2003-01-30 12:17:05 +0000307Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
308
309 * relaxng: more work done in the train
310 * test/relaxng/* result/relaxng/*: augmented/updated the
311 regression tests
312
Daniel Veillarde431a272003-01-29 23:02:33 +0000313Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * relaxng.c: debugging of externalRef
316 * test/relaxng/* result/relaxng/*: augmented/updated the
317 regression tests
318
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000319Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
320
321 * relaxng.c: more work on Relax-NG, implementing externalRef
322 * test/relaxng/* result/relaxng/*: augmented/updated the
323 regression tests
324 * Makefile.am: cleanup to Relaxtests target
325
Daniel Veillardb08c9812003-01-28 23:09:49 +0000326Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
327
328 * relaxng.c: more work on Relax-NG, implementing interleave
329 * test/relaxng/* result/relaxng/*: augmented/updated the
330 regression tests
331
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000332Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
333
334 * relaxng.c: more work on Relax-NG, implementing interleave
335 * test/relaxng/* result/relaxng/*: augmented/updated the
336 regression tests
337
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000338Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
339
340 * doc/tutorial/customfo.xsl
341 * doc/tutorial/customhtml.xsl
342 adding stylesheet customizations used to generate fo
343 for pdf and html
344
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000345Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * relaxng.c: more work on Relax-NG
348 * test/relaxng/* result/relaxng/*: augmented/updated the
349 regression tests
350 * xmlschemastypes.c: added a number of base type definition but not
351 the associated checks, those are still TODOs
352
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000353Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
354
355 in docs/tutorial:
356 * apa.html
357 * apb.html
358 * apc.html
359 * apd.html
360 * ape.html
361 * apf.html
362 * apg.html
363 * ar01s02.html
364 * ar01s03.html
365 * ar01s04.html
366 * ar01s05.html
367 * ar01s06.html
368 * ar01s07.html
369 * ar01s08.html
370 * index.html
371 * xmltutorial.pdf
372 * xmltutorial.xml
373 add index to tutorial
374
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000375Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
376
377 * doc/xmlcatalog.1
378 * doc/xmlcatalog_man.html
379 * doc/xmlcatalog_man.xml
380 belatedly fixing bug #93622 (adds rewriteURI type to
381 "--add" option in xmlcatalog man page
382
Daniel Veillard3be27512003-01-26 19:49:04 +0000383Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
384
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000385 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000386 Julio Merino, closing #104475
387
Daniel Veillardea3f3982003-01-26 19:45:18 +0000388Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
389
390 * relaxng.c: more work on Relax-NG
391 * test/relaxng/* result/relaxng/*: augmented/updated the
392 regression tests
393
Daniel Veillardedc91922003-01-26 00:52:04 +0000394Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
395
396 * relaxng.c: more work on Relax-NG
397 * test/relaxng/* result/relaxng/*: augmented/updated the
398 regression tests
399
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000400Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * README: updated the policy on private mail answers
403 * relaxng.c: more work on Relax-NG
404 * test/relaxng/* result/relaxng/*: augmented/updated the
405 regression tests
406
Daniel Veillard7424eb62003-01-24 14:14:52 +0000407Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * error.c parser.c tree.c: applied a documentation patch from
410 Stefan Kost
411
Daniel Veillard276be4a2003-01-24 01:03:34 +0000412Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
413
414 * relaxng.c: more work on Relax-NG
415 * doc/*: regenerated the docs
416 * test/relaxng/* result/relaxng/*: updated and augmented the
417 Relax-NG regression tests and results
418
Daniel Veillard6eadf632003-01-23 18:29:16 +0000419Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
420
421 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
422 First commit of the new Relax-NG validation code, not generally
423 useful yet.
424 * test/relaxng/* result/relaxng/*: current state of the regression
425 tests
426
Daniel Veillard814a76d2003-01-23 18:24:20 +0000427Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
428
429 * tree.c: minimized the memory allocated for GetContent
430 and a bit of cleanup.
431
Daniel Veillardff12c492003-01-23 16:42:55 +0000432Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * python/generator.py: seems there is no good reasons to
435 not generate bindings for XPointer
436
Daniel Veillard540a31a2003-01-21 11:21:07 +0000437Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
438
439 * xmlreader.c doc/apibuild.py: applied a new patch from
440 Stéphane Bidoul for cleanups
441 * doc/libxml2-api.xml: rebuilt the API description with
442 new entry points
443
Daniel Veillard417be3a2003-01-20 21:26:34 +0000444Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
445
446 * xmlreader.c python/drv_libxml2.py python/generator.py
447 python/libxml.c python/libxml.py python/libxml_wrap.h
448 python/types.c: patch from Stéphane Bidoul for better per
449 context error message APIs
450 * python/tests/ctxterror.py python/tests/readererr.py:
451 update of the tests
452
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000453Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
454
455 * doc/guidelines.html
456 grammar and spelling cleanup
457
Daniel Veillard26f70262003-01-16 22:45:08 +0000458Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
459
460 * xmlreader.c include/libxml/xmlreader.h python/generator.py
461 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
462 a patch from Stéphane Bidoul to allow per XMLtextReader error
463 and warning handling
464 * python/tests/Makefile.am python/tests/readererr.py: adding the
465 specific regression test
466
Daniel Veillard71f9d732003-01-14 16:07:16 +0000467Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
468
469 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
470 should raise a syntax error
471
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000472Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * python/libxml.c: cleanup patch from Stéphane Bidoul
475
Daniel Veillard81601f92003-01-14 13:42:37 +0000476Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
477
478 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
479
Daniel Veillarde6227e02003-01-14 11:42:39 +0000480Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
481
482 * python/generator.py python/libxml.c python/libxml.py
483 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000484 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000485 Python level.
486 * python/tests/Makefile.am python/tests/ctxterror.py: added a
487 regression test for it.
488
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000489Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
490
491 * xmlreader.c: fixed the streaming property of the reader,
492 it was generating tree faster than consuming it. Pointed out
493 by Nate Myers
494 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
495
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000496Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
497
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000498 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000499
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000500Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
501
502 * xpath.c: fix to the XPath implementation for parent and
503 ancestors axis when operating on a Result Value Tree.
504 Fixes bug #100271
505
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000506Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
507
508 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
509 to fix some URI/file escaping problems
510
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000511Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
512
513 * python/generator.py: fixed a bug raised by Raymond Wiker,
514 docSetRootElement() should not raise an exception if the
515 return is None
516
Daniel Veillard3e20a292003-01-10 13:14:40 +0000517Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
518
519 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
520 fixed bug #102181 by applying the suggested change and fixing
521 the generation/registration problem.
522
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000523Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
524
525 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
526 routines.
527
Daniel Veillard8f872442003-01-09 23:19:02 +0000528Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
529
530 * parser.c: one more IsEmptyElement crazyness, that time in
531 external parsed entities if substitution is asked.
532 * python/tests/reader3.py: added a specific test.
533
Daniel Veillarde329fc22003-01-09 21:36:42 +0000534Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
535
536 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
537 support and improved error handler registration
538
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000539Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
540
541 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
542 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
543 * README: fixed a link
544
Daniel Veillarde2830f12003-01-08 17:47:49 +0000545Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
546
547 * configure.in doc/* NEWS: preparing 2.5.1 release
548 * SAX.c parser.c: fixing XmlTextReader bug
549
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000550Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
551
552 * SAX.c: fuck, I introduced a memory leak on external parsed
553 entities in 2.5.0 :-(
554
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000555Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * xmllint.c: another fix needed as pointed by Christophe Merlet
558 for --stream --debug if compiled without debug support.
559
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000560Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
561
562 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000563 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000564 update man page with --stream and --chkregister
565
Daniel Veillard8326e732003-01-07 00:19:07 +0000566Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
567
568 * globals.c: fixed --with-threads compile
569 * xmllint.c: fixed --without-debug compile
570 * include/libxml/globals.h: cleanup
571 * include/libxml/schemasInternals.h: add a missing include
572
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000573Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
574
575 * configure.in NEWS: preparing 2.5.0 release
576 * SAX.c: only warn in pedantic mode about namespace name
577 brokeness
578 * globals.c: fix a doc generation problem
579 * uri.c: fix #101520
580 * doc/*: updated and rebuilt the doc for the release, includuding
581 stylesheet update
582 * python/Makefile.am: fix a filename bug
583
584Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
585
586 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
587 should not be called.
588
589Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
590
591 * libxml-2.0.pc.in: applied the patch to fix #101894
592
593Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * tree.c : applied patch from Lukas Schroeder for register callbacks
596 * valid.c: modified patch from Lukas Schroeder to test
597 register callbacks with --chkregister
598
599Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
600
601 * xmlreader.c: seriously changed the way data are pushed to
602 the underlying parser, go by block of 512 bytes instead of
603 tryng to detect tag boundaries at that level. Changed the
604 way empty element are detected and tagged.
605 * python/tests/reader.py python/tests/reader2.py
606 python/tests/reader3.py: small changes mostly due to context
607 reporting being different and DTD node being reported. Some
608 errors previously undetected are now caught and fixed.
609 * doc/xmlreader.html: flagged last section as TODO
610
611Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
612
613 * python/libxml.py: integrated the Python 2.2 optimizations
614 from Hannu Krosing, while maintaining compatibility with
615 1.5 and 2.1
616
617Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * xmllint.c: a bit of cleanup
620 * xmlreader.c: small fix
621 * doc/xmlreader.html: more work on the XmlTextReader tutorial
622 * python/libxml.py: a few fixes pointed out by Hannu Krosing
623
624Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
625
626 * python/setup.py.in: patch from Stéphane Bidoul to include
627 drv_libxml2.py in setup.py
628
629Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
630
631 * doc/xmlreader.html: starting documenting the new XmlTextReader
632 interface.
633
634Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
635
636 * xmllint.c: added the --stream flag to use the TextReader API
637 * xmlreader.c: small performance tweak
638
639Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
640
641 * xmlreader.c python/tests/reader2py: okay the DTD validation
642 code on top of the XMLTextParser API should be solid now.
643
644Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * xmlreader.c python/tests/reader2py: Fixing some more mess
647 with validation and recursive entities while using the
648 reader interface, it's getting a bit messy...
649
650Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
651
652 * xmlreader.c python/tests/reader.py: another couple of problem
653 related to IsEmptyElement reported by Stéphane Bidoul needed
654 some fixes.
655
656Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
657
658 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
659 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
660 based on the python XmlTextReader interface.
661
662Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * tree.c: backing out one change in the last patch which broke the
665 regression tests
666
667Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * global.data globals.c tree.c include/libxml/globals.h: applied
670 an old patch from Lukas Schroeder to track node creation and
671 destruction. Probably missing a lot of references at the moment
672 and not usable reliably.
673
674Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
675
676 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
677 from doc/news.html and a stylesheet
678
679Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
680
681 * xmlreader.c python/tests/reader.py: fixed another couple of
682 xmlreader bugs reported by Stéphane Bidoul and added tests.
683
684Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
685
686 * xmlreader.c python/tests/reader2.py: fixed another validity
687 checking in external parsed entities raised by Stéphane Bidoul
688 and added a specific regression test.
689 * python/tests/reader3.py: cleanup
690
691Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
692
693 * xmlreader.c python/tests/reader2.py: fixed a problem with
694 validation within entities pointed by Stéphane Bidoul, augmented
695 the tests to catch those.
696
697Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
698
699 * python/generator.py: modified the generator to allow keeping
700 class references when creating new classes, needed to fix a bug
701 pointed by Stéphane Bidoul where the input buffer of the
702 xmlTextReader instance gets destroyed if the python wrapper for
703 the input is not referenced anymore.
704
705Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
706
707 * xmlreader.c python/tests/reader.py: fixed another pair of problem
708 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
709
710Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
711
712 * xmlreader.c python/tests/reader.py: fixed another problem
713 pointed by Stéphane Bidoul
714
715Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
716
717 * xmlreader.c python/tests/reader.py: fixed a limit case problem
718 with "<a/>"
719
720Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
721
722 * SAX.c: warn on xmlns:prefix="foo"
723 * xmlreader.c python/tests/reader.py: fixed a couple of problem
724 for namespace attributes handling.
725
726Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
727
728 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
729 a really nasty problem raised by a DocBook XSLT transform
730 provided by Sebastian Bergmann
731
732Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
733
734 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
735 by Stéphane Bidoul and integrated it into the tests
736
737Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
738
739 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
740 extended the XmlTextReader API a bit, addding accessors for
741 the current doc and node, and an entity substitution mode for
742 the parser.
743 * python/libxml.py python/libxml2class.txt: related updates
744 * python/tests/Makefile.am python/tests/reader.py
745 python/tests/reader2.py python/tests/reader3.py: updated a bit
746 the old tests and added a new one to test the entities handling
747
748Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
749
750 * python/generator.py python/libxml2class.txt
751 python/tests/reader.py python/tests/reader2.py: changed the
752 generator to provide casing for the XmlTextReader similar to
753 C# so that examples and documentation are more directly transposable.
754 Fixed the couple of tests in the suite.
755
756Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
757
758 * doc/guidelines.html: added a document on guildeline for
759 publishing and deploying XML
760
761Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
762
763 * valid.c xmlreader.c: final touch running DTD validation
764 on the XmlTextReader
765 * python/tests/Makefile.am python/tests/reader2.py: added a
766 specific run based on the examples from test/valid/*.xml
767
768Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
769
770 * python/libxml.py: added a few predefined xmlTextReader parser
771 configuration values.
772
773Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
774
775 * python/libxml_wrap.h: trying to fix #102037
776
777Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
778
779 * SAX.c: fixing bug #95296, when the predefined entities
780 are redefined in the DTD the default one must be used
781 instead anyway.
782
783Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
784
785 * doc/xmllint.xml
786 * doc/xmllint.1
787 Add discussion of XML_DEBUG_CATALOG to xmllint man
788 page - bug #100907
789
790
791Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
792
793 * xmlreader.c: Fixed the empty node detection to avoid reporting
794 an inexistant close tag.
795
796Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
797
798 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
799 for Python 2.1
800
801Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
802
803 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
804
805Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
806
807 * doc/libxml2-api.xml python/tests/reader.py: one really need
808 to provide the base URI information when creating a reader parser
809 from an input stream. Updated the API and the example using it.
810
811Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
812
813 * testReader.c xmlreader.c valid.c include/libxml/tree.h
814 include/libxml/valid.h include/libxml/xmlreader.h: working on
815 DTD validation on top of xml reader interfaces. Allows to
816 validate arbitrary large instances. This required some extensions
817 to the valid module interface and augmenting the size of xmlID
818 and xmlRef structs a bit.
819 * uri.c xmlregexp.c: simple cleanup.
820
821Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
822
823 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
824 work on the xml reader interfaces.
825 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
826 Web page for the Windows binaries.
827
828Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
829
830 * xmlIO.c: applied a patch for VMS following the report by
831 Nigel Hall
832
833Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
834
835 * parser.c: the parseStartTag bug fix wasn't complete.
836
837Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
838
839 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
840 parseStartTag, fixing it.
841 * test/att4 result/att4 result/noent/att4: adding the test
842 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
843 more methods to XmlTextReader.
844
845Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
846
847 * win32/libxml2.def.src: added more xml reader exports
848 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
849 to the build
850
851Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
852
853 * doc/tutorial/xmltutorial.xml
854 plus generated html and pdf
855 Updating tutorial again based on further comments from Niraj
856 Tolia on the last iteration
857
858Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
859
860 * doc/tutorial/xmltutorial.xml
861 * doc/tutorial/includekeyword.c
862 * doc/tutorial/includegetattribute.c
863 plus generated html and pdf
864 Adding fix from Niraj Tolia to tutorial to properly free memory.
865
866
867Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
868
869 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
870 more methods of XmlTextReader.
871 * python/libxml2class.txt python/tests/reader.py: this increased the
872 methods in the bndings, augmented the test to check those new
873 functions.
874
875Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
876
877 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
878 methods of XmlTextReader.
879 * python/generator.py python/libxml_wrap.h python/types.c
880 python/libxml2class.txt: added the reader to the Python bindings
881 * python/tests/Makefile.am python/tests/reader.py: added a specific
882 test for the Python bindings of the Reader APIs
883 * parser.c: small cleanup.
884
885Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
886
887 * xinclude.c: fallback was only copying the first child not the
888 full child list of the fallback element, closes #89684 as reopened
889 by Bernd Kuemmerlen
890
891Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
892
893 * win32/libxml2.def.src: exported htmlNodeDumpOutput
894
895Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
896
897 * configure.in: preparing release of 2.4.30
898 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
899 gives enum values, fix functype return type, put back fields in
900 structs
901 * doc/*: updated the docs rebuilt
902
903Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
904
905 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
906 about htmlNodeDumpOutput location.
907 * xpath.c: removed an undefined function signature
908 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
909 too many symbols in the API breaking the python bindings.
910 Updated with the libxslt/libexslt changes.
911
912Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
913
914 * configure.in: preparing release of 2.4.29
915 * doc/*: rebuilt the docs and API
916 * xmlreader.c: a few more fixes for the XmlTextReader API
917
918Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
919
920 * include/win32config.h: applied mingw patch from Magnus Henoch
921
922Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
923
924 * catalog.c doc/libxml2-api.xml: a bit more cleanup
925
926Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
927
928 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
929 building Python script, does the C parsing directly, generates
930 a better API description including structure fieds defs and
931 enums. Still a couple of bugs, but good enough for the python
932 wrappers now.
933 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
934 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
935 include/libxml/schemasInternals.h include/libxml/tree.h: more
936 cleanup based on the python analysis script reports.
937 * libxml.spec.in: make sure the API XML description is part of the
938 devel package.
939
940Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
941
942 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
943 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
944 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
945 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
946 code cleanup, especially the function comments.
947 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
948
949Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
950
951 * Makefile.am xmlreader.c include/libxml/Makefile.am
952 include/libxml/xmlreader.h: Adding a new set of APIs based on
953 the C# TextXmlReader API but converted to C. Allow to parse
954 in constant memory usage, far simpler to program and explain
955 than the SAX like APIs, unfinished but working.
956 * testReader.c: test program
957
958Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
959
960 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
961
962Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
963
964 * tree.c: Chip turner indicated that XHTML1 serialization
965 rule for style actually break on both IE and Mozilla,
966 try to avoid the rule if escaping ain't necessary
967
968Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
969
970 * nanhttp.c: handle HTTP URL escaping, problem reported by
971 Glen Nakamura and Stefano Zacchiroli
972
973Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
974
975 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
976
977Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
978
979 * uri.c: Johann Richard pointed out some XPointer problems for
980 URN based URI references in XInclude. Modified the URI parsing
981 and saving routines to allow correct parsing and saving of
982 XPointers, especially when attached to "opaque" scheme accordingly
983 to RFC 2396
984
985Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
986
987 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
988 of refactoring to the HTML saving code.
989 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
990 in the doc.
991
992Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
993
994 * tree.c include/libxml/tree.h: refactored the XML dump of a node
995 to a buffer API to reuse the generic dump to an OutputIO layer,
996 this reduces code, fixes xmlNodeDump() for XHTML, also made
997 xmlNodeDump() now return the number of byte written.
998
999Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1000
1001 * python/setup.py.in: another patch from Stéphane Bidoul for
1002 Python bindings on Windows
1003 * doc/parsedecl.py: small cleanup
1004
1005Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1006
1007 * libxml.spec.in configure.in: add a line in %changelog for releases
1008
1009Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1010
1011 * parser.c: patch from Marcus Clarke fixing a problem in entities
1012 parsing that was detected in KDe documentations environment.
1013
1014Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1015
1016 * python/libxml.c (libxml_prev): Return the previous as opposed to
1017 the next node (I guess this is the result of some cut & paste programming:)
1018
1019Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1020
1021 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1022
1023Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1024
1025 * python/generator.py python/libxml.c python/setup.py.in: trying
1026 to fix the Python bindings build on Windows (Stéphane Bidoul)
1027
1028Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1029
1030 * win32/configure.js: added option for python bindings
1031 * win32/libxml2.def.src: added more exports
1032
1033Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1034
1035 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1036 pthreads
1037 * win32/wince/*: applied updates to Windows CE port from Javier
1038
1039Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1040
1041 * configure.in: preparing 2.4.28
1042 * libxml.spec.in doc/Makefile.am: some cleanup
1043 * doc/*: updated the news and regenerated.
1044
1045Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1046
1047 * HTMLparser.c: final touch at closing #87235 </p> end tags
1048 need to be generated.
1049 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1050 this change slightly the output of a few tests
1051 * doc/*: regenerated
1052
1053Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1054
1055 * parserInternals.c: fixing bug #99190 when UTF8 document are
1056 parsed using the progressive parser and the end of the chunk
1057 is in the middle of an UTF8 multibyte character.
1058
1059Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1060
1061 * threads.c: fixed initialization problem in xmlNewGlobalState
1062 which was causing crash.
1063 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1064 in xmlInitializeGlobalState.
1065 * parserInternals.c: cleaned up ctxt->sax initialisation.
1066
1067Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1068
1069 * tree.c include/libxml/tree.h: modified the existing APIs
1070 to handle XHTML1 serialization rules automatically, also add
1071 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1072 libxslt serialization uses it when needed without changing
1073 the library API.
1074 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1075 result/xhtml1: added a new test specifically for xhtml1 output
1076 and updated the result of one XHTML1 test
1077
1078Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1079
1080 * xinclude.c parserInternals.c encoding.c: fixed #99082
1081 for xi:include encoding="..." support on text includes.
1082 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1083 test/XInclude/ents/isolatin.txt : added a specific regression test
1084 * python/generator.py python/libxml2class.txt: fixed the generator
1085 the new set of comments generated for doc/libxml2-api.xml were
1086 breaking the python generation.
1087
1088Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1089
1090 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1091 * configure.in: patch for Solaris on new autoconf closes #98880
1092 * doc/parsedecl.py: repair the frigging API building script,
1093 did I say that python xmllib sucks ?
1094 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1095 and some comment are no more truncated.
1096
1097Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1098
1099 * parser.c: Martin Stoilov pointed out a potential leak in
1100 xmlCreateMemoryParserCtxt
1101
1102Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1103
1104 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1105 included in HTML documents and using the push parser.
1106
1107Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1108
1109 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1110 specified, look for the Python interpreter not just in the
1111 specified root but also in the specified location. Fixes #98825
1112
1113Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1114
1115 * python/libxml.c: fixing bug #98792 , node may have no doc
1116 and dereferencing without checking ain't good ...
1117
1118Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1119
1120 * configure.in: preparing release 2.4.27
1121 * doc/* : updated and rebuilt the docs
1122 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1123 and all the docs are actually packaged and in the final RPMs
1124 * parser.c parserInternals.c include/libxml/parser.h: restore
1125 xmllint --recover feature.
1126
1127Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1128
Daniel Veillard784b9352003-02-16 15:50:27 +00001129 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001130 processing of parsed entities, and XPath computation on sustitued
1131 entities.
1132 * testXPath.c: make sure entities are substitued.
1133
1134Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1135
Daniel Veillard784b9352003-02-16 15:50:27 +00001136 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001137 processing of internal parsed entities, which had to be changed.
1138
1139Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1140
1141 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1142 trying to fix bug #98517 about building outside the source tree
1143 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1144
1145Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1146
1147 * include/win32config.h: cleanup
1148 * win32/Makefile.mingw: integrated mingw in JScript configure
1149 * win32/Makefile.msvc: modified to allow mingw coexistence
1150 * win32/configure.js: integrated mingw
1151 * win32/Readme.txt: cleanup
1152
1153Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1154
1155 * HTMLparser.c: strengthen the guard in the Pop macros,
1156 like in the XML parser, closes bug #97315
1157
1158Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1159
1160 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1161 callback is never used.
1162
1163Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1164
1165 * parserInternals.c: fixed the initialization of the SAX structure
1166 which was breaking xsltproc
1167 * xpath.c: patch from Petr Pajas for CDATA nodes
1168 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1169 * parser.c include/libxml/parser.h: patch from Peter Jones
1170 removing a leak in xmlSAXParseMemory() and adding the
1171 function xmlSAXParseMemoryWithData()
1172
1173Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1174
1175 adding pdf of tutorial, changing web page to link to it
1176 * doc/tutorial/xmltutorial.pdf
1177 * doc/xml.html
1178 * doc/docs.html
1179
1180Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1181
1182 * doc/tutorial/ar01s08.html
1183 adding file what I forgot for tutorial
1184
1185
1186Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1187
1188 Adding encoding discussion to tutorial
1189 Added:
1190 * doc/tutorial/images/*.png: DocBook admonition image files
1191 * doc/tutorial/apf.html, apg.html: new generated html
1192 * doc/tutorial/includeconvert.c: conversion code entity file
1193 changed:
1194 * doc/tutorial/xmltutorial.xml: DocBook original
1195 * doc/tutorial/*.html: generated html
1196
1197Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1198
1199 * include/libxml/*.h: retired xmlwin32version.h
1200 * doc/Makefile.am: retired xmlwin32version.h
1201 * win32/configure.js: retired xmlwin32version.h
1202
1203Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1204
1205 * win32/libxml2.def.src: exported additional symbols
1206 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1207 sisterhood
1208
1209Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1210
1211 * globals.c: fixed a typo pointed out by Igor
1212 * xpath.c: try to speed up node compare using line numbers
1213 if available.
1214
1215Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1216
1217 * tree.c: make xmlFreeNode() handle attributes correctly.
1218
1219Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1220
1221 * catalog.c: completed the #96963 fix, as reported by Karl
1222 Eichwalder
1223
1224Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1225
1226 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1227
1228Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1229
1230 * Makefile.am: switched the order of a couple of includes
1231 to fix bugs #97100
1232
1233Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1234
1235 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1236 xmlLoadCatalogs that used to separate directories with a ':'.
1237
1238Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1239
1240 * threads.c: improvements to the Windows-side of thread handling
1241 * testThreads.c: conditionally excluded unistd.h
1242 * testThradsWin32.c: broke overlong lines
1243 * include/win32config.h: adapted thread-related macros to the new
1244 scheme and for pthreads on Windows
1245 * win32/Makefile.msvc: introduced a more flexible thread build,
1246 added testThreads[Win32].c to the build
1247 * win32/configure.js: introduced a more flexible thread config
1248
12492002-10-31 John Fleck <jfleck@inkstain.net>
1250
1251 * doc/xml.html (and, by implication, FAQ.html)
1252 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1253
1254Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1255
1256 * configure.in: removed xmlwin32version.h
1257 * include/libxml/Makefile.am: removed xmlwin32version.h
1258
1259Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1260
1261 * tree.c: applied patch from Brian Stafford to fix a bug
1262 in xmlReconciliateNs()
1263
1264Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1265
1266 * tree.c: applied patch from Christian Glahn to allow
1267 xmlNewChild() on document fragment nodes
1268
1269Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1270
1271 * parser.c: Christian Glahn found a problem with a recent
1272 patch to xmlParseBalancedChunkMemoryRecover()
1273 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1274 problems
1275 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1276 test/schemas/seq*: added the test cases from Charles
1277
1278Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1279
1280 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1281 serious cleanup of the spec file and associated changes
1282 in the Makefiles.
1283 * valid.c: try to remove some warnings on x86_64
1284
1285Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1286
1287 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1288 fix bug #96586
1289
1290Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1291
1292 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1293 parsing, applied his patch
1294 * result/HTML/attrents.html result/HTML/attrents.html.err
1295 result/HTML/attrents.html.sax test/HTML/attrents.html:
1296 added the test and result case provided by Mikhail Sogrine
1297
1298Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1299
1300 * vms/build_libxml.com vms/config.vms vms/readme.vms
1301 include/libxml/parser.h include/libxml/parserInternals.h
1302 include/libxml/tree.h include/libxml/xmlIO.h
1303 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1304 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1305 Applied the VMS update patch from Craig A. Berry
1306 * doc/*.html: update
1307
1308Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1309
1310 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1311
1312Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1313
1314 * debugXML.c: adding a grep command to --shell in xmllint
1315 for T.V. Raman
1316
1317Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1318
1319 * xmlcatalog.c: tried to fix some of the problem with --sgml
1320
1321Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1322
1323 * parser.c: tried to fix bug #91500 where doc->children may
1324 be overriden by a call to xmlParseBalancedChunkMemory()
1325
1326Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1327
1328 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1329 identifiers in SGML catalogs containing '&'
1330
1331Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1332
1333 * python/types.c: fixed bugs when passing result value tree
1334 to Python functions.
1335
1336Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1337
1338 * configure.in: preparing the release of 2.4.26
1339 * doc/*: updated and rebuilt the documentation
1340
1341Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1342
1343 * parser.c: fixed a XML Namespace compliance bug reported by
1344 Alexander Grimalovsky
1345
1346Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1347
1348 * HTMLtree.c: fixed serialization of script and style when
1349 they are not lowercase (i.e. added using the API to the tree).
1350
1351Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1352
1353 * valid.c: make xmlValidateDocument emit a warning msg if there
1354 is no DTD, pointed by Christian Glahn
1355
1356Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1357
1358 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1359 content model when some of the blocks have min or max, and a couple
1360 of bugs found in the process.
1361 * result/schemas/list0* test/schemas/list0*: added some specific
1362 regression tests
1363
1364Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * README: updated the contact informations
1367
1368Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1369
1370 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1371 misses it, reported by Peter Bray.
1372
1373Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1374
1375 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1376 and removed a few warnings
1377
1378Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1379
1380 * parser.c: Christian Glahn found a small bug in the push parser.
1381 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1382 public
1383
1384Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1385
1386 * xmlschemas.c include/libxml/xmlschemas.h: added
1387 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1388 * testSchemas.c: added --memory to test the new interface
1389
1390Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1391
1392 * doc/index.py doc/search.php: integrated the XSLT indexing,
1393 a few fixed in the indexer, added a scope selection at the
1394 search level.
1395
1396Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1397
1398 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1399 this was due to uninitialized parts of the validation context
1400
1401Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1402
1403 * debugXML.c: applied patch from Mark Vakoc except the API
1404 change, preserved it.
1405 * doc/*: updated the docs to point to the search engine for
1406 information lookup or before bug/help reports.
1407
1408Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1409
1410 * doc/index.py doc/search.php: added mailing-list archives
1411 indexing and lookup
1412
1413Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1414
1415 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1416
1417Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1418
1419 * doc/index.py: improved HTML indexing
1420 * doc/search.php: make the queries also lookup the HTML based indexes
1421
1422Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1423
1424 * doc/index.py: added HTML page indexing
1425
1426Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1427
1428 * xmlIO.c: extended Windows path normalisation to fix the base
1429 problem in libxslt.
1430 * catalog.c: fixed list handling in XML_CATALOG_FILES
1431
1432Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1433
1434 * valid.c: typo/bug found by Christian Glahn
1435
1436Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1437
1438 * xmlIO.c: applied Windows CE patch from Javier.
1439 * win32/wince: new directory, contains support for the PocketPC
1440 with Windows CE from Javier.
1441 * include/win32config.h: reorganised, removed duplicate
1442 definitions and applied WinCE patch from Javier.
1443 * include/wsockcompat.h: new file, now contains WinSock
1444 compatibility macros.
1445 * win32/Makefile.msvc: introduced double-run compilation.
1446
1447Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1448
1449 * configure.in include/libxml/xmlwin32version.h: preparing release
1450 of 2.4.25
1451 * doc/*: updated and regenerated teh docs and web pages.
1452
1453Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1454
1455 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1456 error were not covering namespace declarations.
1457 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1458 it was missing the attribute declaration for the namespace
1459 * result/VC/NS3: the fix now report breakages in that test
1460
1461Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1462
1463 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1464
1465Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1466
1467 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1468 and regenerated the docs and web site
1469
1470Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1471
1472 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1473 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1474 not before
1475
1476Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * python/generator.py python/libxml2class.txt: fixed a stupid error
1479 breaking the python API
1480
1481Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1484 triostr.c triostr.h: applied a trio update patch from
1485 Bjorn Reese which should work with MinGW
1486
1487Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1488
1489 * tree.c: improving some documentation comments
1490 * xmlregexp.c: found and fixed a mem leak with python regression tests
1491 * doc/*: rebuilt the doc and the API XML file including the
1492 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1493 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1494 python/types.c: added access to the XML Schemas regexps from
1495 python
1496 * python/tests/Makefile.am python/tests/regexp.py: added a
1497 simple regexp bindings test
1498
1499Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1500
1501 * doc/xml.html:
1502 fixing ftp links - thanks to Vitaly Ostanin
1503
1504Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1505
1506 * xmlregexp.c: fixed the data callback on transition functionality
1507 which was broken when using the compact form
1508 * result/schemas/*: updated the results, less verbose, all tests
1509 pass like before
1510 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1511 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1512 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1513 annoying warnings
1514 * xpath.c: try to provide better error report when possible
1515
1516Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * Makefile.am: fixed a breakage raised by Jacob
1519
1520Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1521
1522 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1523 which don't use sockets
1524
1525Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1526
1527 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1528 * win32/configure.js: applied zlib patch from Daniel Gehriger
1529
1530Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1531
1532 * win32/configure.js: applied the patch from Mark Vakoc for
1533 regexp support
1534 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1535 for regexp support
1536
1537Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1538
1539 * xmlschemastypes.c: as pointed by Igor Float and Double
1540 parsing ain't finished yet
1541
1542Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1543
1544 * Makefile.am configure.in: trying to fix #88412 by bypassing
1545 all the python subdir if python ain't detected
1546
1547Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1550 made configuring with regexps/automata/unicode the default
1551 but without schemas ATM
1552 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1553 fixed the regexp based DTD validation performance and memory
1554 problem by switching to a compact form for determinist regexps
1555 and detecting the determinism property in the process. Seems
1556 as fast as the old DTD validation specific engine :-) despite
1557 the regexp built and compaction process.
1558
1559Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * valid.c: determinism is debugged, new DTD checking code now works
1562 but xmlFAComputesDeterminism takes far too much CPU and the whole
1563 set usues too much memory to be really usable as-is
1564
1565Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1566
1567 * tree.c: fixed another stupid bug in xmlGetNodePath()
1568 * xmllint.c: --version now report the options compiled in
1569
1570Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1571
1572 * HTMLparser.c: small cleanup
1573 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1574 when configured with them. A bit of debugging around the determinism
1575 checks is still needed
1576
1577Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1578
1579 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1580
1581Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * xmlIO.c: small portability glitch fixed.
1584
1585Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1586
1587 * xmlschemastypes.c: incomplete steps for real/double support
1588 * testAutomata.c include/libxml/xmlautomata.h
1589 include/libxml/xmlregexp.h: avoiding a compilation problem
1590 * valid.c include/libxml/valid.h: starting the work toward using
1591 the regexps for actual DTD validation
1592
1593Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1594
1595 * hash.c: cosmetic cleanup
1596 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1597 integrating a DTD validation layer based on the regexps
1598
1599Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1600
1601 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1602 the determinism was tested before eliminating the epsilon
1603 transitions :-(
1604
1605Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1606
1607 * python/generator.py python/libxml.c python/libxml.py
1608 python/libxml2-python-api.xml python/libxml2class.txt
1609 python/libxml_wrap.h python/types.c: updated the python
1610 bindings, added code for easier File I/O, and the ability to
1611 define a resolver from Python fixing bug #91635
1612 * python/tests/Makefile.am python/tests/inbuf.py
1613 python/tests/outbuf.py python/tests/pushSAXhtml.py
1614 python/tests/resolver.py python/tests/serialize.py: updated
1615 and augmented the set of Python tests.
1616
1617Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1618
1619 * win32/configure.js: added more readme info for the binary
1620 package.
1621
1622Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * xmlIO.c: fixed a stupid out of bound array error
1625
1626Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1627
1628 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1629 messing around with support for Windows path, cleanups,
1630 trying to identify and fix the various code path to the
1631 filename access. Added xmlNormalizeWindowsPath()
1632
1633Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1634
1635 * error.c valid.c: working on better error reporting of validity
1636 errors, especially providing an accurate context.
1637 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1638 error reports in those cases.
1639
1640Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1641
1642 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1643 parser.c parserInternals.c xmlIO.c: get rid of all the
1644 perror() calls made in the library execution paths. This
1645 should fix both #92059 and #92385
1646
1647Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1648
1649 * xmllint.c: memory leak reporting was broken after a change
1650 of the preprocessor symbol used to activate it.
1651
1652Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1653
1654 * tree.c: try to make the copy function work for node of
1655 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1656 DOM layers though, not libxml2 itself.
1657
1658Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1659
1660 * valid.c: try to provide file and line informations, not all
1661 messages are covered, but it's a (good) start
1662
1663Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1664
1665 * xinclude.c: reimplemented a large part of the XInclude
1666 processor, trying to minimize resources used, James Henstridge
1667 provided a huge test case which was exhibiting severe memory
1668 consumption problems.
1669
1670Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1671
1672 * python/Makefile.am: applied patch from Christophe Merlet to
1673 reestablish DESTDIR
1674
1675Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1676
1677 * libxml.spec.in: fixes libary path for x86_64 AMD
1678
1679Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1680
1681 * doc/tutorial/includekeyword.c
1682 * doc/tutorial/xmltutorial.xml:
1683 (plus resulting generated html files)
1684 fixing one spot I missed in the tutorial where I hadn't freed
1685 memory properly
1686
1687Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1688
1689 * doc/tutorial/includeaddattribute.c
1690 * doc/tutorial/includeaddkeyword.c
1691 * doc/tutorial/includegetattribute.c
1692 * doc/tutorial/includekeyword.c
1693 * doc/tutorial/xmltutorial.xml
1694 * doc/tutorial/*.html:
1695 update tutorial to properly free memory (thanks to Christopher
1696 R. Harris for pointing out that this needs to be done)
1697 * doc/tutorial/images/callouts/*.png:
1698 added image files so the callouts are graphical, making it
1699 easier to read ( use "--param callout.graphics 1" to generate
1700 html with graphical callouts)
1701
1702Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1703
1704 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1705 nice logos generated by Marc Liyanage
1706 * doc/site.xsl *.html: changed the stylesheet to show the new
1707 logo and regenerated the pages
1708
1709Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1710
1711 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1712
1713Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1714
1715 * xpath.c: possible mem leak patch from Jason Adams
1716
1717Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1718
1719 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1720 in the XQuery namespace
1721 * configure.in: preparing 2.4.24
1722 * doc/*.html: updated the web pages
1723
1724Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1725
1726 * python/generator.py: closing bug #85258 by generating conditional
1727 compile check to avoid linking to routines not configured in.
1728
17292002-08-22 Havoc Pennington <hp@pobox.com>
1730
1731 * autogen.sh: update error message for missing automake
1732
1733Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1734
1735 * python/Makefile.am: typo in target name resulted in libxml2.py
1736 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1737
1738Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1739
1740 * win32/win32/Makefile.mingw: updated with version from
1741 Elizabeth Barham at http://soggytrousers.net/repository/
1742
1743Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1744
1745 * win32/Makefile.msvc: added the prefix location to the include
1746 and lib search path.
1747
17482002-08-18 Havoc Pennington <hp@pobox.com>
1749
1750 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1751 both automake 1.6 and 1.4 installed get the right automake. Means
1752 compilation from CVS will now require the latest automake 1.4
1753 release, or manually creating symlinks called "automake-1.4" and
1754 "aclocal-1.4"
1755
1756Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1757
1758 * configure.in python/Makefile.am: more AMD 64 induced changes from
1759 Frederic Crozat
1760
1761Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1762
1763 * xinclude.c: oops I was missing the xml:base fixup too
1764 * result/XInclude/*.xml: this adds xml:base attributes to most
1765 results of the tests
1766
1767Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1768
1769 * xinclude.c: quick but apparently working implementation of
1770 xi:fallback, should close bug #89684
1771 * Makefile.am test/XInclude/docs/fallback.xml
1772 result/XInclude/fallback.xml: added a basic test for fallback,
1773 and run with --nowarning to avoid a spurious warning
1774 * configure.in: applied patch from Frederic Crozat for python
1775 bindings on AMD 64bits machines.
1776
1777Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1780 the caller don't pass a SAX callback block.
1781
1782Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * tree.c: applied the same fix for the XML-1.0 namespace to
1785 xmlSearchNsByHref() as was done for xmlSearchNs()
1786
1787Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1788
1789 * libxml.3: small cleanup of the man page
1790 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1791 when serializing HREF attributes generated by XSLT.
1792
1793Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1794
1795 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1796 version of Marc Liyanage' patch for boolean attributes in HTML
1797 output
1798
1799Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1800
1801 * python/tests/serialize.py: fixed the test results, indenting
1802 behaviour changed slightly
1803
1804Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1805
1806 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1807 new c14n function to Windows def files
1808
1809Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1810
1811 * c14n.c: fixed a memory leak in c14n code
1812
1813Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1814
1815 * parser.c include/libxml/parser.h: adding a new API for Christian
1816 Glahn: xmlParseBalancedChunkMemoryRecover
1817 * valid.c: patch from Rick Jones for some grammar cleanup in
1818 validation messages
1819 * result/VC/* result/valid/*: this slightly change some of the
1820 regression tests outputs
1821
1822Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1823
1824 * tree.c: trying to fix a problem in namespaced attribute handling
1825 raised by Christian Glahn
1826
1827Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1828
1829 * encoding.c include/libxml/encoding.h: Opening the interface
1830 xmlNewCharEncodingHandler as requested in #89415
1831 * python/generator.py python/setup.py.in: applied cleanup
1832 patches from Marc-Andre Lemburg
1833 * tree.c: fixing bug #89332 on a specific case of loosing
1834 the XML-1.0 namespace on xml:xxx attributes
1835
1836Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1837
1838 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1839 corner case from new Merlin's test suite and added a callback
1840 that will be used to improve xmlsec performance
1841
1842
1843Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1844
1845 * HTMLtree.c: trying to fix the <style> escaping problem in
1846 HTML serialization bug #89342
1847
1848Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1849
1850 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1851 and rebuilt the web site.
1852
1853Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1854
1855 * include/libxml/tree.h: added _private member to xmlNs struct
1856
1857Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1858
1859 * HTMLparser.c: fixing bug #84876 based on the xml working
1860 code.
1861
1862Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1863
1864 * python/Makefile.am: enhanced to fix bug 72012 (errors
1865 when using '-jX' make parameter)
1866
1867Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1868
1869 * xpath.c: small additional enhancement for booleans
1870 compared to nodesets
1871
1872Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1873
1874 * HTMLtree.c: changed the order of the encoding declaration
1875 attributes in the meta tags due to a bug in IE/Mac
1876
1877Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1878
1879 * xpath.c: enhanced handling of booleans (especially '='
1880 and '!=' for nodesets) - fixes bug 85256. Added new
1881 routine xmlXPathNotEqualValues for more proper handling
1882 of '!=' when nodesets are involved.
1883
1884Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1885
1886 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1887 doc/xmlcatalog_man.xml to the source distribution
1888
1889Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1890
1891 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1892 asked for this.
1893
1894Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1895
1896 * configure.in: preparing 2.4.23
1897 * doc/*: rebuilt the docs
1898
1899Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1900
1901 * parser.c: fixing bug #84169 by fixing the
1902 comment of xmlCreatePushParserCtxt to describe the
1903 encoding detection parameters better.
1904
1905Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1906
1907 * valid.c: fixing bug #79331 in one path the lookup for
1908 ID attributes on a namespaced node wasn't handled correctly :-\
1909
1910Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1911
1912 * HTMLparser.c: trying to fix 87235 about discarded white
1913 spaces in the HTML parser.
1914 * result/HTML/*: this changes the output of a number of HTML
1915 regression tests
1916
1917Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1918
1919 * xpath.c: applied patch from Richard Jinks for the namespace
1920 axis + fixed a memory error.
1921 * parser.c parserInternals.c: applied patches from Peter Jacobi
1922 removing ctxt->token for good.
1923 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1924 popped out by the regression tests.
1925 * Makefile.am: patch for threads makefile from Gary Pennington
1926
1927Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1928
1929 * xpath.c: enhanced behaviour of position() after usage of
1930 expressions involving preceding-sibling (et al).
1931
1932Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * hash.c: applied a patch from Peter Jacobi to solve a problem
1935 when compiling with the Watcom C on Win32
1936 * result/schemas/*.err: the change of hashing algo generated
1937 permutations in the output
1938
1939Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1940
1941 * hash.c: applied patch from Sander Vesik improving the quality of
1942 the hash function.
1943
19442002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1945
1946 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1947 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1948 xmllint.c xpath.c: replaced sprintf() with snprintf()
1949 to prevent possible buffer overflow (the bug was pointed
1950 out by Anju Premachandran)
1951
1952Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1953
1954 * parser.c: removed an uninitialized data error popped by valgrind
1955 on PE references
1956
1957Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1958
1959 * doc/xml.html
1960 adding tutorial reference to the web page
1961
1962Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1963
1964 * doc/tutorial/xmltutorial.xml
1965 * doc/tutorial/ar01s07.html
1966 * doc/tutorial/ape.html
1967 * doc/tutorial/includegetattribute.c
1968 adding section to tutorial about retrieving an attribute
1969 value
1970
1971Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1972
1973 * parser.c: applied a couple of patches from Peter Jacobi to start
1974 to get rid of ctxt->token, with a possible significant speed
1975 improvement to be gained once done. Better compliance with PE
1976 references constructs in DTDs too.
1977 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
1978 from Peter too
1979
1980Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1981
1982 * parser.c: Babak Vahedipour-Kunze reported that openTag in
1983 xmlParseElement was likely to have been deallocated at the
1984 time of the report, possibly leading to segfault. Just report
1985 the tag name now.
1986
1987Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1988
1989 * xpath.c: patch from Richard Jinks for XPath substring() function
1990 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
1991
19922002-06-06 Aleksey Sanin <aleksey@aleksey.com>
1993
1994 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
1995
1996Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
1997
1998 *doc/FAQ.html
1999 fixing typos in FAQ, thanks to Robert Funnell for the
2000 editing help
2001
2002Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2003
2004 * NEWS: got complaints from rpmlint that it was empty
2005
2006Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2007
2008 * added doc/tutorial, including:
2009 apa.html
2010 apb.html
2011 apc.html
2012 apd.html
2013 ar01s02.html
2014 ar01s03.html
2015 ar01s04.html
2016 ar01s05.html
2017 ar01s06.html
2018 includeaddattribute.c
2019 includeaddkeyword.c
2020 includekeyword.c
2021 includestory.xml
2022 index.html
2023 xmltutorial.xml
2024 libxml tutorial, including generated html
2025
2026Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2027
2028 * result/c14n/exc-without-comments/merlin-c14n-two-*
2029 result/c14n/without-comments/merlin-c14n-two-*
2030 test/c14n/exc-without-comments/merlin-c14n-two-*
2031 test/c14n/without-comments/merlin-c14n-two-*
2032 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2033 c14n/exc-c14n and slightly modified test script to handle
2034 these test cases
2035 * c14n.c: fixed bugs for complicated nodes set (namespace
2036 without node and others from merlin-c14n-two.tar.gz)
2037 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2038 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2039 for xmlsec performance patch
2040 * xpath.c: fixed self::node() for namespaces and attributes
2041
2042Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2043
2044 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2045 but with the format parameter
2046 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2047
2048Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2049
2050 * Makefile.am: updated c14n tests suite
2051 * c14n.c: performance improvement for previous c14n patch
2052
2053Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2054
2055 * parser.c: another peroformance patch from Peter Jacobi, that
2056 time on parsing attribute values.
2057
2058Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2059
2060 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2061 into LibXML2 test suite
2062
2063Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2064
2065 * c14n.c: propagating xpath ancesstors node fix to c14n
2066 plus small performance improvement to reduce number of
2067 mallocs
2068 * xpath.c: fixed ancestors axis processing for namespace nodes
2069
2070Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2071
2072 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2073 Peter Jacobi
2074
2075Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2076
2077 * configure.in: preparing 2.4.22
2078
2079Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2080
2081 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2082 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2083 a public entry point.
2084 * doc/*: rebuilt the API and docs
2085
2086Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2087
2088 * xpath.c: patch from Richard Jinks to fix a problem introduced
2089 in the previous patch and pointed by Norm
2090
2091Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * libxml.spec.in: fixing bug #81112
2094
2095Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * uri.c: fixing bug #82848
2098
2099Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2100
2101 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2102 output of one catalog test
2103
2104Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2105
2106 * global.data globals.c tree.c include/libxml/globals.h
2107 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2108 default value for global parameter xmlIndentTreeOutput to 1 and
2109 introduced new global parameter xmlTreeIndentString (the string
2110 used to do one-level indent) with default value " " (as it was
2111 in tree.c)
2112
2113Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2114
2115 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2116 with trio and schemas.
2117
2118Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2119
2120 * xpath.c: patch from Richard Jinks to fix the problem raised in
2121 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2122
2123Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2124
2125 * xmlschemas.c: a bit of work on import.
2126 * xmlschemastypes.c: Charles Bozeman provided a compare function
2127 for date/time types so min/max facet restrictions should work,
2128 indeterminate comparisons return an error instead of equal.
2129 * test/schemas/date_0* result/schemas/date_0_0: specific test
2130 from Charles Bozeman too
2131
2132Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2133
2134 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2135 from Christian Cornelssen fixing the man pages and the Catalog
2136 building script.
2137 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2138 next step is <xs:import> I now have a reasonable understanding
2139 of how it works.
2140
2141Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2142
2143 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2144
2145Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2146
2147 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2148
2149Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2150
2151 * xpath.c: fixing an XPath function evalutation bug pointed out
2152 by Alexey Efimov where the context was lost when evaluating
2153 the function arguments
2154
2155Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2156
2157 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2158 function public for XMLSec performance optimizations
2159
2160Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2161
2162 * python/generator.py python/libxml2class.txt : fixed a problem
2163 with the HTML parser pointed by Gary Benson
2164 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2165 example
2166
2167Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2168 * parser.c: fixed bug #81159 (memory growth in SAX)
2169
2170Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2171 * xpath.c: fixed bug #78858 (the real fix)
2172
2173Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2174 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2175
2176Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2177
2178 * tree.c: modified xmlNodeSetBase to allow changing the
2179 base of a document.
2180
2181Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2182
2183 * xmlschemastypes.c: patch Charles Bozeman for validation of
2184 all the date, time, and duration types
2185 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2186 * configure.in: fixed an error pointed by an user
2187 * xml2-config.in: fixed an error pointed by an user
2188
2189Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2190
2191 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2192 win32/libxml2.def.src xmlIO.c: exported default
2193 'file:', 'http:' and 'ftp:' protocols input handlers
2194 and maked protocols comparisson case insensitive
2195
2196Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2197
2198 * configure.in: Neven Has detected a typo
2199
2200Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2201
2202 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2203 as one of the persons allowed to commit directly to the
2204 module.
2205
2206Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2207
2208 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2209 * valid.c: raised a too low limit
2210 * doc/*: rebuilt the docs
2211
2212Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2213
2214 * test/XPath/expr/floats test/XPath/expr/functions
2215 result/XPath/expr/floats result/XPath/expr/functions
2216 xpath.c: another XPath conformance patch from Richard Jinks
2217
2218Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2219
2220 * xmlschemas.c: fixed validation of attribute groups.
2221 * test/schemas result/schemas: added an example from the primer
2222
2223Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2224
2225 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2226 * test/schemas result/schemas: updated the test list
2227
2228Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2229
2230 * TODO: updated a bit
2231 * parser.c: made a comment more specific
2232 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2233 Schemas conformance.
2234 * test/schemas result/schemas: updated the test list
2235
2236Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2237
2238 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2239 implementing xs:all with minOccurs = 0
2240 * tes/schemas/* result/schemas/*: added more tests covering
2241 xs:all
2242
2243Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2244
2245 * xmlregexp.c: first implementation of the all particle, this
2246 may need to be revisited for case where not all transitions
2247 must be crossed.
2248
2249Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2250
2251 * tree.c: another entity processing update from Markus Henke
2252
2253Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2254
2255 * trionan.c: fixed crash on OSF/1
2256
2257Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2258
2259 * xmlschemas.c: more Schemas work
2260 * test/schemas/* result/schemas/*: added more tests coming
2261 from the spec.
2262
2263Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2264
2265 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2266 ExcC14N specification
2267
2268Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * tree.c: patch from Markus Henke, fix for recursive entities.
2271
2272Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2273
2274 * xpath.c: fix a problem with string() on a document node.
2275
2276Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2277
2278 * Makefile.am xmlschemas.c: more Schemas work
2279 * test/schemas/* result/schemas/*: added more tests coming
2280 from the spec.
2281
2282Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2283
2284 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2285 * result/HTML/*: this changes a few things in the results
2286
2287Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2288
2289 * include/libxml/tree.h: eliminated 'declaration different than
2290 prototype' warning
2291 * include/win32config.h: "resolved" conflicts with errno.h
2292
2293Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2294
2295 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2296 on the automata interfaces and debug of counted choices
2297 * test/schemas/* result/schemas/*: added a number of tests
2298
2299Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2300
2301 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2302 a bit of work on Schemas
2303 * testSchemas.c: try to make it more useful
2304 * test/schemas/* result/schemas/* Makefile.am: changed the
2305 Schemas regression test procedure, started adding a few samples
2306
2307Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2308
2309 * include/libxml/encoding.h: Patch for the Borland C++ builder
2310 * include/libxml/tree.h: Patch for the Borland C++ builder
2311 * threads.c: Patch for the Borland C++ builder
2312 * win32/bcb5: New directory for the Borland C++ builder
2313 project files
2314
2315Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2316
2317 * win32/Makefile.msvc: Update for XML Schema support
2318 * win32/configure.js: Update for XML Schema support
2319 * win32/libxml2.def.src: Update for XML Schema support
2320
2321Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2322
2323 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2324 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2325 xmlunicode.c include/libxml/Makefile.am
2326 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2327 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2328 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2329 include/libxml/xmlversion.h.in : merged the current state of
2330 XML Schemas implementation, it is not configured in by default,
2331 a specific --schemas configure option has been added.
2332 * test/automata test/regexp test/schemas Makefile.am
2333 result/automata result/regexp result/schemas:
2334 merged automata/regexp/schemas regression tests
2335
2336Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * xpath.c: Gary found a compile time problem, fixes #78823
2339
2340Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2341
2342 * configure.in: release of 2.4.20
2343 * doc/*: updated and rebuilt the docs
2344
2345Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2346
2347 * python/Makefile.am: patch from Cristian Gafton to build on
2348 Red Hat 6.2, should also fix #75779
2349
2350Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * valid.c: first part of fixing #78729
2353
2354Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2355
2356 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2357 escaping of URI when saving HTML files.
2358 * result/HTML/*: this impacted some tests
2359
2360Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2361
2362 * configure.in: trying to fix #77441
2363
2364Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2365
2366 * include/libxml/xmlIO.h: Hallski complained it could not be
2367 included by itself.
2368
2369Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2370
2371 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2372
2373Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2374
2375 * win32/configure.js: patch from Nilo for the c14n option
2376 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2377
2378Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2381 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2382 LIBXML_THREAD_ENABLED
2383
2384Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2385
2386 * xpath.c: another patch from Richard Jinks for substring conformance
2387 * test/XPath/expr/floats test/XPath/expr/strings
2388 result/XPath/expr/floats result/XPath/expr/strings: update of the
2389 test suite to check those.
2390
2391Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2392
2393 * xpath.c: patch from Richard Jinks for .x float parsing.
2394
2395Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * parser.c: patch from Markus Henke when an encoding ain't recognized
2398
2399Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * libxml.m4: got a report that #include <string.h> was needed
2402
2403Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2404
2405 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2406
2407Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2408
2409 * doc/example.html: fixing typo
2410
2411Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2412
2413 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2414 pointed out by Melvyn Sopacua.
2415
2416Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2417
2418 * libxml.m4: Frédéric Crozat gave a patch related to the change
2419 of Include paths breaking the libxml.m4
2420
2421Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2422
2423 * xpath.c: Fix bug #76927 forgot to save some context
2424 when evaluating binary expressions
2425
2426Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2427
2428 * configure.in: fixed configure for MPE/iX from Markus Henke
2429 * xmlmemory.c: fixed initialization problems
2430 * xpath.c: another set of patches from Richard Jinks this
2431 fixes "make XPathtests" on linux
2432
2433Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2434
2435 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2436 * test/XPath/expr/compare test/XPath/expr/equality
2437 test/XPath/expr/floats test/XPath/expr/functions
2438 test/XPath/expr/strings result/XPath/expr/compare
2439 result/XPath/expr/equality result/XPath/expr/floats
2440 result/XPath/expr/functions result/XPath/expr/strings: Updated
2441 tests though they show a divergence on Linux
2442
2443Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2444
2445 * xpath.c trionan.c: previous commit also included patches
2446 from Richard Jinks on some IEEE support corner case
2447
2448Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2449
2450 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2451 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2452 that $(datadir) should be used for docs
2453
2454Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2457 could leak filedescriptors
2458
2459Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2460
2461 * configure.in nanohttp.c: applied patch from Allan Clark for
2462 UnixWare/OpenServer
2463
2464Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2465
2466 * configure.in: preparing 2.4.19
2467 * doc/*: rebuilt the docs
2468
2469Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2470
2471 * nanohttp.c: fixing #76043, got fed up with non-portability
2472 of that piece of code.
2473
2474Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * valid.c SAX.c: Never commit without running "make tests" :-(
2477 fix a couple of stupidities in the previous commit
2478 * result/*: a few changes in some attribute order result of previous
2479 commit.
2480
2481Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2484 the internal subset should not raise duplicate ID errors,
2485 also there was a small bug in conjunction to namespace
2486 declarations defaulted and xml:xxx attributes DTD definitions.
2487
2488Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2489
2490 * xpath.c: Richard Jinks also raised some rounding problems
2491 this tries to fix them
2492
2493Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2494
2495 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2496 behaviour in xmlXPathCastToString()
2497
2498Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2499
2500 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2501 raised by Morus Walter
2502
2503Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2504
2505 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2506 from Igor
2507
2508Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2509
2510 * xpath.c: fixing #75619, related to a problem when trying
2511 to evaluate condition when the current node set resulting
2512 from that sub-step evaluation is empty. Also fixes 2 potential
2513 problem with previous-sibling and next-siblings axis.
2514
2515Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2516
2517 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2518 HTML support is not configured in.
2519
2520Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2521
2522 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2523 include/libxml/tree.h: dohh I really didn't intended to commit
2524 this test version :-(
2525
2526Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2527
2528 * testSAX.c: I wanted to see the real speed at the SAX interface
2529 after a little too many Ximianer started complaining about the
2530 parser speed.
2531 added a --quiet option:
2532 paphio:~/XML -> ls -l db100000.xml
2533 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2534 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2535 3200006 callbacks generated
2536 real 0m1.270s
2537 Which means 16MBytes/s and 3Mcallback/s
2538
2539Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * xpath.c: valgrind spotted another error that time when running
2542 on libxslt regression tests
2543
2544Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * Makefile.am: adding "make valgrind" running the full regression
2547 tests (except python ones) under Valgrind (using valgrind -q
2548 which was kindly added by the author).
2549 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2550 passes cleanly now except an obcure floating point initialization
2551 raised in log10() in one XPath regression test ???
2552 * tree.c: edited some comments to close #75244
2553
2554Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2555
2556 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2557 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2558 context of ScrollKeeper, made sure that if the number is
2559 an integer, the serialization follows the description at
2560 http://www.w3.org/TR/xpath#section-String-Functions
2561
2562Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2563
2564 * configure.in: preparing 2.4.18
2565 * doc/*: updated and rebuilt the web site
2566 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2567 the Windows and Cygwin maintainers.
2568 * parser.c: humm, changed the way the SAX parser work when
2569 xmlSubstituteEntitiesDefault(1) is set, it will then
2570 do the entity registration and loading by itself in case the
2571 user provided SAX getEntity() returns NULL.
2572 * testSAX.c: added --noent to test the behaviour.
2573
2574Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2575
2576 * parser.c: Wilfried Teiken provided a hackish but working
2577 way to get context reported back on entities when parsing
2578 with SAX and without breaking the DOM build.
2579
2580Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2581
2582 * c14n.c: applied a new patch from Aleksey Sanin
2583 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2584 to reference Aleksey implementation of XML digital Signatures
2585
2586Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2587
2588 * xpath.c: small fix to avoid potential problem due to
2589 ordering of freeing data
2590 * python/Makefile.am: people were complaining about
2591 the generated file in python dir not being built
2592
2593Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2594
2595 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2596 python/generator.py python/libxml.c python/types.c: Cleanup
2597 of the python Makefiles based on Jacob and James feedback,
2598 fixed the spec file accordingly, fixed the number of warning
2599 that passing my pedantic CFLAGS was generating. Conclusion
2600 is that Python includes are real crap.
2601
2602Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * configure,in: it was reported quite a few times that
2605 xml2-config --cflags should not output
2606 -I$includeprefix/libxml2/libxml because libxml2 header names
2607 clashes with existing names like list.h from C++ stl.
2608 Includes should be #include<libxml/xxx.h> so ...
2609
2610Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * c14n.c: another patch from Aleksey Sanin
2613
2614Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2617 canonicalization algorithm
2618 * doc/xml.html doc/index.html: added the C14N references on the
2619 index page.
2620
26212002-03-13 jacob berkman <jacob@ximian.com>
2622
2623 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2624 usage, redundant, and gcc specific
2625
2626Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2627
2628 * xpath.c: speedup some node selection operations, this can
2629 have a significant impact on DocBook Norm's stylesheets
2630 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2631 make sure it's always the case
2632 * debugXML.c: distinguish CDATA and comments in ls operations
2633
2634Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2635
2636 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2637 to generate better API descriptions etc...
2638
2639Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2640
2641 * c14n.c: Fixing #74186, made sure all boolean expressions
2642 get fully parenthesized, ran indent on the output
2643 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2644 include/libxml/tree.h: also #74186 related, removed the
2645 --with-buffers option, and all the preprocessor conditional
2646 sections that were resulting from it.
2647
2648Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2649
2650 * valid.c: applied patch from Dodji Seketeli fixing an
2651 uninitailized variable in xmlValidGetValidElements()
2652
2653Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2654
2655 * c14n.c: fixed a few comments
2656 * doc/*.html doc/*/*.html: regenerated the docs and added
2657 the C14N API
2658 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2659
2660Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2661
2662 * check-xml-test-suite.py: fix to adapt varaiations in the
2663 bindings
2664 * configure.in python/setup.py python/setup.py.in: fixed to
2665 have the version of the python scripts automatically updated
2666
2667Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2670 in xmlCopyProp()
2671
2672Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2673
2674 * configure.in: preparing 2.4.17 release
2675 * doc/*: updated and rebuilt the docs
2676 * xpath.c: fixed a comment
2677 * python/libxml.c: fixed a possible reentrancy problem
2678
2679Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2680
2681 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2682 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2683 added a specific regression test
2684 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2685 not raise exceptions when failing to find the attribute.
2686
2687Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2688
2689 * configure.in xmllint.c: owen pointed out a problem with the
2690 ftme fix, gettimeofday() was not detected by configure and
2691 the ftime header wasn't included, dohhh
2692
2693Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2694
2695 * configure.in xmllint.c: trying to fix #71457 for timing
2696 precision when gettimeofday() is not availble but ftime() is
2697
2698Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2699
2700 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2701 are now copied on install and part of the -devel RPM
2702
2703Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2704
2705 * xpath.c: trying to avoid bug #72150 which was apparently
2706 caused by a gcc bug (or a processor problem) as detailed
2707 at http://veillard.com/gcc.bug
2708
2709Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2710
2711 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2712 fixed xmlReconciliateNs(), added a Python test/example for
2713 inter-document cut'n paste
2714 * python/libxml.py: fixed node.doc on document nodes and added
2715 xpathEval() onto node objects
2716
2717Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2718
2719 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2720 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2721 fixup and integrated tests for the serialization stuff
2722
2723Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2724
2725 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2726 moved the libxml man page to section 3
2727
2728Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2729
2730 * tree.c: fix bug #72490
2731 * python/libxml.c python/libxml.py: added methods serialize()
2732 and saveTo() to all node elements.
2733
2734Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2735
2736 * xmlIO.c: closed #73430, don't read from an input source
2737 which indicated an end-of-file or an error.
2738
2739Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2740
2741 * parser.c: make sure SAX endDocument is always called as
2742 this could result in a Python memory leak otherwise (it's
2743 used to decrement ref-counting)
2744 * python/generator.py python/libxml.c python/libxml.py
2745 python/libxml2-python-api.xml python/libxml2class.txt
2746 python/tests/error.py python/tests/xpath.py: implemented
2747 the suggestions made by Gary Benson and extended the tests
2748 to match it.
2749
2750Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2751
2752 * python/generator.py: applied patch fixing #73450
2753
2754Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2755
2756 * xpath.c: fixing #61290 "namespace nodes have no parent"
2757 long standing divergence from the XPath REC. NodeSets
2758 simply hold a copy of namespace nodes and those node ->next
2759 points to the parent (which may not be the node carrying the
2760 definition).
2761 * include/libxml/xpath.h: flagged but didn't added a possible
2762 speedup
2763 * DOCBparser.c HTMLparser.c: removed some warnings from push
2764 parser due to new state being added.
2765 * tree.c: new fix from Boris Erdmann
2766 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2767 the XML Canonalization support from Aleksey Sanin
2768
2769Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * tree.c: patch from Boris Erdmann fixing some namespace odities
2772 with xmlCopyNode()
2773
2774Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2775
2776 * xmlIO.c: fix bug #72706 when loading a NULL entity
2777
2778Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2779
2780 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2781 actually change in a future XML Namespace revision.
2782
2783Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2784
2785 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2786 added the possibility of returning nodesets from XPath extension
2787 functions written in Python
2788
2789Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * python/*: commiting some Python bindings work done while travelling
2792
2793Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2794
2795 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2796 explicitely with memory debugging switched on
2797
2798Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2799
2800 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2801 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2802 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2803 the accessor generator for strings
2804 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2805 regression test.
2806
2807Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * python/README python/generator.py python/libxml.c python/setup.py:
2810 added the 'usual' setup.py to allow building a libxml2-python
2811 module based on the same code. The initialization is however
2812 different the 2 .so files fo libxml2 and libxslt are identical and
2813 they entry point initialize both libraries. this is done to avoid
2814 some possible nasty problem since the Python don't merge the maps
2815 of all shared modules.
2816
2817Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2818
2819 * parser.c: fixed a push/encoding bug reported by Michael
2820 on librsvg
2821
2822Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2823
2824 * include/libxml/parserInternals.h: fixes a misplaced #endif
2825
2826Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2827
2828 * parser.c valid.c: found and fixed a couple of allocation bugs
2829
2830Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2831
2832 * doc/xml.html doc/python.html doc/*: added a Python and binding
2833 page describing the current state of the Python bindings and
2834 giving pointers to the other languages wrappers.
2835
2836Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2837
2838 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2839 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2840 rebuilt the API and web site
2841 * xpath.c: fixed #71978 portability bugs
2842
2843Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2844
2845 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2846
2847Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * include/libxml/parserInternals.h parser.c: had to change
2850 2 internal parsing API when processing document content
2851 to check the start and end of element content are defined
2852 in the same entity
2853 * valid.c include/libxml/valid.h: attribute normalization can
2854 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2855 with the context to report it.
2856 * SAX.c: fixed the last known bugs, crazy validation constraints
2857 when a document is standalone seems correctly handled. There
2858 is a couple of open issues left which need consideration especially
2859 PE93 on external unparsed entities and standalone status.
2860 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2861 The 2 tests left failing are actually in error. Cleanup done.
2862
2863Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2864
2865 * valid.c: implemented E59 spaces in CDATA does not match the
2866 nonterminal S
2867
2868Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * SAX.c parser.c valid.c: more validation test fixups
2871 * check-xml-test-suite.py: added duration info for the tests
2872
2873Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2874
2875 * parser.c valid.c: a couple of errors were reported but not
2876 saved back as such in the parsing context. Down to 1% failure rate
2877 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2878
2879Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2880
2881 * xmlInternald.c: isExtender was missing a char
2882 * parser.c include/libxml/parser.h: % are acceptable in the
2883 internal subset if within a PUBLIC ID
2884
2885Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * SAX.c parserInternals.c valid.c: more work on the conformance
2888 suite. Took the step to finally block documents with encoding
2889 errors. It's a fatal error per the spec, people should have fixed
2890 their documents by now.
2891
2892Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2893
2894 * check-xml-test-suite.py: fixed the test script after some discussion
2895 on the semantic of TYPE="error"
2896 * Makefile.am: added the script to the distrib
2897
2898Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2899
2900 * SAX.c entities.c: fixed a couple of conformances issues deep
2901 into the validation code (standalone and undeclared Notations)
2902
2903Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2904
2905 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2906 stayed there for years !
2907
2908Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2909
2910 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2911 missing
2912
2913Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2914
2915 * check-xml-test-suite.py: improved the behaviour a bit as
2916 well as the logs
2917 * parser.c valid.c SAX.c: fixed a few more bugs
2918 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2919
2920Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2921
2922 * check-xml-test-suite.py: python script to run regression tests
2923 against the XML Test suite of W3C/OASis
2924 * SAX.c: fixed a validation bug
2925 * parser.c: fixed 3 errors pointed by the test suite
2926 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2927 * python/Makefile.am: fixed a dependendy
2928
2929Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2930
2931 * xmlmemory.c: avoid a warning bug #71594
2932
2933Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2934
2935 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2936 warning on alpha/Tru64
2937
2938Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2939
2940 * include/libxml/entities.h: fixing a comment
2941 * valid.c: fixing some troubles with validity check on namespaces
2942 * result/VC/NS3 test/VC/NS3: added a specific regression test
2943
2944Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2945
2946 * tree.c: Fixing #71342 serializing '\n' in attribute values
2947 * result/noent/att3 result/att3 test/att3: added a specific
2948 test.
2949
2950Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * python/libxml.c: couple of bug fixes
2953
2954Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2955
2956 * python/*.py: removed tabs and used spaces.
2957
2958Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2961 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
2962
2963Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2964
2965 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
2966 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
2967
2968Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2969
2970 * include/libxml/encoding.h include/libxml/entities.h
2971 include/libxml/globals.h include/libxml/parser.h
2972 include/libxml/threads.h include/libxml/tree.h
2973 include/libxml/xmlmemory.h: trying to fix the include mess
2974
2975Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2976
2977 * include/libxml/xmlmemory.h: reverted part of the previous
2978 attempt to provide #69655, this was breaking the build.
2979
2980Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2981
2982 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
2983 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
2984 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
2985 include/libxml/parserInternals.h include/libxml/tree.h
2986 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
2987 Tentatively fixed #69655 , make compiling with -Wredundant-decls
2988 clean.
2989 * python/libxml.c: fixed a warning.
2990
2991Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2992
2993 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
2994 copying of node, merge back IDs in the target document.
2995 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
2996 test/XInclude/ents/ids.xml: test case
2997 * result/VC/ElementValid4: output changed due to a typo fix
2998
2999Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003002 generate the dependencies right as Jacob found out. Add
3003 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003004
3005Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3006
3007 * parserInternals.c valid.c: Justin Fletcher found some parts
3008 of the code needing cleanup
3009 * libxml.spec.in python/Makefile.am python/generator.py
3010 python/libxml.c python/libxml.py: Fixed the python Makefiles
3011 corrected a bug showing up on ia64, changed the name of the
3012 python internal module too
3013
3014Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3015
3016 * Makefile.am: applied patch from Andris Pavenis for binary
3017 name suffixes
3018
3019Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3020
3021 * xmllint.c win32/win32config.h: fixing #68748
3022
3023Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * valid.c: fixing #70166
3026
3027Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3028
3029 * valid.c: fixing #70077
3030
3031Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3032
3033 * Copyright Makefile.am README configure.in libxml.spec.in:
3034 Changed to the MIT Licence
3035 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3036 doc/xmlio.html: updated the doc accordingly
3037 * include/libxml/xmlwin32version.h configure.in: preparing
3038 2.4.14 release
3039 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3040 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3041 fixed the const xmlChar * wrapper and generator, XPath extension
3042 functions now use the context as first argument
3043 * python/tests/tstxpath.py python/tests/xpath.py
3044 python/tests/xpathext.py: Updated the tests accordingly
3045 * tree.c: fixed bug #70067
3046
3047Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3048
3049 * Makefile.am: cleanup
3050 * debugXML.c: always use stdout if output is NULL
3051 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3052 * python/Makefile.am python/generator.py python/libxml2class.txt
3053 python/libxml_wrap.h python/types.c: augmented the number of bindings
3054 handling FILE * and XPath contexts
3055 * python/tests/Makefile.am: avoid a stupid problem due to the
3056 use of TEST.
3057
3058Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3061
3062Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3063
3064 * python/TODO python/libxml.c: cleanup the extension function lookup
3065 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3066
3067Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3068
3069 * configure.in python/Makefile.am: do not install outside
3070 of prefix
3071
3072Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3073
3074 * python/TODO python/libxml.c: started adding SAX interfaces
3075 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3076 SAX test
3077
3078Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3079
3080 * tree.c: hardened the addChild function
3081 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3082 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3083 added accessors needed for xmlNode, a bit more testing and
3084 extension of interfaces
3085 * python/tests/Makefile.am python/tests/build.py: added a test
3086 build from scratch/save/load/check
3087
3088Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * parserInternals.c: change a small bit in the way valididy
3091 error messages get initialized
3092 * python/TODO python/libxml.c python/libxml2-python-api.xml
3093 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3094 added some memory debugging to track leaks at the libxml2 level
3095 * python/tests/*.py: changed all tests to check for leaks,
3096 there is just one left in XPath extension registrations.
3097
3098Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3099
3100 * python/TODO python/generator.py python/libxml2-python-api.xml
3101 python/libxml2class.txt: more accessor classes for the parser
3102 context, allow to switch on and check validity
3103 * python/tests/Makefile.am python/tests/error.py
3104 python/tests/invalid.xml python/tests/valid.xml
3105 python/tests/validate.py: attded more test and and added error.py
3106 which I forgot to commit in the last step
3107
3108Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3109
3110 * python/Makefile.am python/types.c: cleanup
3111 * python/libxml.c python/libxml.py python/libxml_wrap.h
3112 python/generator.py python/libxml2-python-api.xml
3113 python/libxml2class.txt: added class for parser context, added
3114 first cut for push mode support. Added a framework to generate
3115 accessors functions.
3116 * python/tests/Makefile.am python/tests/push.py: added a push
3117 test
3118
3119Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3120
3121 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3122 bug a bit of cleanup.
3123
3124Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3125
3126 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3127 python/libxml2class.txt: adding error redirections and preformat
3128 to a python handler
3129 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3130 tests self checking
3131
3132Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3133
3134 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3135 a function
3136
3137Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3138
3139 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3140 python/libxml.c python/libxml2-python-api.xml
3141 python/libxml2class.txt: Progressing through the TODOs, class
3142 description output, extra XML API, RPM now builds the wrappers
3143 for all python installed versions
3144
3145Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3146
3147 * configure.in libxml.spec.in python/Makefile.am python/TODO
3148 python/generator.py python/libxml2class.txt: added more informations
3149 in the libxml2-python package including docs. Slightly changed
3150 the class hierarchy
3151 * python/tests/*: added basic regression tests infrastructure too
3152
3153Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3156 added libxml2-python as part of the packages installed
3157
3158Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3159
3160 * python/Makefile.am python/generator.py python/libxml.c
3161 python/libxml.py: more work, now able to extend the
3162 XPath interpreter with functions written in python.
3163
3164Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3165
3166 * python/Makefile.am: Jacob sent a patch to allow building from
3167 tarfile.
3168
3169Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3170
3171 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3172 inserted the python wrappers build, I hope this won't be too
3173 unportable
3174
3175Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3176
3177 * xpath.c: minor optimization
3178 * python/generator.py python/libxml.c python/libxml.py
3179 python/libxml_wrap.h: more work on the python bindings,
3180 they now support XPath and there is no evident leak
3181
3182Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3183
3184 * python/generator.py python/libxml.c python/libxml.py:
3185 more work on the python bindings generator.
3186
3187Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3188
3189 * python/generator.py python/libxml.c python/libxml_wrap.h:
3190 more work on the python bindings.
3191
3192Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3193
3194 * python/generator.py python/libxml.c python/libxml.py
3195 python/libxml_wrap.h: commited early version of a python binding
3196 for private use only ATM
3197
3198Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3199
3200 * entities.c tree.c include/libxml/entities.h: applied patch
3201 from Anthony Jones to implement copy of DTD subtree too. Had
3202 just to keep 2 function private which really ought to become
3203 public ones.
3204
3205Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3206
3207 * xmllint.c: added pointers to the web pages in the usage()
3208
3209Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3210
3211 * tree.c: more fixes from Petr Kozelka for attribute handling
3212 in the tree API to align the semantic with DOM.
3213
3214Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3215
3216 * valid.c tree.c entities.c: another set of patches from
3217 Anthony Jones for copy operations cleanup and robustness
3218
3219Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3220
3221 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3222 an alphabetic index based on comments content
3223 * doc/*: rebuilt the web site with the new references
3224
3225Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3226
3227 * parserInternals.h: Greg Sjaardema suggested to use an
3228 eponential buffer groth policy in xmlParserAddNodeInfo()
3229
3230Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3231
3232 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3233 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3234 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3235 to generate cross-references, and added/updated the stylesheets
3236 to generate and link API indexes. The generic keyword index
3237 is not done yet.
3238 * doc/*.html: regenerated all the usual docs too
3239
3240Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3241
3242 * debugXML.c: added an xpath function to the shell for T. V. Raman
3243
3244Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3245
3246 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3247 debug routines.
3248
3249Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3250
3251 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3252 support of attribute nodes
3253
3254Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3257 hopefully near complete and fully documented of the API in XML
3258 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3259 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3260 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3261 include/libxml/parserInternals.h include/libxml/valid.hi
3262 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3263 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3264 include/libxml/xpath.h include/libxml/xpathInternals.h:
3265 Cleaned up the doc comments a lot in the process, the interface
3266 coverage is now 100%
3267
3268Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3269
3270 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3271 extracts comments from the gtk-doc DocBook output (a bit
3272 convoluted but seems to work).
3273
3274Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3275
3276 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3277 added an XML description of the API, moved the script generating
3278 it here. Added a "make api" target
3279
3280Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3281
3282 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3283
3284Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3285
3286 * xpath.c include/libxml/xpathInternals.h: the change made to
3287 xmlXPathFuncLookupFunc was incompatible roll it back
3288
3289Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3290
3291 * SAX.c: cleanup patch from Anthony Jones
3292 * doc/Makefile.am: fix the headers to avoid in make scan
3293 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3294 includes, * vs Ptr and general cleanup
3295 * parsedecl.py: first version of a script to extract the
3296 module interfaces, the goal will be to provide .decl or XML
3297 specification of the interfaces to build wrappers.
3298
3299Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3302 now provides return codes in case of errors
3303
3304Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3305
3306 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3307 Upgraded to trio baseline 1.6
3308 * strio.h strio.c: Replaced by triostr.h and triostr.c
3309
3310Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3311
3312 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3313 of strdup usage in the code
3314
3315Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3316
3317 * parser.c error.c: Keith Isdale complained rightly that
3318 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3319
3320Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3321
3322 * tree.c: fixed the funxtion to set the xml: attributes
3323 * debugXML.c: added "setbase" to test it.
3324
3325Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3326
3327 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3328 to allow updating an attribute content
3329
3330Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * libxml.h: try to avoid problems when compiling on Windows
3333
3334Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3335
3336 * hash.c: patch from Anthony Jones for hash.c allocation size
3337 * Makefile.am: trying to work around Yet Another Libtool Madness
3338 and build the 2.4.13 release finally ...
3339
3340Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3343 * doc/* : update of the documentation
3344
3345Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3346
3347 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3348 at fixing #61290 :-(
3349
3350Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3351
3352 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3353 Fixes bug #67229
3354
3355Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * tree.c: trying to avoid troubles when a subtree is copied
3358 and coalesced in part with the target tree. Should fix
3359 bug #67407
3360
3361Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * valid.c: fixed validation of attributes content of type
3364 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3365 values, very old bug. Fixes #67671
3366
3367Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3368
3369 * parser.c include/libxml/parserInternals.h tree.c: integrated
3370 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3371 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3372
3373Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3374
3375 * threads.c: applied Serguei Narojnyi's patch to add native
3376 thread support on the Win32 platform
3377 * testThreadsWin32.c Makefile.am: added the test program also
3378 from Serguei, Win32 specific
3379 * include/win32config.h include/libxml/xmlwin32version.h.in:
3380 added patch from Igor for the Windows thread specific defines.
3381
3382Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3385
3386Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3389 output page into XMLinfo.html. Close bug #66951 and
3390 raised by Robert Collins too.
3391
3392Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3393
3394 * encoding.c: Paul Keogh pointed out a possibility of segfault
3395 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3396 Closes bug # 68238
3397
3398Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * doc/*.html: updated the Gdome2 links
3401
3402Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3403
3404 * libxml.h: Applied following patches from Robert Collins
3405 and make sure IN_LIBXML is defined when compiling it
3406 -------
3407 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3408 as well as Visual C.
3409 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3410 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3411 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3412 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3413 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3414 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3415 xmlSysIDExists xmlNoNetExists).
3416 * xmllint.c: Don't include winsock2.h for Cygwin.
3417
3418Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3419
3420 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3421 when the version info is not present.
3422
3423Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3424
3425 * tree.c: Anthony Jones pointed out a problem in
3426 xmlStringGetNodeList() and provided a fix for it
3427
3428Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3429
3430 * parser.c: patch from Frank J Franklin to remove a bug in
3431 xmlCreatePushParserCtxt() when the initial buffer passed
3432 is large.
3433
3434Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3435
3436 * win32/*: big cleanup of the Windows/MSVC project files
3437 from Igor Zlatkovic
3438
3439Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3440
3441 * doc/Makefile.am: should fix #67674 and avoid troubles if
3442 xsltproc is not available or fails in the prefix provided
3443
3444Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3445
3446 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3447
3448Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3449
3450 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3451 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3452 Fixed a few other problems raised by Charlie Bozeman.
3453 * result/VC/ElementValid[5-7]: fixed the output
3454
3455Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3456
3457 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3458 patches from Charlie Bozeman. Regenerated the HTML docs.
3459
3460Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3461
3462 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3463 for Windows from Igor
3464
3465Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3466
3467 * xmllint.c: applied Justin Fletcher patch for --output or -o
3468
3469Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3470
3471 * win32/libxml2/libxml2.def.src: close #67019
3472
3473Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3474
3475 * xmllint.c: applied Justin Fletcher generic timing patch
3476 similar to the one already applied to xsltproc.
3477
3478Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3479
3480 * include/libxml/tree.h tree.c: applied documentation patches
3481 from Charlie Bozeman
3482
3483Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3484
3485 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3486
3487Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3488
3489 * valid.c: fix the xmlStrdup() used in the previous patch.
3490 * valid.c: added --dropdtd
3491 * tree.c: fixed xmlUnlinkNode so it also removes the references
3492 from the document if the node is a DTD
3493
3494Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3495
3496 * HTMLtree.c valid.c: cleanup some static declarations
3497
3498Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3499
3500 * xmllint.c: removed another strdup()
3501 * doc/FAQ: removed the HP/UX entry
3502
3503Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3504
3505 * valid.c: fix bug #66816 when validating.
3506 * xmllint.c: don't use sys/time.h if configure did not found it
3507
3508Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3509
3510 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3511 xmlcatalog_man.xml
3512
3513Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3514
3515 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3516 xmlInitMemory() was declared twice
3517
3518Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3519
3520 * globals.c: do not reference strdup() !
3521 * configure.in libxml-2.0.pc.in: trying to fix the libs
3522 of the various config extraction modules
3523
3524Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3525
3526 * configure.in : preparing 2.4.12
3527 * doc/* : updated and rebuilt the docs
3528
3529Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3530
3531 * uri.c: closed bug #66159
3532 * testURI.c: added --escape option
3533 * configure.in: some cleanup for xml2-config --cflags
3534
3535Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3536
3537 * globals.c testThreads.c: removed some misplaced includes
3538 of xmlversion.h
3539
3540Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3541
3542 * threads.c: patch from Gary Pennington fixing a possible
3543 problem at initialization time.
3544
3545Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3546
3547 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3548 Eric Lavigne contribution to build libxml2 on MacOS using
3549 CodeWarrior.
3550
3551Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3552
3553 * xmllint.c: applied Geert Kloosterman's patch to fix
3554 --repeat --timing output
3555
3556Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3557
3558 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3559 where non-wellformed XML declaractions were not detected.
3560
3561Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3562
3563 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3564
3565Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3566
3567 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3568 gets reset by xmlCleanupInputCallbacks() and this makes the
3569 function useless. Same for output.
3570
3571Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3572
3573 * xmlIO.c: robert pointed out a loop error in callback cleanups
3574
3575Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3576
3577 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3578 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3579 they are not really tied to debugging
3580
3581Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3582
3583 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3584 * xmllint.c: better --catalogs description
3585
3586Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3587
3588 * tree.c: fixed a couple of problems in xmlSetProp()
3589
3590Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3591
3592 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3593 unappropriate stdout output.
3594
3595Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3596
3597 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3598 by Denis Beurive, closes #65111
3599
3600Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3601
3602 * valid.c: in case of content model validity error, don't
3603 print it if validity warnings were not requested.
3604
3605Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3606
3607 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3608 * parserInternals.c: removed the last exit() call. Print an
3609 unmaskable error on stderr instead (library mismatch detection)
3610
3611Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3612
3613 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3614 shell instructions from Heiko Rupp
3615
3616Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3617
3618 * catalog.c: use the URL notation file:// for default catalog paths
3619
3620Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3621
3622 * include/libxml/tree.h: better comments for _private fields
3623 * tree.c: removed a problem when copying an entity reference.
3624
3625Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3626
3627 * vms/*: updated instructions and diffs from John A Fotheringham
3628
3629Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3630
3631 * include/libxml/xmlerror.h: avoid an include problem if
3632 #include <libxml/xmlerror.h> happens first in code
3633 seems to be the case in KDE libs
3634
3635Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3636
3637 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3638 from Igor for Windows
3639
3640Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3641
3642 * Makefile.am: Gary Pennington pointed out a missing prefix
3643
3644Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3645
3646 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3647 * doc/*: upgraded and rebuilt the docs
3648
3649Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3650
3651 * HTMLparser.c: fix comment in scripts element parsing.
3652 * result/HTML/doc3*: updated the results.
3653
3654Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3655
3656 * uri.c: another URI bug fix #63336, using Joel Young patch.
3657
3658Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3659
3660 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3661 a cleaned up version of the Pwd shell string generation.
3662
3663Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3664
3665 * valid.c include/libxml/tree.h: trying to fix namespaces +
3666 validation problems for good, closing #63619 in the process
3667 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3668 wrong in this respect, fixed it.
3669
3670Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3671
3672 * xmllint.c: Morus Walter patch to allow --format and --encode
3673
3674Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3675
3676 * debugXML.c: Stefan Kost provided an help command for the shell
3677
3678Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3679
3680 * debugXML.c: Heiko Rupp pointed that the shell would crash
3681 on empty nodesets returns.
3682
3683Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3684
3685 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3686 migh need the history libraries
3687
3688Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3689
3690 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3691 handle the case of < in quoted attributes, Bastian Kleineidam
3692
3693Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3694
3695 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3696 fixing catalog breakages
3697 * Makefile.am catalog.c result/catalogs/catal
3698 result/catalogs/mycatalog.* test/catalogs/catal*:
3699 fixed more problems in catalog support, added more regression tests
3700 for both XML and SGML catalog handling
3701
3702Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3703
3704 * debugXML.c: applied an improvement to xmlGetLineNo() from
3705 Keith Isdale
3706
3707Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3708
3709 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3710 Side effect of the progressive catalog loading
3711
3712Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3713
3714 * Makefile.am: confexecdir and confexec_DATA were defined twice
3715 pointed out by Karl Eichwalder
3716
3717Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3718
3719 * xmlcatalog.c: avoid unlink() and use remove() instead.
3720
3721Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3722
3723 * libxml.spec.in: cleanup
3724 * include/libxml/xmlwin32version.h: updated with 2.4.8
3725
3726Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3727
3728 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3729 of compiling libxml with a non standard set of options
3730
3731Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3732
3733 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3734 document --sgml option, fixing gnome bugzilla #63382
3735
3736Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3737
3738 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3739 breakage of 2.4.7, added a couple of really needed APIs
3740 like xmlCatalogIsEmpty() and xmlNewCatalog()
3741 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3742 for install-catalog
3743 * configure.in: preparing 2.4.8
3744
3745Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3746
3747 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3748 include/libxml/tree.h include/libxml/xmlIO.h: more include
3749 cleanups, export cleanly one html output + format function.
3750
3751Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3752
3753 * parser.c: removed initGenericErrorDefaultFunc call from
3754 xmlInitParser() since it could destroy previous calls to
3755 xsltSetGenericErrorFunc() effects
3756
3757Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3758
3759 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3760 keyword.
3761
3762Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3763
3764 * Makefile.am: cleanup
3765 * threads.c: cleanup too
3766 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3767 from xsltproc
3768 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003769 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003770
3771Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3772
3773 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3774 was not used anymore !
3775
3776Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3777
3778 * configure.in: preparing 2.4.7
3779 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3780 manual page from John
3781 * doc/*: updated the doc and rebuilt the generated pages
3782
3783Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3784
3785 * xmlIO.c: closing bug #62711, the library should never
3786 close stdin or stdout.
3787
3788Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3789
3790 * uri.c: second pass at fixing #63336, using Joel Young
3791 final patch. looks okay.
3792
3793Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3794
3795 * uri.c include/libxml/uri.h: trying to clear #63336
3796 allowing the escaping routine to parse unconformant
3797 URI-References.
3798
3799Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3800
3801 * vms/readme.vms vms/build_libxml.com nanoftp.c
3802 include/libxml/xmlversion.h.in: a few VMS updates from
3803 John A Fotheringham
3804 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3805 and xmlCleanupOutputCallbacks() for the Perl binding people.
3806
3807Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3808
3809 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3810 apply fixes to close #63271 and avoid segfaults when
3811 the error routine gets callbed before xmlInitParser()
3812 get called.
3813 * nanoftp.c error.c: Applied patches from Justin Fletcher
3814 correcting some xmlGenericError misuses.
3815
3816Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3817
3818 *doc/xmllint.xml, doc/xmllint.1
3819 New and improved man page for xmllint - .xml is the original, .1
3820 is the generated man page
3821
3822Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3823
3824 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3825 the web site from the main HTML document.
3826
3827Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3828
3829 * parser.c: fixed an erroneous validation bug when PE refs
3830 occurs in external parsed entities referenced from the
3831 internals subset
3832 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3833 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3834 added the associated testcase, it's a nice one.
3835 * HTMLparser.c: generate the DTD node as HTML still ...
3836 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3837
3838Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * HTMLparser.c: fixed a bug in htmlNewDoc()
3841
3842Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3843
3844 * test/threads/*: added entities testing to the Thread test
3845 * testThreads.c: make the test reasonable
3846 * DOCBparser.c: fix the DTD public and system ID
3847 * xmllint.c: added --sgml for SGML DocBook importing
3848 * Makefile.am: added Docbtests target
3849
3850Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3851
3852 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3853 * testThreads.c: removed bogus include
3854
3855Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3856
3857 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3858 fixed a very serious (looping) validation bug
3859
3860Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3861
3862 * include/libxml/globals.h include/libxml/threads.h threads.c
3863 testThreads.c: far more testing, cleaning up bugs
3864 * *.c : make sure globals.h is always included.
3865
3866Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * HTMLparser.c: try to get rid of parser loops for good.
3869
3870Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3871
3872 * configure.in: fixed some bugs in CFLAGS passing.
3873 * test/threads Makefile.am testThreads.c: added a specific
3874 threaded test case (really nasty, guaranteed).
3875
3876Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3877
3878 * catalog.c: serious cleanup on the management of the
3879 XML catalog tree, more tests done, especially with
3880 the catalog PI.
3881
3882Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3883
3884 * catalog.c: avoid a problem in catalog cleanup on SMP if
3885 catalogs were not initialized.
3886
3887Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3888
3889 * catalog.c xpath.c: trying to cleanup the not thread safe
3890 parts of the library.
3891
3892Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * include/libxml/globals.h configure.in global.data: make
3895 the allocation be per-thread a configure option
3896 * encoding.c include/libxml/parser.h: fixed compilation
3897 errors
3898
3899Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3900
3901 * include/libxml/parser.h: Norm reported that a few lines
3902 added were breaking libxslt compile, removed them for now
3903
3904Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3905
3906 * parser.c parserInternals.c threads.c: debugged and fixed
3907 initialization problems which were giving troubles on SMP
3908 boxes.
3909
3910Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3911
3912 * include/libxml/Makefile.am: missing globals.h
3913
3914Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3915
3916 * globals.c: added a couple of standard includes.
3917
3918Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3919
3920 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3921 include/libxml/parserInternals.h include/libxml/tree.h
3922 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3923 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3924 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3925 Applied the last patches from Gary, cleanup, activated threading
3926 all user accessible global variables are now handled in globals.[ch]
3927 Still a bit rought but make tests passes with either
3928 --with-threads defined at configure time or not.
3929 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3930 linking options
3931
3932Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3933
3934 * Makefile.am include/libxml/Makefile.am
3935 include/libxml/globals.h globals.c include/libxml/threads.h
3936 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3937 configure.in: started integrating the core of the thread support
3938 not activated yet but half integrated. The code should still
3939 compile and work anyway.
3940
3941Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3942
3943 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3944 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3945 integrating the non-controversial parts of Gary Pennington
3946 multithread patches
3947 * catalog.c: corrected a small bug introduced
3948
3949Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3950
3951 * catalog.c include/libxml/catalog.h: very serious cleanup,
3952 isolating unportable code and as much as possible the accesses
3953 to the global shared catalog. May need more testing !
3954
3955Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3956
3957 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3958 Keith Isdale patches for the XSLT debugger interfaces. Some
3959 cleanup
3960
3961Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3962
3963 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
3964 * DOCBparser.c: generate line nubers in elements
3965
3966Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3967
3968 * configure.in: preparing 2.4.6 release
3969 * doc/xml.html doc/html/*: updated and rebuilt the docs
3970 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
3971
3972Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3973
3974 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
3975 adding documentation for DV's supercatalog support
3976
3977Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3978
3979 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
3980 super catalog support adding one API and one flag --sgml to
3981 xmlcatalog
3982
3983Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
3984
3985 * doc/xmlcatalog_man.xml, xmlcatalog.1
3986 One more crack at
3987 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3988
3989
3990Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3991
3992 * xpath.c: implemented xmlXPathObjectCopy for external objects
3993 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
3994
3995Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
3996
3997 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3998 finishing up fix to
3999 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4000 the xmlcatalog man page display more elegantly
4001
4002Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4003
4004 * configure.in: closing bug #61832
4005 * HTMLparser.c: removed a warning
4006
4007Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4008
4009 * xpath.c: fixing #61673 part I, do not loose doc information
4010 when copying result value trees.
4011
4012Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4013
4014 * xpath.c: trying to harden the XPath interpreter
4015
4016Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4017
4018 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4019 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4020
4021Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4022
4023 * HTMLparser: repaired another loop problem
4024
4025Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4026
4027 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4028 parsing.
4029 * xpath.c: fix bug #61291 the default XML namespace node is
4030 missing from the namespace axis.
4031 * tree.c: refuse to create namespaces nodes with prefix "xml"
4032
4033Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4034
4035 * SAX.c: ouch a non-defined namespace could lead to a crash,
4036 fixed #61215
4037
4038Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4039
4040 * parserInternals.c: closed bug #61054
4041
4042Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4043
4044 * include/libxml/Makefile.am: closing #60708
4045
4046Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4047
4048 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4049 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4050
4051Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4052
4053 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4054
4055Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4056
4057 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4058 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4059
4060Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4061
4062 * catalog.c: Justin Fletcher provided cleaup code in case
4063 HAVE_STAT is not defined
4064 * include/win32config.h: Igor Zlatkovic suggested to have
4065 HAVE_STAT defined there
4066
4067Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4068
4069 * catalog.c - fixed typing error reported by M. Barros
4070
4071Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4072
4073 * xmllint.c - fixing typo
4074
4075Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4076
4077 * HTMLparser.c: small enhancement to prevent loop on
4078 unrecognizable data
4079
4080Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * parserInternals.c: applying patch from bug #60757 this
4083 should close it
4084
4085Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * catalog.c xmlcatalog.c: removed a couple of warning
4088 * xpath.c: try to solve the linking problem on platforms
4089 needing trio to compile
4090
4091Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * Makefile.am libxml.spec.in: backing up non-documented changes
4094 commited without review or aproval by Jens Finke <jens@gnome.org>
4095 * HACKING: made 100% clear that no commit should be done directly
4096
4097Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4098
4099 * configure.in: Joe Orton provided a patch fixing a problem
4100 when iconv is specified to be in a non-standard directory
4101 but wasn't exported in xml2-config --cflags
4102
4103Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4104
4105 * configure.in: let's ship 2.4.5 before getting too much
4106 troubles with 2.4.4 errors.
4107
4108Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4109
4110 * encoding.c entities.c: do not output hexadecimal charrefs
4111 when serializing HTML since some version of Netscape can't
4112 grok it, generate decimal ones.
4113 * result/HTML/doc3.htm: output changed due to previous test
4114 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4115
4116Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4117
4118 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4119 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4120
4121Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4122 Released 2.4.4
4123
4124 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4125 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4126 updated the configuration scripts systems accordingly
4127
4128Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4129
4130 * configure.in: preparing for 2.4.4
4131 * doc/xml.html doc/html/*: updated and rebuilt the docs
4132
4133Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4134
4135 * win32/dsp/libxml2.def.src: tried to incorporate comments
4136 from bug #59220
4137
4138Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4139
4140 * parser.c result/noent/wml.xml: fixed bug #59981 related
4141 to handling of '&' in attributes when entities are substitued
4142
4143Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4144
4145 * libxml.h include/libxml/xmlversion.h.in
4146 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4147 Tried to close bug #60131
4148
4149Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4150
4151 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4152
4153Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4154
4155 * SAX.c: fixing bug #59946 on xmlns=""
4156
4157Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4158
4159 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4160 but allocates a new error code.
4161
4162Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4163
4164 * xmllint.c: John Fleck fixed typos in the options output
4165 * parser.c SAX.c: fix ignorable white space SAX selection
4166
4167Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4168
4169 * entities.c: Steve Underwood found the possibility of an
4170 ininite loop in case of error.
4171
4172Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4175
4176Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4177
4178 * parser.c: warn if version is not 1.0 but it's not
4179 strictly speaking an error after analyzing the spec
4180
4181Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4182
4183 *doc/catalog.html - add link to the html version of the
4184 man page, other linguistic cleanups
4185
4186Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4187
4188 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4189 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4190 file, has not yet been included in the build.
4191
4192Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4193
4194 * catalog.c: removed a duplicate affectation Justin Fletcher
4195
4196Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4197
4198 * tree.c: Armin Sander pointed a possible text coalescing
4199 problem, completed his patch.
4200
4201Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4202
4203 * trionan.c: Fixed const and volatile re-definition problem
4204
4205Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4206
4207 * libxml.4 parser.c: doc updates from Heiko Rupp
4208 * parserInternals.c: 2 sanity checks from Heiko Rupp
4209
4210Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4211
4212 * tree.c: applied patch from Armin Sander to make some pointers
4213 const in xmlCopyNode()
4214 * include/libxml/tree.h: added fix to the header
4215
4216Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4217
4218 * xpath.c: hum, restrict the integer usage gcc bug workaround
4219 to only gcc compilers so that other architecture don't get
4220 penalized by this limitation.
4221 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4222
4223Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4224
4225 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4226 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4227
4228Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4229
4230 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4231 --convert option to xmlcatalog to convert SGML ones to
4232 the XML syntax.
4233 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4234
4235 2.4.3 got released at that point
4236Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4237
4238 * catalog.c xmlIO.c: started some serious testing and fixed
4239 a few bug and optmization needs.
4240
4241Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4244 preparing for a 2.4.3 release even if it may not be ready yet
4245 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4246 all file parsing lookup to go through the entity resolver, add
4247 to add an API to bypass it (needed to load catalogs themselves),
4248 some cleanup on the catalog code too.
4249 * nanoftp.c: small cleanup
4250 * doc/catalog.html: small update
4251
4252Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4253
4254 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4255 Jun Kuriyama
4256
4257Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4258
4259 * doc/catalog.html: finished the catalog documentation
4260
4261Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4262
4263 * doc/catalog.html doc/xml.html: added documentation about
4264 Catalog support, misses an API description
4265 * doc/html/*: reextracted the API pages
4266
4267Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4268
4269 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4270 Added the part about section 7.2 on URI resolution,
4271 fixed a side effect in the HTML parser, look complete
4272 and ready to rock except the URI/SystemID part!
4273
4274Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4275
4276 * include/libxml/catalog.h include/libxml/parser.h
4277 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4278 xmlIO.c: added support and APIs needed for the catalog PI
4279 * include/libxml/xmlIO.h: cleanup
4280
4281Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4282
4283 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4284 include/libxml/catalog.h: starts to look okay, really
4285 plugged the new framework, cleaned a lot of stuff,
4286 added some APIs, except the PI's support missing this
4287 should be mostly complete
4288 * result/catalogs/* test/catalogs/*: added new test, enriched
4289 the existing one with URN ID tests
4290
4291Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4292
4293 * catalog.c: fixed nextCatalog
4294 * result/catalogs/docbook test/catalogs/*: started adding
4295 a small regression test
4296
4297Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4298
4299 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4300 more work on the XML catalog support.
4301 * parser.c include/libxml/parser.h: small cleanup seems using
4302 list as a public parameter name can give portability troubles
4303 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4304 include/libxml/xpath.h include/libxml/Makefile.am: removed
4305 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4306 wrappers
4307
4308Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4309
4310 * Makefile.am trio.c triodef.h trionan.c xpath.c
4311 include/libxml/Makefile.am include/libxml/trionan.h:
4312 Re-worked Not-A-Number and Infinity support.
4313 * xmlcatalog.c: added readline include files
4314
4315Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4316
4317 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4318 testCatalog as xmlcatalog, making it an installed app
4319 adding a shell, and preparing it to be a /etc/xml/catalog
4320 management tool, though not ready yet
4321 * catalog.c include/libxml/catalog.h: adding support for
4322 XML Catalogs http://www.oasis-open.org/committees/entity/
4323 not finished, there is some interesting tradeoffs and a
4324 few open questions left.
4325
4326Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4327
4328 * xmllint.c: fixed a line formatting problem
4329
4330Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4331
4332 * SAX.c: removed a couple of unused variable (Albert Chin)
4333
4334Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4335
4336 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4337 trying to fix some troubles w.r.t. function returning
4338 const xxxPtr.
4339
4340Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4341
4342 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4343 defined
4344
4345Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4346
4347 * xpointer.c: removed unused var
4348
4349Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4350
4351 * testXPath.c: another small cleanup closing bug #59110
4352
4353Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4354
4355 * win32/dsp/libxml2.def.src: small cleanup closing bug
4356 #59108
4357
4358Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4359
4360 * example/gjobread.c: add xmlCleanupParser() before leaving
4361
4362Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4363
4364 * config.h.in configure.in include/libxml/xmlwin32version.h:
4365 released 2.4.2
4366
4367Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4368
4369 * include/libxml/valid.h debugXML.c valid.c: deprecate
4370 the non-boundchecking Sprintf functions, add Snprintf
4371 this should close bug #57984
4372
4373Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4374
4375 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4376 URIs before doing the lookups (pointed by Mark Vakoc)
4377
4378Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4379
4380 * xpath.c: serious changes on Result Value Trees and NodeSets
4381 w.r.t. deallocation and collect operations. Probably not
4382 100% clean (merge of allocated trees smells like a problem).
4383 Seems sufficient to close #58943
4384
4385Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4386
4387 * xmllint.c: adding a --format option
4388
4389Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4390
4391 * xpath.c: count() was broken on Result Value Tree
4392 * xmlIO.c: fixed file:/// accesses on _WIN32
4393
4394Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4395
4396 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4397 macro was renamed, this should close bug #58683
4398
4399Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4400
4401 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4402 entity substitution mode text at the end of the entity might
4403 be added due to text coalescing.
4404 * nanoftp.c parser.c: small cleanup
4405
4406Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4407
4408 * HACKING: added John Fleck right to commit in the doc subdir
4409
4410Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4413 allow to inherit attributes from the DTD directly in the
4414 tree, this is needed for XPath and can be a useful feature.
4415 Inherited namespaces are always provided at the tree level now
4416 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4417 of tests for this feature (XSLT being the prime user).
4418
4419Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4420
4421 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4422 testSAX.c xmlIO.c xmllint.c include/win32config.h
4423 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4424 include/libxml/xmlwin32version.h.in win32/README.MSDev
4425 win32/dsp/*: applied Win32 Facelift No.2 patches from
4426 Igor Zlatkovic for Windows/MSC
4427
4428Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4429
4430 * SAX.c: unparsedEntityDecl() the URI computation of the
4431 entity wasn't done breaking XSLT unparsed-entity-uri()
4432
4433Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4434
4435 * xpath.c: fixed a bug when walking the descendants and
4436 the current node has no children
4437 * debugXML.c: show up when a text node is supposed to not be escaped
4438
4439Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4440
4441 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4442 worked like the set:leading() function)
4443 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4444
4445Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4446
4447 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4448
4449Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4450
4451 * include/libxml/xmlIO.h: apply change to close #58141
4452 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4453
4454Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4455
4456 * parser.c: when the internal subset uses a PE, then the
4457 included entity can use conditional sections.
4458
4459Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4460
4461 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4462 when walking the namespace axis showing up in
4463 libxst/tests/general/bug-12
4464 * xmlmemory.c: added the possibility to trace a given block
4465 defined by its address
4466
4467Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4468
4469 * parser.c: don't override existing encoding specified before
4470 starting xmlParseDocument()
4471
4472Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4473
4474 * include/libxml/xmlwin32version.h: reinserted, needed for
4475 Windows users of CVS
4476
44772001-07-27 Darin Adler <darin@bentspoon.com>
4478
4479 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4480 * testCatalog.c: Add include of <libxml/parser.h>.
4481
44822001-07-27 Darin Adler <darin@bentspoon.com>
4483
4484 * include/libxml/.cvsignore:
4485 * include/libxml/xmlwin32version.h:
4486 Remove this file from CVS because it's generated.
4487
4488Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4489
4490 * parser.c include/libxml/parser.h: applied const patches from
4491 Tom Moog #58002
4492
4493Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4494
4495 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4496 lookup framework
4497
4498Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4499
4500 * tree.c: fixed xmlCopyNode() for documents
4501
4502Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4503
4504 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4505
4506Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4507
4508 * parser.c: fixes bug #57652 reported by Morus Walter
4509
4510Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4511
4512 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4513
4514Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4515
4516 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4517 errors, lesson don't add new functions at 1am before a release
4518 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4519 from XPath initialization when possible.
4520
4521Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4522
4523 * result/scripts/base*: removing history/readline changed
4524 this slightly
4525 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4526 xmllint.c: make element content line number generation
4527 optionnal to avoid breaking old apps added interface to switch
4528
4529Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4530
4531 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004532 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004533 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4534 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4535 John Kroll fixes to allow saving to HTTP via PUT (or
4536 POST of needed).
4537 * doc/html/*.html: regenerated the docs
4538
4539Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4540
4541 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4542 xmlHashScanFull and xmlHashScannFull3 to get passed the
4543 three keys as arguments to the callback function
4544
4545Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4546
4547 * configure.in Makefile.am: removed libxml softlink for good
4548 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4549 100% coverage by gtk-doc
4550
4551Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4552
4553 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4554 fixed serious troubles due to size_t vs. int mismatch
4555
4556Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4557
4558 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4559
4560Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4561
4562 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4563 convenient extension API for value and context managing
4564 Now handles external objects through xmlXPathPopExternal,
4565 xmlXPathWrapExternal and xmlXPathReturnExternal.
4566 Added functions for sets operations (intersection, etc.)
4567
4568Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4569
4570 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4571 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4572 HTMLparser.c: cleanup of global variables, marking some
4573 const or private.
4574
4575Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4576
4577 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4578 fixed xmlXPathNodeSetItem when passing index=0
4579
4580Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4581
4582 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4583
4584Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4585
4586 * xmllint.c: fixed compilation under Cygwin #57503
4587 * TODO: update
4588
45892001-07-13 Peter Williams <peterw@ximian.com>
4590
4591 * config.h.in: add #undef HAVE_DLFCN_H
4592
4593 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4594 builddir.
4595
4596Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4597
4598 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4599 raised by #57348 and #57381
4600
4601Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4602
4603 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4604 tree.c xpointer.c: store the line numbder in element->content,
4605 may break some software, need a configuration mechanism
4606
46072001-07-10 Darin Adler <darin@bentspoon.com>
4608
4609 * .cvsignore:
4610 * example/.cvsignore:
4611 * include/.cvsignore:
4612 * include/libxml/.cvsignore:
4613 Various things that are generated and should be ignored.
4614
4615Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4616
4617 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4618 * doc/xml.html doc/html/*: updated the docs
4619
4620Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4621
4622 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4623 validation occured on content with element child
4624
4625Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4626
4627 * tree.c: fixed XML Base computation which was broken
4628 * debugXML.c: added a base function to the shell
4629 * Makefile.am result/scripts/* test/scripts/*: added scripts
4630 based regression tests, and adding 2 XML Base tests
4631
4632Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4633
4634 * tree.c: set properties doc and call xmlSetListDoc for properties
4635 content when grafting them in a different tree.
4636 * aclocal.m4: remove from CVS
4637
4638Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4639
4640 * win32/libxml2/libxml2.def.src: added some missing entry point
4641 for XPath (Mark Vakoc)
4642
4643Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4644
4645 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4646 layer should URI-Unescape before trying to open resources.
4647
4648Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4649
4650 * xpath.c: fix the name() bug for elements in the default
4651 namespace reported by Charlie Bozeman
4652
4653Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4654
4655 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4656 led to an XPath fix, improvements of SAX initialization, and
4657 an added option --nocdata to testXPath
4658
4659Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4660
4661 * doc/libxml-doc.el: Felix Natter provided anew version working
4662 with XEmacs too
4663
4664Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4665
4666 * include/libxml/xpath.h: small cleanup
4667 * doc/xml.html: update
4668
4669Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4670
4671 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4672 released 2.3.14
4673
4674Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4675
4676 * doc/html/*: rebuilt the docs for the release
4677 * doc/xml.html: added 2.3.14 release.
4678
4679Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4680
4681 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4682 were not equal to empty strings
4683
4684Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4685
4686 * SAX.c: fixed a URI-Reference computation problem when validating
4687 * xmlIO.c: small cleanup
4688
4689Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4690
4691 * parser.c: improved the description of a couple of interfaces
4692 upon Larry Stamper suggestion
4693
4694Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4695
4696 * SAX.c entities.c parser.c: changed completely the way entities
4697 are handled when running the parser in entity substitution mode.
4698 This fixes a bug reported by Stephan Kulow and nearly divides
4699 by 3 the amount of memory required by libxslt to load and process
4700 DocBook TDG.
4701
4702Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4703
4704 * HTMLparser.c: fixing a too early root closing problem raised
4705 byt Prashanth Naidu
4706
4707Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4708
4709 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4710 raised by Mark Vakoc.
4711
4712Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4713
4714 * example/Makefile.am: fixed the include path to add srcdir/include
4715 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4716 and some cleanup
4717
4718Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4719
4720 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4721 lot of optimization work, results in significant improvements
4722 when handling really complex XPath queries. Add a small optimizer
4723 for unions, improve [n] and [last()], avoid some costly ops.
4724
4725Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4726
4727 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4728 * xpath.c: small cleanup
4729 * xmlGetNsList: reformated, fixed problems if used on Entities
4730
4731Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4732
4733 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4734
4735Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4736
4737 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4738 * Makefile.am example/Makefile.am: workaround automake generating
4739 erroneous deps
4740
4741Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4742
4743 * include/win32config.h: bug #56801 Yon Derek provided a patch
4744 to the windows config file.
4745
4746Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4747
4748 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4749 libxml.h : Yon Derek provided a set of changes to compile from
4750 CVS on Windows/MSC
4751
4752Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4753
4754 * parser.c: fixed UTF8 BOM support in push mode
4755 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4756 added a specific testcase
4757
4758Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4759
4760 * Makefile.am: added --push regression tests
4761 * parserInternals.c: the XML parser segfaulted in --push mode
4762
4763Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4764
4765 * configure.in: moved the symlinks detection within a CVS
4766 check, this is not portable and will be removed soon.
4767 * xpath.c: small cleanup/speedup
4768
4769Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4770
4771 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4772 release of 2.3.12
4773 * parser.c: make an error message if unknow entities in all cases
4774
4775Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4776
4777 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4778
4779Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4780
4781 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4782 includes were installed in the wrong dir
4783
4784Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4785
4786 * doc/html.xml: warn against sending code to exhibit bugs.
4787
4788Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4789
4790 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4791 Tru64 from Thomas Leitner
4792
4793Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4794
4795 * AUTHORS: added William and Bjorn
4796 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4797 daniel@veillard.com hopefully I won't have to do this again
4798 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4799 docs can be rebuilt cleanly now
4800 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4801 from CVs it's generated, added include/libxml/xmlwin32version.h
4802 also generated but which should change far less frequently.
4803 * catalog.c nanoftp.c: made sure to include libxml.h not
4804 libxml/xmlversion.h directly
4805 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4806 when compiling on WIN32 and MSC
4807
4808Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * include/Makefile.am include/libxml/Makefile.am configure.in:
4811 fixed make distcheck and rebuilding the rpms
4812
4813Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4814
4815 * configure.in: should finish the migration of exported includes
4816 into a real include/libxml in CVS, at least for CVS users.
4817 * removed the exported headers, added in include/libxml (as well
4818 as xmlversion.h.in).
4819
4820Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4821
4822 * configure.in: fixed the way to detect symlink
4823
4824Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * configure.in: updated, include/libxml is now a real CVS dir
4827
4828Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4829
4830 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4831 version works with both libxml1 and libxml2 (it autodetects
4832 the prefix of the html-files) from Felix Natter.
4833 * doc/xml.html: updated doc accordingly
4834
4835Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4836
4837 * xpath.c: fixed the bug generating a template loop in libxslt
4838 when using docbook-xsl-1.4, * should filter out document nodes
4839 * HACKING: added William
4840 * TODO: updated
4841
4842Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4843
4844 * doc/FAQ.html: added a warning about gcc-3.0
4845 * doc/xml.html: added reference to gdome2 and removed a confusing
4846 sentence
4847
4848Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * xmlversion.h: okay this is a generated file, but Windows
4851 users need it and they can't generate it, and I want CVS
4852 Windows users ...
4853 * win32/libxml2/libxml2_so.dsp: Windows project file for
4854 the shared lib version of libxml2
4855 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4856 resources needed for libxslt/xsltproc by Yon Derek
4857
4858Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4859
4860 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4861
4862Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4863
4864 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4865
4866Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4867
4868 * include/win32config.h: Yon Derek provided a first fix
4869 to be able to compile libxslt/xsltproc on Windows
4870
4871Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4872
4873 * xpath.c: attempt to work around what seemed a gcc optimizer
4874 bug when handling floats on i386 http://veillard.com/gcc.bug
4875 * tree.c entities.c encoding.c: doing some cleanups while
4876 chasing it
4877
4878Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4879
4880 * Makefile.am: cleanup when --without-debug is specified
4881 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4882 w.r.t. --without-debug and other include points
4883 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4884 Catalogs
4885 * configure.in entities.h tree.h HTMLparser.c: removed
4886 --without-corba, made the _private field mandatory
4887
4888Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4889
4890 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4891 outputs a BOM in UTF8, an errata has been issued to avoid the
4892 problem, that was the most reasonable solution... Add support
4893 for a leading UTF8 BOM in entities.
4894
4895Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4896
4897 * valid.c: fixed a bug found when post validating an entity ref
4898 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4899 activate it too
4900
4901Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4902
4903 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4904 weakness in the node copy the XPointer and the XInclude
4905 implementations. Serious cleanup.
4906
4907Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * Makefile.am: Kjartan Maraas provided a small patch to
4910 add xml2-config.in to EXTRA_DIST
4911
4912Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4913
4914 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4915 provided another failing case found in KDE, the way the
4916 ctxt->vctxt.nodeTab was allocated and freed changed over
4917 time but it wasn't completely cleaned up. This should fix it.
4918
4919Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4920
4921 * parser.c: Stephan Kulow also raised the fact that line number
4922 could get miscounted making debug harder, fixed the problem
4923 in xmlParseCharData()
4924
4925Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4926
4927 * valid.c: Stephan Kulow pointed out a problem when validating
4928 and using an empty entity, forgot a 'break' in a case.
4929
4930Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4931
4932 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4933 * doc/xml.html: updated with 2.3.11
4934
4935Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4936
4937 * TODO: updated adding cleanup of generated doc
4938 * configure.in: prepared to release 2.3.11
4939 * xmllint.c: added --version for bug reporting
4940 * doc/html/*.html: rebuilt the doc
4941
4942Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4943
4944 * xpath.c: first part of the work on selecting namespace to
4945 fix bug #56115
4946
4947Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4948
4949 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4950 when using -liconv
4951 * TODO: updated
4952
4953Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4954
4955 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4956 cleanup, encoding support.
4957
4958Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4961
4962Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4963
4964 * xpath.c: bug detected by Ankh when / is used as a function arg
4965
4966Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4967
4968 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
4969 of element and use it to avoid outputting formatting spaces at
4970 the wrong place. Implemented the format parameter for HTML save.
4971 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
4972 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
4973 result/HTML/wired.html: of course this impact the result of a
4974 number of HTML tests
4975
4976Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4977
4978 * HTMLtree.[ch]: started augmenting the HTML save API with
4979 encoding and formatting parameters
4980
4981Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4982
4983 * HTMLtree.h: cleanup and started evaluating the work needed on
4984 revamping the HTML output code
4985
4986Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4987
4988 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
4989
4990Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4991
4992 * valid.c: fixed bug #56049, forgot one check in the
4993 validation routine
4994
4995Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4996
4997 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
4998
4999Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5000
5001 * libxml.h: fixed an error in last commit
5002 * doc/FAQ.html: added an entry for compilation from CVS
5003
5004Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5005
5006 * xmlversion.h.in libxml.h: Cygwin patches
5007 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5008 * tree.h: cleanup
5009
5010Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5011
5012 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5013 memory block in a strange case where libxml is linked twice
5014 in the binary.
5015
5016Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5017
5018 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5019 state far too often, simple fix used to avoid it.
5020
5021Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5022
5023 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5024 being processed, applied his patch
5025 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5026
5027Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5028
5029 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5030 provided fixes to compile on MSCC again
5031 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5032 also provided an update for the project files.
5033
5034Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5035
5036 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5037 bug #55810
5038
5039Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5040
5041 * tree.c: fixed xmlGetNsProp() to close bug #55683
5042 Note this requires libxslt to use it's own function instead.
5043
5044Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5045
5046 * HTMLtree.c: when in a pre element no formatting space should
5047 be added.
5048 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5049
5050Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5051
5052 * configure.in: added tests for signal() and signal.h
5053
5054Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5055
5056 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5057
5058Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5059
5060 * doc/libxml-doc.el: Felix Natter provided a new version for
5061 libxml2
5062
5063Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5064
5065 * HTMLtree.c: when in a pre element no formatting space should
5066 be added.
5067
5068Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5069
5070 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5071
5072Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5073
5074 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5075 hack
5076 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5077 * uri.c: fixed a warning
5078
5079Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5080
5081 * HTMLtree.c: trying to close bug #55772 escaping in script
5082 elements
5083 * doc/xml.html: suggest to send mail to the list
5084
5085Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5086
5087 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5088 good. Use a macro and based on the solution provided in
5089 vsnprintf manual page from GNU.
5090
5091Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5092
5093 * error.c: Workaround for non-preserving variadic list.
5094 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5095
5096Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * doc/xml.html: added 2.3.10 release
5099
5100Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5101
5102 * configure.in: releasing 2.3.10
5103
5104Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5107
5108Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5109
5110 * encoding.c: Robert Collins provided a patch to add the
5111 "US-ASCII" encoding alias
5112
5113Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5114
5115 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5116 string oriented functions and started cleaning the related areas
5117 in xpath.c which needed fixing in this respect
5118
5119Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5120
5121 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5122 #55380
5123 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5124
5125Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5126
5127 * TODO: updated
5128 * nanohttp.[ch] : started adding APIs to get the redirected URL
5129 when this occurs (needed for further base computation
5130 * tree.h: cleanup
5131 * encoding.c: cleanup
5132 * SAX.c: minor change around ctxt->loadsubset
5133
5134Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5135
5136 * Makefile.am include/Makefile.am: small change to have
5137 include/libxml rebuilt if working from CVS.
5138 * uri.c: applied another patch from Carl Douglas for URI escaping,
5139 this should close bug #51876
5140
5141Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5142
5143 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5144 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5145 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5146 added specific regression test
5147 * parser.h: preparing for the XSLT mode where DTD inherited
5148 attributes are added to the tree.
5149
5150Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5151
5152 * xinclude.[ch]: Updated the namespace for the Last Call version
5153 * result/XInclude/include test/XInclude/include: updated the
5154 testsuite accordingly
5155
5156Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5157
5158 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5159 related to bug #51876
5160
5161Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5162
5163 * tree.c: fixed a gross mistake in base computation, xml:base is
5164 not completely correct yet (need cascade).
5165 * xpath.[ch]: added the few things needed to find a function name
5166 and URI from the XPath context when it is called.
5167
5168Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5169
5170 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5171 * DOCBparser.c: small cleanup
5172 * xmllint.c: added a --catalogs option to load catalogs from
5173 $SGML_CATALOG_FILES
5174 * tree.c: cleanup
5175 * configure.in: iconv library fixup, ICONV_LIBS
5176
5177Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5178
5179 * catalog.c: handling of CATALOG entries. detection of recursion,
5180 and a few bugfixes
5181 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5182 against the default namespace
5183
5184Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5185
5186 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5187
5188Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5189
5190 * parser.c: fixed propagation context info when parsing an
5191 external entity.
5192 * doc/html/*.html: regenerated a couple of docs
5193
5194Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * doc/xml.html: update with 2.3.9 informations
5197
5198Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5201 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5202 * doc/html/* : rebuilt the docs
5203 * valid.c: small patch which may improve some case when
5204 validating.
5205
5206Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5207
5208 * HTMLparser.c: Closed bug #54891
5209 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5210 to the suite
5211
5212Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5213
5214 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5215 applied a documentation patch from LotR and filled in a few missing
5216 descriptions
5217
5218Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5219
5220 * xpath.c tree.c parser.c: speed optimizations at the parser level
5221 document tree freeing and xpath evaluation
5222
5223Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5224
5225 * parser.c parser.h parserInternals.h: fixed a couple of
5226 interfaces for handling memory buffer input to const char *
5227 upon suggestion of JamesH.
5228
5229Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5230
5231 * configure.in: LoTR sent a patch fixing the previous commit
5232
5233Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5234
5235 * configure.in: trying to deal again with the stoopid -R linking
5236 flag of Solaris
5237
5238Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5239
5240 * xpath.h: two nodeset access macros from Thomas Broyer
5241
5242Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5243
5244 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5245 patch from Thomas Broyer
5246
5247Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5248
5249 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5250 case
5251 * INSTALL: was empty added stuff from the FAQ
5252
5253Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5254
5255 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5256 attributes handling and #54433 by adding xmlUnsetProp()
5257 and xmlUnsetNsProp()
5258
5259Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5260
5261 * HTMLparser.c: Patch from Jonas Borgström
5262 (htmlGetEndPriority): New function, returns
5263 the priority of a certain element.
5264 (htmlAutoCloseOnClose): Only close inline elements if they
5265 all have lower or equal priority.
5266 * result/HTML: this of course changed a number of tests results.
5267
5268Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5269
5270 * xmlIO.c catalog.c: plugged in the default catalog resolution
5271 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5272 documentations
5273 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5274
5275Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5278 integrating catalogs
5279 * catalog.[ch] testCatalog.c: adding a small catalo API
5280 (only SGML catalog support).
5281 * parser.c: restaured xmlKeepBlanksDefault(0) API
5282
5283Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5284
5285 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5286
5287Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5288
5289 * parser.c: added xmlParseExternalEntityPrivate() to allow
5290 propagation of ctxt->_private when parsing external entities
5291
5292Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5293
5294 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5295
5296Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5297
5298 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5299
5300Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5301
5302 * valid.c: warn when indeterminist content model is detected
5303 * result/VC/ElementValid8: this adds a message
5304 * Makefile.am: add --novalid for VCM tests
5305 * parserInternals.c: added a call to Init memory
5306
5307Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5308
5309 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5310 when both parameters are NULL.
5311
5312Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5313
5314 * valid.c: applied small patch from Gary Pennington, reindented
5315 some part of the code.
5316
5317Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5318
5319 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5320 release, updated and regenerated the docs
5321
5322Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5323
5324 * xpath.c result/XPath/expr/floats : clarified and cleanup
5325 printing of abnormal floats in tests.
5326
5327Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5328
5329 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5330 * results/HTML/ : a few changes in the output of the HTML tests as
5331 a result.
5332 * configure.in: tying to fix -liconv where needed
5333
5334Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5335
5336 * Makefile.am: fixed a stupid error
5337
5338Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5339
5340 * configure.in Makefile.am: make the inclusion of the trio
5341 modules in the library conditional
5342
5343Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5344
5345 * DOCBparser.c: patche from László Kovács, fixed entities refs
5346 in attributes handling
5347
5348Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5349
5350 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5351 flushing
5352
5353Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5354
5355 * xpath.c: fix of an XSLT namespace bug reported on the list
5356 general/bug-8-
5357
5358Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5359
5360 * strio.h trio.c: Dan McNichol suggested a couple of small
5361 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5362
5363Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * tree.c parser.c encoding.c: spent a bit more time looking
5366 at the parsing speed and DOM handling. Added a few more
5367 speedups.
5368
5369Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5370
5371 * parser.c: small but effective parsing speed improvement
5372
5373Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * configure.in: default on the DocBook parser inclusion (for Gnome)
5376 * DOCBparser.h: fixed a header reference
5377
5378Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5379
5380 * configure.in xpath.c: applied Bjorn patches for FPE on the
5381 alpha
5382
5383Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5384
5385 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5386 xmlSaveFormatFileTo()
5387
5388Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5389
5390 * xpath.c: simple and efficient optimization, XPath functions
5391 aways bind to the same code, cache this
5392 * TODO: updated (by saying some is obsolete)
5393
5394Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5395
5396 * xpath.c: more cleanup work on XPath name parsing routines
5397
5398Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5399
5400 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5401 xmlXPathParseName
5402 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5403 * debugXML.c: avoid compilation problems if compiling without
5404 HTML support, Igor Zlatkovic
5405 * win32/libxml2/libxml2.def.src: being able to compile without
5406 XPath on Windows
5407
5408Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5409
5410 * libxml.m4: yet another patch from Toshio Kuratomi
5411
5412Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5413
5414 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5415
5416Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5417
5418 * tree.[ch]: added xmlSaveFormatFile interface for saving
5419 and indenting a file.
5420
5421Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * xpath.c: fixed bug #53689 related to processing-instruction()
5424
5425Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5426
5427 * DOCBparser.c: patche from László Kovács
5428
5429Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5430
5431 * parser.c: applied fixes from Christian Glahn bug report #53391
5432
5433Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5434
5435 * error.c: Jean François Lecomte provided a complete description
5436 and a fix to bug #53537
5437
5438Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5441
5442Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * DOCBparser.c SAX.c: a bit more work on entities processing.
5445 Still Need to cleanup XML output and references in attributes
5446
5447Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5448
5449 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5450
5451Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5452
5453 * tree.c: trying to fix #53574, not completely complete,
5454 I would like xmllint --copy --debug test/ent1 and
5455 xmllint --debug test/ent1 to show the same result.
5456 * xpath.c: fix a bug when trying to sort namespace nodes
5457
5458Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5459
5460 * HTMLtree.c: real fix for #53402
5461
5462Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5465 PIs when using xsl:output
5466 * valid.c: closing #53537 some case generate segfaults if there
5467 is validity errors
5468
5469Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5470
5471 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5472 of external parsed entities, added --noent to testDocbook
5473 * valid.c: Garry Pennington found an uninitialized variable
5474 access in xmlValidateElementContent()
5475
5476Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5479 with madness
5480 * result/HTML/ : this modified the result of the regression tests
5481 a lot.
5482
5483Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5484
5485 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5486 to doc where it wasn't checked against NULL reported by
5487 Jens Laas
5488
5489Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5490
5491 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5492 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5493
5494Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5495
5496 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5497 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5498 * SAX.[ch]: cleanup and updates for DocBook
5499 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5500 ex SGML identifier changes
5501 * valid.c: removed a static unused function.
5502
5503Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * HTMLtree.c: applied change for Paul Sponagl on script saving
5506 * Makefile.am: the warning about entity title.xml are normal.
5507
5508Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * configure.in: release of 2.3.7
5511 * Makefile.am: fixing make distcheck
5512
5513Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * doc/html/* doc/xml.html: updated and regenerated the docs
5516
5517Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5520
5521Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5522
5523 * tree.c: fixed #53388 with the provided patch
5524
5525Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5526
5527 * valid.c: Bjorn detected an invalid memory access. Fixed
5528 vstateVPush()
5529
5530Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5533
5534Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5535
5536 * libxml.h: new header used only for the compilation of libxml
5537 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5538 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5539 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5540 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5541 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5542 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5543 baseline (version 1.2 plus a single patch).
5544 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5545 scientific notation for numbers. Tests added.
5546 * xpath.c: formatting of numbers changed to use sprintf
5547 (contribution from William Brack)
5548
5549Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5550
5551 * valid.c: cleanup, more useful debugging
5552 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5553 * xmlIO.c: entity loading is printed as an error when validating
5554
5555Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * valid.c: fixed to validate within entities
5558 * test/VCM/v22.xml: added a specific testcase
5559
5560Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5561
5562 * valid.c: forgot an epsilon transition in for ()+
5563 * test/VCM/v21.xml : added a specific test case
5564
5565Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5566
5567 * valid.c: removed a state explosion exhibited by RSS
5568 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5569 from bug #51872
5570
5571Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5574 validation without using an ugly NFA -> DFA algo in the source.
5575 Made a specific algorithm easier to maintain, using a single
5576 stack and without recursion.
5577 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5578 * hash.c: made the growing routine static
5579 * tree.h parser.c: added the parent information to an
5580 xmlElementContent node.
5581
5582Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5583
5584 * SAX.c parser.c xpath.c: generating IDs when not validating
5585 from an external parsed entity was poisoning the ID has table
5586 with removed values. This was killing XSLT on the KDE help
5587 browser.
5588
5589Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5590
5591 * entities.h: andrew@ugh.net.au detected a double declaration
5592
5593Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * debugXML.c hash.c tree.h valid.c : some changes related to
5596 the validation suport to improve speed with DocBook
5597 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5598 the way validation errors get reported
5599
5600Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5601
5602 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5603 by P C Chow and William M. Brack for XSLT HTML output
5604
5605Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5606
5607 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5608 Igor Zlatkovic patches for MSC compilation and added his
5609 updates
5610
5611Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5614 prefix lookup.
5615 * parserInternals.c: fixed the bug reported by Morus Walter
5616 due to an off by one typo in xmlStringCurrentChar()
5617
5618Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5619
5620 * HTMLparser.c result/HTML/*: revamped the way the HTML
5621 parser handles end of tags or end of input
5622
5623Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5624
5625 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5626
5627Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5628
5629 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5630 bug where the linktime verions of free() won't work ...
5631
5632Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5633
5634 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5635
5636Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5637
5638 * doc/xml.html: added 2.3.6 release
5639
5640Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5641
5642 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5643 * result/wml.xml: resulted in a small output change
5644
5645Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5646
5647 * tree.c: xmlNewDoc was missing the charset initialization
5648 * xmllint.c: added --auto to autogenerate a doc, allow to
5649 reproduce the problem fixed on xmlNewDoc
5650
5651Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5652
5653 * xpath.c: trying to get 52979 solved
5654 * tree.c result/ result/noent/: trying to get 52712 solved, this
5655 also made me clean up the fact that XML output in general should
5656 not add formating blanks by default, this changed the output of
5657 a few tests
5658
5659Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5662
5663Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * configure.in: finally released 2.3.6
5666
5667Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * xpath.c: checking for null pointer generated by new code
5670
5671Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5672
5673 * xpath.c: fixed a [] evaluation problem reported
5674 * test/XPath/tests/simpleaddr: extended test
5675 * result/XPath/simpleaddr: updated result
5676
5677Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5678
5679 * xmllint.c: Dan Timis reported a portability problem
5680 on Macs without mmap, fixed it.
5681
5682Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5683
5684 * testXPath.c : added a --tree option allowing to display the
5685 tree dump of the XPath expression
5686
5687Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5688
5689 * xpath.c: fixed a memleak when comparing nodesets
5690 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5691 * tree.c: added a TODO
5692
5693Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5694
5695 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5696 we need string functions
5697 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5698 to be able to use them where needed. Applied some changes
5699 to reduce name linking pollution and compile in only what's
5700 needed.
5701 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5702 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5703 for the string manipulation functions
5704 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5705 to the free() function of xmlmemory.c
5706 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5707 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5708 usage.
5709
5710
5711Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * error.c: applied the context output patch of the error
5714 handling submitted by Chuck Griffith
5715 * error/VC/*: this slightly change some error logs
5716
5717Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * parser.c: fixed line number reporting on error
5720
5721Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * parser.c: Sullivan and Darin found a parser bug,
5724 applied the patch.
5725
5726Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5729 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5730 xmlversion.h.in xpointer.c: of course the way I defined
5731 UNUSED breaks on old gcc version. Try to be smart and
5732 also define it directly in xmlversion.h
5733 * configure.in: removed -ansi flag from the pedantic set
5734
5735Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736 Huge cleanup, I switched to compile with
5737 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5738 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5739 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5740 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5741 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5742 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5743 encoding.h entities.c error.c list.[ch] nanoftp.c
5744 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5745 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5746 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5747 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5748 Cleanup, staticfied a number of non-exported functions,
5749 detected and cleaned up a dozen of problem found this way,
5750 avoided a lot of public function name/typedef/system names clashes
5751 * doc/xml.html: updated
5752 * configure.in: switched private flags to the really pedantic ones.
5753
5754Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5755
5756 * configure.in: 2.3.5
5757 * doc/html/*: rebuilt the docs
5758
5759Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5760
5761 * parser.c: fixed a reported bug in NOTATION parsing
5762 * uri.c: accepted but not fixed bug 51876, added TODO
5763 * Makefile.am: fixed bug 51876
5764
5765Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5766
5767 * config.h.in configure.in error.c: fix a compilation problem
5768 on platforms without vsnprintf (xml@thewrittenword.com)
5769
5770Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5771
5772 * parser.c: fixed a function name header typo
5773 * SAX.c: notations can also occur in external subset.
5774
5775Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * error.c: removed a C++ like comment
5778
5779Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * parser.c: fixing bug 52299 strange condition leading
5782 to a parser crash due to a buffer overflow
5783 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5784 added the specific test case
5785
5786Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5787
5788 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5789 xmlXPathConvert{String,Number,Boolean} to be able to make
5790 type casts without a context stack, fixed some implementation
5791 problems related to the absence of context at parse-time,
5792 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5793 in the public API too
5794 * xpointer.c xpathInternals.h: we need to know at parse time
5795 whether we are compiling an XPointer
5796
5797Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5798
5799 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5800 cleaned up the parser internals, refactored XPath code, added
5801 new compilation based APIs and cleanly separated public and
5802 private APIs.
5803
5804Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5805
5806 * xpath.h: the comp field must be added at the end to avoid
5807 killing binary compat.
5808
5809Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * Makefile.am: detect XPath memleaks in regreson tests
5812 * error.c: fixed and error w.r.t. error reporting still using
5813 stderr
5814 * hash.c: added new line at end of file
5815 * tree.h: minor cleanup
5816 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5817 expression parsing from evaluation, resulted in a number of
5818 changes internally, and in XPointer. Likely to break stuff
5819 using xpathInternals.h but should remain binary compatible,
5820 new interfaces will be added.
5821
5822Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * configure.in: fixed a couple of problems reported by
5825 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5826 without gcc on non linux platforms.
5827
5828Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5829
5830 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5831 a fix for --with-html-dir= configure support. I hope it won't
5832 break rpm generation
5833
5834Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * xmlIO.c: one function comment cleanup.
5837
5838Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5839
5840 * SAX.c: external subset notations were improperly registered
5841 in the internal subset.
5842
5843Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5844
5845 * README.cvs-commits: added, pointing to HACKING
5846 * HACKING: updated
5847
5848Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5849
5850 * parser.c: and Matt Sergeant found one in the XML push
5851 parser (erroneous check I forgot to remove when I fixed the
5852 main parser).
5853
5854Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * xpath.c: ptittom found a small bug in UnaryExpr
5857
5858Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5859
5860 * configure.in: bumped to 2.3.4
5861 * error.c: fixed bug #51860
5862 * tree.c: fixed bug #51861
5863 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5864 * tree.[ch] : added xmlDefaultBufferSize
5865 * nanoftp.c: typo in function name header block
5866 * doc/xml.html : updated, added link to XML::LibXSLT
5867 * doc/html/* : rebuilt the docs
5868
5869Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5870
5871 * parser.c SAX.c: the new content parsing code raised an
5872 ugly bug in the characters() SAX callback. Found it
5873 just because of strangeness in XSLT XML Rec ouptut :-(
5874
5875Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5876
5877 * Makefile.am: Martin Baulig suggested to add -lm
5878 * tree.c: found another bug in xmlNodeGetContent()
5879
5880Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5881
5882 * xpath.c: Bjorn found the error related to strictness of comparison.
5883
5884Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * parser.c: trying to fix the Dtd parsing problem reported
5887 by Gary, side effect of last week speed optimizations.
5888
5889Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5890
5891 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5892 * parserInternals.c: removed unneeded test raised by Stric
5893
5894Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5895
5896 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5897 and fixed by William Brack). Added xmlXPathFormatNumber.
5898 Changed the sorting slightly.
5899 * configure.in Makefile.am example/Makefile.am: Added -lm.
5900 Please note that applications linking with libxml2, must
5901 also like with the math library from now on.
5902
5903Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5906
5907Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * parser.c: one must report spaces even if the Dtd element
5910 content proves that this is not part of the element content.
5911 * result/valid/*.xml: this changed the ouptu slightly
5912
5913Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5914
5915 * configure.in: bumped to 2.3.3
5916 * doc/xml.html: updated
5917
5918Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * tree.c: minor doc fix
5921 * xpath.c: deallocation issues when a result tree has been
5922 converted to a node-set
5923
5924Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * doc/xml.html: oops corrected dates s/2000/2001
5927
5928Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * valid.c: new patch from Gary Pennington
5931
5932Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5933
5934 * doc/xml.html: applied patch from Ankh
5935
5936Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5937
5938 * xinclude.c: fixed a problem building on Mac
5939
5940Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * parser.c: more work on increasing parsing ferformances
5943
5944Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5945
5946 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5947 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5948 avoiding memcpy in production builds MEM_CLEANUP macro use
5949 * parser.[ch] parserInternals.c: optimizations of the tightest
5950 internal loops inside the parser. Better checking of I/O
5951 flushing/loading conditions
5952 * xmllint.c : added --timing
5953
5954Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * configure.in: bumped to 2.3.2
5957 * doc/xml.html: updated for release
5958
5959Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * xpath.c: found a memleak and fixed a nasty bug
5962
5963Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5964
5965 * xmllint.[c1] : added return code errors for xmllint
5966 * xpath.c: specific debug dump function for result value trees
5967
5968Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * xpath.c: finally implemented xmlXPathCompareNodeSets
5971 * test/XPath/expr/floats results/XPath/expr/floats: added
5972 a test for float expressions
5973
5974Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
5977 * parserInternals.[ch]: trying to speed up parsing
5978 * xpath.c : speeded up node set equality op
5979
5980Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5981
5982 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
5983 better handling of ID/IDREF and the list modules associated
5984 * configure.in: small CFLAGS cleanup
5985
5986Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5987
5988 * configure.in: fixed iconv detection on AIX (stric)
5989
5990Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
5993
5994Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
5995
5996 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
5997 and optimized xmlXPathNodeSetSort
5998
5999Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * xpath.c: bug fix when context size is 0
6002 * parser.c: I like Norm's Dtd because they still manage to break
6003 the parser occasionally
6004
6005Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6008
6009Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6012 attributes within the XML-1.0 namespace
6013
6014Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * xpathInternals.h: exported a few axis functions
6017 * doc/xml.html: updated the doc
6018
6019Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6020
6021 * configure.in: applied patch from Daniel van Balen for OpenBSD
6022 and bumped version to 2.3.1
6023 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6024 attempt to find autoclosing was simply broken, removed it,
6025 updated the examples, this is better
6026
6027Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6028
6029 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6030 hash functionnalities.
6031 * doc/html/* : rebuild the doc
6032
6033Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6034
6035 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6036 on predicate
6037 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6038 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6039 really want to have tags closed on output even if we accept
6040 unclosed ones on input
6041
6042Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6043
6044 * xpath.c: ouch don't free NULL, rare case fixed
6045 * tree.c: don't coalesce text nodes if they don't have the
6046 same behaviour wrt escaping on output
6047
6048Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6049
6050 * xpath.c: small fixup
6051 * SAX.c: don't warn on empty namespaces.
6052
6053Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6054
6055 * README: a bit of cleanup
6056 * configure.in: preparing for 2.3.0 release
6057
6058Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * hash.[ch]: added a first version of xmlHashSize()
6061 * valid.c: another bug fix from Gary Pennington
6062
6063Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6064
6065 * valid.c: couple of bug fixes pointed by Gary Pennington
6066 * HTMLtree.c: #if 0 cleanup
6067
6068Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6069
6070 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6071 which removes a time consuming check of xmlXPathNodeSetAdd()
6072 and use it in places where we are sure to not break unicity
6073
6074Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * xpath.c: bug fixes found from XSLT
6077 * tree.c: preserve node->name special values when copying nodes.
6078 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6079 external subset are fetched when available but without full
6080 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6081 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6082 output with encoding disabled.
6083
6084Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6087 xmlCheckFilename should not be called from xmlFileOpenW
6088 and xmlGzfileOpenW
6089
6090Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6091
6092 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6093 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6094 added the new tests for URI normalization
6095 * testURI.c: fixed stoopid bugs
6096 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6097 the URI in the error messages are now properly normalized
6098
6099Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6102
6103Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6104
6105 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6106
6107Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * xpath.c: fixed mod operator
6110
6111Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6112
6113 * parser.c: fixed xmlStrcat doc
6114 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6115 trees.
6116
6117Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * xpath.c result/XPath/tests/chaptersbase
6120 result/XPath/tests/simplebase: fixed XPath node()
6121 * tree.c: small fix in xmlNewNs()
6122 * Makefile.am: removed extraneous xml2Conf.sh rule
6123
6124Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6125
6126 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6127 Changed the library name, in order to get libxml-devel and
6128 libxml2-devel to coexist on a single system
6129 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6130 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6131
6132Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6133
6134 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6135 libxml2-devel installable in // as libxml-devel.
6136
6137Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6138
6139 * doc/Makefile.am: fixed make rebuild in doc
6140 * doc/html/*.html: rebuilt the docs
6141
6142Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6143
6144 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6145
6146Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6147
6148 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6149 the HTML doc to go into the -devel RPM ...
6150 * aclocal.m4 config.h.in: some updates due to auto* magic
6151
6152Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6153
6154 * xpath.h: added a hook in the context structure allowing to
6155 link to extra support, needed for XSLT
6156
6157Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6158
6159 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6160 xmlXPtrCmpPoints to use it.
6161 * propagated the following patch from Alejandro Forero
6162 * include/win32config.h xmlIO.c: applied further suggestions
6163 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6164 * example/gjobread.c: fixed warnings, now that it builds
6165
6166Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6167
6168 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6169
6170 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6171 filename points to a valid file (not a directory).
6172 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6173 Added calls to xmlCheckFilenameDir.
6174
6175 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6176 `path' (rather than `filename') as the parameter to gzopen and open.
6177
6178Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * Makefile.am: fixed a problem with EXTRA_DIST
6181
6182Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6183
6184 * Makefile.am example/Makefile.am: finally found the trick
6185 to build the example, i.e. add "." in SUBDIRS before example
6186 in the list <grin/>
6187
6188Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6189
6190 * doc/xml.html: updated with an XSLT section, removed pointer to
6191 W3C CVS base.
6192
6193Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6194
6195 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6196 too, and deallocation need to occur the same way.
6197
6198Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6199
6200 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6201 type correponding to an XSLT result tree fragment. Share most
6202 of the data format with node set, as well as operators.
6203 * HTMLtree.c: added a newline at the end of the doctype output
6204 whe this one is not present initially.
6205 * tree.c: make sure taht the parent and doc pointers are properly
6206 set when copying attributes (lists).
6207
6208Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6209
6210 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6211
6212Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * xpath.c: seems I finally killed that ugly path evaluation
6215 context bug (tagged 9999 in case is is wrong)
6216
6217Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6220 for XSLT
6221
6222Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6225 for xmlGzfileOpen() bug
6226
6227Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6228
6229 * xpath.c: removed an error found by XSLT usage
6230 * tree.c parserInternals.h: use a predefined static string
6231 for text and comment nodes, avoid freeing them in xmlFreeNode,
6232 exported the string name in parserInternals.h and added
6233 another value to disable encoding at output (for XSLT),
6234 gain memory, time.
6235
6236Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6239 win32/libxml2/libxml2_so.dsp: new makefiles and update
6240 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6241
6242Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6243
6244 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6245 Gary Pennington
6246
6247Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * xpath.c: fixed the comaprision of values and nodelists,
6250 need to compare nodelist still ...
6251 * debugXML.c: avoided a possible core dump
6252 * HTMLparser.c: cleanup
6253 * nanohttp.c: contributed fix.
6254 * tree.c: fixes in properties handling added xmlSetNsProp
6255 needed by libxslt
6256 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6257 comment
6258 * TODO: updated
6259
6260Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * parser.c parserInternals.c: applied Bjorn Reese optimization
6263 patch
6264
6265Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * Makefile.am: applied patch fro make check from Martin Vidner
6268
6269Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6270
6271 * configure.in: preparing 2.2.11
6272 * doc/html/*: rebuild the HTML files
6273 * doc/xml.html : updated
6274
6275Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * tree.c: fixed a stupid bug
6278 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6279 patches related to validation of an XInclude processing result
6280 * TODO: updated
6281
6282Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6283
6284 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6285 on large files
6286
6287Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6290
6291Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6294 reported by Jonas Borgström
6295 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6296
6297Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6298
6299 * testXPath.c xpath.c: fixing the XPath union expressions problem
6300 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6301
6302Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303
6304 * xmllint.c: Made is so if the file name is "-" is will read form
6305 standard input. Sven Heinicke <sven@zen.org>
6306 * tree.c: fixed a problem when growing buffer
6307 * tree.h: fixed the comment of the node types following andersca
6308 comment
6309 * TODO: updated
6310
6311Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6312
6313 * HTMLparser.[ch]: added a way to avoid adding automatically
6314 omitted tags. htmlHandleOmittedElem() allows to change the
6315 default handling.
6316 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6317 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6318 of xmllint too when using --memory flag, added a memory test
6319 suite at the Makefile level.
6320 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6321 with namespace use when encountering QNames in XPath evalation,
6322 added xmlns() scheme in XPointer.
6323 * nanoftp.c : incorporated a fix
6324 * parser.c xmlIO.c: fixed problems raised with encoding when using
6325 the memory I/O
6326 * parserInternals.c: closed bug 25934 reported by
6327 torsten.landschoff@innominate.de
6328 * TODO: updated
6329
6330Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6331
6332 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6333 on a non-updated tree :-(, made a 2.2.10 release to correct the
6334 situation
6335
6336Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6337
6338 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6339 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6340 integrated a set of OpenVMS changes from Howard Taylor
6341 <Howard.Taylor@pacoast.com>
6342
6343Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6344
6345 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6346 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6347
6348Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6349
6350 * HTMLparser.c: some fixes on auto-open of html/head/body
6351 * encoding.c: fixed a compilation error on some gcc env
6352 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6353 XPointer implementation
6354 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6355 related XPointer tests and associated results
6356
6357Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6358
6359 * doc/xmldtd.html doc/xml.html: following a short step by step
6360 guidance on IRC to help maciej with DTDs I started a small
6361 page on the subject.
6362
6363Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6364
6365 * HTMLparser.c: fixed handling of broken charrefs
6366 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6367 patches
6368
6369Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6370
6371 * doc/xml.html doc/html/* : rebuilt the docs after adding
6372 xinclude and updated page for 2.2.7 and 2.2.8
6373 * configure.in: releasing 2.2.8
6374
6375Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6376
6377 * parser.[ch] parserInternals.c: applied the conditional
6378 section processing fix from Jonathan P Springer
6379 <jonathan.springer2@gte.net>
6380 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6381 project file, fixed iconv default non support
6382 * xpath.c: fixed the problem of evaluating relative expressions
6383 when a node context is provided.
6384
6385Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6386
6387 * nanoftp.c: fixed gcc 2.95 new warnings
6388 * SAX.c: fixed a stupid bug
6389 * tree.c: fixed a formatting problem when round-tripping
6390 from/to memory
6391 * xinclude.c: chased memleak, fixed a base problem
6392 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6393 xmlXPtrBuildNodeList()
6394 * TODO: updated
6395 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6396 adding a first small set of regression tests for XInclude
6397
6398Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6399
6400 * nanohttp.[ch]: applied Wayne Davison patches to access
6401 the WWW-Authorization header.
6402 * parser.c: Closed Bug#30847: Problems when switching encoding
6403 in short files by applying Simon Berg's patch.
6404 * valid.c: fixed a validation problem
6405 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6406 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6407 Wayne Davison
6408 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6409 need to be extended to non full nodes selections.
6410 * xinclude.c: starts to work decently
6411
6412Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6413
6414 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6415 debugXML.c xmlversion.h.in: Started adding XInclude support,
6416 this is a new xmllint option
6417 * tree.c xpath.c: applied TOM patches for XPath
6418 * xpointer.c: fixed a couple of errors.
6419 * uri.c: added an escaping function needed for xinclude
6420 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6421 new warning from RH70 gcc's version
6422
6423Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6424
6425 * HTMLparser.c: fixed loop on invalid char in scripts
6426 * parser.c: update to description of xmlIOParseDTD()
6427 * libxml.m4 xmlversion.h.in: changes contributed by
6428 Michael Schmeing <m.schmeing@internet-factory.de>
6429 * configure.in: preparing for 2.2.7
6430 * Makefile.am: trying to avoid config.h and acconfig.h
6431 being included in the distrib
6432 * configure.in: released 2.2.7
6433
6434Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6435
6436 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6437 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6438
6439Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6440
6441 * parser.[ch]: added xmlIOParseDTD()
6442 * xpointer.c: added support for the 2 extra parameters of
6443 string-range, fixed a stoopid error when '0' was present
6444 in XPointer expressions
6445 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6446 testsuite for the above
6447
6448Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6449
6450 * libxml.spec.in: improved package descriptions
6451
6452Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6453
6454 * xpath.c xpathInternals.h: applied a large cleaning patch
6455 from TOM <ptittom@free.fr>, it also add namespace support
6456 for function and variables registration.
6457
6458Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6459
6460 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6461 * Makefile.mingw: Wayne Davison's update adding hash.c
6462
6463Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6464
6465 * xpath.c: fixed the root evaluation problems
6466 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6467 ignorable spaces with <b> <bold> <em>
6468 * tree.c: fixed a loop in xmlSearchNsByHref()
6469
6470Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6471
6472 * xpath.c: applied another XPath patch from TOM
6473 * xpath.c include/makefile.am: applied another patch from
6474 china@thewrittenword.com (cleanup on IRIX).
6475
6476Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6477
6478 * xml-config.1: received a fixed version from Fredrik Hallenberg
6479 <hallon@lysator.liu.se>
6480
6481Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6482
6483 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6484 cleanup patch for XPath
6485
6486Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6487
6488 * patched to redirrect all "out of context" error messages to
6489 a reconfigurable routine. The changes are:
6490 * xmlerror.h : added the export of an error context type (void *)
6491 an error handler type xmlGenericErrorFunc there is an interface
6492 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6493 to reset the error handling routine and its argument
6494 (by default it's equivalent to respectively fprintf and stderr.
6495 * all the c files: all wild accesses to stderr or stdout within
6496 the library have been replaced to calls to the handler.
6497
6498Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6499
6500 * configure.in: release 2.2.6
6501 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6502 exporting the inner functions of xpath for extension modules
6503 * doc/*: updated and rebuilt the doc
6504
6505Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6506
6507 * nanohttp.c : applied Wayne HTTP cleanup patch
6508 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6509 and xmlNodeSetSpacePreserve()
6510
6511Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6512
6513 * xpath.c: closing bug #29260
6514
6515Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6516
6517 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6518 multikey tuples, made hash structure opaque
6519 * valid.[ch]: moved elements, attributes, notations decalarations
6520 as well as ID and refs to hash tables.
6521 * entities.c: hash cleanup
6522 * xmlmemory.c: fixed a dump problem in debug mode
6523 * include/Makefile.am: problem passing in DESTDIR= values patch
6524 from Marc Christensen <marc@calderasystems.com>
6525 * nanohttp.c: removed debugging remains
6526 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6527 * HTMLparser.c parser.c: fixing a number of problems with the
6528 macros in the *parser.c files (Wayne).
6529 * HTMLparser.c: close the previous option when opening a new one
6530 (Marc Sanfacon).
6531 * result/HTML/*: updated the HTML results accordingly
6532
6533Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6534
6535 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6536 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6537 XPath functions and XML entities table to them. More to come...
6538 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6539
6540Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6541
6542 * tree.c: coalesce adjacent text nodes
6543 * valid.c: handling of blank nodes in DTd validation (raised
6544 by problems with a posteriori validation).
6545 * nanohttp.c: changing behaviour on HTTP write stuff.
6546 * HTMLtree.c: forced body and html to be explicitely closed.
6547 * xpath.h: exported more XPath functions.
6548
6549Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * Release of 2.2.5
6552 * xpointer.c: range() range-inside and other helper functions
6553 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6554
6555Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6556
6557 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6558 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6559
6560Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6561
6562 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6563 and XPointer modules
6564
6565Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6566
6567 * SAX.h: closed #25107
6568
6569Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6570
6571 * testSAX.c: fixed problem with cdata reporting
6572 * SAXresult/* : updated
6573
6574Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6575
6576 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6577 Closed bug #27499, added to regression tests
6578 * TODO: updated
6579
6580Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6581
6582 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6583 support for SCRIPT and STYLE with help from Bjorn Reese
6584 * test/HTML/* result/HTML/*: added simple testcase and updated
6585 the existing ones.
6586
6587Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6588
6589 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6590 string-range for empty strings
6591 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6592 test/XPath/xptr/strrange: augmented the XPointer testsuite
6593
6594Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6595
6596 * doc/xml.html doc/xmlmem.html: added a module describing memory
6597 interfaces and use, updated the main page.
6598
6599Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6600
6601 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6602 nanoftp code work on Windows too now
6603
6604Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6605
6606 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6607 * xpointer.c: implemented string-range() at least a good first version
6608 * test/XPath/docs/str test/XPath/xptr/strrange
6609 result/XPath/xptr/strrange: the string-range() tests
6610
6611Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6612
6613 * Makefile.am include/Makefile.am include/win32config.h
6614 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6615 and make distcheck
6616
6617Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6618
6619 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6620 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6621 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6622
6623Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6624
6625 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6626 patch for socklen_t detection by
6627 Albert Chin-A-Young <china@thewrittenword.com>
6628
6629Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6630
6631 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6632 and added a --dtdvalid option to xmllint used to test it
6633
6634Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6635
6636 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6637 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6638
6639Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6640
6641 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6642 handlings (registration, lookup, cleanup)
6643
6644Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6645
6646 * configure.in Makefile.am include/makefile.am: adding XPointer
6647 and XPtrtests target
6648 * xpointer.[ch] : new files for XPointer support
6649 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6650 more XPath tests
6651
6652Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6653
6654 * configure.in: fixed, very broken, make distcheck works again
6655
6656Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6657
6658 * More work toward 2.2.5, integrated a number of patches
6659 * configure.in Makefile.am win32config.h.in: trying to cleanup
6660 make distcheck .... huh ...
6661 * include/Makefile.am include/win32config.h: new directory
6662 for includes
6663 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6664 updated teh makefiles and instructions for WIN32
6665 * xpath.c: small fixes
6666 * test/XPath/ results/XPath: updated the testcases and results
6667 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6668 suggested patches
6669 * valid.c: fixed an ID bug
6670
6671Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6672
6673 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006674 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006675 * xpath.[ch]: worked on XPointer
6676
6677Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * configure.in Makefile.am: 2.2.5, ship the include in an
6680 include/libxml subdirectory, use symlinks when using CVS
6681 * testSAX.c: fixed small bug
6682 * testXPath.c: changed the way testfiles are parsed
6683 * debugXML.c: same kind of cleanup when parsing an argument expression
6684 XPath/XPointers can have blanks embedded
6685 * xpath.[ch]: more cleanup, reorgs for XPointer work
6686 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6687 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6688
6689Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6690
6691 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6692 in the XPath engine, rewrote large parts of it, now it's far
6693 cleaner and in sync with the REC not an old WD. Fixed a parsing
6694 problem in the interactive XML shell found when testing XPath.
6695
6696Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6697
6698 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6699 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6700 examples with the extra test
6701
6702Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6703
6704 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6705 the global init function.
6706
6707Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6708
6709 * HTMLparser.c: Doohhh, attribute name parsing was still case
6710 sensitive ! Fixed this ...
6711 * result/HTML/* : updated the tests results accordingly
6712
6713Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6714
6715 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6716 engine, should be far more stable, incorporated a new version of
6717 preceding/following axis, need testing
6718 * uri.c: fixed file:///c:/a/b/c problem
6719 * test/XPath/tests/idsimple: augmented the XPath tests
6720
6721Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6722
6723 * doc/* rebuilding docs for 2.2.4 release
6724
6725Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6726
6727 * configure.in: releasing 2.2.4
6728 * parser.[ch]: added xmlStrEqual()
6729 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6730 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6731 use xmlStrEqual instead
6732 * TODO: updated
6733 * added an XPath test
6734
6735Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6736
6737 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6738 * entities.h: exported xmlInitializePredefinedEntities
6739 * parser.[ch] : added xmlInitParser()
6740 * parserInternals.h : had to export htmlInitAutoClose()
6741
6742Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6743
6744 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6745 problems
6746 * Makefile.am : added XPath regression tests to normal tests
6747 * uri.c: fixed a problem with local paths, cleanup
6748 * parser.c: fixed a problem with large CData sections
6749
6750Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6751
6752 * configure.in xml-config.in: patch from "Ben Taylor"
6753 <sol7x86@hotmail.com> for solaris shared libs lookup
6754
67552000-09-30 Martin Baulig <baulig@suse.de>
6756
6757 * libxml-2.0.pc.in: Provide pkg-config script.
6758
6759 * configure.in: Create the libxml-2.0.pc script from the
6760 libxml-2.0.pc.in templates.
6761 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6762 script in `$(libdir)/pkgconfig'.
6763
6764Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6765
6766 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6767 when compiling with MSC
6768
6769Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6770
6771 * xpath.c: patch for normalize-string() substring-before(),
6772 substring-after() and translate() functions from Bjorn Reese
6773 <breese@mail1.stofanet.dk>
6774 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6775 Fredrik Hallenberg <hallon@lysator.liu.se>
6776 * TODO: updated
6777
6778Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6779
6780 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6781 problem of socklen_t being undefined on a number of platforms
6782 * debugXML.c: fixed a compilation problem when without snprintf
6783
6784Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6785
6786 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6787 an URI bug and a fix for the control-character-induced infinite loop
6788 * nanohttp.c: preventive fix for compiling on WIN32
6789
6790Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6791
6792 * xmlint.c: closing bug #25000
6793
6794Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6795
6796 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6797 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6798 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6799 related function, fixing xmlStrncmp(), and associated cleanup
6800 * result/HTML/entities.html.sax: updating result
6801
6802Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6803
6804 * uri.c: applied patch for URI escaping from Wayne Davison
6805 <wayned@blorf.net>
6806 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6807 from Denis Barbier <barbier@imacs.polytechnique.fr>
6808 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6809 patch from Wayne Davison
6810
6811Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * doc/xml.html : updated with new releases, adding "how to help"
6814
6815Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6816
6817 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6818 removed a few warnings in pedantic mode ...
6819 * parserInternals.c parser.c: moved encoding switching function
6820 to parserInternals.c
6821 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6822
6823Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6824
6825 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6826 error or warning handlers
6827
6828Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6829
6830 * parserInternals.c parserInternals.h parser.c Makefile.am:
6831 created a new module parserInternals.c, moved most of the
6832 code shared by the various parsers there, as well as
6833 deprecated code from parser.c. More cleanup of parser.c
6834 * uri.c: fixed a problem when URI is NULL
6835 * valid.c: speedup when looking for an attribute declaration
6836
6837Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6838
6839 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6840 the cleanup of the computation of URI references when seeking
6841 external entities. The URI reference string and the resulting
6842 URI are both stored now.
6843 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6844 large s(n)printf checks and cleanup from Denis Barbier
6845 <barbier@imacs.polytechnique.fr>
6846 * xmlversion.h.in tree.h: couple of SGML declarations for a
6847 possible docbook module.
6848 * result/VC/ : a couple of test output changed due to the change
6849 of the entities URI
6850
6851Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6852
6853 * parser.h: added a _private field for linking user's data
6854
6855Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6856
6857 * parser.c parserInternals.h: demacroified most of the IS_XXX
6858 the gain in size is significant so ...
6859
6860Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6861
6862 * entities.c: cases where looking up entities with doc==NULL
6863 covered
6864
6865Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6866
6867 * uri.c: applied Wayne Davison patch
6868 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6869
6870Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6871
6872 * uri.c testUri.c: applied Wayne Davison patches
6873 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6874 * Makefile.in: added URItest and included thenin "make tests"
6875
6876Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6877
6878 * xmlversion.h.in: closed bug 22941
6879
6880Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6881
6882 * doc/xmlio.html: added doc and example for entity loader
6883 redefinition.
6884
6885Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6886
6887 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6888 used by libxml
6889
6890Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6891
6892 * parser.c: Fixed bug on invalid ontent characters and when using
6893 push.
6894 * xmllint.c: fixed xmllint endling of errors in push mode
6895
6896Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6897
6898 * HTMLparser.c testHTML.c: applied two new patches from
6899 Wayne Davison <wayned@users.sourceforge.net>
6900 * result/HTML/*.sax: regenerated HTML SAX output
6901 * parser.c: more cleanup.
6902
6903Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * HTMLparser.[ch] testHTML.c: applied the second set of
6906 patches from Wayne Davison <wayned@users.sourceforge.net>,
6907 adding htmlEncodeEntities()
6908 * HTMLparser.c: fixed an ignorable white space detection bug
6909 occuring when parsing with SAX only
6910 * result/HTML/*.sax: updated since the output is now HTML
6911 encoded...
6912
6913Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6914
6915 * HTMLparser.[ch]: applied some of Wayne Davison
6916 <wayned@users.sourceforge.net> patches
6917
6918Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6919
6920 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6921 undeclared namespace prefix was used, added a warning.
6922 Cleaned up support w.r.t. entities, spilling out a warning
6923 and being pedantic on lookups.
6924 * test/warning/ent9 : added testcase for previous example.
6925 * TODO: updated
6926 * parserInternals.h parser.c: changed the way names are parsed
6927 now allow infinite size and decrease penalty for normal use
6928 * parser.c: Started a big cleanup/check of the parser code,
6929 fixed some of the most tortuous entity code, spotted code
6930 unused anymore
6931 * test/*: added tests for very long names and related nasty
6932 things.
6933
6934Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6935
6936 * doc/encoding.html: added encoding aliases doc
6937 * doc/xml.html: updates
6938 * encoding.[ch]: added EncodingAliases functions
6939 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6940 bottleneck affecting large DTDs like Docbook
6941 * parser.[ch] xmllint.c: added a pedantic option, will be
6942 useful
6943 * SAX.c: redefinition of entities is reported in pedantic mode
6944 * testHTML.c: uninitialized warning from gcc
6945 * uri.c: fixed a couple of bugs
6946 * TODO: added issue raised by Michael
6947
6948Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6949
6950 * doc/encoding.html: propagated Martin Duerst suggestions
6951
6952Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6953
6954 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6955 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6956 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6957 by Wayne Davison
6958
6959Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * nanoftp.c nanohttp.c: small cleanup
6962 * TODO: updated
6963
6964Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6965
6966 * added an old VC testcase and updated title.xml entity
6967
6968Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6969
6970 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
6971 done on auto-opening of <p> tags and cleanup of SAX output
6972
6973Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6974
6975 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
6976
6977Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6978
6979 * doc/xml.html libxml.* structure.*: updated the doc a bit
6980
6981Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6982
6983 * testSAX.c testHTML.c result/HTML/: cleanup of the output
6984 of SAX tests
6985
6986Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6987
6988 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6989 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
6990
6991Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6992
6993 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
6994 * testHTML.c: fix core dump on Solaris 2.x systems
6995 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
6996 * result/HTML/*.sax: previous bug fix lead to new results
6997
6998Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6999
7000 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7001 * configure.in: added --with-readline=DIR to accept alternate
7002 path for readline include/library
7003 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7004 for ANSI under HP-UX
7005 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7006 includes @LIBS@
7007
7008Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7009
7010 * doc/* : rebuilt the docs
7011 * getting ready for 2.2.2 release
7012
7013Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7014
7015 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7016 and xmlAddFeature()
7017 * tree.[ch]: added xmlAddChildList()
7018 * xmllint.c: MAP_FAILED macro test
7019 * parser.h: added xmlParseCtxtExternalEntity()
7020 * valid.c: applied bug fixes removed warning
7021 * tree.c: added CDATA block to elements content
7022 * testSAX.c: cleanup of output
7023 * testHTML.c: added SAX testing
7024 * encoding.c: better error recovery
7025 * SAX.c, parser.c: fixed one of the external entity processing
7026 of the OASis testsuite
7027 * Makefile.am: added HTML SAX regression tests
7028 * configure.in: bumped to 2.2.2
7029 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7030 SAX results
7031
7032Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7033
7034 * configure.in: patch for HP compiler
7035
70362000-08-04 Sven Heinicke <sven@zen.org>
7037
7038 * xmllint.c: Was coredumping sometimes when the file given didn't
7039 exist.
7040
7041Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7042
7043 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7044
7045 when using in memory parsing. Need some cleanup.
7046 * xmllint.c configure.in: added a --memory flag to test memory
7047 parsing
7048
7049Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7050
7051 * nanohttp.c: fixed socklen_t replacement to unsigned int
7052 * parser.c: fixed a space handdling missing at the end of
7053 production 28 DOCTYPE.
7054 * xmlmemory.c: fixed a stupid bug on the routine to override
7055 allocation functions
7056 * TODO: updated
7057
7058Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * doc/ regenerated the docs
7061
7062Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7063
7064 * doc/encoding.html doc/xml.html: added I18N doc
7065 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7066 improvements, both parser and filters, added ASCII & HTML,
7067 fixed the ISO-Latin-1 one
7068 * xmllint.c testHTML.c: added/made visible --encode
7069 * debugXML.c : cleanup
7070 * most .c files: applied patches due to warning on Windows and
7071 when using Sun Pro cc compiler
7072 * xpath.c : cleanup memleaks
7073 * nanoftp.c : added a TESTING preprocessor flag for standalong
7074 compile so that people can report bugs more easilly
7075 * nanohttp.c : ditched socklen_t which was a portability mess
7076 and replaced it with unsigned int.
7077 * tree.[ch]: added xmlHasProp()
7078 * TODO: updated
7079 * test/ : added more test for entities, NS, encoding, HTML, wap
7080 * configure.in: preparing for 2.2.0 release
7081
7082Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007085 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007086
7087Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7088
7089 * doc/xml.html: changed the xmlsoft.org structure, updated the
7090 examples w.r.t. root and childs
7091
7092Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7093
Daniel Veillard784b9352003-02-16 15:50:27 +00007094 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007095
7096Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7097
7098 * HTMLparser.c: Work on character encoding support for the HTML parser
7099 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7100 * encoding.c: Fixed a potential memleak in the encoding stuff
7101
7102Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7103
7104 * doc/FAQ.html doc/Makefile.am : added a FAQ
7105
7106Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7107
7108 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7109 of the HTML parser to force it to not bypass SAX
7110
7111Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7112
7113 * win32config.h.in: updated
7114 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7115 lacks iconv support :-( need to release 2.1.1
7116 * configure.in: release 2.1.1
7117 * HTMLparser: fixed bug #14784
7118 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7119 by Windows compiler
7120 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7121 the SAX startDocument() callback.
7122 * TODO: updated
7123
7124Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7125
7126 * added xmlStopParser()
7127
7128Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7129
7130 * configure.in: 2.1.0 prerelease
7131 * Large resync between W3C and Gnome tree
7132 * nanoftp, nanohttp.c: fixed stalled connections probs
7133 * HTMLtree.c SAX.c : support for attribute without values in
7134 HTML for andersca
7135 * valid.c: Fixed most validation + namespace problems
7136 * HTMLparser.c: start document callback for andersca
7137 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7138 * parser.h, SAX.c: serious speed improvement for large
7139 CDATA blocks
7140 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7141 different encoding
7142 * example/Makefile.am example/gjobread.c tree.h: work on
7143 libxml1 libxml2 convergence.
7144 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7145 and the LIBXML_TEST_VERSION macro
7146
7147Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7148
7149 * doc/xml.html: various patches and improvements typo fixed by
7150 Felix Natter
7151 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7152 from Felix Natter <fnatter@gmx.net>
7153
7154Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7155
7156 * doc/upgrade.html: updated with instructions for support of both
7157 libxml-1.x and libxml-2.x
7158 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7159 for 2.x support and also fixed includes
7160
7161
7162Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7163
7164 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7165 the encoding support, added iconv support, so now libxml if
7166 compiled with iconv automatically support japanese encodings
7167 among others. Work based on initial patch from Yuan-Chen Cheng
7168 I may have broken binary compat in the encoding handler
7169 registration scheme, but that was so utterly broken I don't
7170 expect anybody to have used this feature until now.
7171 * parserInternals.h: fixup on the CHAR range macro
7172 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7173 code.
7174 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7175 * uri.c: added xmlParseURI() I can't believe I forgot to
7176 implement this one in 2.0 !!!
7177 * SAX.c: moved doc->encoding update in the endDocument() call.
7178 * TODO: updated.
7179
7180Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7181
7182 * tree.h: removed extraneous xmlRemoveProp definition
7183 * TODO: added item about --disable-corba configure switch
7184 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7185 * nanoftp.c: fixed include problems giving troubles on AIX and
7186 slowlaris
7187 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7188 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7189 comment and headers changes to lower gtk-doc number of warnings
7190 * doc/html/*: rebuilt docs
7191
7192Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * HACKING: documented the tag for 1.x and instructions
7195
7196Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7197
7198 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7199 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7200 xmlCreateIOParserCtxt
7201 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7202 significant overall improvement
7203 * xmllint.c: added I/O test to xmllint
7204 * testSAX.c: added a speed test
7205 * doc/* : updated/regenerated
7206
7207Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7208
7209 * xpath.c uri.h parserInternals.h: cosmetic changes from
7210 "Timur I. Bakeyev" <timur@bat.ru>, including making
7211 xmlCreateURI() public
7212
7213Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7214
7215 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7216 and the code at the same time. Added a clean mechanism for
7217 overload or added input methods: xmlRegisterInputCallbacks()
7218 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7219 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7220 * TODO: updated
7221 * doc/* : updated/regenerated
7222 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7223 source dir
7224
7225Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7226
7227 * testURI.c: yet another forgotten commit, I should get some sleep !
7228
7229Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7230
7231 * xmllint.c: forgot to commit this too ?
7232
7233Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7234
7235 * xmlversion.h.in : forgot to commit this previously
7236
7237Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7238
7239 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7240 * README TODO: updated for release
7241 * uri.c uri.h: added authority parsing/saving
7242 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7243 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7244 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7245 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7246 Makefile.am : added compile-time customization of libxml
7247 --with-ftp --with-http --with-html --with-xpath --with-debug
7248 --with-mem-debug
7249 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7250 #include <libxml/xxx.h> I hope it won't break too much stuff
7251 and will be manageable in the future...
7252 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7253 and added xmllint to the installed programs
7254 * uri.h: added xmlFreeURI()
7255
7256Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7257
7258 * uri.c uri.h: finished the escaping handling, the base support
7259 and the URI path normalization. Looks good just lacks the
7260 authority content parsing code.
7261 * Makefile.am: added instructions to generate testURI
7262 * TODO: updated
7263 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7264 added links and icons for W3C and Gnome
7265
7266Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7267
7268 * xmlmemory.[ch] : seems I forgot to actually update the files in
7269 the last commit :-)
7270 * doc/xml.html doc/html/* : updated and uploaded the docs
7271
7272Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7273
7274 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7275 * TODO: updated
7276 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7277 libxml default allocation function with another set (like gmalloc/
7278 gfree).
7279 * Makefile.am, uri.c, uri.h: added a set of functions to do
7280 exact (litteraly copied from the RFC 2396 productions) parsing
7281 and handling of URI. Will be needed for XLink, one XML WFC,
7282 XML Base and reused in the nano[ftp/http] modules. Still work
7283 to be done.
7284
7285Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7286
7287 * configure.in, libxml.spec.in : libxml2
7288 * doc/* : updated the doc page, rebuilt the docs
7289
7290Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7291
7292 * all: tagged LIB_XML_1_X
7293 * *.c *.h : updated from W3C CVS tree
7294 * configure.in : 2.0.0-beta
7295 * libxml.spec.in : libxml2 package nam
7296 * result/* : new version of the tests output
7297
7298Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7299
7300 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7301
7302Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7303
7304 * doc/* : rebuilt the docs
7305 * parser.c: final patch on #6766
7306 * valid.c: small patch on validity checks.
7307
7308Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7309
7310 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7311 added
7312 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7313 compatibility w.r.t. XML spec and existing code.
7314
7315Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
7317 * parser.c: seems a better solution to <a> </a> exists,
7318 will try it for a while
7319
7320Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7321
7322 * parser.c: tried to remove the <a> </a> generating <a/>
7323 this is hard. Left a flag for that purpose. Fixed bug #6766
7324 * configure.in: prepared 1.8.7 not released, due to previous
7325 problem
7326
7327Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * doc/xml.html : applied second patch from Paul DuBois
7330
7331Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * doc/xml.html : applied patch from Paul DuBois
7334
7335Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7336
7337 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7338
7339Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7340
7341 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7342 compilation warnings on various platforms.
7343 * parser.c: Fixed #5281 validity error callbacks are now desactived
7344 by default if not validating.
7345
7346Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7347
7348 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7349
7350Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7351
7352 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7353 <gkatsi@cs.toronto.edu>
7354
7355Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7356
7357 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7358 processing URLs
7359
7360Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7361
7362 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7363 xmlNanoFTPUpdateURL for persistent control connections.
7364 * configure.in: 1.8.6
7365
7366Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7367
7368 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7369 * tree.[ch] : added xmlSaveNoEmptyTags
7370
73712000-01-29 James Henstridge <james@daa.com.au>
7372
7373 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7374
7375 * Makefile.am: added nanoftp.[ch] to the build.
7376
7377Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7378
7379 * nanoftp.[ch]: cleanup, comments, API
7380 * debugXML.c : fixed a bug in the cat command
7381 * doc/*: regenerated the docs
7382
7383Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7384
7385 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7386 * debugXML.c : fixed a bug in the cat command
7387 * valid.c: fixing some small probs
7388 * libxml.spec.in: get rid of the SNAP suffix
7389 * doc/xml.html: updated the status
7390
7391Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7392
7393 * xml-config.in: xml-config --version to just return the
7394 version number
7395 * xpath.c: some cleanup w.r.t. axis when the current node is
7396 an attribute.
7397 * TODO: updated
7398
7399Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7400
7401 * configure.in: prepared for libxml-1.8.5
7402 * doc/* recompiled the documentation
7403
74042000-01-17 Jody Goldberg <jgoldberg@home.com>
7405
7406 * configure.in : WARNING autoconf subtlety alert :
7407 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7408 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7409 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7410 get defined by AC_CHECK_HEADERS.
7411
7412Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7413
7414 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7415 Rune.Djurhuus@fast.no
7416
7417Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7418
7419 * TODO: updated
7420 * tree.c, parser.c: made sure that only memory alloc problems
7421 and internal parser errors are allowed to write to stdout or
7422 stderr.
7423
7424Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7425
7426 * tree.c : restored xmlNewGlobalNs since this seems used by
7427 a lot of existing code :-(, fixed a bug in xmlNewNs
7428 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7429 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7430 to exit() from the library code.
7431 * xpath.c, parser.c: removed bugs or unused code detected by
7432 Windows compilers
7433 * parser.c: started adding interfaces for parsing well balanced
7434 XML fragments
7435 * configure.in: releasing 1.8.4
7436 * doc/* : rebuilt the docs
7437
7438Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7439
7440 * tree.[ch] : added xmlNewDocFragment() for DOM
7441 * testHTML.c: uninitialized variable.
7442
7443Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7444
7445 * doc/* : rebuild the docs
7446
7447Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7448
7449 * acconfig.h: readline and history patch
7450 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7451 * tree.c: added check and handling when possibly removing an ID
7452 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7453 and saving.
7454 * test/HTML/entities.html result/HTML/entities.html* : test for
7455 various entities reference cases
7456 * result/HTML/* : as a result output of some testcase have
7457 changed
7458 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7459 by previous example. added xmlParseTryOrFinish().
7460 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7461 entities.h debugXML.h HTMLparser.h: changed the way struct are
7462 declared to allow gtk-doc to expose those
7463 * parser.c: closed bug #4960
7464 * Makefile.am configure.in: Applied patch from
7465 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7466 and math/socket libs detection
7467
7468Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7469
7470 * configure.in, Makefile.am: link tester against readline
7471 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7472
7473Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7474
7475 * tree.[ch]: added xmlRemoveProp
7476 * win32config.h.in nanohttp.c: avoid including the Windows
7477 socket stuff in every C files
7478 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7479 the XmL parser(s)
7480 * test/ns4 result/ns4 etc...: added test case for previous prob
7481 * tree.c: xmlNewNs wasn't checking for double definition
7482 * Makefile.in: fixed a problem with dist-hook duplicates
7483 * parser.[hc], xmlIO.c: fixed the loading of external entities
7484 APIs, now xmlLoadExternalEntity() is used everywhere and
7485 setting up an app specific front-end using the
7486 * SAX.c parser.c: some fixes, now the xhtml spec validates
7487 with the xhtml DTD.
7488 * error.c: fixed crashes in case of no input stream
7489 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7490 to the validation tests and results
7491
7492Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7493
7494 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7495 too htmlCreatePushParserCtxt() and htmlParseChunk()
7496 * parser.c: a bit of cleanup.
7497 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7498 to XML) removed the last mem leak known
7499 * HTMLtree.c: output message cleanup
7500 * xmlmemory.c: display content info about memory blocks
7501 * result/HTML/wired.* : missing att value warning change
7502
7503Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7504
7505 * doc/* : rebuilt the documentation
7506
7507Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7508
7509 * parser.[ch] parserInternals.h: Push parser for XML,
7510 seems to work fine now
7511 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7512 --push for push testing
7513 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7514 * testSAX.c: added --push
7515 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7516 subtree
7517 * xmlIO.[ch] : enriched API + fixes for push mode
7518 * entities.[ch]: added the entity content length to the struct.
7519 * xmlmemory.[ch]: new API to show the last entries for the shell
7520 * valid.c: added required attribute testing
7521 * SAX.c: the cdata callback now merge contiguous fragments
7522 * HTMLparser.c: cleanup of some macros
7523
7524Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7525
7526 * parser.c: fix for PIs name starting with xml
7527 * tree.c: fixed a potential problem with || and && ops
7528 * *.c, configure.in win32config.h.in : generate win32config.h for
7529 those on the Other Side !
7530
7531Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7532
7533 * parser.c: fixed a stupid = vs. == bug :-(
7534 * doc/gnome-xml.sgml: s/glade/xml/
7535
7536Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * configure.in, doc/xml.html : bug fix release 1.8.2
7539 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7540 Hopefully the end of that silly C++ include problem
7541 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7542 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7543 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7544 troubles with autoclosed elements when the stree shape doesn't
7545 follow the DtD specs. Added htmlIsAutoClosed() and
7546 htmlAutoCloseTag()
7547 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7548 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7549 * debugXML.c: fixed a bug on printing default namespaces.
7550 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7551
7552Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7553
7554 * result/HTML/*.htm[l] : updated the HTML regression tests according
7555 to the new output
7556 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7557 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7558 problem due to intermix of extern "C" { ... } declarations for C++
7559 and recursive includes in the headers
7560
75611999-12-20 Chris Lahey <clahey@umich.edu>
7562
7563 * HTMLtree.c: Made it so that html nodes with a single child do
7564 not insert a carriage return before or after the child node.
7565
7566Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7567
7568 * configure.in, doc/xml.html : bug fix release 1.8.1
7569 * parser.c: fixed bug #4344
7570 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7571 added the glue to avoid C++ problems
7572 * doc/* : regenerated the documentation
7573
7574Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7575
7576 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7577 namespace recognition, and Dia as a resul :-(
7578 * encoding.c: closed bug #3950
7579
7580Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * valid.c: debugging a posteriori validation, except URI expansion
7583 stuff this should be fixed now
7584 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7585 Carl Nygard <cnygard@bellatlantic.net>
7586 * tester.c: added --postvalid, cleaning of the code
7587 * tree.[ch]: added xmlDocGetRootElement()
7588
7589Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7590
7591 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7592 c++ losage.
7593
7594Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7595
7596 * configure.in, doc/xml.html : bumped to 1.8.0
7597 * xlink.[ch], Makefile.am : added framework for link detection
7598 * parser.h: added nbChars to parser context, needed for cleanup.
7599 * xmlmemory.c: removed a nasty bug when out of mem
7600 * valid.[ch]: adding namespace support for attribute decl
7601 * tester.c: added --debugent option
7602 * debugXML.[ch]: added xmlDebugDumpEntities()
7603 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7604 buffers instead, this was really needed, validation was breaking
7605 in strange ways due to that. Added xmlParseStringPEReference()
7606 and other parsing from strings functions. Entities processing
7607 modified again, but PERef are still not handled correcly but
7608 unless you're Eve Maller you won't notice :-)
7609 * HTMLparser.c: large changes toward reliability, and switched to
7610 lowercase internal tags, XHTML is lowercase, so it will help
7611 that output is closer to next version.
7612 * doc/* : regenerated the documentation, it is now hosted at
7613 http://xmlsoft.org/ (same bits I just bought the domain :-)
7614
7615
7616Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7617
7618 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7619 doc generation
7620 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7621 in the SAX API
7622 * doc/*: rebuilt the doc making sure everything appears in the
7623 HTML files
7624
7625Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7626
7627 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7628 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7629 which allow impressive speed improvement on dataset with
7630 large text pieces, but at the cost of broken binary
7631 compatibility and slightly bigger memory usage.
7632 Configure with --with-buffers to activate them, they
7633 are protected with XML_USE_BUFFER_CONTENT define.
7634 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7635 goal is 0 memory left allocated once parser is no more used
7636 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7637 call xmlCleanupParser() and xmlMemoryDump()
7638
7639Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7640
7641 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7642 * parser.[ch] encoding.[ch]: added memory cleanup routines
7643 * parser.c: closing bug #3788
7644 * doc/*: rebuilt the doc
7645
7646Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7647
7648 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7649 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7650 * tester.c: added --compress option
7651 * doc/*: rebuilt the documentation
7652
7653Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7654
7655 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7656 if given /proc/kcore as input !
7657 * doc/xml.html doc/*: updated and rebuilt the documentation
7658
7659Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7660
7661 * parser.c: Fixed some wrongly space collapsing code due to
7662 a misreading of the spec.
7663 * result/*: fixed the output accordingly
7664
7665Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * encoding.c: bug fix and typos
7668 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7669 * parser.c: added attribute normalization closing bug #3597
7670 * test/att* result/att* SAXresult/att*: testcase for attribute
7671 normalization
7672
7673Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7674
7675 * configure.in: closing bug #3163 by adding extra flags for the
7676 cc compiler on HP-UX
7677
7678Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * valid.[ch] : removed a typo and an enumerated type bug in the
7681 xmlAddElementDecl() function
7682 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7683 call to xmlEncodeEntitiesReentrant() so that the functions
7684 New, Set and Get are at the same level.
7685 * parser.c HTMLparser.c: extra memory allocation bug for
7686 attributes detected by someone using libxml in embedded systems :-)
7687
7688Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7689
7690 * xmlmemory.h: turned off mem debug :-\
7691
7692Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7693
7694 * parser.c: closed bug #2784 a one line fix, but worth pushing
7695 a new release out
7696 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7697 some structures, comments before and after the
7698 main element, and other nastyness
7699 * HTMLtree.c tree.c: accomodate the extended HTML supported
7700 * configure.in: pushing 1.7.4
7701 * test/ent8 and related outputs : added a new test for bug #2784
7702 * test/HTML/wired.html and related output: a nasty HTML example
7703 * Makefile.am: improved the test scripts
7704 * docs/* : reran the documentation extractor, updated xml.html
7705
7706Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7709 HTMLparser and debugged the HTML related code. HTML documents
7710 now have their own type
7711 * entities.c: do not dump &apos; for HTML output
7712 * xmlmemory.c: improvement, breakpoint mechanism
7713 * testHTML.c: added --sax --repeat ...
7714 * Makefile.am: improved the HTML tests
7715 * valid.[ch]: added xmlValidGetValidElements and
7716 xmlValidGetPotentialChildren
7717 * tester.c: added --insert to test the 2 new functions
7718 * test//* result//* SAXresult//* : regression test cleanup
7719 and extension.
7720 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7721 gnome-xml-nanohttp.html
7722
7723Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7724
7725 * HTMLparser.c: fixed problems with some autoclose tags
7726 * tree.c: fixed XML output problems.
7727 * result/* SAXresult/*: update of the tests output
7728
7729Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * Makefile.am: Arturo patch for xmlConf.sh version info
7732 * parser.c: Tim Josling patch for single quoted items
7733 * tester.c: Tim Josling patch for tester options usage
7734 * tree.h: indent cleanup
7735
7736Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7737
7738 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7739 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7740
7741Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7742
7743 * tree.c : Raph patch for initialization of CORBA fields
7744 * parser.c, xpath.c, ...: modification of doc comments
7745 * xpath.c : allow spaces in xpath expressions
7746
7747Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * xmlmemory.h: turning off memory debug :-(
7750
7751Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7752
7753 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7754 better SAX interfaces.
7755 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7756 entity.
7757 * configure.in: 1.7.2
7758
7759Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7760
7761 * libxml.spec.in: fixed the URL
7762 * doc/xml.html: improved the documentation front-end
7763
7764Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7765
7766 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7767
7768Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7769
7770 * libxml.spec.in: fixed the alpha compile problem
7771 * parser.[ch]: changed errno to errNo in the parser context :-(
7772 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7773 * doc/xml.html: changed CHAR to xmlChar
7774 * doc/html/*: recompiled the documentation
7775 * configure.in: 1.7.1
7776
7777Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * parser.h: modified the parser context struct to regain 1.4.0
7780 binary compatibility
7781 * parser.c, xml-error.h: added errno ot teh context and defined
7782 a set of errors values with update of errno
7783 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7784 DTDs and entities
7785 * *.h, *.c: complete cleanup of the use of config.h and include
7786 protection depending on the current setup.
7787 * overalll debugging, maintenance and bug-fixing on all modules
7788 * updated the documentation
7789 * ready for 1.7.0
7790
7791Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7792
7793 * HTMLparser.c : cleanup
7794 * SAX.c valid.c valid.h: added ID/IDREF checking
7795 * tree.c tree.h: extended doc structure for refs
7796 * configure.in: 1.6.2
7797 * parser.c: patched bug in SAX user arg call
7798 * parserInternals.h: patched missing close in C++ wrapping
7799 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7800 especially upcoming XPointer implementation.
7801 * doc/xml.html: augmented, typo
7802
7803Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7804
7805 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7806 not all invocations of install understand -d.
7807
7808Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7809
7810 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7811 to make 'check' works, when builddir != srcdir.
7812
7813Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7814
7815 * doc/xml.html : updated the documentation
7816
7817Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7818
7819 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7820 not deallocated memory blocks
7821 * *.c : replaces all calls to malloc() free() and realloc() to
7822 the wrapper functions/macros
7823 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7824 instead of xmlFreeNodeList()
7825
7826Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7827
7828 * HTMLparser.c: corrected a stupid bug leading to core dump at
7829 tree deallocation. Removed warnings indicated by
7830 Stephane.Conversy@lri.fr
7831 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7832 looked for in the external subset
7833
7834Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7835
7836 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7837 on SGI by Stephane.Conversy@lri.fr
7838
7839Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7840
7841 * all .h : changed the prototype declaration indent as in gtk
7842 * most .c : working on reducing the TODOs in the code
7843 * most .c : cleanup though -pedantic and Insure++
7844 * improvements on validation ID checkings.
7845 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7846 * xml-config.in: closed #1810
7847
7848Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7849
7850 * tree.h, valid.c, valid.h: more work on validity, IDs
7851 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7852 definition for AIX
7853
7854Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7855
7856 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7857 the distribution due to a cut'n paste error at last commit
7858
7859Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7860
7861 * configure.in: upgraded to version 1.4.0
7862 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7863 Big update, added a large part of the validation process,
7864 it should be usable, but some parts are missing
7865 * xpath.c: improved the implementation w.r.t. root.
7866 * Makefile.am: added more tests
7867 * test and result trees: added a lot of tests
7868 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7869
7870Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * Added an HACKING file
7873
7874Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7875
7876 * xpath.[ch] : improvements and debug of the XPath implementation
7877 * parser.c, HTMLparser.c : modified the parsers to be progressive
7878 * tree.[ch] : extended the Buffer promitives
7879 * xmlIO.[ch] : added basic I/O routines providing progressive
7880 parsing and ready for I18N conversion plugins
7881 * SAXresult/* : the SAX callback sequence maybe slightly different
7882 now
7883 * test*.c : improved/updated the tests programs
7884 * doc/* : recompiled the docs.
7885
78861999-07-26 Michael Meeks <michael@edenproject.org>
7887
7888 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7889
7890 * tree.c: Ditto.
7891
7892Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7893
7894 * configure.in: upgraded to version 1.4.0
7895 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7896 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7897 XML query language, see http://www.w3.org/TR/xpath for more details.
7898 * parser.c, parser.h: added CHAR* related string functions for XPath
7899 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7900 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7901 rebuild the docs.
7902 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7903 and regression testing capabilities for XPath.
7904
7905Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7906
7907 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7908 closing bug #1646
7909
7910Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7911
7912 * Makefile.am, example/Makefile.am: closed bug #1683
7913
7914Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7915
7916 * example/Makefile.am, configure.in: added the makefile for the
7917 gjobread example
7918
7919Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
7920
7921 * doc/Makefile.am:
7922 - fix which allow "make install DESTDIR=</install/prefix>".
7923
7924Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7925
7926 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7927 which fixed a problem on the file reading-code.
7928
7929Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7932 output.
7933 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7934
7935Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7936
7937 * parser.h : Oops removed the binary compatibility problem
7938 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7939 * parser.c, HTMLparser.c: applied patches for reading from stdin
7940
7941Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7942
7943 * parser.c, entities.c, valid.c: cleanup bug #1591
7944 * configure.in: cleanup bug #1592
7945 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7946 the same tree back-end. Hence gdome will be available for it.
7947 * doc/Makefile.am: close bug #617
7948
7949Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7950
7951 * parser.c: alloctate a per parser context SAX interface block
7952
7953Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7954
7955 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7956 and xmlEncodeEntitiesReentrant with the correct one :-\
7957
7958Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7959
7960 * commit of my internal XML base changes, quite a lot of
7961 changes, cleanups, better entities support, framework for
7962 new I/O and charset detection and handling
7963 * Fixed the configure/Makefile stuff to generate shared libs
7964 with the proper version info, so we jumped on rev from
7965 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
7966 xmlEncodeEntities() result need to be freed now, and a string
7967 xmlParserVersion provide the current library version.
7968
7969Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
7970
7971 * parser.c: fixed a buffer overrun for when you have a very long
7972 attribute with no entities in it.
7973
7974Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7975
7976 * added example directory
7977 * added example/gjobs.xml gjobread.c, still need a Makefile.in
7978
7979Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * Release of libxml-1.1, nearly everything has been touched for
7982 this.
7983 * Added more regression tests
7984 * Updated the documentation
7985
7986Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7987
7988 * tree.[ch]: unified the XML_NO_CORBA defines.
7989 * parser.c encoding.[ch]: started plugging in char encoding detection
7990
7991Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
7992
7993 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
7994 Also freed allocated buffer.
7995
7996Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7997 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
7998 reentrancy problem at printing. One is left in entities.c, to
7999 remove ASAP
8000 * testSAX.c : added a test example showing the use of the SAX
8001 interface if one doesn't want to build the DOM tree.
8002 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8003
8004Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8005
8006 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8007 large revamping of the parser to use SAX callbacks
8008 http://www.megginson.com/SAX/ (or at least a C like interface
8009 a la Expat). It's now possible to set up your own callbacks
8010 and the parser will not build a DOM tree.
8011 * test/* result/*: updated the test suite, I finally removed
8012 the old Namespace draft support (PI based).
8013
8014Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * Makefile.am: added test result to EXTRA_DIST for make tests
8017
8018Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8019
8020 * parser.c, parserInternals.h: moved the chars macro definitions
8021 to parserInternals.h
8022 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8023 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8024
8025Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * xml-config.in : applied patch to make --version work
8028
80291999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8030
8031 * Makefile.am (check-local): Alias for `tests' target. This will
8032 cause `make check' to do the right thing.
8033 (tests): Don't run tests in srcdir. Also, replaced calls to
8034 basename with a `sed' "equivalent".
8035
8036Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8037
8038 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8039 it in the header and not the sources, updated the doc.
8040 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8041 pointing this out.
8042
8043Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8046 exported the inputStream routines.
8047 * doc/html/* : updated accordingly
8048
8049Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8050
8051 * parser.c, parser.h, parserInternals.h: added a few extra
8052 internal calls to allocate and free parser contexts ...
8053 * doc/html/* : updated accordingly
8054
8055Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8056
8057 * configure.in, Makefile.am, doc/makefile.am : General changes for
8058 1.0.0 release and including the generated HTML documentation.
8059
8060Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8061
8062 * makefile.am : added parserInternals.h, oops.
8063
8064Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * parserInternals.h: added this header giving access to the parser
8067 internal functions.
8068 * doc/Makefile.am : added a rebuild target which rebuilds the full
8069 set of documentations
8070 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8071 the internal subset.
8072 * *.c *.h: modifications needed to generate the documentation using
8073 gtk-doc, cleanup of functions blocks, reorganisation of struct
8074 declarations.
8075
8076Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8077
8078 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8079 the tar and spec file to include the beginning of the doc.
8080
80811999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8082
8083 * doc/.cvsignore: Added this file.
8084
8085Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8086
8087 * tree.c: fixed xmlGetProp to return "" when the attribute
8088 exists, even if the node-list is NULL.
8089
8090Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * tree.c: patched an error outputting empty attribute values.
8093 * Makefile.am and doc/makefile.am: have been updated during the
8094 week-end. Sorry for an empty CVS log, I got a shell problem.
8095
8096Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8097
8098 * tree.h: cleaned up using enums instead of defines
8099 * parser.c, valid.[ch]: more work on parsing/output of element
8100 declarations
8101
8102Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8103
8104 * valid.[ch], tree.c, parser.c : more work toward full parsing
8105 of XML DTDs.
8106 * README: added informations about mailing-list and on-line
8107 documentation
8108
81091999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8110
8111 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8112
8113Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8114
8115 * parser.c, tree.[ch] : more work toward conformance testing,
8116 added a last element to accelerate parsing of very flat structures
8117 started working on internal subset Element content declaration.
8118 * valid.[ch] : first cut at adding code toward validation.
8119 * previous changes had also small impact on most files, especially
8120 the conformance testing using James Clark test suite.
8121
8122Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8123
8124 * test/* : updated the examples, most of them were not well
8125 formed (humm), and added rdf2.
8126 * result/* : resulting changes in the output.
8127
8128Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8129
8130 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8131
8132Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8133
8134 * tree.c: patched a bug in the generation of empty attributes
8135
8136Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8137
8138 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8139 for node/trees/documents/... Biggest problem is namespace
8140 support when copying subtrees.
8141
8142Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8143
8144 * parser.c, entities.c: improve entities and char ref encoding,
8145 and cleanups of error messages.
8146
8147Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8148
8149 * parser.c, entities.c: simple bug hunting done during rpm2html and
8150 rpmfind integration.
8151
8152Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8153
8154 * parser.[ch]: Added interfaces allowing to specify a SAX
8155 handler before parsing.
8156
8157Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8158
8159 * parser.c: redirrect all errors reporting through the SAX
8160 error function
8161
8162Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8163
8164 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8165 * libtool, tlmain ...: update of the libtool files
8166
81671998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8168
8169 * entities.c: Use g_snprintf insteda of snprintf.
8170
8171Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8172
8173 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8174 added ent5 test for this purpose.
8175 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8176
8177Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8178
8179 * parser.c: fixed? a strange error due to compression on a GWP
8180 document.
8181
8182Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8183
8184 * tree.[ch]: bug fixing
8185 * entities.[ch]: defined a specific type for predefined entities
8186 * doc/xml.html: more documentation on the library, how to use it,
8187 overview of the interfaces.
8188
8189Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8192
8193Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8194
8195 * tree.c: corrected a small bug
8196 * doc/xml.html: continuing writing documentation.
8197
8198Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8199
8200 * debugXML.h debugXML.c: added debugging utilities.
8201 * tester.c: added --debug switch.
8202 * tree.c: patched an incorrect node->type assignment.
8203 * parser.c: formatting, ensure that node->doc != NULL in attributes
8204
8205Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8206
8207 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8208 entity support and provide an internal representation close to
8209 DOM one (entity ref nodes, and attribute value as tree). I tried
8210 to preserve the interface but this will surely break some apps
8211 (I have to change rpm2html/rpmfind for example). I had to change
8212 two interfaces, and the generated tree is somewhat different.
8213 * doc/* : started documenting the XML library, the tree and
8214 DOM/Corba. This is a first step.
8215
8216Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8217
8218 * parser.c: Set up the fonctions comment block, boring but useful.
8219 * parser.h, SAX.c, parser.c: now attributes are processed through
8220 the SAX interface. The problem is that my SAX interface diverged
8221 quite a bit from the original one, well this is not an official
8222 spec, and translating it from Java to C is hairy anyway...
8223
8224Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8225
8226 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8227 fonctions comment block, boring but useful.
8228
8229Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8230
8231 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8232 conversion routines. However they are not yet used to convert the
8233 inputs. The core will run with UTF-8.
8234
8235Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8236
8237 * tree.c : make sure that the type id is properly set-up when
8238 a new object is allocated, needed for DOM.
8239
8240Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8241
8242 * tree.h, tree.c: Ok, the main objects in the tree will be native
8243 corba objects, it costs 8 bytes per Node, Attribute and Document
8244 but it simplifies the Corba integration a lot (no extra interface
8245 objects to allocate/free).
8246
8247Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8248
8249 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8250 and changed NODEs contants for conformity with DOM Level 1
8251
8252Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * added hooks to keep track of servants when creating objects
8255 xmlDoc and xmlNode (for Corba export).
8256
8257Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8258
8259 * added xml-config script.
8260
8261Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8262
8263 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8264 to autoupdate libtool and automake conf files.
8265
82661998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8267
8268 * Makefile.am: Use '?' to separate the sed
8269 commands as ',' is used when people pass -Wl,something.
8270
8271
8272Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8273
8274 * tree.c, tree.h: added a per-document compression interface.
8275
8276Tue Sep 22 20:47:38 EDT 1998
8277
8278 * tree.c, tree.h: added saving with compression and added interfaces
8279 to control the compression level (xmlGetCompressMode,
8280 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8281
8282Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8283
8284 * parser.c: corrected a loop for files of size 0
8285
82861998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8287
8288 * error.h: New file. Contains prototyes from `error.c'.
8289
8290Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8291
8292 * Makefile.am (xmlincdir): New macro.
8293 (xmlinc_HEADERS): Renamed from include_HEADERS.
8294
8295Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * applied small patch on numeric entities from
8298 Christopher Blizzard <blizzard@appliedtheory.com>
8299
8300Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8301
8302 * New release 0.2, removed the old xml_* files so that it's
8303 coherent with the other CVS base (W3C), far better conformance
8304 to standard, new namespaces, decent entities support, beginning
8305 of a SAX-like interface. Nearly nothing left intact, even the
8306 test examples ...
8307
83081998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8309
8310 * .cvsignore: Add .deps dir
8311
8312Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8315
8316Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8317
8318 * configure.in: added test for CPP
8319 * AUTHORS, Changelog: the original ones didn't get commited but the
8320 glib ones instead, fixed.
8321 * Makefile.am: corrected an error in library naming
8322
8323Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8324
8325 * integrated code developped at W3C
8326 * changed the original Copyright
8327 * migrated to automake
8328 * prefixed the filenames by xml_ to avoid filename clashes
8329
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008330Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8331
8332 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8333 should not be called.
8334
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008335Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8336
8337 * libxml-2.0.pc.in: applied the patch to fix #101894
8338
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008339Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8340
8341 * tree.c : applied patch from Lukas Schroeder for register callbacks
8342 * valid.c: modified patch from Lukas Schroeder to test
8343 register callbacks with --chkregister
8344
Daniel Veillard067bae52003-01-05 01:27:54 +00008345Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8346
8347 * xmlreader.c: seriously changed the way data are pushed to
8348 the underlying parser, go by block of 512 bytes instead of
8349 tryng to detect tag boundaries at that level. Changed the
8350 way empty element are detected and tagged.
8351 * python/tests/reader.py python/tests/reader2.py
8352 python/tests/reader3.py: small changes mostly due to context
8353 reporting being different and DTD node being reported. Some
8354 errors previously undetected are now caught and fixed.
8355 * doc/xmlreader.html: flagged last section as TODO
8356
Daniel Veillard51a447a2003-01-04 19:42:46 +00008357Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8358
8359 * python/libxml.py: integrated the Python 2.2 optimizations
8360 from Hannu Krosing, while maintaining compatibility with
8361 1.5 and 2.1
8362
Daniel Veillarde59494f2003-01-04 16:35:29 +00008363Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8364
8365 * xmllint.c: a bit of cleanup
8366 * xmlreader.c: small fix
8367 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8368 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8369
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008370Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8371
8372 * python/setup.py.in: patch from Stéphane Bidoul to include
8373 drv_libxml2.py in setup.py
8374
Daniel Veillard66b82892003-01-04 00:44:13 +00008375Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8376
8377 * doc/xmlreader.html: starting documenting the new XmlTextReader
8378 interface.
8379
Daniel Veillard7704fb12003-01-03 16:19:51 +00008380Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8381
8382 * xmllint.c: added the --stream flag to use the TextReader API
8383 * xmlreader.c: small performance tweak
8384
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008385Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8386
8387 * xmlreader.c python/tests/reader2py: okay the DTD validation
8388 code on top of the XMLTextParser API should be solid now.
8389
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008390Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8391
8392 * xmlreader.c python/tests/reader2py: Fixing some more mess
8393 with validation and recursive entities while using the
8394 reader interface, it's getting a bit messy...
8395
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008396Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8397
8398 * xmlreader.c python/tests/reader.py: another couple of problem
8399 related to IsEmptyElement reported by Stéphane Bidoul needed
8400 some fixes.
8401
Daniel Veillard4f860202003-01-02 13:00:02 +00008402Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8403
8404 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8405 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8406 based on the python XmlTextReader interface.
8407
Daniel Veillard3c265e42003-01-01 21:06:49 +00008408Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8409
8410 * tree.c: backing out one change in the last patch which broke the
8411 regression tests
8412
Daniel Veillard5335dc52003-01-01 20:59:38 +00008413Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * global.data globals.c tree.c include/libxml/globals.h: applied
8416 an old patch from Lukas Schroeder to track node creation and
8417 destruction. Probably missing a lot of references at the moment
8418 and not usable reliably.
8419
Daniel Veillard8ba17412003-01-01 19:13:12 +00008420Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8421
8422 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8423 from doc/news.html and a stylesheet
8424
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008425Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8426
8427 * xmlreader.c python/tests/reader.py: fixed another couple of
8428 xmlreader bugs reported by Stéphane Bidoul and added tests.
8429
Daniel Veillard9e395c22003-01-01 14:50:44 +00008430Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8431
8432 * xmlreader.c python/tests/reader2.py: fixed another validity
8433 checking in external parsed entities raised by Stéphane Bidoul
8434 and added a specific regression test.
8435 * python/tests/reader3.py: cleanup
8436
Daniel Veillardd5896142002-12-31 14:45:26 +00008437Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8438
8439 * xmlreader.c python/tests/reader2.py: fixed a problem with
8440 validation within entities pointed by Stéphane Bidoul, augmented
8441 the tests to catch those.
8442
Daniel Veillarddc85f282002-12-31 11:18:37 +00008443Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8444
8445 * python/generator.py: modified the generator to allow keeping
8446 class references when creating new classes, needed to fix a bug
8447 pointed by Stéphane Bidoul where the input buffer of the
8448 xmlTextReader instance gets destroyed if the python wrapper for
8449 the input is not referenced anymore.
8450
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008451Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8452
8453 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8454 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8455
Daniel Veillard571b8892002-12-30 12:37:59 +00008456Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8457
8458 * xmlreader.c python/tests/reader.py: fixed another problem
8459 pointed by Stéphane Bidoul
8460
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008461Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8462
8463 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8464 with "<a/>"
8465
Daniel Veillardecaba492002-12-30 10:55:29 +00008466Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8467
8468 * SAX.c: warn on xmlns:prefix="foo"
8469 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8470 for namespace attributes handling.
8471
Daniel Veillard2d84a892002-12-30 00:01:08 +00008472Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8473
8474 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8475 a really nasty problem raised by a DocBook XSLT transform
8476 provided by Sebastian Bergmann
8477
Daniel Veillard29b3e282002-12-29 11:14:41 +00008478Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8479
8480 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8481 by Stéphane Bidoul and integrated it into the tests
8482
Daniel Veillarde18fc182002-12-28 22:56:33 +00008483Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8484
8485 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8486 extended the XmlTextReader API a bit, addding accessors for
8487 the current doc and node, and an entity substitution mode for
8488 the parser.
8489 * python/libxml.py python/libxml2class.txt: related updates
8490 * python/tests/Makefile.am python/tests/reader.py
8491 python/tests/reader2.py python/tests/reader3.py: updated a bit
8492 the old tests and added a new one to test the entities handling
8493
Daniel Veillardaba976d2002-12-28 21:14:18 +00008494Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8495
8496 * python/generator.py python/libxml2class.txt
8497 python/tests/reader.py python/tests/reader2.py: changed the
8498 generator to provide casing for the XmlTextReader similar to
8499 C# so that examples and documentation are more directly transposable.
8500 Fixed the couple of tests in the suite.
8501
Daniel Veillard83298842002-12-28 15:12:33 +00008502Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8503
8504 * doc/guidelines.html: added a document on guildeline for
8505 publishing and deploying XML
8506
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008507Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8508
8509 * valid.c xmlreader.c: final touch running DTD validation
8510 on the XmlTextReader
8511 * python/tests/Makefile.am python/tests/reader2.py: added a
8512 specific run based on the examples from test/valid/*.xml
8513
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008514Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8515
8516 * python/libxml.py: added a few predefined xmlTextReader parser
8517 configuration values.
8518
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008519Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8520
8521 * python/libxml_wrap.h: trying to fix #102037
8522
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008523Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8524
8525 * SAX.c: fixing bug #95296, when the predefined entities
8526 are redefined in the DTD the default one must be used
8527 instead anyway.
8528
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008529Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8530
8531 * doc/xmllint.xml
8532 * doc/xmllint.1
8533 Add discussion of XML_DEBUG_CATALOG to xmllint man
8534 page - bug #100907
8535
8536
Daniel Veillarddf512f42002-12-23 15:56:21 +00008537Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8538
8539 * xmlreader.c: Fixed the empty node detection to avoid reporting
8540 an inexistant close tag.
8541
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008542Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8543
8544 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8545 for Python 2.1
8546
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008547Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8548
8549 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8550
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008551Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8552
8553 * doc/libxml2-api.xml python/tests/reader.py: one really need
8554 to provide the base URI information when creating a reader parser
8555 from an input stream. Updated the API and the example using it.
8556
Daniel Veillardea7751d2002-12-20 00:16:24 +00008557Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8558
8559 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8560 include/libxml/valid.h include/libxml/xmlreader.h: working on
8561 DTD validation on top of xml reader interfaces. Allows to
8562 validate arbitrary large instances. This required some extensions
8563 to the valid module interface and augmenting the size of xmlID
8564 and xmlRef structs a bit.
8565 * uri.c xmlregexp.c: simple cleanup.
8566
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008567Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8568
8569 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8570 work on the xml reader interfaces.
8571 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8572 Web page for the Windows binaries.
8573
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008574Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8575
8576 * xmlIO.c: applied a patch for VMS following the report by
8577 Nigel Hall
8578
Daniel Veillard3772de32002-12-17 10:31:45 +00008579Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8580
8581 * parser.c: the parseStartTag bug fix wasn't complete.
8582
Daniel Veillard67df8092002-12-16 22:04:11 +00008583Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8584
8585 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8586 parseStartTag, fixing it.
8587 * test/att4 result/att4 result/noent/att4: adding the test
8588 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8589 more methods to XmlTextReader.
8590
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008591Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8592
8593 * win32/libxml2.def.src: added more xml reader exports
8594 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8595 to the build
8596
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008597Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8598
8599 * doc/tutorial/xmltutorial.xml
8600 plus generated html and pdf
8601 Updating tutorial again based on further comments from Niraj
8602 Tolia on the last iteration
8603
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008604Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8605
8606 * doc/tutorial/xmltutorial.xml
8607 * doc/tutorial/includekeyword.c
8608 * doc/tutorial/includegetattribute.c
8609 plus generated html and pdf
8610 Adding fix from Niraj Tolia to tutorial to properly free memory.
8611
8612
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008613Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8614
8615 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8616 more methods of XmlTextReader.
8617 * python/libxml2class.txt python/tests/reader.py: this increased the
8618 methods in the bndings, augmented the test to check those new
8619 functions.
8620
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008621Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8622
8623 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8624 methods of XmlTextReader.
8625 * python/generator.py python/libxml_wrap.h python/types.c
8626 python/libxml2class.txt: added the reader to the Python bindings
8627 * python/tests/Makefile.am python/tests/reader.py: added a specific
8628 test for the Python bindings of the Reader APIs
8629 * parser.c: small cleanup.
8630
Daniel Veillard06503452002-12-13 10:42:08 +00008631Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8632
8633 * xinclude.c: fallback was only copying the first child not the
8634 full child list of the fallback element, closes #89684 as reopened
8635 by Bernd Kuemmerlen
8636
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008637Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8638
8639 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8640
Daniel Veillard000eafb2002-12-12 10:04:22 +00008641Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8642
Daniel Veillardc1eed322002-12-12 11:01:32 +00008643 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008644 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008645 gives enum values, fix functype return type, put back fields in
8646 structs
8647 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008648
Daniel Veillard024b5702002-12-12 00:15:55 +00008649Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8650
8651 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8652 about htmlNodeDumpOutput location.
8653 * xpath.c: removed an undefined function signature
8654 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8655 too many symbols in the API breaking the python bindings.
8656 Updated with the libxslt/libexslt changes.
8657
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008658Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8659
8660 * configure.in: preparing release of 2.4.29
8661 * doc/*: rebuilt the docs and API
8662 * xmlreader.c: a few more fixes for the XmlTextReader API
8663
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008664Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8665
8666 * include/win32config.h: applied mingw patch from Magnus Henoch
8667
Daniel Veillard5aad8322002-12-11 15:59:44 +00008668Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8669
8670 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8671
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008672Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8673
8674 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8675 building Python script, does the C parsing directly, generates
8676 a better API description including structure fieds defs and
8677 enums. Still a couple of bugs, but good enough for the python
8678 wrappers now.
8679 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8680 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8681 include/libxml/schemasInternals.h include/libxml/tree.h: more
8682 cleanup based on the python analysis script reports.
8683 * libxml.spec.in: make sure the API XML description is part of the
8684 devel package.
8685
Daniel Veillard01c13b52002-12-10 15:19:08 +00008686Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8687
8688 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8689 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8690 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8691 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8692 code cleanup, especially the function comments.
8693 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8694
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008695Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8696
8697 * Makefile.am xmlreader.c include/libxml/Makefile.am
8698 include/libxml/xmlreader.h: Adding a new set of APIs based on
8699 the C# TextXmlReader API but converted to C. Allow to parse
8700 in constant memory usage, far simpler to program and explain
8701 than the SAX like APIs, unfinished but working.
8702 * testReader.c: test program
8703
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008704Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8705
8706 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8707
Daniel Veillard64b35282002-12-04 15:10:40 +00008708Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8709
8710 * tree.c: Chip turner indicated that XHTML1 serialization
8711 rule for style actually break on both IE and Mozilla,
8712 try to avoid the rule if escaping ain't necessary
8713
Daniel Veillard8efff672002-12-04 11:44:48 +00008714Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8715
8716 * nanhttp.c: handle HTTP URL escaping, problem reported by
8717 Glen Nakamura and Stefano Zacchiroli
8718
Daniel Veillard1c732d22002-11-30 11:22:59 +00008719Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8720
8721 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8722
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008723Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8724
8725 * uri.c: Johann Richard pointed out some XPointer problems for
8726 URN based URI references in XInclude. Modified the URI parsing
8727 and saving routines to allow correct parsing and saving of
8728 XPointers, especially when attached to "opaque" scheme accordingly
8729 to RFC 2396
8730
Daniel Veillard8db67d22002-11-27 19:39:27 +00008731Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8732
8733 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8734 of refactoring to the HTML saving code.
8735 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8736 in the doc.
8737
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008738Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8739
8740 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8741 to a buffer API to reuse the generic dump to an OutputIO layer,
8742 this reduces code, fixes xmlNodeDump() for XHTML, also made
8743 xmlNodeDump() now return the number of byte written.
8744
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008745Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8746
8747 * python/setup.py.in: another patch from Stéphane Bidoul for
8748 Python bindings on Windows
8749 * doc/parsedecl.py: small cleanup
8750
Daniel Veillard9715c172002-11-25 16:33:40 +00008751Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8752
8753 * libxml.spec.in configure.in: add a line in %changelog for releases
8754
Daniel Veillard9bc53102002-11-25 13:20:04 +00008755Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8756
8757 * parser.c: patch from Marcus Clarke fixing a problem in entities
8758 parsing that was detected in KDe documentations environment.
8759
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008760Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8761
8762 * python/libxml.c (libxml_prev): Return the previous as opposed to
8763 the next node (I guess this is the result of some cut & paste programming:)
8764
Daniel Veillard80d7b902002-11-23 16:23:08 +00008765Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8766
8767 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8768
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008769Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8770
8771 * python/generator.py python/libxml.c python/setup.py.in: trying
8772 to fix the Python bindings build on Windows (Stéphane Bidoul)
8773
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008774Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8775
8776 * win32/configure.js: added option for python bindings
8777 * win32/libxml2.def.src: added more exports
8778
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008779Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8780
8781 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8782 pthreads
8783 * win32/wince/*: applied updates to Windows CE port from Javier
8784
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008785Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8786
8787 * configure.in: preparing 2.4.28
8788 * libxml.spec.in doc/Makefile.am: some cleanup
8789 * doc/*: updated the news and regenerated.
8790
Daniel Veillardfee408f2002-11-22 13:18:30 +00008791Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8792
8793 * HTMLparser.c: final touch at closing #87235 </p> end tags
8794 need to be generated.
8795 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8796 this change slightly the output of a few tests
8797 * doc/*: regenerated
8798
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008799Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8800
8801 * parserInternals.c: fixing bug #99190 when UTF8 document are
8802 parsed using the progressive parser and the end of the chunk
8803 is in the middle of an UTF8 multibyte character.
8804
William M. Brack8b2c7f12002-11-22 05:07:29 +00008805Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8806
8807 * threads.c: fixed initialization problem in xmlNewGlobalState
8808 which was causing crash.
8809 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8810 in xmlInitializeGlobalState.
8811 * parserInternals.c: cleaned up ctxt->sax initialisation.
8812
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008813Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8814
8815 * tree.c include/libxml/tree.h: modified the existing APIs
8816 to handle XHTML1 serialization rules automatically, also add
8817 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8818 libxslt serialization uses it when needed without changing
8819 the library API.
8820 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8821 result/xhtml1: added a new test specifically for xhtml1 output
8822 and updated the result of one XHTML1 test
8823
Daniel Veillardd076a202002-11-20 13:28:31 +00008824Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8825
8826 * xinclude.c parserInternals.c encoding.c: fixed #99082
8827 for xi:include encoding="..." support on text includes.
8828 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8829 test/XInclude/ents/isolatin.txt : added a specific regression test
8830 * python/generator.py python/libxml2class.txt: fixed the generator
8831 the new set of comments generated for doc/libxml2-api.xml were
8832 breaking the python generation.
8833
Daniel Veillard817e70b2002-11-19 22:28:48 +00008834Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8835
8836 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8837 * configure.in: patch for Solaris on new autoconf closes #98880
8838 * doc/parsedecl.py: repair the frigging API building script,
8839 did I say that python xmllib sucks ?
8840 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8841 and some comment are no more truncated.
8842
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008843Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8844
8845 * parser.c: Martin Stoilov pointed out a potential leak in
8846 xmlCreateMemoryParserCtxt
8847
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008848Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8849
8850 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8851 included in HTML documents and using the push parser.
8852
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008853Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8854
8855 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8856 specified, look for the Python interpreter not just in the
8857 specified root but also in the specified location. Fixes #98825
8858
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008859Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8860
8861 * python/libxml.c: fixing bug #98792 , node may have no doc
8862 and dereferencing without checking ain't good ...
8863
Daniel Veillarddad3f682002-11-17 16:47:27 +00008864Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8865
8866 * configure.in: preparing release 2.4.27
8867 * doc/* : updated and rebuilt the docs
8868 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8869 and all the docs are actually packaged and in the final RPMs
8870 * parser.c parserInternals.c include/libxml/parser.h: restore
8871 xmllint --recover feature.
8872
Daniel Veillard68e9e742002-11-16 15:35:11 +00008873Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8874
Daniel Veillard784b9352003-02-16 15:50:27 +00008875 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008876 processing of parsed entities, and XPath computation on sustitued
8877 entities.
8878 * testXPath.c: make sure entities are substitued.
8879
Daniel Veillard328f48c2002-11-15 15:24:34 +00008880Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8881
Daniel Veillard784b9352003-02-16 15:50:27 +00008882 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008883 processing of internal parsed entities, which had to be changed.
8884
Daniel Veillard66651aa2002-11-15 11:21:43 +00008885Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8886
8887 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8888 trying to fix bug #98517 about building outside the source tree
8889 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8890
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008891Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8892
8893 * include/win32config.h: cleanup
8894 * win32/Makefile.mingw: integrated mingw in JScript configure
8895 * win32/Makefile.msvc: modified to allow mingw coexistence
8896 * win32/configure.js: integrated mingw
8897 * win32/Readme.txt: cleanup
8898
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008899Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8900
8901 * HTMLparser.c: strengthen the guard in the Pop macros,
8902 like in the XML parser, closes bug #97315
8903
Daniel Veillard0821b152002-11-12 20:57:47 +00008904Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8905
8906 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8907 callback is never used.
8908
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008909Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8910
8911 * parserInternals.c: fixed the initialization of the SAX structure
8912 which was breaking xsltproc
8913 * xpath.c: patch from Petr Pajas for CDATA nodes
8914 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8915 * parser.c include/libxml/parser.h: patch from Peter Jones
8916 removing a leak in xmlSAXParseMemory() and adding the
8917 function xmlSAXParseMemoryWithData()
8918
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008919Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8920
8921 adding pdf of tutorial, changing web page to link to it
8922 * doc/tutorial/xmltutorial.pdf
8923 * doc/xml.html
8924 * doc/docs.html
8925
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008926Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8927
8928 * doc/tutorial/ar01s08.html
8929 adding file what I forgot for tutorial
8930
8931
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008932Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8933
8934 Adding encoding discussion to tutorial
8935 Added:
8936 * doc/tutorial/images/*.png: DocBook admonition image files
8937 * doc/tutorial/apf.html, apg.html: new generated html
8938 * doc/tutorial/includeconvert.c: conversion code entity file
8939 changed:
8940 * doc/tutorial/xmltutorial.xml: DocBook original
8941 * doc/tutorial/*.html: generated html
8942
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008943Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8944
8945 * include/libxml/*.h: retired xmlwin32version.h
8946 * doc/Makefile.am: retired xmlwin32version.h
8947 * win32/configure.js: retired xmlwin32version.h
8948
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008949Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8950
8951 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008952 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8953 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008954
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008955Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8956
8957 * globals.c: fixed a typo pointed out by Igor
8958 * xpath.c: try to speed up node compare using line numbers
8959 if available.
8960
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008961Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8962
8963 * tree.c: make xmlFreeNode() handle attributes correctly.
8964
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00008965Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8966
8967 * catalog.c: completed the #96963 fix, as reported by Karl
8968 Eichwalder
8969
Daniel Veillard56f21f22002-11-06 15:49:46 +00008970Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8971
8972 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
8973
Daniel Veillard91ad8792002-11-04 17:06:52 +00008974Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8975
8976 * Makefile.am: switched the order of a couple of includes
8977 to fix bugs #97100
8978
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00008979Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8980
8981 * catalog.c: fixed bug #96963, reverted to the old behaviour of
8982 xmlLoadCatalogs that used to separate directories with a ':'.
8983
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00008984Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8985
8986 * threads.c: improvements to the Windows-side of thread handling
8987 * testThreads.c: conditionally excluded unistd.h
8988 * testThradsWin32.c: broke overlong lines
8989 * include/win32config.h: adapted thread-related macros to the new
8990 scheme and for pthreads on Windows
8991 * win32/Makefile.msvc: introduced a more flexible thread build,
8992 added testThreads[Win32].c to the build
8993 * win32/configure.js: introduced a more flexible thread config
8994
John Fleck61f6fb62002-10-31 15:23:29 +000089952002-10-31 John Fleck <jfleck@inkstain.net>
8996
8997 * doc/xml.html (and, by implication, FAQ.html)
8998 added UTF-8 conversaion FAQ from Marcus Labib Iskander
8999
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009000Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9001
9002 * configure.in: removed xmlwin32version.h
9003 * include/libxml/Makefile.am: removed xmlwin32version.h
9004
Daniel Veillardce66ce12002-10-28 19:01:59 +00009005Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9006
9007 * tree.c: applied patch from Brian Stafford to fix a bug
9008 in xmlReconciliateNs()
9009
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009010Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9011
9012 * tree.c: applied patch from Christian Glahn to allow
9013 xmlNewChild() on document fragment nodes
9014
Daniel Veillardb39bc392002-10-26 19:29:51 +00009015Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9016
9017 * parser.c: Christian Glahn found a problem with a recent
9018 patch to xmlParseBalancedChunkMemoryRecover()
9019 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9020 problems
9021 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9022 test/schemas/seq*: added the test cases from Charles
9023
Daniel Veillard366a9152002-10-23 20:43:53 +00009024Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9025
9026 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9027 serious cleanup of the spec file and associated changes
9028 in the Makefiles.
9029 * valid.c: try to remove some warnings on x86_64
9030
Daniel Veillardd033d022002-10-23 14:55:02 +00009031Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9032
9033 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9034 fix bug #96586
9035
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009036Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9037
9038 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9039 parsing, applied his patch
9040 * result/HTML/attrents.html result/HTML/attrents.html.err
9041 result/HTML/attrents.html.sax test/HTML/attrents.html:
9042 added the test and result case provided by Mikhail Sogrine
9043
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009044Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9045
9046 * vms/build_libxml.com vms/config.vms vms/readme.vms
9047 include/libxml/parser.h include/libxml/parserInternals.h
9048 include/libxml/tree.h include/libxml/xmlIO.h
9049 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9050 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9051 Applied the VMS update patch from Craig A. Berry
9052 * doc/*.html: update
9053
Daniel Veillardf000f072002-10-22 14:28:17 +00009054Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9055
9056 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9057
Daniel Veillard1e208222002-10-22 14:25:25 +00009058Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9059
9060 * debugXML.c: adding a grep command to --shell in xmllint
9061 for T.V. Raman
9062
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009063Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9064
9065 * xmlcatalog.c: tried to fix some of the problem with --sgml
9066
Daniel Veillard935494a2002-10-22 14:22:46 +00009067Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9068
9069 * parser.c: tried to fix bug #91500 where doc->children may
9070 be overriden by a call to xmlParseBalancedChunkMemory()
9071
9072Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9073
9074 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9075 identifiers in SGML catalogs containing '&'
9076
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009077Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9078
9079 * python/types.c: fixed bugs when passing result value tree
9080 to Python functions.
9081
Daniel Veillard48267432002-10-18 11:21:38 +00009082Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9083
9084 * configure.in: preparing the release of 2.4.26
9085 * doc/*: updated and rebuilt the documentation
9086
Daniel Veillardbb284f42002-10-16 18:02:47 +00009087Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9088
9089 * parser.c: fixed a XML Namespace compliance bug reported by
9090 Alexander Grimalovsky
9091
Daniel Veillard44892f72002-10-16 15:23:26 +00009092Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9093
9094 * HTMLtree.c: fixed serialization of script and style when
9095 they are not lowercase (i.e. added using the API to the tree).
9096
Daniel Veillard2fd85422002-10-16 14:32:41 +00009097Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9098
9099 * valid.c: make xmlValidateDocument emit a warning msg if there
9100 is no DTD, pointed by Christian Glahn
9101
Daniel Veillard32370232002-10-16 14:08:14 +00009102Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9103
9104 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9105 content model when some of the blocks have min or max, and a couple
9106 of bugs found in the process.
9107 * result/schemas/list0* test/schemas/list0*: added some specific
9108 regression tests
9109
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009110Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * README: updated the contact informations
9113
Daniel Veillard63186732002-10-15 08:43:17 +00009114Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9115
9116 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9117 misses it, reported by Peter Bray.
9118
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009119Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9120
9121 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9122 and removed a few warnings
9123
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009124Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9125
9126 * parser.c: Christian Glahn found a small bug in the push parser.
9127 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9128 public
9129
Daniel Veillard6045c902002-10-09 21:13:59 +00009130Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9131
9132 * xmlschemas.c include/libxml/xmlschemas.h: added
9133 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9134 * testSchemas.c: added --memory to test the new interface
9135
Daniel Veillardf0070122002-10-09 14:24:17 +00009136Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9137
9138 * doc/index.py doc/search.php: integrated the XSLT indexing,
9139 a few fixed in the indexer, added a scope selection at the
9140 search level.
9141
Daniel Veillard01992e02002-10-09 10:20:30 +00009142Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9143
9144 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9145 this was due to uninitialized parts of the validation context
9146
Daniel Veillard321be0c2002-10-08 21:26:42 +00009147Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9148
9149 * debugXML.c: applied patch from Mark Vakoc except the API
9150 change, preserved it.
9151 * doc/*: updated the docs to point to the search engine for
9152 information lookup or before bug/help reports.
9153
Daniel Veillard01e87d22002-10-08 16:55:06 +00009154Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9155
9156 * doc/index.py doc/search.php: added mailing-list archives
9157 indexing and lookup
9158
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009159Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9160
9161 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9162
Daniel Veillard9b006132002-10-07 11:13:27 +00009163Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9164
9165 * doc/index.py: improved HTML indexing
9166 * doc/search.php: make the queries also lookup the HTML based indexes
9167
Daniel Veillard141d04b2002-10-06 21:51:18 +00009168Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9169
9170 * doc/index.py: added HTML page indexing
9171
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009172Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9173
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009174 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009175 problem in libxslt.
9176 * catalog.c: fixed list handling in XML_CATALOG_FILES
9177
Daniel Veillardceb09b92002-10-04 11:46:37 +00009178Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9179
9180 * valid.c: typo/bug found by Christian Glahn
9181
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009182Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9183
9184 * xmlIO.c: applied Windows CE patch from Javier.
9185 * win32/wince: new directory, contains support for the PocketPC
9186 with Windows CE from Javier.
9187 * include/win32config.h: reorganised, removed duplicate
9188 definitions and applied WinCE patch from Javier.
9189 * include/wsockcompat.h: new file, now contains WinSock
9190 compatibility macros.
9191 * win32/Makefile.msvc: introduced double-run compilation.
9192
Daniel Veillarde16b5742002-09-26 17:50:03 +00009193Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9194
9195 * configure.in include/libxml/xmlwin32version.h: preparing release
9196 of 2.4.25
9197 * doc/*: updated and regenerated teh docs and web pages.
9198
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009199Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9200
9201 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9202 error were not covering namespace declarations.
9203 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9204 it was missing the attribute declaration for the namespace
9205 * result/VC/NS3: the fix now report breakages in that test
9206
Daniel Veillardabe01742002-09-26 12:40:03 +00009207Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9208
9209 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9210
Daniel Veillard2ace1952002-09-26 12:28:02 +00009211Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9212
9213 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9214 and regenerated the docs and web site
9215
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009216Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9217
9218 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9219 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9220 not before
9221
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009222Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9223
9224 * python/generator.py python/libxml2class.txt: fixed a stupid error
9225 breaking the python API
9226
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009227Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9230 triostr.c triostr.h: applied a trio update patch from
9231 Bjorn Reese which should work with MinGW
9232
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009233Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9234
9235 * tree.c: improving some documentation comments
9236 * xmlregexp.c: found and fixed a mem leak with python regression tests
9237 * doc/*: rebuilt the doc and the API XML file including the
9238 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9239 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9240 python/types.c: added access to the XML Schemas regexps from
9241 python
9242 * python/tests/Makefile.am python/tests/regexp.py: added a
9243 simple regexp bindings test
9244
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009245Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9246
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009247 * doc/xml.html:
9248 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009249
Daniel Veillard118aed72002-09-24 14:13:13 +00009250Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9251
9252 * xmlregexp.c: fixed the data callback on transition functionality
9253 which was broken when using the compact form
9254 * result/schemas/*: updated the results, less verbose, all tests
9255 pass like before
9256 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9257 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9258 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9259 annoying warnings
9260 * xpath.c: try to provide better error report when possible
9261
Daniel Veillard72336152002-09-21 13:08:14 +00009262Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9263
9264 * Makefile.am: fixed a breakage raised by Jacob
9265
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009266Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9267
9268 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9269 which don't use sockets
9270
Igor Zlatkovic01280582002-09-20 16:40:34 +00009271Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9272
9273 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9274 * win32/configure.js: applied zlib patch from Daniel Gehriger
9275
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009276Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9277
9278 * win32/configure.js: applied the patch from Mark Vakoc for
9279 regexp support
9280 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9281 for regexp support
9282
Daniel Veillardb5c05732002-09-20 13:36:25 +00009283Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9284
9285 * xmlschemastypes.c: as pointed by Igor Float and Double
9286 parsing ain't finished yet
9287
Daniel Veillard40b11342002-09-20 12:01:39 +00009288Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9289
9290 * Makefile.am configure.in: trying to fix #88412 by bypassing
9291 all the python subdir if python ain't detected
9292
Daniel Veillard23e73572002-09-19 19:56:43 +00009293Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9294
9295 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9296 made configuring with regexps/automata/unicode the default
9297 but without schemas ATM
9298 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9299 fixed the regexp based DTD validation performance and memory
9300 problem by switching to a compact form for determinist regexps
9301 and detecting the determinism property in the process. Seems
9302 as fast as the old DTD validation specific engine :-) despite
9303 the regexp built and compaction process.
9304
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009305Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * valid.c: determinism is debugged, new DTD checking code now works
9308 but xmlFAComputesDeterminism takes far too much CPU and the whole
9309 set usues too much memory to be really usable as-is
9310
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009311Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9312
9313 * tree.c: fixed another stupid bug in xmlGetNodePath()
9314 * xmllint.c: --version now report the options compiled in
9315
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009316Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9317
9318 * HTMLparser.c: small cleanup
9319 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9320 when configured with them. A bit of debugging around the determinism
9321 checks is still needed
9322
Daniel Veillard63b01c22002-09-17 19:25:28 +00009323Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9324
9325 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9326
Daniel Veillard92727042002-09-17 17:59:20 +00009327Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * xmlIO.c: small portability glitch fixed.
9330
Daniel Veillard84d70a42002-09-16 10:51:38 +00009331Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9332
9333 * xmlschemastypes.c: incomplete steps for real/double support
9334 * testAutomata.c include/libxml/xmlautomata.h
9335 include/libxml/xmlregexp.h: avoiding a compilation problem
9336 * valid.c include/libxml/valid.h: starting the work toward using
9337 the regexps for actual DTD validation
9338
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009339Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9340
9341 * hash.c: cosmetic cleanup
9342 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9343 integrating a DTD validation layer based on the regexps
9344
Daniel Veillard4402ab42002-09-12 16:02:56 +00009345Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9346
9347 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9348 the determinism was tested before eliminating the epsilon
9349 transitions :-(
9350
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009351Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9352
9353 * python/generator.py python/libxml.c python/libxml.py
9354 python/libxml2-python-api.xml python/libxml2class.txt
9355 python/libxml_wrap.h python/types.c: updated the python
9356 bindings, added code for easier File I/O, and the ability to
9357 define a resolver from Python fixing bug #91635
9358 * python/tests/Makefile.am python/tests/inbuf.py
9359 python/tests/outbuf.py python/tests/pushSAXhtml.py
9360 python/tests/resolver.py python/tests/serialize.py: updated
9361 and augmented the set of Python tests.
9362
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009363Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9364
9365 * win32/configure.js: added more readme info for the binary
9366 package.
9367
Daniel Veillard607b35c2002-09-10 12:16:19 +00009368Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9369
9370 * xmlIO.c: fixed a stupid out of bound array error
9371
9372Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9373
9374 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9375 messing around with support for Windows path, cleanups,
9376 trying to identify and fix the various code path to the
9377 filename access. Added xmlNormalizeWindowsPath()
9378
Daniel Veillard76575762002-09-05 14:21:15 +00009379Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9380
9381 * error.c valid.c: working on better error reporting of validity
9382 errors, especially providing an accurate context.
9383 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9384 error reports in those cases.
9385
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009386Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9387
9388 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9389 parser.c parserInternals.c xmlIO.c: get rid of all the
9390 perror() calls made in the library execution paths. This
9391 should fix both #92059 and #92385
9392
Daniel Veillard19aa7022002-09-05 11:14:19 +00009393Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9394
9395 * xmllint.c: memory leak reporting was broken after a change
9396 of the preprocessor symbol used to activate it.
9397
Daniel Veillardec6725e2002-09-05 11:12:45 +00009398Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9399
9400 * tree.c: try to make the copy function work for node of
9401 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9402 DOM layers though, not libxml2 itself.
9403
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009404Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9405
9406 * valid.c: try to provide file and line informations, not all
9407 messages are covered, but it's a (good) start
9408
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009409Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9410
9411 * xinclude.c: reimplemented a large part of the XInclude
9412 processor, trying to minimize resources used, James Henstridge
9413 provided a huge test case which was exhibiting severe memory
9414 consumption problems.
9415
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009416Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9417
9418 * python/Makefile.am: applied patch from Christophe Merlet to
9419 reestablish DESTDIR
9420
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009421Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9422
9423 * libxml.spec.in: fixes libary path for x86_64 AMD
9424
John Fleckbe98b332002-09-04 03:16:23 +00009425Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9426
9427 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009428 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009429 (plus resulting generated html files)
9430 fixing one spot I missed in the tutorial where I hadn't freed
9431 memory properly
9432
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009433Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9434
9435 * doc/tutorial/includeaddattribute.c
9436 * doc/tutorial/includeaddkeyword.c
9437 * doc/tutorial/includegetattribute.c
9438 * doc/tutorial/includekeyword.c
9439 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009440 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009441 update tutorial to properly free memory (thanks to Christopher
9442 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009443 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009444 added image files so the callouts are graphical, making it
9445 easier to read ( use "--param callout.graphics 1" to generate
9446 html with graphical callouts)
9447
Daniel Veillarde1662542002-08-28 11:50:59 +00009448Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9449
9450 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9451 nice logos generated by Marc Liyanage
9452 * doc/site.xsl *.html: changed the stylesheet to show the new
9453 logo and regenerated the pages
9454
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009455Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9456
9457 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9458
Daniel Veillard42766c02002-08-22 20:52:17 +00009459Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9460
9461 * xpath.c: possible mem leak patch from Jason Adams
9462
9463Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9464
9465 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9466 in the XQuery namespace
9467 * configure.in: preparing 2.4.24
9468 * doc/*.html: updated the web pages
9469
9470Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9471
9472 * python/generator.py: closing bug #85258 by generating conditional
9473 compile check to avoid linking to routines not configured in.
9474
Havoc Pennington84ec40a2002-08-22 13:59:35 +000094752002-08-22 Havoc Pennington <hp@pobox.com>
9476
9477 * autogen.sh: update error message for missing automake
9478
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009479Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9480
9481 * python/Makefile.am: typo in target name resulted in libxml2.py
9482 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9483
Daniel Veillard22669b22002-08-22 07:17:11 +00009484Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9485
9486 * win32/win32/Makefile.mingw: updated with version from
9487 Elizabeth Barham at http://soggytrousers.net/repository/
9488
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009489Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9490
9491 * win32/Makefile.msvc: added the prefix location to the include
9492 and lib search path.
9493
Havoc Pennington830e8972002-08-18 22:22:13 +000094942002-08-18 Havoc Pennington <hp@pobox.com>
9495
9496 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9497 both automake 1.6 and 1.4 installed get the right automake. Means
9498 compilation from CVS will now require the latest automake 1.4
9499 release, or manually creating symlinks called "automake-1.4" and
9500 "aclocal-1.4"
9501
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009502Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9503
9504 * configure.in python/Makefile.am: more AMD 64 induced changes from
9505 Frederic Crozat
9506
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009507Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9508
9509 * xinclude.c: oops I was missing the xml:base fixup too
9510 * result/XInclude/*.xml: this adds xml:base attributes to most
9511 results of the tests
9512
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009513Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9514
9515 * xinclude.c: quick but apparently working implementation of
9516 xi:fallback, should close bug #89684
9517 * Makefile.am test/XInclude/docs/fallback.xml
9518 result/XInclude/fallback.xml: added a basic test for fallback,
9519 and run with --nowarning to avoid a spurious warning
9520 * configure.in: applied patch from Frederic Crozat for python
9521 bindings on AMD 64bits machines.
9522
Daniel Veillard9e923512002-08-14 08:48:52 +00009523Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9524
9525 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9526 the caller don't pass a SAX callback block.
9527
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009528Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * tree.c: applied the same fix for the XML-1.0 namespace to
9531 xmlSearchNsByHref() as was done for xmlSearchNs()
9532
Daniel Veillardad11b302002-08-12 14:53:41 +00009533Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9534
9535 * libxml.3: small cleanup of the man page
9536 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9537 when serializing HREF attributes generated by XSLT.
9538
Daniel Veillardc084e472002-08-12 13:27:28 +00009539Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9540
9541 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9542 version of Marc Liyanage' patch for boolean attributes in HTML
9543 output
9544
Daniel Veillard5f91b372002-08-12 12:13:01 +00009545Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9546
9547 * python/tests/serialize.py: fixed the test results, indenting
9548 behaviour changed slightly
9549
Aleksey Sanin9e951762002-08-08 18:02:41 +00009550Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9551
9552 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9553 new c14n function to Windows def files
9554
Aleksey Saninea4272a2002-08-02 23:50:03 +00009555Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9556
9557 * c14n.c: fixed a memory leak in c14n code
9558
Daniel Veillard58e44c92002-08-02 22:19:49 +00009559Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9560
9561 * parser.c include/libxml/parser.h: adding a new API for Christian
9562 Glahn: xmlParseBalancedChunkMemoryRecover
9563 * valid.c: patch from Rick Jones for some grammar cleanup in
9564 validation messages
9565 * result/VC/* result/valid/*: this slightly change some of the
9566 regression tests outputs
9567
Daniel Veillard0bf29002002-08-01 12:54:11 +00009568Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9569
9570 * tree.c: trying to fix a problem in namespaced attribute handling
9571 raised by Christian Glahn
9572
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009573Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9574
9575 * encoding.c include/libxml/encoding.h: Opening the interface
9576 xmlNewCharEncodingHandler as requested in #89415
9577 * python/generator.py python/setup.py.in: applied cleanup
9578 patches from Marc-Andre Lemburg
9579 * tree.c: fixing bug #89332 on a specific case of loosing
9580 the XML-1.0 namespace on xml:xxx attributes
9581
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009582Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9583
9584 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9585 corner case from new Merlin's test suite and added a callback
9586 that will be used to improve xmlsec performance
9587
9588
Daniel Veillard0b22def2002-07-29 16:23:03 +00009589Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9590
9591 * HTMLtree.c: trying to fix the <style> escaping problem in
9592 HTML serialization bug #89342
9593
Daniel Veillard0b28e882002-07-24 23:47:05 +00009594Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9595
9596 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9597 and rebuilt the web site.
9598
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009599Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009600
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009601 * include/libxml/tree.h: added _private member to xmlNs struct
9602
Daniel Veillard1d995272002-07-22 16:43:32 +00009603Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9604
9605 * HTMLparser.c: fixing bug #84876 based on the xml working
9606 code.
9607
William M. Brack61eaba52002-07-21 11:14:18 +00009608Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9609
9610 * python/Makefile.am: enhanced to fix bug 72012 (errors
9611 when using '-jX' make parameter)
9612
William M. Brackef61d202002-07-19 08:32:00 +00009613Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9614
9615 * xpath.c: small additional enhancement for booleans
9616 compared to nodesets
9617
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009618Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9619
9620 * HTMLtree.c: changed the order of the encoding declaration
9621 attributes in the meta tags due to a bug in IE/Mac
9622
William M. Brack0c022ad2002-07-12 00:56:01 +00009623Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9624
9625 * xpath.c: enhanced handling of booleans (especially '='
9626 and '!=' for nodesets) - fixes bug 85256. Added new
9627 routine xmlXPathNotEqualValues for more proper handling
9628 of '!=' when nodesets are involved.
9629
Daniel Veillard06944e22002-07-11 19:55:18 +00009630Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9631
9632 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9633 doc/xmlcatalog_man.xml to the source distribution
9634
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009635Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9636
9637 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9638 asked for this.
9639
Daniel Veillard539638b2002-07-06 19:55:14 +00009640Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9641
9642 * configure.in: preparing 2.4.23
9643 * doc/*: rebuilt the docs
9644
Daniel Veillard176d99f2002-07-06 19:22:28 +00009645Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9646
9647 * parser.c: fixing bug #84169 by fixing the
9648 comment of xmlCreatePushParserCtxt to describe the
9649 encoding detection parameters better.
9650
Daniel Veillard37f961d2002-07-06 17:53:56 +00009651Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9652
9653 * valid.c: fixing bug #79331 in one path the lookup for
9654 ID attributes on a namespaced node wasn't handled correctly :-\
9655
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009656Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9657
9658 * HTMLparser.c: trying to fix 87235 about discarded white
9659 spaces in the HTML parser.
9660 * result/HTML/*: this changes the output of a number of HTML
9661 regression tests
9662
Daniel Veillardfdc91562002-07-01 21:52:03 +00009663Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9664
9665 * xpath.c: applied patch from Richard Jinks for the namespace
9666 axis + fixed a memory error.
9667 * parser.c parserInternals.c: applied patches from Peter Jacobi
9668 removing ctxt->token for good.
9669 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9670 popped out by the regression tests.
9671 * Makefile.am: patch for threads makefile from Gary Pennington
9672
William M. Brack6000af52002-06-28 11:43:13 +00009673Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9674
Daniel Veillardfdc91562002-07-01 21:52:03 +00009675 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009676 expressions involving preceding-sibling (et al).
9677
Daniel Veillard153120c2002-06-18 07:58:35 +00009678Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * hash.c: applied a patch from Peter Jacobi to solve a problem
9681 when compiling with the Watcom C on Win32
9682 * result/schemas/*.err: the change of hashing algo generated
9683 permutations in the output
9684
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009685Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9686
9687 * hash.c: applied patch from Sander Vesik improving the quality of
9688 the hash function.
9689
Aleksey Sanina5808b92002-06-14 17:07:41 +000096902002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009691
9692 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9693 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9694 xmllint.c xpath.c: replaced sprintf() with snprintf()
9695 to prevent possible buffer overflow (the bug was pointed
9696 out by Anju Premachandran)
9697
Daniel Veillarde059b892002-06-13 15:32:10 +00009698Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9699
9700 * parser.c: removed an uninitialized data error popped by valgrind
9701 on PE references
9702
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009703Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9704
9705 * doc/xml.html
9706 adding tutorial reference to the web page
9707
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009708Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9709
9710 * doc/tutorial/xmltutorial.xml
9711 * doc/tutorial/ar01s07.html
9712 * doc/tutorial/ape.html
9713 * doc/tutorial/includegetattribute.c
9714 adding section to tutorial about retrieving an attribute
9715 value
9716
Daniel Veillardf5582f12002-06-11 10:08:16 +00009717Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9718
9719 * parser.c: applied a couple of patches from Peter Jacobi to start
9720 to get rid of ctxt->token, with a possible significant speed
9721 improvement to be gained once done. Better compliance with PE
9722 references constructs in DTDs too.
9723 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9724 from Peter too
9725
Daniel Veillard38d80e22002-06-11 07:24:56 +00009726Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9727
9728 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9729 xmlParseElement was likely to have been deallocated at the
9730 time of the report, possibly leading to segfault. Just report
9731 the tag name now.
9732
Daniel Veillard9e412302002-06-10 15:59:44 +00009733Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9734
9735 * xpath.c: patch from Richard Jinks for XPath substring() function
9736 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9737
Aleksey Sanina5808b92002-06-14 17:07:41 +000097382002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009739
9740 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9741
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009742Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9743
9744 *doc/FAQ.html
9745 fixing typos in FAQ, thanks to Robert Funnell for the
9746 editing help
9747
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009748Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9749
9750 * NEWS: got complaints from rpmlint that it was empty
9751
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009752Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9753
9754 * added doc/tutorial, including:
9755 apa.html
9756 apb.html
9757 apc.html
9758 apd.html
9759 ar01s02.html
9760 ar01s03.html
9761 ar01s04.html
9762 ar01s05.html
9763 ar01s06.html
9764 includeaddattribute.c
9765 includeaddkeyword.c
9766 includekeyword.c
9767 includestory.xml
9768 index.html
9769 xmltutorial.xml
9770 libxml tutorial, including generated html
9771
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009772Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9773
9774 * result/c14n/exc-without-comments/merlin-c14n-two-*
9775 result/c14n/without-comments/merlin-c14n-two-*
9776 test/c14n/exc-without-comments/merlin-c14n-two-*
9777 test/c14n/without-comments/merlin-c14n-two-*
9778 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9779 c14n/exc-c14n and slightly modified test script to handle
9780 these test cases
9781 * c14n.c: fixed bugs for complicated nodes set (namespace
9782 without node and others from merlin-c14n-two.tar.gz)
9783 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9784 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9785 for xmlsec performance patch
9786 * xpath.c: fixed self::node() for namespaces and attributes
9787
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009788Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9789
9790 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9791 but with the format parameter
9792 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9793
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009794Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9795
9796 * Makefile.am: updated c14n tests suite
9797 * c14n.c: performance improvement for previous c14n patch
9798
Daniel Veillarde72c7562002-05-31 09:47:30 +00009799Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9800
9801 * parser.c: another peroformance patch from Peter Jacobi, that
9802 time on parsing attribute values.
9803
Aleksey Sanin508a1012002-05-31 06:32:32 +00009804Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9805
9806 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9807 into LibXML2 test suite
9808
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009809Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9810
9811 * c14n.c: propagating xpath ancesstors node fix to c14n
9812 plus small performance improvement to reduce number of
9813 mallocs
9814 * xpath.c: fixed ancestors axis processing for namespace nodes
9815
Daniel Veillard46de64e2002-05-29 08:21:33 +00009816Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9817
9818 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9819 Peter Jacobi
9820
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009821Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9822
9823 * configure.in: preparing 2.4.22
9824
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009825Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9826
9827 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9828 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9829 a public entry point.
9830 * doc/*: rebuilt the API and docs
9831
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009832Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9833
9834 * xpath.c: patch from Richard Jinks to fix a problem introduced
9835 in the previous patch and pointed by Norm
9836
Daniel Veillardc6924812002-05-24 11:10:43 +00009837Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * libxml.spec.in: fixing bug #81112
9840
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009841Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * uri.c: fixing bug #82848
9844
Daniel Veillarda2878972002-05-24 07:54:39 +00009845Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9846
9847 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9848 output of one catalog test
9849
Aleksey Sanin114e4752002-05-24 07:20:27 +00009850Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009851
Aleksey Sanin114e4752002-05-24 07:20:27 +00009852 * global.data globals.c tree.c include/libxml/globals.h
9853 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9854 default value for global parameter xmlIndentTreeOutput to 1 and
9855 introduced new global parameter xmlTreeIndentString (the string
9856 used to do one-level indent) with default value " " (as it was
9857 in tree.c)
9858
Daniel Veillard49d5af82002-05-23 11:55:49 +00009859Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9860
9861 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9862 with trio and schemas.
9863
Daniel Veillard7c13af42002-05-22 09:57:32 +00009864Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9865
9866 * xpath.c: patch from Richard Jinks to fix the problem raised in
9867 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9868
Daniel Veillard5a872412002-05-22 06:40:27 +00009869Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9870
9871 * xmlschemas.c: a bit of work on import.
9872 * xmlschemastypes.c: Charles Bozeman provided a compare function
9873 for date/time types so min/max facet restrictions should work,
9874 indeterminate comparisons return an error instead of equal.
9875 * test/schemas/date_0* result/schemas/date_0_0: specific test
9876 from Charles Bozeman too
9877
Daniel Veillard10b6da42002-05-18 07:55:20 +00009878Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9879
9880 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9881 from Christian Cornelssen fixing the man pages and the Catalog
9882 building script.
9883 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9884 next step is <xs:import> I now have a reasonable understanding
9885 of how it works.
9886
Daniel Veillarde5354492002-05-16 08:43:22 +00009887Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9888
9889 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9890
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009891Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9892
9893 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9894
Daniel Veillard088bf112002-05-14 11:03:59 +00009895Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9896
9897 * xpath.c: fixing an XPath function evalutation bug pointed out
9898 by Alexey Efimov where the context was lost when evaluating
9899 the function arguments
9900
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009901Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009902
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009903 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9904 function public for XMLSec performance optimizations
9905
Daniel Veillard3cd72402002-05-13 10:33:30 +00009906Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9907
9908 * python/generator.py python/libxml2class.txt : fixed a problem
9909 with the HTML parser pointed by Gary Benson
9910 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9911 example
9912
Aleksey Sanine48a3182002-05-09 18:20:01 +00009913Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9914 * parser.c: fixed bug #81159 (memory growth in SAX)
9915
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009916Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9917 * xpath.c: fixed bug #78858 (the real fix)
9918
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009919Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009920 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009921
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009922Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9923
9924 * tree.c: modified xmlNodeSetBase to allow changing the
9925 base of a document.
9926
Daniel Veillard070803b2002-05-03 07:29:38 +00009927Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9928
9929 * xmlschemastypes.c: patch Charles Bozeman for validation of
9930 all the date, time, and duration types
9931 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9932 * configure.in: fixed an error pointed by an user
9933 * xml2-config.in: fixed an error pointed by an user
9934
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009935Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9936
9937 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9938 win32/libxml2.def.src xmlIO.c: exported default
9939 'file:', 'http:' and 'ftp:' protocols input handlers
9940 and maked protocols comparisson case insensitive
9941
Daniel Veillard34de97f2002-04-30 14:29:22 +00009942Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9943
9944 * configure.in: Neven Has detected a typo
9945
Daniel Veillard28577c32002-04-30 06:48:41 +00009946Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9947
9948 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9949 as one of the persons allowed to commit directly to the
9950 module.
9951
Daniel Veillardfc57b412002-04-29 15:50:14 +00009952Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9953
9954 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9955 * valid.c: raised a too low limit
9956 * doc/*: rebuilt the docs
9957
Daniel Veillardeca82812002-04-24 11:42:02 +00009958Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9959
9960 * test/XPath/expr/floats test/XPath/expr/functions
9961 result/XPath/expr/floats result/XPath/expr/functions
9962 xpath.c: another XPath conformance patch from Richard Jinks
9963
Daniel Veillard13e04c62002-04-23 17:51:29 +00009964Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
9965
9966 * xmlschemas.c: fixed validation of attribute groups.
9967 * test/schemas result/schemas: added an example from the primer
9968
Daniel Veillard88c58912002-04-23 07:12:20 +00009969Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9970
9971 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
9972 * test/schemas result/schemas: updated the test list
9973
Daniel Veillarde19fc232002-04-22 16:01:24 +00009974Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9975
9976 * TODO: updated a bit
9977 * parser.c: made a comment more specific
9978 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
9979 Schemas conformance.
9980 * test/schemas result/schemas: updated the test list
9981
Daniel Veillard441bc322002-04-20 17:38:48 +00009982Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9983
9984 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
9985 implementing xs:all with minOccurs = 0
9986 * tes/schemas/* result/schemas/*: added more tests covering
9987 xs:all
9988
Daniel Veillard8a001f62002-04-20 07:24:11 +00009989Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9990
9991 * xmlregexp.c: first implementation of the all particle, this
9992 may need to be revisited for case where not all transitions
9993 must be crossed.
9994
Daniel Veillard7646b182002-04-20 06:41:40 +00009995Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9996
9997 * tree.c: another entity processing update from Markus Henke
9998
Bjorn Reese54d02fb2002-04-19 15:16:01 +00009999Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10000
10001 * trionan.c: fixed crash on OSF/1
10002
Daniel Veillardb4398962002-04-19 07:01:55 +000010003Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10004
10005 * xmlschemas.c: more Schemas work
10006 * test/schemas/* result/schemas/*: added more tests coming
10007 from the spec.
10008
Daniel Veillard54761132002-04-18 21:00:44 +000010009Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10010
10011 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10012 ExcC14N specification
10013
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010014Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * tree.c: patch from Markus Henke, fix for recursive entities.
10017
Daniel Veillard23b1f372002-04-18 15:50:05 +000010018Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10019
10020 * xpath.c: fix a problem with string() on a document node.
10021
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010022Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10023
10024 * Makefile.am xmlschemas.c: more Schemas work
10025 * test/schemas/* result/schemas/*: added more tests coming
10026 from the spec.
10027
Daniel Veillard6231e842002-04-18 11:54:04 +000010028Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10029
10030 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10031 * result/HTML/*: this changes a few things in the results
10032
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010033Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10034
10035 * include/libxml/tree.h: eliminated 'declaration different than
10036 prototype' warning
10037 * include/win32config.h: "resolved" conflicts with errno.h
10038
Daniel Veillardb509f152002-04-17 16:28:10 +000010039Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10040
10041 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10042 on the automata interfaces and debug of counted choices
10043 * test/schemas/* result/schemas/*: added a number of tests
10044
Daniel Veillard8651f532002-04-17 09:06:27 +000010045Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10046
10047 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10048 a bit of work on Schemas
10049 * testSchemas.c: try to make it more useful
10050 * test/schemas/* result/schemas/* Makefile.am: changed the
10051 Schemas regression test procedure, started adding a few samples
10052
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010053Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10054
10055 * include/libxml/encoding.h: Patch for the Borland C++ builder
10056 * include/libxml/tree.h: Patch for the Borland C++ builder
10057 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010058 * win32/bcb5: New directory for the Borland C++ builder
10059 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010060
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010061Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10062
10063 * win32/Makefile.msvc: Update for XML Schema support
10064 * win32/configure.js: Update for XML Schema support
10065 * win32/libxml2.def.src: Update for XML Schema support
10066
Daniel Veillard4255d502002-04-16 15:50:10 +000010067Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10068
10069 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10070 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10071 xmlunicode.c include/libxml/Makefile.am
10072 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10073 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10074 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10075 include/libxml/xmlversion.h.in : merged the current state of
10076 XML Schemas implementation, it is not configured in by default,
10077 a specific --schemas configure option has been added.
10078 * test/automata test/regexp test/schemas Makefile.am
10079 result/automata result/regexp result/schemas:
10080 merged automata/regexp/schemas regression tests
10081
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010082Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * xpath.c: Gary found a compile time problem, fixes #78823
10085
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010086Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10087
10088 * configure.in: release of 2.4.20
10089 * doc/*: updated and rebuilt the docs
10090
Daniel Veillardf544f192002-04-15 12:56:56 +000010091Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10092
10093 * python/Makefile.am: patch from Cristian Gafton to build on
10094 Red Hat 6.2, should also fix #75779
10095
Daniel Veillard940492d2002-04-15 10:15:25 +000010096Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * valid.c: first part of fixing #78729
10099
Daniel Veillardeb475a32002-04-14 22:00:22 +000010100Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10101
10102 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10103 escaping of URI when saving HTML files.
10104 * result/HTML/*: this impacted some tests
10105
Daniel Veillard9b731d72002-04-14 12:56:08 +000010106Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10107
10108 * configure.in: trying to fix #77441
10109
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010110Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10111
10112 * include/libxml/xmlIO.h: Hallski complained it could not be
10113 included by itself.
10114
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010115Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10116
10117 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10118
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010119Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10120
10121 * win32/configure.js: patch from Nilo for the c14n option
10122 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10123
Daniel Veillardda423da2002-04-10 19:25:38 +000010124Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10127 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10128 LIBXML_THREAD_ENABLED
10129
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010130Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10131
10132 * xpath.c: another patch from Richard Jinks for substring conformance
10133 * test/XPath/expr/floats test/XPath/expr/strings
10134 result/XPath/expr/floats result/XPath/expr/strings: update of the
10135 test suite to check those.
10136
Daniel Veillard01917aa2002-04-10 11:30:41 +000010137Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10138
10139 * xpath.c: patch from Richard Jinks for .x float parsing.
10140
Daniel Veillard46d6c442002-04-09 16:10:39 +000010141Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * parser.c: patch from Markus Henke when an encoding ain't recognized
10144
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010145Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * libxml.m4: got a report that #include <string.h> was needed
10148
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010149Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10150
10151 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10152
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010153Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10154
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010155 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010156
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010157Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10158
10159 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10160 pointed out by Melvyn Sopacua.
10161
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010162Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10163
10164 * libxml.m4: Frédéric Crozat gave a patch related to the change
10165 of Include paths breaking the libxml.m4
10166
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010167Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10168
10169 * xpath.c: Fix bug #76927 forgot to save some context
10170 when evaluating binary expressions
10171
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010172Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10173
10174 * configure.in: fixed configure for MPE/iX from Markus Henke
10175 * xmlmemory.c: fixed initialization problems
10176 * xpath.c: another set of patches from Richard Jinks this
10177 fixes "make XPathtests" on linux
10178
Daniel Veillard21458c82002-03-27 16:12:22 +000010179Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10180
10181 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10182 * test/XPath/expr/compare test/XPath/expr/equality
10183 test/XPath/expr/floats test/XPath/expr/functions
10184 test/XPath/expr/strings result/XPath/expr/compare
10185 result/XPath/expr/equality result/XPath/expr/floats
10186 result/XPath/expr/functions result/XPath/expr/strings: Updated
10187 tests though they show a divergence on Linux
10188
Daniel Veillard28dfed12002-03-27 09:08:17 +000010189Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10190
10191 * xpath.c trionan.c: previous commit also included patches
10192 from Richard Jinks on some IEEE support corner case
10193
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010194Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10195
10196 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10197 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10198 that $(datadir) should be used for docs
10199
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010200Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10203 could leak filedescriptors
10204
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010205Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10206
10207 * configure.in nanohttp.c: applied patch from Allan Clark for
10208 UnixWare/OpenServer
10209
Daniel Veillard19274092002-03-25 16:48:03 +000010210Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10211
10212 * configure.in: preparing 2.4.19
10213 * doc/*: rebuilt the docs
10214
Daniel Veillard56b2db72002-03-25 16:35:28 +000010215Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10216
10217 * nanohttp.c: fixing #76043, got fed up with non-portability
10218 of that piece of code.
10219
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010220Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * valid.c SAX.c: Never commit without running "make tests" :-(
10223 fix a couple of stupidities in the previous commit
10224 * result/*: a few changes in some attribute order result of previous
10225 commit.
10226
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010227Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10230 the internal subset should not raise duplicate ID errors,
10231 also there was a small bug in conjunction to namespace
10232 declarations defaulted and xml:xxx attributes DTD definitions.
10233
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010234Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10235
10236 * xpath.c: Richard Jinks also raised some rounding problems
10237 this tries to fix them
10238
Daniel Veillard4e2df542002-03-22 12:23:14 +000010239Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10240
10241 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10242 behaviour in xmlXPathCastToString()
10243
Daniel Veillarddb552912002-03-21 13:27:59 +000010244Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10245
10246 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10247 raised by Morus Walter
10248
Daniel Veillard9e537932002-03-21 13:08:08 +000010249Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10250
10251 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10252 from Igor
10253
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010254Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10255
10256 * xpath.c: fixing #75619, related to a problem when trying
10257 to evaluate condition when the current node set resulting
10258 from that sub-step evaluation is empty. Also fixes 2 potential
10259 problem with previous-sibling and next-siblings axis.
10260
Daniel Veillard1840ef02002-03-21 08:05:23 +000010261Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10262
10263 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10264 HTML support is not configured in.
10265
Daniel Veillard561b7f82002-03-20 21:55:57 +000010266Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10267
10268 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10269 include/libxml/tree.h: dohh I really didn't intended to commit
10270 this test version :-(
10271
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010272Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10273
10274 * testSAX.c: I wanted to see the real speed at the SAX interface
10275 after a little too many Ximianer started complaining about the
10276 parser speed.
10277 added a --quiet option:
10278 paphio:~/XML -> ls -l db100000.xml
10279 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10280 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10281 3200006 callbacks generated
10282 real 0m1.270s
10283 Which means 16MBytes/s and 3Mcallback/s
10284
Daniel Veillardc62a1472002-03-19 18:35:12 +000010285Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * xpath.c: valgrind spotted another error that time when running
10288 on libxslt regression tests
10289
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010290Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * Makefile.am: adding "make valgrind" running the full regression
10293 tests (except python ones) under Valgrind (using valgrind -q
10294 which was kindly added by the author).
10295 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10296 passes cleanly now except an obcure floating point initialization
10297 raised in log10() in one XPath regression test ???
10298 * tree.c: edited some comments to close #75244
10299
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010300Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10301
10302 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10303 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10304 context of ScrollKeeper, made sure that if the number is
10305 an integer, the serialization follows the description at
10306 http://www.w3.org/TR/xpath#section-String-Functions
10307
Daniel Veillard5997aca2002-03-18 18:36:20 +000010308Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10309
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010310 * configure.in: preparing 2.4.18
10311 * doc/*: updated and rebuilt the web site
10312 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10313 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010314 * parser.c: humm, changed the way the SAX parser work when
10315 xmlSubstituteEntitiesDefault(1) is set, it will then
10316 do the entity registration and loading by itself in case the
10317 user provided SAX getEntity() returns NULL.
10318 * testSAX.c: added --noent to test the behaviour.
10319
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010320Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10321
10322 * parser.c: Wilfried Teiken provided a hackish but working
10323 way to get context reported back on entities when parsing
10324 with SAX and without breaking the DOM build.
10325
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010326Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10327
10328 * c14n.c: applied a new patch from Aleksey Sanin
10329 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10330 to reference Aleksey implementation of XML digital Signatures
10331
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010332Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10333
10334 * xpath.c: small fix to avoid potential problem due to
10335 ordering of freeing data
10336 * python/Makefile.am: people were complaining about
10337 the generated file in python dir not being built
10338
Daniel Veillardd2379012002-03-15 22:24:56 +000010339Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10340
10341 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10342 python/generator.py python/libxml.c python/types.c: Cleanup
10343 of the python Makefiles based on Jacob and James feedback,
10344 fixed the spec file accordingly, fixed the number of warning
10345 that passing my pedantic CFLAGS was generating. Conclusion
10346 is that Python includes are real crap.
10347
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010348Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * configure,in: it was reported quite a few times that
10351 xml2-config --cflags should not output
10352 -I$includeprefix/libxml2/libxml because libxml2 header names
10353 clashes with existing names like list.h from C++ stl.
10354 Includes should be #include<libxml/xxx.h> so ...
10355
Daniel Veillard6f293b12002-03-15 09:42:33 +000010356Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * c14n.c: another patch from Aleksey Sanin
10359
Daniel Veillard5c396542002-03-15 07:57:50 +000010360Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10363 canonicalization algorithm
10364 * doc/xml.html doc/index.html: added the C14N references on the
10365 index page.
10366
jacob berkman9be65862002-03-14 02:15:56 +0000103672002-03-13 jacob berkman <jacob@ximian.com>
10368
10369 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10370 usage, redundant, and gcc specific
10371
Daniel Veillard75be0132002-03-13 10:03:35 +000010372Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10373
10374 * xpath.c: speedup some node selection operations, this can
10375 have a significant impact on DocBook Norm's stylesheets
10376 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10377 make sure it's always the case
10378 * debugXML.c: distinguish CDATA and comments in ls operations
10379
Daniel Veillard61f26172002-03-12 18:46:39 +000010380Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10381
10382 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10383 to generate better API descriptions etc...
10384
Daniel Veillard9ff88172002-03-11 09:15:32 +000010385Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10386
10387 * c14n.c: Fixing #74186, made sure all boolean expressions
10388 get fully parenthesized, ran indent on the output
10389 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10390 include/libxml/tree.h: also #74186 related, removed the
10391 --with-buffers option, and all the preprocessor conditional
10392 sections that were resulting from it.
10393
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010394Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10395
10396 * valid.c: applied patch from Dodji Seketeli fixing an
10397 uninitailized variable in xmlValidGetValidElements()
10398
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010399Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10400
10401 * c14n.c: fixed a few comments
10402 * doc/*.html doc/*/*.html: regenerated the docs and added
10403 the C14N API
10404 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10405
Daniel Veillardfa49d872002-03-09 10:20:00 +000010406Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10407
10408 * check-xml-test-suite.py: fix to adapt varaiations in the
10409 bindings
10410 * configure.in python/setup.py python/setup.py.in: fixed to
10411 have the version of the python scripts automatically updated
10412
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010413Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10416 in xmlCopyProp()
10417
Daniel Veillardaf43f632002-03-08 15:05:20 +000010418Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10419
10420 * configure.in: preparing 2.4.17 release
10421 * doc/*: updated and rebuilt the docs
10422 * xpath.c: fixed a comment
10423 * python/libxml.c: fixed a possible reentrancy problem
10424
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010425Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10426
10427 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10428 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10429 added a specific regression test
10430 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10431 not raise exceptions when failing to find the attribute.
10432
Daniel Veillard90bc3712002-03-07 15:12:58 +000010433Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10434
10435 * configure.in xmllint.c: owen pointed out a problem with the
10436 ftme fix, gettimeofday() was not detected by configure and
10437 the ftime header wasn't included, dohhh
10438
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010439Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10440
10441 * configure.in xmllint.c: trying to fix #71457 for timing
10442 precision when gettimeofday() is not availble but ftime() is
10443
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010444Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10445
10446 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10447 are now copied on install and part of the -devel RPM
10448
Daniel Veillard7b416132002-03-07 08:36:03 +000010449Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10450
10451 * xpath.c: trying to avoid bug #72150 which was apparently
10452 caused by a gcc bug (or a processor problem) as detailed
10453 at http://veillard.com/gcc.bug
10454
Daniel Veillardf742d342002-03-07 00:05:35 +000010455Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10456
10457 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10458 fixed xmlReconciliateNs(), added a Python test/example for
10459 inter-document cut'n paste
10460 * python/libxml.py: fixed node.doc on document nodes and added
10461 xpathEval() onto node objects
10462
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010463Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10464
10465 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10466 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10467 fixup and integrated tests for the serialization stuff
10468
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010469Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10470
10471 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10472 moved the libxml man page to section 3
10473
Daniel Veillard1e774382002-03-06 17:35:40 +000010474Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10475
10476 * tree.c: fix bug #72490
10477 * python/libxml.c python/libxml.py: added methods serialize()
10478 and saveTo() to all node elements.
10479
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010480Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10481
10482 * xmlIO.c: closed #73430, don't read from an input source
10483 which indicated an end-of-file or an error.
10484
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010485Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10486
10487 * parser.c: make sure SAX endDocument is always called as
10488 this could result in a Python memory leak otherwise (it's
10489 used to decrement ref-counting)
10490 * python/generator.py python/libxml.c python/libxml.py
10491 python/libxml2-python-api.xml python/libxml2class.txt
10492 python/tests/error.py python/tests/xpath.py: implemented
10493 the suggestions made by Gary Benson and extended the tests
10494 to match it.
10495
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010496Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10497
10498 * python/generator.py: applied patch fixing #73450
10499
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010500Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10501
10502 * xpath.c: fixing #61290 "namespace nodes have no parent"
10503 long standing divergence from the XPath REC. NodeSets
10504 simply hold a copy of namespace nodes and those node ->next
10505 points to the parent (which may not be the node carrying the
10506 definition).
10507 * include/libxml/xpath.h: flagged but didn't added a possible
10508 speedup
10509 * DOCBparser.c HTMLparser.c: removed some warnings from push
10510 parser due to new state being added.
10511 * tree.c: new fix from Boris Erdmann
10512 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10513 the XML Canonalization support from Aleksey Sanin
10514
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010515Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * tree.c: patch from Boris Erdmann fixing some namespace odities
10518 with xmlCopyNode()
10519
Daniel Veillardc6613042002-03-02 09:34:02 +000010520Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10521
10522 * xmlIO.c: fix bug #72706 when loading a NULL entity
10523
Daniel Veillardc0fef772002-03-01 16:16:31 +000010524Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10525
10526 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10527 actually change in a future XML Namespace revision.
10528
Daniel Veillard79426f22002-03-01 16:14:17 +000010529Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10530
10531 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10532 added the possibility of returning nodesets from XPath extension
10533 functions written in Python
10534
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010535Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * python/*: commiting some Python bindings work done while travelling
10538
Daniel Veillard97300512002-03-01 09:13:41 +000010539Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10540
10541 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10542 explicitely with memory debugging switched on
10543
Daniel Veillard6361da02002-02-23 10:10:33 +000010544Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10545
10546 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10547 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10548 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10549 the accessor generator for strings
10550 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10551 regression test.
10552
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010553Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * python/README python/generator.py python/libxml.c python/setup.py:
10556 added the 'usual' setup.py to allow building a libxml2-python
10557 module based on the same code. The initialization is however
10558 different the 2 .so files fo libxml2 and libxslt are identical and
10559 they entry point initialize both libraries. this is done to avoid
10560 some possible nasty problem since the Python don't merge the maps
10561 of all shared modules.
10562
Daniel Veillard158a4d22002-02-20 22:17:58 +000010563Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10564
10565 * parser.c: fixed a push/encoding bug reported by Michael
10566 on librsvg
10567
Daniel Veillard7839e162002-02-20 18:54:48 +000010568Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10569
10570 * include/libxml/parserInternals.h: fixes a misplaced #endif
10571
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010572Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10573
10574 * parser.c valid.c: found and fixed a couple of allocation bugs
10575
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010576Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10577
10578 * doc/xml.html doc/python.html doc/*: added a Python and binding
10579 page describing the current state of the Python bindings and
10580 giving pointers to the other languages wrappers.
10581
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010582Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10583
10584 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10585 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10586 rebuilt the API and web site
10587 * xpath.c: fixed #71978 portability bugs
10588
Daniel Veillard8aff2472002-02-19 21:50:43 +000010589Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10590
10591 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10592
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010593Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * include/libxml/parserInternals.h parser.c: had to change
10596 2 internal parsing API when processing document content
10597 to check the start and end of element content are defined
10598 in the same entity
10599 * valid.c include/libxml/valid.h: attribute normalization can
10600 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10601 with the context to report it.
10602 * SAX.c: fixed the last known bugs, crazy validation constraints
10603 when a document is standalone seems correctly handled. There
10604 is a couple of open issues left which need consideration especially
10605 PE93 on external unparsed entities and standalone status.
10606 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10607 The 2 tests left failing are actually in error. Cleanup done.
10608
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010609Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10610
10611 * valid.c: implemented E59 spaces in CDATA does not match the
10612 nonterminal S
10613
Daniel Veillard878eab02002-02-19 13:46:09 +000010614Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * SAX.c parser.c valid.c: more validation test fixups
10617 * check-xml-test-suite.py: added duration info for the tests
10618
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010619Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10620
10621 * parser.c valid.c: a couple of errors were reported but not
10622 saved back as such in the parsing context. Down to 1% failure rate
10623 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10624
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010625Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10626
10627 * xmlInternald.c: isExtender was missing a char
10628 * parser.c include/libxml/parser.h: % are acceptable in the
10629 internal subset if within a PUBLIC ID
10630
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010631Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * SAX.c parserInternals.c valid.c: more work on the conformance
10634 suite. Took the step to finally block documents with encoding
10635 errors. It's a fatal error per the spec, people should have fixed
10636 their documents by now.
10637
Daniel Veillard55253e22002-02-18 14:32:39 +000010638Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10639
10640 * check-xml-test-suite.py: fixed the test script after some discussion
10641 on the semantic of TYPE="error"
10642 * Makefile.am: added the script to the distrib
10643
Daniel Veillard28757702002-02-18 11:19:30 +000010644Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10645
10646 * SAX.c entities.c: fixed a couple of conformances issues deep
10647 into the validation code (standalone and undeclared Notations)
10648
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010649Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10650
10651 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10652 stayed there for years !
10653
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010654Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10655
10656 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10657 missing
10658
Daniel Veillardc7612992002-02-17 22:47:37 +000010659Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10660
10661 * check-xml-test-suite.py: improved the behaviour a bit as
10662 well as the logs
10663 * parser.c valid.c SAX.c: fixed a few more bugs
10664 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10665
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010666Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10667
10668 * check-xml-test-suite.py: python script to run regression tests
10669 against the XML Test suite of W3C/OASis
10670 * SAX.c: fixed a validation bug
10671 * parser.c: fixed 3 errors pointed by the test suite
10672 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10673 * python/Makefile.am: fixed a dependendy
10674
Daniel Veillard9f28f302002-02-15 20:48:08 +000010675Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10676
10677 * xmlmemory.c: avoid a warning bug #71594
10678
Daniel Veillard144024e2002-02-13 21:14:46 +000010679Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10680
10681 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10682 warning on alpha/Tru64
10683
Daniel Veillarde4301c82002-02-13 13:32:35 +000010684Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10685
10686 * include/libxml/entities.h: fixing a comment
10687 * valid.c: fixing some troubles with validity check on namespaces
10688 * result/VC/NS3 test/VC/NS3: added a specific regression test
10689
Daniel Veillarda6d05382002-02-13 13:07:41 +000010690Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10691
10692 * tree.c: Fixing #71342 serializing '\n' in attribute values
10693 * result/noent/att3 result/att3 test/att3: added a specific
10694 test.
10695
Daniel Veillard797a5652002-02-12 13:46:21 +000010696Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * python/libxml.c: couple of bug fixes
10699
Daniel Veillard01a6d412002-02-11 18:42:20 +000010700Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10701
10702 * python/*.py: removed tabs and used spaces.
10703
Daniel Veillard397ff112002-02-11 18:27:20 +000010704Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10707 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10708
Daniel Veillard03517542002-02-11 13:54:40 +000010709Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10710
10711 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10712 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10713
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010714Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10715
10716 * include/libxml/encoding.h include/libxml/entities.h
10717 include/libxml/globals.h include/libxml/parser.h
10718 include/libxml/threads.h include/libxml/tree.h
10719 include/libxml/xmlmemory.h: trying to fix the include mess
10720
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010721Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10722
10723 * include/libxml/xmlmemory.h: reverted part of the previous
10724 attempt to provide #69655, this was breaking the build.
10725
Daniel Veillard0ba59232002-02-10 13:20:39 +000010726Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10727
10728 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10729 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10730 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10731 include/libxml/parserInternals.h include/libxml/tree.h
10732 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10733 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10734 clean.
10735 * python/libxml.c: fixed a warning.
10736
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010737Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10738
10739 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10740 copying of node, merge back IDs in the target document.
10741 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10742 test/XInclude/ents/ids.xml: test case
10743 * result/VC/ElementValid4: output changed due to a typo fix
10744
Daniel Veillard1c18e302002-02-09 22:16:40 +000010745Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010748 generate the dependencies right as Jacob found out. Add
10749 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010750
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010751Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10752
10753 * parserInternals.c valid.c: Justin Fletcher found some parts
10754 of the code needing cleanup
10755 * libxml.spec.in python/Makefile.am python/generator.py
10756 python/libxml.c python/libxml.py: Fixed the python Makefiles
10757 corrected a bug showing up on ia64, changed the name of the
10758 python internal module too
10759
Daniel Veillard07be19b2002-02-08 14:20:35 +000010760Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10761
10762 * Makefile.am: applied patch from Andris Pavenis for binary
10763 name suffixes
10764
Daniel Veillardf216d462002-02-08 13:44:24 +000010765Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10766
10767 * xmllint.c win32/win32config.h: fixing #68748
10768
Daniel Veillardd455d792002-02-08 13:37:46 +000010769Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * valid.c: fixing #70166
10772
10773Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10774
10775 * valid.c: fixing #70077
10776
Daniel Veillardc575b992002-02-08 13:28:40 +000010777Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10778
10779 * Copyright Makefile.am README configure.in libxml.spec.in:
10780 Changed to the MIT Licence
10781 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10782 doc/xmlio.html: updated the doc accordingly
10783 * include/libxml/xmlwin32version.h configure.in: preparing
10784 2.4.14 release
10785 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10786 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10787 fixed the const xmlChar * wrapper and generator, XPath extension
10788 functions now use the context as first argument
10789 * python/tests/tstxpath.py python/tests/xpath.py
10790 python/tests/xpathext.py: Updated the tests accordingly
10791 * tree.c: fixed bug #70067
10792
Daniel Veillard7db38712002-02-07 16:39:11 +000010793Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10794
10795 * Makefile.am: cleanup
10796 * debugXML.c: always use stdout if output is NULL
10797 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10798 * python/Makefile.am python/generator.py python/libxml2class.txt
10799 python/libxml_wrap.h python/types.c: augmented the number of bindings
10800 handling FILE * and XPath contexts
10801 * python/tests/Makefile.am: avoid a stupid problem due to the
10802 use of TEST.
10803
Daniel Veillard15a143b2002-02-06 22:40:50 +000010804Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10807
Daniel Veillard70cab352002-02-06 16:06:58 +000010808Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10809
10810 * python/TODO python/libxml.c: cleanup the extension function lookup
10811 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10812
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010813Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10814
10815 * configure.in python/Makefile.am: do not install outside
10816 of prefix
10817
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010818Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10819
10820 * python/TODO python/libxml.c: started adding SAX interfaces
10821 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10822 SAX test
10823
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010824Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10825
10826 * tree.c: hardened the addChild function
10827 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10828 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10829 added accessors needed for xmlNode, a bit more testing and
10830 extension of interfaces
10831 * python/tests/Makefile.am python/tests/build.py: added a test
10832 build from scratch/save/load/check
10833
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010834Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * parserInternals.c: change a small bit in the way valididy
10837 error messages get initialized
10838 * python/TODO python/libxml.c python/libxml2-python-api.xml
10839 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10840 added some memory debugging to track leaks at the libxml2 level
10841 * python/tests/*.py: changed all tests to check for leaks,
10842 there is just one left in XPath extension registrations.
10843
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010844Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10845
10846 * python/TODO python/generator.py python/libxml2-python-api.xml
10847 python/libxml2class.txt: more accessor classes for the parser
10848 context, allow to switch on and check validity
10849 * python/tests/Makefile.am python/tests/error.py
10850 python/tests/invalid.xml python/tests/valid.xml
10851 python/tests/validate.py: attded more test and and added error.py
10852 which I forgot to commit in the last step
10853
Daniel Veillard3ce52572002-02-03 15:08:05 +000010854Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10855
10856 * python/Makefile.am python/types.c: cleanup
10857 * python/libxml.c python/libxml.py python/libxml_wrap.h
10858 python/generator.py python/libxml2-python-api.xml
10859 python/libxml2class.txt: added class for parser context, added
10860 first cut for push mode support. Added a framework to generate
10861 accessors functions.
10862 * python/tests/Makefile.am python/tests/push.py: added a push
10863 test
10864
Daniel Veillardcfb05462002-02-02 23:18:22 +000010865Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10866
10867 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10868 bug a bit of cleanup.
10869
Daniel Veillard5d819032002-02-02 21:49:17 +000010870Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10871
10872 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10873 python/libxml2class.txt: adding error redirections and preformat
10874 to a python handler
10875 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10876 tests self checking
10877
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010878Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10879
10880 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10881 a function
10882
Daniel Veillard9589d452002-02-02 10:28:17 +000010883Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10884
10885 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10886 python/libxml.c python/libxml2-python-api.xml
10887 python/libxml2class.txt: Progressing through the TODOs, class
10888 description output, extra XML API, RPM now builds the wrappers
10889 for all python installed versions
10890
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010891Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10892
10893 * configure.in libxml.spec.in python/Makefile.am python/TODO
10894 python/generator.py python/libxml2class.txt: added more informations
10895 in the libxml2-python package including docs. Slightly changed
10896 the class hierarchy
10897 * python/tests/*: added basic regression tests infrastructure too
10898
10899Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10902 added libxml2-python as part of the packages installed
10903
Daniel Veillarda7340c82002-02-01 17:56:45 +000010904Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10905
10906 * python/Makefile.am python/generator.py python/libxml.c
10907 python/libxml.py: more work, now able to extend the
10908 XPath interpreter with functions written in python.
10909
Daniel Veillardc3e39442002-02-01 09:29:41 +000010910Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10911
10912 * python/Makefile.am: Jacob sent a patch to allow building from
10913 tarfile.
10914
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010915Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10916
10917 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10918 inserted the python wrappers build, I hope this won't be too
10919 unportable
10920
Daniel Veillard1971ee22002-01-31 20:29:19 +000010921Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10922
10923 * xpath.c: minor optimization
10924 * python/generator.py python/libxml.c python/libxml.py
10925 python/libxml_wrap.h: more work on the python bindings,
10926 they now support XPath and there is no evident leak
10927
Daniel Veillard36ed5292002-01-30 23:49:06 +000010928Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10929
10930 * python/generator.py python/libxml.c python/libxml.py:
10931 more work on the python bindings generator.
10932
Daniel Veillard96fe0952002-01-30 20:52:23 +000010933Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10934
10935 * python/generator.py python/libxml.c python/libxml_wrap.h:
10936 more work on the python bindings.
10937
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010938Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10939
10940 * python/generator.py python/libxml.c python/libxml.py
10941 python/libxml_wrap.h: commited early version of a python binding
10942 for private use only ATM
10943
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010944Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10945
10946 * entities.c tree.c include/libxml/entities.h: applied patch
10947 from Anthony Jones to implement copy of DTD subtree too. Had
10948 just to keep 2 function private which really ought to become
10949 public ones.
10950
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010951Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10952
10953 * xmllint.c: added pointers to the web pages in the usage()
10954
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010955Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10956
10957 * tree.c: more fixes from Petr Kozelka for attribute handling
10958 in the tree API to align the semantic with DOM.
10959
Daniel Veillard36065812002-01-24 15:02:46 +000010960Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10961
10962 * valid.c tree.c entities.c: another set of patches from
10963 Anthony Jones for copy operations cleanup and robustness
10964
Daniel Veillardf8592562002-01-23 17:58:17 +000010965Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10966
10967 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
10968 an alphabetic index based on comments content
10969 * doc/*: rebuilt the web site with the new references
10970
Daniel Veillardc8c7be42002-01-23 17:53:44 +000010971Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10972
10973 * parserInternals.h: Greg Sjaardema suggested to use an
10974 eponential buffer groth policy in xmlParserAddNodeInfo()
10975
Daniel Veillard3bf65be2002-01-23 12:36:34 +000010976Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10977
10978 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
10979 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
10980 doc/parsedecl.py doc/Makefile.am: updated the python extractor
10981 to generate cross-references, and added/updated the stylesheets
10982 to generate and link API indexes. The generic keyword index
10983 is not done yet.
10984 * doc/*.html: regenerated all the usual docs too
10985
Daniel Veillard2070c482002-01-22 22:12:19 +000010986Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10987
10988 * debugXML.c: added an xpath function to the shell for T. V. Raman
10989
10990Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000010991
10992 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
10993 debug routines.
10994
Daniel Veillardc169f8b2002-01-22 21:40:13 +000010995Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10996
10997 * tree.c: apply an patch from Petr Kozelka for unlink and replace
10998 support of attribute nodes
10999
Daniel Veillard9d06d302002-01-22 18:15:52 +000011000Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11003 hopefully near complete and fully documented of the API in XML
11004 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11005 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11006 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11007 include/libxml/parserInternals.h include/libxml/valid.hi
11008 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11009 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11010 include/libxml/xpath.h include/libxml/xpathInternals.h:
11011 Cleaned up the doc comments a lot in the process, the interface
11012 coverage is now 100%
11013
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011014Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11015
11016 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11017 extracts comments from the gtk-doc DocBook output (a bit
11018 convoluted but seems to work).
11019
Daniel Veillard61006472002-01-21 17:31:47 +000011020Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11021
11022 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11023 added an XML description of the API, moved the script generating
11024 it here. Added a "make api" target
11025
Daniel Veillardd2f23002002-01-21 13:36:00 +000011026Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11027
11028 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11029
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011030Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11031
11032 * xpath.c include/libxml/xpathInternals.h: the change made to
11033 xmlXPathFuncLookupFunc was incompatible roll it back
11034
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011035Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11036
11037 * SAX.c: cleanup patch from Anthony Jones
11038 * doc/Makefile.am: fix the headers to avoid in make scan
11039 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11040 includes, * vs Ptr and general cleanup
11041 * parsedecl.py: first version of a script to extract the
11042 module interfaces, the goal will be to provide .decl or XML
11043 specification of the interfaces to build wrappers.
11044
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011045Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11048 now provides return codes in case of errors
11049
Bjorn Reese026d29f2002-01-19 15:40:18 +000011050Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11051
11052 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11053 Upgraded to trio baseline 1.6
11054 * strio.h strio.c: Replaced by triostr.h and triostr.c
11055
Daniel Veillard572577e2002-01-18 16:23:55 +000011056Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11057
11058 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11059 of strdup usage in the code
11060
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011061Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11062
11063 * parser.c error.c: Keith Isdale complained rightly that
11064 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11065
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011066Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11067
11068 * tree.c: fixed the funxtion to set the xml: attributes
11069 * debugXML.c: added "setbase" to test it.
11070
Daniel Veillard2c748c62002-01-16 15:37:50 +000011071Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11072
11073 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11074 to allow updating an attribute content
11075
Daniel Veillard8de85c62002-01-15 17:10:15 +000011076Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * libxml.h: try to avoid problems when compiling on Windows
11079
Daniel Veillard314cfa02002-01-14 17:58:01 +000011080Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11081
11082 * hash.c: patch from Anthony Jones for hash.c allocation size
11083 * Makefile.am: trying to work around Yet Another Libtool Madness
11084 and build the 2.4.13 release finally ...
11085
Daniel Veillard744683d2002-01-14 17:30:20 +000011086Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11089 * doc/* : update of the documentation
11090
Daniel Veillarde6a55192002-01-14 17:11:53 +000011091Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11092
11093 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11094 at fixing #61290 :-(
11095
Daniel Veillardfb25a512002-01-13 20:32:08 +000011096Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11097
11098 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11099 Fixes bug #67229
11100
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011101Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * tree.c: trying to avoid troubles when a subtree is copied
11104 and coalesced in part with the target tree. Should fix
11105 bug #67407
11106
Daniel Veillardd8224e02002-01-13 15:43:22 +000011107Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * valid.c: fixed validation of attributes content of type
11110 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11111 values, very old bug. Fixes #67671
11112
Daniel Veillard8107a222002-01-13 14:10:10 +000011113Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11114
11115 * parser.c include/libxml/parserInternals.h tree.c: integrated
11116 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11117 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11118
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011119Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11120
11121 * threads.c: applied Serguei Narojnyi's patch to add native
11122 thread support on the Win32 platform
11123 * testThreadsWin32.c Makefile.am: added the test program also
11124 from Serguei, Win32 specific
11125 * include/win32config.h include/libxml/xmlwin32version.h.in:
11126 added patch from Igor for the Windows thread specific defines.
11127
Daniel Veillard845cce42002-01-09 11:51:37 +000011128Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11131
Daniel Veillard7b602b42002-01-08 13:26:00 +000011132Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11135 output page into XMLinfo.html. Close bug #66951 and
11136 raised by Robert Collins too.
11137
Daniel Veillard73c6e532002-01-08 13:15:33 +000011138Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11139
11140 * encoding.c: Paul Keogh pointed out a possibility of segfault
11141 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11142 Closes bug # 68238
11143
Daniel Veillard4a859202002-01-08 11:49:22 +000011144Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * doc/*.html: updated the Gdome2 links
11147
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011148Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11149
11150 * libxml.h: Applied following patches from Robert Collins
11151 and make sure IN_LIBXML is defined when compiling it
11152 -------
11153 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11154 as well as Visual C.
11155 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11156 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11157 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11158 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11159 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11160 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11161 xmlSysIDExists xmlNoNetExists).
11162 * xmllint.c: Don't include winsock2.h for Cygwin.
11163
Daniel Veillard401c2112002-01-07 16:54:10 +000011164Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11165
11166 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11167 when the version info is not present.
11168
Daniel Veillard6f42c132002-01-06 23:05:13 +000011169Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11170
11171 * tree.c: Anthony Jones pointed out a problem in
11172 xmlStringGetNodeList() and provided a fix for it
11173
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011174Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11175
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011176 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011177 xmlCreatePushParserCtxt() when the initial buffer passed
11178 is large.
11179
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011180Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11181
11182 * win32/*: big cleanup of the Windows/MSVC project files
11183 from Igor Zlatkovic
11184
Daniel Veillardcebb1362002-01-02 13:13:30 +000011185Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11186
11187 * doc/Makefile.am: should fix #67674 and avoid troubles if
11188 xsltproc is not available or fails in the prefix provided
11189
Daniel Veillard26908ab2002-01-01 16:50:03 +000011190Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11191
11192 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11193
Daniel Veillard5344c602001-12-31 16:37:34 +000011194Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11195
11196 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11197 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11198 Fixed a few other problems raised by Charlie Bozeman.
11199 * result/VC/ElementValid[5-7]: fixed the output
11200
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011201Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11202
11203 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11204 patches from Charlie Bozeman. Regenerated the HTML docs.
11205
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011206Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11207
11208 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11209 for Windows from Igor
11210
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011211Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11212
11213 * xmllint.c: applied Justin Fletcher patch for --output or -o
11214
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011215Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11216
11217 * win32/libxml2/libxml2.def.src: close #67019
11218
Daniel Veillard01db67c2001-12-18 07:09:59 +000011219Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11220
11221 * xmllint.c: applied Justin Fletcher generic timing patch
11222 similar to the one already applied to xsltproc.
11223
Daniel Veillardd1640922001-12-17 15:30:10 +000011224Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11225
11226 * include/libxml/tree.h tree.c: applied documentation patches
11227 from Charlie Bozeman
11228
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011229Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11230
11231 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11232
Daniel Veillard29e43992001-12-13 22:21:58 +000011233Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11234
11235 * valid.c: fix the xmlStrdup() used in the previous patch.
11236 * valid.c: added --dropdtd
11237 * tree.c: fixed xmlUnlinkNode so it also removes the references
11238 from the document if the node is a DTD
11239
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011240Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11241
11242 * HTMLtree.c valid.c: cleanup some static declarations
11243
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011244Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11245
11246 * xmllint.c: removed another strdup()
11247 * doc/FAQ: removed the HP/UX entry
11248
Daniel Veillarded472f32001-12-13 08:48:14 +000011249Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11250
11251 * valid.c: fix bug #66816 when validating.
11252 * xmllint.c: don't use sys/time.h if configure did not found it
11253
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011254Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11255
11256 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11257 xmlcatalog_man.xml
11258
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011259Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11260
11261 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11262 xmlInitMemory() was declared twice
11263
Daniel Veillardb82c1662001-12-09 14:00:54 +000011264Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11265
11266 * globals.c: do not reference strdup() !
11267 * configure.in libxml-2.0.pc.in: trying to fix the libs
11268 of the various config extraction modules
11269
Daniel Veillardef90ba72001-12-07 14:24:22 +000011270Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11271
11272 * configure.in : preparing 2.4.12
11273 * doc/* : updated and rebuilt the docs
11274
Daniel Veillard220346d2001-12-07 11:33:54 +000011275Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11276
11277 * uri.c: closed bug #66159
11278 * testURI.c: added --escape option
11279 * configure.in: some cleanup for xml2-config --cflags
11280
Daniel Veillard2a906822001-12-06 14:34:08 +000011281Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11282
11283 * globals.c testThreads.c: removed some misplaced includes
11284 of xmlversion.h
11285
Daniel Veillarde28313b2001-12-06 14:08:31 +000011286Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11287
11288 * threads.c: patch from Gary Pennington fixing a possible
11289 problem at initialization time.
11290
Daniel Veillardd3b08822001-12-05 12:03:33 +000011291Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11292
11293 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011294 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011295 CodeWarrior.
11296
Daniel Veillarda7866932001-12-04 13:14:44 +000011297Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11298
11299 * xmllint.c: applied Geert Kloosterman's patch to fix
11300 --repeat --timing output
11301
Daniel Veillard19840942001-11-29 16:11:38 +000011302Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11303
11304 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11305 where non-wellformed XML declaractions were not detected.
11306
Daniel Veillarde85d9342001-11-28 14:43:12 +000011307Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11308
11309 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11310
Daniel Veillard22f25a82001-11-28 09:12:23 +000011311Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11312
11313 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11314 gets reset by xmlCleanupInputCallbacks() and this makes the
11315 function useless. Same for output.
11316
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011317Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11318
11319 * xmlIO.c: robert pointed out a loop error in callback cleanups
11320
Daniel Veillard8faa7832001-11-26 15:58:08 +000011321Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11322
11323 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11324 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11325 they are not really tied to debugging
11326
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011327Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11328
11329 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11330 * xmllint.c: better --catalogs description
11331
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011332Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11333
11334 * tree.c: fixed a couple of problems in xmlSetProp()
11335
Daniel Veillardcd337f02001-11-22 18:20:37 +000011336Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11337
11338 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11339 unappropriate stdout output.
11340
Daniel Veillard566d4df2001-11-22 13:00:53 +000011341Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11342
11343 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11344 by Denis Beurive, closes #65111
11345
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011346Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11347
11348 * valid.c: in case of content model validity error, don't
11349 print it if validity warnings were not requested.
11350
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011351Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11352
11353 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11354 * parserInternals.c: removed the last exit() call. Print an
11355 unmaskable error on stderr instead (library mismatch detection)
11356
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011357Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11358
11359 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11360 shell instructions from Heiko Rupp
11361
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011362Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11363
11364 * catalog.c: use the URL notation file:// for default catalog paths
11365
Daniel Veillard0ec98632001-11-14 15:04:32 +000011366Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11367
11368 * include/libxml/tree.h: better comments for _private fields
11369 * tree.c: removed a problem when copying an entity reference.
11370
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011371Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11372
11373 * vms/*: updated instructions and diffs from John A Fotheringham
11374
Daniel Veillarda11001b2001-11-12 22:45:36 +000011375Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11376
11377 * include/libxml/xmlerror.h: avoid an include problem if
11378 #include <libxml/xmlerror.h> happens first in code
11379 seems to be the case in KDE libs
11380
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011381Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11382
11383 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11384 from Igor for Windows
11385
11386Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11387
11388 * Makefile.am: Gary Pennington pointed out a missing prefix
11389
Daniel Veillard43d3f612001-11-10 11:57:23 +000011390Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11391
11392 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11393 * doc/*: upgraded and rebuilt the docs
11394
Daniel Veillardc1f78342001-11-10 11:43:05 +000011395Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11396
11397 * HTMLparser.c: fix comment in scripts element parsing.
11398 * result/HTML/doc3*: updated the results.
11399
11400Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11401
11402 * uri.c: another URI bug fix #63336, using Joel Young patch.
11403
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011404Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11405
11406 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11407 a cleaned up version of the Pwd shell string generation.
11408
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011409Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11410
11411 * valid.c include/libxml/tree.h: trying to fix namespaces +
11412 validation problems for good, closing #63619 in the process
11413 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11414 wrong in this respect, fixed it.
11415
Daniel Veillardd536f702001-11-08 17:32:47 +000011416Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11417
11418 * xmllint.c: Morus Walter patch to allow --format and --encode
11419
Daniel Veillard5004f422001-11-08 13:53:05 +000011420Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11421
11422 * debugXML.c: Stefan Kost provided an help command for the shell
11423
Daniel Veillarda6825e82001-11-07 13:33:59 +000011424Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11425
11426 * debugXML.c: Heiko Rupp pointed that the shell would crash
11427 on empty nodesets returns.
11428
Daniel Veillard03f848d2001-11-07 12:53:46 +000011429Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11430
11431 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11432 migh need the history libraries
11433
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011434Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11435
11436 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11437 handle the case of < in quoted attributes, Bastian Kleineidam
11438
Daniel Veillardc853b322001-11-06 15:24:37 +000011439Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11440
11441 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11442 fixing catalog breakages
11443 * Makefile.am catalog.c result/catalogs/catal
11444 result/catalogs/mycatalog.* test/catalogs/catal*:
11445 fixed more problems in catalog support, added more regression tests
11446 for both XML and SGML catalog handling
11447
Daniel Veillard66870c72001-11-05 19:27:49 +000011448Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11449
11450 * debugXML.c: applied an improvement to xmlGetLineNo() from
11451 Keith Isdale
11452
Daniel Veillardffe09c92001-11-05 14:21:47 +000011453Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11454
11455 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11456 Side effect of the progressive catalog loading
11457
Daniel Veillardad661b92001-11-05 11:43:15 +000011458Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11459
11460 * Makefile.am: confexecdir and confexec_DATA were defined twice
11461 pointed out by Karl Eichwalder
11462
Daniel Veillard6eb17722001-11-04 22:19:27 +000011463Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11464
11465 * xmlcatalog.c: avoid unlink() and use remove() instead.
11466
Daniel Veillardea898282001-11-04 22:13:45 +000011467Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11468
11469 * libxml.spec.in: cleanup
11470 * include/libxml/xmlwin32version.h: updated with 2.4.8
11471
Daniel Veillarda4617b82001-11-04 20:19:12 +000011472Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11473
11474 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11475 of compiling libxml with a non standard set of options
11476
John Fleck027edfb2001-11-04 20:13:58 +000011477Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11478
11479 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11480 document --sgml option, fixing gnome bugzilla #63382
11481
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011482Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11483
11484 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11485 breakage of 2.4.7, added a couple of really needed APIs
11486 like xmlCatalogIsEmpty() and xmlNewCatalog()
11487 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11488 for install-catalog
11489 * configure.in: preparing 2.4.8
11490
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011491Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11492
11493 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11494 include/libxml/tree.h include/libxml/xmlIO.h: more include
11495 cleanups, export cleanly one html output + format function.
11496
11497Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11498
11499 * parser.c: removed initGenericErrorDefaultFunc call from
11500 xmlInitParser() since it could destroy previous calls to
11501 xsltSetGenericErrorFunc() effects
11502
Daniel Veillardebd38c52001-11-01 08:38:12 +000011503Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11504
11505 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11506 keyword.
11507
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011508Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11509
11510 * Makefile.am: cleanup
11511 * threads.c: cleanup too
11512 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11513 from xsltproc
11514 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011515 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011516
Daniel Veillard91c00402001-10-30 17:41:38 +000011517Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11518
11519 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11520 was not used anymore !
11521
Daniel Veillard52dcab32001-10-30 12:51:17 +000011522Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11523
11524 * configure.in: preparing 2.4.7
11525 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11526 manual page from John
11527 * doc/*: updated the doc and rebuilt the generated pages
11528
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011529Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11530
11531 * xmlIO.c: closing bug #62711, the library should never
11532 close stdin or stdout.
11533
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011534Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11535
11536 * uri.c: second pass at fixing #63336, using Joel Young
11537 final patch. looks okay.
11538
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011539Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11540
11541 * uri.c include/libxml/uri.h: trying to clear #63336
11542 allowing the escaping routine to parse unconformant
11543 URI-References.
11544
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011545Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11546
11547 * vms/readme.vms vms/build_libxml.com nanoftp.c
11548 include/libxml/xmlversion.h.in: a few VMS updates from
11549 John A Fotheringham
11550 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11551 and xmlCleanupOutputCallbacks() for the Perl binding people.
11552
Daniel Veillard635ef722001-10-29 11:48:19 +000011553Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11554
11555 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11556 apply fixes to close #63271 and avoid segfaults when
11557 the error routine gets callbed before xmlInitParser()
11558 get called.
11559 * nanoftp.c error.c: Applied patches from Justin Fletcher
11560 correcting some xmlGenericError misuses.
11561
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011562Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11563
11564 *doc/xmllint.xml, doc/xmllint.1
11565 New and improved man page for xmllint - .xml is the original, .1
11566 is the generated man page
11567
Daniel Veillardc9484202001-10-24 12:35:52 +000011568Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11569
11570 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11571 the web site from the main HTML document.
11572
Daniel Veillard5151c062001-10-23 13:10:19 +000011573Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11574
11575 * parser.c: fixed an erroneous validation bug when PE refs
11576 occurs in external parsed entities referenced from the
11577 internals subset
11578 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11579 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11580 added the associated testcase, it's a nice one.
11581 * HTMLparser.c: generate the DTD node as HTML still ...
11582 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11583
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011584Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * HTMLparser.c: fixed a bug in htmlNewDoc()
11587
Daniel Veillard89cad532001-10-22 09:46:13 +000011588Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11589
11590 * test/threads/*: added entities testing to the Thread test
11591 * testThreads.c: make the test reasonable
11592 * DOCBparser.c: fix the DTD public and system ID
11593 * xmllint.c: added --sgml for SGML DocBook importing
11594 * Makefile.am: added Docbtests target
11595
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011596Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11597
11598 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11599 * testThreads.c: removed bogus include
11600
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011601Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11602
11603 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11604 fixed a very serious (looping) validation bug
11605
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011606Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11607
11608 * include/libxml/globals.h include/libxml/threads.h threads.c
11609 testThreads.c: far more testing, cleaning up bugs
11610 * *.c : make sure globals.h is always included.
11611
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011612Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * HTMLparser.c: try to get rid of parser loops for good.
11615
Daniel Veillardab7488e2001-10-17 11:30:37 +000011616Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11617
11618 * configure.in: fixed some bugs in CFLAGS passing.
11619 * test/threads Makefile.am testThreads.c: added a specific
11620 threaded test case (really nasty, guaranteed).
11621
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011622Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11623
11624 * catalog.c: serious cleanup on the management of the
11625 XML catalog tree, more tests done, especially with
11626 the catalog PI.
11627
Daniel Veillard364789a2001-10-16 12:45:00 +000011628Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11629
11630 * catalog.c: avoid a problem in catalog cleanup on SMP if
11631 catalogs were not initialized.
11632
Daniel Veillard81463942001-10-16 12:34:39 +000011633Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11634
11635 * catalog.c xpath.c: trying to cleanup the not thread safe
11636 parts of the library.
11637
Daniel Veillard64a411c2001-10-15 12:32:07 +000011638Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * include/libxml/globals.h configure.in global.data: make
11641 the allocation be per-thread a configure option
11642 * encoding.c include/libxml/parser.h: fixed compilation
11643 errors
11644
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011645Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11646
11647 * include/libxml/parser.h: Norm reported that a few lines
11648 added were breaking libxslt compile, removed them for now
11649
Daniel Veillard6f350292001-10-14 09:56:15 +000011650Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11651
11652 * parser.c parserInternals.c threads.c: debugged and fixed
11653 initialization problems which were giving troubles on SMP
11654 boxes.
11655
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011656Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11657
11658 * include/libxml/Makefile.am: missing globals.h
11659
Daniel Veillarde7090612001-10-13 12:18:28 +000011660Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011661
Daniel Veillarde7090612001-10-13 12:18:28 +000011662 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011663
Daniel Veillardd0463562001-10-13 09:15:48 +000011664Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11665
11666 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11667 include/libxml/parserInternals.h include/libxml/tree.h
11668 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11669 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11670 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11671 Applied the last patches from Gary, cleanup, activated threading
11672 all user accessible global variables are now handled in globals.[ch]
11673 Still a bit rought but make tests passes with either
11674 --with-threads defined at configure time or not.
11675 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11676 linking options
11677
Daniel Veillardb8478642001-10-12 17:29:10 +000011678Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11679
11680 * Makefile.am include/libxml/Makefile.am
11681 include/libxml/globals.h globals.c include/libxml/threads.h
11682 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11683 configure.in: started integrating the core of the thread support
11684 not activated yet but half integrated. The code should still
11685 compile and work anyway.
11686
Daniel Veillardb44025c2001-10-11 22:55:55 +000011687Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11688
11689 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11690 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11691 integrating the non-controversial parts of Gary Pennington
11692 multithread patches
11693 * catalog.c: corrected a small bug introduced
11694
Daniel Veillard75b96822001-10-11 18:59:45 +000011695Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11696
11697 * catalog.c include/libxml/catalog.h: very serious cleanup,
11698 isolating unportable code and as much as possible the accesses
11699 to the global shared catalog. May need more testing !
11700
Daniel Veillard78d12092001-10-11 09:12:24 +000011701Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11702
11703 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11704 Keith Isdale patches for the XSLT debugger interfaces. Some
11705 cleanup
11706
Daniel Veillardff0b7312001-10-11 06:46:09 +000011707Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11708
11709 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11710 * DOCBparser.c: generate line nubers in elements
11711
Daniel Veillard60087f32001-10-10 09:45:09 +000011712Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11713
11714 * configure.in: preparing 2.4.6 release
11715 * doc/xml.html doc/html/*: updated and rebuilt the docs
11716 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11717
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011718Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11719
11720 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11721 adding documentation for DV's supercatalog support
11722
Daniel Veillard82d75332001-10-08 15:01:59 +000011723Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11724
11725 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11726 super catalog support adding one API and one flag --sgml to
11727 xmlcatalog
11728
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011729Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11730
11731 * doc/xmlcatalog_man.xml, xmlcatalog.1
11732 One more crack at
11733 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11734
11735
Thomas Broyer47334c02001-10-07 16:41:52 +000011736Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11737
11738 * xpath.c: implemented xmlXPathObjectCopy for external objects
11739 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11740
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011741Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11742
11743 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11744 finishing up fix to
11745 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11746 the xmlcatalog man page display more elegantly
11747
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011748Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11749
11750 * configure.in: closing bug #61832
11751 * HTMLparser.c: removed a warning
11752
Daniel Veillard6ab38382001-10-06 13:08:27 +000011753Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11754
11755 * xpath.c: fixing #61673 part I, do not loose doc information
11756 when copying result value trees.
11757
Daniel Veillard556c6682001-10-06 09:59:51 +000011758Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11759
11760 * xpath.c: trying to harden the XPath interpreter
11761
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011762Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11763
11764 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11765 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11766
William M. Brack1633d182001-10-05 15:41:19 +000011767Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11768
11769 * HTMLparser: repaired another loop problem
11770
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011771Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11772
11773 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11774 parsing.
11775 * xpath.c: fix bug #61291 the default XML namespace node is
11776 missing from the namespace axis.
11777 * tree.c: refuse to create namespaces nodes with prefix "xml"
11778
Daniel Veillard651f9472001-10-04 14:51:06 +000011779Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11780
11781 * SAX.c: ouch a non-defined namespace could lead to a crash,
11782 fixed #61215
11783
Daniel Veillard7dd05702001-10-04 14:25:12 +000011784Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11785
11786 * parserInternals.c: closed bug #61054
11787
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011788Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11789
11790 * include/libxml/Makefile.am: closing #60708
11791
Daniel Veillarda293c322001-10-02 13:54:14 +000011792Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11793
11794 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11795 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11796
Daniel Veillardf4309d72001-10-02 09:28:58 +000011797Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11798
11799 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11800
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011801Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11802
11803 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11804 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11805
Daniel Veillard16756b62001-10-01 07:36:25 +000011806Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11807
11808 * catalog.c: Justin Fletcher provided cleaup code in case
11809 HAVE_STAT is not defined
11810 * include/win32config.h: Igor Zlatkovic suggested to have
11811 HAVE_STAT defined there
11812
William M. Brack5e1cac12001-09-28 16:19:18 +000011813Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11814
11815 * catalog.c - fixed typing error reported by M. Barros
11816
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011817Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11818
11819 * xmllint.c - fixing typo
11820
William M. Brackd28e48a2001-09-23 01:55:08 +000011821Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11822
11823 * HTMLparser.c: small enhancement to prevent loop on
11824 unrecognizable data
11825
Daniel Veillardb1d62872001-09-21 09:47:08 +000011826Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * parserInternals.c: applying patch from bug #60757 this
11829 should close it
11830
Daniel Veillardc0631a62001-09-20 13:56:06 +000011831Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * catalog.c xmlcatalog.c: removed a couple of warning
11834 * xpath.c: try to solve the linking problem on platforms
11835 needing trio to compile
11836
Daniel Veillard1a123612001-09-19 08:06:23 +000011837Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011838
Daniel Veillard1a123612001-09-19 08:06:23 +000011839 * Makefile.am libxml.spec.in: backing up non-documented changes
11840 commited without review or aproval by Jens Finke <jens@gnome.org>
11841 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011842
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011843Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11844
11845 * configure.in: Joe Orton provided a patch fixing a problem
11846 when iconv is specified to be in a non-standard directory
11847 but wasn't exported in xml2-config --cflags
11848
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011849Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11850
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011851 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011852 troubles with 2.4.4 errors.
11853
Daniel Veillard16698282001-09-14 10:29:27 +000011854Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11855
11856 * encoding.c entities.c: do not output hexadecimal charrefs
11857 when serializing HTML since some version of Netscape can't
11858 grok it, generate decimal ones.
11859 * result/HTML/doc3.htm: output changed due to previous test
11860 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11861
Daniel Veillard98fed372001-09-13 11:34:58 +000011862Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11863
11864 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11865 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11866
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011867Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011868 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011869
11870 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11871 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11872 updated the configuration scripts systems accordingly
11873
Daniel Veillard04382ae2001-09-12 18:51:30 +000011874Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11875
11876 * configure.in: preparing for 2.4.4
11877 * doc/xml.html doc/html/*: updated and rebuilt the docs
11878
Daniel Veillardd63437e2001-09-12 15:00:27 +000011879Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11880
11881 * win32/dsp/libxml2.def.src: tried to incorporate comments
11882 from bug #59220
11883
Daniel Veillard319a7422001-09-11 09:27:09 +000011884Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11885
11886 * parser.c result/noent/wml.xml: fixed bug #59981 related
11887 to handling of '&' in attributes when entities are substitued
11888
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011889Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11890
11891 * libxml.h include/libxml/xmlversion.h.in
11892 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11893 Tried to close bug #60131
11894
Daniel Veillardbce62332001-09-10 18:46:55 +000011895Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11896
11897 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11898
Daniel Veillard143b04f2001-09-10 18:14:14 +000011899Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11900
11901 * SAX.c: fixing bug #59946 on xmlns=""
11902
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011903Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11904
11905 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11906 but allocates a new error code.
11907
Daniel Veillard05c13a22001-09-09 08:38:09 +000011908Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11909
11910 * xmllint.c: John Fleck fixed typos in the options output
11911 * parser.c SAX.c: fix ignorable white space SAX selection
11912
11913Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11914
11915 * entities.c: Steve Underwood found the possibility of an
11916 ininite loop in case of error.
11917
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011918Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11921
Daniel Veillarda050d232001-09-05 15:51:05 +000011922Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11923
11924 * parser.c: warn if version is not 1.0 but it's not
11925 strictly speaking an error after analyzing the spec
11926
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011927Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11928
11929 *doc/catalog.html - add link to the html version of the
11930 man page, other linguistic cleanups
11931
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011932Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11933
11934 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11935 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11936 file, has not yet been included in the build.
11937
Daniel Veillard99784ff2001-09-01 16:20:28 +000011938Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11939
11940 * catalog.c: removed a duplicate affectation Justin Fletcher
11941
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011942Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11943
11944 * tree.c: Armin Sander pointed a possible text coalescing
11945 problem, completed his patch.
11946
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011947Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11948
11949 * trionan.c: Fixed const and volatile re-definition problem
11950
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011951Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11952
11953 * libxml.4 parser.c: doc updates from Heiko Rupp
11954 * parserInternals.c: 2 sanity checks from Heiko Rupp
11955
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011956Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11957
11958 * tree.c: applied patch from Armin Sander to make some pointers
11959 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011960 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011961
Daniel Veillardb06c6142001-08-27 14:26:30 +000011962Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11963
11964 * xpath.c: hum, restrict the integer usage gcc bug workaround
11965 to only gcc compilers so that other architecture don't get
11966 penalized by this limitation.
11967 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
11968
Daniel Veillard268fd1b2001-08-26 18:46:36 +000011969Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11970
11971 * valid.c: fixed a Windows compiler warning (Chris Poblete)
11972 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
11973
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000011974Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11975
11976 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
11977 --convert option to xmlcatalog to convert SGML ones to
11978 the XML syntax.
11979 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
11980
11981 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000011982Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11983
11984 * catalog.c xmlIO.c: started some serious testing and fixed
11985 a few bug and optmization needs.
11986
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000011987Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * Makefile.am configure.in include/libxml/xmlwin32version.h:
11990 preparing for a 2.4.3 release even if it may not be ready yet
11991 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
11992 all file parsing lookup to go through the entity resolver, add
11993 to add an API to bypass it (needed to load catalogs themselves),
11994 some cleanup on the catalog code too.
11995 * nanoftp.c: small cleanup
11996 * doc/catalog.html: small update
11997
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000011998Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11999
12000 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12001 Jun Kuriyama
12002
Daniel Veillardffb120d2001-08-23 00:52:23 +000012003Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12004
12005 * doc/catalog.html: finished the catalog documentation
12006
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012007Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12008
12009 * doc/catalog.html doc/xml.html: added documentation about
12010 Catalog support, misses an API description
12011 * doc/html/*: reextracted the API pages
12012
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012013Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12014
12015 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12016 Added the part about section 7.2 on URI resolution,
12017 fixed a side effect in the HTML parser, look complete
12018 and ready to rock except the URI/SystemID part!
12019
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012020Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12021
12022 * include/libxml/catalog.h include/libxml/parser.h
12023 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12024 xmlIO.c: added support and APIs needed for the catalog PI
12025 * include/libxml/xmlIO.h: cleanup
12026
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012027Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12028
12029 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12030 include/libxml/catalog.h: starts to look okay, really
12031 plugged the new framework, cleaned a lot of stuff,
12032 added some APIs, except the PI's support missing this
12033 should be mostly complete
12034 * result/catalogs/* test/catalogs/*: added new test, enriched
12035 the existing one with URN ID tests
12036
Daniel Veillard64339542001-08-21 12:57:59 +000012037Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12038
12039 * catalog.c: fixed nextCatalog
12040 * result/catalogs/docbook test/catalogs/*: started adding
12041 a small regression test
12042
Daniel Veillardcda96922001-08-21 10:56:31 +000012043Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12044
12045 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12046 more work on the XML catalog support.
12047 * parser.c include/libxml/parser.h: small cleanup seems using
12048 list as a public parameter name can give portability troubles
12049 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12050 include/libxml/xpath.h include/libxml/Makefile.am: removed
12051 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12052 wrappers
12053
Bjorn Reese45029602001-08-21 09:23:53 +000012054Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12055
12056 * Makefile.am trio.c triodef.h trionan.c xpath.c
12057 include/libxml/Makefile.am include/libxml/trionan.h:
12058 Re-worked Not-A-Number and Infinity support.
12059 * xmlcatalog.c: added readline include files
12060
Daniel Veillard344cee72001-08-20 00:08:40 +000012061Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12062
12063 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12064 testCatalog as xmlcatalog, making it an installed app
12065 adding a shell, and preparing it to be a /etc/xml/catalog
12066 management tool, though not ready yet
12067 * catalog.c include/libxml/catalog.h: adding support for
12068 XML Catalogs http://www.oasis-open.org/committees/entity/
12069 not finished, there is some interesting tradeoffs and a
12070 few open questions left.
12071
Daniel Veillardb7664f42001-08-19 13:00:43 +000012072Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12073
12074 * xmllint.c: fixed a line formatting problem
12075
Daniel Veillard5015b712001-08-17 09:37:52 +000012076Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12077
12078 * SAX.c: removed a couple of unused variable (Albert Chin)
12079
Daniel Veillardbb371292001-08-16 23:26:59 +000012080Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12081
12082 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12083 trying to fix some troubles w.r.t. function returning
12084 const xxxPtr.
12085
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012086Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12087
12088 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12089 defined
12090
Daniel Veillardae6db172001-08-16 19:32:00 +000012091Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12092
12093 * xpointer.c: removed unused var
12094
Daniel Veillard09190202001-08-16 16:27:41 +000012095Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12096
12097 * testXPath.c: another small cleanup closing bug #59110
12098
Daniel Veillard796f4b62001-08-16 16:00:13 +000012099Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12100
12101 * win32/dsp/libxml2.def.src: small cleanup closing bug
12102 #59108
12103
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012104Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12105
12106 * example/gjobread.c: add xmlCleanupParser() before leaving
12107
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012108Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12109
12110 * config.h.in configure.in include/libxml/xmlwin32version.h:
12111 released 2.4.2
12112
Daniel Veillardd3d06722001-08-15 12:06:36 +000012113Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12114
12115 * include/libxml/valid.h debugXML.c valid.c: deprecate
12116 the non-boundchecking Sprintf functions, add Snprintf
12117 this should close bug #57984
12118
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012119Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12120
12121 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12122 URIs before doing the lookups (pointed by Mark Vakoc)
12123
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012124Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12125
12126 * xpath.c: serious changes on Result Value Trees and NodeSets
12127 w.r.t. deallocation and collect operations. Probably not
12128 100% clean (merge of allocated trees smells like a problem).
12129 Seems sufficient to close #58943
12130
Daniel Veillard90493a92001-08-14 14:12:47 +000012131Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12132
12133 * xmllint.c: adding a --format option
12134
Daniel Veillardfe703322001-08-14 12:18:09 +000012135Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12136
12137 * xpath.c: count() was broken on Result Value Tree
12138 * xmlIO.c: fixed file:/// accesses on _WIN32
12139
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012140Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12141
12142 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12143 macro was renamed, this should close bug #58683
12144
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012145Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12146
12147 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12148 entity substitution mode text at the end of the entity might
12149 be added due to text coalescing.
12150 * nanoftp.c parser.c: small cleanup
12151
Daniel Veillard0c720972001-08-08 20:59:00 +000012152Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12153
12154 * HACKING: added John Fleck right to commit in the doc subdir
12155
Daniel Veillard48da9102001-08-07 01:10:10 +000012156Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12157
12158 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12159 allow to inherit attributes from the DTD directly in the
12160 tree, this is needed for XPath and can be a useful feature.
12161 Inherited namespaces are always provided at the tree level now
12162 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12163 of tests for this feature (XSLT being the prime user).
12164
Daniel Veillard50f34372001-08-03 12:06:36 +000012165Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12166
12167 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12168 testSAX.c xmlIO.c xmllint.c include/win32config.h
12169 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12170 include/libxml/xmlwin32version.h.in win32/README.MSDev
12171 win32/dsp/*: applied Win32 Facelift No.2 patches from
12172 Igor Zlatkovic for Windows/MSC
12173
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012174Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12175
12176 * SAX.c: unparsedEntityDecl() the URI computation of the
12177 entity wasn't done breaking XSLT unparsed-entity-uri()
12178
Daniel Veillard567e1b42001-08-01 15:53:47 +000012179Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12180
12181 * xpath.c: fixed a bug when walking the descendants and
12182 the current node has no children
12183 * debugXML.c: show up when a text node is supposed to not be escaped
12184
Thomas Broyerf186c822001-07-31 23:30:37 +000012185Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12186
12187 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12188 worked like the set:leading() function)
12189 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12190
Daniel Veillardba6db032001-07-31 16:25:45 +000012191Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12192
12193 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12194
Daniel Veillard57905372001-07-31 15:52:17 +000012195Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12196
12197 * include/libxml/xmlIO.h: apply change to close #58141
12198 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12199
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012200Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12201
12202 * parser.c: when the internal subset uses a PE, then the
12203 included entity can use conditional sections.
12204
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012205Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12206
12207 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12208 when walking the namespace axis showing up in
12209 libxst/tests/general/bug-12
12210 * xmlmemory.c: added the possibility to trace a given block
12211 defined by its address
12212
Daniel Veillard4aafa792001-07-28 17:21:12 +000012213Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12214
12215 * parser.c: don't override existing encoding specified before
12216 starting xmlParseDocument()
12217
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012218Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12219
12220 * include/libxml/xmlwin32version.h: reinserted, needed for
12221 Windows users of CVS
12222
Darin Adlera77cac02001-07-27 17:41:51 +0000122232001-07-27 Darin Adler <darin@bentspoon.com>
12224
Darin Adler699613b2001-07-27 22:47:14 +000012225 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12226 * testCatalog.c: Add include of <libxml/parser.h>.
12227
122282001-07-27 Darin Adler <darin@bentspoon.com>
12229
Darin Adlera77cac02001-07-27 17:41:51 +000012230 * include/libxml/.cvsignore:
12231 * include/libxml/xmlwin32version.h:
12232 Remove this file from CVS because it's generated.
12233
Daniel Veillard50822cb2001-07-26 20:05:51 +000012234Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12235
12236 * parser.c include/libxml/parser.h: applied const patches from
12237 Tom Moog #58002
12238
Thomas Broyerba4ad322001-07-26 16:55:21 +000012239Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12240
12241 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12242 lookup framework
12243
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012244Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12245
12246 * tree.c: fixed xmlCopyNode() for documents
12247
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012248Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12249
12250 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12251
12252Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012253
12254 * parser.c: fixes bug #57652 reported by Morus Walter
12255
Daniel Veillarde3924972001-07-25 20:25:21 +000012256Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12257
12258 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12259
Daniel Veillarda53c6882001-07-25 17:18:57 +000012260Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12261
12262 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12263 errors, lesson don't add new functions at 1am before a release
12264 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12265 from XPath initialization when possible.
12266
Daniel Veillardd9bad132001-07-23 19:39:43 +000012267Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12268
12269 * result/scripts/base*: removing history/readline changed
12270 this slightly
12271 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12272 xmllint.c: make element content line number generation
12273 optionnal to avoid breaking old apps added interface to switch
12274
Daniel Veillardf012a642001-07-23 19:10:52 +000012275Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12276
12277 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012278 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012279 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12280 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12281 John Kroll fixes to allow saving to HTTP via PUT (or
12282 POST of needed).
12283 * doc/html/*.html: regenerated the docs
12284
Thomas Broyere8126242001-07-22 03:54:15 +000012285Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12286
12287 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12288 xmlHashScanFull and xmlHashScannFull3 to get passed the
12289 three keys as arguments to the callback function
12290
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012291Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12292
12293 * configure.in Makefile.am: removed libxml softlink for good
12294 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12295 100% coverage by gtk-doc
12296
Daniel Veillard8599e702001-07-17 21:38:51 +000012297Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12298
12299 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12300 fixed serious troubles due to size_t vs. int mismatch
12301
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012302Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12303
12304 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12305
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012306Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12307
12308 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12309 convenient extension API for value and context managing
12310 Now handles external objects through xmlXPathPopExternal,
12311 xmlXPathWrapExternal and xmlXPathReturnExternal.
12312 Added functions for sets operations (intersection, etc.)
12313
Daniel Veillard22090732001-07-16 00:06:07 +000012314Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12315
12316 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12317 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12318 HTMLparser.c: cleanup of global variables, marking some
12319 const or private.
12320
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012321Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012322
12323 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12324 fixed xmlXPathNodeSetItem when passing index=0
12325
Daniel Veillard05dec342001-07-14 21:57:39 +000012326Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12327
12328 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12329
Daniel Veillard28ae6362001-07-14 16:44:32 +000012330Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12331
12332 * xmllint.c: fixed compilation under Cygwin #57503
12333 * TODO: update
12334
Peter Williamsed156f52001-07-13 18:35:13 +0000123352001-07-13 Peter Williams <peterw@ximian.com>
12336
12337 * config.h.in: add #undef HAVE_DLFCN_H
12338
12339 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12340 builddir.
12341
Daniel Veillard73b36e32001-07-12 15:09:52 +000012342Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12343
12344 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12345 raised by #57348 and #57381
12346
Daniel Veillard7db37732001-07-12 01:20:08 +000012347Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12348
12349 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12350 tree.c xpointer.c: store the line numbder in element->content,
12351 may break some software, need a configuration mechanism
12352
Darin Adler96037892001-07-11 00:03:16 +0000123532001-07-10 Darin Adler <darin@bentspoon.com>
12354
12355 * .cvsignore:
12356 * example/.cvsignore:
12357 * include/.cvsignore:
12358 * include/libxml/.cvsignore:
12359 Various things that are generated and should be ignored.
12360
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012361Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12362
12363 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12364 * doc/xml.html doc/html/*: updated the docs
12365
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012366Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12367
12368 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12369 validation occured on content with element child
12370
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012371Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12372
12373 * tree.c: fixed XML Base computation which was broken
12374 * debugXML.c: added a base function to the shell
12375 * Makefile.am result/scripts/* test/scripts/*: added scripts
12376 based regression tests, and adding 2 XML Base tests
12377
Daniel Veillard19e96c32001-07-09 10:32:59 +000012378Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12379
12380 * tree.c: set properties doc and call xmlSetListDoc for properties
12381 content when grafting them in a different tree.
12382 * aclocal.m4: remove from CVS
12383
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012384Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12385
12386 * win32/libxml2/libxml2.def.src: added some missing entry point
12387 for XPath (Mark Vakoc)
12388
Daniel Veillard388236f2001-07-08 18:35:48 +000012389Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12390
12391 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12392 layer should URI-Unescape before trying to open resources.
12393
Daniel Veillard04383752001-07-08 14:27:15 +000012394Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12395
12396 * xpath.c: fix the name() bug for elements in the default
12397 namespace reported by Charlie Bozeman
12398
Daniel Veillard7583a592001-07-08 13:15:55 +000012399Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12400
12401 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12402 led to an XPath fix, improvements of SAX initialization, and
12403 an added option --nocdata to testXPath
12404
Daniel Veillard449d7392001-07-07 19:11:06 +000012405Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12406
12407 * doc/libxml-doc.el: Felix Natter provided anew version working
12408 with XEmacs too
12409
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012410Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12411
12412 * include/libxml/xpath.h: small cleanup
12413 * doc/xml.html: update
12414
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012415Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12416
12417 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12418 released 2.3.14
12419
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012420Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12421
12422 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012423 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012424
Daniel Veillard73c9c042001-07-05 20:02:54 +000012425Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12426
12427 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12428 were not equal to empty strings
12429
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012430Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12431
12432 * SAX.c: fixed a URI-Reference computation problem when validating
12433 * xmlIO.c: small cleanup
12434
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012435Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12436
12437 * parser.c: improved the description of a couple of interfaces
12438 upon Larry Stamper suggestion
12439
Daniel Veillard62f313b2001-07-04 19:49:14 +000012440Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12441
12442 * SAX.c entities.c parser.c: changed completely the way entities
12443 are handled when running the parser in entity substitution mode.
12444 This fixes a bug reported by Stephan Kulow and nearly divides
12445 by 3 the amount of memory required by libxslt to load and process
12446 DocBook TDG.
12447
Daniel Veillardf420ac52001-07-04 16:04:09 +000012448Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12449
12450 * HTMLparser.c: fixing a too early root closing problem raised
12451 byt Prashanth Naidu
12452
Daniel Veillard8c357d52001-07-03 23:43:33 +000012453Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12454
12455 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12456 raised by Mark Vakoc.
12457
Daniel Veillard6e90d192001-07-03 16:37:49 +000012458Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12459
12460 * example/Makefile.am: fixed the include path to add srcdir/include
12461 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12462 and some cleanup
12463
Daniel Veillardf06307e2001-07-03 10:35:50 +000012464Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12465
12466 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12467 lot of optimization work, results in significant improvements
12468 when handling really complex XPath queries. Add a small optimizer
12469 for unions, improve [n] and [last()], avoid some costly ops.
12470
Daniel Veillard77044732001-06-29 21:31:07 +000012471Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12472
12473 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12474 * xpath.c: small cleanup
12475 * xmlGetNsList: reformated, fixed problems if used on Entities
12476
Daniel Veillard2adbb512001-06-28 16:20:36 +000012477Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12478
12479 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12480
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012481Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12482
12483 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12484 * Makefile.am example/Makefile.am: workaround automake generating
12485 erroneous deps
12486
Daniel Veillard12f7d292001-06-28 13:12:11 +000012487Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12488
12489 * include/win32config.h: bug #56801 Yon Derek provided a patch
12490 to the windows config file.
12491
Daniel Veillard87ee9142001-06-28 12:54:16 +000012492Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12493
12494 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12495 libxml.h : Yon Derek provided a set of changes to compile from
12496 CVS on Windows/MSC
12497
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012498Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12499
12500 * parser.c: fixed UTF8 BOM support in push mode
12501 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12502 added a specific testcase
12503
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012504Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12505
12506 * Makefile.am: added --push regression tests
12507 * parserInternals.c: the XML parser segfaulted in --push mode
12508
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012509Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12510
12511 * configure.in: moved the symlinks detection within a CVS
12512 check, this is not portable and will be removed soon.
12513 * xpath.c: small cleanup/speedup
12514
Daniel Veillard11648102001-06-26 16:08:24 +000012515Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12516
12517 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12518 release of 2.3.12
12519 * parser.c: make an error message if unknow entities in all cases
12520
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012521Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12522
12523 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12524
Daniel Veillard23793842001-06-25 16:07:45 +000012525Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12526
12527 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12528 includes were installed in the wrong dir
12529
Daniel Veillardf5498f32001-06-25 15:08:36 +000012530Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12531
12532 * doc/html.xml: warn against sending code to exhibit bugs.
12533
Daniel Veillard56f06462001-06-24 21:34:03 +000012534Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12535
12536 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12537 Tru64 from Thomas Leitner
12538
Daniel Veillardc5d64342001-06-24 12:13:24 +000012539Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12540
12541 * AUTHORS: added William and Bjorn
12542 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12543 daniel@veillard.com hopefully I won't have to do this again
12544 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12545 docs can be rebuilt cleanly now
12546 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12547 from CVs it's generated, added include/libxml/xmlwin32version.h
12548 also generated but which should change far less frequently.
12549 * catalog.c nanoftp.c: made sure to include libxml.h not
12550 libxml/xmlversion.h directly
12551 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12552 when compiling on WIN32 and MSC
12553
Daniel Veillard07385fd2001-06-23 21:55:48 +000012554Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
12556 * include/Makefile.am include/libxml/Makefile.am configure.in:
12557 fixed make distcheck and rebuilding the rpms
12558
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012559Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12560
12561 * configure.in: should finish the migration of exported includes
12562 into a real include/libxml in CVS, at least for CVS users.
12563 * removed the exported headers, added in include/libxml (as well
12564 as xmlversion.h.in).
12565
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012566Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12567
12568 * configure.in: fixed the way to detect symlink
12569
Daniel Veillard66541772001-06-23 18:31:04 +000012570Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * configure.in: updated, include/libxml is now a real CVS dir
12573
Daniel Veillardca989762001-06-23 17:39:29 +000012574Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12575
12576 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12577 version works with both libxml1 and libxml2 (it autodetects
12578 the prefix of the html-files) from Felix Natter.
12579 * doc/xml.html: updated doc accordingly
12580
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012581Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12582
12583 * xpath.c: fixed the bug generating a template loop in libxslt
12584 when using docbook-xsl-1.4, * should filter out document nodes
12585 * HACKING: added William
12586 * TODO: updated
12587
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012588Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12589
12590 * doc/FAQ.html: added a warning about gcc-3.0
12591 * doc/xml.html: added reference to gdome2 and removed a confusing
12592 sentence
12593
Daniel Veillardf7f41852001-06-22 15:18:01 +000012594Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * xmlversion.h: okay this is a generated file, but Windows
12597 users need it and they can't generate it, and I want CVS
12598 Windows users ...
12599 * win32/libxml2/libxml2_so.dsp: Windows project file for
12600 the shared lib version of libxml2
12601 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12602 resources needed for libxslt/xsltproc by Yon Derek
12603
Bjorn Reese3157b342001-06-22 14:41:45 +000012604Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12605
12606 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12607
Daniel Veillard4151acb2001-06-22 10:48:57 +000012608Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12609
Daniel Veillardcc146db2001-06-22 11:10:52 +000012610 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12611
12612Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12613
Daniel Veillard4151acb2001-06-22 10:48:57 +000012614 * include/win32config.h: Yon Derek provided a first fix
12615 to be able to compile libxslt/xsltproc on Windows
12616
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012617Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12618
12619 * xpath.c: attempt to work around what seemed a gcc optimizer
12620 bug when handling floats on i386 http://veillard.com/gcc.bug
12621 * tree.c entities.c encoding.c: doing some cleanups while
12622 chasing it
12623
Daniel Veillard017b1082001-06-21 11:20:21 +000012624Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12625
12626 * Makefile.am: cleanup when --without-debug is specified
12627 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12628 w.r.t. --without-debug and other include points
12629 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12630 Catalogs
12631 * configure.in entities.h tree.h HTMLparser.c: removed
12632 --without-corba, made the _private field mandatory
12633
Daniel Veillard87a764e2001-06-20 17:41:10 +000012634Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12635
12636 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12637 outputs a BOM in UTF8, an errata has been issued to avoid the
12638 problem, that was the most reasonable solution... Add support
12639 for a leading UTF8 BOM in entities.
12640
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012641Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12642
12643 * valid.c: fixed a bug found when post validating an entity ref
12644 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12645 activate it too
12646
Daniel Veillard39196eb2001-06-19 18:09:42 +000012647Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12648
12649 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12650 weakness in the node copy the XPointer and the XInclude
12651 implementations. Serious cleanup.
12652
Daniel Veillard3739b982001-06-19 12:51:30 +000012653Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * Makefile.am: Kjartan Maraas provided a small patch to
12656 add xml2-config.in to EXTRA_DIST
12657
Daniel Veillarda9142e72001-06-19 11:07:54 +000012658Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12659
12660 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12661 provided another failing case found in KDE, the way the
12662 ctxt->vctxt.nodeTab was allocated and freed changed over
12663 time but it wasn't completely cleaned up. This should fix it.
12664
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012665Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12666
12667 * parser.c: Stephan Kulow also raised the fact that line number
12668 could get miscounted making debug harder, fixed the problem
12669 in xmlParseCharData()
12670
Daniel Veillard64b98c02001-06-17 17:20:21 +000012671Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12672
12673 * valid.c: Stephan Kulow pointed out a problem when validating
12674 and using an empty entity, forgot a 'break' in a case.
12675
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012676Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12677
12678 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12679 * doc/xml.html: updated with 2.3.11
12680
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012681Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12682
12683 * TODO: updated adding cleanup of generated doc
12684 * configure.in: prepared to release 2.3.11
12685 * xmllint.c: added --version for bug reporting
12686 * doc/html/*.html: rebuilt the doc
12687
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012688Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12689
12690 * xpath.c: first part of the work on selecting namespace to
12691 fix bug #56115
12692
Daniel Veillard96ed5832001-06-15 22:22:04 +000012693Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12694
12695 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12696 when using -liconv
12697 * TODO: updated
12698
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012699Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12700
12701 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12702 cleanup, encoding support.
12703
Daniel Veillard608ad072001-06-14 08:32:28 +000012704Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12707
Daniel Veillard239d0522001-06-13 23:02:48 +000012708Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12709
12710 * xpath.c: bug detected by Ankh when / is used as a function arg
12711
Daniel Veillard02bb1702001-06-13 21:11:59 +000012712Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12713
12714 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12715 of element and use it to avoid outputting formatting spaces at
12716 the wrong place. Implemented the format parameter for HTML save.
12717 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12718 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12719 result/HTML/wired.html: of course this impact the result of a
12720 number of HTML tests
12721
Daniel Veillard95d845f2001-06-13 13:48:46 +000012722Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12723
12724 * HTMLtree.[ch]: started augmenting the HTML save API with
12725 encoding and formatting parameters
12726
Daniel Veillardeca60d02001-06-13 07:45:41 +000012727Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12728
12729 * HTMLtree.h: cleanup and started evaluating the work needed on
12730 revamping the HTML output code
12731
Daniel Veillard84666b32001-06-11 17:31:08 +000012732Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12733
12734 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12735
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012736Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12737
12738 * valid.c: fixed bug #56049, forgot one check in the
12739 validation routine
12740
Daniel Veillardca2366a2001-06-11 12:09:01 +000012741Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12742
12743 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12744
Daniel Veillard6761eee2001-06-11 10:29:38 +000012745Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12746
12747 * libxml.h: fixed an error in last commit
12748 * doc/FAQ.html: added an entry for compilation from CVS
12749
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012750Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12751
12752 * xmlversion.h.in libxml.h: Cygwin patches
12753 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12754 * tree.h: cleanup
12755
Daniel Veillardacd370f2001-06-09 17:17:51 +000012756Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12757
12758 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12759 memory block in a strange case where libxml is linked twice
12760 in the binary.
12761
Daniel Veillard1d047672001-06-09 16:41:01 +000012762Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12763
12764 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12765 state far too often, simple fix used to avoid it.
12766
Daniel Veillard4497e692001-06-09 14:19:02 +000012767Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12768
12769 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12770 being processed, applied his patch
12771 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12772
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012773Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12774
12775 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12776 provided fixes to compile on MSCC again
12777 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12778 also provided an update for the project files.
12779
Daniel Veillarda682b212001-06-07 19:59:42 +000012780Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12781
12782 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12783 bug #55810
12784
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012785Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12786
12787 * tree.c: fixed xmlGetNsProp() to close bug #55683
12788 Note this requires libxslt to use it's own function instead.
12789
Daniel Veillardf0c53762001-06-07 16:07:07 +000012790Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12791
12792 * HTMLtree.c: when in a pre element no formatting space should
12793 be added.
12794 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12795
Daniel Veillard068a9652001-06-07 15:30:26 +000012796Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12797
12798 * configure.in: added tests for signal() and signal.h
12799
Daniel Veillard541d6552001-06-07 14:20:01 +000012800Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12801
12802 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12803
Daniel Veillard8a367d42001-06-07 14:01:34 +000012804Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12805
12806 * doc/libxml-doc.el: Felix Natter provided a new version for
12807 libxml2
12808
Daniel Veillard8a926292001-06-07 11:20:20 +000012809Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12810
12811 * HTMLtree.c: when in a pre element no formatting space should
12812 be added.
12813
Daniel Veillard14839d52001-06-06 16:11:56 +000012814Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12815
12816 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12817
Daniel Veillarde95e2392001-06-06 10:46:28 +000012818Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12819
12820 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12821 hack
12822 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12823 * uri.c: fixed a warning
12824
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012825Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12826
12827 * HTMLtree.c: trying to close bug #55772 escaping in script
12828 elements
12829 * doc/xml.html: suggest to send mail to the list
12830
12831Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012832
12833 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12834 good. Use a macro and based on the solution provided in
12835 vsnprintf manual page from GNU.
12836
Bjorn Reese99748722001-06-05 12:49:15 +000012837Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12838
12839 * error.c: Workaround for non-preserving variadic list.
12840 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12841
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012842Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * doc/xml.html: added 2.3.10 release
12845
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012846Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12847
12848 * configure.in: releasing 2.3.10
12849
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012850Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
12852 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12853
Daniel Veillard20042422001-05-31 18:22:04 +000012854Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12855
12856 * encoding.c: Robert Collins provided a patch to add the
12857 "US-ASCII" encoding alias
12858
Daniel Veillard97ac1312001-05-30 19:14:17 +000012859Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12860
12861 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12862 string oriented functions and started cleaning the related areas
12863 in xpath.c which needed fixing in this respect
12864
Daniel Veillard2d703722001-05-30 18:32:34 +000012865Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12866
12867 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12868 #55380
12869 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12870
Daniel Veillard9403a042001-05-28 11:00:53 +000012871Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12872
12873 * TODO: updated
12874 * nanohttp.[ch] : started adding APIs to get the redirected URL
12875 when this occurs (needed for further base computation
12876 * tree.h: cleanup
12877 * encoding.c: cleanup
12878 * SAX.c: minor change around ctxt->loadsubset
12879
Daniel Veillard6278fb52001-05-25 07:38:41 +000012880Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12881
12882 * Makefile.am include/Makefile.am: small change to have
12883 include/libxml rebuilt if working from CVS.
12884 * uri.c: applied another patch from Carl Douglas for URI escaping,
12885 this should close bug #51876
12886
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012887Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12888
12889 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12890 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12891 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12892 added specific regression test
12893 * parser.h: preparing for the XSLT mode where DTD inherited
12894 attributes are added to the tree.
12895
Daniel Veillardbbd22452001-05-23 12:02:27 +000012896Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12897
12898 * xinclude.[ch]: Updated the namespace for the Last Call version
12899 * result/XInclude/include test/XInclude/include: updated the
12900 testsuite accordingly
12901
Daniel Veillard8514c672001-05-23 10:29:12 +000012902Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12903
12904 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12905 related to bug #51876
12906
Daniel Veillard42596ad2001-05-22 16:57:14 +000012907Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12908
12909 * tree.c: fixed a gross mistake in base computation, xml:base is
12910 not completely correct yet (need cascade).
12911 * xpath.[ch]: added the few things needed to find a function name
12912 and URI from the XPath context when it is called.
12913
Daniel Veillard81418e32001-05-22 15:08:55 +000012914Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12915
12916 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12917 * DOCBparser.c: small cleanup
12918 * xmllint.c: added a --catalogs option to load catalogs from
12919 $SGML_CATALOG_FILES
12920 * tree.c: cleanup
12921 * configure.in: iconv library fixup, ICONV_LIBS
12922
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012923Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12924
12925 * catalog.c: handling of CATALOG entries. detection of recursion,
12926 and a few bugfixes
12927 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12928 against the default namespace
12929
Daniel Veillard04b93292001-05-21 08:15:31 +000012930Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12931
12932 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12933
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012934Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12935
12936 * parser.c: fixed propagation context info when parsing an
12937 external entity.
12938 * doc/html/*.html: regenerated a couple of docs
12939
Daniel Veillard4623acd2001-05-19 15:13:15 +000012940Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * doc/xml.html: update with 2.3.9 informations
12943
Daniel Veillardbed7b052001-05-19 14:59:49 +000012944Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12947 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12948 * doc/html/* : rebuilt the docs
12949 * valid.c: small patch which may improve some case when
12950 validating.
12951
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012952Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12953
12954 * HTMLparser.c: Closed bug #54891
12955 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12956 to the suite
12957
12958Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12959
12960 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12961 applied a documentation patch from LotR and filled in a few missing
12962 descriptions
12963
Daniel Veillard76d66f42001-05-16 21:05:17 +000012964Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12965
12966 * xpath.c tree.c parser.c: speed optimizations at the parser level
12967 document tree freeing and xpath evaluation
12968
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000012969Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12970
12971 * parser.c parser.h parserInternals.h: fixed a couple of
12972 interfaces for handling memory buffer input to const char *
12973 upon suggestion of JamesH.
12974
Daniel Veillardc3739e72001-05-15 15:23:27 +000012975Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12976
12977 * configure.in: LoTR sent a patch fixing the previous commit
12978
Daniel Veillarda4f27e02001-05-15 12:41:29 +000012979Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12980
12981 * configure.in: trying to deal again with the stoopid -R linking
12982 flag of Solaris
12983
Daniel Veillard790142b2001-05-15 10:51:53 +000012984Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12985
12986 * xpath.h: two nodeset access macros from Thomas Broyer
12987
Daniel Veillardba0b8c92001-05-15 09:43:47 +000012988Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12989
12990 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
12991 patch from Thomas Broyer
12992
Daniel Veillarde62d36c2001-05-15 08:53:16 +000012993Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12994
12995 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
12996 case
12997 * INSTALL: was empty added stuff from the FAQ
12998
Daniel Veillard75bea542001-05-11 17:41:21 +000012999Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13000
13001 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13002 attributes handling and #54433 by adding xmlUnsetProp()
13003 and xmlUnsetNsProp()
13004
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013005Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13006
13007 * HTMLparser.c: Patch from Jonas Borgström
13008 (htmlGetEndPriority): New function, returns
13009 the priority of a certain element.
13010 (htmlAutoCloseOnClose): Only close inline elements if they
13011 all have lower or equal priority.
13012 * result/HTML: this of course changed a number of tests results.
13013
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013014Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13015
13016 * xmlIO.c catalog.c: plugged in the default catalog resolution
13017 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13018 documentations
13019 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13020
Daniel Veillarda7374592001-05-10 14:17:55 +000013021Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13024 integrating catalogs
13025 * catalog.[ch] testCatalog.c: adding a small catalo API
13026 (only SGML catalog support).
13027 * parser.c: restaured xmlKeepBlanksDefault(0) API
13028
Daniel Veillardc17337c2001-05-09 10:51:31 +000013029Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13030
13031 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13032
Daniel Veillard257d9102001-05-08 10:41:44 +000013033Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13034
13035 * parser.c: added xmlParseExternalEntityPrivate() to allow
13036 propagation of ctxt->_private when parsing external entities
13037
Daniel Veillard083c2662001-05-08 08:27:14 +000013038Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13039
13040 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13041
Daniel Veillard01ef7382001-05-08 07:31:43 +000013042Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13043
13044 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13045
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013046Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13047
13048 * valid.c: warn when indeterminist content model is detected
13049 * result/VC/ElementValid8: this adds a message
13050 * Makefile.am: add --novalid for VCM tests
13051 * parserInternals.c: added a call to Init memory
13052
Daniel Veillard64269352001-05-04 17:52:34 +000013053Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13054
13055 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13056 when both parameters are NULL.
13057
Daniel Veillard37721922001-05-04 15:21:12 +000013058Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13059
13060 * valid.c: applied small patch from Gary Pennington, reindented
13061 some part of the code.
13062
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013063Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13064
13065 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13066 release, updated and regenerated the docs
13067
Daniel Veillard357c9602001-05-03 10:49:20 +000013068Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13069
13070 * xpath.c result/XPath/expr/floats : clarified and cleanup
13071 printing of abnormal floats in tests.
13072
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013073Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13074
13075 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13076 * results/HTML/ : a few changes in the output of the HTML tests as
13077 a result.
13078 * configure.in: tying to fix -liconv where needed
13079
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013080Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13081
13082 * Makefile.am: fixed a stupid error
13083
Daniel Veillard7150a032001-05-02 16:41:11 +000013084Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13085
13086 * configure.in Makefile.am: make the inclusion of the trio
13087 modules in the library conditional
13088
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013089Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13090
13091 * DOCBparser.c: patche from László Kovács, fixed entities refs
13092 in attributes handling
13093
Daniel Veillardedddff92001-05-02 10:58:52 +000013094Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13095
13096 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13097 flushing
13098
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013099Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13100
13101 * xpath.c: fix of an XSLT namespace bug reported on the list
13102 general/bug-8-
13103
Daniel Veillard5792e162001-04-30 17:44:45 +000013104Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13105
13106 * strio.h trio.c: Dan McNichol suggested a couple of small
13107 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13108
Daniel Veillard02141ea2001-04-30 11:46:40 +000013109Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * tree.c parser.c encoding.c: spent a bit more time looking
13112 at the parsing speed and DOM handling. Added a few more
13113 speedups.
13114
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013115Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13116
13117 * parser.c: small but effective parsing speed improvement
13118
Daniel Veillardb59076b2001-04-29 17:04:07 +000013119Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * configure.in: default on the DocBook parser inclusion (for Gnome)
13122 * DOCBparser.h: fixed a header reference
13123
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013124Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13125
13126 * configure.in xpath.c: applied Bjorn patches for FPE on the
13127 alpha
13128
Daniel Veillardeefd4492001-04-28 16:55:50 +000013129Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13130
13131 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13132 xmlSaveFormatFileTo()
13133
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013134Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13135
13136 * xpath.c: simple and efficient optimization, XPath functions
13137 aways bind to the same code, cache this
13138 * TODO: updated (by saying some is obsolete)
13139
Daniel Veillard2156a562001-04-28 12:24:34 +000013140Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13141
13142 * xpath.c: more cleanup work on XPath name parsing routines
13143
Daniel Veillard61d80a22001-04-27 17:13:01 +000013144Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13145
13146 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13147 xmlXPathParseName
13148 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13149 * debugXML.c: avoid compilation problems if compiling without
13150 HTML support, Igor Zlatkovic
13151 * win32/libxml2/libxml2.def.src: being able to compile without
13152 XPath on Windows
13153
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013154Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13155
13156 * libxml.m4: yet another patch from Toshio Kuratomi
13157
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013158Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13159
13160 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13161
Daniel Veillard67fee942001-04-26 18:59:03 +000013162Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13163
13164 * tree.[ch]: added xmlSaveFormatFile interface for saving
13165 and indenting a file.
13166
Daniel Veillard82e49712001-04-26 14:38:03 +000013167Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * xpath.c: fixed bug #53689 related to processing-instruction()
13170
Daniel Veillard02f077a2001-04-26 10:59:11 +000013171Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13172
13173 * DOCBparser.c: patche from László Kovács
13174
Daniel Veillard30211a02001-04-26 09:33:18 +000013175Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13176
13177 * parser.c: applied fixes from Christian Glahn bug report #53391
13178
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013179Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13180
13181 * error.c: Jean François Lecomte provided a complete description
13182 and a fix to bug #53537
13183
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013184Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13187
Daniel Veillard1034da22001-04-25 19:06:28 +000013188Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * DOCBparser.c SAX.c: a bit more work on entities processing.
13191 Still Need to cleanup XML output and references in attributes
13192
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013193Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13194
13195 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13196
Daniel Veillardb33c2012001-04-25 12:59:04 +000013197Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13198
13199 * tree.c: trying to fix #53574, not completely complete,
13200 I would like xmllint --copy --debug test/ent1 and
13201 xmllint --debug test/ent1 to show the same result.
13202 * xpath.c: fix a bug when trying to sort namespace nodes
13203
Daniel Veillard5146f202001-04-25 10:29:44 +000013204Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13205
13206 * HTMLtree.c: real fix for #53402
13207
Daniel Veillard7533cc82001-04-24 15:52:00 +000013208Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
13210 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13211 PIs when using xsl:output
13212 * valid.c: closing #53537 some case generate segfaults if there
13213 is validity errors
13214
Daniel Veillard61b33d52001-04-24 13:55:12 +000013215Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13216
13217 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13218 of external parsed entities, added --noent to testDocbook
13219 * valid.c: Garry Pennington found an uninitialized variable
13220 access in xmlValidateElementContent()
13221
Daniel Veillard56098d42001-04-24 12:51:09 +000013222Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13225 with madness
13226 * result/HTML/ : this modified the result of the regression tests
13227 a lot.
13228
Daniel Veillard122376b2001-04-24 12:12:30 +000013229Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13230
13231 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13232 to doc where it wasn't checked against NULL reported by
13233 Jens Laas
13234
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013235Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13236
13237 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13238 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13239
Daniel Veillardeae522a2001-04-23 13:41:34 +000013240Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13241
13242 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13243 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13244 * SAX.[ch]: cleanup and updates for DocBook
13245 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13246 ex SGML identifier changes
13247 * valid.c: removed a static unused function.
13248
Daniel Veillardde57c612001-04-23 09:13:36 +000013249Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * HTMLtree.c: applied change for Paul Sponagl on script saving
13252 * Makefile.am: the warning about entity title.xml are normal.
13253
Daniel Veillard393df012001-04-22 20:11:18 +000013254Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * configure.in: release of 2.3.7
13257 * Makefile.am: fixing make distcheck
13258
Daniel Veillarda41123c2001-04-22 19:31:20 +000013259Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * doc/html/* doc/xml.html: updated and regenerated the docs
13262
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013263Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13266
Daniel Veillarde82a9922001-04-22 12:12:58 +000013267Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13268
13269 * tree.c: fixed #53388 with the provided patch
13270
Daniel Veillard06803992001-04-22 10:35:56 +000013271Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13272
13273 * valid.c: Bjorn detected an invalid memory access. Fixed
13274 vstateVPush()
13275
Daniel Veillard40af6492001-04-22 08:50:55 +000013276Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13279
Bjorn Reese70a9da52001-04-21 16:57:29 +000013280Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13281
13282 * libxml.h: new header used only for the compilation of libxml
13283 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13284 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13285 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13286 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13287 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13288 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13289 baseline (version 1.2 plus a single patch).
13290 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13291 scientific notation for numbers. Tests added.
13292 * xpath.c: formatting of numbers changed to use sprintf
13293 (contribution from William Brack)
13294
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013295Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13296
13297 * valid.c: cleanup, more useful debugging
13298 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13299 * xmlIO.c: entity loading is printed as an error when validating
13300
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013301Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * valid.c: fixed to validate within entities
13304 * test/VCM/v22.xml: added a specific testcase
13305
Daniel Veillardca1f1722001-04-20 15:47:35 +000013306Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13307
13308 * valid.c: forgot an epsilon transition in for ()+
13309 * test/VCM/v21.xml : added a specific test case
13310
Daniel Veillard85349052001-04-20 13:48:21 +000013311Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13312
13313 * valid.c: removed a state explosion exhibited by RSS
13314 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13315 from bug #51872
13316
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013317Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13320 validation without using an ugly NFA -> DFA algo in the source.
13321 Made a specific algorithm easier to maintain, using a single
13322 stack and without recursion.
13323 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13324 * hash.c: made the growing routine static
13325 * tree.h parser.c: added the parent information to an
13326 xmlElementContent node.
13327
Daniel Veillarde470df72001-04-18 21:41:07 +000013328Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13329
13330 * SAX.c parser.c xpath.c: generating IDs when not validating
13331 from an external parsed entity was poisoning the ID has table
13332 with removed values. This was killing XSLT on the KDE help
13333 browser.
13334
Daniel Veillardceacdd92001-04-18 15:10:35 +000013335Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13336
13337 * entities.h: andrew@ugh.net.au detected a double declaration
13338
Daniel Veillarda10efa82001-04-18 13:09:01 +000013339Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * debugXML.c hash.c tree.h valid.c : some changes related to
13342 the validation suport to improve speed with DocBook
13343 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13344 the way validation errors get reported
13345
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013346Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13347
13348 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13349 by P C Chow and William M. Brack for XSLT HTML output
13350
Daniel Veillard2d90de42001-04-16 17:46:18 +000013351Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13352
13353 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13354 Igor Zlatkovic patches for MSC compilation and added his
13355 updates
13356
Daniel Veillarde043ee12001-04-16 14:08:07 +000013357Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13360 prefix lookup.
13361 * parserInternals.c: fixed the bug reported by Morus Walter
13362 due to an off by one typo in xmlStringCurrentChar()
13363
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013364Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13365
13366 * HTMLparser.c result/HTML/*: revamped the way the HTML
13367 parser handles end of tags or end of input
13368
Daniel Veillard82daa812001-04-12 08:55:36 +000013369Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13370
13371 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13372
Daniel Veillard67a21302001-04-11 14:39:16 +000013373Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13374
13375 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13376 bug where the linktime verions of free() won't work ...
13377
Daniel Veillard27b55282001-04-11 12:22:25 +000013378Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13379
13380 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13381
Daniel Veillardafc73112001-04-11 11:51:41 +000013382Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13383
13384 * doc/xml.html: added 2.3.6 release
13385
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013386Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13387
13388 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13389 * result/wml.xml: resulted in a small output change
13390
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013391Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13392
13393 * tree.c: xmlNewDoc was missing the charset initialization
13394 * xmllint.c: added --auto to autogenerate a doc, allow to
13395 reproduce the problem fixed on xmlNewDoc
13396
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013397Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13398
13399 * xpath.c: trying to get 52979 solved
13400 * tree.c result/ result/noent/: trying to get 52712 solved, this
13401 also made me clean up the fact that XML output in general should
13402 not add formating blanks by default, this changed the output of
13403 a few tests
13404
Daniel Veillard73639a72001-04-10 14:31:39 +000013405Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13408
Daniel Veillardfac26a12001-04-08 13:08:14 +000013409Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * configure.in: finally released 2.3.6
13412
Daniel Veillard911f49a2001-04-07 15:39:35 +000013413Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * xpath.c: checking for null pointer generated by new code
13416
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013417Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13418
13419 * xpath.c: fixed a [] evaluation problem reported
13420 * test/XPath/tests/simpleaddr: extended test
13421 * result/XPath/simpleaddr: updated result
13422
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013423Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13424
13425 * xmllint.c: Dan Timis reported a portability problem
13426 on Macs without mmap, fixed it.
13427
Daniel Veillardb38bd552001-04-03 18:22:00 +000013428Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13429
13430 * testXPath.c : added a --tree option allowing to display the
13431 tree dump of the XPath expression
13432
Daniel Veillard4dd93462001-04-02 15:16:19 +000013433Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13434
13435 * xpath.c: fixed a memleak when comparing nodesets
13436 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13437 * tree.c: added a TODO
13438
Daniel Veillard92ad2102001-03-27 12:47:33 +000013439Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13440
13441 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13442 we need string functions
13443 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13444 to be able to use them where needed. Applied some changes
13445 to reduce name linking pollution and compile in only what's
13446 needed.
13447 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13448 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13449 for the string manipulation functions
13450 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13451 to the free() function of xmlmemory.c
13452 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13453 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13454 usage.
13455
13456
Daniel Veillard2be30642001-03-27 00:32:28 +000013457Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * error.c: applied the context output patch of the error
13460 handling submitted by Chuck Griffith
13461 * error/VC/*: this slightly change some error logs
13462
Daniel Veillard50582112001-03-26 22:52:16 +000013463Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * parser.c: fixed line number reporting on error
13466
Daniel Veillard04be4f52001-03-26 21:23:53 +000013467Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * parser.c: Sullivan and Darin found a parser bug,
13470 applied the patch.
13471
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013472Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13475 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13476 xmlversion.h.in xpointer.c: of course the way I defined
13477 UNUSED breaks on old gcc version. Try to be smart and
13478 also define it directly in xmlversion.h
13479 * configure.in: removed -ansi flag from the pedantic set
13480
13481Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013482 Huge cleanup, I switched to compile with
13483 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13484 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13485 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13486 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13487 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13488 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13489 encoding.h entities.c error.c list.[ch] nanoftp.c
13490 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13491 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13492 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13493 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13494 Cleanup, staticfied a number of non-exported functions,
13495 detected and cleaned up a dozen of problem found this way,
13496 avoided a lot of public function name/typedef/system names clashes
13497 * doc/xml.html: updated
13498 * configure.in: switched private flags to the really pedantic ones.
13499
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013500Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13501
13502 * configure.in: 2.3.5
13503 * doc/html/*: rebuilt the docs
13504
Daniel Veillard146c9122001-03-22 15:22:27 +000013505Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13506
13507 * parser.c: fixed a reported bug in NOTATION parsing
13508 * uri.c: accepted but not fixed bug 51876, added TODO
13509 * Makefile.am: fixed bug 51876
13510
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013511Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13512
13513 * config.h.in configure.in error.c: fix a compilation problem
13514 on platforms without vsnprintf (xml@thewrittenword.com)
13515
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013516Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13517
13518 * parser.c: fixed a function name header typo
13519 * SAX.c: notations can also occur in external subset.
13520
Daniel Veillard7d42b542001-03-20 13:22:46 +000013521Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * error.c: removed a C++ like comment
13524
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013525Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * parser.c: fixing bug 52299 strange condition leading
13528 to a parser crash due to a buffer overflow
13529 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13530 added the specific test case
13531
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013532Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13533
13534 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13535 xmlXPathConvert{String,Number,Boolean} to be able to make
13536 type casts without a context stack, fixed some implementation
13537 problems related to the absence of context at parse-time,
13538 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13539 in the public API too
13540 * xpointer.c xpathInternals.h: we need to know at parse time
13541 whether we are compiling an XPointer
13542
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013543Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13544
13545 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13546 cleaned up the parser internals, refactored XPath code, added
13547 new compilation based APIs and cleanly separated public and
13548 private APIs.
13549
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013550Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13551
13552 * xpath.h: the comp field must be added at the end to avoid
13553 killing binary compat.
13554
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013555Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * Makefile.am: detect XPath memleaks in regreson tests
13558 * error.c: fixed and error w.r.t. error reporting still using
13559 stderr
13560 * hash.c: added new line at end of file
13561 * tree.h: minor cleanup
13562 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13563 expression parsing from evaluation, resulted in a number of
13564 changes internally, and in XPointer. Likely to break stuff
13565 using xpathInternals.h but should remain binary compatible,
13566 new interfaces will be added.
13567
Daniel Veillardd574f782001-03-14 19:40:17 +000013568Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * configure.in: fixed a couple of problems reported by
13571 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13572 without gcc on non linux platforms.
13573
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013574Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13575
13576 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13577 a fix for --with-html-dir= configure support. I hope it won't
13578 break rpm generation
13579
Daniel Veillarda022fe02001-03-14 16:30:00 +000013580Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * xmlIO.c: one function comment cleanup.
13583
Daniel Veillard25239c12001-03-14 13:56:48 +000013584Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13585
13586 * SAX.c: external subset notations were improperly registered
13587 in the internal subset.
13588
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013589Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13590
13591 * README.cvs-commits: added, pointing to HACKING
13592 * HACKING: updated
13593
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013594Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13595
13596 * parser.c: and Matt Sergeant found one in the XML push
13597 parser (erroneous check I forgot to remove when I fixed the
13598 main parser).
13599
Daniel Veillard68d7b672001-03-12 18:22:04 +000013600Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * xpath.c: ptittom found a small bug in UnaryExpr
13603
Daniel Veillarde356c282001-03-10 12:32:04 +000013604Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13605
13606 * configure.in: bumped to 2.3.4
13607 * error.c: fixed bug #51860
13608 * tree.c: fixed bug #51861
13609 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13610 * tree.[ch] : added xmlDefaultBufferSize
13611 * nanoftp.c: typo in function name header block
13612 * doc/xml.html : updated, added link to XML::LibXSLT
13613 * doc/html/* : rebuilt the docs
13614
Daniel Veillard80f32572001-03-07 19:45:40 +000013615Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13616
13617 * parser.c SAX.c: the new content parsing code raised an
13618 ugly bug in the characters() SAX callback. Found it
13619 just because of strangeness in XSLT XML Rec ouptut :-(
13620
Daniel Veillard6c831202001-03-07 15:57:53 +000013621Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13622
13623 * Makefile.am: Martin Baulig suggested to add -lm
13624 * tree.c: found another bug in xmlNodeGetContent()
13625
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013626Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13627
13628 * xpath.c: Bjorn found the error related to strictness of comparison.
13629
Daniel Veillard29631a82001-03-05 09:49:20 +000013630Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * parser.c: trying to fix the Dtd parsing problem reported
13633 by Gary, side effect of last week speed optimizations.
13634
Daniel Veillard14be0a12001-03-03 18:50:55 +000013635Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13636
13637 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13638 * parserInternals.c: removed unneeded test raised by Stric
13639
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013640Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13641
13642 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13643 and fixed by William Brack). Added xmlXPathFormatNumber.
13644 Changed the sorting slightly.
13645 * configure.in Makefile.am example/Makefile.am: Added -lm.
13646 Please note that applications linking with libxml2, must
13647 also like with the math library from now on.
13648
Daniel Veillardf9533d12001-03-03 10:04:57 +000013649Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13652
Daniel Veillard2f362242001-03-02 17:36:21 +000013653Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * parser.c: one must report spaces even if the Dtd element
13656 content proves that this is not part of the element content.
13657 * result/valid/*.xml: this changed the ouptu slightly
13658
Daniel Veillardb402c072001-03-01 17:28:58 +000013659Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13660
13661 * configure.in: bumped to 2.3.3
13662 * doc/xml.html: updated
13663
Daniel Veillard77851712001-02-27 21:54:07 +000013664Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * tree.c: minor doc fix
13667 * xpath.c: deallocation issues when a result tree has been
13668 converted to a node-set
13669
Daniel Veillardec70e912001-02-26 20:10:45 +000013670Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * doc/xml.html: oops corrected dates s/2000/2001
13673
Daniel Veillard8730c562001-02-26 10:49:57 +000013674Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * valid.c: new patch from Gary Pennington
13677
Daniel Veillard91e9d582001-02-26 07:31:12 +000013678Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13679
13680 * doc/xml.html: applied patch from Ankh
13681
Daniel Veillardedac3c92001-02-26 01:36:19 +000013682Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13683
13684 * xinclude.c: fixed a problem building on Mac
13685
Daniel Veillard21a0f912001-02-25 19:54:14 +000013686Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * parser.c: more work on increasing parsing ferformances
13689
Daniel Veillard48b2f892001-02-25 16:11:03 +000013690Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13691
13692 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13693 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13694 avoiding memcpy in production builds MEM_CLEANUP macro use
13695 * parser.[ch] parserInternals.c: optimizations of the tightest
13696 internal loops inside the parser. Better checking of I/O
13697 flushing/loading conditions
13698 * xmllint.c : added --timing
13699
Daniel Veillard71681102001-02-24 17:48:53 +000013700Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * configure.in: bumped to 2.3.2
13703 * doc/xml.html: updated for release
13704
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013705Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * xpath.c: found a memleak and fixed a nasty bug
13708
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013709Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13710
13711 * xmllint.[c1] : added return code errors for xmllint
13712 * xpath.c: specific debug dump function for result value trees
13713
Daniel Veillard4b637072001-02-21 21:52:55 +000013714Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * xpath.c: finally implemented xmlXPathCompareNodeSets
13717 * test/XPath/expr/floats results/XPath/expr/floats: added
13718 a test for float expressions
13719
Daniel Veillardf714aa32001-02-21 03:07:44 +000013720Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13723 * parserInternals.[ch]: trying to speed up parsing
13724 * xpath.c : speeded up node set equality op
13725
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013726Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13727
13728 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13729 better handling of ID/IDREF and the list modules associated
13730 * configure.in: small CFLAGS cleanup
13731
Daniel Veillarda8abee62001-02-19 15:14:59 +000013732Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13733
13734 * configure.in: fixed iconv detection on AIX (stric)
13735
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013736Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013737
13738 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13739
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013740Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13741
13742 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13743 and optimized xmlXPathNodeSetSort
13744
Daniel Veillard142adbf2001-02-17 13:21:05 +000013745Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * xpath.c: bug fix when context size is 0
13748 * parser.c: I like Norm's Dtd because they still manage to break
13749 the parser occasionally
13750
Daniel Veillardf23e0092001-02-16 13:21:29 +000013751Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13754
Daniel Veillarde0e26512001-02-16 00:11:46 +000013755Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13758 attributes within the XML-1.0 namespace
13759
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013760Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * xpathInternals.h: exported a few axis functions
13763 * doc/xml.html: updated the doc
13764
Daniel Veillard760f4422001-02-15 14:59:48 +000013765Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13766
13767 * configure.in: applied patch from Daniel van Balen for OpenBSD
13768 and bumped version to 2.3.1
13769 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13770 attempt to find autoclosing was simply broken, removed it,
13771 updated the examples, this is better
13772
Daniel Veillardd194dd22001-02-14 10:37:43 +000013773Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13774
13775 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13776 hash functionnalities.
13777 * doc/html/* : rebuild the doc
13778
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013779Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13780
13781 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13782 on predicate
13783 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13784 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13785 really want to have tags closed on output even if we accept
13786 unclosed ones on input
13787
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013788Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13789
13790 * xpath.c: ouch don't free NULL, rare case fixed
13791 * tree.c: don't coalesce text nodes if they don't have the
13792 same behaviour wrt escaping on output
13793
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013794Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13795
13796 * xpath.c: small fixup
13797 * SAX.c: don't warn on empty namespaces.
13798
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013799Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13800
13801 * README: a bit of cleanup
13802 * configure.in: preparing for 2.3.0 release
13803
Daniel Veillard1f83d392001-02-08 09:37:42 +000013804Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * hash.[ch]: added a first version of xmlHashSize()
13807 * valid.c: another bug fix from Gary Pennington
13808
Daniel Veillard5eef6222001-02-07 18:24:48 +000013809Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13810
13811 * valid.c: couple of bug fixes pointed by Gary Pennington
13812 * HTMLtree.c: #if 0 cleanup
13813
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013814Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13815
13816 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13817 which removes a time consuming check of xmlXPathNodeSetAdd()
13818 and use it in places where we are sure to not break unicity
13819
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013820Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * xpath.c: bug fixes found from XSLT
13823 * tree.c: preserve node->name special values when copying nodes.
13824 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13825 external subset are fetched when available but without full
13826 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13827 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13828 output with encoding disabled.
13829
Daniel Veillard2c833b62001-02-03 08:52:06 +000013830Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13833 xmlCheckFilename should not be called from xmlFileOpenW
13834 and xmlGzfileOpenW
13835
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013836Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13837
13838 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13839 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13840 added the new tests for URI normalization
13841 * testURI.c: fixed stoopid bugs
13842 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13843 the URI in the error messages are now properly normalized
13844
Daniel Veillardea28ce62001-02-02 08:20:19 +000013845Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13848
Daniel Veillarde99a4762001-02-01 04:34:35 +000013849Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13850
13851 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13852
Daniel Veillard2b325a02001-01-31 20:46:31 +000013853Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * xpath.c: fixed mod operator
13856
Daniel Veillardde55cf62001-01-31 15:53:13 +000013857Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13858
13859 * parser.c: fixed xmlStrcat doc
13860 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13861 trees.
13862
Daniel Veillard2f913b72001-01-31 13:23:49 +000013863Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * xpath.c result/XPath/tests/chaptersbase
13866 result/XPath/tests/simplebase: fixed XPath node()
13867 * tree.c: small fix in xmlNewNs()
13868 * Makefile.am: removed extraneous xml2Conf.sh rule
13869
Daniel Veillardb42042b2001-01-28 07:40:36 +000013870Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13871
13872 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13873 Changed the library name, in order to get libxml-devel and
13874 libxml2-devel to coexist on a single system
13875 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13876 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13877
Daniel Veillardee0a4662001-01-27 18:59:33 +000013878Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13879
13880 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13881 libxml2-devel installable in // as libxml-devel.
13882
Daniel Veillard5eb05942001-01-27 17:50:22 +000013883Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13884
13885 * doc/Makefile.am: fixed make rebuild in doc
13886 * doc/html/*.html: rebuilt the docs
13887
Daniel Veillard65c295d2001-01-26 09:32:39 +000013888Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13889
13890 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13891
Daniel Veillard8e199902001-01-25 18:54:39 +000013892Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13893
13894 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13895 the HTML doc to go into the -devel RPM ...
13896 * aclocal.m4 config.h.in: some updates due to auto* magic
13897
Daniel Veillard93086662001-01-25 18:13:04 +000013898Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13899
13900 * xpath.h: added a hook in the context structure allowing to
13901 link to extra support, needed for XSLT
13902
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013903Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13904
13905 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13906 xmlXPtrCmpPoints to use it.
13907 * propagated the following patch from Alejandro Forero
13908 * include/win32config.h xmlIO.c: applied further suggestions
13909 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13910 * example/gjobread.c: fixed warnings, now that it builds
13911
13912Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13913
13914 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13915
13916 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13917 filename points to a valid file (not a directory).
13918 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13919 Added calls to xmlCheckFilenameDir.
13920
13921 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13922 `path' (rather than `filename') as the parameter to gzopen and open.
13923
Daniel Veillard48177c22001-01-23 15:27:41 +000013924Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * Makefile.am: fixed a problem with EXTRA_DIST
13927
Daniel Veillardb83ba402001-01-22 22:45:10 +000013928Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13929
13930 * Makefile.am example/Makefile.am: finally found the trick
13931 to build the example, i.e. add "." in SUBDIRS before example
13932 in the list <grin/>
13933
Daniel Veillard82687162001-01-22 15:32:01 +000013934Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13935
13936 * doc/xml.html: updated with an XSLT section, removed pointer to
13937 W3C CVS base.
13938
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013939Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13940
13941 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13942 too, and deallocation need to occur the same way.
13943
Daniel Veillarde4566462001-01-22 09:58:39 +000013944Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13945
13946 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13947 type correponding to an XSLT result tree fragment. Share most
13948 of the data format with node set, as well as operators.
13949 * HTMLtree.c: added a newline at the end of the doctype output
13950 whe this one is not present initially.
13951 * tree.c: make sure taht the parent and doc pointers are properly
13952 set when copying attributes (lists).
13953
Daniel Veillard701c7362001-01-21 09:48:59 +000013954Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13955
13956 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13957
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013958Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * xpath.c: seems I finally killed that ugly path evaluation
13961 context bug (tagged 9999 in case is is wrong)
13962
Daniel Veillard8f4d9752001-01-19 05:32:34 +000013963Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
13966 for XSLT
13967
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000013968Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
13971 for xmlGzfileOpen() bug
13972
Daniel Veillardf6eea272001-01-18 12:17:12 +000013973Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13974
13975 * xpath.c: removed an error found by XSLT usage
13976 * tree.c parserInternals.h: use a predefined static string
13977 for text and comment nodes, avoid freeing them in xmlFreeNode,
13978 exported the string name in parserInternals.h and added
13979 another value to disable encoding at output (for XSLT),
13980 gain memory, time.
13981
Daniel Veillard8f2cc572001-01-17 08:19:35 +000013982Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
13985 win32/libxml2/libxml2_so.dsp: new makefiles and update
13986 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13987
Daniel Veillardf831bfb2001-01-16 17:26:04 +000013988Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13989
13990 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
13991 Gary Pennington
13992
Daniel Veillard389e6b72001-01-15 19:41:13 +000013993Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * xpath.c: fixed the comaprision of values and nodelists,
13996 need to compare nodelist still ...
13997 * debugXML.c: avoided a possible core dump
13998 * HTMLparser.c: cleanup
13999 * nanohttp.c: contributed fix.
14000 * tree.c: fixes in properties handling added xmlSetNsProp
14001 needed by libxslt
14002 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14003 comment
14004 * TODO: updated
14005
Daniel Veillard167bd532001-01-06 21:09:34 +000014006Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * parser.c parserInternals.c: applied Bjorn Reese optimization
14009 patch
14010
14011Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * Makefile.am: applied patch fro make check from Martin Vidner
14014
Daniel Veillard503b8932001-01-05 06:36:31 +000014015Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14016
14017 * configure.in: preparing 2.2.11
14018 * doc/html/*: rebuild the HTML files
14019 * doc/xml.html : updated
14020
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014021Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * tree.c: fixed a stupid bug
14024 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14025 patches related to validation of an XInclude processing result
14026 * TODO: updated
14027
Daniel Veillarde2488192001-01-04 10:54:22 +000014028Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14029
14030 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14031 on large files
14032
Daniel Veillardf060a412001-01-03 20:52:44 +000014033Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14036
Daniel Veillard45cff692001-01-03 18:02:04 +000014037Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14040 reported by Jonas Borgström
14041 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14042
Daniel Veillard08108982001-01-03 15:24:58 +000014043Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14044
14045 * testXPath.c xpath.c: fixing the XPath union expressions problem
14046 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14047
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014048Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14049
14050 * xmllint.c: Made is so if the file name is "-" is will read form
14051 standard input. Sven Heinicke <sven@zen.org>
14052 * tree.c: fixed a problem when growing buffer
14053 * tree.h: fixed the comment of the node types following andersca
14054 comment
14055 * TODO: updated
14056
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014057Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14058
14059 * HTMLparser.[ch]: added a way to avoid adding automatically
14060 omitted tags. htmlHandleOmittedElem() allows to change the
14061 default handling.
14062 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14063 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14064 of xmllint too when using --memory flag, added a memory test
14065 suite at the Makefile level.
14066 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14067 with namespace use when encountering QNames in XPath evalation,
14068 added xmlns() scheme in XPointer.
14069 * nanoftp.c : incorporated a fix
14070 * parser.c xmlIO.c: fixed problems raised with encoding when using
14071 the memory I/O
14072 * parserInternals.c: closed bug 25934 reported by
14073 torsten.landschoff@innominate.de
14074 * TODO: updated
14075
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014076Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14077
14078 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14079 on a non-updated tree :-(, made a 2.2.10 release to correct the
14080 situation
14081
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014082Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14083
14084 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14085 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14086 integrated a set of OpenVMS changes from Howard Taylor
14087 <Howard.Taylor@pacoast.com>
14088
Daniel Veillard58770e72000-11-25 00:48:47 +000014089Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14090
14091 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14092 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14093
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014094Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14095
14096 * HTMLparser.c: some fixes on auto-open of html/head/body
14097 * encoding.c: fixed a compilation error on some gcc env
14098 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14099 XPointer implementation
14100 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14101 related XPointer tests and associated results
14102
Daniel Veillard300f7d62000-11-24 13:04:04 +000014103Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14104
14105 * doc/xmldtd.html doc/xml.html: following a short step by step
14106 guidance on IRC to help maciej with DTDs I started a small
14107 page on the subject.
14108
Daniel Veillard748e45d2000-11-17 16:36:08 +000014109Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14110
14111 * HTMLparser.c: fixed handling of broken charrefs
14112 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14113 patches
14114
Daniel Veillard28929b22000-11-13 18:22:49 +000014115Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14116
14117 * doc/xml.html doc/html/* : rebuilt the docs after adding
14118 xinclude and updated page for 2.2.7 and 2.2.8
14119 * configure.in: releasing 2.2.8
14120
Daniel Veillard41e06512000-11-13 11:47:47 +000014121Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14122
14123 * parser.[ch] parserInternals.c: applied the conditional
14124 section processing fix from Jonathan P Springer
14125 <jonathan.springer2@gte.net>
14126 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14127 project file, fixed iconv default non support
14128 * xpath.c: fixed the problem of evaluating relative expressions
14129 when a node context is provided.
14130
Daniel Veillardbf432752000-11-12 15:56:56 +000014131Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14132
14133 * nanoftp.c: fixed gcc 2.95 new warnings
14134 * SAX.c: fixed a stupid bug
14135 * tree.c: fixed a formatting problem when round-tripping
14136 from/to memory
14137 * xinclude.c: chased memleak, fixed a base problem
14138 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14139 xmlXPtrBuildNodeList()
14140 * TODO: updated
14141 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14142 adding a first small set of regression tests for XInclude
14143
Daniel Veillardc2def842000-11-07 14:21:01 +000014144Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14145
14146 * nanohttp.[ch]: applied Wayne Davison patches to access
14147 the WWW-Authorization header.
14148 * parser.c: Closed Bug#30847: Problems when switching encoding
14149 in short files by applying Simon Berg's patch.
14150 * valid.c: fixed a validation problem
14151 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14152 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14153 Wayne Davison
14154 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14155 need to be extended to non full nodes selections.
14156 * xinclude.c: starts to work decently
14157
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014158Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14159
14160 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14161 debugXML.c xmlversion.h.in: Started adding XInclude support,
14162 this is a new xmllint option
14163 * tree.c xpath.c: applied TOM patches for XPath
14164 * xpointer.c: fixed a couple of errors.
14165 * uri.c: added an escaping function needed for xinclude
14166 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14167 new warning from RH70 gcc's version
14168
Daniel Veillarda4964b72000-10-31 18:23:44 +000014169Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14170
14171 * HTMLparser.c: fixed loop on invalid char in scripts
14172 * parser.c: update to description of xmlIOParseDTD()
14173 * libxml.m4 xmlversion.h.in: changes contributed by
14174 Michael Schmeing <m.schmeing@internet-factory.de>
14175 * configure.in: preparing for 2.2.7
14176 * Makefile.am: trying to avoid config.h and acconfig.h
14177 being included in the distrib
14178 * configure.in: released 2.2.7
14179
14180Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14181
14182 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14183 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14184
Daniel Veillard01411222000-10-30 15:33:22 +000014185Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14186
14187 * parser.[ch]: added xmlIOParseDTD()
14188 * xpointer.c: added support for the 2 extra parameters of
14189 string-range, fixed a stoopid error when '0' was present
14190 in XPointer expressions
14191 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14192 testsuite for the above
14193
Daniel Veillard6db58192000-10-30 09:27:53 +000014194Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14195
14196 * libxml.spec.in: improved package descriptions
14197
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014198Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14199
14200 * xpath.c xpathInternals.h: applied a large cleaning patch
14201 from TOM <ptittom@free.fr>, it also add namespace support
14202 for function and variables registration.
14203
Daniel Veillardbd20df72000-10-29 17:53:40 +000014204Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14205
14206 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14207 * Makefile.mingw: Wayne Davison's update adding hash.c
14208
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014209Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14210
14211 * xpath.c: fixed the root evaluation problems
14212 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14213 ignorable spaces with <b> <bold> <em>
14214 * tree.c: fixed a loop in xmlSearchNsByHref()
14215
Daniel Veillard767662d2000-10-27 17:04:52 +000014216Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14217
14218 * xpath.c: applied another XPath patch from TOM
14219 * xpath.c include/makefile.am: applied another patch from
14220 china@thewrittenword.com (cleanup on IRIX).
14221
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014222Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14223
14224 * xml-config.1: received a fixed version from Fredrik Hallenberg
14225 <hallon@lysator.liu.se>
14226
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014227Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14228
14229 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14230 cleanup patch for XPath
14231
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014232Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14233
14234 * patched to redirrect all "out of context" error messages to
14235 a reconfigurable routine. The changes are:
14236 * xmlerror.h : added the export of an error context type (void *)
14237 an error handler type xmlGenericErrorFunc there is an interface
14238 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14239 to reset the error handling routine and its argument
14240 (by default it's equivalent to respectively fprintf and stderr.
14241 * all the c files: all wild accesses to stderr or stdout within
14242 the library have been replaced to calls to the handler.
14243
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014244Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14245
14246 * configure.in: release 2.2.6
14247 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14248 exporting the inner functions of xpath for extension modules
14249 * doc/*: updated and rebuilt the doc
14250
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014251Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14252
14253 * nanohttp.c : applied Wayne HTTP cleanup patch
14254 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14255 and xmlNodeSetSpacePreserve()
14256
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014257Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14258
14259 * xpath.c: closing bug #29260
14260
Daniel Veillard126f2792000-10-24 17:10:12 +000014261Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14262
14263 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14264 multikey tuples, made hash structure opaque
14265 * valid.[ch]: moved elements, attributes, notations decalarations
14266 as well as ID and refs to hash tables.
14267 * entities.c: hash cleanup
14268 * xmlmemory.c: fixed a dump problem in debug mode
14269 * include/Makefile.am: problem passing in DESTDIR= values patch
14270 from Marc Christensen <marc@calderasystems.com>
14271 * nanohttp.c: removed debugging remains
14272 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14273 * HTMLparser.c parser.c: fixing a number of problems with the
14274 macros in the *parser.c files (Wayne).
14275 * HTMLparser.c: close the previous option when opening a new one
14276 (Marc Sanfacon).
14277 * result/HTML/*: updated the HTML results accordingly
14278
Daniel Veillard52afe802000-10-22 16:56:02 +000014279Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14280
14281 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14282 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14283 XPath functions and XML entities table to them. More to come...
14284 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14285
Daniel Veillard683cb022000-10-22 12:04:13 +000014286Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14287
14288 * tree.c: coalesce adjacent text nodes
14289 * valid.c: handling of blank nodes in DTd validation (raised
14290 by problems with a posteriori validation).
14291 * nanohttp.c: changing behaviour on HTTP write stuff.
14292 * HTMLtree.c: forced body and html to be explicitely closed.
14293 * xpath.h: exported more XPath functions.
14294
Daniel Veillard1baf4122000-10-15 20:38:39 +000014295Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14296
14297 * Release of 2.2.5
14298 * xpointer.c: range() range-inside and other helper functions
14299 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14300
Daniel Veillard47e12f22000-10-15 14:24:25 +000014301Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14302
14303 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14304 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14305
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014306Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14307
14308 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14309 and XPointer modules
14310
Daniel Veillard134c9f32000-10-15 10:27:08 +000014311Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14312
14313 * SAX.h: closed #25107
14314
Daniel Veillard39915622000-10-15 10:06:55 +000014315Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14316
14317 * testSAX.c: fixed problem with cdata reporting
14318 * SAXresult/* : updated
14319
Daniel Veillard1e851392000-10-15 10:02:56 +000014320Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14321
14322 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14323 Closed bug #27499, added to regression tests
14324 * TODO: updated
14325
Daniel Veillard7eda8452000-10-14 23:38:43 +000014326Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14327
14328 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14329 support for SCRIPT and STYLE with help from Bjorn Reese
14330 * test/HTML/* result/HTML/*: added simple testcase and updated
14331 the existing ones.
14332
Daniel Veillardff9c3302000-10-13 16:38:25 +000014333Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14334
14335 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14336 string-range for empty strings
14337 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14338 test/XPath/xptr/strrange: augmented the XPointer testsuite
14339
Daniel Veillard189446d2000-10-13 10:23:06 +000014340Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14341
14342 * doc/xml.html doc/xmlmem.html: added a module describing memory
14343 interfaces and use, updated the main page.
14344
Daniel Veillard2f971a22000-10-12 23:26:32 +000014345Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14346
14347 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14348 nanoftp code work on Windows too now
14349
14350Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014351
14352 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14353 * xpointer.c: implemented string-range() at least a good first version
14354 * test/XPath/docs/str test/XPath/xptr/strrange
14355 result/XPath/xptr/strrange: the string-range() tests
14356
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014357Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14358
14359 * Makefile.am include/Makefile.am include/win32config.h
14360 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14361 and make distcheck
14362
Daniel Veillard19d61112000-10-11 23:50:35 +000014363Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14364
14365 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14366 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14367 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14368
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014369Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14370
14371 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14372 patch for socklen_t detection by
14373 Albert Chin-A-Young <china@thewrittenword.com>
14374
Daniel Veillardcd429612000-10-11 15:57:05 +000014375Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14376
14377 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14378 and added a --dtdvalid option to xmllint used to test it
14379
Daniel Veillard47c02452000-10-11 13:04:36 +000014380Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14381
14382 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14383 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14384
Daniel Veillard2d38f042000-10-11 10:54:10 +000014385Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14386
14387 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14388 handlings (registration, lookup, cleanup)
14389
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014390Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14391
14392 * configure.in Makefile.am include/makefile.am: adding XPointer
14393 and XPtrtests target
14394 * xpointer.[ch] : new files for XPointer support
14395 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14396 more XPath tests
14397
Daniel Veillard57fda592000-10-10 23:24:14 +000014398Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14399
14400 * configure.in: fixed, very broken, make distcheck works again
14401
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014402Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14403
14404 * More work toward 2.2.5, integrated a number of patches
14405 * configure.in Makefile.am win32config.h.in: trying to cleanup
14406 make distcheck .... huh ...
14407 * include/Makefile.am include/win32config.h: new directory
14408 for includes
14409 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14410 updated teh makefiles and instructions for WIN32
14411 * xpath.c: small fixes
14412 * test/XPath/ results/XPath: updated the testcases and results
14413 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14414 suggested patches
14415 * valid.c: fixed an ID bug
14416
Daniel Veillardb71379b2000-10-09 12:30:39 +000014417Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14418
14419 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014420 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014421 * xpath.[ch]: worked on XPointer
14422
Daniel Veillard7e99c632000-10-06 12:59:53 +000014423Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * configure.in Makefile.am: 2.2.5, ship the include in an
14426 include/libxml subdirectory, use symlinks when using CVS
14427 * testSAX.c: fixed small bug
14428 * testXPath.c: changed the way testfiles are parsed
14429 * debugXML.c: same kind of cleanup when parsing an argument expression
14430 XPath/XPointers can have blanks embedded
14431 * xpath.[ch]: more cleanup, reorgs for XPointer work
14432 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14433 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14434
Daniel Veillard55b91f22000-10-05 16:30:11 +000014435Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14436
14437 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14438 in the XPath engine, rewrote large parts of it, now it's far
14439 cleaner and in sync with the REC not an old WD. Fixed a parsing
14440 problem in the interactive XML shell found when testing XPath.
14441
Daniel Veillardac260302000-10-04 13:33:43 +000014442Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14443
14444 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14445 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14446 examples with the extra test
14447
Daniel Veillard7cfce322000-10-04 12:40:27 +000014448Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14449
14450 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14451 the global init function.
14452
Daniel Veillard970112a2000-10-03 09:33:21 +000014453Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14454
14455 * HTMLparser.c: Doohhh, attribute name parsing was still case
14456 sensitive ! Fixed this ...
14457 * result/HTML/* : updated the tests results accordingly
14458
Daniel Veillard740abf52000-10-02 23:04:54 +000014459Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14460
14461 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14462 engine, should be far more stable, incorporated a new version of
14463 preceding/following axis, need testing
14464 * uri.c: fixed file:///c:/a/b/c problem
14465 * test/XPath/tests/idsimple: augmented the XPath tests
14466
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014467Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14468
14469 * doc/* rebuilding docs for 2.2.4 release
14470
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014471Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14472
14473 * configure.in: releasing 2.2.4
14474 * parser.[ch]: added xmlStrEqual()
14475 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14476 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14477 use xmlStrEqual instead
14478 * TODO: updated
14479 * added an XPath test
14480
Daniel Veillardbc765302000-10-01 18:23:35 +000014481Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14482
14483 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14484 * entities.h: exported xmlInitializePredefinedEntities
14485 * parser.[ch] : added xmlInitParser()
14486 * parserInternals.h : had to export htmlInitAutoClose()
14487
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014488Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14489
14490 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14491 problems
14492 * Makefile.am : added XPath regression tests to normal tests
14493 * uri.c: fixed a problem with local paths, cleanup
14494 * parser.c: fixed a problem with large CData sections
14495
Daniel Veillardd2ade932000-09-30 14:39:55 +000014496Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14497
14498 * configure.in xml-config.in: patch from "Ben Taylor"
14499 <sol7x86@hotmail.com> for solaris shared libs lookup
14500
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000145012000-09-30 Martin Baulig <baulig@suse.de>
14502
14503 * libxml-2.0.pc.in: Provide pkg-config script.
14504
14505 * configure.in: Create the libxml-2.0.pc script from the
14506 libxml-2.0.pc.in templates.
14507 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014508 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014509
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014510Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14511
14512 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14513 when compiling with MSC
14514
Daniel Veillard46057e12000-09-24 18:49:59 +000014515Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14516
14517 * xpath.c: patch for normalize-string() substring-before(),
14518 substring-after() and translate() functions from Bjorn Reese
14519 <breese@mail1.stofanet.dk>
14520 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14521 Fredrik Hallenberg <hallon@lysator.liu.se>
14522 * TODO: updated
14523
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014524Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14525
14526 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14527 problem of socklen_t being undefined on a number of platforms
14528 * debugXML.c: fixed a compilation problem when without snprintf
14529
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014530Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14531
14532 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14533 an URI bug and a fix for the control-character-induced infinite loop
14534 * nanohttp.c: preventive fix for compiling on WIN32
14535
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014536Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14537
14538 * xmlint.c: closing bug #25000
14539
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014540Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14541
14542 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14543 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14544 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14545 related function, fixing xmlStrncmp(), and associated cleanup
14546 * result/HTML/entities.html.sax: updating result
14547
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014548Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14549
14550 * uri.c: applied patch for URI escaping from Wayne Davison
14551 <wayned@blorf.net>
14552 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14553 from Denis Barbier <barbier@imacs.polytechnique.fr>
14554 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14555 patch from Wayne Davison
14556
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014557Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * doc/xml.html : updated with new releases, adding "how to help"
14560
Daniel Veillard04698d92000-09-17 16:00:22 +000014561Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14562
14563 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14564 removed a few warnings in pedantic mode ...
14565 * parserInternals.c parser.c: moved encoding switching function
14566 to parserInternals.c
14567 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14568
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014569Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14570
14571 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14572 error or warning handlers
14573
Daniel Veillardb1059e22000-09-16 14:02:43 +000014574Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14575
14576 * parserInternals.c parserInternals.h parser.c Makefile.am:
14577 created a new module parserInternals.c, moved most of the
14578 code shared by the various parsers there, as well as
14579 deprecated code from parser.c. More cleanup of parser.c
14580 * uri.c: fixed a problem when URI is NULL
14581 * valid.c: speedup when looking for an attribute declaration
14582
Daniel Veillard39c7d712000-09-10 16:14:55 +000014583Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14584
14585 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14586 the cleanup of the computation of URI references when seeking
14587 external entities. The URI reference string and the resulting
14588 URI are both stored now.
14589 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14590 large s(n)printf checks and cleanup from Denis Barbier
14591 <barbier@imacs.polytechnique.fr>
14592 * xmlversion.h.in tree.h: couple of SGML declarations for a
14593 possible docbook module.
14594 * result/VC/ : a couple of test output changed due to the change
14595 of the entities URI
14596
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014597Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14598
14599 * parser.h: added a _private field for linking user's data
14600
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014601Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14602
14603 * parser.c parserInternals.h: demacroified most of the IS_XXX
14604 the gain in size is significant so ...
14605
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014606Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14607
14608 * entities.c: cases where looking up entities with doc==NULL
14609 covered
14610
Daniel Veillard90e11312000-09-05 10:42:32 +000014611Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14612
Daniel Veillard1de50802000-09-07 08:54:32 +000014613 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014614 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14615
Daniel Veillard98a79162000-09-04 11:15:39 +000014616Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14617
Daniel Veillard1de50802000-09-07 08:54:32 +000014618 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014619 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14620 * Makefile.in: added URItest and included thenin "make tests"
14621
14622Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014623
14624 * xmlversion.h.in: closed bug 22941
14625
Daniel Veillard2bb89092000-08-31 14:57:50 +000014626Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14627
14628 * doc/xmlio.html: added doc and example for entity loader
14629 redefinition.
14630
Daniel Veillard96984452000-08-31 13:50:12 +000014631Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14632
14633 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14634 used by libxml
14635
Daniel Veillarde715dd22000-08-29 18:29:38 +000014636Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14637
14638 * parser.c: Fixed bug on invalid ontent characters and when using
14639 push.
14640 * xmllint.c: fixed xmllint endling of errors in push mode
14641
Daniel Veillard4948eb42000-08-29 09:41:15 +000014642Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14643
14644 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014645 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014646 * result/HTML/*.sax: regenerated HTML SAX output
14647 * parser.c: more cleanup.
14648
Daniel Veillarde010c172000-08-28 10:04:51 +000014649Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
14651 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014652 patches from Wayne Davison <wayned@users.sourceforge.net>,
14653 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014654 * HTMLparser.c: fixed an ignorable white space detection bug
14655 occuring when parsing with SAX only
14656 * result/HTML/*.sax: updated since the output is now HTML
14657 encoded...
14658
Daniel Veillard47f3f312000-08-27 22:40:15 +000014659Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14660
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014661 * HTMLparser.[ch]: applied some of Wayne Davison
14662 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014663
Daniel Veillarde0854c32000-08-27 21:12:29 +000014664Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14665
14666 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14667 undeclared namespace prefix was used, added a warning.
14668 Cleaned up support w.r.t. entities, spilling out a warning
14669 and being pedantic on lookups.
14670 * test/warning/ent9 : added testcase for previous example.
14671 * TODO: updated
14672 * parserInternals.h parser.c: changed the way names are parsed
14673 now allow infinite size and decrease penalty for normal use
14674 * parser.c: Started a big cleanup/check of the parser code,
14675 fixed some of the most tortuous entity code, spotted code
14676 unused anymore
14677 * test/*: added tests for very long names and related nasty
14678 things.
14679
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014680Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14681
14682 * doc/encoding.html: added encoding aliases doc
14683 * doc/xml.html: updates
14684 * encoding.[ch]: added EncodingAliases functions
14685 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14686 bottleneck affecting large DTDs like Docbook
14687 * parser.[ch] xmllint.c: added a pedantic option, will be
14688 useful
14689 * SAX.c: redefinition of entities is reported in pedantic mode
14690 * testHTML.c: uninitialized warning from gcc
14691 * uri.c: fixed a couple of bugs
14692 * TODO: added issue raised by Michael
14693
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014694Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14695
14696 * doc/encoding.html: propagated Martin Duerst suggestions
14697
Daniel Veillard52402ce2000-08-22 23:36:12 +000014698Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14699
14700 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14701 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14702 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14703 by Wayne Davison
14704
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014705Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * nanoftp.c nanohttp.c: small cleanup
14708 * TODO: updated
14709
Daniel Veillard244ece92000-08-19 20:58:02 +000014710Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14711
14712 * added an old VC testcase and updated title.xml entity
14713
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014714Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14715
14716 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14717 done on auto-opening of <p> tags and cleanup of SAX output
14718
Daniel Veillard979e55e2000-08-19 16:48:54 +000014719Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14720
14721 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14722
Daniel Veillard4540be42000-08-19 16:40:28 +000014723Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14724
14725 * doc/xml.html libxml.* structure.*: updated the doc a bit
14726
Daniel Veillard808a3f12000-08-17 13:50:51 +000014727Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14728
14729 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14730 of SAX tests
14731
Daniel Veillard29579362000-08-14 17:57:48 +000014732Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14733
14734 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14735 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14736
Daniel Veillard1255ab72000-08-14 15:13:33 +000014737Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14738
14739 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14740 * testHTML.c: fix core dump on Solaris 2.x systems
14741 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14742 * result/HTML/*.sax: previous bug fix lead to new results
14743
Daniel Veillard03109292000-08-14 14:58:22 +000014744Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14745
14746 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14747 * configure.in: added --with-readline=DIR to accept alternate
14748 path for readline include/library
14749 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14750 for ANSI under HP-UX
14751 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14752 includes @LIBS@
14753
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014754Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14755
14756 * doc/* : rebuilt the docs
14757 * getting ready for 2.2.2 release
14758
Daniel Veillard87b95392000-08-12 21:12:04 +000014759Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14760
14761 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14762 and xmlAddFeature()
14763 * tree.[ch]: added xmlAddChildList()
14764 * xmllint.c: MAP_FAILED macro test
14765 * parser.h: added xmlParseCtxtExternalEntity()
14766 * valid.c: applied bug fixes removed warning
14767 * tree.c: added CDATA block to elements content
14768 * testSAX.c: cleanup of output
14769 * testHTML.c: added SAX testing
14770 * encoding.c: better error recovery
14771 * SAX.c, parser.c: fixed one of the external entity processing
14772 of the OASis testsuite
14773 * Makefile.am: added HTML SAX regression tests
14774 * configure.in: bumped to 2.2.2
14775 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14776 SAX results
14777
Daniel Veillard88a172f2000-08-04 18:23:10 +000014778Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14779
14780 * configure.in: patch for HP compiler
14781
147822000-08-04 Sven Heinicke <sven@zen.org>
14783
14784 * xmllint.c: Was coredumping sometimes when the file given didn't
14785 exist.
14786
Daniel Veillard46e370e2000-07-21 20:32:03 +000014787Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14788
14789 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014790
Daniel Veillard46e370e2000-07-21 20:32:03 +000014791 when using in memory parsing. Need some cleanup.
14792 * xmllint.c configure.in: added a --memory flag to test memory
14793 parsing
14794
Daniel Veillard36650692000-07-21 15:16:39 +000014795Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14796
14797 * nanohttp.c: fixed socklen_t replacement to unsigned int
14798 * parser.c: fixed a space handdling missing at the end of
14799 production 28 DOCTYPE.
14800 * xmlmemory.c: fixed a stupid bug on the routine to override
14801 allocation functions
14802 * TODO: updated
14803
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014804Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * doc/ regenerated the docs
14807
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014808Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14809
14810 * doc/encoding.html doc/xml.html: added I18N doc
14811 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14812 improvements, both parser and filters, added ASCII & HTML,
14813 fixed the ISO-Latin-1 one
14814 * xmllint.c testHTML.c: added/made visible --encode
14815 * debugXML.c : cleanup
14816 * most .c files: applied patches due to warning on Windows and
14817 when using Sun Pro cc compiler
14818 * xpath.c : cleanup memleaks
14819 * nanoftp.c : added a TESTING preprocessor flag for standalong
14820 compile so that people can report bugs more easilly
14821 * nanohttp.c : ditched socklen_t which was a portability mess
14822 and replaced it with unsigned int.
14823 * tree.[ch]: added xmlHasProp()
14824 * TODO: updated
14825 * test/ : added more test for entities, NS, encoding, HTML, wap
14826 * configure.in: preparing for 2.2.0 release
14827
Daniel Veillard49703262000-07-10 10:27:46 +000014828Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14829
14830 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014831 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014832
Daniel Veillard306be992000-07-03 12:38:45 +000014833Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14834
14835 * doc/xml.html: changed the xmlsoft.org structure, updated the
14836 examples w.r.t. root and childs
14837
Daniel Veillard7d853352000-07-02 18:53:09 +000014838Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14839
Daniel Veillard784b9352003-02-16 15:50:27 +000014840 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014841
Daniel Veillard365e13b2000-07-02 07:56:37 +000014842Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14843
14844 * HTMLparser.c: Work on character encoding support for the HTML parser
14845 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14846 * encoding.c: Fixed a potential memleak in the encoding stuff
14847
Daniel Veillardaf743792000-07-01 11:49:28 +000014848Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14849
14850 * doc/FAQ.html doc/Makefile.am : added a FAQ
14851
14852Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014853
14854 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14855 of the HTML parser to force it to not bypass SAX
14856
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014857Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14858
14859 * win32config.h.in: updated
14860 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14861 lacks iconv support :-( need to release 2.1.1
14862 * configure.in: release 2.1.1
14863 * HTMLparser: fixed bug #14784
14864 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14865 by Windows compiler
14866 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14867 the SAX startDocument() callback.
14868 * TODO: updated
14869
14870Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14871
14872 * added xmlStopParser()
14873
Daniel Veillardbe803962000-06-28 23:40:59 +000014874Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14875
14876 * configure.in: 2.1.0 prerelease
14877 * Large resync between W3C and Gnome tree
14878 * nanoftp, nanohttp.c: fixed stalled connections probs
14879 * HTMLtree.c SAX.c : support for attribute without values in
14880 HTML for andersca
14881 * valid.c: Fixed most validation + namespace problems
14882 * HTMLparser.c: start document callback for andersca
14883 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14884 * parser.h, SAX.c: serious speed improvement for large
14885 CDATA blocks
14886 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14887 different encoding
14888 * example/Makefile.am example/gjobread.c tree.h: work on
14889 libxml1 libxml2 convergence.
14890 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14891 and the LIBXML_TEST_VERSION macro
14892
Daniel Veillardc310d562000-06-23 18:32:15 +000014893Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14894
14895 * doc/xml.html: various patches and improvements typo fixed by
14896 Felix Natter
14897 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14898 from Felix Natter <fnatter@gmx.net>
14899
Daniel Veillardf3029822000-05-06 08:11:19 +000014900Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14901
14902 * doc/upgrade.html: updated with instructions for support of both
14903 libxml-1.x and libxml-2.x
14904 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14905 for 2.x support and also fixed includes
14906
14907
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014908Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14909
14910 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14911 the encoding support, added iconv support, so now libxml if
14912 compiled with iconv automatically support japanese encodings
14913 among others. Work based on initial patch from Yuan-Chen Cheng
14914 I may have broken binary compat in the encoding handler
14915 registration scheme, but that was so utterly broken I don't
14916 expect anybody to have used this feature until now.
14917 * parserInternals.h: fixup on the CHAR range macro
14918 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14919 code.
14920 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14921 * uri.c: added xmlParseURI() I can't believe I forgot to
14922 implement this one in 2.0 !!!
14923 * SAX.c: moved doc->encoding update in the endDocument() call.
14924 * TODO: updated.
14925
Daniel Veillard06047432000-04-24 11:33:38 +000014926Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14927
14928 * tree.h: removed extraneous xmlRemoveProp definition
14929 * TODO: added item about --disable-corba configure switch
14930 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14931 * nanoftp.c: fixed include problems giving troubles on AIX and
14932 slowlaris
14933 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14934 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14935 comment and headers changes to lower gtk-doc number of warnings
14936 * doc/html/*: rebuilt docs
14937
Daniel Veillarde0aed302000-04-16 08:52:20 +000014938Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * HACKING: documented the tag for 1.x and instructions
14941
Daniel Veillard5e873c42000-04-12 13:27:38 +000014942Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14943
14944 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14945 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14946 xmlCreateIOParserCtxt
14947 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14948 significant overall improvement
14949 * xmllint.c: added I/O test to xmllint
14950 * testSAX.c: added a speed test
14951 * doc/* : updated/regenerated
14952
Daniel Veillardfc708e22000-04-08 13:17:27 +000014953Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14954
14955 * xpath.c uri.h parserInternals.h: cosmetic changes from
14956 "Timur I. Bakeyev" <timur@bat.ru>, including making
14957 xmlCreateURI() public
14958
Daniel Veillard5d211f42000-04-07 17:00:24 +000014959Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14960
14961 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
14962 and the code at the same time. Added a clean mechanism for
14963 overload or added input methods: xmlRegisterInputCallbacks()
14964 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
14965 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
14966 * TODO: updated
14967 * doc/* : updated/regenerated
14968 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
14969 source dir
14970
Daniel Veillarde77a9182000-04-05 19:12:29 +000014971Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14972
14973 * testURI.c: yet another forgotten commit, I should get some sleep !
14974
Daniel Veillardce8b83b2000-04-05 18:38:42 +000014975Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14976
14977 * xmllint.c: forgot to commit this too ?
14978
Daniel Veillardb9df4042000-04-05 14:23:16 +000014979Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14980
14981 * xmlversion.h.in : forgot to commit this previously
14982
Daniel Veillard361d8452000-04-03 19:48:13 +000014983Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14984
14985 * configure.in: preparing libxml-2.0.0 version looks Ok so far
14986 * README TODO: updated for release
14987 * uri.c uri.h: added authority parsing/saving
14988 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
14989 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
14990 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
14991 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
14992 Makefile.am : added compile-time customization of libxml
14993 --with-ftp --with-http --with-html --with-xpath --with-debug
14994 --with-mem-debug
14995 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
14996 #include <libxml/xxx.h> I hope it won't break too much stuff
14997 and will be manageable in the future...
14998 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
14999 and added xmllint to the installed programs
15000 * uri.h: added xmlFreeURI()
15001
Daniel Veillardec303412000-03-24 13:41:54 +000015002Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15003
15004 * uri.c uri.h: finished the escaping handling, the base support
15005 and the URI path normalization. Looks good just lacks the
15006 authority content parsing code.
15007 * Makefile.am: added instructions to generate testURI
15008 * TODO: updated
15009 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15010 added links and icons for W3C and Gnome
15011
Daniel Veillard8f621982000-03-20 13:07:15 +000015012Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15013
15014 * xmlmemory.[ch] : seems I forgot to actually update the files in
15015 the last commit :-)
15016 * doc/xml.html doc/html/* : updated and uploaded the docs
15017
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015018Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15019
15020 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15021 * TODO: updated
15022 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015023 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015024 gfree).
15025 * Makefile.am, uri.c, uri.h: added a set of functions to do
15026 exact (litteraly copied from the RFC 2396 productions) parsing
15027 and handling of URI. Will be needed for XLink, one XML WFC,
15028 XML Base and reused in the nano[ftp/http] modules. Still work
15029 to be done.
15030
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015031Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15032
15033 * configure.in, libxml.spec.in : libxml2
15034 * doc/* : updated the doc page, rebuilt the docs
15035
Daniel Veillardcf461992000-03-14 18:30:20 +000015036Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15037
15038 * all: tagged LIB_XML_1_X
15039 * *.c *.h : updated from W3C CVS tree
15040 * configure.in : 2.0.0-beta
15041 * libxml.spec.in : libxml2 package nam
15042 * result/* : new version of the tests output
15043
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015044Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15045
15046 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15047
Daniel Veillardb566ce12000-03-04 11:39:42 +000015048Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15049
15050 * doc/* : rebuilt the docs
15051 * parser.c: final patch on #6766
15052 * valid.c: small patch on validity checks.
15053
Daniel Veillardfb76c402000-03-04 11:39:42 +000015054Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15055
15056 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15057 added
15058 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15059 compatibility w.r.t. XML spec and existing code.
15060
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015061Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
15063 * parser.c: seems a better solution to <a> </a> exists,
15064 will try it for a while
15065
Daniel Veillard83a30e72000-03-02 03:33:32 +000015066Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15067
15068 * parser.c: tried to remove the <a> </a> generating <a/>
15069 this is hard. Left a flag for that purpose. Fixed bug #6766
15070 * configure.in: prepared 1.8.7 not released, due to previous
15071 problem
15072
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015073Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * doc/xml.html : applied second patch from Paul DuBois
15076
Daniel Veillard402e8c82000-02-29 22:57:47 +000015077Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * doc/xml.html : applied patch from Paul DuBois
15080
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015081Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15082
15083 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15084
Daniel Veillard5feb8492000-02-02 17:15:36 +000015085Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15086
15087 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15088 compilation warnings on various platforms.
15089 * parser.c: Fixed #5281 validity error callbacks are now desactived
15090 by default if not validating.
15091
Daniel Veillardf341f932000-02-02 14:52:08 +000015092Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15093
15094 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15095
Daniel Veillard13c757e2000-02-01 23:59:15 +000015096Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15097
15098 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15099 <gkatsi@cs.toronto.edu>
15100
Daniel Veillard726e8792000-01-30 20:04:29 +000015101Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15102
15103 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15104 processing URLs
15105
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015106Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15107
15108 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15109 xmlNanoFTPUpdateURL for persistent control connections.
15110 * configure.in: 1.8.6
15111
15112Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15113
15114 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15115 * tree.[ch] : added xmlSaveNoEmptyTags
15116
James Henstridgef3be9312000-01-28 13:59:21 +0000151172000-01-29 James Henstridge <james@daa.com.au>
15118
15119 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15120
15121 * Makefile.am: added nanoftp.[ch] to the build.
15122
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015123Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15124
15125 * nanoftp.[ch]: cleanup, comments, API
15126 * debugXML.c : fixed a bug in the cat command
15127 * doc/*: regenerated the docs
15128
Daniel Veillardda07c342000-01-25 18:31:22 +000015129Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15130
15131 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15132 * debugXML.c : fixed a bug in the cat command
15133 * valid.c: fixing some small probs
15134 * libxml.spec.in: get rid of the SNAP suffix
15135 * doc/xml.html: updated the status
15136
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015137Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15138
15139 * xml-config.in: xml-config --version to just return the
15140 version number
15141 * xpath.c: some cleanup w.r.t. axis when the current node is
15142 an attribute.
15143 * TODO: updated
15144
Daniel Veillard461a66c2000-01-18 18:01:01 +000015145Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15146
15147 * configure.in: prepared for libxml-1.8.5
15148 * doc/* recompiled the documentation
15149
151502000-01-17 Jody Goldberg <jgoldberg@home.com>
15151
15152 * configure.in : WARNING autoconf subtlety alert :
15153 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15154 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15155 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15156 get defined by AC_CHECK_HEADERS.
15157
Daniel Veillardf967b902000-01-17 16:06:10 +000015158Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15159
15160 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15161 Rune.Djurhuus@fast.no
15162
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015163Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15164
15165 * TODO: updated
15166 * tree.c, parser.c: made sure that only memory alloc problems
15167 and internal parser errors are allowed to write to stdout or
15168 stderr.
15169
Daniel Veillard0142b842000-01-14 14:45:24 +000015170Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15171
15172 * tree.c : restored xmlNewGlobalNs since this seems used by
15173 a lot of existing code :-(, fixed a bug in xmlNewNs
15174 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15175 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15176 to exit() from the library code.
15177 * xpath.c, parser.c: removed bugs or unused code detected by
15178 Windows compilers
15179 * parser.c: started adding interfaces for parsing well balanced
15180 XML fragments
15181 * configure.in: releasing 1.8.4
15182 * doc/* : rebuilt the docs
15183
Daniel Veillard2eac5032000-01-09 21:08:56 +000015184Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15185
15186 * tree.[ch] : added xmlNewDocFragment() for DOM
15187 * testHTML.c: uninitialized variable.
15188
Daniel Veillardf3a73582000-01-05 14:58:39 +000015189Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15190
15191 * doc/* : rebuild the docs
15192
Daniel Veillard71b656e2000-01-05 14:46:17 +000015193Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15194
15195 * acconfig.h: readline and history patch
15196 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15197 * tree.c: added check and handling when possibly removing an ID
15198 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15199 and saving.
15200 * test/HTML/entities.html result/HTML/entities.html* : test for
15201 various entities reference cases
15202 * result/HTML/* : as a result output of some testcase have
15203 changed
15204 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15205 by previous example. added xmlParseTryOrFinish().
15206 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15207 entities.h debugXML.h HTMLparser.h: changed the way struct are
15208 declared to allow gtk-doc to expose those
15209 * parser.c: closed bug #4960
15210 * Makefile.am configure.in: Applied patch from
15211 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15212 and math/socket libs detection
15213
Daniel Veillard437b87b2000-01-03 17:30:46 +000015214Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15215
15216 * configure.in, Makefile.am: link tester against readline
15217 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15218
Daniel Veillard686d6b62000-01-03 11:08:02 +000015219Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15220
15221 * tree.[ch]: added xmlRemoveProp
15222 * win32config.h.in nanohttp.c: avoid including the Windows
15223 socket stuff in every C files
15224 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15225 the XmL parser(s)
15226 * test/ns4 result/ns4 etc...: added test case for previous prob
15227 * tree.c: xmlNewNs wasn't checking for double definition
15228 * Makefile.in: fixed a problem with dist-hook duplicates
15229 * parser.[hc], xmlIO.c: fixed the loading of external entities
15230 APIs, now xmlLoadExternalEntity() is used everywhere and
15231 setting up an app specific front-end using the
15232 * SAX.c parser.c: some fixes, now the xhtml spec validates
15233 with the xhtml DTD.
15234 * error.c: fixed crashes in case of no input stream
15235 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15236 to the validation tests and results
15237
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015238Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15239
15240 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15241 too htmlCreatePushParserCtxt() and htmlParseChunk()
15242 * parser.c: a bit of cleanup.
15243 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15244 to XML) removed the last mem leak known
15245 * HTMLtree.c: output message cleanup
15246 * xmlmemory.c: display content info about memory blocks
15247 * result/HTML/wired.* : missing att value warning change
15248
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015249Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15250
15251 * doc/* : rebuilt the documentation
15252
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015253Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15254
15255 * parser.[ch] parserInternals.h: Push parser for XML,
15256 seems to work fine now
15257 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15258 --push for push testing
15259 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15260 * testSAX.c: added --push
15261 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15262 subtree
15263 * xmlIO.[ch] : enriched API + fixes for push mode
15264 * entities.[ch]: added the entity content length to the struct.
15265 * xmlmemory.[ch]: new API to show the last entries for the shell
15266 * valid.c: added required attribute testing
15267 * SAX.c: the cdata callback now merge contiguous fragments
15268 * HTMLparser.c: cleanup of some macros
15269
Daniel Veillard3c558c31999-12-22 11:30:41 +000015270Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15271
15272 * parser.c: fix for PIs name starting with xml
15273 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015274 * *.c, configure.in win32config.h.in : generate win32config.h for
15275 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015276
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015277Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15278
15279 * parser.c: fixed a stupid = vs. == bug :-(
15280 * doc/gnome-xml.sgml: s/glade/xml/
15281
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015282Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * configure.in, doc/xml.html : bug fix release 1.8.2
15285 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15286 Hopefully the end of that silly C++ include problem
15287 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15288 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15289 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15290 troubles with autoclosed elements when the stree shape doesn't
15291 follow the DtD specs. Added htmlIsAutoClosed() and
15292 htmlAutoCloseTag()
15293 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15294 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15295 * debugXML.c: fixed a bug on printing default namespaces.
15296 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15297
Daniel Veillardb24054a1999-12-18 15:32:46 +000015298Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15299
15300 * result/HTML/*.htm[l] : updated the HTML regression tests according
15301 to the new output
15302 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15303 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15304 problem due to intermix of extern "C" { ... } declarations for C++
15305 and recursive includes in the headers
15306
Chris Lahey323c48c1999-12-18 15:32:45 +0000153071999-12-20 Chris Lahey <clahey@umich.edu>
15308
15309 * HTMLtree.c: Made it so that html nodes with a single child do
15310 not insert a carriage return before or after the child node.
15311
Daniel Veillardb24054a1999-12-18 15:32:46 +000015312Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015313
15314 * configure.in, doc/xml.html : bug fix release 1.8.1
15315 * parser.c: fixed bug #4344
15316 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15317 added the glue to avoid C++ problems
15318 * doc/* : regenerated the documentation
15319
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015320Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15321
15322 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15323 namespace recognition, and Dia as a resul :-(
15324 * encoding.c: closed bug #3950
15325
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015326Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * valid.c: debugging a posteriori validation, except URI expansion
15329 stuff this should be fixed now
15330 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15331 Carl Nygard <cnygard@bellatlantic.net>
15332 * tester.c: added --postvalid, cleaning of the code
15333 * tree.[ch]: added xmlDocGetRootElement()
15334
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015335Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15336
15337 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15338 c++ losage.
15339
Daniel Veillard10a2c651999-12-12 13:03:50 +000015340Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15341
15342 * configure.in, doc/xml.html : bumped to 1.8.0
15343 * xlink.[ch], Makefile.am : added framework for link detection
15344 * parser.h: added nbChars to parser context, needed for cleanup.
15345 * xmlmemory.c: removed a nasty bug when out of mem
15346 * valid.[ch]: adding namespace support for attribute decl
15347 * tester.c: added --debugent option
15348 * debugXML.[ch]: added xmlDebugDumpEntities()
15349 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15350 buffers instead, this was really needed, validation was breaking
15351 in strange ways due to that. Added xmlParseStringPEReference()
15352 and other parsing from strings functions. Entities processing
15353 modified again, but PERef are still not handled correcly but
15354 unless you're Eve Maller you won't notice :-)
15355 * HTMLparser.c: large changes toward reliability, and switched to
15356 lowercase internal tags, XHTML is lowercase, so it will help
15357 that output is closer to next version.
15358 * doc/* : regenerated the documentation, it is now hosted at
15359 http://xmlsoft.org/ (same bits I just bought the domain :-)
15360
15361
Daniel Veillard294cbca1999-12-03 13:19:09 +000015362Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15363
15364 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15365 doc generation
15366 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15367 in the SAX API
15368 * doc/*: rebuilt the doc making sure everything appears in the
15369 HTML files
15370
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015371Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15372
15373 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15374 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15375 which allow impressive speed improvement on dataset with
15376 large text pieces, but at the cost of broken binary
15377 compatibility and slightly bigger memory usage.
15378 Configure with --with-buffers to activate them, they
15379 are protected with XML_USE_BUFFER_CONTENT define.
15380 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15381 goal is 0 memory left allocated once parser is no more used
15382 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15383 call xmlCleanupParser() and xmlMemoryDump()
15384
Daniel Veillarda819dac1999-11-24 18:04:22 +000015385Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15386
15387 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15388 * parser.[ch] encoding.[ch]: added memory cleanup routines
15389 * parser.c: closing bug #3788
15390 * doc/*: rebuilt the doc
15391
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015392Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15393
15394 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15395 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15396 * tester.c: added --compress option
15397 * doc/*: rebuilt the documentation
15398
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015399Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15400
15401 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15402 if given /proc/kcore as input !
15403 * doc/xml.html doc/*: updated and rebuilt the documentation
15404
15405Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015406
15407 * parser.c: Fixed some wrongly space collapsing code due to
15408 a misreading of the spec.
15409 * result/*: fixed the output accordingly
15410
15411Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015412
15413 * encoding.c: bug fix and typos
15414 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15415 * parser.c: added attribute normalization closing bug #3597
15416 * test/att* result/att* SAXresult/att*: testcase for attribute
15417 normalization
15418
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015419Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15420
15421 * configure.in: closing bug #3163 by adding extra flags for the
15422 cc compiler on HP-UX
15423
Daniel Veillard51e3b151999-11-12 17:02:31 +000015424Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * valid.[ch] : removed a typo and an enumerated type bug in the
15427 xmlAddElementDecl() function
15428 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15429 call to xmlEncodeEntitiesReentrant() so that the functions
15430 New, Set and Get are at the same level.
15431 * parser.c HTMLparser.c: extra memory allocation bug for
15432 attributes detected by someone using libxml in embedded systems :-)
15433
Daniel Veillard962195f1999-10-28 15:51:53 +000015434Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15435
15436 * xmlmemory.h: turned off mem debug :-\
15437
Daniel Veillard35008381999-10-25 13:15:52 +000015438Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15439
15440 * parser.c: closed bug #2784 a one line fix, but worth pushing
15441 a new release out
15442 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15443 some structures, comments before and after the
15444 main element, and other nastyness
15445 * HTMLtree.c tree.c: accomodate the extended HTML supported
15446 * configure.in: pushing 1.7.4
15447 * test/ent8 and related outputs : added a new test for bug #2784
15448 * test/HTML/wired.html and related output: a nasty HTML example
15449 * Makefile.am: improved the test scripts
15450 * docs/* : reran the documentation extractor, updated xml.html
15451
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015452Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15453
15454 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15455 HTMLparser and debugged the HTML related code. HTML documents
15456 now have their own type
15457 * entities.c: do not dump &apos; for HTML output
15458 * xmlmemory.c: improvement, breakpoint mechanism
15459 * testHTML.c: added --sax --repeat ...
15460 * Makefile.am: improved the HTML tests
15461 * valid.[ch]: added xmlValidGetValidElements and
15462 xmlValidGetPotentialChildren
15463 * tester.c: added --insert to test the 2 new functions
15464 * test//* result//* SAXresult//* : regression test cleanup
15465 and extension.
15466 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15467 gnome-xml-nanohttp.html
15468
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015469Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15470
15471 * HTMLparser.c: fixed problems with some autoclose tags
15472 * tree.c: fixed XML output problems.
15473 * result/* SAXresult/*: update of the tests output
15474
Daniel Veillard6077d031999-10-09 09:11:45 +000015475Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * Makefile.am: Arturo patch for xmlConf.sh version info
15478 * parser.c: Tim Josling patch for single quoted items
15479 * tester.c: Tim Josling patch for tester options usage
15480 * tree.h: indent cleanup
15481
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015482Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15483
15484 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15485 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15486
Daniel Veillard00fdf371999-10-08 09:40:39 +000015487Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15488
15489 * tree.c : Raph patch for initialization of CORBA fields
15490 * parser.c, xpath.c, ...: modification of doc comments
15491 * xpath.c : allow spaces in xpath expressions
15492
Daniel Veillardad219441999-09-27 08:17:49 +000015493Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * xmlmemory.h: turning off memory debug :-(
15496
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015497Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15498
15499 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15500 better SAX interfaces.
15501 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15502 entity.
15503 * configure.in: 1.7.2
15504
15505Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015506
15507 * libxml.spec.in: fixed the URL
15508 * doc/xml.html: improved the documentation front-end
15509
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015510Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015511
15512 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15513
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015514Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015515
15516 * libxml.spec.in: fixed the alpha compile problem
15517 * parser.[ch]: changed errno to errNo in the parser context :-(
15518 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15519 * doc/xml.html: changed CHAR to xmlChar
15520 * doc/html/*: recompiled the documentation
15521 * configure.in: 1.7.1
15522
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015523Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * parser.h: modified the parser context struct to regain 1.4.0
15526 binary compatibility
15527 * parser.c, xml-error.h: added errno ot teh context and defined
15528 a set of errors values with update of errno
15529 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15530 DTDs and entities
15531 * *.h, *.c: complete cleanup of the use of config.h and include
15532 protection depending on the current setup.
15533 * overalll debugging, maintenance and bug-fixing on all modules
15534 * updated the documentation
15535 * ready for 1.7.0
15536
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015537Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15538
15539 * HTMLparser.c : cleanup
15540 * SAX.c valid.c valid.h: added ID/IDREF checking
15541 * tree.c tree.h: extended doc structure for refs
15542 * configure.in: 1.6.2
15543 * parser.c: patched bug in SAX user arg call
15544 * parserInternals.h: patched missing close in C++ wrapping
15545 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15546 especially upcoming XPointer implementation.
15547 * doc/xml.html: augmented, typo
15548
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015549Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15550
15551 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15552 not all invocations of install understand -d.
15553
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015554Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15555
15556 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15557 to make 'check' works, when builddir != srcdir.
15558
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015559Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15560
15561 * doc/xml.html : updated the documentation
15562
Daniel Veillard6454aec1999-09-02 22:04:43 +000015563Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15564
15565 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15566 not deallocated memory blocks
15567 * *.c : replaces all calls to malloc() free() and realloc() to
15568 the wrapper functions/macros
15569 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15570 instead of xmlFreeNodeList()
15571
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015572Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15573
15574 * HTMLparser.c: corrected a stupid bug leading to core dump at
15575 tree deallocation. Removed warnings indicated by
15576 Stephane.Conversy@lri.fr
15577 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15578 looked for in the external subset
15579
15580Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015581
15582 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15583 on SGI by Stephane.Conversy@lri.fr
15584
Daniel Veillardb96e6431999-08-29 21:02:19 +000015585Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15586
15587 * all .h : changed the prototype declaration indent as in gtk
15588 * most .c : working on reducing the TODOs in the code
15589 * most .c : cleanup though -pedantic and Insure++
15590 * improvements on validation ID checkings.
15591 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15592 * xml-config.in: closed #1810
15593
15594Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015595
15596 * tree.h, valid.c, valid.h: more work on validity, IDs
15597 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15598 definition for AIX
15599
Daniel Veillardb556eb51999-08-15 17:19:50 +000015600Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15601
15602 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15603 the distribution due to a cut'n paste error at last commit
15604
Daniel Veillardb05deb71999-08-10 19:04:08 +000015605Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15606
15607 * configure.in: upgraded to version 1.4.0
15608 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15609 Big update, added a large part of the validation process,
15610 it should be usable, but some parts are missing
15611 * xpath.c: improved the implementation w.r.t. root.
15612 * Makefile.am: added more tests
15613 * test and result trees: added a lot of tests
15614 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15615
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015616Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * Added an HACKING file
15619
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015620Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15621
15622 * xpath.[ch] : improvements and debug of the XPath implementation
15623 * parser.c, HTMLparser.c : modified the parsers to be progressive
15624 * tree.[ch] : extended the Buffer promitives
15625 * xmlIO.[ch] : added basic I/O routines providing progressive
15626 parsing and ready for I18N conversion plugins
15627 * SAXresult/* : the SAX callback sequence maybe slightly different
15628 now
15629 * test*.c : improved/updated the tests programs
15630 * doc/* : recompiled the docs.
15631
Daniel Veillard15b75af1999-07-26 16:42:37 +0000156321999-07-26 Michael Meeks <michael@edenproject.org>
15633
15634 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15635
15636 * tree.c: Ditto.
15637
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015638Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15639
15640 * configure.in: upgraded to version 1.4.0
15641 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15642 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15643 XML query language, see http://www.w3.org/TR/xpath for more details.
15644 * parser.c, parser.h: added CHAR* related string functions for XPath
15645 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15646 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15647 rebuild the docs.
15648 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15649 and regression testing capabilities for XPath.
15650
Daniel Veillardd79d7871999-07-12 10:38:12 +000015651Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15652
15653 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15654 closing bug #1646
15655
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015656Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15657
15658 * Makefile.am, example/Makefile.am: closed bug #1683
15659
Daniel Veillard3166ab11999-07-11 16:14:19 +000015660Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15661
15662 * example/Makefile.am, configure.in: added the makefile for the
15663 gjobread example
15664
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015665Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15666
15667 * doc/Makefile.am:
15668 - fix which allow "make install DESTDIR=</install/prefix>".
15669
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015670Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15671
15672 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15673 which fixed a problem on the file reading-code.
15674
Daniel Veillard82150d81999-07-07 07:32:15 +000015675Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15678 output.
15679 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15680
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015681Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15682
15683 * parser.h : Oops removed the binary compatibility problem
15684 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15685 * parser.c, HTMLparser.c: applied patches for reading from stdin
15686
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015687Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15688
15689 * parser.c, entities.c, valid.c: cleanup bug #1591
15690 * configure.in: cleanup bug #1592
15691 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15692 the same tree back-end. Hence gdome will be available for it.
15693 * doc/Makefile.am: close bug #617
15694
Daniel Veillard97fea181999-06-26 23:07:37 +000015695Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15696
15697 * parser.c: alloctate a per parser context SAX interface block
15698
Daniel Veillard14fff061999-06-22 21:49:07 +000015699Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15700
15701 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15702 and xmlEncodeEntitiesReentrant with the correct one :-\
15703
15704Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15705
15706 * commit of my internal XML base changes, quite a lot of
15707 changes, cleanups, better entities support, framework for
15708 new I/O and charset detection and handling
15709 * Fixed the configure/Makefile stuff to generate shared libs
15710 with the proper version info, so we jumped on rev from
15711 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15712 xmlEncodeEntities() result need to be freed now, and a string
15713 xmlParserVersion provide the current library version.
15714
Raph Levien05240da1999-06-15 21:27:11 +000015715Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15716
15717 * parser.c: fixed a buffer overrun for when you have a very long
15718 attribute with no entities in it.
15719
Daniel Veillardbb2da581999-06-13 14:37:07 +000015720Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15721
15722 * added example directory
15723 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15724
Daniel Veillard011b63c1999-06-02 17:44:04 +000015725Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * Release of libxml-1.1, nearly everything has been touched for
15728 this.
15729 * Added more regression tests
15730 * Updated the documentation
15731
Daniel Veillard27d88741999-05-29 11:51:49 +000015732Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15733
15734 * tree.[ch]: unified the XML_NO_CORBA defines.
15735 * parser.c encoding.[ch]: started plugging in char encoding detection
15736
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015737Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15738
15739 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15740 Also freed allocated buffer.
15741
Daniel Veillard27d88741999-05-29 11:51:49 +000015742Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015743 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15744 reentrancy problem at printing. One is left in entities.c, to
15745 remove ASAP
15746 * testSAX.c : added a test example showing the use of the SAX
15747 interface if one doesn't want to build the DOM tree.
15748 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15749
Daniel Veillard517752b1999-04-05 12:20:10 +000015750Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15751
15752 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15753 large revamping of the parser to use SAX callbacks
15754 http://www.megginson.com/SAX/ (or at least a C like interface
15755 a la Expat). It's now possible to set up your own callbacks
15756 and the parser will not build a DOM tree.
15757 * test/* result/*: updated the test suite, I finally removed
15758 the old Namespace draft support (PI based).
15759
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015760Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * Makefile.am: added test result to EXTRA_DIST for make tests
15763
Daniel Veillard64068b31999-03-24 20:42:16 +000015764Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15765
15766 * parser.c, parserInternals.h: moved the chars macro definitions
15767 to parserInternals.h
15768 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15769 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15770
Daniel Veillard012ccc11999-03-23 10:11:11 +000015771Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * xml-config.in : applied patch to make --version work
15774
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000157751999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15776
15777 * Makefile.am (check-local): Alias for `tests' target. This will
15778 cause `make check' to do the right thing.
15779 (tests): Don't run tests in srcdir. Also, replaced calls to
15780 basename with a `sed' "equivalent".
15781
Daniel Veillardd109e371999-03-05 06:26:45 +000015782Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15783
15784 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15785 it in the header and not the sources, updated the doc.
15786 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15787 pointing this out.
15788
Daniel Veillardbc50b591999-03-01 12:28:53 +000015789Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15790
15791 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15792 exported the inputStream routines.
15793 * doc/html/* : updated accordingly
15794
Daniel Veillardd692aa41999-02-28 21:54:31 +000015795Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15796
15797 * parser.c, parser.h, parserInternals.h: added a few extra
15798 internal calls to allocate and free parser contexts ...
15799 * doc/html/* : updated accordingly
15800
Daniel Veillard55a99271999-02-25 11:01:29 +000015801Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15802
15803 * configure.in, Makefile.am, doc/makefile.am : General changes for
15804 1.0.0 release and including the generated HTML documentation.
15805
Daniel Veillard35925471999-02-25 08:46:07 +000015806Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15807
15808 * makefile.am : added parserInternals.h, oops.
15809
Daniel Veillard1e346af1999-02-22 10:33:01 +000015810Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * parserInternals.h: added this header giving access to the parser
15813 internal functions.
15814 * doc/Makefile.am : added a rebuild target which rebuilds the full
15815 set of documentations
15816 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15817 the internal subset.
15818 * *.c *.h: modifications needed to generate the documentation using
15819 gtk-doc, cleanup of functions blocks, reorganisation of struct
15820 declarations.
15821
Daniel Veillard1164e751999-02-16 16:29:17 +000015822Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15823
15824 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15825 the tar and spec file to include the beginning of the doc.
15826
Nuno Ferreira03d04781999-02-13 00:07:17 +0000158271999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15828
15829 * doc/.cvsignore: Added this file.
15830
Daniel Veillard6800ef31999-02-08 18:33:22 +000015831Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15832
15833 * tree.c: fixed xmlGetProp to return "" when the attribute
15834 exists, even if the node-list is NULL.
15835
Daniel Veillard726c7e31999-02-08 15:13:10 +000015836Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15837
15838 * tree.c: patched an error outputting empty attribute values.
15839 * Makefile.am and doc/makefile.am: have been updated during the
15840 week-end. Sorry for an empty CVS log, I got a shell problem.
15841
Daniel Veillard1899e851999-02-01 12:18:54 +000015842Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15843
15844 * tree.h: cleaned up using enums instead of defines
15845 * parser.c, valid.[ch]: more work on parsing/output of element
15846 declarations
15847
Daniel Veillard3b9def11999-01-31 22:15:06 +000015848Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15849
15850 * valid.[ch], tree.c, parser.c : more work toward full parsing
15851 of XML DTDs.
15852 * README: added informations about mailing-list and on-line
15853 documentation
15854
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000158551999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15856
15857 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15858
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015859Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15860
15861 * parser.c, tree.[ch] : more work toward conformance testing,
15862 added a last element to accelerate parsing of very flat structures
15863 started working on internal subset Element content declaration.
15864 * valid.[ch] : first cut at adding code toward validation.
15865 * previous changes had also small impact on most files, especially
15866 the conformance testing using James Clark test suite.
15867
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015868Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15869
15870 * test/* : updated the examples, most of them were not well
15871 formed (humm), and added rdf2.
15872 * result/* : resulting changes in the output.
15873
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015874Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15875
15876 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15877
Daniel Veillard44b3a061998-12-05 17:27:22 +000015878Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15879
15880 * tree.c: patched a bug in the generation of empty attributes
15881
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015882Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15883
15884 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15885 for node/trees/documents/... Biggest problem is namespace
15886 support when copying subtrees.
15887
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015888Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15889
15890 * parser.c, entities.c: improve entities and char ref encoding,
15891 and cleanups of error messages.
15892
Daniel Veillard242590e1998-11-13 18:04:35 +000015893Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15894
15895 * parser.c, entities.c: simple bug hunting done during rpm2html and
15896 rpmfind integration.
15897
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015898Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15899
15900 * parser.[ch]: Added interfaces allowing to specify a SAX
15901 handler before parsing.
15902
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015903Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15904
15905 * parser.c: redirrect all errors reporting through the SAX
15906 error function
15907
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015908Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15909
15910 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15911 * libtool, tlmain ...: update of the libtool files
15912
Miguel de Icaza442321c1998-11-04 18:13:38 +0000159131998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15914
15915 * entities.c: Use g_snprintf insteda of snprintf.
15916
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015917Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15918
15919 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15920 added ent5 test for this purpose.
15921 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15922
Daniel Veillard27271681998-10-30 06:39:40 +000015923Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15924
15925 * parser.c: fixed? a strange error due to compression on a GWP
15926 document.
15927
Daniel Veillard25940b71998-10-29 05:51:30 +000015928Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15929
15930 * tree.[ch]: bug fixing
15931 * entities.[ch]: defined a specific type for predefined entities
15932 * doc/xml.html: more documentation on the library, how to use it,
15933 overview of the interfaces.
15934
Daniel Veillard16253641998-10-28 22:58:05 +000015935Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15936
15937 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15938
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015939Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15940
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015941 * tree.c: corrected a small bug
15942 * doc/xml.html: continuing writing documentation.
15943
15944Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15945
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015946 * debugXML.h debugXML.c: added debugging utilities.
15947 * tester.c: added --debug switch.
15948 * tree.c: patched an incorrect node->type assignment.
15949 * parser.c: formatting, ensure that node->doc != NULL in attributes
15950
Daniel Veillardccb09631998-10-27 06:21:04 +000015951Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15952
15953 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15954 entity support and provide an internal representation close to
15955 DOM one (entity ref nodes, and attribute value as tree). I tried
15956 to preserve the interface but this will surely break some apps
15957 (I have to change rpm2html/rpmfind for example). I had to change
15958 two interfaces, and the generated tree is somewhat different.
15959 * doc/* : started documenting the XML library, the tree and
15960 DOM/Corba. This is a first step.
15961
Daniel Veillard11e00581998-10-24 18:27:49 +000015962Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15963
15964 * parser.c: Set up the fonctions comment block, boring but useful.
15965 * parser.h, SAX.c, parser.c: now attributes are processed through
15966 the SAX interface. The problem is that my SAX interface diverged
15967 quite a bit from the original one, well this is not an official
15968 spec, and translating it from Java to C is hairy anyway...
15969
Daniel Veillard97b58771998-10-20 06:14:16 +000015970Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15971
15972 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
15973 fonctions comment block, boring but useful.
15974
15975Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000015976
15977 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
15978 conversion routines. However they are not yet used to convert the
15979 inputs. The core will run with UTF-8.
15980
Daniel Veillard33942841998-10-18 19:12:41 +000015981Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15982
15983 * tree.c : make sure that the type id is properly set-up when
15984 a new object is allocated, needed for DOM.
15985
Daniel Veillard27fb0751998-10-17 06:47:46 +000015986Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15987
15988 * tree.h, tree.c: Ok, the main objects in the tree will be native
15989 corba objects, it costs 8 bytes per Node, Attribute and Document
15990 but it simplifies the Corba integration a lot (no extra interface
15991 objects to allocate/free).
15992
Daniel Veillard0bef1311998-10-14 02:36:47 +000015993Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15994
15995 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
15996 and changed NODEs contants for conformity with DOM Level 1
15997
Daniel Veillard27864701998-10-08 03:47:24 +000015998Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * added hooks to keep track of servants when creating objects
16001 xmlDoc and xmlNode (for Corba export).
16002
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016003Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16004
16005 * added xml-config script.
16006
Daniel Veillard7066a791998-10-01 20:28:28 +000016007Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16008
16009 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16010 to autoupdate libtool and automake conf files.
16011
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000160121998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16013
16014 * Makefile.am: Use '?' to separate the sed
16015 commands as ',' is used when people pass -Wl,something.
16016
16017
Daniel Veillard15a8df41998-09-24 19:15:06 +000016018Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16019
16020 * tree.c, tree.h: added a per-document compression interface.
16021
Daniel Veillard151b1b01998-09-23 00:49:46 +000016022Tue Sep 22 20:47:38 EDT 1998
16023
16024 * tree.c, tree.h: added saving with compression and added interfaces
16025 to control the compression level (xmlGetCompressMode,
16026 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16027
Daniel Veillard70120ff1998-09-22 00:24:21 +000016028Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16029
16030 * parser.c: corrected a loop for files of size 0
16031
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000160321998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16033
16034 * error.h: New file. Contains prototyes from `error.c'.
16035
Tom Tromeyc19653d1998-08-14 01:22:43 +000016036Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16037
16038 * Makefile.am (xmlincdir): New macro.
16039 (xmlinc_HEADERS): Renamed from include_HEADERS.
16040
Daniel Veillard845664d1998-08-13 04:43:19 +000016041Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * applied small patch on numeric entities from
16044 Christopher Blizzard <blizzard@appliedtheory.com>
16045
Daniel Veillard260a68f1998-08-13 03:39:55 +000016046Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16047
16048 * New release 0.2, removed the old xml_* files so that it's
16049 coherent with the other CVS base (W3C), far better conformance
16050 to standard, new namespaces, decent entities support, beginning
16051 of a SAX-like interface. Nearly nothing left intact, even the
16052 test examples ...
16053
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000160541998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16055
16056 * .cvsignore: Add .deps dir
16057
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016058Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16059
16060 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16061
Daniel Veillardfe926001998-07-26 04:28:20 +000016062Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016063
Daniel Veillardfe926001998-07-26 04:28:20 +000016064 * configure.in: added test for CPP
16065 * AUTHORS, Changelog: the original ones didn't get commited but the
16066 glib ones instead, fixed.
16067 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016068
Daniel Veillardfe926001998-07-26 04:28:20 +000016069Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016070
Daniel Veillardfe926001998-07-26 04:28:20 +000016071 * integrated code developped at W3C
16072 * changed the original Copyright
16073 * migrated to automake
16074 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016075