blob: 66830f71878e92a78629394364d13eb3848cef86 [file] [log] [blame]
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
4 * result/relaxng/*: updated the results
5
Daniel Veillardce14fa52003-02-19 17:32:48 +00006Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7
8 * relaxng.c: more bugfixes
9 * result/relaxng/*: updated the results
10
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +000011Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
12
13 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
14 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
15 * SAX.c: ensured xmlDoc.URL is always canonic
16 * parser.c: obsoleted xmlNormalizeWindowsPath
17 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
18 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
19 * win32/libxml2.def.src: added few exports
20
21
Daniel Veillard2e9b1652003-02-19 13:29:45 +000022Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
23
24 * Makefile.am configure.in: patched to have shared libraries
25 for Python regression tests and static binaries for gdb debug
26 in my development environment
27 * relaxng.c: more bugfixes
28 found 373 test schemas: 296 success 77 failures
29 found 529 test instances: 516 success 8 failures
30 * result/relaxng/*: updated the results
31
Daniel Veillard8fe98712003-02-19 00:19:14 +000032Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
33
34 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
35
Daniel Veillardd4310742003-02-18 21:12:46 +000036Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * xmlschemastypes.c: float/double check bugfix
39 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
40 validation
41 * xmlreader.c: add a TODO for Jody
42 * relaxng.c: bugfix bugfix bugfix
43 found 373 test schemas: 300 success 73 failures
44 found 529 test instances: 507 success 10 failures
45 * result/relaxng/*: updated the results
46
Daniel Veillard2df2de22003-02-17 23:34:33 +000047Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
48
49 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
50
Daniel Veillard416589a2003-02-17 17:25:42 +000051Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
52
53 * relaxng.c check-relaxng-test-suite.py: more work on the
54 RelaxNG implementation conformance testing.
55 found 373 test schemas: 284 success 89 failures
56 found 529 test instances: 448 success 47 failures
57 * result/relaxng/*: updated the results
58
Daniel Veillard784b9352003-02-16 15:50:27 +000059Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
62 a patch from Kjartan Maraas to fix some typos
63
Daniel Veillardfebcca42003-02-16 15:44:18 +000064Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
65
66 * relaxng.c: more bug-hunting
67 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
68 intermediate rng tree
69 * python/generator.py: patch from Stephane Bidoul to fix the generator
70 on python < 2.2
71
Daniel Veillardd2298792003-02-14 16:54:11 +000072Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
73
74 * check-relaxng-test-suite.py relaxng.c: more testing on the
75 Relax-NG front, cleaning up the regression tests failures
76 current state and I forgot support for "mixed":
77 found 373 test schemas: 280 success 93 failures
78 found 529 test instances: 401 success 68 failures
79 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
80 moved the Name, NCName and QName validation routine in tree.c
81 * uri.c: fixed handling of URI ending up with #, i.e. having
82 an empty fragment ID.
83 * result/relaxng/*: updated the results
84
Daniel Veillard9a237c92003-02-13 15:52:58 +000085Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
86
87 * check-xinclude-test-suite.py: improved the script accordingly
88 to the XInclude regression tests updates
89 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
90 November 2002
91 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
92 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
93 augmented the Xpointer testsuite for the element() scheme
94
Daniel Veillardf4b4f982003-02-13 11:02:08 +000095Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
96
97 * relaxng.c: added TODO for the DTD compatibility spec
98 * xinclude.c: more bug fixes driven by the testsuite
99
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000100Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
101
102 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
103 regression tests for XInclude, improved the script, improving
104 XInclude error reporting mechanism
105
Daniel Veillard1d788d22003-02-10 16:21:58 +0000106Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
107
108 * NEWS doc/* configure.in: preparing release 2.5.3
109
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000110Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
111
112 * tree.c: trying to fix #104934 about some XHTML1 serialization
113 issues.
114
Daniel Veillard809faa52003-02-10 15:43:53 +0000115Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
116
117 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
118 encoding conversion when the input buffer stops in the
119 middle of a multibyte char
120
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000121Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
122
123 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
124 * check-relaxng-test-suite.py: python script to run regression
125 against OASIS RelaxNG testsuite
126 * relaxng.c: some cleanup tweaks
127 * HTMLparser.c globals.c: cleanups in comments
128 * doc/libxml2-api.xml: updated the API
129 * result/relaxng/*: errors moved files, so large diffs but
130 no changes at the semantic level.
131
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000132Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
133
134 * tree.c: fixing #105678 problem when dumping a namespace node.
135
Daniel Veillard591b4be2003-02-09 23:33:36 +0000136Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
137
138 * xpath.c: fixed doc comment problems
139 * python/generator.py python/libxml_wrap.h python/types.c: adding
140 RelaxNG wrappers
141 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
142 test of those early Python RelaxNG bindings
143
144Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000145
146 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
147 * relaxng.c: found the validation problem I had with interleave
148 when not covering all remaining siblings
149 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
150 testsuite and check the RNG schemas against the RNG schemas
151 given in appendix A
152
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000153Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
154
155 * win32/Makefile.msvc: updates for RelaxNG
156 * win32/Makefile.mingw: updates for RelaxNG
157 * win32/libxml2.def.src: added RelaxNG exports
158
Daniel Veillard97fd5672003-02-07 13:01:54 +0000159Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
160
161 * xinclude.c: applied another bug fix from Sean Chittenden
162
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000163Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
164
165 * configure.in xmllint.c: I f...ed up the default configuration
166 of schemas and --relaxng option display in xmllint, pointed by
167 Morus Walter.
168 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
169 detection module, fixes bug #105374.
170
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000171Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
172
173 * xmlschemastypes.c: added the boolean base type.
174
Daniel Veillard96a4b252003-02-06 08:22:32 +0000175Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
176
177 * xmlschemastypes.c: started implementing some of the missing
178 default simple types
179 * result/relaxng/*: updated the results
180
Daniel Veillard72fef162003-02-05 14:31:19 +0000181Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
182
183 * NEWS doc/*: updated the docs, ready for 2.5.2 release
184
Daniel Veillard71531f32003-02-05 13:19:53 +0000185Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
186
187 * HTMLparser.c tree.c xmlIO.c: comments cleanups
188 * Makefile.am: use xmllint for doing the RelaxNG tests
189 * configure.in: preparing 2.5.2 made schemas support default to
190 on instead of off
191 * relaxng.c: removed the verbosity
192 * xmllint.c: added --relaxng option
193 * python/generator.py python/libxml_wrap.h: prepared the integration
194 of the new RelaxNG module and schemas
195 * result/relaxng/*: less verbose output
196
Daniel Veillardec498e12003-02-05 11:01:50 +0000197Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
198
199 * valid.c: do not run content model validation if the
200 content is not determinist
201
Daniel Veillardde590ca2003-02-05 10:45:26 +0000202Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
203
204 * SAX.c: added the redefinition of namespaced attribute
205 check that was missing as Fabrice Desré pointed out.
206
Daniel Veillard930dfb62003-02-05 10:17:38 +0000207Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
208
209 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
210 improvements from Nick Kew, allowing to do more checking
211 to HTML elements and attributes.
212
Daniel Veillard4287c572003-02-04 22:48:53 +0000213Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * xinclude.c: fixing bug #105137 about entities declaration
216 needing to be copied to the including document.
217
Daniel Veillard652d8a92003-02-04 19:28:49 +0000218Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
219
220 * catalog.c: fixed bug #104817 with delegateURI
221 * xpath.c: fixing bugs #104123 and #104125
222
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000223Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
224
225 * configure.in valid.c xmlreader.c python/libxml_wrap.h
226 python/types.c: fixing #104096 to compile without regexps
227
Daniel Veillard57e79b32003-02-04 15:33:12 +0000228Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
229
230 * valid.c: fixing bug #103969 forgot to add an epsilon transition
231 when building the automata for elem*
232
Daniel Veillard358a9892003-02-04 15:22:32 +0000233Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
234
235 * HTMLparser.c: applied patch from Arne de Bruijn fixing
236 bug #103827
237
Daniel Veillardeb137172003-02-04 15:18:06 +0000238Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
239
240 * HTMLparser.c: updating a comment, fixing #103776
241
Daniel Veillard8d589042003-02-04 15:07:21 +0000242Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
243
244 * parser.c: fixing bug 105049 for validity checking of content
245 within recursive entities.
246
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000247Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * HTMLparser.c: try to fix # 105049
250 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
251 * tree.c: updated a function comment
252
Daniel Veillard419a7682003-02-03 23:22:49 +0000253Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
254
255 * relaxng: more work on grammars and refs/defs
256 * test/relaxng/* result/relaxng/*: augmented/updated the
257 regression tests
258
Daniel Veillard144fae12003-02-03 13:17:57 +0000259Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
260
261 * relaxng: more work on name classes, except support
262 * test/relaxng/* result/relaxng/*: augmented/updated the
263 regression tests
264
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000265Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
266
267 * relaxng: more work on name classes, the "validate all" schemas
268 seems to work now.
269 * test/relaxng/* result/relaxng/*: augmented/updated the
270 regression tests
271
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000272Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
273
274 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
275 * parser.c: put a guard against infinite document depth, basically
276 trying to avoid another kind of DoS attack.
277 * relaxng.c: some code w.r.t. nameClasses
278
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000279Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
280
281 * test/relaxng/* result/relaxng/*: check all the namespace support
282 was actually correct based on tutorial section 10.
283
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000284Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
285
286 * relaxng: include seems to work okay now
287 * test/relaxng/* result/relaxng/*: augmented/updated the
288 regression tests
289
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000290Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
291
292 * relaxng.c: a bit of work done in the train back.
293 * test/relaxng/*: added one of the include tests
294
Daniel Veillard154877e2003-01-30 12:17:05 +0000295Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
296
297 * relaxng: more work done in the train
298 * test/relaxng/* result/relaxng/*: augmented/updated the
299 regression tests
300
Daniel Veillarde431a272003-01-29 23:02:33 +0000301Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
302
303 * relaxng.c: debugging of externalRef
304 * test/relaxng/* result/relaxng/*: augmented/updated the
305 regression tests
306
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000307Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
308
309 * relaxng.c: more work on Relax-NG, implementing externalRef
310 * test/relaxng/* result/relaxng/*: augmented/updated the
311 regression tests
312 * Makefile.am: cleanup to Relaxtests target
313
Daniel Veillardb08c9812003-01-28 23:09:49 +0000314Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
315
316 * relaxng.c: more work on Relax-NG, implementing interleave
317 * test/relaxng/* result/relaxng/*: augmented/updated the
318 regression tests
319
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000320Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
321
322 * relaxng.c: more work on Relax-NG, implementing interleave
323 * test/relaxng/* result/relaxng/*: augmented/updated the
324 regression tests
325
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000326Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
327
328 * doc/tutorial/customfo.xsl
329 * doc/tutorial/customhtml.xsl
330 adding stylesheet customizations used to generate fo
331 for pdf and html
332
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000333Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
334
335 * relaxng.c: more work on Relax-NG
336 * test/relaxng/* result/relaxng/*: augmented/updated the
337 regression tests
338 * xmlschemastypes.c: added a number of base type definition but not
339 the associated checks, those are still TODOs
340
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000341Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
342
343 in docs/tutorial:
344 * apa.html
345 * apb.html
346 * apc.html
347 * apd.html
348 * ape.html
349 * apf.html
350 * apg.html
351 * ar01s02.html
352 * ar01s03.html
353 * ar01s04.html
354 * ar01s05.html
355 * ar01s06.html
356 * ar01s07.html
357 * ar01s08.html
358 * index.html
359 * xmltutorial.pdf
360 * xmltutorial.xml
361 add index to tutorial
362
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000363Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
364
365 * doc/xmlcatalog.1
366 * doc/xmlcatalog_man.html
367 * doc/xmlcatalog_man.xml
368 belatedly fixing bug #93622 (adds rewriteURI type to
369 "--add" option in xmlcatalog man page
370
Daniel Veillard3be27512003-01-26 19:49:04 +0000371Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
372
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000373 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000374 Julio Merino, closing #104475
375
Daniel Veillardea3f3982003-01-26 19:45:18 +0000376Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
377
378 * relaxng.c: more work on Relax-NG
379 * test/relaxng/* result/relaxng/*: augmented/updated the
380 regression tests
381
Daniel Veillardedc91922003-01-26 00:52:04 +0000382Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
383
384 * relaxng.c: more work on Relax-NG
385 * test/relaxng/* result/relaxng/*: augmented/updated the
386 regression tests
387
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000388Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
389
390 * README: updated the policy on private mail answers
391 * relaxng.c: more work on Relax-NG
392 * test/relaxng/* result/relaxng/*: augmented/updated the
393 regression tests
394
Daniel Veillard7424eb62003-01-24 14:14:52 +0000395Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
396
397 * error.c parser.c tree.c: applied a documentation patch from
398 Stefan Kost
399
Daniel Veillard276be4a2003-01-24 01:03:34 +0000400Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * relaxng.c: more work on Relax-NG
403 * doc/*: regenerated the docs
404 * test/relaxng/* result/relaxng/*: updated and augmented the
405 Relax-NG regression tests and results
406
Daniel Veillard6eadf632003-01-23 18:29:16 +0000407Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
410 First commit of the new Relax-NG validation code, not generally
411 useful yet.
412 * test/relaxng/* result/relaxng/*: current state of the regression
413 tests
414
Daniel Veillard814a76d2003-01-23 18:24:20 +0000415Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
416
417 * tree.c: minimized the memory allocated for GetContent
418 and a bit of cleanup.
419
Daniel Veillardff12c492003-01-23 16:42:55 +0000420Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * python/generator.py: seems there is no good reasons to
423 not generate bindings for XPointer
424
Daniel Veillard540a31a2003-01-21 11:21:07 +0000425Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
426
427 * xmlreader.c doc/apibuild.py: applied a new patch from
428 Stéphane Bidoul for cleanups
429 * doc/libxml2-api.xml: rebuilt the API description with
430 new entry points
431
Daniel Veillard417be3a2003-01-20 21:26:34 +0000432Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * xmlreader.c python/drv_libxml2.py python/generator.py
435 python/libxml.c python/libxml.py python/libxml_wrap.h
436 python/types.c: patch from Stéphane Bidoul for better per
437 context error message APIs
438 * python/tests/ctxterror.py python/tests/readererr.py:
439 update of the tests
440
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000441Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
442
443 * doc/guidelines.html
444 grammar and spelling cleanup
445
Daniel Veillard26f70262003-01-16 22:45:08 +0000446Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
447
448 * xmlreader.c include/libxml/xmlreader.h python/generator.py
449 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
450 a patch from Stéphane Bidoul to allow per XMLtextReader error
451 and warning handling
452 * python/tests/Makefile.am python/tests/readererr.py: adding the
453 specific regression test
454
Daniel Veillard71f9d732003-01-14 16:07:16 +0000455Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
456
457 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
458 should raise a syntax error
459
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000460Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
461
462 * python/libxml.c: cleanup patch from Stéphane Bidoul
463
Daniel Veillard81601f92003-01-14 13:42:37 +0000464Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
465
466 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
467
Daniel Veillarde6227e02003-01-14 11:42:39 +0000468Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * python/generator.py python/libxml.c python/libxml.py
471 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000472 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000473 Python level.
474 * python/tests/Makefile.am python/tests/ctxterror.py: added a
475 regression test for it.
476
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000477Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
478
479 * xmlreader.c: fixed the streaming property of the reader,
480 it was generating tree faster than consuming it. Pointed out
481 by Nate Myers
482 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
483
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000484Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
485
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000486 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000487
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000488Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
489
490 * xpath.c: fix to the XPath implementation for parent and
491 ancestors axis when operating on a Result Value Tree.
492 Fixes bug #100271
493
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000494Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
495
496 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
497 to fix some URI/file escaping problems
498
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000499Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
500
501 * python/generator.py: fixed a bug raised by Raymond Wiker,
502 docSetRootElement() should not raise an exception if the
503 return is None
504
Daniel Veillard3e20a292003-01-10 13:14:40 +0000505Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
506
507 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
508 fixed bug #102181 by applying the suggested change and fixing
509 the generation/registration problem.
510
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000511Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
512
513 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
514 routines.
515
Daniel Veillard8f872442003-01-09 23:19:02 +0000516Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
517
518 * parser.c: one more IsEmptyElement crazyness, that time in
519 external parsed entities if substitution is asked.
520 * python/tests/reader3.py: added a specific test.
521
Daniel Veillarde329fc22003-01-09 21:36:42 +0000522Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
523
524 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
525 support and improved error handler registration
526
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000527Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
528
529 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
530 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
531 * README: fixed a link
532
Daniel Veillarde2830f12003-01-08 17:47:49 +0000533Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
534
535 * configure.in doc/* NEWS: preparing 2.5.1 release
536 * SAX.c parser.c: fixing XmlTextReader bug
537
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000538Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
539
540 * SAX.c: fuck, I introduced a memory leak on external parsed
541 entities in 2.5.0 :-(
542
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000543Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
544
545 * xmllint.c: another fix needed as pointed by Christophe Merlet
546 for --stream --debug if compiled without debug support.
547
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000548Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
549
550 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000551 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000552 update man page with --stream and --chkregister
553
Daniel Veillard8326e732003-01-07 00:19:07 +0000554Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
555
556 * globals.c: fixed --with-threads compile
557 * xmllint.c: fixed --without-debug compile
558 * include/libxml/globals.h: cleanup
559 * include/libxml/schemasInternals.h: add a missing include
560
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000561Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
562
563 * configure.in NEWS: preparing 2.5.0 release
564 * SAX.c: only warn in pedantic mode about namespace name
565 brokeness
566 * globals.c: fix a doc generation problem
567 * uri.c: fix #101520
568 * doc/*: updated and rebuilt the doc for the release, includuding
569 stylesheet update
570 * python/Makefile.am: fix a filename bug
571
572Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
573
574 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
575 should not be called.
576
577Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
578
579 * libxml-2.0.pc.in: applied the patch to fix #101894
580
581Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
582
583 * tree.c : applied patch from Lukas Schroeder for register callbacks
584 * valid.c: modified patch from Lukas Schroeder to test
585 register callbacks with --chkregister
586
587Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
588
589 * xmlreader.c: seriously changed the way data are pushed to
590 the underlying parser, go by block of 512 bytes instead of
591 tryng to detect tag boundaries at that level. Changed the
592 way empty element are detected and tagged.
593 * python/tests/reader.py python/tests/reader2.py
594 python/tests/reader3.py: small changes mostly due to context
595 reporting being different and DTD node being reported. Some
596 errors previously undetected are now caught and fixed.
597 * doc/xmlreader.html: flagged last section as TODO
598
599Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
600
601 * python/libxml.py: integrated the Python 2.2 optimizations
602 from Hannu Krosing, while maintaining compatibility with
603 1.5 and 2.1
604
605Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
606
607 * xmllint.c: a bit of cleanup
608 * xmlreader.c: small fix
609 * doc/xmlreader.html: more work on the XmlTextReader tutorial
610 * python/libxml.py: a few fixes pointed out by Hannu Krosing
611
612Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
613
614 * python/setup.py.in: patch from Stéphane Bidoul to include
615 drv_libxml2.py in setup.py
616
617Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * doc/xmlreader.html: starting documenting the new XmlTextReader
620 interface.
621
622Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * xmllint.c: added the --stream flag to use the TextReader API
625 * xmlreader.c: small performance tweak
626
627Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
628
629 * xmlreader.c python/tests/reader2py: okay the DTD validation
630 code on top of the XMLTextParser API should be solid now.
631
632Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
633
634 * xmlreader.c python/tests/reader2py: Fixing some more mess
635 with validation and recursive entities while using the
636 reader interface, it's getting a bit messy...
637
638Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
639
640 * xmlreader.c python/tests/reader.py: another couple of problem
641 related to IsEmptyElement reported by Stéphane Bidoul needed
642 some fixes.
643
644Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
647 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
648 based on the python XmlTextReader interface.
649
650Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
651
652 * tree.c: backing out one change in the last patch which broke the
653 regression tests
654
655Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * global.data globals.c tree.c include/libxml/globals.h: applied
658 an old patch from Lukas Schroeder to track node creation and
659 destruction. Probably missing a lot of references at the moment
660 and not usable reliably.
661
662Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
665 from doc/news.html and a stylesheet
666
667Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * xmlreader.c python/tests/reader.py: fixed another couple of
670 xmlreader bugs reported by Stéphane Bidoul and added tests.
671
672Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
673
674 * xmlreader.c python/tests/reader2.py: fixed another validity
675 checking in external parsed entities raised by Stéphane Bidoul
676 and added a specific regression test.
677 * python/tests/reader3.py: cleanup
678
679Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
680
681 * xmlreader.c python/tests/reader2.py: fixed a problem with
682 validation within entities pointed by Stéphane Bidoul, augmented
683 the tests to catch those.
684
685Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
686
687 * python/generator.py: modified the generator to allow keeping
688 class references when creating new classes, needed to fix a bug
689 pointed by Stéphane Bidoul where the input buffer of the
690 xmlTextReader instance gets destroyed if the python wrapper for
691 the input is not referenced anymore.
692
693Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
694
695 * xmlreader.c python/tests/reader.py: fixed another pair of problem
696 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
697
698Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
699
700 * xmlreader.c python/tests/reader.py: fixed another problem
701 pointed by Stéphane Bidoul
702
703Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
704
705 * xmlreader.c python/tests/reader.py: fixed a limit case problem
706 with "<a/>"
707
708Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
709
710 * SAX.c: warn on xmlns:prefix="foo"
711 * xmlreader.c python/tests/reader.py: fixed a couple of problem
712 for namespace attributes handling.
713
714Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
715
716 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
717 a really nasty problem raised by a DocBook XSLT transform
718 provided by Sebastian Bergmann
719
720Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
721
722 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
723 by Stéphane Bidoul and integrated it into the tests
724
725Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
726
727 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
728 extended the XmlTextReader API a bit, addding accessors for
729 the current doc and node, and an entity substitution mode for
730 the parser.
731 * python/libxml.py python/libxml2class.txt: related updates
732 * python/tests/Makefile.am python/tests/reader.py
733 python/tests/reader2.py python/tests/reader3.py: updated a bit
734 the old tests and added a new one to test the entities handling
735
736Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
737
738 * python/generator.py python/libxml2class.txt
739 python/tests/reader.py python/tests/reader2.py: changed the
740 generator to provide casing for the XmlTextReader similar to
741 C# so that examples and documentation are more directly transposable.
742 Fixed the couple of tests in the suite.
743
744Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
745
746 * doc/guidelines.html: added a document on guildeline for
747 publishing and deploying XML
748
749Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
750
751 * valid.c xmlreader.c: final touch running DTD validation
752 on the XmlTextReader
753 * python/tests/Makefile.am python/tests/reader2.py: added a
754 specific run based on the examples from test/valid/*.xml
755
756Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
757
758 * python/libxml.py: added a few predefined xmlTextReader parser
759 configuration values.
760
761Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
762
763 * python/libxml_wrap.h: trying to fix #102037
764
765Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
766
767 * SAX.c: fixing bug #95296, when the predefined entities
768 are redefined in the DTD the default one must be used
769 instead anyway.
770
771Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
772
773 * doc/xmllint.xml
774 * doc/xmllint.1
775 Add discussion of XML_DEBUG_CATALOG to xmllint man
776 page - bug #100907
777
778
779Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
780
781 * xmlreader.c: Fixed the empty node detection to avoid reporting
782 an inexistant close tag.
783
784Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
785
786 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
787 for Python 2.1
788
789Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
790
791 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
792
793Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
794
795 * doc/libxml2-api.xml python/tests/reader.py: one really need
796 to provide the base URI information when creating a reader parser
797 from an input stream. Updated the API and the example using it.
798
799Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
800
801 * testReader.c xmlreader.c valid.c include/libxml/tree.h
802 include/libxml/valid.h include/libxml/xmlreader.h: working on
803 DTD validation on top of xml reader interfaces. Allows to
804 validate arbitrary large instances. This required some extensions
805 to the valid module interface and augmenting the size of xmlID
806 and xmlRef structs a bit.
807 * uri.c xmlregexp.c: simple cleanup.
808
809Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
810
811 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
812 work on the xml reader interfaces.
813 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
814 Web page for the Windows binaries.
815
816Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
817
818 * xmlIO.c: applied a patch for VMS following the report by
819 Nigel Hall
820
821Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
822
823 * parser.c: the parseStartTag bug fix wasn't complete.
824
825Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
826
827 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
828 parseStartTag, fixing it.
829 * test/att4 result/att4 result/noent/att4: adding the test
830 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
831 more methods to XmlTextReader.
832
833Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
834
835 * win32/libxml2.def.src: added more xml reader exports
836 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
837 to the build
838
839Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
840
841 * doc/tutorial/xmltutorial.xml
842 plus generated html and pdf
843 Updating tutorial again based on further comments from Niraj
844 Tolia on the last iteration
845
846Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
847
848 * doc/tutorial/xmltutorial.xml
849 * doc/tutorial/includekeyword.c
850 * doc/tutorial/includegetattribute.c
851 plus generated html and pdf
852 Adding fix from Niraj Tolia to tutorial to properly free memory.
853
854
855Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
856
857 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
858 more methods of XmlTextReader.
859 * python/libxml2class.txt python/tests/reader.py: this increased the
860 methods in the bndings, augmented the test to check those new
861 functions.
862
863Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
864
865 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
866 methods of XmlTextReader.
867 * python/generator.py python/libxml_wrap.h python/types.c
868 python/libxml2class.txt: added the reader to the Python bindings
869 * python/tests/Makefile.am python/tests/reader.py: added a specific
870 test for the Python bindings of the Reader APIs
871 * parser.c: small cleanup.
872
873Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
874
875 * xinclude.c: fallback was only copying the first child not the
876 full child list of the fallback element, closes #89684 as reopened
877 by Bernd Kuemmerlen
878
879Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
880
881 * win32/libxml2.def.src: exported htmlNodeDumpOutput
882
883Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
884
885 * configure.in: preparing release of 2.4.30
886 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
887 gives enum values, fix functype return type, put back fields in
888 structs
889 * doc/*: updated the docs rebuilt
890
891Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
894 about htmlNodeDumpOutput location.
895 * xpath.c: removed an undefined function signature
896 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
897 too many symbols in the API breaking the python bindings.
898 Updated with the libxslt/libexslt changes.
899
900Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
901
902 * configure.in: preparing release of 2.4.29
903 * doc/*: rebuilt the docs and API
904 * xmlreader.c: a few more fixes for the XmlTextReader API
905
906Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
907
908 * include/win32config.h: applied mingw patch from Magnus Henoch
909
910Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
911
912 * catalog.c doc/libxml2-api.xml: a bit more cleanup
913
914Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
915
916 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
917 building Python script, does the C parsing directly, generates
918 a better API description including structure fieds defs and
919 enums. Still a couple of bugs, but good enough for the python
920 wrappers now.
921 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
922 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
923 include/libxml/schemasInternals.h include/libxml/tree.h: more
924 cleanup based on the python analysis script reports.
925 * libxml.spec.in: make sure the API XML description is part of the
926 devel package.
927
928Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
929
930 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
931 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
932 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
933 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
934 code cleanup, especially the function comments.
935 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
936
937Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
938
939 * Makefile.am xmlreader.c include/libxml/Makefile.am
940 include/libxml/xmlreader.h: Adding a new set of APIs based on
941 the C# TextXmlReader API but converted to C. Allow to parse
942 in constant memory usage, far simpler to program and explain
943 than the SAX like APIs, unfinished but working.
944 * testReader.c: test program
945
946Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
947
948 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
949
950Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
951
952 * tree.c: Chip turner indicated that XHTML1 serialization
953 rule for style actually break on both IE and Mozilla,
954 try to avoid the rule if escaping ain't necessary
955
956Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
957
958 * nanhttp.c: handle HTTP URL escaping, problem reported by
959 Glen Nakamura and Stefano Zacchiroli
960
961Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
962
963 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
964
965Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
966
967 * uri.c: Johann Richard pointed out some XPointer problems for
968 URN based URI references in XInclude. Modified the URI parsing
969 and saving routines to allow correct parsing and saving of
970 XPointers, especially when attached to "opaque" scheme accordingly
971 to RFC 2396
972
973Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
974
975 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
976 of refactoring to the HTML saving code.
977 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
978 in the doc.
979
980Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
981
982 * tree.c include/libxml/tree.h: refactored the XML dump of a node
983 to a buffer API to reuse the generic dump to an OutputIO layer,
984 this reduces code, fixes xmlNodeDump() for XHTML, also made
985 xmlNodeDump() now return the number of byte written.
986
987Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
988
989 * python/setup.py.in: another patch from Stéphane Bidoul for
990 Python bindings on Windows
991 * doc/parsedecl.py: small cleanup
992
993Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
994
995 * libxml.spec.in configure.in: add a line in %changelog for releases
996
997Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
998
999 * parser.c: patch from Marcus Clarke fixing a problem in entities
1000 parsing that was detected in KDe documentations environment.
1001
1002Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1003
1004 * python/libxml.c (libxml_prev): Return the previous as opposed to
1005 the next node (I guess this is the result of some cut & paste programming:)
1006
1007Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1008
1009 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1010
1011Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1012
1013 * python/generator.py python/libxml.c python/setup.py.in: trying
1014 to fix the Python bindings build on Windows (Stéphane Bidoul)
1015
1016Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1017
1018 * win32/configure.js: added option for python bindings
1019 * win32/libxml2.def.src: added more exports
1020
1021Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1022
1023 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1024 pthreads
1025 * win32/wince/*: applied updates to Windows CE port from Javier
1026
1027Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1028
1029 * configure.in: preparing 2.4.28
1030 * libxml.spec.in doc/Makefile.am: some cleanup
1031 * doc/*: updated the news and regenerated.
1032
1033Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1034
1035 * HTMLparser.c: final touch at closing #87235 </p> end tags
1036 need to be generated.
1037 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1038 this change slightly the output of a few tests
1039 * doc/*: regenerated
1040
1041Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1042
1043 * parserInternals.c: fixing bug #99190 when UTF8 document are
1044 parsed using the progressive parser and the end of the chunk
1045 is in the middle of an UTF8 multibyte character.
1046
1047Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1048
1049 * threads.c: fixed initialization problem in xmlNewGlobalState
1050 which was causing crash.
1051 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1052 in xmlInitializeGlobalState.
1053 * parserInternals.c: cleaned up ctxt->sax initialisation.
1054
1055Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1056
1057 * tree.c include/libxml/tree.h: modified the existing APIs
1058 to handle XHTML1 serialization rules automatically, also add
1059 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1060 libxslt serialization uses it when needed without changing
1061 the library API.
1062 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1063 result/xhtml1: added a new test specifically for xhtml1 output
1064 and updated the result of one XHTML1 test
1065
1066Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1067
1068 * xinclude.c parserInternals.c encoding.c: fixed #99082
1069 for xi:include encoding="..." support on text includes.
1070 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1071 test/XInclude/ents/isolatin.txt : added a specific regression test
1072 * python/generator.py python/libxml2class.txt: fixed the generator
1073 the new set of comments generated for doc/libxml2-api.xml were
1074 breaking the python generation.
1075
1076Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1077
1078 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1079 * configure.in: patch for Solaris on new autoconf closes #98880
1080 * doc/parsedecl.py: repair the frigging API building script,
1081 did I say that python xmllib sucks ?
1082 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1083 and some comment are no more truncated.
1084
1085Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1086
1087 * parser.c: Martin Stoilov pointed out a potential leak in
1088 xmlCreateMemoryParserCtxt
1089
1090Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1091
1092 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1093 included in HTML documents and using the push parser.
1094
1095Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1096
1097 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1098 specified, look for the Python interpreter not just in the
1099 specified root but also in the specified location. Fixes #98825
1100
1101Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1102
1103 * python/libxml.c: fixing bug #98792 , node may have no doc
1104 and dereferencing without checking ain't good ...
1105
1106Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1107
1108 * configure.in: preparing release 2.4.27
1109 * doc/* : updated and rebuilt the docs
1110 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1111 and all the docs are actually packaged and in the final RPMs
1112 * parser.c parserInternals.c include/libxml/parser.h: restore
1113 xmllint --recover feature.
1114
1115Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1116
Daniel Veillard784b9352003-02-16 15:50:27 +00001117 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001118 processing of parsed entities, and XPath computation on sustitued
1119 entities.
1120 * testXPath.c: make sure entities are substitued.
1121
1122Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1123
Daniel Veillard784b9352003-02-16 15:50:27 +00001124 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001125 processing of internal parsed entities, which had to be changed.
1126
1127Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1128
1129 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1130 trying to fix bug #98517 about building outside the source tree
1131 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1132
1133Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1134
1135 * include/win32config.h: cleanup
1136 * win32/Makefile.mingw: integrated mingw in JScript configure
1137 * win32/Makefile.msvc: modified to allow mingw coexistence
1138 * win32/configure.js: integrated mingw
1139 * win32/Readme.txt: cleanup
1140
1141Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1142
1143 * HTMLparser.c: strengthen the guard in the Pop macros,
1144 like in the XML parser, closes bug #97315
1145
1146Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1147
1148 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1149 callback is never used.
1150
1151Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1152
1153 * parserInternals.c: fixed the initialization of the SAX structure
1154 which was breaking xsltproc
1155 * xpath.c: patch from Petr Pajas for CDATA nodes
1156 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1157 * parser.c include/libxml/parser.h: patch from Peter Jones
1158 removing a leak in xmlSAXParseMemory() and adding the
1159 function xmlSAXParseMemoryWithData()
1160
1161Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1162
1163 adding pdf of tutorial, changing web page to link to it
1164 * doc/tutorial/xmltutorial.pdf
1165 * doc/xml.html
1166 * doc/docs.html
1167
1168Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1169
1170 * doc/tutorial/ar01s08.html
1171 adding file what I forgot for tutorial
1172
1173
1174Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1175
1176 Adding encoding discussion to tutorial
1177 Added:
1178 * doc/tutorial/images/*.png: DocBook admonition image files
1179 * doc/tutorial/apf.html, apg.html: new generated html
1180 * doc/tutorial/includeconvert.c: conversion code entity file
1181 changed:
1182 * doc/tutorial/xmltutorial.xml: DocBook original
1183 * doc/tutorial/*.html: generated html
1184
1185Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1186
1187 * include/libxml/*.h: retired xmlwin32version.h
1188 * doc/Makefile.am: retired xmlwin32version.h
1189 * win32/configure.js: retired xmlwin32version.h
1190
1191Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1192
1193 * win32/libxml2.def.src: exported additional symbols
1194 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1195 sisterhood
1196
1197Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1198
1199 * globals.c: fixed a typo pointed out by Igor
1200 * xpath.c: try to speed up node compare using line numbers
1201 if available.
1202
1203Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1204
1205 * tree.c: make xmlFreeNode() handle attributes correctly.
1206
1207Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1208
1209 * catalog.c: completed the #96963 fix, as reported by Karl
1210 Eichwalder
1211
1212Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1213
1214 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1215
1216Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1217
1218 * Makefile.am: switched the order of a couple of includes
1219 to fix bugs #97100
1220
1221Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1222
1223 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1224 xmlLoadCatalogs that used to separate directories with a ':'.
1225
1226Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1227
1228 * threads.c: improvements to the Windows-side of thread handling
1229 * testThreads.c: conditionally excluded unistd.h
1230 * testThradsWin32.c: broke overlong lines
1231 * include/win32config.h: adapted thread-related macros to the new
1232 scheme and for pthreads on Windows
1233 * win32/Makefile.msvc: introduced a more flexible thread build,
1234 added testThreads[Win32].c to the build
1235 * win32/configure.js: introduced a more flexible thread config
1236
12372002-10-31 John Fleck <jfleck@inkstain.net>
1238
1239 * doc/xml.html (and, by implication, FAQ.html)
1240 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1241
1242Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1243
1244 * configure.in: removed xmlwin32version.h
1245 * include/libxml/Makefile.am: removed xmlwin32version.h
1246
1247Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1248
1249 * tree.c: applied patch from Brian Stafford to fix a bug
1250 in xmlReconciliateNs()
1251
1252Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1253
1254 * tree.c: applied patch from Christian Glahn to allow
1255 xmlNewChild() on document fragment nodes
1256
1257Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1258
1259 * parser.c: Christian Glahn found a problem with a recent
1260 patch to xmlParseBalancedChunkMemoryRecover()
1261 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1262 problems
1263 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1264 test/schemas/seq*: added the test cases from Charles
1265
1266Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1267
1268 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1269 serious cleanup of the spec file and associated changes
1270 in the Makefiles.
1271 * valid.c: try to remove some warnings on x86_64
1272
1273Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1274
1275 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1276 fix bug #96586
1277
1278Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1279
1280 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1281 parsing, applied his patch
1282 * result/HTML/attrents.html result/HTML/attrents.html.err
1283 result/HTML/attrents.html.sax test/HTML/attrents.html:
1284 added the test and result case provided by Mikhail Sogrine
1285
1286Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1287
1288 * vms/build_libxml.com vms/config.vms vms/readme.vms
1289 include/libxml/parser.h include/libxml/parserInternals.h
1290 include/libxml/tree.h include/libxml/xmlIO.h
1291 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1292 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1293 Applied the VMS update patch from Craig A. Berry
1294 * doc/*.html: update
1295
1296Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1297
1298 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1299
1300Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1301
1302 * debugXML.c: adding a grep command to --shell in xmllint
1303 for T.V. Raman
1304
1305Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1306
1307 * xmlcatalog.c: tried to fix some of the problem with --sgml
1308
1309Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1310
1311 * parser.c: tried to fix bug #91500 where doc->children may
1312 be overriden by a call to xmlParseBalancedChunkMemory()
1313
1314Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1315
1316 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1317 identifiers in SGML catalogs containing '&'
1318
1319Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1320
1321 * python/types.c: fixed bugs when passing result value tree
1322 to Python functions.
1323
1324Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1325
1326 * configure.in: preparing the release of 2.4.26
1327 * doc/*: updated and rebuilt the documentation
1328
1329Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1330
1331 * parser.c: fixed a XML Namespace compliance bug reported by
1332 Alexander Grimalovsky
1333
1334Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1335
1336 * HTMLtree.c: fixed serialization of script and style when
1337 they are not lowercase (i.e. added using the API to the tree).
1338
1339Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1340
1341 * valid.c: make xmlValidateDocument emit a warning msg if there
1342 is no DTD, pointed by Christian Glahn
1343
1344Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1345
1346 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1347 content model when some of the blocks have min or max, and a couple
1348 of bugs found in the process.
1349 * result/schemas/list0* test/schemas/list0*: added some specific
1350 regression tests
1351
1352Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1353
1354 * README: updated the contact informations
1355
1356Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1357
1358 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1359 misses it, reported by Peter Bray.
1360
1361Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1362
1363 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1364 and removed a few warnings
1365
1366Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1367
1368 * parser.c: Christian Glahn found a small bug in the push parser.
1369 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1370 public
1371
1372Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1373
1374 * xmlschemas.c include/libxml/xmlschemas.h: added
1375 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1376 * testSchemas.c: added --memory to test the new interface
1377
1378Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1379
1380 * doc/index.py doc/search.php: integrated the XSLT indexing,
1381 a few fixed in the indexer, added a scope selection at the
1382 search level.
1383
1384Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1385
1386 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1387 this was due to uninitialized parts of the validation context
1388
1389Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1390
1391 * debugXML.c: applied patch from Mark Vakoc except the API
1392 change, preserved it.
1393 * doc/*: updated the docs to point to the search engine for
1394 information lookup or before bug/help reports.
1395
1396Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1397
1398 * doc/index.py doc/search.php: added mailing-list archives
1399 indexing and lookup
1400
1401Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1402
1403 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1404
1405Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1406
1407 * doc/index.py: improved HTML indexing
1408 * doc/search.php: make the queries also lookup the HTML based indexes
1409
1410Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1411
1412 * doc/index.py: added HTML page indexing
1413
1414Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1415
1416 * xmlIO.c: extended Windows path normalisation to fix the base
1417 problem in libxslt.
1418 * catalog.c: fixed list handling in XML_CATALOG_FILES
1419
1420Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1421
1422 * valid.c: typo/bug found by Christian Glahn
1423
1424Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1425
1426 * xmlIO.c: applied Windows CE patch from Javier.
1427 * win32/wince: new directory, contains support for the PocketPC
1428 with Windows CE from Javier.
1429 * include/win32config.h: reorganised, removed duplicate
1430 definitions and applied WinCE patch from Javier.
1431 * include/wsockcompat.h: new file, now contains WinSock
1432 compatibility macros.
1433 * win32/Makefile.msvc: introduced double-run compilation.
1434
1435Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1436
1437 * configure.in include/libxml/xmlwin32version.h: preparing release
1438 of 2.4.25
1439 * doc/*: updated and regenerated teh docs and web pages.
1440
1441Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1442
1443 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1444 error were not covering namespace declarations.
1445 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1446 it was missing the attribute declaration for the namespace
1447 * result/VC/NS3: the fix now report breakages in that test
1448
1449Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1450
1451 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1452
1453Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1454
1455 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1456 and regenerated the docs and web site
1457
1458Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1459
1460 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1461 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1462 not before
1463
1464Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1465
1466 * python/generator.py python/libxml2class.txt: fixed a stupid error
1467 breaking the python API
1468
1469Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1470
1471 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1472 triostr.c triostr.h: applied a trio update patch from
1473 Bjorn Reese which should work with MinGW
1474
1475Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1476
1477 * tree.c: improving some documentation comments
1478 * xmlregexp.c: found and fixed a mem leak with python regression tests
1479 * doc/*: rebuilt the doc and the API XML file including the
1480 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1481 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1482 python/types.c: added access to the XML Schemas regexps from
1483 python
1484 * python/tests/Makefile.am python/tests/regexp.py: added a
1485 simple regexp bindings test
1486
1487Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1488
1489 * doc/xml.html:
1490 fixing ftp links - thanks to Vitaly Ostanin
1491
1492Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1493
1494 * xmlregexp.c: fixed the data callback on transition functionality
1495 which was broken when using the compact form
1496 * result/schemas/*: updated the results, less verbose, all tests
1497 pass like before
1498 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1499 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1500 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1501 annoying warnings
1502 * xpath.c: try to provide better error report when possible
1503
1504Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1505
1506 * Makefile.am: fixed a breakage raised by Jacob
1507
1508Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1509
1510 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1511 which don't use sockets
1512
1513Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1514
1515 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1516 * win32/configure.js: applied zlib patch from Daniel Gehriger
1517
1518Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1519
1520 * win32/configure.js: applied the patch from Mark Vakoc for
1521 regexp support
1522 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1523 for regexp support
1524
1525Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1526
1527 * xmlschemastypes.c: as pointed by Igor Float and Double
1528 parsing ain't finished yet
1529
1530Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1531
1532 * Makefile.am configure.in: trying to fix #88412 by bypassing
1533 all the python subdir if python ain't detected
1534
1535Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1536
1537 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1538 made configuring with regexps/automata/unicode the default
1539 but without schemas ATM
1540 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1541 fixed the regexp based DTD validation performance and memory
1542 problem by switching to a compact form for determinist regexps
1543 and detecting the determinism property in the process. Seems
1544 as fast as the old DTD validation specific engine :-) despite
1545 the regexp built and compaction process.
1546
1547Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * valid.c: determinism is debugged, new DTD checking code now works
1550 but xmlFAComputesDeterminism takes far too much CPU and the whole
1551 set usues too much memory to be really usable as-is
1552
1553Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1554
1555 * tree.c: fixed another stupid bug in xmlGetNodePath()
1556 * xmllint.c: --version now report the options compiled in
1557
1558Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1559
1560 * HTMLparser.c: small cleanup
1561 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1562 when configured with them. A bit of debugging around the determinism
1563 checks is still needed
1564
1565Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1566
1567 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1568
1569Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1570
1571 * xmlIO.c: small portability glitch fixed.
1572
1573Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1574
1575 * xmlschemastypes.c: incomplete steps for real/double support
1576 * testAutomata.c include/libxml/xmlautomata.h
1577 include/libxml/xmlregexp.h: avoiding a compilation problem
1578 * valid.c include/libxml/valid.h: starting the work toward using
1579 the regexps for actual DTD validation
1580
1581Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * hash.c: cosmetic cleanup
1584 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1585 integrating a DTD validation layer based on the regexps
1586
1587Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1590 the determinism was tested before eliminating the epsilon
1591 transitions :-(
1592
1593Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1594
1595 * python/generator.py python/libxml.c python/libxml.py
1596 python/libxml2-python-api.xml python/libxml2class.txt
1597 python/libxml_wrap.h python/types.c: updated the python
1598 bindings, added code for easier File I/O, and the ability to
1599 define a resolver from Python fixing bug #91635
1600 * python/tests/Makefile.am python/tests/inbuf.py
1601 python/tests/outbuf.py python/tests/pushSAXhtml.py
1602 python/tests/resolver.py python/tests/serialize.py: updated
1603 and augmented the set of Python tests.
1604
1605Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1606
1607 * win32/configure.js: added more readme info for the binary
1608 package.
1609
1610Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1611
1612 * xmlIO.c: fixed a stupid out of bound array error
1613
1614Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1615
1616 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1617 messing around with support for Windows path, cleanups,
1618 trying to identify and fix the various code path to the
1619 filename access. Added xmlNormalizeWindowsPath()
1620
1621Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1622
1623 * error.c valid.c: working on better error reporting of validity
1624 errors, especially providing an accurate context.
1625 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1626 error reports in those cases.
1627
1628Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1629
1630 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1631 parser.c parserInternals.c xmlIO.c: get rid of all the
1632 perror() calls made in the library execution paths. This
1633 should fix both #92059 and #92385
1634
1635Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1636
1637 * xmllint.c: memory leak reporting was broken after a change
1638 of the preprocessor symbol used to activate it.
1639
1640Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1641
1642 * tree.c: try to make the copy function work for node of
1643 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1644 DOM layers though, not libxml2 itself.
1645
1646Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1647
1648 * valid.c: try to provide file and line informations, not all
1649 messages are covered, but it's a (good) start
1650
1651Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1652
1653 * xinclude.c: reimplemented a large part of the XInclude
1654 processor, trying to minimize resources used, James Henstridge
1655 provided a huge test case which was exhibiting severe memory
1656 consumption problems.
1657
1658Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1659
1660 * python/Makefile.am: applied patch from Christophe Merlet to
1661 reestablish DESTDIR
1662
1663Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1664
1665 * libxml.spec.in: fixes libary path for x86_64 AMD
1666
1667Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1668
1669 * doc/tutorial/includekeyword.c
1670 * doc/tutorial/xmltutorial.xml:
1671 (plus resulting generated html files)
1672 fixing one spot I missed in the tutorial where I hadn't freed
1673 memory properly
1674
1675Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1676
1677 * doc/tutorial/includeaddattribute.c
1678 * doc/tutorial/includeaddkeyword.c
1679 * doc/tutorial/includegetattribute.c
1680 * doc/tutorial/includekeyword.c
1681 * doc/tutorial/xmltutorial.xml
1682 * doc/tutorial/*.html:
1683 update tutorial to properly free memory (thanks to Christopher
1684 R. Harris for pointing out that this needs to be done)
1685 * doc/tutorial/images/callouts/*.png:
1686 added image files so the callouts are graphical, making it
1687 easier to read ( use "--param callout.graphics 1" to generate
1688 html with graphical callouts)
1689
1690Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1691
1692 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1693 nice logos generated by Marc Liyanage
1694 * doc/site.xsl *.html: changed the stylesheet to show the new
1695 logo and regenerated the pages
1696
1697Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1698
1699 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1700
1701Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1702
1703 * xpath.c: possible mem leak patch from Jason Adams
1704
1705Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1706
1707 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1708 in the XQuery namespace
1709 * configure.in: preparing 2.4.24
1710 * doc/*.html: updated the web pages
1711
1712Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1713
1714 * python/generator.py: closing bug #85258 by generating conditional
1715 compile check to avoid linking to routines not configured in.
1716
17172002-08-22 Havoc Pennington <hp@pobox.com>
1718
1719 * autogen.sh: update error message for missing automake
1720
1721Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1722
1723 * python/Makefile.am: typo in target name resulted in libxml2.py
1724 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1725
1726Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1727
1728 * win32/win32/Makefile.mingw: updated with version from
1729 Elizabeth Barham at http://soggytrousers.net/repository/
1730
1731Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1732
1733 * win32/Makefile.msvc: added the prefix location to the include
1734 and lib search path.
1735
17362002-08-18 Havoc Pennington <hp@pobox.com>
1737
1738 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1739 both automake 1.6 and 1.4 installed get the right automake. Means
1740 compilation from CVS will now require the latest automake 1.4
1741 release, or manually creating symlinks called "automake-1.4" and
1742 "aclocal-1.4"
1743
1744Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1745
1746 * configure.in python/Makefile.am: more AMD 64 induced changes from
1747 Frederic Crozat
1748
1749Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1750
1751 * xinclude.c: oops I was missing the xml:base fixup too
1752 * result/XInclude/*.xml: this adds xml:base attributes to most
1753 results of the tests
1754
1755Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1756
1757 * xinclude.c: quick but apparently working implementation of
1758 xi:fallback, should close bug #89684
1759 * Makefile.am test/XInclude/docs/fallback.xml
1760 result/XInclude/fallback.xml: added a basic test for fallback,
1761 and run with --nowarning to avoid a spurious warning
1762 * configure.in: applied patch from Frederic Crozat for python
1763 bindings on AMD 64bits machines.
1764
1765Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1768 the caller don't pass a SAX callback block.
1769
1770Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1771
1772 * tree.c: applied the same fix for the XML-1.0 namespace to
1773 xmlSearchNsByHref() as was done for xmlSearchNs()
1774
1775Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1776
1777 * libxml.3: small cleanup of the man page
1778 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1779 when serializing HREF attributes generated by XSLT.
1780
1781Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1782
1783 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1784 version of Marc Liyanage' patch for boolean attributes in HTML
1785 output
1786
1787Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1788
1789 * python/tests/serialize.py: fixed the test results, indenting
1790 behaviour changed slightly
1791
1792Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1793
1794 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1795 new c14n function to Windows def files
1796
1797Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1798
1799 * c14n.c: fixed a memory leak in c14n code
1800
1801Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1802
1803 * parser.c include/libxml/parser.h: adding a new API for Christian
1804 Glahn: xmlParseBalancedChunkMemoryRecover
1805 * valid.c: patch from Rick Jones for some grammar cleanup in
1806 validation messages
1807 * result/VC/* result/valid/*: this slightly change some of the
1808 regression tests outputs
1809
1810Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1811
1812 * tree.c: trying to fix a problem in namespaced attribute handling
1813 raised by Christian Glahn
1814
1815Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * encoding.c include/libxml/encoding.h: Opening the interface
1818 xmlNewCharEncodingHandler as requested in #89415
1819 * python/generator.py python/setup.py.in: applied cleanup
1820 patches from Marc-Andre Lemburg
1821 * tree.c: fixing bug #89332 on a specific case of loosing
1822 the XML-1.0 namespace on xml:xxx attributes
1823
1824Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1825
1826 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1827 corner case from new Merlin's test suite and added a callback
1828 that will be used to improve xmlsec performance
1829
1830
1831Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1832
1833 * HTMLtree.c: trying to fix the <style> escaping problem in
1834 HTML serialization bug #89342
1835
1836Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1837
1838 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1839 and rebuilt the web site.
1840
1841Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1842
1843 * include/libxml/tree.h: added _private member to xmlNs struct
1844
1845Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1846
1847 * HTMLparser.c: fixing bug #84876 based on the xml working
1848 code.
1849
1850Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1851
1852 * python/Makefile.am: enhanced to fix bug 72012 (errors
1853 when using '-jX' make parameter)
1854
1855Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1856
1857 * xpath.c: small additional enhancement for booleans
1858 compared to nodesets
1859
1860Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1861
1862 * HTMLtree.c: changed the order of the encoding declaration
1863 attributes in the meta tags due to a bug in IE/Mac
1864
1865Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1866
1867 * xpath.c: enhanced handling of booleans (especially '='
1868 and '!=' for nodesets) - fixes bug 85256. Added new
1869 routine xmlXPathNotEqualValues for more proper handling
1870 of '!=' when nodesets are involved.
1871
1872Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1873
1874 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1875 doc/xmlcatalog_man.xml to the source distribution
1876
1877Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1878
1879 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1880 asked for this.
1881
1882Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1883
1884 * configure.in: preparing 2.4.23
1885 * doc/*: rebuilt the docs
1886
1887Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1888
1889 * parser.c: fixing bug #84169 by fixing the
1890 comment of xmlCreatePushParserCtxt to describe the
1891 encoding detection parameters better.
1892
1893Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1894
1895 * valid.c: fixing bug #79331 in one path the lookup for
1896 ID attributes on a namespaced node wasn't handled correctly :-\
1897
1898Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1899
1900 * HTMLparser.c: trying to fix 87235 about discarded white
1901 spaces in the HTML parser.
1902 * result/HTML/*: this changes the output of a number of HTML
1903 regression tests
1904
1905Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1906
1907 * xpath.c: applied patch from Richard Jinks for the namespace
1908 axis + fixed a memory error.
1909 * parser.c parserInternals.c: applied patches from Peter Jacobi
1910 removing ctxt->token for good.
1911 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1912 popped out by the regression tests.
1913 * Makefile.am: patch for threads makefile from Gary Pennington
1914
1915Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1916
1917 * xpath.c: enhanced behaviour of position() after usage of
1918 expressions involving preceding-sibling (et al).
1919
1920Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1921
1922 * hash.c: applied a patch from Peter Jacobi to solve a problem
1923 when compiling with the Watcom C on Win32
1924 * result/schemas/*.err: the change of hashing algo generated
1925 permutations in the output
1926
1927Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1928
1929 * hash.c: applied patch from Sander Vesik improving the quality of
1930 the hash function.
1931
19322002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1933
1934 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1935 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1936 xmllint.c xpath.c: replaced sprintf() with snprintf()
1937 to prevent possible buffer overflow (the bug was pointed
1938 out by Anju Premachandran)
1939
1940Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * parser.c: removed an uninitialized data error popped by valgrind
1943 on PE references
1944
1945Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1946
1947 * doc/xml.html
1948 adding tutorial reference to the web page
1949
1950Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1951
1952 * doc/tutorial/xmltutorial.xml
1953 * doc/tutorial/ar01s07.html
1954 * doc/tutorial/ape.html
1955 * doc/tutorial/includegetattribute.c
1956 adding section to tutorial about retrieving an attribute
1957 value
1958
1959Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1960
1961 * parser.c: applied a couple of patches from Peter Jacobi to start
1962 to get rid of ctxt->token, with a possible significant speed
1963 improvement to be gained once done. Better compliance with PE
1964 references constructs in DTDs too.
1965 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
1966 from Peter too
1967
1968Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * parser.c: Babak Vahedipour-Kunze reported that openTag in
1971 xmlParseElement was likely to have been deallocated at the
1972 time of the report, possibly leading to segfault. Just report
1973 the tag name now.
1974
1975Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1976
1977 * xpath.c: patch from Richard Jinks for XPath substring() function
1978 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
1979
19802002-06-06 Aleksey Sanin <aleksey@aleksey.com>
1981
1982 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
1983
1984Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
1985
1986 *doc/FAQ.html
1987 fixing typos in FAQ, thanks to Robert Funnell for the
1988 editing help
1989
1990Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1991
1992 * NEWS: got complaints from rpmlint that it was empty
1993
1994Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
1995
1996 * added doc/tutorial, including:
1997 apa.html
1998 apb.html
1999 apc.html
2000 apd.html
2001 ar01s02.html
2002 ar01s03.html
2003 ar01s04.html
2004 ar01s05.html
2005 ar01s06.html
2006 includeaddattribute.c
2007 includeaddkeyword.c
2008 includekeyword.c
2009 includestory.xml
2010 index.html
2011 xmltutorial.xml
2012 libxml tutorial, including generated html
2013
2014Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2015
2016 * result/c14n/exc-without-comments/merlin-c14n-two-*
2017 result/c14n/without-comments/merlin-c14n-two-*
2018 test/c14n/exc-without-comments/merlin-c14n-two-*
2019 test/c14n/without-comments/merlin-c14n-two-*
2020 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2021 c14n/exc-c14n and slightly modified test script to handle
2022 these test cases
2023 * c14n.c: fixed bugs for complicated nodes set (namespace
2024 without node and others from merlin-c14n-two.tar.gz)
2025 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2026 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2027 for xmlsec performance patch
2028 * xpath.c: fixed self::node() for namespaces and attributes
2029
2030Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2031
2032 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2033 but with the format parameter
2034 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2035
2036Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2037
2038 * Makefile.am: updated c14n tests suite
2039 * c14n.c: performance improvement for previous c14n patch
2040
2041Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2042
2043 * parser.c: another peroformance patch from Peter Jacobi, that
2044 time on parsing attribute values.
2045
2046Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2047
2048 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2049 into LibXML2 test suite
2050
2051Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2052
2053 * c14n.c: propagating xpath ancesstors node fix to c14n
2054 plus small performance improvement to reduce number of
2055 mallocs
2056 * xpath.c: fixed ancestors axis processing for namespace nodes
2057
2058Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2059
2060 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2061 Peter Jacobi
2062
2063Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2064
2065 * configure.in: preparing 2.4.22
2066
2067Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2068
2069 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2070 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2071 a public entry point.
2072 * doc/*: rebuilt the API and docs
2073
2074Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2075
2076 * xpath.c: patch from Richard Jinks to fix a problem introduced
2077 in the previous patch and pointed by Norm
2078
2079Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2080
2081 * libxml.spec.in: fixing bug #81112
2082
2083Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2084
2085 * uri.c: fixing bug #82848
2086
2087Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2090 output of one catalog test
2091
2092Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2093
2094 * global.data globals.c tree.c include/libxml/globals.h
2095 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2096 default value for global parameter xmlIndentTreeOutput to 1 and
2097 introduced new global parameter xmlTreeIndentString (the string
2098 used to do one-level indent) with default value " " (as it was
2099 in tree.c)
2100
2101Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2102
2103 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2104 with trio and schemas.
2105
2106Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2107
2108 * xpath.c: patch from Richard Jinks to fix the problem raised in
2109 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2110
2111Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2112
2113 * xmlschemas.c: a bit of work on import.
2114 * xmlschemastypes.c: Charles Bozeman provided a compare function
2115 for date/time types so min/max facet restrictions should work,
2116 indeterminate comparisons return an error instead of equal.
2117 * test/schemas/date_0* result/schemas/date_0_0: specific test
2118 from Charles Bozeman too
2119
2120Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2121
2122 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2123 from Christian Cornelssen fixing the man pages and the Catalog
2124 building script.
2125 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2126 next step is <xs:import> I now have a reasonable understanding
2127 of how it works.
2128
2129Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2130
2131 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2132
2133Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2134
2135 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2136
2137Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2138
2139 * xpath.c: fixing an XPath function evalutation bug pointed out
2140 by Alexey Efimov where the context was lost when evaluating
2141 the function arguments
2142
2143Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2144
2145 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2146 function public for XMLSec performance optimizations
2147
2148Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * python/generator.py python/libxml2class.txt : fixed a problem
2151 with the HTML parser pointed by Gary Benson
2152 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2153 example
2154
2155Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2156 * parser.c: fixed bug #81159 (memory growth in SAX)
2157
2158Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2159 * xpath.c: fixed bug #78858 (the real fix)
2160
2161Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2162 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2163
2164Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2165
2166 * tree.c: modified xmlNodeSetBase to allow changing the
2167 base of a document.
2168
2169Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2170
2171 * xmlschemastypes.c: patch Charles Bozeman for validation of
2172 all the date, time, and duration types
2173 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2174 * configure.in: fixed an error pointed by an user
2175 * xml2-config.in: fixed an error pointed by an user
2176
2177Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2178
2179 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2180 win32/libxml2.def.src xmlIO.c: exported default
2181 'file:', 'http:' and 'ftp:' protocols input handlers
2182 and maked protocols comparisson case insensitive
2183
2184Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2185
2186 * configure.in: Neven Has detected a typo
2187
2188Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2189
2190 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2191 as one of the persons allowed to commit directly to the
2192 module.
2193
2194Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2195
2196 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2197 * valid.c: raised a too low limit
2198 * doc/*: rebuilt the docs
2199
2200Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2201
2202 * test/XPath/expr/floats test/XPath/expr/functions
2203 result/XPath/expr/floats result/XPath/expr/functions
2204 xpath.c: another XPath conformance patch from Richard Jinks
2205
2206Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2207
2208 * xmlschemas.c: fixed validation of attribute groups.
2209 * test/schemas result/schemas: added an example from the primer
2210
2211Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2212
2213 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2214 * test/schemas result/schemas: updated the test list
2215
2216Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2217
2218 * TODO: updated a bit
2219 * parser.c: made a comment more specific
2220 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2221 Schemas conformance.
2222 * test/schemas result/schemas: updated the test list
2223
2224Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2225
2226 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2227 implementing xs:all with minOccurs = 0
2228 * tes/schemas/* result/schemas/*: added more tests covering
2229 xs:all
2230
2231Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2232
2233 * xmlregexp.c: first implementation of the all particle, this
2234 may need to be revisited for case where not all transitions
2235 must be crossed.
2236
2237Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2238
2239 * tree.c: another entity processing update from Markus Henke
2240
2241Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2242
2243 * trionan.c: fixed crash on OSF/1
2244
2245Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2246
2247 * xmlschemas.c: more Schemas work
2248 * test/schemas/* result/schemas/*: added more tests coming
2249 from the spec.
2250
2251Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2252
2253 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2254 ExcC14N specification
2255
2256Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2257
2258 * tree.c: patch from Markus Henke, fix for recursive entities.
2259
2260Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2261
2262 * xpath.c: fix a problem with string() on a document node.
2263
2264Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2265
2266 * Makefile.am xmlschemas.c: more Schemas work
2267 * test/schemas/* result/schemas/*: added more tests coming
2268 from the spec.
2269
2270Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2271
2272 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2273 * result/HTML/*: this changes a few things in the results
2274
2275Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2276
2277 * include/libxml/tree.h: eliminated 'declaration different than
2278 prototype' warning
2279 * include/win32config.h: "resolved" conflicts with errno.h
2280
2281Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2284 on the automata interfaces and debug of counted choices
2285 * test/schemas/* result/schemas/*: added a number of tests
2286
2287Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2288
2289 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2290 a bit of work on Schemas
2291 * testSchemas.c: try to make it more useful
2292 * test/schemas/* result/schemas/* Makefile.am: changed the
2293 Schemas regression test procedure, started adding a few samples
2294
2295Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2296
2297 * include/libxml/encoding.h: Patch for the Borland C++ builder
2298 * include/libxml/tree.h: Patch for the Borland C++ builder
2299 * threads.c: Patch for the Borland C++ builder
2300 * win32/bcb5: New directory for the Borland C++ builder
2301 project files
2302
2303Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2304
2305 * win32/Makefile.msvc: Update for XML Schema support
2306 * win32/configure.js: Update for XML Schema support
2307 * win32/libxml2.def.src: Update for XML Schema support
2308
2309Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2310
2311 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2312 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2313 xmlunicode.c include/libxml/Makefile.am
2314 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2315 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2316 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2317 include/libxml/xmlversion.h.in : merged the current state of
2318 XML Schemas implementation, it is not configured in by default,
2319 a specific --schemas configure option has been added.
2320 * test/automata test/regexp test/schemas Makefile.am
2321 result/automata result/regexp result/schemas:
2322 merged automata/regexp/schemas regression tests
2323
2324Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2325
2326 * xpath.c: Gary found a compile time problem, fixes #78823
2327
2328Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2329
2330 * configure.in: release of 2.4.20
2331 * doc/*: updated and rebuilt the docs
2332
2333Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2334
2335 * python/Makefile.am: patch from Cristian Gafton to build on
2336 Red Hat 6.2, should also fix #75779
2337
2338Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2339
2340 * valid.c: first part of fixing #78729
2341
2342Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2343
2344 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2345 escaping of URI when saving HTML files.
2346 * result/HTML/*: this impacted some tests
2347
2348Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2349
2350 * configure.in: trying to fix #77441
2351
2352Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2353
2354 * include/libxml/xmlIO.h: Hallski complained it could not be
2355 included by itself.
2356
2357Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2358
2359 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2360
2361Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2362
2363 * win32/configure.js: patch from Nilo for the c14n option
2364 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2365
2366Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2367
2368 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2369 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2370 LIBXML_THREAD_ENABLED
2371
2372Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2373
2374 * xpath.c: another patch from Richard Jinks for substring conformance
2375 * test/XPath/expr/floats test/XPath/expr/strings
2376 result/XPath/expr/floats result/XPath/expr/strings: update of the
2377 test suite to check those.
2378
2379Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * xpath.c: patch from Richard Jinks for .x float parsing.
2382
2383Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * parser.c: patch from Markus Henke when an encoding ain't recognized
2386
2387Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2388
2389 * libxml.m4: got a report that #include <string.h> was needed
2390
2391Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2392
2393 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2394
2395Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2396
2397 * doc/example.html: fixing typo
2398
2399Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2402 pointed out by Melvyn Sopacua.
2403
2404Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2405
2406 * libxml.m4: Frédéric Crozat gave a patch related to the change
2407 of Include paths breaking the libxml.m4
2408
2409Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2410
2411 * xpath.c: Fix bug #76927 forgot to save some context
2412 when evaluating binary expressions
2413
2414Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2415
2416 * configure.in: fixed configure for MPE/iX from Markus Henke
2417 * xmlmemory.c: fixed initialization problems
2418 * xpath.c: another set of patches from Richard Jinks this
2419 fixes "make XPathtests" on linux
2420
2421Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2422
2423 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2424 * test/XPath/expr/compare test/XPath/expr/equality
2425 test/XPath/expr/floats test/XPath/expr/functions
2426 test/XPath/expr/strings result/XPath/expr/compare
2427 result/XPath/expr/equality result/XPath/expr/floats
2428 result/XPath/expr/functions result/XPath/expr/strings: Updated
2429 tests though they show a divergence on Linux
2430
2431Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * xpath.c trionan.c: previous commit also included patches
2434 from Richard Jinks on some IEEE support corner case
2435
2436Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2437
2438 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2439 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2440 that $(datadir) should be used for docs
2441
2442Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2443
2444 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2445 could leak filedescriptors
2446
2447Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2448
2449 * configure.in nanohttp.c: applied patch from Allan Clark for
2450 UnixWare/OpenServer
2451
2452Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2453
2454 * configure.in: preparing 2.4.19
2455 * doc/*: rebuilt the docs
2456
2457Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2458
2459 * nanohttp.c: fixing #76043, got fed up with non-portability
2460 of that piece of code.
2461
2462Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2463
2464 * valid.c SAX.c: Never commit without running "make tests" :-(
2465 fix a couple of stupidities in the previous commit
2466 * result/*: a few changes in some attribute order result of previous
2467 commit.
2468
2469Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2470
2471 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2472 the internal subset should not raise duplicate ID errors,
2473 also there was a small bug in conjunction to namespace
2474 declarations defaulted and xml:xxx attributes DTD definitions.
2475
2476Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2477
2478 * xpath.c: Richard Jinks also raised some rounding problems
2479 this tries to fix them
2480
2481Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2484 behaviour in xmlXPathCastToString()
2485
2486Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2489 raised by Morus Walter
2490
2491Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2492
2493 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2494 from Igor
2495
2496Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2497
2498 * xpath.c: fixing #75619, related to a problem when trying
2499 to evaluate condition when the current node set resulting
2500 from that sub-step evaluation is empty. Also fixes 2 potential
2501 problem with previous-sibling and next-siblings axis.
2502
2503Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2504
2505 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2506 HTML support is not configured in.
2507
2508Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2509
2510 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2511 include/libxml/tree.h: dohh I really didn't intended to commit
2512 this test version :-(
2513
2514Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2515
2516 * testSAX.c: I wanted to see the real speed at the SAX interface
2517 after a little too many Ximianer started complaining about the
2518 parser speed.
2519 added a --quiet option:
2520 paphio:~/XML -> ls -l db100000.xml
2521 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2522 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2523 3200006 callbacks generated
2524 real 0m1.270s
2525 Which means 16MBytes/s and 3Mcallback/s
2526
2527Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2528
2529 * xpath.c: valgrind spotted another error that time when running
2530 on libxslt regression tests
2531
2532Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2533
2534 * Makefile.am: adding "make valgrind" running the full regression
2535 tests (except python ones) under Valgrind (using valgrind -q
2536 which was kindly added by the author).
2537 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2538 passes cleanly now except an obcure floating point initialization
2539 raised in log10() in one XPath regression test ???
2540 * tree.c: edited some comments to close #75244
2541
2542Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2543
2544 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2545 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2546 context of ScrollKeeper, made sure that if the number is
2547 an integer, the serialization follows the description at
2548 http://www.w3.org/TR/xpath#section-String-Functions
2549
2550Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2551
2552 * configure.in: preparing 2.4.18
2553 * doc/*: updated and rebuilt the web site
2554 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2555 the Windows and Cygwin maintainers.
2556 * parser.c: humm, changed the way the SAX parser work when
2557 xmlSubstituteEntitiesDefault(1) is set, it will then
2558 do the entity registration and loading by itself in case the
2559 user provided SAX getEntity() returns NULL.
2560 * testSAX.c: added --noent to test the behaviour.
2561
2562Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2563
2564 * parser.c: Wilfried Teiken provided a hackish but working
2565 way to get context reported back on entities when parsing
2566 with SAX and without breaking the DOM build.
2567
2568Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * c14n.c: applied a new patch from Aleksey Sanin
2571 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2572 to reference Aleksey implementation of XML digital Signatures
2573
2574Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2575
2576 * xpath.c: small fix to avoid potential problem due to
2577 ordering of freeing data
2578 * python/Makefile.am: people were complaining about
2579 the generated file in python dir not being built
2580
2581Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2584 python/generator.py python/libxml.c python/types.c: Cleanup
2585 of the python Makefiles based on Jacob and James feedback,
2586 fixed the spec file accordingly, fixed the number of warning
2587 that passing my pedantic CFLAGS was generating. Conclusion
2588 is that Python includes are real crap.
2589
2590Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2591
2592 * configure,in: it was reported quite a few times that
2593 xml2-config --cflags should not output
2594 -I$includeprefix/libxml2/libxml because libxml2 header names
2595 clashes with existing names like list.h from C++ stl.
2596 Includes should be #include<libxml/xxx.h> so ...
2597
2598Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * c14n.c: another patch from Aleksey Sanin
2601
2602Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2605 canonicalization algorithm
2606 * doc/xml.html doc/index.html: added the C14N references on the
2607 index page.
2608
26092002-03-13 jacob berkman <jacob@ximian.com>
2610
2611 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2612 usage, redundant, and gcc specific
2613
2614Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * xpath.c: speedup some node selection operations, this can
2617 have a significant impact on DocBook Norm's stylesheets
2618 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2619 make sure it's always the case
2620 * debugXML.c: distinguish CDATA and comments in ls operations
2621
2622Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2623
2624 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2625 to generate better API descriptions etc...
2626
2627Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2628
2629 * c14n.c: Fixing #74186, made sure all boolean expressions
2630 get fully parenthesized, ran indent on the output
2631 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2632 include/libxml/tree.h: also #74186 related, removed the
2633 --with-buffers option, and all the preprocessor conditional
2634 sections that were resulting from it.
2635
2636Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2637
2638 * valid.c: applied patch from Dodji Seketeli fixing an
2639 uninitailized variable in xmlValidGetValidElements()
2640
2641Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2642
2643 * c14n.c: fixed a few comments
2644 * doc/*.html doc/*/*.html: regenerated the docs and added
2645 the C14N API
2646 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2647
2648Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2649
2650 * check-xml-test-suite.py: fix to adapt varaiations in the
2651 bindings
2652 * configure.in python/setup.py python/setup.py.in: fixed to
2653 have the version of the python scripts automatically updated
2654
2655Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2656
2657 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2658 in xmlCopyProp()
2659
2660Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2661
2662 * configure.in: preparing 2.4.17 release
2663 * doc/*: updated and rebuilt the docs
2664 * xpath.c: fixed a comment
2665 * python/libxml.c: fixed a possible reentrancy problem
2666
2667Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2670 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2671 added a specific regression test
2672 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2673 not raise exceptions when failing to find the attribute.
2674
2675Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * configure.in xmllint.c: owen pointed out a problem with the
2678 ftme fix, gettimeofday() was not detected by configure and
2679 the ftime header wasn't included, dohhh
2680
2681Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2682
2683 * configure.in xmllint.c: trying to fix #71457 for timing
2684 precision when gettimeofday() is not availble but ftime() is
2685
2686Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2687
2688 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2689 are now copied on install and part of the -devel RPM
2690
2691Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2692
2693 * xpath.c: trying to avoid bug #72150 which was apparently
2694 caused by a gcc bug (or a processor problem) as detailed
2695 at http://veillard.com/gcc.bug
2696
2697Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2698
2699 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2700 fixed xmlReconciliateNs(), added a Python test/example for
2701 inter-document cut'n paste
2702 * python/libxml.py: fixed node.doc on document nodes and added
2703 xpathEval() onto node objects
2704
2705Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2706
2707 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2708 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2709 fixup and integrated tests for the serialization stuff
2710
2711Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2712
2713 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2714 moved the libxml man page to section 3
2715
2716Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * tree.c: fix bug #72490
2719 * python/libxml.c python/libxml.py: added methods serialize()
2720 and saveTo() to all node elements.
2721
2722Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2723
2724 * xmlIO.c: closed #73430, don't read from an input source
2725 which indicated an end-of-file or an error.
2726
2727Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2728
2729 * parser.c: make sure SAX endDocument is always called as
2730 this could result in a Python memory leak otherwise (it's
2731 used to decrement ref-counting)
2732 * python/generator.py python/libxml.c python/libxml.py
2733 python/libxml2-python-api.xml python/libxml2class.txt
2734 python/tests/error.py python/tests/xpath.py: implemented
2735 the suggestions made by Gary Benson and extended the tests
2736 to match it.
2737
2738Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2739
2740 * python/generator.py: applied patch fixing #73450
2741
2742Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2743
2744 * xpath.c: fixing #61290 "namespace nodes have no parent"
2745 long standing divergence from the XPath REC. NodeSets
2746 simply hold a copy of namespace nodes and those node ->next
2747 points to the parent (which may not be the node carrying the
2748 definition).
2749 * include/libxml/xpath.h: flagged but didn't added a possible
2750 speedup
2751 * DOCBparser.c HTMLparser.c: removed some warnings from push
2752 parser due to new state being added.
2753 * tree.c: new fix from Boris Erdmann
2754 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2755 the XML Canonalization support from Aleksey Sanin
2756
2757Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2758
2759 * tree.c: patch from Boris Erdmann fixing some namespace odities
2760 with xmlCopyNode()
2761
2762Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2763
2764 * xmlIO.c: fix bug #72706 when loading a NULL entity
2765
2766Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2767
2768 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2769 actually change in a future XML Namespace revision.
2770
2771Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2772
2773 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2774 added the possibility of returning nodesets from XPath extension
2775 functions written in Python
2776
2777Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * python/*: commiting some Python bindings work done while travelling
2780
2781Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2782
2783 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2784 explicitely with memory debugging switched on
2785
2786Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2787
2788 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2789 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2790 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2791 the accessor generator for strings
2792 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2793 regression test.
2794
2795Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2796
2797 * python/README python/generator.py python/libxml.c python/setup.py:
2798 added the 'usual' setup.py to allow building a libxml2-python
2799 module based on the same code. The initialization is however
2800 different the 2 .so files fo libxml2 and libxslt are identical and
2801 they entry point initialize both libraries. this is done to avoid
2802 some possible nasty problem since the Python don't merge the maps
2803 of all shared modules.
2804
2805Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2806
2807 * parser.c: fixed a push/encoding bug reported by Michael
2808 on librsvg
2809
2810Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2811
2812 * include/libxml/parserInternals.h: fixes a misplaced #endif
2813
2814Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2815
2816 * parser.c valid.c: found and fixed a couple of allocation bugs
2817
2818Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2819
2820 * doc/xml.html doc/python.html doc/*: added a Python and binding
2821 page describing the current state of the Python bindings and
2822 giving pointers to the other languages wrappers.
2823
2824Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2827 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2828 rebuilt the API and web site
2829 * xpath.c: fixed #71978 portability bugs
2830
2831Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2832
2833 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2834
2835Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2836
2837 * include/libxml/parserInternals.h parser.c: had to change
2838 2 internal parsing API when processing document content
2839 to check the start and end of element content are defined
2840 in the same entity
2841 * valid.c include/libxml/valid.h: attribute normalization can
2842 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2843 with the context to report it.
2844 * SAX.c: fixed the last known bugs, crazy validation constraints
2845 when a document is standalone seems correctly handled. There
2846 is a couple of open issues left which need consideration especially
2847 PE93 on external unparsed entities and standalone status.
2848 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2849 The 2 tests left failing are actually in error. Cleanup done.
2850
2851Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2852
2853 * valid.c: implemented E59 spaces in CDATA does not match the
2854 nonterminal S
2855
2856Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * SAX.c parser.c valid.c: more validation test fixups
2859 * check-xml-test-suite.py: added duration info for the tests
2860
2861Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2862
2863 * parser.c valid.c: a couple of errors were reported but not
2864 saved back as such in the parsing context. Down to 1% failure rate
2865 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2866
2867Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2868
2869 * xmlInternald.c: isExtender was missing a char
2870 * parser.c include/libxml/parser.h: % are acceptable in the
2871 internal subset if within a PUBLIC ID
2872
2873Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2874
2875 * SAX.c parserInternals.c valid.c: more work on the conformance
2876 suite. Took the step to finally block documents with encoding
2877 errors. It's a fatal error per the spec, people should have fixed
2878 their documents by now.
2879
2880Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * check-xml-test-suite.py: fixed the test script after some discussion
2883 on the semantic of TYPE="error"
2884 * Makefile.am: added the script to the distrib
2885
2886Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2887
2888 * SAX.c entities.c: fixed a couple of conformances issues deep
2889 into the validation code (standalone and undeclared Notations)
2890
2891Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2892
2893 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2894 stayed there for years !
2895
2896Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2897
2898 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2899 missing
2900
2901Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2902
2903 * check-xml-test-suite.py: improved the behaviour a bit as
2904 well as the logs
2905 * parser.c valid.c SAX.c: fixed a few more bugs
2906 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2907
2908Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2909
2910 * check-xml-test-suite.py: python script to run regression tests
2911 against the XML Test suite of W3C/OASis
2912 * SAX.c: fixed a validation bug
2913 * parser.c: fixed 3 errors pointed by the test suite
2914 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2915 * python/Makefile.am: fixed a dependendy
2916
2917Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * xmlmemory.c: avoid a warning bug #71594
2920
2921Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2922
2923 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2924 warning on alpha/Tru64
2925
2926Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * include/libxml/entities.h: fixing a comment
2929 * valid.c: fixing some troubles with validity check on namespaces
2930 * result/VC/NS3 test/VC/NS3: added a specific regression test
2931
2932Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2933
2934 * tree.c: Fixing #71342 serializing '\n' in attribute values
2935 * result/noent/att3 result/att3 test/att3: added a specific
2936 test.
2937
2938Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2939
2940 * python/libxml.c: couple of bug fixes
2941
2942Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2943
2944 * python/*.py: removed tabs and used spaces.
2945
2946Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2949 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
2950
2951Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2952
2953 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
2954 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
2955
2956Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * include/libxml/encoding.h include/libxml/entities.h
2959 include/libxml/globals.h include/libxml/parser.h
2960 include/libxml/threads.h include/libxml/tree.h
2961 include/libxml/xmlmemory.h: trying to fix the include mess
2962
2963Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2964
2965 * include/libxml/xmlmemory.h: reverted part of the previous
2966 attempt to provide #69655, this was breaking the build.
2967
2968Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2969
2970 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
2971 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
2972 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
2973 include/libxml/parserInternals.h include/libxml/tree.h
2974 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
2975 Tentatively fixed #69655 , make compiling with -Wredundant-decls
2976 clean.
2977 * python/libxml.c: fixed a warning.
2978
2979Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2980
2981 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
2982 copying of node, merge back IDs in the target document.
2983 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
2984 test/XInclude/ents/ids.xml: test case
2985 * result/VC/ElementValid4: output changed due to a typo fix
2986
2987Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2988
2989 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00002990 generate the dependencies right as Jacob found out. Add
2991 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002992
2993Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * parserInternals.c valid.c: Justin Fletcher found some parts
2996 of the code needing cleanup
2997 * libxml.spec.in python/Makefile.am python/generator.py
2998 python/libxml.c python/libxml.py: Fixed the python Makefiles
2999 corrected a bug showing up on ia64, changed the name of the
3000 python internal module too
3001
3002Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3003
3004 * Makefile.am: applied patch from Andris Pavenis for binary
3005 name suffixes
3006
3007Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3008
3009 * xmllint.c win32/win32config.h: fixing #68748
3010
3011Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3012
3013 * valid.c: fixing #70166
3014
3015Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * valid.c: fixing #70077
3018
3019Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3020
3021 * Copyright Makefile.am README configure.in libxml.spec.in:
3022 Changed to the MIT Licence
3023 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3024 doc/xmlio.html: updated the doc accordingly
3025 * include/libxml/xmlwin32version.h configure.in: preparing
3026 2.4.14 release
3027 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3028 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3029 fixed the const xmlChar * wrapper and generator, XPath extension
3030 functions now use the context as first argument
3031 * python/tests/tstxpath.py python/tests/xpath.py
3032 python/tests/xpathext.py: Updated the tests accordingly
3033 * tree.c: fixed bug #70067
3034
3035Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * Makefile.am: cleanup
3038 * debugXML.c: always use stdout if output is NULL
3039 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3040 * python/Makefile.am python/generator.py python/libxml2class.txt
3041 python/libxml_wrap.h python/types.c: augmented the number of bindings
3042 handling FILE * and XPath contexts
3043 * python/tests/Makefile.am: avoid a stupid problem due to the
3044 use of TEST.
3045
3046Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3047
3048 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3049
3050Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * python/TODO python/libxml.c: cleanup the extension function lookup
3053 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3054
3055Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3056
3057 * configure.in python/Makefile.am: do not install outside
3058 of prefix
3059
3060Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3061
3062 * python/TODO python/libxml.c: started adding SAX interfaces
3063 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3064 SAX test
3065
3066Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * tree.c: hardened the addChild function
3069 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3070 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3071 added accessors needed for xmlNode, a bit more testing and
3072 extension of interfaces
3073 * python/tests/Makefile.am python/tests/build.py: added a test
3074 build from scratch/save/load/check
3075
3076Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3077
3078 * parserInternals.c: change a small bit in the way valididy
3079 error messages get initialized
3080 * python/TODO python/libxml.c python/libxml2-python-api.xml
3081 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3082 added some memory debugging to track leaks at the libxml2 level
3083 * python/tests/*.py: changed all tests to check for leaks,
3084 there is just one left in XPath extension registrations.
3085
3086Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3087
3088 * python/TODO python/generator.py python/libxml2-python-api.xml
3089 python/libxml2class.txt: more accessor classes for the parser
3090 context, allow to switch on and check validity
3091 * python/tests/Makefile.am python/tests/error.py
3092 python/tests/invalid.xml python/tests/valid.xml
3093 python/tests/validate.py: attded more test and and added error.py
3094 which I forgot to commit in the last step
3095
3096Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3097
3098 * python/Makefile.am python/types.c: cleanup
3099 * python/libxml.c python/libxml.py python/libxml_wrap.h
3100 python/generator.py python/libxml2-python-api.xml
3101 python/libxml2class.txt: added class for parser context, added
3102 first cut for push mode support. Added a framework to generate
3103 accessors functions.
3104 * python/tests/Makefile.am python/tests/push.py: added a push
3105 test
3106
3107Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3108
3109 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3110 bug a bit of cleanup.
3111
3112Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3113
3114 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3115 python/libxml2class.txt: adding error redirections and preformat
3116 to a python handler
3117 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3118 tests self checking
3119
3120Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3121
3122 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3123 a function
3124
3125Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3126
3127 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3128 python/libxml.c python/libxml2-python-api.xml
3129 python/libxml2class.txt: Progressing through the TODOs, class
3130 description output, extra XML API, RPM now builds the wrappers
3131 for all python installed versions
3132
3133Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * configure.in libxml.spec.in python/Makefile.am python/TODO
3136 python/generator.py python/libxml2class.txt: added more informations
3137 in the libxml2-python package including docs. Slightly changed
3138 the class hierarchy
3139 * python/tests/*: added basic regression tests infrastructure too
3140
3141Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3144 added libxml2-python as part of the packages installed
3145
3146Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * python/Makefile.am python/generator.py python/libxml.c
3149 python/libxml.py: more work, now able to extend the
3150 XPath interpreter with functions written in python.
3151
3152Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3153
3154 * python/Makefile.am: Jacob sent a patch to allow building from
3155 tarfile.
3156
3157Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3160 inserted the python wrappers build, I hope this won't be too
3161 unportable
3162
3163Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3164
3165 * xpath.c: minor optimization
3166 * python/generator.py python/libxml.c python/libxml.py
3167 python/libxml_wrap.h: more work on the python bindings,
3168 they now support XPath and there is no evident leak
3169
3170Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * python/generator.py python/libxml.c python/libxml.py:
3173 more work on the python bindings generator.
3174
3175Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3176
3177 * python/generator.py python/libxml.c python/libxml_wrap.h:
3178 more work on the python bindings.
3179
3180Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3181
3182 * python/generator.py python/libxml.c python/libxml.py
3183 python/libxml_wrap.h: commited early version of a python binding
3184 for private use only ATM
3185
3186Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * entities.c tree.c include/libxml/entities.h: applied patch
3189 from Anthony Jones to implement copy of DTD subtree too. Had
3190 just to keep 2 function private which really ought to become
3191 public ones.
3192
3193Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3194
3195 * xmllint.c: added pointers to the web pages in the usage()
3196
3197Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3198
3199 * tree.c: more fixes from Petr Kozelka for attribute handling
3200 in the tree API to align the semantic with DOM.
3201
3202Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * valid.c tree.c entities.c: another set of patches from
3205 Anthony Jones for copy operations cleanup and robustness
3206
3207Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3208
3209 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3210 an alphabetic index based on comments content
3211 * doc/*: rebuilt the web site with the new references
3212
3213Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * parserInternals.h: Greg Sjaardema suggested to use an
3216 eponential buffer groth policy in xmlParserAddNodeInfo()
3217
3218Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3221 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3222 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3223 to generate cross-references, and added/updated the stylesheets
3224 to generate and link API indexes. The generic keyword index
3225 is not done yet.
3226 * doc/*.html: regenerated all the usual docs too
3227
3228Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3229
3230 * debugXML.c: added an xpath function to the shell for T. V. Raman
3231
3232Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3233
3234 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3235 debug routines.
3236
3237Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3238
3239 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3240 support of attribute nodes
3241
3242Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3245 hopefully near complete and fully documented of the API in XML
3246 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3247 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3248 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3249 include/libxml/parserInternals.h include/libxml/valid.hi
3250 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3251 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3252 include/libxml/xpath.h include/libxml/xpathInternals.h:
3253 Cleaned up the doc comments a lot in the process, the interface
3254 coverage is now 100%
3255
3256Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3257
3258 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3259 extracts comments from the gtk-doc DocBook output (a bit
3260 convoluted but seems to work).
3261
3262Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3263
3264 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3265 added an XML description of the API, moved the script generating
3266 it here. Added a "make api" target
3267
3268Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3269
3270 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3271
3272Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3273
3274 * xpath.c include/libxml/xpathInternals.h: the change made to
3275 xmlXPathFuncLookupFunc was incompatible roll it back
3276
3277Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3278
3279 * SAX.c: cleanup patch from Anthony Jones
3280 * doc/Makefile.am: fix the headers to avoid in make scan
3281 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3282 includes, * vs Ptr and general cleanup
3283 * parsedecl.py: first version of a script to extract the
3284 module interfaces, the goal will be to provide .decl or XML
3285 specification of the interfaces to build wrappers.
3286
3287Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3288
3289 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3290 now provides return codes in case of errors
3291
3292Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3293
3294 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3295 Upgraded to trio baseline 1.6
3296 * strio.h strio.c: Replaced by triostr.h and triostr.c
3297
3298Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3299
3300 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3301 of strdup usage in the code
3302
3303Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3304
3305 * parser.c error.c: Keith Isdale complained rightly that
3306 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3307
3308Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3309
3310 * tree.c: fixed the funxtion to set the xml: attributes
3311 * debugXML.c: added "setbase" to test it.
3312
3313Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3316 to allow updating an attribute content
3317
3318Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * libxml.h: try to avoid problems when compiling on Windows
3321
3322Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3323
3324 * hash.c: patch from Anthony Jones for hash.c allocation size
3325 * Makefile.am: trying to work around Yet Another Libtool Madness
3326 and build the 2.4.13 release finally ...
3327
3328Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3329
3330 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3331 * doc/* : update of the documentation
3332
3333Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3334
3335 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3336 at fixing #61290 :-(
3337
3338Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3339
3340 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3341 Fixes bug #67229
3342
3343Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3344
3345 * tree.c: trying to avoid troubles when a subtree is copied
3346 and coalesced in part with the target tree. Should fix
3347 bug #67407
3348
3349Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3350
3351 * valid.c: fixed validation of attributes content of type
3352 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3353 values, very old bug. Fixes #67671
3354
3355Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * parser.c include/libxml/parserInternals.h tree.c: integrated
3358 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3359 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3360
3361Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * threads.c: applied Serguei Narojnyi's patch to add native
3364 thread support on the Win32 platform
3365 * testThreadsWin32.c Makefile.am: added the test program also
3366 from Serguei, Win32 specific
3367 * include/win32config.h include/libxml/xmlwin32version.h.in:
3368 added patch from Igor for the Windows thread specific defines.
3369
3370Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3373
3374Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3377 output page into XMLinfo.html. Close bug #66951 and
3378 raised by Robert Collins too.
3379
3380Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3381
3382 * encoding.c: Paul Keogh pointed out a possibility of segfault
3383 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3384 Closes bug # 68238
3385
3386Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * doc/*.html: updated the Gdome2 links
3389
3390Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3391
3392 * libxml.h: Applied following patches from Robert Collins
3393 and make sure IN_LIBXML is defined when compiling it
3394 -------
3395 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3396 as well as Visual C.
3397 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3398 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3399 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3400 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3401 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3402 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3403 xmlSysIDExists xmlNoNetExists).
3404 * xmllint.c: Don't include winsock2.h for Cygwin.
3405
3406Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3407
3408 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3409 when the version info is not present.
3410
3411Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3412
3413 * tree.c: Anthony Jones pointed out a problem in
3414 xmlStringGetNodeList() and provided a fix for it
3415
3416Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3417
3418 * parser.c: patch from Frank J Franklin to remove a bug in
3419 xmlCreatePushParserCtxt() when the initial buffer passed
3420 is large.
3421
3422Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3423
3424 * win32/*: big cleanup of the Windows/MSVC project files
3425 from Igor Zlatkovic
3426
3427Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3428
3429 * doc/Makefile.am: should fix #67674 and avoid troubles if
3430 xsltproc is not available or fails in the prefix provided
3431
3432Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3435
3436Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3437
3438 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3439 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3440 Fixed a few other problems raised by Charlie Bozeman.
3441 * result/VC/ElementValid[5-7]: fixed the output
3442
3443Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3444
3445 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3446 patches from Charlie Bozeman. Regenerated the HTML docs.
3447
3448Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3449
3450 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3451 for Windows from Igor
3452
3453Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3454
3455 * xmllint.c: applied Justin Fletcher patch for --output or -o
3456
3457Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3458
3459 * win32/libxml2/libxml2.def.src: close #67019
3460
3461Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3462
3463 * xmllint.c: applied Justin Fletcher generic timing patch
3464 similar to the one already applied to xsltproc.
3465
3466Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3467
3468 * include/libxml/tree.h tree.c: applied documentation patches
3469 from Charlie Bozeman
3470
3471Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3472
3473 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3474
3475Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3476
3477 * valid.c: fix the xmlStrdup() used in the previous patch.
3478 * valid.c: added --dropdtd
3479 * tree.c: fixed xmlUnlinkNode so it also removes the references
3480 from the document if the node is a DTD
3481
3482Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3483
3484 * HTMLtree.c valid.c: cleanup some static declarations
3485
3486Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3487
3488 * xmllint.c: removed another strdup()
3489 * doc/FAQ: removed the HP/UX entry
3490
3491Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3492
3493 * valid.c: fix bug #66816 when validating.
3494 * xmllint.c: don't use sys/time.h if configure did not found it
3495
3496Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3497
3498 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3499 xmlcatalog_man.xml
3500
3501Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3502
3503 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3504 xmlInitMemory() was declared twice
3505
3506Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3507
3508 * globals.c: do not reference strdup() !
3509 * configure.in libxml-2.0.pc.in: trying to fix the libs
3510 of the various config extraction modules
3511
3512Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3513
3514 * configure.in : preparing 2.4.12
3515 * doc/* : updated and rebuilt the docs
3516
3517Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3518
3519 * uri.c: closed bug #66159
3520 * testURI.c: added --escape option
3521 * configure.in: some cleanup for xml2-config --cflags
3522
3523Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3524
3525 * globals.c testThreads.c: removed some misplaced includes
3526 of xmlversion.h
3527
3528Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3529
3530 * threads.c: patch from Gary Pennington fixing a possible
3531 problem at initialization time.
3532
3533Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3534
3535 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3536 Eric Lavigne contribution to build libxml2 on MacOS using
3537 CodeWarrior.
3538
3539Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3540
3541 * xmllint.c: applied Geert Kloosterman's patch to fix
3542 --repeat --timing output
3543
3544Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3545
3546 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3547 where non-wellformed XML declaractions were not detected.
3548
3549Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3550
3551 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3552
3553Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3554
3555 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3556 gets reset by xmlCleanupInputCallbacks() and this makes the
3557 function useless. Same for output.
3558
3559Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3560
3561 * xmlIO.c: robert pointed out a loop error in callback cleanups
3562
3563Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3564
3565 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3566 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3567 they are not really tied to debugging
3568
3569Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3570
3571 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3572 * xmllint.c: better --catalogs description
3573
3574Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3575
3576 * tree.c: fixed a couple of problems in xmlSetProp()
3577
3578Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3579
3580 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3581 unappropriate stdout output.
3582
3583Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3584
3585 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3586 by Denis Beurive, closes #65111
3587
3588Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3589
3590 * valid.c: in case of content model validity error, don't
3591 print it if validity warnings were not requested.
3592
3593Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3594
3595 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3596 * parserInternals.c: removed the last exit() call. Print an
3597 unmaskable error on stderr instead (library mismatch detection)
3598
3599Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3600
3601 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3602 shell instructions from Heiko Rupp
3603
3604Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3605
3606 * catalog.c: use the URL notation file:// for default catalog paths
3607
3608Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3609
3610 * include/libxml/tree.h: better comments for _private fields
3611 * tree.c: removed a problem when copying an entity reference.
3612
3613Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3614
3615 * vms/*: updated instructions and diffs from John A Fotheringham
3616
3617Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3618
3619 * include/libxml/xmlerror.h: avoid an include problem if
3620 #include <libxml/xmlerror.h> happens first in code
3621 seems to be the case in KDE libs
3622
3623Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3624
3625 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3626 from Igor for Windows
3627
3628Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3629
3630 * Makefile.am: Gary Pennington pointed out a missing prefix
3631
3632Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3633
3634 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3635 * doc/*: upgraded and rebuilt the docs
3636
3637Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3638
3639 * HTMLparser.c: fix comment in scripts element parsing.
3640 * result/HTML/doc3*: updated the results.
3641
3642Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3643
3644 * uri.c: another URI bug fix #63336, using Joel Young patch.
3645
3646Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3647
3648 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3649 a cleaned up version of the Pwd shell string generation.
3650
3651Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3652
3653 * valid.c include/libxml/tree.h: trying to fix namespaces +
3654 validation problems for good, closing #63619 in the process
3655 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3656 wrong in this respect, fixed it.
3657
3658Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3659
3660 * xmllint.c: Morus Walter patch to allow --format and --encode
3661
3662Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3663
3664 * debugXML.c: Stefan Kost provided an help command for the shell
3665
3666Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3667
3668 * debugXML.c: Heiko Rupp pointed that the shell would crash
3669 on empty nodesets returns.
3670
3671Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3672
3673 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3674 migh need the history libraries
3675
3676Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3677
3678 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3679 handle the case of < in quoted attributes, Bastian Kleineidam
3680
3681Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3682
3683 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3684 fixing catalog breakages
3685 * Makefile.am catalog.c result/catalogs/catal
3686 result/catalogs/mycatalog.* test/catalogs/catal*:
3687 fixed more problems in catalog support, added more regression tests
3688 for both XML and SGML catalog handling
3689
3690Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3691
3692 * debugXML.c: applied an improvement to xmlGetLineNo() from
3693 Keith Isdale
3694
3695Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3696
3697 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3698 Side effect of the progressive catalog loading
3699
3700Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3701
3702 * Makefile.am: confexecdir and confexec_DATA were defined twice
3703 pointed out by Karl Eichwalder
3704
3705Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3706
3707 * xmlcatalog.c: avoid unlink() and use remove() instead.
3708
3709Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3710
3711 * libxml.spec.in: cleanup
3712 * include/libxml/xmlwin32version.h: updated with 2.4.8
3713
3714Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3715
3716 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3717 of compiling libxml with a non standard set of options
3718
3719Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3720
3721 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3722 document --sgml option, fixing gnome bugzilla #63382
3723
3724Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3725
3726 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3727 breakage of 2.4.7, added a couple of really needed APIs
3728 like xmlCatalogIsEmpty() and xmlNewCatalog()
3729 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3730 for install-catalog
3731 * configure.in: preparing 2.4.8
3732
3733Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3734
3735 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3736 include/libxml/tree.h include/libxml/xmlIO.h: more include
3737 cleanups, export cleanly one html output + format function.
3738
3739Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3740
3741 * parser.c: removed initGenericErrorDefaultFunc call from
3742 xmlInitParser() since it could destroy previous calls to
3743 xsltSetGenericErrorFunc() effects
3744
3745Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3746
3747 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3748 keyword.
3749
3750Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3751
3752 * Makefile.am: cleanup
3753 * threads.c: cleanup too
3754 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3755 from xsltproc
3756 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003757 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003758
3759Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3760
3761 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3762 was not used anymore !
3763
3764Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3765
3766 * configure.in: preparing 2.4.7
3767 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3768 manual page from John
3769 * doc/*: updated the doc and rebuilt the generated pages
3770
3771Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3772
3773 * xmlIO.c: closing bug #62711, the library should never
3774 close stdin or stdout.
3775
3776Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3777
3778 * uri.c: second pass at fixing #63336, using Joel Young
3779 final patch. looks okay.
3780
3781Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3782
3783 * uri.c include/libxml/uri.h: trying to clear #63336
3784 allowing the escaping routine to parse unconformant
3785 URI-References.
3786
3787Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3788
3789 * vms/readme.vms vms/build_libxml.com nanoftp.c
3790 include/libxml/xmlversion.h.in: a few VMS updates from
3791 John A Fotheringham
3792 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3793 and xmlCleanupOutputCallbacks() for the Perl binding people.
3794
3795Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3796
3797 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3798 apply fixes to close #63271 and avoid segfaults when
3799 the error routine gets callbed before xmlInitParser()
3800 get called.
3801 * nanoftp.c error.c: Applied patches from Justin Fletcher
3802 correcting some xmlGenericError misuses.
3803
3804Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3805
3806 *doc/xmllint.xml, doc/xmllint.1
3807 New and improved man page for xmllint - .xml is the original, .1
3808 is the generated man page
3809
3810Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3811
3812 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3813 the web site from the main HTML document.
3814
3815Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3816
3817 * parser.c: fixed an erroneous validation bug when PE refs
3818 occurs in external parsed entities referenced from the
3819 internals subset
3820 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3821 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3822 added the associated testcase, it's a nice one.
3823 * HTMLparser.c: generate the DTD node as HTML still ...
3824 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3825
3826Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3827
3828 * HTMLparser.c: fixed a bug in htmlNewDoc()
3829
3830Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3831
3832 * test/threads/*: added entities testing to the Thread test
3833 * testThreads.c: make the test reasonable
3834 * DOCBparser.c: fix the DTD public and system ID
3835 * xmllint.c: added --sgml for SGML DocBook importing
3836 * Makefile.am: added Docbtests target
3837
3838Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3841 * testThreads.c: removed bogus include
3842
3843Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3844
3845 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3846 fixed a very serious (looping) validation bug
3847
3848Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3849
3850 * include/libxml/globals.h include/libxml/threads.h threads.c
3851 testThreads.c: far more testing, cleaning up bugs
3852 * *.c : make sure globals.h is always included.
3853
3854Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3855
3856 * HTMLparser.c: try to get rid of parser loops for good.
3857
3858Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3859
3860 * configure.in: fixed some bugs in CFLAGS passing.
3861 * test/threads Makefile.am testThreads.c: added a specific
3862 threaded test case (really nasty, guaranteed).
3863
3864Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3865
3866 * catalog.c: serious cleanup on the management of the
3867 XML catalog tree, more tests done, especially with
3868 the catalog PI.
3869
3870Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3871
3872 * catalog.c: avoid a problem in catalog cleanup on SMP if
3873 catalogs were not initialized.
3874
3875Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3876
3877 * catalog.c xpath.c: trying to cleanup the not thread safe
3878 parts of the library.
3879
3880Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3881
3882 * include/libxml/globals.h configure.in global.data: make
3883 the allocation be per-thread a configure option
3884 * encoding.c include/libxml/parser.h: fixed compilation
3885 errors
3886
3887Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3888
3889 * include/libxml/parser.h: Norm reported that a few lines
3890 added were breaking libxslt compile, removed them for now
3891
3892Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * parser.c parserInternals.c threads.c: debugged and fixed
3895 initialization problems which were giving troubles on SMP
3896 boxes.
3897
3898Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3899
3900 * include/libxml/Makefile.am: missing globals.h
3901
3902Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3903
3904 * globals.c: added a couple of standard includes.
3905
3906Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3907
3908 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3909 include/libxml/parserInternals.h include/libxml/tree.h
3910 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3911 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3912 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3913 Applied the last patches from Gary, cleanup, activated threading
3914 all user accessible global variables are now handled in globals.[ch]
3915 Still a bit rought but make tests passes with either
3916 --with-threads defined at configure time or not.
3917 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3918 linking options
3919
3920Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3921
3922 * Makefile.am include/libxml/Makefile.am
3923 include/libxml/globals.h globals.c include/libxml/threads.h
3924 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3925 configure.in: started integrating the core of the thread support
3926 not activated yet but half integrated. The code should still
3927 compile and work anyway.
3928
3929Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3930
3931 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3932 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3933 integrating the non-controversial parts of Gary Pennington
3934 multithread patches
3935 * catalog.c: corrected a small bug introduced
3936
3937Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3938
3939 * catalog.c include/libxml/catalog.h: very serious cleanup,
3940 isolating unportable code and as much as possible the accesses
3941 to the global shared catalog. May need more testing !
3942
3943Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3944
3945 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3946 Keith Isdale patches for the XSLT debugger interfaces. Some
3947 cleanup
3948
3949Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3950
3951 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
3952 * DOCBparser.c: generate line nubers in elements
3953
3954Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3955
3956 * configure.in: preparing 2.4.6 release
3957 * doc/xml.html doc/html/*: updated and rebuilt the docs
3958 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
3959
3960Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3961
3962 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
3963 adding documentation for DV's supercatalog support
3964
3965Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3966
3967 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
3968 super catalog support adding one API and one flag --sgml to
3969 xmlcatalog
3970
3971Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
3972
3973 * doc/xmlcatalog_man.xml, xmlcatalog.1
3974 One more crack at
3975 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3976
3977
3978Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3979
3980 * xpath.c: implemented xmlXPathObjectCopy for external objects
3981 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
3982
3983Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
3984
3985 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3986 finishing up fix to
3987 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
3988 the xmlcatalog man page display more elegantly
3989
3990Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
3991
3992 * configure.in: closing bug #61832
3993 * HTMLparser.c: removed a warning
3994
3995Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
3996
3997 * xpath.c: fixing #61673 part I, do not loose doc information
3998 when copying result value trees.
3999
4000Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4001
4002 * xpath.c: trying to harden the XPath interpreter
4003
4004Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4005
4006 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4007 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4008
4009Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4010
4011 * HTMLparser: repaired another loop problem
4012
4013Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4014
4015 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4016 parsing.
4017 * xpath.c: fix bug #61291 the default XML namespace node is
4018 missing from the namespace axis.
4019 * tree.c: refuse to create namespaces nodes with prefix "xml"
4020
4021Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4022
4023 * SAX.c: ouch a non-defined namespace could lead to a crash,
4024 fixed #61215
4025
4026Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4027
4028 * parserInternals.c: closed bug #61054
4029
4030Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4031
4032 * include/libxml/Makefile.am: closing #60708
4033
4034Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4037 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4038
4039Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4040
4041 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4042
4043Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4044
4045 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4046 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4047
4048Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4049
4050 * catalog.c: Justin Fletcher provided cleaup code in case
4051 HAVE_STAT is not defined
4052 * include/win32config.h: Igor Zlatkovic suggested to have
4053 HAVE_STAT defined there
4054
4055Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4056
4057 * catalog.c - fixed typing error reported by M. Barros
4058
4059Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4060
4061 * xmllint.c - fixing typo
4062
4063Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4064
4065 * HTMLparser.c: small enhancement to prevent loop on
4066 unrecognizable data
4067
4068Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4069
4070 * parserInternals.c: applying patch from bug #60757 this
4071 should close it
4072
4073Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * catalog.c xmlcatalog.c: removed a couple of warning
4076 * xpath.c: try to solve the linking problem on platforms
4077 needing trio to compile
4078
4079Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4080
4081 * Makefile.am libxml.spec.in: backing up non-documented changes
4082 commited without review or aproval by Jens Finke <jens@gnome.org>
4083 * HACKING: made 100% clear that no commit should be done directly
4084
4085Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * configure.in: Joe Orton provided a patch fixing a problem
4088 when iconv is specified to be in a non-standard directory
4089 but wasn't exported in xml2-config --cflags
4090
4091Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * configure.in: let's ship 2.4.5 before getting too much
4094 troubles with 2.4.4 errors.
4095
4096Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * encoding.c entities.c: do not output hexadecimal charrefs
4099 when serializing HTML since some version of Netscape can't
4100 grok it, generate decimal ones.
4101 * result/HTML/doc3.htm: output changed due to previous test
4102 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4103
4104Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4107 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4108
4109Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4110 Released 2.4.4
4111
4112 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4113 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4114 updated the configuration scripts systems accordingly
4115
4116Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4117
4118 * configure.in: preparing for 2.4.4
4119 * doc/xml.html doc/html/*: updated and rebuilt the docs
4120
4121Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4122
4123 * win32/dsp/libxml2.def.src: tried to incorporate comments
4124 from bug #59220
4125
4126Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4127
4128 * parser.c result/noent/wml.xml: fixed bug #59981 related
4129 to handling of '&' in attributes when entities are substitued
4130
4131Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4132
4133 * libxml.h include/libxml/xmlversion.h.in
4134 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4135 Tried to close bug #60131
4136
4137Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4138
4139 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4140
4141Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * SAX.c: fixing bug #59946 on xmlns=""
4144
4145Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4146
4147 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4148 but allocates a new error code.
4149
4150Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4151
4152 * xmllint.c: John Fleck fixed typos in the options output
4153 * parser.c SAX.c: fix ignorable white space SAX selection
4154
4155Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4156
4157 * entities.c: Steve Underwood found the possibility of an
4158 ininite loop in case of error.
4159
4160Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4161
4162 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4163
4164Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4165
4166 * parser.c: warn if version is not 1.0 but it's not
4167 strictly speaking an error after analyzing the spec
4168
4169Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4170
4171 *doc/catalog.html - add link to the html version of the
4172 man page, other linguistic cleanups
4173
4174Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4175
4176 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4177 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4178 file, has not yet been included in the build.
4179
4180Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4181
4182 * catalog.c: removed a duplicate affectation Justin Fletcher
4183
4184Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4185
4186 * tree.c: Armin Sander pointed a possible text coalescing
4187 problem, completed his patch.
4188
4189Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4190
4191 * trionan.c: Fixed const and volatile re-definition problem
4192
4193Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4194
4195 * libxml.4 parser.c: doc updates from Heiko Rupp
4196 * parserInternals.c: 2 sanity checks from Heiko Rupp
4197
4198Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4199
4200 * tree.c: applied patch from Armin Sander to make some pointers
4201 const in xmlCopyNode()
4202 * include/libxml/tree.h: added fix to the header
4203
4204Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4205
4206 * xpath.c: hum, restrict the integer usage gcc bug workaround
4207 to only gcc compilers so that other architecture don't get
4208 penalized by this limitation.
4209 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4210
4211Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4212
4213 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4214 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4215
4216Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4217
4218 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4219 --convert option to xmlcatalog to convert SGML ones to
4220 the XML syntax.
4221 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4222
4223 2.4.3 got released at that point
4224Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4225
4226 * catalog.c xmlIO.c: started some serious testing and fixed
4227 a few bug and optmization needs.
4228
4229Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4230
4231 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4232 preparing for a 2.4.3 release even if it may not be ready yet
4233 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4234 all file parsing lookup to go through the entity resolver, add
4235 to add an API to bypass it (needed to load catalogs themselves),
4236 some cleanup on the catalog code too.
4237 * nanoftp.c: small cleanup
4238 * doc/catalog.html: small update
4239
4240Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4243 Jun Kuriyama
4244
4245Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * doc/catalog.html: finished the catalog documentation
4248
4249Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4250
4251 * doc/catalog.html doc/xml.html: added documentation about
4252 Catalog support, misses an API description
4253 * doc/html/*: reextracted the API pages
4254
4255Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4256
4257 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4258 Added the part about section 7.2 on URI resolution,
4259 fixed a side effect in the HTML parser, look complete
4260 and ready to rock except the URI/SystemID part!
4261
4262Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4263
4264 * include/libxml/catalog.h include/libxml/parser.h
4265 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4266 xmlIO.c: added support and APIs needed for the catalog PI
4267 * include/libxml/xmlIO.h: cleanup
4268
4269Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4270
4271 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4272 include/libxml/catalog.h: starts to look okay, really
4273 plugged the new framework, cleaned a lot of stuff,
4274 added some APIs, except the PI's support missing this
4275 should be mostly complete
4276 * result/catalogs/* test/catalogs/*: added new test, enriched
4277 the existing one with URN ID tests
4278
4279Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * catalog.c: fixed nextCatalog
4282 * result/catalogs/docbook test/catalogs/*: started adding
4283 a small regression test
4284
4285Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4286
4287 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4288 more work on the XML catalog support.
4289 * parser.c include/libxml/parser.h: small cleanup seems using
4290 list as a public parameter name can give portability troubles
4291 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4292 include/libxml/xpath.h include/libxml/Makefile.am: removed
4293 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4294 wrappers
4295
4296Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4297
4298 * Makefile.am trio.c triodef.h trionan.c xpath.c
4299 include/libxml/Makefile.am include/libxml/trionan.h:
4300 Re-worked Not-A-Number and Infinity support.
4301 * xmlcatalog.c: added readline include files
4302
4303Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4306 testCatalog as xmlcatalog, making it an installed app
4307 adding a shell, and preparing it to be a /etc/xml/catalog
4308 management tool, though not ready yet
4309 * catalog.c include/libxml/catalog.h: adding support for
4310 XML Catalogs http://www.oasis-open.org/committees/entity/
4311 not finished, there is some interesting tradeoffs and a
4312 few open questions left.
4313
4314Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4315
4316 * xmllint.c: fixed a line formatting problem
4317
4318Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * SAX.c: removed a couple of unused variable (Albert Chin)
4321
4322Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4323
4324 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4325 trying to fix some troubles w.r.t. function returning
4326 const xxxPtr.
4327
4328Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4329
4330 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4331 defined
4332
4333Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4334
4335 * xpointer.c: removed unused var
4336
4337Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4338
4339 * testXPath.c: another small cleanup closing bug #59110
4340
4341Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * win32/dsp/libxml2.def.src: small cleanup closing bug
4344 #59108
4345
4346Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4347
4348 * example/gjobread.c: add xmlCleanupParser() before leaving
4349
4350Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4351
4352 * config.h.in configure.in include/libxml/xmlwin32version.h:
4353 released 2.4.2
4354
4355Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4356
4357 * include/libxml/valid.h debugXML.c valid.c: deprecate
4358 the non-boundchecking Sprintf functions, add Snprintf
4359 this should close bug #57984
4360
4361Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4362
4363 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4364 URIs before doing the lookups (pointed by Mark Vakoc)
4365
4366Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * xpath.c: serious changes on Result Value Trees and NodeSets
4369 w.r.t. deallocation and collect operations. Probably not
4370 100% clean (merge of allocated trees smells like a problem).
4371 Seems sufficient to close #58943
4372
4373Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4374
4375 * xmllint.c: adding a --format option
4376
4377Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4378
4379 * xpath.c: count() was broken on Result Value Tree
4380 * xmlIO.c: fixed file:/// accesses on _WIN32
4381
4382Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4383
4384 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4385 macro was renamed, this should close bug #58683
4386
4387Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4390 entity substitution mode text at the end of the entity might
4391 be added due to text coalescing.
4392 * nanoftp.c parser.c: small cleanup
4393
4394Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4395
4396 * HACKING: added John Fleck right to commit in the doc subdir
4397
4398Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4399
4400 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4401 allow to inherit attributes from the DTD directly in the
4402 tree, this is needed for XPath and can be a useful feature.
4403 Inherited namespaces are always provided at the tree level now
4404 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4405 of tests for this feature (XSLT being the prime user).
4406
4407Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4408
4409 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4410 testSAX.c xmlIO.c xmllint.c include/win32config.h
4411 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4412 include/libxml/xmlwin32version.h.in win32/README.MSDev
4413 win32/dsp/*: applied Win32 Facelift No.2 patches from
4414 Igor Zlatkovic for Windows/MSC
4415
4416Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4417
4418 * SAX.c: unparsedEntityDecl() the URI computation of the
4419 entity wasn't done breaking XSLT unparsed-entity-uri()
4420
4421Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4422
4423 * xpath.c: fixed a bug when walking the descendants and
4424 the current node has no children
4425 * debugXML.c: show up when a text node is supposed to not be escaped
4426
4427Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4428
4429 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4430 worked like the set:leading() function)
4431 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4432
4433Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4434
4435 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4436
4437Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4438
4439 * include/libxml/xmlIO.h: apply change to close #58141
4440 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4441
4442Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4443
4444 * parser.c: when the internal subset uses a PE, then the
4445 included entity can use conditional sections.
4446
4447Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4448
4449 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4450 when walking the namespace axis showing up in
4451 libxst/tests/general/bug-12
4452 * xmlmemory.c: added the possibility to trace a given block
4453 defined by its address
4454
4455Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4456
4457 * parser.c: don't override existing encoding specified before
4458 starting xmlParseDocument()
4459
4460Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4461
4462 * include/libxml/xmlwin32version.h: reinserted, needed for
4463 Windows users of CVS
4464
44652001-07-27 Darin Adler <darin@bentspoon.com>
4466
4467 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4468 * testCatalog.c: Add include of <libxml/parser.h>.
4469
44702001-07-27 Darin Adler <darin@bentspoon.com>
4471
4472 * include/libxml/.cvsignore:
4473 * include/libxml/xmlwin32version.h:
4474 Remove this file from CVS because it's generated.
4475
4476Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4477
4478 * parser.c include/libxml/parser.h: applied const patches from
4479 Tom Moog #58002
4480
4481Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4482
4483 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4484 lookup framework
4485
4486Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4487
4488 * tree.c: fixed xmlCopyNode() for documents
4489
4490Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4491
4492 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4493
4494Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4495
4496 * parser.c: fixes bug #57652 reported by Morus Walter
4497
4498Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4499
4500 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4501
4502Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4503
4504 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4505 errors, lesson don't add new functions at 1am before a release
4506 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4507 from XPath initialization when possible.
4508
4509Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4510
4511 * result/scripts/base*: removing history/readline changed
4512 this slightly
4513 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4514 xmllint.c: make element content line number generation
4515 optionnal to avoid breaking old apps added interface to switch
4516
4517Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4518
4519 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004520 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004521 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4522 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4523 John Kroll fixes to allow saving to HTTP via PUT (or
4524 POST of needed).
4525 * doc/html/*.html: regenerated the docs
4526
4527Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4528
4529 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4530 xmlHashScanFull and xmlHashScannFull3 to get passed the
4531 three keys as arguments to the callback function
4532
4533Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4534
4535 * configure.in Makefile.am: removed libxml softlink for good
4536 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4537 100% coverage by gtk-doc
4538
4539Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4540
4541 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4542 fixed serious troubles due to size_t vs. int mismatch
4543
4544Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4545
4546 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4547
4548Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4549
4550 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4551 convenient extension API for value and context managing
4552 Now handles external objects through xmlXPathPopExternal,
4553 xmlXPathWrapExternal and xmlXPathReturnExternal.
4554 Added functions for sets operations (intersection, etc.)
4555
4556Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4557
4558 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4559 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4560 HTMLparser.c: cleanup of global variables, marking some
4561 const or private.
4562
4563Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4564
4565 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4566 fixed xmlXPathNodeSetItem when passing index=0
4567
4568Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4569
4570 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4571
4572Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4573
4574 * xmllint.c: fixed compilation under Cygwin #57503
4575 * TODO: update
4576
45772001-07-13 Peter Williams <peterw@ximian.com>
4578
4579 * config.h.in: add #undef HAVE_DLFCN_H
4580
4581 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4582 builddir.
4583
4584Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4585
4586 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4587 raised by #57348 and #57381
4588
4589Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4590
4591 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4592 tree.c xpointer.c: store the line numbder in element->content,
4593 may break some software, need a configuration mechanism
4594
45952001-07-10 Darin Adler <darin@bentspoon.com>
4596
4597 * .cvsignore:
4598 * example/.cvsignore:
4599 * include/.cvsignore:
4600 * include/libxml/.cvsignore:
4601 Various things that are generated and should be ignored.
4602
4603Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4604
4605 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4606 * doc/xml.html doc/html/*: updated the docs
4607
4608Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4609
4610 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4611 validation occured on content with element child
4612
4613Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4614
4615 * tree.c: fixed XML Base computation which was broken
4616 * debugXML.c: added a base function to the shell
4617 * Makefile.am result/scripts/* test/scripts/*: added scripts
4618 based regression tests, and adding 2 XML Base tests
4619
4620Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4621
4622 * tree.c: set properties doc and call xmlSetListDoc for properties
4623 content when grafting them in a different tree.
4624 * aclocal.m4: remove from CVS
4625
4626Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4627
4628 * win32/libxml2/libxml2.def.src: added some missing entry point
4629 for XPath (Mark Vakoc)
4630
4631Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4632
4633 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4634 layer should URI-Unescape before trying to open resources.
4635
4636Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4637
4638 * xpath.c: fix the name() bug for elements in the default
4639 namespace reported by Charlie Bozeman
4640
4641Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4642
4643 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4644 led to an XPath fix, improvements of SAX initialization, and
4645 an added option --nocdata to testXPath
4646
4647Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4648
4649 * doc/libxml-doc.el: Felix Natter provided anew version working
4650 with XEmacs too
4651
4652Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4653
4654 * include/libxml/xpath.h: small cleanup
4655 * doc/xml.html: update
4656
4657Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4658
4659 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4660 released 2.3.14
4661
4662Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4663
4664 * doc/html/*: rebuilt the docs for the release
4665 * doc/xml.html: added 2.3.14 release.
4666
4667Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4668
4669 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4670 were not equal to empty strings
4671
4672Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4673
4674 * SAX.c: fixed a URI-Reference computation problem when validating
4675 * xmlIO.c: small cleanup
4676
4677Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4678
4679 * parser.c: improved the description of a couple of interfaces
4680 upon Larry Stamper suggestion
4681
4682Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4683
4684 * SAX.c entities.c parser.c: changed completely the way entities
4685 are handled when running the parser in entity substitution mode.
4686 This fixes a bug reported by Stephan Kulow and nearly divides
4687 by 3 the amount of memory required by libxslt to load and process
4688 DocBook TDG.
4689
4690Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4691
4692 * HTMLparser.c: fixing a too early root closing problem raised
4693 byt Prashanth Naidu
4694
4695Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4696
4697 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4698 raised by Mark Vakoc.
4699
4700Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4701
4702 * example/Makefile.am: fixed the include path to add srcdir/include
4703 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4704 and some cleanup
4705
4706Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4707
4708 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4709 lot of optimization work, results in significant improvements
4710 when handling really complex XPath queries. Add a small optimizer
4711 for unions, improve [n] and [last()], avoid some costly ops.
4712
4713Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4714
4715 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4716 * xpath.c: small cleanup
4717 * xmlGetNsList: reformated, fixed problems if used on Entities
4718
4719Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4720
4721 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4722
4723Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4724
4725 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4726 * Makefile.am example/Makefile.am: workaround automake generating
4727 erroneous deps
4728
4729Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4730
4731 * include/win32config.h: bug #56801 Yon Derek provided a patch
4732 to the windows config file.
4733
4734Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4735
4736 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4737 libxml.h : Yon Derek provided a set of changes to compile from
4738 CVS on Windows/MSC
4739
4740Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4741
4742 * parser.c: fixed UTF8 BOM support in push mode
4743 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4744 added a specific testcase
4745
4746Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4747
4748 * Makefile.am: added --push regression tests
4749 * parserInternals.c: the XML parser segfaulted in --push mode
4750
4751Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4752
4753 * configure.in: moved the symlinks detection within a CVS
4754 check, this is not portable and will be removed soon.
4755 * xpath.c: small cleanup/speedup
4756
4757Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4758
4759 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4760 release of 2.3.12
4761 * parser.c: make an error message if unknow entities in all cases
4762
4763Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4764
4765 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4766
4767Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4768
4769 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4770 includes were installed in the wrong dir
4771
4772Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4773
4774 * doc/html.xml: warn against sending code to exhibit bugs.
4775
4776Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4777
4778 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4779 Tru64 from Thomas Leitner
4780
4781Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4782
4783 * AUTHORS: added William and Bjorn
4784 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4785 daniel@veillard.com hopefully I won't have to do this again
4786 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4787 docs can be rebuilt cleanly now
4788 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4789 from CVs it's generated, added include/libxml/xmlwin32version.h
4790 also generated but which should change far less frequently.
4791 * catalog.c nanoftp.c: made sure to include libxml.h not
4792 libxml/xmlversion.h directly
4793 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4794 when compiling on WIN32 and MSC
4795
4796Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4797
4798 * include/Makefile.am include/libxml/Makefile.am configure.in:
4799 fixed make distcheck and rebuilding the rpms
4800
4801Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4802
4803 * configure.in: should finish the migration of exported includes
4804 into a real include/libxml in CVS, at least for CVS users.
4805 * removed the exported headers, added in include/libxml (as well
4806 as xmlversion.h.in).
4807
4808Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * configure.in: fixed the way to detect symlink
4811
4812Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4813
4814 * configure.in: updated, include/libxml is now a real CVS dir
4815
4816Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4817
4818 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4819 version works with both libxml1 and libxml2 (it autodetects
4820 the prefix of the html-files) from Felix Natter.
4821 * doc/xml.html: updated doc accordingly
4822
4823Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4824
4825 * xpath.c: fixed the bug generating a template loop in libxslt
4826 when using docbook-xsl-1.4, * should filter out document nodes
4827 * HACKING: added William
4828 * TODO: updated
4829
4830Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4831
4832 * doc/FAQ.html: added a warning about gcc-3.0
4833 * doc/xml.html: added reference to gdome2 and removed a confusing
4834 sentence
4835
4836Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4837
4838 * xmlversion.h: okay this is a generated file, but Windows
4839 users need it and they can't generate it, and I want CVS
4840 Windows users ...
4841 * win32/libxml2/libxml2_so.dsp: Windows project file for
4842 the shared lib version of libxml2
4843 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4844 resources needed for libxslt/xsltproc by Yon Derek
4845
4846Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4847
4848 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4849
4850Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4851
4852 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4853
4854Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4855
4856 * include/win32config.h: Yon Derek provided a first fix
4857 to be able to compile libxslt/xsltproc on Windows
4858
4859Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4860
4861 * xpath.c: attempt to work around what seemed a gcc optimizer
4862 bug when handling floats on i386 http://veillard.com/gcc.bug
4863 * tree.c entities.c encoding.c: doing some cleanups while
4864 chasing it
4865
4866Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4867
4868 * Makefile.am: cleanup when --without-debug is specified
4869 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4870 w.r.t. --without-debug and other include points
4871 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4872 Catalogs
4873 * configure.in entities.h tree.h HTMLparser.c: removed
4874 --without-corba, made the _private field mandatory
4875
4876Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4879 outputs a BOM in UTF8, an errata has been issued to avoid the
4880 problem, that was the most reasonable solution... Add support
4881 for a leading UTF8 BOM in entities.
4882
4883Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4884
4885 * valid.c: fixed a bug found when post validating an entity ref
4886 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4887 activate it too
4888
4889Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4890
4891 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4892 weakness in the node copy the XPointer and the XInclude
4893 implementations. Serious cleanup.
4894
4895Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4896
4897 * Makefile.am: Kjartan Maraas provided a small patch to
4898 add xml2-config.in to EXTRA_DIST
4899
4900Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4901
4902 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4903 provided another failing case found in KDE, the way the
4904 ctxt->vctxt.nodeTab was allocated and freed changed over
4905 time but it wasn't completely cleaned up. This should fix it.
4906
4907Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * parser.c: Stephan Kulow also raised the fact that line number
4910 could get miscounted making debug harder, fixed the problem
4911 in xmlParseCharData()
4912
4913Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4914
4915 * valid.c: Stephan Kulow pointed out a problem when validating
4916 and using an empty entity, forgot a 'break' in a case.
4917
4918Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4921 * doc/xml.html: updated with 2.3.11
4922
4923Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * TODO: updated adding cleanup of generated doc
4926 * configure.in: prepared to release 2.3.11
4927 * xmllint.c: added --version for bug reporting
4928 * doc/html/*.html: rebuilt the doc
4929
4930Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4931
4932 * xpath.c: first part of the work on selecting namespace to
4933 fix bug #56115
4934
4935Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4936
4937 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4938 when using -liconv
4939 * TODO: updated
4940
4941Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4944 cleanup, encoding support.
4945
4946Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4947
4948 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4949
4950Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * xpath.c: bug detected by Ankh when / is used as a function arg
4953
4954Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4955
4956 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
4957 of element and use it to avoid outputting formatting spaces at
4958 the wrong place. Implemented the format parameter for HTML save.
4959 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
4960 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
4961 result/HTML/wired.html: of course this impact the result of a
4962 number of HTML tests
4963
4964Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4965
4966 * HTMLtree.[ch]: started augmenting the HTML save API with
4967 encoding and formatting parameters
4968
4969Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4970
4971 * HTMLtree.h: cleanup and started evaluating the work needed on
4972 revamping the HTML output code
4973
4974Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4975
4976 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
4977
4978Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4979
4980 * valid.c: fixed bug #56049, forgot one check in the
4981 validation routine
4982
4983Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4984
4985 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
4986
4987Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4988
4989 * libxml.h: fixed an error in last commit
4990 * doc/FAQ.html: added an entry for compilation from CVS
4991
4992Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994 * xmlversion.h.in libxml.h: Cygwin patches
4995 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
4996 * tree.h: cleanup
4997
4998Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4999
5000 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5001 memory block in a strange case where libxml is linked twice
5002 in the binary.
5003
5004Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5005
5006 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5007 state far too often, simple fix used to avoid it.
5008
5009Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5010
5011 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5012 being processed, applied his patch
5013 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5014
5015Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5016
5017 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5018 provided fixes to compile on MSCC again
5019 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5020 also provided an update for the project files.
5021
5022Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5023
5024 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5025 bug #55810
5026
5027Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5028
5029 * tree.c: fixed xmlGetNsProp() to close bug #55683
5030 Note this requires libxslt to use it's own function instead.
5031
5032Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5033
5034 * HTMLtree.c: when in a pre element no formatting space should
5035 be added.
5036 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5037
5038Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5039
5040 * configure.in: added tests for signal() and signal.h
5041
5042Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5043
5044 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5045
5046Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5047
5048 * doc/libxml-doc.el: Felix Natter provided a new version for
5049 libxml2
5050
5051Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5052
5053 * HTMLtree.c: when in a pre element no formatting space should
5054 be added.
5055
5056Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5057
5058 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5059
5060Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5061
5062 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5063 hack
5064 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5065 * uri.c: fixed a warning
5066
5067Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5068
5069 * HTMLtree.c: trying to close bug #55772 escaping in script
5070 elements
5071 * doc/xml.html: suggest to send mail to the list
5072
5073Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5074
5075 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5076 good. Use a macro and based on the solution provided in
5077 vsnprintf manual page from GNU.
5078
5079Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5080
5081 * error.c: Workaround for non-preserving variadic list.
5082 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5083
5084Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5085
5086 * doc/xml.html: added 2.3.10 release
5087
5088Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090 * configure.in: releasing 2.3.10
5091
5092Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5095
5096Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * encoding.c: Robert Collins provided a patch to add the
5099 "US-ASCII" encoding alias
5100
5101Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5102
5103 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5104 string oriented functions and started cleaning the related areas
5105 in xpath.c which needed fixing in this respect
5106
5107Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5108
5109 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5110 #55380
5111 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5112
5113Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5114
5115 * TODO: updated
5116 * nanohttp.[ch] : started adding APIs to get the redirected URL
5117 when this occurs (needed for further base computation
5118 * tree.h: cleanup
5119 * encoding.c: cleanup
5120 * SAX.c: minor change around ctxt->loadsubset
5121
5122Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5123
5124 * Makefile.am include/Makefile.am: small change to have
5125 include/libxml rebuilt if working from CVS.
5126 * uri.c: applied another patch from Carl Douglas for URI escaping,
5127 this should close bug #51876
5128
5129Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5130
5131 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5132 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5133 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5134 added specific regression test
5135 * parser.h: preparing for the XSLT mode where DTD inherited
5136 attributes are added to the tree.
5137
5138Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140 * xinclude.[ch]: Updated the namespace for the Last Call version
5141 * result/XInclude/include test/XInclude/include: updated the
5142 testsuite accordingly
5143
5144Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5145
5146 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5147 related to bug #51876
5148
5149Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5150
5151 * tree.c: fixed a gross mistake in base computation, xml:base is
5152 not completely correct yet (need cascade).
5153 * xpath.[ch]: added the few things needed to find a function name
5154 and URI from the XPath context when it is called.
5155
5156Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5157
5158 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5159 * DOCBparser.c: small cleanup
5160 * xmllint.c: added a --catalogs option to load catalogs from
5161 $SGML_CATALOG_FILES
5162 * tree.c: cleanup
5163 * configure.in: iconv library fixup, ICONV_LIBS
5164
5165Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * catalog.c: handling of CATALOG entries. detection of recursion,
5168 and a few bugfixes
5169 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5170 against the default namespace
5171
5172Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5173
5174 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5175
5176Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * parser.c: fixed propagation context info when parsing an
5179 external entity.
5180 * doc/html/*.html: regenerated a couple of docs
5181
5182Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5183
5184 * doc/xml.html: update with 2.3.9 informations
5185
5186Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5187
5188 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5189 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5190 * doc/html/* : rebuilt the docs
5191 * valid.c: small patch which may improve some case when
5192 validating.
5193
5194Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * HTMLparser.c: Closed bug #54891
5197 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5198 to the suite
5199
5200Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5201
5202 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5203 applied a documentation patch from LotR and filled in a few missing
5204 descriptions
5205
5206Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5207
5208 * xpath.c tree.c parser.c: speed optimizations at the parser level
5209 document tree freeing and xpath evaluation
5210
5211Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5212
5213 * parser.c parser.h parserInternals.h: fixed a couple of
5214 interfaces for handling memory buffer input to const char *
5215 upon suggestion of JamesH.
5216
5217Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5218
5219 * configure.in: LoTR sent a patch fixing the previous commit
5220
5221Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5222
5223 * configure.in: trying to deal again with the stoopid -R linking
5224 flag of Solaris
5225
5226Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5227
5228 * xpath.h: two nodeset access macros from Thomas Broyer
5229
5230Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5231
5232 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5233 patch from Thomas Broyer
5234
5235Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5236
5237 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5238 case
5239 * INSTALL: was empty added stuff from the FAQ
5240
5241Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5242
5243 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5244 attributes handling and #54433 by adding xmlUnsetProp()
5245 and xmlUnsetNsProp()
5246
5247Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5248
5249 * HTMLparser.c: Patch from Jonas Borgström
5250 (htmlGetEndPriority): New function, returns
5251 the priority of a certain element.
5252 (htmlAutoCloseOnClose): Only close inline elements if they
5253 all have lower or equal priority.
5254 * result/HTML: this of course changed a number of tests results.
5255
5256Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5257
5258 * xmlIO.c catalog.c: plugged in the default catalog resolution
5259 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5260 documentations
5261 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5262
5263Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5264
5265 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5266 integrating catalogs
5267 * catalog.[ch] testCatalog.c: adding a small catalo API
5268 (only SGML catalog support).
5269 * parser.c: restaured xmlKeepBlanksDefault(0) API
5270
5271Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5274
5275Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * parser.c: added xmlParseExternalEntityPrivate() to allow
5278 propagation of ctxt->_private when parsing external entities
5279
5280Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5283
5284Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5285
5286 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5287
5288Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * valid.c: warn when indeterminist content model is detected
5291 * result/VC/ElementValid8: this adds a message
5292 * Makefile.am: add --novalid for VCM tests
5293 * parserInternals.c: added a call to Init memory
5294
5295Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5296
5297 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5298 when both parameters are NULL.
5299
5300Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5301
5302 * valid.c: applied small patch from Gary Pennington, reindented
5303 some part of the code.
5304
5305Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5306
5307 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5308 release, updated and regenerated the docs
5309
5310Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5311
5312 * xpath.c result/XPath/expr/floats : clarified and cleanup
5313 printing of abnormal floats in tests.
5314
5315Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5316
5317 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5318 * results/HTML/ : a few changes in the output of the HTML tests as
5319 a result.
5320 * configure.in: tying to fix -liconv where needed
5321
5322Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5323
5324 * Makefile.am: fixed a stupid error
5325
5326Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5327
5328 * configure.in Makefile.am: make the inclusion of the trio
5329 modules in the library conditional
5330
5331Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5332
5333 * DOCBparser.c: patche from László Kovács, fixed entities refs
5334 in attributes handling
5335
5336Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5339 flushing
5340
5341Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5342
5343 * xpath.c: fix of an XSLT namespace bug reported on the list
5344 general/bug-8-
5345
5346Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5347
5348 * strio.h trio.c: Dan McNichol suggested a couple of small
5349 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5350
5351Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5352
5353 * tree.c parser.c encoding.c: spent a bit more time looking
5354 at the parsing speed and DOM handling. Added a few more
5355 speedups.
5356
5357Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5358
5359 * parser.c: small but effective parsing speed improvement
5360
5361Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5362
5363 * configure.in: default on the DocBook parser inclusion (for Gnome)
5364 * DOCBparser.h: fixed a header reference
5365
5366Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5367
5368 * configure.in xpath.c: applied Bjorn patches for FPE on the
5369 alpha
5370
5371Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5372
5373 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5374 xmlSaveFormatFileTo()
5375
5376Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5377
5378 * xpath.c: simple and efficient optimization, XPath functions
5379 aways bind to the same code, cache this
5380 * TODO: updated (by saying some is obsolete)
5381
5382Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5383
5384 * xpath.c: more cleanup work on XPath name parsing routines
5385
5386Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5387
5388 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5389 xmlXPathParseName
5390 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5391 * debugXML.c: avoid compilation problems if compiling without
5392 HTML support, Igor Zlatkovic
5393 * win32/libxml2/libxml2.def.src: being able to compile without
5394 XPath on Windows
5395
5396Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5397
5398 * libxml.m4: yet another patch from Toshio Kuratomi
5399
5400Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5401
5402 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5403
5404Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * tree.[ch]: added xmlSaveFormatFile interface for saving
5407 and indenting a file.
5408
5409Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5410
5411 * xpath.c: fixed bug #53689 related to processing-instruction()
5412
5413Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5414
5415 * DOCBparser.c: patche from László Kovács
5416
5417Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * parser.c: applied fixes from Christian Glahn bug report #53391
5420
5421Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * error.c: Jean François Lecomte provided a complete description
5424 and a fix to bug #53537
5425
5426Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5429
5430Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5431
5432 * DOCBparser.c SAX.c: a bit more work on entities processing.
5433 Still Need to cleanup XML output and references in attributes
5434
5435Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5436
5437 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5438
5439Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5440
5441 * tree.c: trying to fix #53574, not completely complete,
5442 I would like xmllint --copy --debug test/ent1 and
5443 xmllint --debug test/ent1 to show the same result.
5444 * xpath.c: fix a bug when trying to sort namespace nodes
5445
5446Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5447
5448 * HTMLtree.c: real fix for #53402
5449
5450Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5453 PIs when using xsl:output
5454 * valid.c: closing #53537 some case generate segfaults if there
5455 is validity errors
5456
5457Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5458
5459 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5460 of external parsed entities, added --noent to testDocbook
5461 * valid.c: Garry Pennington found an uninitialized variable
5462 access in xmlValidateElementContent()
5463
5464Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5465
5466 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5467 with madness
5468 * result/HTML/ : this modified the result of the regression tests
5469 a lot.
5470
5471Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5472
5473 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5474 to doc where it wasn't checked against NULL reported by
5475 Jens Laas
5476
5477Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5478
5479 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5480 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5481
5482Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5485 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5486 * SAX.[ch]: cleanup and updates for DocBook
5487 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5488 ex SGML identifier changes
5489 * valid.c: removed a static unused function.
5490
5491Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * HTMLtree.c: applied change for Paul Sponagl on script saving
5494 * Makefile.am: the warning about entity title.xml are normal.
5495
5496Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5497
5498 * configure.in: release of 2.3.7
5499 * Makefile.am: fixing make distcheck
5500
5501Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5502
5503 * doc/html/* doc/xml.html: updated and regenerated the docs
5504
5505Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5506
5507 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5508
5509Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5510
5511 * tree.c: fixed #53388 with the provided patch
5512
5513Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * valid.c: Bjorn detected an invalid memory access. Fixed
5516 vstateVPush()
5517
5518Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5519
5520 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5521
5522Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5523
5524 * libxml.h: new header used only for the compilation of libxml
5525 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5526 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5527 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5528 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5529 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5530 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5531 baseline (version 1.2 plus a single patch).
5532 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5533 scientific notation for numbers. Tests added.
5534 * xpath.c: formatting of numbers changed to use sprintf
5535 (contribution from William Brack)
5536
5537Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5538
5539 * valid.c: cleanup, more useful debugging
5540 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5541 * xmlIO.c: entity loading is printed as an error when validating
5542
5543Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5544
5545 * valid.c: fixed to validate within entities
5546 * test/VCM/v22.xml: added a specific testcase
5547
5548Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * valid.c: forgot an epsilon transition in for ()+
5551 * test/VCM/v21.xml : added a specific test case
5552
5553Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5554
5555 * valid.c: removed a state explosion exhibited by RSS
5556 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5557 from bug #51872
5558
5559Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5562 validation without using an ugly NFA -> DFA algo in the source.
5563 Made a specific algorithm easier to maintain, using a single
5564 stack and without recursion.
5565 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5566 * hash.c: made the growing routine static
5567 * tree.h parser.c: added the parent information to an
5568 xmlElementContent node.
5569
5570Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5571
5572 * SAX.c parser.c xpath.c: generating IDs when not validating
5573 from an external parsed entity was poisoning the ID has table
5574 with removed values. This was killing XSLT on the KDE help
5575 browser.
5576
5577Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5578
5579 * entities.h: andrew@ugh.net.au detected a double declaration
5580
5581Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * debugXML.c hash.c tree.h valid.c : some changes related to
5584 the validation suport to improve speed with DocBook
5585 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5586 the way validation errors get reported
5587
5588Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5589
5590 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5591 by P C Chow and William M. Brack for XSLT HTML output
5592
5593Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5596 Igor Zlatkovic patches for MSC compilation and added his
5597 updates
5598
5599Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5600
5601 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5602 prefix lookup.
5603 * parserInternals.c: fixed the bug reported by Morus Walter
5604 due to an off by one typo in xmlStringCurrentChar()
5605
5606Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * HTMLparser.c result/HTML/*: revamped the way the HTML
5609 parser handles end of tags or end of input
5610
5611Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5614
5615Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5618 bug where the linktime verions of free() won't work ...
5619
5620Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5621
5622 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5623
5624Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * doc/xml.html: added 2.3.6 release
5627
5628Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5631 * result/wml.xml: resulted in a small output change
5632
5633Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5634
5635 * tree.c: xmlNewDoc was missing the charset initialization
5636 * xmllint.c: added --auto to autogenerate a doc, allow to
5637 reproduce the problem fixed on xmlNewDoc
5638
5639Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5640
5641 * xpath.c: trying to get 52979 solved
5642 * tree.c result/ result/noent/: trying to get 52712 solved, this
5643 also made me clean up the fact that XML output in general should
5644 not add formating blanks by default, this changed the output of
5645 a few tests
5646
5647Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5648
5649 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5650
5651Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5652
5653 * configure.in: finally released 2.3.6
5654
5655Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * xpath.c: checking for null pointer generated by new code
5658
5659Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * xpath.c: fixed a [] evaluation problem reported
5662 * test/XPath/tests/simpleaddr: extended test
5663 * result/XPath/simpleaddr: updated result
5664
5665Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5666
5667 * xmllint.c: Dan Timis reported a portability problem
5668 on Macs without mmap, fixed it.
5669
5670Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5671
5672 * testXPath.c : added a --tree option allowing to display the
5673 tree dump of the XPath expression
5674
5675Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * xpath.c: fixed a memleak when comparing nodesets
5678 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5679 * tree.c: added a TODO
5680
5681Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5684 we need string functions
5685 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5686 to be able to use them where needed. Applied some changes
5687 to reduce name linking pollution and compile in only what's
5688 needed.
5689 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5690 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5691 for the string manipulation functions
5692 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5693 to the free() function of xmlmemory.c
5694 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5695 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5696 usage.
5697
5698
5699Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5700
5701 * error.c: applied the context output patch of the error
5702 handling submitted by Chuck Griffith
5703 * error/VC/*: this slightly change some error logs
5704
5705Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5706
5707 * parser.c: fixed line number reporting on error
5708
5709Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5710
5711 * parser.c: Sullivan and Darin found a parser bug,
5712 applied the patch.
5713
5714Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5715
5716 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5717 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5718 xmlversion.h.in xpointer.c: of course the way I defined
5719 UNUSED breaks on old gcc version. Try to be smart and
5720 also define it directly in xmlversion.h
5721 * configure.in: removed -ansi flag from the pedantic set
5722
5723Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5724 Huge cleanup, I switched to compile with
5725 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5726 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5727 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5728 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5729 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5730 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5731 encoding.h entities.c error.c list.[ch] nanoftp.c
5732 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5733 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5734 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5735 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5736 Cleanup, staticfied a number of non-exported functions,
5737 detected and cleaned up a dozen of problem found this way,
5738 avoided a lot of public function name/typedef/system names clashes
5739 * doc/xml.html: updated
5740 * configure.in: switched private flags to the really pedantic ones.
5741
5742Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5743
5744 * configure.in: 2.3.5
5745 * doc/html/*: rebuilt the docs
5746
5747Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5748
5749 * parser.c: fixed a reported bug in NOTATION parsing
5750 * uri.c: accepted but not fixed bug 51876, added TODO
5751 * Makefile.am: fixed bug 51876
5752
5753Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * config.h.in configure.in error.c: fix a compilation problem
5756 on platforms without vsnprintf (xml@thewrittenword.com)
5757
5758Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5759
5760 * parser.c: fixed a function name header typo
5761 * SAX.c: notations can also occur in external subset.
5762
5763Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5764
5765 * error.c: removed a C++ like comment
5766
5767Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5768
5769 * parser.c: fixing bug 52299 strange condition leading
5770 to a parser crash due to a buffer overflow
5771 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5772 added the specific test case
5773
5774Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5775
5776 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5777 xmlXPathConvert{String,Number,Boolean} to be able to make
5778 type casts without a context stack, fixed some implementation
5779 problems related to the absence of context at parse-time,
5780 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5781 in the public API too
5782 * xpointer.c xpathInternals.h: we need to know at parse time
5783 whether we are compiling an XPointer
5784
5785Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5788 cleaned up the parser internals, refactored XPath code, added
5789 new compilation based APIs and cleanly separated public and
5790 private APIs.
5791
5792Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * xpath.h: the comp field must be added at the end to avoid
5795 killing binary compat.
5796
5797Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5798
5799 * Makefile.am: detect XPath memleaks in regreson tests
5800 * error.c: fixed and error w.r.t. error reporting still using
5801 stderr
5802 * hash.c: added new line at end of file
5803 * tree.h: minor cleanup
5804 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5805 expression parsing from evaluation, resulted in a number of
5806 changes internally, and in XPointer. Likely to break stuff
5807 using xpathInternals.h but should remain binary compatible,
5808 new interfaces will be added.
5809
5810Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5811
5812 * configure.in: fixed a couple of problems reported by
5813 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5814 without gcc on non linux platforms.
5815
5816Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5817
5818 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5819 a fix for --with-html-dir= configure support. I hope it won't
5820 break rpm generation
5821
5822Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * xmlIO.c: one function comment cleanup.
5825
5826Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * SAX.c: external subset notations were improperly registered
5829 in the internal subset.
5830
5831Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * README.cvs-commits: added, pointing to HACKING
5834 * HACKING: updated
5835
5836Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5837
5838 * parser.c: and Matt Sergeant found one in the XML push
5839 parser (erroneous check I forgot to remove when I fixed the
5840 main parser).
5841
5842Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * xpath.c: ptittom found a small bug in UnaryExpr
5845
5846Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5847
5848 * configure.in: bumped to 2.3.4
5849 * error.c: fixed bug #51860
5850 * tree.c: fixed bug #51861
5851 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5852 * tree.[ch] : added xmlDefaultBufferSize
5853 * nanoftp.c: typo in function name header block
5854 * doc/xml.html : updated, added link to XML::LibXSLT
5855 * doc/html/* : rebuilt the docs
5856
5857Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5858
5859 * parser.c SAX.c: the new content parsing code raised an
5860 ugly bug in the characters() SAX callback. Found it
5861 just because of strangeness in XSLT XML Rec ouptut :-(
5862
5863Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * Makefile.am: Martin Baulig suggested to add -lm
5866 * tree.c: found another bug in xmlNodeGetContent()
5867
5868Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5869
5870 * xpath.c: Bjorn found the error related to strictness of comparison.
5871
5872Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5873
5874 * parser.c: trying to fix the Dtd parsing problem reported
5875 by Gary, side effect of last week speed optimizations.
5876
5877Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5878
5879 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5880 * parserInternals.c: removed unneeded test raised by Stric
5881
5882Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5883
5884 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5885 and fixed by William Brack). Added xmlXPathFormatNumber.
5886 Changed the sorting slightly.
5887 * configure.in Makefile.am example/Makefile.am: Added -lm.
5888 Please note that applications linking with libxml2, must
5889 also like with the math library from now on.
5890
5891Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5892
5893 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5894
5895Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5896
5897 * parser.c: one must report spaces even if the Dtd element
5898 content proves that this is not part of the element content.
5899 * result/valid/*.xml: this changed the ouptu slightly
5900
5901Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * configure.in: bumped to 2.3.3
5904 * doc/xml.html: updated
5905
5906Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5907
5908 * tree.c: minor doc fix
5909 * xpath.c: deallocation issues when a result tree has been
5910 converted to a node-set
5911
5912Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * doc/xml.html: oops corrected dates s/2000/2001
5915
5916Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * valid.c: new patch from Gary Pennington
5919
5920Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * doc/xml.html: applied patch from Ankh
5923
5924Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * xinclude.c: fixed a problem building on Mac
5927
5928Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * parser.c: more work on increasing parsing ferformances
5931
5932Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5933
5934 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5935 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5936 avoiding memcpy in production builds MEM_CLEANUP macro use
5937 * parser.[ch] parserInternals.c: optimizations of the tightest
5938 internal loops inside the parser. Better checking of I/O
5939 flushing/loading conditions
5940 * xmllint.c : added --timing
5941
5942Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5943
5944 * configure.in: bumped to 2.3.2
5945 * doc/xml.html: updated for release
5946
5947Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * xpath.c: found a memleak and fixed a nasty bug
5950
5951Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5952
5953 * xmllint.[c1] : added return code errors for xmllint
5954 * xpath.c: specific debug dump function for result value trees
5955
5956Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5957
5958 * xpath.c: finally implemented xmlXPathCompareNodeSets
5959 * test/XPath/expr/floats results/XPath/expr/floats: added
5960 a test for float expressions
5961
5962Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5963
5964 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
5965 * parserInternals.[ch]: trying to speed up parsing
5966 * xpath.c : speeded up node set equality op
5967
5968Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
5971 better handling of ID/IDREF and the list modules associated
5972 * configure.in: small CFLAGS cleanup
5973
5974Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * configure.in: fixed iconv detection on AIX (stric)
5977
5978Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5979
5980 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
5981
5982Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
5983
5984 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
5985 and optimized xmlXPathNodeSetSort
5986
5987Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5988
5989 * xpath.c: bug fix when context size is 0
5990 * parser.c: I like Norm's Dtd because they still manage to break
5991 the parser occasionally
5992
5993Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
5996
5997Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6000 attributes within the XML-1.0 namespace
6001
6002Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6003
6004 * xpathInternals.h: exported a few axis functions
6005 * doc/xml.html: updated the doc
6006
6007Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6008
6009 * configure.in: applied patch from Daniel van Balen for OpenBSD
6010 and bumped version to 2.3.1
6011 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6012 attempt to find autoclosing was simply broken, removed it,
6013 updated the examples, this is better
6014
6015Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6016
6017 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6018 hash functionnalities.
6019 * doc/html/* : rebuild the doc
6020
6021Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6022
6023 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6024 on predicate
6025 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6026 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6027 really want to have tags closed on output even if we accept
6028 unclosed ones on input
6029
6030Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * xpath.c: ouch don't free NULL, rare case fixed
6033 * tree.c: don't coalesce text nodes if they don't have the
6034 same behaviour wrt escaping on output
6035
6036Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6037
6038 * xpath.c: small fixup
6039 * SAX.c: don't warn on empty namespaces.
6040
6041Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6042
6043 * README: a bit of cleanup
6044 * configure.in: preparing for 2.3.0 release
6045
6046Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6047
6048 * hash.[ch]: added a first version of xmlHashSize()
6049 * valid.c: another bug fix from Gary Pennington
6050
6051Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * valid.c: couple of bug fixes pointed by Gary Pennington
6054 * HTMLtree.c: #if 0 cleanup
6055
6056Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6059 which removes a time consuming check of xmlXPathNodeSetAdd()
6060 and use it in places where we are sure to not break unicity
6061
6062Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6063
6064 * xpath.c: bug fixes found from XSLT
6065 * tree.c: preserve node->name special values when copying nodes.
6066 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6067 external subset are fetched when available but without full
6068 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6069 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6070 output with encoding disabled.
6071
6072Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6073
6074 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6075 xmlCheckFilename should not be called from xmlFileOpenW
6076 and xmlGzfileOpenW
6077
6078Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6079
6080 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6081 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6082 added the new tests for URI normalization
6083 * testURI.c: fixed stoopid bugs
6084 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6085 the URI in the error messages are now properly normalized
6086
6087Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6088
6089 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6090
6091Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6092
6093 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6094
6095Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * xpath.c: fixed mod operator
6098
6099Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * parser.c: fixed xmlStrcat doc
6102 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6103 trees.
6104
6105Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6106
6107 * xpath.c result/XPath/tests/chaptersbase
6108 result/XPath/tests/simplebase: fixed XPath node()
6109 * tree.c: small fix in xmlNewNs()
6110 * Makefile.am: removed extraneous xml2Conf.sh rule
6111
6112Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6113
6114 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6115 Changed the library name, in order to get libxml-devel and
6116 libxml2-devel to coexist on a single system
6117 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6118 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6119
6120Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6123 libxml2-devel installable in // as libxml-devel.
6124
6125Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6126
6127 * doc/Makefile.am: fixed make rebuild in doc
6128 * doc/html/*.html: rebuilt the docs
6129
6130Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6131
6132 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6133
6134Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6135
6136 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6137 the HTML doc to go into the -devel RPM ...
6138 * aclocal.m4 config.h.in: some updates due to auto* magic
6139
6140Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * xpath.h: added a hook in the context structure allowing to
6143 link to extra support, needed for XSLT
6144
6145Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6148 xmlXPtrCmpPoints to use it.
6149 * propagated the following patch from Alejandro Forero
6150 * include/win32config.h xmlIO.c: applied further suggestions
6151 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6152 * example/gjobread.c: fixed warnings, now that it builds
6153
6154Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6155
6156 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6157
6158 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6159 filename points to a valid file (not a directory).
6160 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6161 Added calls to xmlCheckFilenameDir.
6162
6163 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6164 `path' (rather than `filename') as the parameter to gzopen and open.
6165
6166Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6167
6168 * Makefile.am: fixed a problem with EXTRA_DIST
6169
6170Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6171
6172 * Makefile.am example/Makefile.am: finally found the trick
6173 to build the example, i.e. add "." in SUBDIRS before example
6174 in the list <grin/>
6175
6176Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6177
6178 * doc/xml.html: updated with an XSLT section, removed pointer to
6179 W3C CVS base.
6180
6181Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6182
6183 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6184 too, and deallocation need to occur the same way.
6185
6186Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6187
6188 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6189 type correponding to an XSLT result tree fragment. Share most
6190 of the data format with node set, as well as operators.
6191 * HTMLtree.c: added a newline at the end of the doctype output
6192 whe this one is not present initially.
6193 * tree.c: make sure taht the parent and doc pointers are properly
6194 set when copying attributes (lists).
6195
6196Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6197
6198 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6199
6200Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6201
6202 * xpath.c: seems I finally killed that ugly path evaluation
6203 context bug (tagged 9999 in case is is wrong)
6204
6205Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6206
6207 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6208 for XSLT
6209
6210Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6211
6212 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6213 for xmlGzfileOpen() bug
6214
6215Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6216
6217 * xpath.c: removed an error found by XSLT usage
6218 * tree.c parserInternals.h: use a predefined static string
6219 for text and comment nodes, avoid freeing them in xmlFreeNode,
6220 exported the string name in parserInternals.h and added
6221 another value to disable encoding at output (for XSLT),
6222 gain memory, time.
6223
6224Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6225
6226 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6227 win32/libxml2/libxml2_so.dsp: new makefiles and update
6228 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6229
6230Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6231
6232 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6233 Gary Pennington
6234
6235Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6236
6237 * xpath.c: fixed the comaprision of values and nodelists,
6238 need to compare nodelist still ...
6239 * debugXML.c: avoided a possible core dump
6240 * HTMLparser.c: cleanup
6241 * nanohttp.c: contributed fix.
6242 * tree.c: fixes in properties handling added xmlSetNsProp
6243 needed by libxslt
6244 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6245 comment
6246 * TODO: updated
6247
6248Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * parser.c parserInternals.c: applied Bjorn Reese optimization
6251 patch
6252
6253Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6254
6255 * Makefile.am: applied patch fro make check from Martin Vidner
6256
6257Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6258
6259 * configure.in: preparing 2.2.11
6260 * doc/html/*: rebuild the HTML files
6261 * doc/xml.html : updated
6262
6263Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6264
6265 * tree.c: fixed a stupid bug
6266 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6267 patches related to validation of an XInclude processing result
6268 * TODO: updated
6269
6270Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6271
6272 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6273 on large files
6274
6275Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6278
6279Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6280
6281 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6282 reported by Jonas Borgström
6283 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6284
6285Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * testXPath.c xpath.c: fixing the XPath union expressions problem
6288 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6289
6290Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6291
6292 * xmllint.c: Made is so if the file name is "-" is will read form
6293 standard input. Sven Heinicke <sven@zen.org>
6294 * tree.c: fixed a problem when growing buffer
6295 * tree.h: fixed the comment of the node types following andersca
6296 comment
6297 * TODO: updated
6298
6299Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6300
6301 * HTMLparser.[ch]: added a way to avoid adding automatically
6302 omitted tags. htmlHandleOmittedElem() allows to change the
6303 default handling.
6304 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6305 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6306 of xmllint too when using --memory flag, added a memory test
6307 suite at the Makefile level.
6308 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6309 with namespace use when encountering QNames in XPath evalation,
6310 added xmlns() scheme in XPointer.
6311 * nanoftp.c : incorporated a fix
6312 * parser.c xmlIO.c: fixed problems raised with encoding when using
6313 the memory I/O
6314 * parserInternals.c: closed bug 25934 reported by
6315 torsten.landschoff@innominate.de
6316 * TODO: updated
6317
6318Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6319
6320 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6321 on a non-updated tree :-(, made a 2.2.10 release to correct the
6322 situation
6323
6324Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6325
6326 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6327 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6328 integrated a set of OpenVMS changes from Howard Taylor
6329 <Howard.Taylor@pacoast.com>
6330
6331Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6332
6333 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6334 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6335
6336Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6337
6338 * HTMLparser.c: some fixes on auto-open of html/head/body
6339 * encoding.c: fixed a compilation error on some gcc env
6340 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6341 XPointer implementation
6342 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6343 related XPointer tests and associated results
6344
6345Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6346
6347 * doc/xmldtd.html doc/xml.html: following a short step by step
6348 guidance on IRC to help maciej with DTDs I started a small
6349 page on the subject.
6350
6351Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6352
6353 * HTMLparser.c: fixed handling of broken charrefs
6354 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6355 patches
6356
6357Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6358
6359 * doc/xml.html doc/html/* : rebuilt the docs after adding
6360 xinclude and updated page for 2.2.7 and 2.2.8
6361 * configure.in: releasing 2.2.8
6362
6363Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6364
6365 * parser.[ch] parserInternals.c: applied the conditional
6366 section processing fix from Jonathan P Springer
6367 <jonathan.springer2@gte.net>
6368 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6369 project file, fixed iconv default non support
6370 * xpath.c: fixed the problem of evaluating relative expressions
6371 when a node context is provided.
6372
6373Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6374
6375 * nanoftp.c: fixed gcc 2.95 new warnings
6376 * SAX.c: fixed a stupid bug
6377 * tree.c: fixed a formatting problem when round-tripping
6378 from/to memory
6379 * xinclude.c: chased memleak, fixed a base problem
6380 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6381 xmlXPtrBuildNodeList()
6382 * TODO: updated
6383 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6384 adding a first small set of regression tests for XInclude
6385
6386Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6387
6388 * nanohttp.[ch]: applied Wayne Davison patches to access
6389 the WWW-Authorization header.
6390 * parser.c: Closed Bug#30847: Problems when switching encoding
6391 in short files by applying Simon Berg's patch.
6392 * valid.c: fixed a validation problem
6393 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6394 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6395 Wayne Davison
6396 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6397 need to be extended to non full nodes selections.
6398 * xinclude.c: starts to work decently
6399
6400Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6401
6402 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6403 debugXML.c xmlversion.h.in: Started adding XInclude support,
6404 this is a new xmllint option
6405 * tree.c xpath.c: applied TOM patches for XPath
6406 * xpointer.c: fixed a couple of errors.
6407 * uri.c: added an escaping function needed for xinclude
6408 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6409 new warning from RH70 gcc's version
6410
6411Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6412
6413 * HTMLparser.c: fixed loop on invalid char in scripts
6414 * parser.c: update to description of xmlIOParseDTD()
6415 * libxml.m4 xmlversion.h.in: changes contributed by
6416 Michael Schmeing <m.schmeing@internet-factory.de>
6417 * configure.in: preparing for 2.2.7
6418 * Makefile.am: trying to avoid config.h and acconfig.h
6419 being included in the distrib
6420 * configure.in: released 2.2.7
6421
6422Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6423
6424 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6425 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6426
6427Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6428
6429 * parser.[ch]: added xmlIOParseDTD()
6430 * xpointer.c: added support for the 2 extra parameters of
6431 string-range, fixed a stoopid error when '0' was present
6432 in XPointer expressions
6433 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6434 testsuite for the above
6435
6436Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6437
6438 * libxml.spec.in: improved package descriptions
6439
6440Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6441
6442 * xpath.c xpathInternals.h: applied a large cleaning patch
6443 from TOM <ptittom@free.fr>, it also add namespace support
6444 for function and variables registration.
6445
6446Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6447
6448 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6449 * Makefile.mingw: Wayne Davison's update adding hash.c
6450
6451Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6452
6453 * xpath.c: fixed the root evaluation problems
6454 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6455 ignorable spaces with <b> <bold> <em>
6456 * tree.c: fixed a loop in xmlSearchNsByHref()
6457
6458Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6459
6460 * xpath.c: applied another XPath patch from TOM
6461 * xpath.c include/makefile.am: applied another patch from
6462 china@thewrittenword.com (cleanup on IRIX).
6463
6464Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6465
6466 * xml-config.1: received a fixed version from Fredrik Hallenberg
6467 <hallon@lysator.liu.se>
6468
6469Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6470
6471 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6472 cleanup patch for XPath
6473
6474Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6475
6476 * patched to redirrect all "out of context" error messages to
6477 a reconfigurable routine. The changes are:
6478 * xmlerror.h : added the export of an error context type (void *)
6479 an error handler type xmlGenericErrorFunc there is an interface
6480 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6481 to reset the error handling routine and its argument
6482 (by default it's equivalent to respectively fprintf and stderr.
6483 * all the c files: all wild accesses to stderr or stdout within
6484 the library have been replaced to calls to the handler.
6485
6486Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6487
6488 * configure.in: release 2.2.6
6489 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6490 exporting the inner functions of xpath for extension modules
6491 * doc/*: updated and rebuilt the doc
6492
6493Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6494
6495 * nanohttp.c : applied Wayne HTTP cleanup patch
6496 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6497 and xmlNodeSetSpacePreserve()
6498
6499Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6500
6501 * xpath.c: closing bug #29260
6502
6503Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6504
6505 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6506 multikey tuples, made hash structure opaque
6507 * valid.[ch]: moved elements, attributes, notations decalarations
6508 as well as ID and refs to hash tables.
6509 * entities.c: hash cleanup
6510 * xmlmemory.c: fixed a dump problem in debug mode
6511 * include/Makefile.am: problem passing in DESTDIR= values patch
6512 from Marc Christensen <marc@calderasystems.com>
6513 * nanohttp.c: removed debugging remains
6514 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6515 * HTMLparser.c parser.c: fixing a number of problems with the
6516 macros in the *parser.c files (Wayne).
6517 * HTMLparser.c: close the previous option when opening a new one
6518 (Marc Sanfacon).
6519 * result/HTML/*: updated the HTML results accordingly
6520
6521Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6522
6523 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6524 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6525 XPath functions and XML entities table to them. More to come...
6526 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6527
6528Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6529
6530 * tree.c: coalesce adjacent text nodes
6531 * valid.c: handling of blank nodes in DTd validation (raised
6532 by problems with a posteriori validation).
6533 * nanohttp.c: changing behaviour on HTTP write stuff.
6534 * HTMLtree.c: forced body and html to be explicitely closed.
6535 * xpath.h: exported more XPath functions.
6536
6537Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6538
6539 * Release of 2.2.5
6540 * xpointer.c: range() range-inside and other helper functions
6541 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6542
6543Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6544
6545 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6546 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6547
6548Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6549
6550 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6551 and XPointer modules
6552
6553Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * SAX.h: closed #25107
6556
6557Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6558
6559 * testSAX.c: fixed problem with cdata reporting
6560 * SAXresult/* : updated
6561
6562Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6563
6564 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6565 Closed bug #27499, added to regression tests
6566 * TODO: updated
6567
6568Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6569
6570 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6571 support for SCRIPT and STYLE with help from Bjorn Reese
6572 * test/HTML/* result/HTML/*: added simple testcase and updated
6573 the existing ones.
6574
6575Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6576
6577 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6578 string-range for empty strings
6579 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6580 test/XPath/xptr/strrange: augmented the XPointer testsuite
6581
6582Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6583
6584 * doc/xml.html doc/xmlmem.html: added a module describing memory
6585 interfaces and use, updated the main page.
6586
6587Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6588
6589 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6590 nanoftp code work on Windows too now
6591
6592Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6593
6594 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6595 * xpointer.c: implemented string-range() at least a good first version
6596 * test/XPath/docs/str test/XPath/xptr/strrange
6597 result/XPath/xptr/strrange: the string-range() tests
6598
6599Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6600
6601 * Makefile.am include/Makefile.am include/win32config.h
6602 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6603 and make distcheck
6604
6605Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6606
6607 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6608 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6609 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6610
6611Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6612
6613 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6614 patch for socklen_t detection by
6615 Albert Chin-A-Young <china@thewrittenword.com>
6616
6617Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6618
6619 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6620 and added a --dtdvalid option to xmllint used to test it
6621
6622Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6623
6624 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6625 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6626
6627Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6628
6629 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6630 handlings (registration, lookup, cleanup)
6631
6632Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6633
6634 * configure.in Makefile.am include/makefile.am: adding XPointer
6635 and XPtrtests target
6636 * xpointer.[ch] : new files for XPointer support
6637 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6638 more XPath tests
6639
6640Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6641
6642 * configure.in: fixed, very broken, make distcheck works again
6643
6644Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6645
6646 * More work toward 2.2.5, integrated a number of patches
6647 * configure.in Makefile.am win32config.h.in: trying to cleanup
6648 make distcheck .... huh ...
6649 * include/Makefile.am include/win32config.h: new directory
6650 for includes
6651 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6652 updated teh makefiles and instructions for WIN32
6653 * xpath.c: small fixes
6654 * test/XPath/ results/XPath: updated the testcases and results
6655 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6656 suggested patches
6657 * valid.c: fixed an ID bug
6658
6659Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6660
6661 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006662 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006663 * xpath.[ch]: worked on XPointer
6664
6665Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6666
6667 * configure.in Makefile.am: 2.2.5, ship the include in an
6668 include/libxml subdirectory, use symlinks when using CVS
6669 * testSAX.c: fixed small bug
6670 * testXPath.c: changed the way testfiles are parsed
6671 * debugXML.c: same kind of cleanup when parsing an argument expression
6672 XPath/XPointers can have blanks embedded
6673 * xpath.[ch]: more cleanup, reorgs for XPointer work
6674 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6675 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6676
6677Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6680 in the XPath engine, rewrote large parts of it, now it's far
6681 cleaner and in sync with the REC not an old WD. Fixed a parsing
6682 problem in the interactive XML shell found when testing XPath.
6683
6684Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6685
6686 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6687 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6688 examples with the extra test
6689
6690Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6691
6692 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6693 the global init function.
6694
6695Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6696
6697 * HTMLparser.c: Doohhh, attribute name parsing was still case
6698 sensitive ! Fixed this ...
6699 * result/HTML/* : updated the tests results accordingly
6700
6701Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6704 engine, should be far more stable, incorporated a new version of
6705 preceding/following axis, need testing
6706 * uri.c: fixed file:///c:/a/b/c problem
6707 * test/XPath/tests/idsimple: augmented the XPath tests
6708
6709Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6710
6711 * doc/* rebuilding docs for 2.2.4 release
6712
6713Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6714
6715 * configure.in: releasing 2.2.4
6716 * parser.[ch]: added xmlStrEqual()
6717 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6718 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6719 use xmlStrEqual instead
6720 * TODO: updated
6721 * added an XPath test
6722
6723Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6724
6725 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6726 * entities.h: exported xmlInitializePredefinedEntities
6727 * parser.[ch] : added xmlInitParser()
6728 * parserInternals.h : had to export htmlInitAutoClose()
6729
6730Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6731
6732 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6733 problems
6734 * Makefile.am : added XPath regression tests to normal tests
6735 * uri.c: fixed a problem with local paths, cleanup
6736 * parser.c: fixed a problem with large CData sections
6737
6738Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6739
6740 * configure.in xml-config.in: patch from "Ben Taylor"
6741 <sol7x86@hotmail.com> for solaris shared libs lookup
6742
67432000-09-30 Martin Baulig <baulig@suse.de>
6744
6745 * libxml-2.0.pc.in: Provide pkg-config script.
6746
6747 * configure.in: Create the libxml-2.0.pc script from the
6748 libxml-2.0.pc.in templates.
6749 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6750 script in `$(libdir)/pkgconfig'.
6751
6752Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6753
6754 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6755 when compiling with MSC
6756
6757Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6758
6759 * xpath.c: patch for normalize-string() substring-before(),
6760 substring-after() and translate() functions from Bjorn Reese
6761 <breese@mail1.stofanet.dk>
6762 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6763 Fredrik Hallenberg <hallon@lysator.liu.se>
6764 * TODO: updated
6765
6766Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6767
6768 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6769 problem of socklen_t being undefined on a number of platforms
6770 * debugXML.c: fixed a compilation problem when without snprintf
6771
6772Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6773
6774 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6775 an URI bug and a fix for the control-character-induced infinite loop
6776 * nanohttp.c: preventive fix for compiling on WIN32
6777
6778Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6779
6780 * xmlint.c: closing bug #25000
6781
6782Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6783
6784 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6785 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6786 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6787 related function, fixing xmlStrncmp(), and associated cleanup
6788 * result/HTML/entities.html.sax: updating result
6789
6790Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6791
6792 * uri.c: applied patch for URI escaping from Wayne Davison
6793 <wayned@blorf.net>
6794 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6795 from Denis Barbier <barbier@imacs.polytechnique.fr>
6796 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6797 patch from Wayne Davison
6798
6799Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6800
6801 * doc/xml.html : updated with new releases, adding "how to help"
6802
6803Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6804
6805 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6806 removed a few warnings in pedantic mode ...
6807 * parserInternals.c parser.c: moved encoding switching function
6808 to parserInternals.c
6809 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6810
6811Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6814 error or warning handlers
6815
6816Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6817
6818 * parserInternals.c parserInternals.h parser.c Makefile.am:
6819 created a new module parserInternals.c, moved most of the
6820 code shared by the various parsers there, as well as
6821 deprecated code from parser.c. More cleanup of parser.c
6822 * uri.c: fixed a problem when URI is NULL
6823 * valid.c: speedup when looking for an attribute declaration
6824
6825Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6826
6827 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6828 the cleanup of the computation of URI references when seeking
6829 external entities. The URI reference string and the resulting
6830 URI are both stored now.
6831 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6832 large s(n)printf checks and cleanup from Denis Barbier
6833 <barbier@imacs.polytechnique.fr>
6834 * xmlversion.h.in tree.h: couple of SGML declarations for a
6835 possible docbook module.
6836 * result/VC/ : a couple of test output changed due to the change
6837 of the entities URI
6838
6839Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6840
6841 * parser.h: added a _private field for linking user's data
6842
6843Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6844
6845 * parser.c parserInternals.h: demacroified most of the IS_XXX
6846 the gain in size is significant so ...
6847
6848Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6849
6850 * entities.c: cases where looking up entities with doc==NULL
6851 covered
6852
6853Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6854
6855 * uri.c: applied Wayne Davison patch
6856 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6857
6858Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6859
6860 * uri.c testUri.c: applied Wayne Davison patches
6861 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6862 * Makefile.in: added URItest and included thenin "make tests"
6863
6864Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6865
6866 * xmlversion.h.in: closed bug 22941
6867
6868Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6869
6870 * doc/xmlio.html: added doc and example for entity loader
6871 redefinition.
6872
6873Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6874
6875 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6876 used by libxml
6877
6878Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6879
6880 * parser.c: Fixed bug on invalid ontent characters and when using
6881 push.
6882 * xmllint.c: fixed xmllint endling of errors in push mode
6883
6884Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6885
6886 * HTMLparser.c testHTML.c: applied two new patches from
6887 Wayne Davison <wayned@users.sourceforge.net>
6888 * result/HTML/*.sax: regenerated HTML SAX output
6889 * parser.c: more cleanup.
6890
6891Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6892
6893 * HTMLparser.[ch] testHTML.c: applied the second set of
6894 patches from Wayne Davison <wayned@users.sourceforge.net>,
6895 adding htmlEncodeEntities()
6896 * HTMLparser.c: fixed an ignorable white space detection bug
6897 occuring when parsing with SAX only
6898 * result/HTML/*.sax: updated since the output is now HTML
6899 encoded...
6900
6901Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6902
6903 * HTMLparser.[ch]: applied some of Wayne Davison
6904 <wayned@users.sourceforge.net> patches
6905
6906Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6907
6908 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6909 undeclared namespace prefix was used, added a warning.
6910 Cleaned up support w.r.t. entities, spilling out a warning
6911 and being pedantic on lookups.
6912 * test/warning/ent9 : added testcase for previous example.
6913 * TODO: updated
6914 * parserInternals.h parser.c: changed the way names are parsed
6915 now allow infinite size and decrease penalty for normal use
6916 * parser.c: Started a big cleanup/check of the parser code,
6917 fixed some of the most tortuous entity code, spotted code
6918 unused anymore
6919 * test/*: added tests for very long names and related nasty
6920 things.
6921
6922Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6923
6924 * doc/encoding.html: added encoding aliases doc
6925 * doc/xml.html: updates
6926 * encoding.[ch]: added EncodingAliases functions
6927 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6928 bottleneck affecting large DTDs like Docbook
6929 * parser.[ch] xmllint.c: added a pedantic option, will be
6930 useful
6931 * SAX.c: redefinition of entities is reported in pedantic mode
6932 * testHTML.c: uninitialized warning from gcc
6933 * uri.c: fixed a couple of bugs
6934 * TODO: added issue raised by Michael
6935
6936Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * doc/encoding.html: propagated Martin Duerst suggestions
6939
6940Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6941
6942 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6943 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6944 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6945 by Wayne Davison
6946
6947Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6948
6949 * nanoftp.c nanohttp.c: small cleanup
6950 * TODO: updated
6951
6952Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6953
6954 * added an old VC testcase and updated title.xml entity
6955
6956Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6957
6958 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
6959 done on auto-opening of <p> tags and cleanup of SAX output
6960
6961Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6962
6963 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
6964
6965Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6966
6967 * doc/xml.html libxml.* structure.*: updated the doc a bit
6968
6969Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6970
6971 * testSAX.c testHTML.c result/HTML/: cleanup of the output
6972 of SAX tests
6973
6974Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6975
6976 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6977 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
6978
6979Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6980
6981 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
6982 * testHTML.c: fix core dump on Solaris 2.x systems
6983 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
6984 * result/HTML/*.sax: previous bug fix lead to new results
6985
6986Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6987
6988 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6989 * configure.in: added --with-readline=DIR to accept alternate
6990 path for readline include/library
6991 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
6992 for ANSI under HP-UX
6993 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
6994 includes @LIBS@
6995
6996Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6997
6998 * doc/* : rebuilt the docs
6999 * getting ready for 2.2.2 release
7000
7001Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7002
7003 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7004 and xmlAddFeature()
7005 * tree.[ch]: added xmlAddChildList()
7006 * xmllint.c: MAP_FAILED macro test
7007 * parser.h: added xmlParseCtxtExternalEntity()
7008 * valid.c: applied bug fixes removed warning
7009 * tree.c: added CDATA block to elements content
7010 * testSAX.c: cleanup of output
7011 * testHTML.c: added SAX testing
7012 * encoding.c: better error recovery
7013 * SAX.c, parser.c: fixed one of the external entity processing
7014 of the OASis testsuite
7015 * Makefile.am: added HTML SAX regression tests
7016 * configure.in: bumped to 2.2.2
7017 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7018 SAX results
7019
7020Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7021
7022 * configure.in: patch for HP compiler
7023
70242000-08-04 Sven Heinicke <sven@zen.org>
7025
7026 * xmllint.c: Was coredumping sometimes when the file given didn't
7027 exist.
7028
7029Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7030
7031 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7032
7033 when using in memory parsing. Need some cleanup.
7034 * xmllint.c configure.in: added a --memory flag to test memory
7035 parsing
7036
7037Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7038
7039 * nanohttp.c: fixed socklen_t replacement to unsigned int
7040 * parser.c: fixed a space handdling missing at the end of
7041 production 28 DOCTYPE.
7042 * xmlmemory.c: fixed a stupid bug on the routine to override
7043 allocation functions
7044 * TODO: updated
7045
7046Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7047
7048 * doc/ regenerated the docs
7049
7050Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7051
7052 * doc/encoding.html doc/xml.html: added I18N doc
7053 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7054 improvements, both parser and filters, added ASCII & HTML,
7055 fixed the ISO-Latin-1 one
7056 * xmllint.c testHTML.c: added/made visible --encode
7057 * debugXML.c : cleanup
7058 * most .c files: applied patches due to warning on Windows and
7059 when using Sun Pro cc compiler
7060 * xpath.c : cleanup memleaks
7061 * nanoftp.c : added a TESTING preprocessor flag for standalong
7062 compile so that people can report bugs more easilly
7063 * nanohttp.c : ditched socklen_t which was a portability mess
7064 and replaced it with unsigned int.
7065 * tree.[ch]: added xmlHasProp()
7066 * TODO: updated
7067 * test/ : added more test for entities, NS, encoding, HTML, wap
7068 * configure.in: preparing for 2.2.0 release
7069
7070Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7071
7072 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007073 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007074
7075Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7076
7077 * doc/xml.html: changed the xmlsoft.org structure, updated the
7078 examples w.r.t. root and childs
7079
7080Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7081
Daniel Veillard784b9352003-02-16 15:50:27 +00007082 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007083
7084Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7085
7086 * HTMLparser.c: Work on character encoding support for the HTML parser
7087 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7088 * encoding.c: Fixed a potential memleak in the encoding stuff
7089
7090Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7091
7092 * doc/FAQ.html doc/Makefile.am : added a FAQ
7093
7094Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7095
7096 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7097 of the HTML parser to force it to not bypass SAX
7098
7099Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7100
7101 * win32config.h.in: updated
7102 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7103 lacks iconv support :-( need to release 2.1.1
7104 * configure.in: release 2.1.1
7105 * HTMLparser: fixed bug #14784
7106 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7107 by Windows compiler
7108 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7109 the SAX startDocument() callback.
7110 * TODO: updated
7111
7112Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7113
7114 * added xmlStopParser()
7115
7116Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7117
7118 * configure.in: 2.1.0 prerelease
7119 * Large resync between W3C and Gnome tree
7120 * nanoftp, nanohttp.c: fixed stalled connections probs
7121 * HTMLtree.c SAX.c : support for attribute without values in
7122 HTML for andersca
7123 * valid.c: Fixed most validation + namespace problems
7124 * HTMLparser.c: start document callback for andersca
7125 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7126 * parser.h, SAX.c: serious speed improvement for large
7127 CDATA blocks
7128 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7129 different encoding
7130 * example/Makefile.am example/gjobread.c tree.h: work on
7131 libxml1 libxml2 convergence.
7132 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7133 and the LIBXML_TEST_VERSION macro
7134
7135Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7136
7137 * doc/xml.html: various patches and improvements typo fixed by
7138 Felix Natter
7139 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7140 from Felix Natter <fnatter@gmx.net>
7141
7142Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7143
7144 * doc/upgrade.html: updated with instructions for support of both
7145 libxml-1.x and libxml-2.x
7146 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7147 for 2.x support and also fixed includes
7148
7149
7150Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7151
7152 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7153 the encoding support, added iconv support, so now libxml if
7154 compiled with iconv automatically support japanese encodings
7155 among others. Work based on initial patch from Yuan-Chen Cheng
7156 I may have broken binary compat in the encoding handler
7157 registration scheme, but that was so utterly broken I don't
7158 expect anybody to have used this feature until now.
7159 * parserInternals.h: fixup on the CHAR range macro
7160 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7161 code.
7162 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7163 * uri.c: added xmlParseURI() I can't believe I forgot to
7164 implement this one in 2.0 !!!
7165 * SAX.c: moved doc->encoding update in the endDocument() call.
7166 * TODO: updated.
7167
7168Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7169
7170 * tree.h: removed extraneous xmlRemoveProp definition
7171 * TODO: added item about --disable-corba configure switch
7172 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7173 * nanoftp.c: fixed include problems giving troubles on AIX and
7174 slowlaris
7175 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7176 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7177 comment and headers changes to lower gtk-doc number of warnings
7178 * doc/html/*: rebuilt docs
7179
7180Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7181
7182 * HACKING: documented the tag for 1.x and instructions
7183
7184Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7185
7186 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7187 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7188 xmlCreateIOParserCtxt
7189 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7190 significant overall improvement
7191 * xmllint.c: added I/O test to xmllint
7192 * testSAX.c: added a speed test
7193 * doc/* : updated/regenerated
7194
7195Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7196
7197 * xpath.c uri.h parserInternals.h: cosmetic changes from
7198 "Timur I. Bakeyev" <timur@bat.ru>, including making
7199 xmlCreateURI() public
7200
7201Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7202
7203 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7204 and the code at the same time. Added a clean mechanism for
7205 overload or added input methods: xmlRegisterInputCallbacks()
7206 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7207 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7208 * TODO: updated
7209 * doc/* : updated/regenerated
7210 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7211 source dir
7212
7213Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7214
7215 * testURI.c: yet another forgotten commit, I should get some sleep !
7216
7217Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7218
7219 * xmllint.c: forgot to commit this too ?
7220
7221Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7222
7223 * xmlversion.h.in : forgot to commit this previously
7224
7225Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7226
7227 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7228 * README TODO: updated for release
7229 * uri.c uri.h: added authority parsing/saving
7230 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7231 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7232 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7233 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7234 Makefile.am : added compile-time customization of libxml
7235 --with-ftp --with-http --with-html --with-xpath --with-debug
7236 --with-mem-debug
7237 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7238 #include <libxml/xxx.h> I hope it won't break too much stuff
7239 and will be manageable in the future...
7240 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7241 and added xmllint to the installed programs
7242 * uri.h: added xmlFreeURI()
7243
7244Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * uri.c uri.h: finished the escaping handling, the base support
7247 and the URI path normalization. Looks good just lacks the
7248 authority content parsing code.
7249 * Makefile.am: added instructions to generate testURI
7250 * TODO: updated
7251 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7252 added links and icons for W3C and Gnome
7253
7254Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7255
7256 * xmlmemory.[ch] : seems I forgot to actually update the files in
7257 the last commit :-)
7258 * doc/xml.html doc/html/* : updated and uploaded the docs
7259
7260Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7261
7262 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7263 * TODO: updated
7264 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7265 libxml default allocation function with another set (like gmalloc/
7266 gfree).
7267 * Makefile.am, uri.c, uri.h: added a set of functions to do
7268 exact (litteraly copied from the RFC 2396 productions) parsing
7269 and handling of URI. Will be needed for XLink, one XML WFC,
7270 XML Base and reused in the nano[ftp/http] modules. Still work
7271 to be done.
7272
7273Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7274
7275 * configure.in, libxml.spec.in : libxml2
7276 * doc/* : updated the doc page, rebuilt the docs
7277
7278Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7279
7280 * all: tagged LIB_XML_1_X
7281 * *.c *.h : updated from W3C CVS tree
7282 * configure.in : 2.0.0-beta
7283 * libxml.spec.in : libxml2 package nam
7284 * result/* : new version of the tests output
7285
7286Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7287
7288 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7289
7290Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7291
7292 * doc/* : rebuilt the docs
7293 * parser.c: final patch on #6766
7294 * valid.c: small patch on validity checks.
7295
7296Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7297
7298 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7299 added
7300 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7301 compatibility w.r.t. XML spec and existing code.
7302
7303Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7304
7305 * parser.c: seems a better solution to <a> </a> exists,
7306 will try it for a while
7307
7308Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7309
7310 * parser.c: tried to remove the <a> </a> generating <a/>
7311 this is hard. Left a flag for that purpose. Fixed bug #6766
7312 * configure.in: prepared 1.8.7 not released, due to previous
7313 problem
7314
7315Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
7317 * doc/xml.html : applied second patch from Paul DuBois
7318
7319Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * doc/xml.html : applied patch from Paul DuBois
7322
7323Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7324
7325 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7326
7327Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7330 compilation warnings on various platforms.
7331 * parser.c: Fixed #5281 validity error callbacks are now desactived
7332 by default if not validating.
7333
7334Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7335
7336 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7337
7338Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7339
7340 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7341 <gkatsi@cs.toronto.edu>
7342
7343Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7344
7345 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7346 processing URLs
7347
7348Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7349
7350 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7351 xmlNanoFTPUpdateURL for persistent control connections.
7352 * configure.in: 1.8.6
7353
7354Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7355
7356 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7357 * tree.[ch] : added xmlSaveNoEmptyTags
7358
73592000-01-29 James Henstridge <james@daa.com.au>
7360
7361 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7362
7363 * Makefile.am: added nanoftp.[ch] to the build.
7364
7365Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * nanoftp.[ch]: cleanup, comments, API
7368 * debugXML.c : fixed a bug in the cat command
7369 * doc/*: regenerated the docs
7370
7371Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7372
7373 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7374 * debugXML.c : fixed a bug in the cat command
7375 * valid.c: fixing some small probs
7376 * libxml.spec.in: get rid of the SNAP suffix
7377 * doc/xml.html: updated the status
7378
7379Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7380
7381 * xml-config.in: xml-config --version to just return the
7382 version number
7383 * xpath.c: some cleanup w.r.t. axis when the current node is
7384 an attribute.
7385 * TODO: updated
7386
7387Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7388
7389 * configure.in: prepared for libxml-1.8.5
7390 * doc/* recompiled the documentation
7391
73922000-01-17 Jody Goldberg <jgoldberg@home.com>
7393
7394 * configure.in : WARNING autoconf subtlety alert :
7395 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7396 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7397 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7398 get defined by AC_CHECK_HEADERS.
7399
7400Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7401
7402 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7403 Rune.Djurhuus@fast.no
7404
7405Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7406
7407 * TODO: updated
7408 * tree.c, parser.c: made sure that only memory alloc problems
7409 and internal parser errors are allowed to write to stdout or
7410 stderr.
7411
7412Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7413
7414 * tree.c : restored xmlNewGlobalNs since this seems used by
7415 a lot of existing code :-(, fixed a bug in xmlNewNs
7416 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7417 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7418 to exit() from the library code.
7419 * xpath.c, parser.c: removed bugs or unused code detected by
7420 Windows compilers
7421 * parser.c: started adding interfaces for parsing well balanced
7422 XML fragments
7423 * configure.in: releasing 1.8.4
7424 * doc/* : rebuilt the docs
7425
7426Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7427
7428 * tree.[ch] : added xmlNewDocFragment() for DOM
7429 * testHTML.c: uninitialized variable.
7430
7431Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7432
7433 * doc/* : rebuild the docs
7434
7435Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7436
7437 * acconfig.h: readline and history patch
7438 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7439 * tree.c: added check and handling when possibly removing an ID
7440 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7441 and saving.
7442 * test/HTML/entities.html result/HTML/entities.html* : test for
7443 various entities reference cases
7444 * result/HTML/* : as a result output of some testcase have
7445 changed
7446 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7447 by previous example. added xmlParseTryOrFinish().
7448 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7449 entities.h debugXML.h HTMLparser.h: changed the way struct are
7450 declared to allow gtk-doc to expose those
7451 * parser.c: closed bug #4960
7452 * Makefile.am configure.in: Applied patch from
7453 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7454 and math/socket libs detection
7455
7456Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7457
7458 * configure.in, Makefile.am: link tester against readline
7459 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7460
7461Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7462
7463 * tree.[ch]: added xmlRemoveProp
7464 * win32config.h.in nanohttp.c: avoid including the Windows
7465 socket stuff in every C files
7466 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7467 the XmL parser(s)
7468 * test/ns4 result/ns4 etc...: added test case for previous prob
7469 * tree.c: xmlNewNs wasn't checking for double definition
7470 * Makefile.in: fixed a problem with dist-hook duplicates
7471 * parser.[hc], xmlIO.c: fixed the loading of external entities
7472 APIs, now xmlLoadExternalEntity() is used everywhere and
7473 setting up an app specific front-end using the
7474 * SAX.c parser.c: some fixes, now the xhtml spec validates
7475 with the xhtml DTD.
7476 * error.c: fixed crashes in case of no input stream
7477 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7478 to the validation tests and results
7479
7480Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7481
7482 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7483 too htmlCreatePushParserCtxt() and htmlParseChunk()
7484 * parser.c: a bit of cleanup.
7485 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7486 to XML) removed the last mem leak known
7487 * HTMLtree.c: output message cleanup
7488 * xmlmemory.c: display content info about memory blocks
7489 * result/HTML/wired.* : missing att value warning change
7490
7491Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7492
7493 * doc/* : rebuilt the documentation
7494
7495Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7496
7497 * parser.[ch] parserInternals.h: Push parser for XML,
7498 seems to work fine now
7499 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7500 --push for push testing
7501 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7502 * testSAX.c: added --push
7503 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7504 subtree
7505 * xmlIO.[ch] : enriched API + fixes for push mode
7506 * entities.[ch]: added the entity content length to the struct.
7507 * xmlmemory.[ch]: new API to show the last entries for the shell
7508 * valid.c: added required attribute testing
7509 * SAX.c: the cdata callback now merge contiguous fragments
7510 * HTMLparser.c: cleanup of some macros
7511
7512Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7513
7514 * parser.c: fix for PIs name starting with xml
7515 * tree.c: fixed a potential problem with || and && ops
7516 * *.c, configure.in win32config.h.in : generate win32config.h for
7517 those on the Other Side !
7518
7519Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7520
7521 * parser.c: fixed a stupid = vs. == bug :-(
7522 * doc/gnome-xml.sgml: s/glade/xml/
7523
7524Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7525
7526 * configure.in, doc/xml.html : bug fix release 1.8.2
7527 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7528 Hopefully the end of that silly C++ include problem
7529 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7530 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7531 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7532 troubles with autoclosed elements when the stree shape doesn't
7533 follow the DtD specs. Added htmlIsAutoClosed() and
7534 htmlAutoCloseTag()
7535 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7536 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7537 * debugXML.c: fixed a bug on printing default namespaces.
7538 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7539
7540Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7541
7542 * result/HTML/*.htm[l] : updated the HTML regression tests according
7543 to the new output
7544 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7545 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7546 problem due to intermix of extern "C" { ... } declarations for C++
7547 and recursive includes in the headers
7548
75491999-12-20 Chris Lahey <clahey@umich.edu>
7550
7551 * HTMLtree.c: Made it so that html nodes with a single child do
7552 not insert a carriage return before or after the child node.
7553
7554Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * configure.in, doc/xml.html : bug fix release 1.8.1
7557 * parser.c: fixed bug #4344
7558 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7559 added the glue to avoid C++ problems
7560 * doc/* : regenerated the documentation
7561
7562Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7563
7564 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7565 namespace recognition, and Dia as a resul :-(
7566 * encoding.c: closed bug #3950
7567
7568Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7569
7570 * valid.c: debugging a posteriori validation, except URI expansion
7571 stuff this should be fixed now
7572 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7573 Carl Nygard <cnygard@bellatlantic.net>
7574 * tester.c: added --postvalid, cleaning of the code
7575 * tree.[ch]: added xmlDocGetRootElement()
7576
7577Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7578
7579 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7580 c++ losage.
7581
7582Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7583
7584 * configure.in, doc/xml.html : bumped to 1.8.0
7585 * xlink.[ch], Makefile.am : added framework for link detection
7586 * parser.h: added nbChars to parser context, needed for cleanup.
7587 * xmlmemory.c: removed a nasty bug when out of mem
7588 * valid.[ch]: adding namespace support for attribute decl
7589 * tester.c: added --debugent option
7590 * debugXML.[ch]: added xmlDebugDumpEntities()
7591 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7592 buffers instead, this was really needed, validation was breaking
7593 in strange ways due to that. Added xmlParseStringPEReference()
7594 and other parsing from strings functions. Entities processing
7595 modified again, but PERef are still not handled correcly but
7596 unless you're Eve Maller you won't notice :-)
7597 * HTMLparser.c: large changes toward reliability, and switched to
7598 lowercase internal tags, XHTML is lowercase, so it will help
7599 that output is closer to next version.
7600 * doc/* : regenerated the documentation, it is now hosted at
7601 http://xmlsoft.org/ (same bits I just bought the domain :-)
7602
7603
7604Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7605
7606 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7607 doc generation
7608 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7609 in the SAX API
7610 * doc/*: rebuilt the doc making sure everything appears in the
7611 HTML files
7612
7613Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7614
7615 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7616 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7617 which allow impressive speed improvement on dataset with
7618 large text pieces, but at the cost of broken binary
7619 compatibility and slightly bigger memory usage.
7620 Configure with --with-buffers to activate them, they
7621 are protected with XML_USE_BUFFER_CONTENT define.
7622 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7623 goal is 0 memory left allocated once parser is no more used
7624 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7625 call xmlCleanupParser() and xmlMemoryDump()
7626
7627Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7628
7629 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7630 * parser.[ch] encoding.[ch]: added memory cleanup routines
7631 * parser.c: closing bug #3788
7632 * doc/*: rebuilt the doc
7633
7634Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7635
7636 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7637 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7638 * tester.c: added --compress option
7639 * doc/*: rebuilt the documentation
7640
7641Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7642
7643 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7644 if given /proc/kcore as input !
7645 * doc/xml.html doc/*: updated and rebuilt the documentation
7646
7647Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7648
7649 * parser.c: Fixed some wrongly space collapsing code due to
7650 a misreading of the spec.
7651 * result/*: fixed the output accordingly
7652
7653Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7654
7655 * encoding.c: bug fix and typos
7656 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7657 * parser.c: added attribute normalization closing bug #3597
7658 * test/att* result/att* SAXresult/att*: testcase for attribute
7659 normalization
7660
7661Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * configure.in: closing bug #3163 by adding extra flags for the
7664 cc compiler on HP-UX
7665
7666Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7667
7668 * valid.[ch] : removed a typo and an enumerated type bug in the
7669 xmlAddElementDecl() function
7670 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7671 call to xmlEncodeEntitiesReentrant() so that the functions
7672 New, Set and Get are at the same level.
7673 * parser.c HTMLparser.c: extra memory allocation bug for
7674 attributes detected by someone using libxml in embedded systems :-)
7675
7676Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * xmlmemory.h: turned off mem debug :-\
7679
7680Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7681
7682 * parser.c: closed bug #2784 a one line fix, but worth pushing
7683 a new release out
7684 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7685 some structures, comments before and after the
7686 main element, and other nastyness
7687 * HTMLtree.c tree.c: accomodate the extended HTML supported
7688 * configure.in: pushing 1.7.4
7689 * test/ent8 and related outputs : added a new test for bug #2784
7690 * test/HTML/wired.html and related output: a nasty HTML example
7691 * Makefile.am: improved the test scripts
7692 * docs/* : reran the documentation extractor, updated xml.html
7693
7694Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7695
7696 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7697 HTMLparser and debugged the HTML related code. HTML documents
7698 now have their own type
7699 * entities.c: do not dump &apos; for HTML output
7700 * xmlmemory.c: improvement, breakpoint mechanism
7701 * testHTML.c: added --sax --repeat ...
7702 * Makefile.am: improved the HTML tests
7703 * valid.[ch]: added xmlValidGetValidElements and
7704 xmlValidGetPotentialChildren
7705 * tester.c: added --insert to test the 2 new functions
7706 * test//* result//* SAXresult//* : regression test cleanup
7707 and extension.
7708 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7709 gnome-xml-nanohttp.html
7710
7711Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7712
7713 * HTMLparser.c: fixed problems with some autoclose tags
7714 * tree.c: fixed XML output problems.
7715 * result/* SAXresult/*: update of the tests output
7716
7717Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7718
7719 * Makefile.am: Arturo patch for xmlConf.sh version info
7720 * parser.c: Tim Josling patch for single quoted items
7721 * tester.c: Tim Josling patch for tester options usage
7722 * tree.h: indent cleanup
7723
7724Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7725
7726 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7727 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7728
7729Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * tree.c : Raph patch for initialization of CORBA fields
7732 * parser.c, xpath.c, ...: modification of doc comments
7733 * xpath.c : allow spaces in xpath expressions
7734
7735Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7736
7737 * xmlmemory.h: turning off memory debug :-(
7738
7739Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7740
7741 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7742 better SAX interfaces.
7743 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7744 entity.
7745 * configure.in: 1.7.2
7746
7747Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * libxml.spec.in: fixed the URL
7750 * doc/xml.html: improved the documentation front-end
7751
7752Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7753
7754 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7755
7756Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7757
7758 * libxml.spec.in: fixed the alpha compile problem
7759 * parser.[ch]: changed errno to errNo in the parser context :-(
7760 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7761 * doc/xml.html: changed CHAR to xmlChar
7762 * doc/html/*: recompiled the documentation
7763 * configure.in: 1.7.1
7764
7765Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7766
7767 * parser.h: modified the parser context struct to regain 1.4.0
7768 binary compatibility
7769 * parser.c, xml-error.h: added errno ot teh context and defined
7770 a set of errors values with update of errno
7771 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7772 DTDs and entities
7773 * *.h, *.c: complete cleanup of the use of config.h and include
7774 protection depending on the current setup.
7775 * overalll debugging, maintenance and bug-fixing on all modules
7776 * updated the documentation
7777 * ready for 1.7.0
7778
7779Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7780
7781 * HTMLparser.c : cleanup
7782 * SAX.c valid.c valid.h: added ID/IDREF checking
7783 * tree.c tree.h: extended doc structure for refs
7784 * configure.in: 1.6.2
7785 * parser.c: patched bug in SAX user arg call
7786 * parserInternals.h: patched missing close in C++ wrapping
7787 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7788 especially upcoming XPointer implementation.
7789 * doc/xml.html: augmented, typo
7790
7791Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7792
7793 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7794 not all invocations of install understand -d.
7795
7796Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7797
7798 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7799 to make 'check' works, when builddir != srcdir.
7800
7801Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7802
7803 * doc/xml.html : updated the documentation
7804
7805Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7806
7807 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7808 not deallocated memory blocks
7809 * *.c : replaces all calls to malloc() free() and realloc() to
7810 the wrapper functions/macros
7811 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7812 instead of xmlFreeNodeList()
7813
7814Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7815
7816 * HTMLparser.c: corrected a stupid bug leading to core dump at
7817 tree deallocation. Removed warnings indicated by
7818 Stephane.Conversy@lri.fr
7819 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7820 looked for in the external subset
7821
7822Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7823
7824 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7825 on SGI by Stephane.Conversy@lri.fr
7826
7827Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7828
7829 * all .h : changed the prototype declaration indent as in gtk
7830 * most .c : working on reducing the TODOs in the code
7831 * most .c : cleanup though -pedantic and Insure++
7832 * improvements on validation ID checkings.
7833 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7834 * xml-config.in: closed #1810
7835
7836Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7837
7838 * tree.h, valid.c, valid.h: more work on validity, IDs
7839 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7840 definition for AIX
7841
7842Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7843
7844 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7845 the distribution due to a cut'n paste error at last commit
7846
7847Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7848
7849 * configure.in: upgraded to version 1.4.0
7850 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7851 Big update, added a large part of the validation process,
7852 it should be usable, but some parts are missing
7853 * xpath.c: improved the implementation w.r.t. root.
7854 * Makefile.am: added more tests
7855 * test and result trees: added a lot of tests
7856 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7857
7858Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7859
7860 * Added an HACKING file
7861
7862Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * xpath.[ch] : improvements and debug of the XPath implementation
7865 * parser.c, HTMLparser.c : modified the parsers to be progressive
7866 * tree.[ch] : extended the Buffer promitives
7867 * xmlIO.[ch] : added basic I/O routines providing progressive
7868 parsing and ready for I18N conversion plugins
7869 * SAXresult/* : the SAX callback sequence maybe slightly different
7870 now
7871 * test*.c : improved/updated the tests programs
7872 * doc/* : recompiled the docs.
7873
78741999-07-26 Michael Meeks <michael@edenproject.org>
7875
7876 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7877
7878 * tree.c: Ditto.
7879
7880Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7881
7882 * configure.in: upgraded to version 1.4.0
7883 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7884 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7885 XML query language, see http://www.w3.org/TR/xpath for more details.
7886 * parser.c, parser.h: added CHAR* related string functions for XPath
7887 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7888 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7889 rebuild the docs.
7890 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7891 and regression testing capabilities for XPath.
7892
7893Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7894
7895 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7896 closing bug #1646
7897
7898Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7899
7900 * Makefile.am, example/Makefile.am: closed bug #1683
7901
7902Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7903
7904 * example/Makefile.am, configure.in: added the makefile for the
7905 gjobread example
7906
7907Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
7908
7909 * doc/Makefile.am:
7910 - fix which allow "make install DESTDIR=</install/prefix>".
7911
7912Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7913
7914 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7915 which fixed a problem on the file reading-code.
7916
7917Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7918
7919 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7920 output.
7921 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7922
7923Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7924
7925 * parser.h : Oops removed the binary compatibility problem
7926 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7927 * parser.c, HTMLparser.c: applied patches for reading from stdin
7928
7929Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * parser.c, entities.c, valid.c: cleanup bug #1591
7932 * configure.in: cleanup bug #1592
7933 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7934 the same tree back-end. Hence gdome will be available for it.
7935 * doc/Makefile.am: close bug #617
7936
7937Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * parser.c: alloctate a per parser context SAX interface block
7940
7941Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7942
7943 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7944 and xmlEncodeEntitiesReentrant with the correct one :-\
7945
7946Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * commit of my internal XML base changes, quite a lot of
7949 changes, cleanups, better entities support, framework for
7950 new I/O and charset detection and handling
7951 * Fixed the configure/Makefile stuff to generate shared libs
7952 with the proper version info, so we jumped on rev from
7953 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
7954 xmlEncodeEntities() result need to be freed now, and a string
7955 xmlParserVersion provide the current library version.
7956
7957Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
7958
7959 * parser.c: fixed a buffer overrun for when you have a very long
7960 attribute with no entities in it.
7961
7962Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7963
7964 * added example directory
7965 * added example/gjobs.xml gjobread.c, still need a Makefile.in
7966
7967Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * Release of libxml-1.1, nearly everything has been touched for
7970 this.
7971 * Added more regression tests
7972 * Updated the documentation
7973
7974Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7975
7976 * tree.[ch]: unified the XML_NO_CORBA defines.
7977 * parser.c encoding.[ch]: started plugging in char encoding detection
7978
7979Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
7980
7981 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
7982 Also freed allocated buffer.
7983
7984Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7985 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
7986 reentrancy problem at printing. One is left in entities.c, to
7987 remove ASAP
7988 * testSAX.c : added a test example showing the use of the SAX
7989 interface if one doesn't want to build the DOM tree.
7990 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
7991
7992Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7993
7994 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
7995 large revamping of the parser to use SAX callbacks
7996 http://www.megginson.com/SAX/ (or at least a C like interface
7997 a la Expat). It's now possible to set up your own callbacks
7998 and the parser will not build a DOM tree.
7999 * test/* result/*: updated the test suite, I finally removed
8000 the old Namespace draft support (PI based).
8001
8002Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8003
8004 * Makefile.am: added test result to EXTRA_DIST for make tests
8005
8006Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * parser.c, parserInternals.h: moved the chars macro definitions
8009 to parserInternals.h
8010 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8011 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8012
8013Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8014
8015 * xml-config.in : applied patch to make --version work
8016
80171999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8018
8019 * Makefile.am (check-local): Alias for `tests' target. This will
8020 cause `make check' to do the right thing.
8021 (tests): Don't run tests in srcdir. Also, replaced calls to
8022 basename with a `sed' "equivalent".
8023
8024Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8025
8026 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8027 it in the header and not the sources, updated the doc.
8028 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8029 pointing this out.
8030
8031Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8032
8033 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8034 exported the inputStream routines.
8035 * doc/html/* : updated accordingly
8036
8037Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8038
8039 * parser.c, parser.h, parserInternals.h: added a few extra
8040 internal calls to allocate and free parser contexts ...
8041 * doc/html/* : updated accordingly
8042
8043Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * configure.in, Makefile.am, doc/makefile.am : General changes for
8046 1.0.0 release and including the generated HTML documentation.
8047
8048Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8049
8050 * makefile.am : added parserInternals.h, oops.
8051
8052Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8053
8054 * parserInternals.h: added this header giving access to the parser
8055 internal functions.
8056 * doc/Makefile.am : added a rebuild target which rebuilds the full
8057 set of documentations
8058 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8059 the internal subset.
8060 * *.c *.h: modifications needed to generate the documentation using
8061 gtk-doc, cleanup of functions blocks, reorganisation of struct
8062 declarations.
8063
8064Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8067 the tar and spec file to include the beginning of the doc.
8068
80691999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8070
8071 * doc/.cvsignore: Added this file.
8072
8073Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8074
8075 * tree.c: fixed xmlGetProp to return "" when the attribute
8076 exists, even if the node-list is NULL.
8077
8078Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8079
8080 * tree.c: patched an error outputting empty attribute values.
8081 * Makefile.am and doc/makefile.am: have been updated during the
8082 week-end. Sorry for an empty CVS log, I got a shell problem.
8083
8084Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8085
8086 * tree.h: cleaned up using enums instead of defines
8087 * parser.c, valid.[ch]: more work on parsing/output of element
8088 declarations
8089
8090Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * valid.[ch], tree.c, parser.c : more work toward full parsing
8093 of XML DTDs.
8094 * README: added informations about mailing-list and on-line
8095 documentation
8096
80971999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8098
8099 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8100
8101Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8102
8103 * parser.c, tree.[ch] : more work toward conformance testing,
8104 added a last element to accelerate parsing of very flat structures
8105 started working on internal subset Element content declaration.
8106 * valid.[ch] : first cut at adding code toward validation.
8107 * previous changes had also small impact on most files, especially
8108 the conformance testing using James Clark test suite.
8109
8110Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8111
8112 * test/* : updated the examples, most of them were not well
8113 formed (humm), and added rdf2.
8114 * result/* : resulting changes in the output.
8115
8116Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8117
8118 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8119
8120Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8121
8122 * tree.c: patched a bug in the generation of empty attributes
8123
8124Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8127 for node/trees/documents/... Biggest problem is namespace
8128 support when copying subtrees.
8129
8130Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8131
8132 * parser.c, entities.c: improve entities and char ref encoding,
8133 and cleanups of error messages.
8134
8135Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8136
8137 * parser.c, entities.c: simple bug hunting done during rpm2html and
8138 rpmfind integration.
8139
8140Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8141
8142 * parser.[ch]: Added interfaces allowing to specify a SAX
8143 handler before parsing.
8144
8145Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8146
8147 * parser.c: redirrect all errors reporting through the SAX
8148 error function
8149
8150Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8151
8152 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8153 * libtool, tlmain ...: update of the libtool files
8154
81551998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8156
8157 * entities.c: Use g_snprintf insteda of snprintf.
8158
8159Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8160
8161 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8162 added ent5 test for this purpose.
8163 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8164
8165Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8166
8167 * parser.c: fixed? a strange error due to compression on a GWP
8168 document.
8169
8170Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * tree.[ch]: bug fixing
8173 * entities.[ch]: defined a specific type for predefined entities
8174 * doc/xml.html: more documentation on the library, how to use it,
8175 overview of the interfaces.
8176
8177Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8178
8179 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8180
8181Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8182
8183 * tree.c: corrected a small bug
8184 * doc/xml.html: continuing writing documentation.
8185
8186Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8187
8188 * debugXML.h debugXML.c: added debugging utilities.
8189 * tester.c: added --debug switch.
8190 * tree.c: patched an incorrect node->type assignment.
8191 * parser.c: formatting, ensure that node->doc != NULL in attributes
8192
8193Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8194
8195 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8196 entity support and provide an internal representation close to
8197 DOM one (entity ref nodes, and attribute value as tree). I tried
8198 to preserve the interface but this will surely break some apps
8199 (I have to change rpm2html/rpmfind for example). I had to change
8200 two interfaces, and the generated tree is somewhat different.
8201 * doc/* : started documenting the XML library, the tree and
8202 DOM/Corba. This is a first step.
8203
8204Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8205
8206 * parser.c: Set up the fonctions comment block, boring but useful.
8207 * parser.h, SAX.c, parser.c: now attributes are processed through
8208 the SAX interface. The problem is that my SAX interface diverged
8209 quite a bit from the original one, well this is not an official
8210 spec, and translating it from Java to C is hairy anyway...
8211
8212Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8215 fonctions comment block, boring but useful.
8216
8217Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8218
8219 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8220 conversion routines. However they are not yet used to convert the
8221 inputs. The core will run with UTF-8.
8222
8223Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8224
8225 * tree.c : make sure that the type id is properly set-up when
8226 a new object is allocated, needed for DOM.
8227
8228Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8229
8230 * tree.h, tree.c: Ok, the main objects in the tree will be native
8231 corba objects, it costs 8 bytes per Node, Attribute and Document
8232 but it simplifies the Corba integration a lot (no extra interface
8233 objects to allocate/free).
8234
8235Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8236
8237 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8238 and changed NODEs contants for conformity with DOM Level 1
8239
8240Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8241
8242 * added hooks to keep track of servants when creating objects
8243 xmlDoc and xmlNode (for Corba export).
8244
8245Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8246
8247 * added xml-config script.
8248
8249Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8250
8251 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8252 to autoupdate libtool and automake conf files.
8253
82541998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8255
8256 * Makefile.am: Use '?' to separate the sed
8257 commands as ',' is used when people pass -Wl,something.
8258
8259
8260Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8261
8262 * tree.c, tree.h: added a per-document compression interface.
8263
8264Tue Sep 22 20:47:38 EDT 1998
8265
8266 * tree.c, tree.h: added saving with compression and added interfaces
8267 to control the compression level (xmlGetCompressMode,
8268 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8269
8270Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8271
8272 * parser.c: corrected a loop for files of size 0
8273
82741998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8275
8276 * error.h: New file. Contains prototyes from `error.c'.
8277
8278Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8279
8280 * Makefile.am (xmlincdir): New macro.
8281 (xmlinc_HEADERS): Renamed from include_HEADERS.
8282
8283Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8284
8285 * applied small patch on numeric entities from
8286 Christopher Blizzard <blizzard@appliedtheory.com>
8287
8288Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * New release 0.2, removed the old xml_* files so that it's
8291 coherent with the other CVS base (W3C), far better conformance
8292 to standard, new namespaces, decent entities support, beginning
8293 of a SAX-like interface. Nearly nothing left intact, even the
8294 test examples ...
8295
82961998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8297
8298 * .cvsignore: Add .deps dir
8299
8300Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8301
8302 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8303
8304Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8305
8306 * configure.in: added test for CPP
8307 * AUTHORS, Changelog: the original ones didn't get commited but the
8308 glib ones instead, fixed.
8309 * Makefile.am: corrected an error in library naming
8310
8311Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8312
8313 * integrated code developped at W3C
8314 * changed the original Copyright
8315 * migrated to automake
8316 * prefixed the filenames by xml_ to avoid filename clashes
8317
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008318Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8319
8320 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8321 should not be called.
8322
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008323Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8324
8325 * libxml-2.0.pc.in: applied the patch to fix #101894
8326
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008327Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8328
8329 * tree.c : applied patch from Lukas Schroeder for register callbacks
8330 * valid.c: modified patch from Lukas Schroeder to test
8331 register callbacks with --chkregister
8332
Daniel Veillard067bae52003-01-05 01:27:54 +00008333Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8334
8335 * xmlreader.c: seriously changed the way data are pushed to
8336 the underlying parser, go by block of 512 bytes instead of
8337 tryng to detect tag boundaries at that level. Changed the
8338 way empty element are detected and tagged.
8339 * python/tests/reader.py python/tests/reader2.py
8340 python/tests/reader3.py: small changes mostly due to context
8341 reporting being different and DTD node being reported. Some
8342 errors previously undetected are now caught and fixed.
8343 * doc/xmlreader.html: flagged last section as TODO
8344
Daniel Veillard51a447a2003-01-04 19:42:46 +00008345Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8346
8347 * python/libxml.py: integrated the Python 2.2 optimizations
8348 from Hannu Krosing, while maintaining compatibility with
8349 1.5 and 2.1
8350
Daniel Veillarde59494f2003-01-04 16:35:29 +00008351Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8352
8353 * xmllint.c: a bit of cleanup
8354 * xmlreader.c: small fix
8355 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8356 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8357
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008358Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8359
8360 * python/setup.py.in: patch from Stéphane Bidoul to include
8361 drv_libxml2.py in setup.py
8362
Daniel Veillard66b82892003-01-04 00:44:13 +00008363Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8364
8365 * doc/xmlreader.html: starting documenting the new XmlTextReader
8366 interface.
8367
Daniel Veillard7704fb12003-01-03 16:19:51 +00008368Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8369
8370 * xmllint.c: added the --stream flag to use the TextReader API
8371 * xmlreader.c: small performance tweak
8372
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008373Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8374
8375 * xmlreader.c python/tests/reader2py: okay the DTD validation
8376 code on top of the XMLTextParser API should be solid now.
8377
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008378Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8379
8380 * xmlreader.c python/tests/reader2py: Fixing some more mess
8381 with validation and recursive entities while using the
8382 reader interface, it's getting a bit messy...
8383
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008384Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8385
8386 * xmlreader.c python/tests/reader.py: another couple of problem
8387 related to IsEmptyElement reported by Stéphane Bidoul needed
8388 some fixes.
8389
Daniel Veillard4f860202003-01-02 13:00:02 +00008390Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8391
8392 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8393 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8394 based on the python XmlTextReader interface.
8395
Daniel Veillard3c265e42003-01-01 21:06:49 +00008396Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8397
8398 * tree.c: backing out one change in the last patch which broke the
8399 regression tests
8400
Daniel Veillard5335dc52003-01-01 20:59:38 +00008401Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8402
8403 * global.data globals.c tree.c include/libxml/globals.h: applied
8404 an old patch from Lukas Schroeder to track node creation and
8405 destruction. Probably missing a lot of references at the moment
8406 and not usable reliably.
8407
Daniel Veillard8ba17412003-01-01 19:13:12 +00008408Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8409
8410 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8411 from doc/news.html and a stylesheet
8412
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008413Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * xmlreader.c python/tests/reader.py: fixed another couple of
8416 xmlreader bugs reported by Stéphane Bidoul and added tests.
8417
Daniel Veillard9e395c22003-01-01 14:50:44 +00008418Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8419
8420 * xmlreader.c python/tests/reader2.py: fixed another validity
8421 checking in external parsed entities raised by Stéphane Bidoul
8422 and added a specific regression test.
8423 * python/tests/reader3.py: cleanup
8424
Daniel Veillardd5896142002-12-31 14:45:26 +00008425Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8426
8427 * xmlreader.c python/tests/reader2.py: fixed a problem with
8428 validation within entities pointed by Stéphane Bidoul, augmented
8429 the tests to catch those.
8430
Daniel Veillarddc85f282002-12-31 11:18:37 +00008431Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8432
8433 * python/generator.py: modified the generator to allow keeping
8434 class references when creating new classes, needed to fix a bug
8435 pointed by Stéphane Bidoul where the input buffer of the
8436 xmlTextReader instance gets destroyed if the python wrapper for
8437 the input is not referenced anymore.
8438
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008439Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8440
8441 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8442 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8443
Daniel Veillard571b8892002-12-30 12:37:59 +00008444Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8445
8446 * xmlreader.c python/tests/reader.py: fixed another problem
8447 pointed by Stéphane Bidoul
8448
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008449Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8450
8451 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8452 with "<a/>"
8453
Daniel Veillardecaba492002-12-30 10:55:29 +00008454Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8455
8456 * SAX.c: warn on xmlns:prefix="foo"
8457 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8458 for namespace attributes handling.
8459
Daniel Veillard2d84a892002-12-30 00:01:08 +00008460Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8461
8462 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8463 a really nasty problem raised by a DocBook XSLT transform
8464 provided by Sebastian Bergmann
8465
Daniel Veillard29b3e282002-12-29 11:14:41 +00008466Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8467
8468 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8469 by Stéphane Bidoul and integrated it into the tests
8470
Daniel Veillarde18fc182002-12-28 22:56:33 +00008471Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8472
8473 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8474 extended the XmlTextReader API a bit, addding accessors for
8475 the current doc and node, and an entity substitution mode for
8476 the parser.
8477 * python/libxml.py python/libxml2class.txt: related updates
8478 * python/tests/Makefile.am python/tests/reader.py
8479 python/tests/reader2.py python/tests/reader3.py: updated a bit
8480 the old tests and added a new one to test the entities handling
8481
Daniel Veillardaba976d2002-12-28 21:14:18 +00008482Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8483
8484 * python/generator.py python/libxml2class.txt
8485 python/tests/reader.py python/tests/reader2.py: changed the
8486 generator to provide casing for the XmlTextReader similar to
8487 C# so that examples and documentation are more directly transposable.
8488 Fixed the couple of tests in the suite.
8489
Daniel Veillard83298842002-12-28 15:12:33 +00008490Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8491
8492 * doc/guidelines.html: added a document on guildeline for
8493 publishing and deploying XML
8494
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008495Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8496
8497 * valid.c xmlreader.c: final touch running DTD validation
8498 on the XmlTextReader
8499 * python/tests/Makefile.am python/tests/reader2.py: added a
8500 specific run based on the examples from test/valid/*.xml
8501
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008502Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8503
8504 * python/libxml.py: added a few predefined xmlTextReader parser
8505 configuration values.
8506
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008507Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8508
8509 * python/libxml_wrap.h: trying to fix #102037
8510
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008511Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8512
8513 * SAX.c: fixing bug #95296, when the predefined entities
8514 are redefined in the DTD the default one must be used
8515 instead anyway.
8516
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008517Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8518
8519 * doc/xmllint.xml
8520 * doc/xmllint.1
8521 Add discussion of XML_DEBUG_CATALOG to xmllint man
8522 page - bug #100907
8523
8524
Daniel Veillarddf512f42002-12-23 15:56:21 +00008525Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8526
8527 * xmlreader.c: Fixed the empty node detection to avoid reporting
8528 an inexistant close tag.
8529
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008530Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8531
8532 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8533 for Python 2.1
8534
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008535Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8536
8537 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8538
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008539Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8540
8541 * doc/libxml2-api.xml python/tests/reader.py: one really need
8542 to provide the base URI information when creating a reader parser
8543 from an input stream. Updated the API and the example using it.
8544
Daniel Veillardea7751d2002-12-20 00:16:24 +00008545Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8546
8547 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8548 include/libxml/valid.h include/libxml/xmlreader.h: working on
8549 DTD validation on top of xml reader interfaces. Allows to
8550 validate arbitrary large instances. This required some extensions
8551 to the valid module interface and augmenting the size of xmlID
8552 and xmlRef structs a bit.
8553 * uri.c xmlregexp.c: simple cleanup.
8554
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008555Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8556
8557 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8558 work on the xml reader interfaces.
8559 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8560 Web page for the Windows binaries.
8561
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008562Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8563
8564 * xmlIO.c: applied a patch for VMS following the report by
8565 Nigel Hall
8566
Daniel Veillard3772de32002-12-17 10:31:45 +00008567Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8568
8569 * parser.c: the parseStartTag bug fix wasn't complete.
8570
Daniel Veillard67df8092002-12-16 22:04:11 +00008571Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8572
8573 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8574 parseStartTag, fixing it.
8575 * test/att4 result/att4 result/noent/att4: adding the test
8576 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8577 more methods to XmlTextReader.
8578
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008579Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8580
8581 * win32/libxml2.def.src: added more xml reader exports
8582 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8583 to the build
8584
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008585Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8586
8587 * doc/tutorial/xmltutorial.xml
8588 plus generated html and pdf
8589 Updating tutorial again based on further comments from Niraj
8590 Tolia on the last iteration
8591
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008592Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8593
8594 * doc/tutorial/xmltutorial.xml
8595 * doc/tutorial/includekeyword.c
8596 * doc/tutorial/includegetattribute.c
8597 plus generated html and pdf
8598 Adding fix from Niraj Tolia to tutorial to properly free memory.
8599
8600
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008601Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8602
8603 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8604 more methods of XmlTextReader.
8605 * python/libxml2class.txt python/tests/reader.py: this increased the
8606 methods in the bndings, augmented the test to check those new
8607 functions.
8608
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008609Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8610
8611 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8612 methods of XmlTextReader.
8613 * python/generator.py python/libxml_wrap.h python/types.c
8614 python/libxml2class.txt: added the reader to the Python bindings
8615 * python/tests/Makefile.am python/tests/reader.py: added a specific
8616 test for the Python bindings of the Reader APIs
8617 * parser.c: small cleanup.
8618
Daniel Veillard06503452002-12-13 10:42:08 +00008619Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8620
8621 * xinclude.c: fallback was only copying the first child not the
8622 full child list of the fallback element, closes #89684 as reopened
8623 by Bernd Kuemmerlen
8624
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008625Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8626
8627 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8628
Daniel Veillard000eafb2002-12-12 10:04:22 +00008629Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8630
Daniel Veillardc1eed322002-12-12 11:01:32 +00008631 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008632 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008633 gives enum values, fix functype return type, put back fields in
8634 structs
8635 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008636
Daniel Veillard024b5702002-12-12 00:15:55 +00008637Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8640 about htmlNodeDumpOutput location.
8641 * xpath.c: removed an undefined function signature
8642 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8643 too many symbols in the API breaking the python bindings.
8644 Updated with the libxslt/libexslt changes.
8645
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008646Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8647
8648 * configure.in: preparing release of 2.4.29
8649 * doc/*: rebuilt the docs and API
8650 * xmlreader.c: a few more fixes for the XmlTextReader API
8651
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008652Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8653
8654 * include/win32config.h: applied mingw patch from Magnus Henoch
8655
Daniel Veillard5aad8322002-12-11 15:59:44 +00008656Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8657
8658 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8659
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008660Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8661
8662 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8663 building Python script, does the C parsing directly, generates
8664 a better API description including structure fieds defs and
8665 enums. Still a couple of bugs, but good enough for the python
8666 wrappers now.
8667 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8668 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8669 include/libxml/schemasInternals.h include/libxml/tree.h: more
8670 cleanup based on the python analysis script reports.
8671 * libxml.spec.in: make sure the API XML description is part of the
8672 devel package.
8673
Daniel Veillard01c13b52002-12-10 15:19:08 +00008674Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8675
8676 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8677 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8678 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8679 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8680 code cleanup, especially the function comments.
8681 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8682
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008683Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8684
8685 * Makefile.am xmlreader.c include/libxml/Makefile.am
8686 include/libxml/xmlreader.h: Adding a new set of APIs based on
8687 the C# TextXmlReader API but converted to C. Allow to parse
8688 in constant memory usage, far simpler to program and explain
8689 than the SAX like APIs, unfinished but working.
8690 * testReader.c: test program
8691
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008692Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8693
8694 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8695
Daniel Veillard64b35282002-12-04 15:10:40 +00008696Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8697
8698 * tree.c: Chip turner indicated that XHTML1 serialization
8699 rule for style actually break on both IE and Mozilla,
8700 try to avoid the rule if escaping ain't necessary
8701
Daniel Veillard8efff672002-12-04 11:44:48 +00008702Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8703
8704 * nanhttp.c: handle HTTP URL escaping, problem reported by
8705 Glen Nakamura and Stefano Zacchiroli
8706
Daniel Veillard1c732d22002-11-30 11:22:59 +00008707Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8708
8709 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8710
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008711Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8712
8713 * uri.c: Johann Richard pointed out some XPointer problems for
8714 URN based URI references in XInclude. Modified the URI parsing
8715 and saving routines to allow correct parsing and saving of
8716 XPointers, especially when attached to "opaque" scheme accordingly
8717 to RFC 2396
8718
Daniel Veillard8db67d22002-11-27 19:39:27 +00008719Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8720
8721 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8722 of refactoring to the HTML saving code.
8723 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8724 in the doc.
8725
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008726Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8727
8728 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8729 to a buffer API to reuse the generic dump to an OutputIO layer,
8730 this reduces code, fixes xmlNodeDump() for XHTML, also made
8731 xmlNodeDump() now return the number of byte written.
8732
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008733Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8734
8735 * python/setup.py.in: another patch from Stéphane Bidoul for
8736 Python bindings on Windows
8737 * doc/parsedecl.py: small cleanup
8738
Daniel Veillard9715c172002-11-25 16:33:40 +00008739Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8740
8741 * libxml.spec.in configure.in: add a line in %changelog for releases
8742
Daniel Veillard9bc53102002-11-25 13:20:04 +00008743Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8744
8745 * parser.c: patch from Marcus Clarke fixing a problem in entities
8746 parsing that was detected in KDe documentations environment.
8747
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008748Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8749
8750 * python/libxml.c (libxml_prev): Return the previous as opposed to
8751 the next node (I guess this is the result of some cut & paste programming:)
8752
Daniel Veillard80d7b902002-11-23 16:23:08 +00008753Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8754
8755 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8756
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008757Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8758
8759 * python/generator.py python/libxml.c python/setup.py.in: trying
8760 to fix the Python bindings build on Windows (Stéphane Bidoul)
8761
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008762Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8763
8764 * win32/configure.js: added option for python bindings
8765 * win32/libxml2.def.src: added more exports
8766
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008767Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8768
8769 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8770 pthreads
8771 * win32/wince/*: applied updates to Windows CE port from Javier
8772
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008773Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8774
8775 * configure.in: preparing 2.4.28
8776 * libxml.spec.in doc/Makefile.am: some cleanup
8777 * doc/*: updated the news and regenerated.
8778
Daniel Veillardfee408f2002-11-22 13:18:30 +00008779Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8780
8781 * HTMLparser.c: final touch at closing #87235 </p> end tags
8782 need to be generated.
8783 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8784 this change slightly the output of a few tests
8785 * doc/*: regenerated
8786
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008787Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8788
8789 * parserInternals.c: fixing bug #99190 when UTF8 document are
8790 parsed using the progressive parser and the end of the chunk
8791 is in the middle of an UTF8 multibyte character.
8792
William M. Brack8b2c7f12002-11-22 05:07:29 +00008793Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8794
8795 * threads.c: fixed initialization problem in xmlNewGlobalState
8796 which was causing crash.
8797 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8798 in xmlInitializeGlobalState.
8799 * parserInternals.c: cleaned up ctxt->sax initialisation.
8800
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008801Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8802
8803 * tree.c include/libxml/tree.h: modified the existing APIs
8804 to handle XHTML1 serialization rules automatically, also add
8805 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8806 libxslt serialization uses it when needed without changing
8807 the library API.
8808 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8809 result/xhtml1: added a new test specifically for xhtml1 output
8810 and updated the result of one XHTML1 test
8811
Daniel Veillardd076a202002-11-20 13:28:31 +00008812Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8813
8814 * xinclude.c parserInternals.c encoding.c: fixed #99082
8815 for xi:include encoding="..." support on text includes.
8816 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8817 test/XInclude/ents/isolatin.txt : added a specific regression test
8818 * python/generator.py python/libxml2class.txt: fixed the generator
8819 the new set of comments generated for doc/libxml2-api.xml were
8820 breaking the python generation.
8821
Daniel Veillard817e70b2002-11-19 22:28:48 +00008822Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8823
8824 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8825 * configure.in: patch for Solaris on new autoconf closes #98880
8826 * doc/parsedecl.py: repair the frigging API building script,
8827 did I say that python xmllib sucks ?
8828 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8829 and some comment are no more truncated.
8830
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008831Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8832
8833 * parser.c: Martin Stoilov pointed out a potential leak in
8834 xmlCreateMemoryParserCtxt
8835
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008836Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8837
8838 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8839 included in HTML documents and using the push parser.
8840
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008841Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8842
8843 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8844 specified, look for the Python interpreter not just in the
8845 specified root but also in the specified location. Fixes #98825
8846
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008847Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8848
8849 * python/libxml.c: fixing bug #98792 , node may have no doc
8850 and dereferencing without checking ain't good ...
8851
Daniel Veillarddad3f682002-11-17 16:47:27 +00008852Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8853
8854 * configure.in: preparing release 2.4.27
8855 * doc/* : updated and rebuilt the docs
8856 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8857 and all the docs are actually packaged and in the final RPMs
8858 * parser.c parserInternals.c include/libxml/parser.h: restore
8859 xmllint --recover feature.
8860
Daniel Veillard68e9e742002-11-16 15:35:11 +00008861Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8862
Daniel Veillard784b9352003-02-16 15:50:27 +00008863 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008864 processing of parsed entities, and XPath computation on sustitued
8865 entities.
8866 * testXPath.c: make sure entities are substitued.
8867
Daniel Veillard328f48c2002-11-15 15:24:34 +00008868Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8869
Daniel Veillard784b9352003-02-16 15:50:27 +00008870 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008871 processing of internal parsed entities, which had to be changed.
8872
Daniel Veillard66651aa2002-11-15 11:21:43 +00008873Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8874
8875 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8876 trying to fix bug #98517 about building outside the source tree
8877 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8878
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008879Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8880
8881 * include/win32config.h: cleanup
8882 * win32/Makefile.mingw: integrated mingw in JScript configure
8883 * win32/Makefile.msvc: modified to allow mingw coexistence
8884 * win32/configure.js: integrated mingw
8885 * win32/Readme.txt: cleanup
8886
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008887Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8888
8889 * HTMLparser.c: strengthen the guard in the Pop macros,
8890 like in the XML parser, closes bug #97315
8891
Daniel Veillard0821b152002-11-12 20:57:47 +00008892Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8893
8894 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8895 callback is never used.
8896
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008897Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8898
8899 * parserInternals.c: fixed the initialization of the SAX structure
8900 which was breaking xsltproc
8901 * xpath.c: patch from Petr Pajas for CDATA nodes
8902 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8903 * parser.c include/libxml/parser.h: patch from Peter Jones
8904 removing a leak in xmlSAXParseMemory() and adding the
8905 function xmlSAXParseMemoryWithData()
8906
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008907Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8908
8909 adding pdf of tutorial, changing web page to link to it
8910 * doc/tutorial/xmltutorial.pdf
8911 * doc/xml.html
8912 * doc/docs.html
8913
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008914Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8915
8916 * doc/tutorial/ar01s08.html
8917 adding file what I forgot for tutorial
8918
8919
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008920Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8921
8922 Adding encoding discussion to tutorial
8923 Added:
8924 * doc/tutorial/images/*.png: DocBook admonition image files
8925 * doc/tutorial/apf.html, apg.html: new generated html
8926 * doc/tutorial/includeconvert.c: conversion code entity file
8927 changed:
8928 * doc/tutorial/xmltutorial.xml: DocBook original
8929 * doc/tutorial/*.html: generated html
8930
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008931Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8932
8933 * include/libxml/*.h: retired xmlwin32version.h
8934 * doc/Makefile.am: retired xmlwin32version.h
8935 * win32/configure.js: retired xmlwin32version.h
8936
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008937Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8938
8939 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008940 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8941 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008942
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008943Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8944
8945 * globals.c: fixed a typo pointed out by Igor
8946 * xpath.c: try to speed up node compare using line numbers
8947 if available.
8948
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008949Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8950
8951 * tree.c: make xmlFreeNode() handle attributes correctly.
8952
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00008953Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8954
8955 * catalog.c: completed the #96963 fix, as reported by Karl
8956 Eichwalder
8957
Daniel Veillard56f21f22002-11-06 15:49:46 +00008958Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8959
8960 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
8961
Daniel Veillard91ad8792002-11-04 17:06:52 +00008962Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8963
8964 * Makefile.am: switched the order of a couple of includes
8965 to fix bugs #97100
8966
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00008967Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8968
8969 * catalog.c: fixed bug #96963, reverted to the old behaviour of
8970 xmlLoadCatalogs that used to separate directories with a ':'.
8971
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00008972Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8973
8974 * threads.c: improvements to the Windows-side of thread handling
8975 * testThreads.c: conditionally excluded unistd.h
8976 * testThradsWin32.c: broke overlong lines
8977 * include/win32config.h: adapted thread-related macros to the new
8978 scheme and for pthreads on Windows
8979 * win32/Makefile.msvc: introduced a more flexible thread build,
8980 added testThreads[Win32].c to the build
8981 * win32/configure.js: introduced a more flexible thread config
8982
John Fleck61f6fb62002-10-31 15:23:29 +000089832002-10-31 John Fleck <jfleck@inkstain.net>
8984
8985 * doc/xml.html (and, by implication, FAQ.html)
8986 added UTF-8 conversaion FAQ from Marcus Labib Iskander
8987
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00008988Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8989
8990 * configure.in: removed xmlwin32version.h
8991 * include/libxml/Makefile.am: removed xmlwin32version.h
8992
Daniel Veillardce66ce12002-10-28 19:01:59 +00008993Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
8994
8995 * tree.c: applied patch from Brian Stafford to fix a bug
8996 in xmlReconciliateNs()
8997
Daniel Veillard7e3f1402002-10-28 18:52:57 +00008998Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8999
9000 * tree.c: applied patch from Christian Glahn to allow
9001 xmlNewChild() on document fragment nodes
9002
Daniel Veillardb39bc392002-10-26 19:29:51 +00009003Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9004
9005 * parser.c: Christian Glahn found a problem with a recent
9006 patch to xmlParseBalancedChunkMemoryRecover()
9007 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9008 problems
9009 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9010 test/schemas/seq*: added the test cases from Charles
9011
Daniel Veillard366a9152002-10-23 20:43:53 +00009012Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9013
9014 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9015 serious cleanup of the spec file and associated changes
9016 in the Makefiles.
9017 * valid.c: try to remove some warnings on x86_64
9018
Daniel Veillardd033d022002-10-23 14:55:02 +00009019Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9020
9021 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9022 fix bug #96586
9023
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009024Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9025
9026 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9027 parsing, applied his patch
9028 * result/HTML/attrents.html result/HTML/attrents.html.err
9029 result/HTML/attrents.html.sax test/HTML/attrents.html:
9030 added the test and result case provided by Mikhail Sogrine
9031
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009032Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9033
9034 * vms/build_libxml.com vms/config.vms vms/readme.vms
9035 include/libxml/parser.h include/libxml/parserInternals.h
9036 include/libxml/tree.h include/libxml/xmlIO.h
9037 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9038 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9039 Applied the VMS update patch from Craig A. Berry
9040 * doc/*.html: update
9041
Daniel Veillardf000f072002-10-22 14:28:17 +00009042Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9043
9044 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9045
Daniel Veillard1e208222002-10-22 14:25:25 +00009046Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9047
9048 * debugXML.c: adding a grep command to --shell in xmllint
9049 for T.V. Raman
9050
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009051Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9052
9053 * xmlcatalog.c: tried to fix some of the problem with --sgml
9054
Daniel Veillard935494a2002-10-22 14:22:46 +00009055Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9056
9057 * parser.c: tried to fix bug #91500 where doc->children may
9058 be overriden by a call to xmlParseBalancedChunkMemory()
9059
9060Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9061
9062 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9063 identifiers in SGML catalogs containing '&'
9064
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009065Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9066
9067 * python/types.c: fixed bugs when passing result value tree
9068 to Python functions.
9069
Daniel Veillard48267432002-10-18 11:21:38 +00009070Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9071
9072 * configure.in: preparing the release of 2.4.26
9073 * doc/*: updated and rebuilt the documentation
9074
Daniel Veillardbb284f42002-10-16 18:02:47 +00009075Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9076
9077 * parser.c: fixed a XML Namespace compliance bug reported by
9078 Alexander Grimalovsky
9079
Daniel Veillard44892f72002-10-16 15:23:26 +00009080Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9081
9082 * HTMLtree.c: fixed serialization of script and style when
9083 they are not lowercase (i.e. added using the API to the tree).
9084
Daniel Veillard2fd85422002-10-16 14:32:41 +00009085Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9086
9087 * valid.c: make xmlValidateDocument emit a warning msg if there
9088 is no DTD, pointed by Christian Glahn
9089
Daniel Veillard32370232002-10-16 14:08:14 +00009090Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9091
9092 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9093 content model when some of the blocks have min or max, and a couple
9094 of bugs found in the process.
9095 * result/schemas/list0* test/schemas/list0*: added some specific
9096 regression tests
9097
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009098Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9099
9100 * README: updated the contact informations
9101
Daniel Veillard63186732002-10-15 08:43:17 +00009102Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9103
9104 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9105 misses it, reported by Peter Bray.
9106
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009107Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9108
9109 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9110 and removed a few warnings
9111
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009112Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9113
9114 * parser.c: Christian Glahn found a small bug in the push parser.
9115 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9116 public
9117
Daniel Veillard6045c902002-10-09 21:13:59 +00009118Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9119
9120 * xmlschemas.c include/libxml/xmlschemas.h: added
9121 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9122 * testSchemas.c: added --memory to test the new interface
9123
Daniel Veillardf0070122002-10-09 14:24:17 +00009124Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9125
9126 * doc/index.py doc/search.php: integrated the XSLT indexing,
9127 a few fixed in the indexer, added a scope selection at the
9128 search level.
9129
Daniel Veillard01992e02002-10-09 10:20:30 +00009130Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9131
9132 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9133 this was due to uninitialized parts of the validation context
9134
Daniel Veillard321be0c2002-10-08 21:26:42 +00009135Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9136
9137 * debugXML.c: applied patch from Mark Vakoc except the API
9138 change, preserved it.
9139 * doc/*: updated the docs to point to the search engine for
9140 information lookup or before bug/help reports.
9141
Daniel Veillard01e87d22002-10-08 16:55:06 +00009142Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9143
9144 * doc/index.py doc/search.php: added mailing-list archives
9145 indexing and lookup
9146
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009147Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9148
9149 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9150
Daniel Veillard9b006132002-10-07 11:13:27 +00009151Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9152
9153 * doc/index.py: improved HTML indexing
9154 * doc/search.php: make the queries also lookup the HTML based indexes
9155
Daniel Veillard141d04b2002-10-06 21:51:18 +00009156Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9157
9158 * doc/index.py: added HTML page indexing
9159
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009160Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9161
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009162 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009163 problem in libxslt.
9164 * catalog.c: fixed list handling in XML_CATALOG_FILES
9165
Daniel Veillardceb09b92002-10-04 11:46:37 +00009166Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9167
9168 * valid.c: typo/bug found by Christian Glahn
9169
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009170Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9171
9172 * xmlIO.c: applied Windows CE patch from Javier.
9173 * win32/wince: new directory, contains support for the PocketPC
9174 with Windows CE from Javier.
9175 * include/win32config.h: reorganised, removed duplicate
9176 definitions and applied WinCE patch from Javier.
9177 * include/wsockcompat.h: new file, now contains WinSock
9178 compatibility macros.
9179 * win32/Makefile.msvc: introduced double-run compilation.
9180
Daniel Veillarde16b5742002-09-26 17:50:03 +00009181Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9182
9183 * configure.in include/libxml/xmlwin32version.h: preparing release
9184 of 2.4.25
9185 * doc/*: updated and regenerated teh docs and web pages.
9186
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009187Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9188
9189 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9190 error were not covering namespace declarations.
9191 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9192 it was missing the attribute declaration for the namespace
9193 * result/VC/NS3: the fix now report breakages in that test
9194
Daniel Veillardabe01742002-09-26 12:40:03 +00009195Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9196
9197 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9198
Daniel Veillard2ace1952002-09-26 12:28:02 +00009199Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9200
9201 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9202 and regenerated the docs and web site
9203
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009204Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9205
9206 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9207 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9208 not before
9209
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009210Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9211
9212 * python/generator.py python/libxml2class.txt: fixed a stupid error
9213 breaking the python API
9214
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009215Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9216
9217 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9218 triostr.c triostr.h: applied a trio update patch from
9219 Bjorn Reese which should work with MinGW
9220
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009221Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9222
9223 * tree.c: improving some documentation comments
9224 * xmlregexp.c: found and fixed a mem leak with python regression tests
9225 * doc/*: rebuilt the doc and the API XML file including the
9226 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9227 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9228 python/types.c: added access to the XML Schemas regexps from
9229 python
9230 * python/tests/Makefile.am python/tests/regexp.py: added a
9231 simple regexp bindings test
9232
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009233Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9234
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009235 * doc/xml.html:
9236 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009237
Daniel Veillard118aed72002-09-24 14:13:13 +00009238Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9239
9240 * xmlregexp.c: fixed the data callback on transition functionality
9241 which was broken when using the compact form
9242 * result/schemas/*: updated the results, less verbose, all tests
9243 pass like before
9244 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9245 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9246 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9247 annoying warnings
9248 * xpath.c: try to provide better error report when possible
9249
Daniel Veillard72336152002-09-21 13:08:14 +00009250Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9251
9252 * Makefile.am: fixed a breakage raised by Jacob
9253
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009254Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9255
9256 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9257 which don't use sockets
9258
Igor Zlatkovic01280582002-09-20 16:40:34 +00009259Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9260
9261 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9262 * win32/configure.js: applied zlib patch from Daniel Gehriger
9263
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009264Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9265
9266 * win32/configure.js: applied the patch from Mark Vakoc for
9267 regexp support
9268 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9269 for regexp support
9270
Daniel Veillardb5c05732002-09-20 13:36:25 +00009271Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9272
9273 * xmlschemastypes.c: as pointed by Igor Float and Double
9274 parsing ain't finished yet
9275
Daniel Veillard40b11342002-09-20 12:01:39 +00009276Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9277
9278 * Makefile.am configure.in: trying to fix #88412 by bypassing
9279 all the python subdir if python ain't detected
9280
Daniel Veillard23e73572002-09-19 19:56:43 +00009281Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9282
9283 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9284 made configuring with regexps/automata/unicode the default
9285 but without schemas ATM
9286 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9287 fixed the regexp based DTD validation performance and memory
9288 problem by switching to a compact form for determinist regexps
9289 and detecting the determinism property in the process. Seems
9290 as fast as the old DTD validation specific engine :-) despite
9291 the regexp built and compaction process.
9292
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009293Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9294
9295 * valid.c: determinism is debugged, new DTD checking code now works
9296 but xmlFAComputesDeterminism takes far too much CPU and the whole
9297 set usues too much memory to be really usable as-is
9298
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009299Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9300
9301 * tree.c: fixed another stupid bug in xmlGetNodePath()
9302 * xmllint.c: --version now report the options compiled in
9303
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009304Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9305
9306 * HTMLparser.c: small cleanup
9307 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9308 when configured with them. A bit of debugging around the determinism
9309 checks is still needed
9310
Daniel Veillard63b01c22002-09-17 19:25:28 +00009311Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9312
9313 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9314
Daniel Veillard92727042002-09-17 17:59:20 +00009315Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9316
9317 * xmlIO.c: small portability glitch fixed.
9318
Daniel Veillard84d70a42002-09-16 10:51:38 +00009319Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9320
9321 * xmlschemastypes.c: incomplete steps for real/double support
9322 * testAutomata.c include/libxml/xmlautomata.h
9323 include/libxml/xmlregexp.h: avoiding a compilation problem
9324 * valid.c include/libxml/valid.h: starting the work toward using
9325 the regexps for actual DTD validation
9326
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009327Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * hash.c: cosmetic cleanup
9330 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9331 integrating a DTD validation layer based on the regexps
9332
Daniel Veillard4402ab42002-09-12 16:02:56 +00009333Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9336 the determinism was tested before eliminating the epsilon
9337 transitions :-(
9338
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009339Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9340
9341 * python/generator.py python/libxml.c python/libxml.py
9342 python/libxml2-python-api.xml python/libxml2class.txt
9343 python/libxml_wrap.h python/types.c: updated the python
9344 bindings, added code for easier File I/O, and the ability to
9345 define a resolver from Python fixing bug #91635
9346 * python/tests/Makefile.am python/tests/inbuf.py
9347 python/tests/outbuf.py python/tests/pushSAXhtml.py
9348 python/tests/resolver.py python/tests/serialize.py: updated
9349 and augmented the set of Python tests.
9350
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009351Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9352
9353 * win32/configure.js: added more readme info for the binary
9354 package.
9355
Daniel Veillard607b35c2002-09-10 12:16:19 +00009356Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9357
9358 * xmlIO.c: fixed a stupid out of bound array error
9359
9360Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9361
9362 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9363 messing around with support for Windows path, cleanups,
9364 trying to identify and fix the various code path to the
9365 filename access. Added xmlNormalizeWindowsPath()
9366
Daniel Veillard76575762002-09-05 14:21:15 +00009367Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9368
9369 * error.c valid.c: working on better error reporting of validity
9370 errors, especially providing an accurate context.
9371 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9372 error reports in those cases.
9373
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009374Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9375
9376 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9377 parser.c parserInternals.c xmlIO.c: get rid of all the
9378 perror() calls made in the library execution paths. This
9379 should fix both #92059 and #92385
9380
Daniel Veillard19aa7022002-09-05 11:14:19 +00009381Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9382
9383 * xmllint.c: memory leak reporting was broken after a change
9384 of the preprocessor symbol used to activate it.
9385
Daniel Veillardec6725e2002-09-05 11:12:45 +00009386Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9387
9388 * tree.c: try to make the copy function work for node of
9389 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9390 DOM layers though, not libxml2 itself.
9391
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009392Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9393
9394 * valid.c: try to provide file and line informations, not all
9395 messages are covered, but it's a (good) start
9396
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009397Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9398
9399 * xinclude.c: reimplemented a large part of the XInclude
9400 processor, trying to minimize resources used, James Henstridge
9401 provided a huge test case which was exhibiting severe memory
9402 consumption problems.
9403
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009404Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9405
9406 * python/Makefile.am: applied patch from Christophe Merlet to
9407 reestablish DESTDIR
9408
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009409Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9410
9411 * libxml.spec.in: fixes libary path for x86_64 AMD
9412
John Fleckbe98b332002-09-04 03:16:23 +00009413Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9414
9415 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009416 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009417 (plus resulting generated html files)
9418 fixing one spot I missed in the tutorial where I hadn't freed
9419 memory properly
9420
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009421Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9422
9423 * doc/tutorial/includeaddattribute.c
9424 * doc/tutorial/includeaddkeyword.c
9425 * doc/tutorial/includegetattribute.c
9426 * doc/tutorial/includekeyword.c
9427 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009428 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009429 update tutorial to properly free memory (thanks to Christopher
9430 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009431 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009432 added image files so the callouts are graphical, making it
9433 easier to read ( use "--param callout.graphics 1" to generate
9434 html with graphical callouts)
9435
Daniel Veillarde1662542002-08-28 11:50:59 +00009436Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9437
9438 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9439 nice logos generated by Marc Liyanage
9440 * doc/site.xsl *.html: changed the stylesheet to show the new
9441 logo and regenerated the pages
9442
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009443Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9444
9445 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9446
Daniel Veillard42766c02002-08-22 20:52:17 +00009447Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9448
9449 * xpath.c: possible mem leak patch from Jason Adams
9450
9451Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9452
9453 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9454 in the XQuery namespace
9455 * configure.in: preparing 2.4.24
9456 * doc/*.html: updated the web pages
9457
9458Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9459
9460 * python/generator.py: closing bug #85258 by generating conditional
9461 compile check to avoid linking to routines not configured in.
9462
Havoc Pennington84ec40a2002-08-22 13:59:35 +000094632002-08-22 Havoc Pennington <hp@pobox.com>
9464
9465 * autogen.sh: update error message for missing automake
9466
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009467Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9468
9469 * python/Makefile.am: typo in target name resulted in libxml2.py
9470 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9471
Daniel Veillard22669b22002-08-22 07:17:11 +00009472Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9473
9474 * win32/win32/Makefile.mingw: updated with version from
9475 Elizabeth Barham at http://soggytrousers.net/repository/
9476
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009477Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9478
9479 * win32/Makefile.msvc: added the prefix location to the include
9480 and lib search path.
9481
Havoc Pennington830e8972002-08-18 22:22:13 +000094822002-08-18 Havoc Pennington <hp@pobox.com>
9483
9484 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9485 both automake 1.6 and 1.4 installed get the right automake. Means
9486 compilation from CVS will now require the latest automake 1.4
9487 release, or manually creating symlinks called "automake-1.4" and
9488 "aclocal-1.4"
9489
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009490Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9491
9492 * configure.in python/Makefile.am: more AMD 64 induced changes from
9493 Frederic Crozat
9494
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009495Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9496
9497 * xinclude.c: oops I was missing the xml:base fixup too
9498 * result/XInclude/*.xml: this adds xml:base attributes to most
9499 results of the tests
9500
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009501Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9502
9503 * xinclude.c: quick but apparently working implementation of
9504 xi:fallback, should close bug #89684
9505 * Makefile.am test/XInclude/docs/fallback.xml
9506 result/XInclude/fallback.xml: added a basic test for fallback,
9507 and run with --nowarning to avoid a spurious warning
9508 * configure.in: applied patch from Frederic Crozat for python
9509 bindings on AMD 64bits machines.
9510
Daniel Veillard9e923512002-08-14 08:48:52 +00009511Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9512
9513 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9514 the caller don't pass a SAX callback block.
9515
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009516Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9517
9518 * tree.c: applied the same fix for the XML-1.0 namespace to
9519 xmlSearchNsByHref() as was done for xmlSearchNs()
9520
Daniel Veillardad11b302002-08-12 14:53:41 +00009521Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9522
9523 * libxml.3: small cleanup of the man page
9524 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9525 when serializing HREF attributes generated by XSLT.
9526
Daniel Veillardc084e472002-08-12 13:27:28 +00009527Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9528
9529 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9530 version of Marc Liyanage' patch for boolean attributes in HTML
9531 output
9532
Daniel Veillard5f91b372002-08-12 12:13:01 +00009533Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9534
9535 * python/tests/serialize.py: fixed the test results, indenting
9536 behaviour changed slightly
9537
Aleksey Sanin9e951762002-08-08 18:02:41 +00009538Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9539
9540 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9541 new c14n function to Windows def files
9542
Aleksey Saninea4272a2002-08-02 23:50:03 +00009543Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9544
9545 * c14n.c: fixed a memory leak in c14n code
9546
Daniel Veillard58e44c92002-08-02 22:19:49 +00009547Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9548
9549 * parser.c include/libxml/parser.h: adding a new API for Christian
9550 Glahn: xmlParseBalancedChunkMemoryRecover
9551 * valid.c: patch from Rick Jones for some grammar cleanup in
9552 validation messages
9553 * result/VC/* result/valid/*: this slightly change some of the
9554 regression tests outputs
9555
Daniel Veillard0bf29002002-08-01 12:54:11 +00009556Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9557
9558 * tree.c: trying to fix a problem in namespaced attribute handling
9559 raised by Christian Glahn
9560
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009561Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9562
9563 * encoding.c include/libxml/encoding.h: Opening the interface
9564 xmlNewCharEncodingHandler as requested in #89415
9565 * python/generator.py python/setup.py.in: applied cleanup
9566 patches from Marc-Andre Lemburg
9567 * tree.c: fixing bug #89332 on a specific case of loosing
9568 the XML-1.0 namespace on xml:xxx attributes
9569
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009570Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9571
9572 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9573 corner case from new Merlin's test suite and added a callback
9574 that will be used to improve xmlsec performance
9575
9576
Daniel Veillard0b22def2002-07-29 16:23:03 +00009577Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9578
9579 * HTMLtree.c: trying to fix the <style> escaping problem in
9580 HTML serialization bug #89342
9581
Daniel Veillard0b28e882002-07-24 23:47:05 +00009582Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9583
9584 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9585 and rebuilt the web site.
9586
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009587Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009588
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009589 * include/libxml/tree.h: added _private member to xmlNs struct
9590
Daniel Veillard1d995272002-07-22 16:43:32 +00009591Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9592
9593 * HTMLparser.c: fixing bug #84876 based on the xml working
9594 code.
9595
William M. Brack61eaba52002-07-21 11:14:18 +00009596Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9597
9598 * python/Makefile.am: enhanced to fix bug 72012 (errors
9599 when using '-jX' make parameter)
9600
William M. Brackef61d202002-07-19 08:32:00 +00009601Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9602
9603 * xpath.c: small additional enhancement for booleans
9604 compared to nodesets
9605
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009606Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9607
9608 * HTMLtree.c: changed the order of the encoding declaration
9609 attributes in the meta tags due to a bug in IE/Mac
9610
William M. Brack0c022ad2002-07-12 00:56:01 +00009611Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9612
9613 * xpath.c: enhanced handling of booleans (especially '='
9614 and '!=' for nodesets) - fixes bug 85256. Added new
9615 routine xmlXPathNotEqualValues for more proper handling
9616 of '!=' when nodesets are involved.
9617
Daniel Veillard06944e22002-07-11 19:55:18 +00009618Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9619
9620 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9621 doc/xmlcatalog_man.xml to the source distribution
9622
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009623Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9624
9625 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9626 asked for this.
9627
Daniel Veillard539638b2002-07-06 19:55:14 +00009628Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9629
9630 * configure.in: preparing 2.4.23
9631 * doc/*: rebuilt the docs
9632
Daniel Veillard176d99f2002-07-06 19:22:28 +00009633Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9634
9635 * parser.c: fixing bug #84169 by fixing the
9636 comment of xmlCreatePushParserCtxt to describe the
9637 encoding detection parameters better.
9638
Daniel Veillard37f961d2002-07-06 17:53:56 +00009639Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9640
9641 * valid.c: fixing bug #79331 in one path the lookup for
9642 ID attributes on a namespaced node wasn't handled correctly :-\
9643
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009644Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9645
9646 * HTMLparser.c: trying to fix 87235 about discarded white
9647 spaces in the HTML parser.
9648 * result/HTML/*: this changes the output of a number of HTML
9649 regression tests
9650
Daniel Veillardfdc91562002-07-01 21:52:03 +00009651Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9652
9653 * xpath.c: applied patch from Richard Jinks for the namespace
9654 axis + fixed a memory error.
9655 * parser.c parserInternals.c: applied patches from Peter Jacobi
9656 removing ctxt->token for good.
9657 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9658 popped out by the regression tests.
9659 * Makefile.am: patch for threads makefile from Gary Pennington
9660
William M. Brack6000af52002-06-28 11:43:13 +00009661Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9662
Daniel Veillardfdc91562002-07-01 21:52:03 +00009663 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009664 expressions involving preceding-sibling (et al).
9665
Daniel Veillard153120c2002-06-18 07:58:35 +00009666Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9667
9668 * hash.c: applied a patch from Peter Jacobi to solve a problem
9669 when compiling with the Watcom C on Win32
9670 * result/schemas/*.err: the change of hashing algo generated
9671 permutations in the output
9672
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009673Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9674
9675 * hash.c: applied patch from Sander Vesik improving the quality of
9676 the hash function.
9677
Aleksey Sanina5808b92002-06-14 17:07:41 +000096782002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009679
9680 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9681 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9682 xmllint.c xpath.c: replaced sprintf() with snprintf()
9683 to prevent possible buffer overflow (the bug was pointed
9684 out by Anju Premachandran)
9685
Daniel Veillarde059b892002-06-13 15:32:10 +00009686Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * parser.c: removed an uninitialized data error popped by valgrind
9689 on PE references
9690
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009691Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9692
9693 * doc/xml.html
9694 adding tutorial reference to the web page
9695
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009696Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9697
9698 * doc/tutorial/xmltutorial.xml
9699 * doc/tutorial/ar01s07.html
9700 * doc/tutorial/ape.html
9701 * doc/tutorial/includegetattribute.c
9702 adding section to tutorial about retrieving an attribute
9703 value
9704
Daniel Veillardf5582f12002-06-11 10:08:16 +00009705Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9706
9707 * parser.c: applied a couple of patches from Peter Jacobi to start
9708 to get rid of ctxt->token, with a possible significant speed
9709 improvement to be gained once done. Better compliance with PE
9710 references constructs in DTDs too.
9711 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9712 from Peter too
9713
Daniel Veillard38d80e22002-06-11 07:24:56 +00009714Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9717 xmlParseElement was likely to have been deallocated at the
9718 time of the report, possibly leading to segfault. Just report
9719 the tag name now.
9720
Daniel Veillard9e412302002-06-10 15:59:44 +00009721Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9722
9723 * xpath.c: patch from Richard Jinks for XPath substring() function
9724 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9725
Aleksey Sanina5808b92002-06-14 17:07:41 +000097262002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009727
9728 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9729
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009730Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9731
9732 *doc/FAQ.html
9733 fixing typos in FAQ, thanks to Robert Funnell for the
9734 editing help
9735
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009736Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9737
9738 * NEWS: got complaints from rpmlint that it was empty
9739
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009740Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9741
9742 * added doc/tutorial, including:
9743 apa.html
9744 apb.html
9745 apc.html
9746 apd.html
9747 ar01s02.html
9748 ar01s03.html
9749 ar01s04.html
9750 ar01s05.html
9751 ar01s06.html
9752 includeaddattribute.c
9753 includeaddkeyword.c
9754 includekeyword.c
9755 includestory.xml
9756 index.html
9757 xmltutorial.xml
9758 libxml tutorial, including generated html
9759
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009760Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9761
9762 * result/c14n/exc-without-comments/merlin-c14n-two-*
9763 result/c14n/without-comments/merlin-c14n-two-*
9764 test/c14n/exc-without-comments/merlin-c14n-two-*
9765 test/c14n/without-comments/merlin-c14n-two-*
9766 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9767 c14n/exc-c14n and slightly modified test script to handle
9768 these test cases
9769 * c14n.c: fixed bugs for complicated nodes set (namespace
9770 without node and others from merlin-c14n-two.tar.gz)
9771 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9772 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9773 for xmlsec performance patch
9774 * xpath.c: fixed self::node() for namespaces and attributes
9775
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009776Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9777
9778 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9779 but with the format parameter
9780 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9781
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009782Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9783
9784 * Makefile.am: updated c14n tests suite
9785 * c14n.c: performance improvement for previous c14n patch
9786
Daniel Veillarde72c7562002-05-31 09:47:30 +00009787Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9788
9789 * parser.c: another peroformance patch from Peter Jacobi, that
9790 time on parsing attribute values.
9791
Aleksey Sanin508a1012002-05-31 06:32:32 +00009792Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9793
9794 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9795 into LibXML2 test suite
9796
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009797Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9798
9799 * c14n.c: propagating xpath ancesstors node fix to c14n
9800 plus small performance improvement to reduce number of
9801 mallocs
9802 * xpath.c: fixed ancestors axis processing for namespace nodes
9803
Daniel Veillard46de64e2002-05-29 08:21:33 +00009804Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9805
9806 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9807 Peter Jacobi
9808
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009809Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9810
9811 * configure.in: preparing 2.4.22
9812
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009813Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9814
9815 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9816 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9817 a public entry point.
9818 * doc/*: rebuilt the API and docs
9819
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009820Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9821
9822 * xpath.c: patch from Richard Jinks to fix a problem introduced
9823 in the previous patch and pointed by Norm
9824
Daniel Veillardc6924812002-05-24 11:10:43 +00009825Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9826
9827 * libxml.spec.in: fixing bug #81112
9828
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009829Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9830
9831 * uri.c: fixing bug #82848
9832
Daniel Veillarda2878972002-05-24 07:54:39 +00009833Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9836 output of one catalog test
9837
Aleksey Sanin114e4752002-05-24 07:20:27 +00009838Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009839
Aleksey Sanin114e4752002-05-24 07:20:27 +00009840 * global.data globals.c tree.c include/libxml/globals.h
9841 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9842 default value for global parameter xmlIndentTreeOutput to 1 and
9843 introduced new global parameter xmlTreeIndentString (the string
9844 used to do one-level indent) with default value " " (as it was
9845 in tree.c)
9846
Daniel Veillard49d5af82002-05-23 11:55:49 +00009847Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9848
9849 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9850 with trio and schemas.
9851
Daniel Veillard7c13af42002-05-22 09:57:32 +00009852Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9853
9854 * xpath.c: patch from Richard Jinks to fix the problem raised in
9855 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9856
Daniel Veillard5a872412002-05-22 06:40:27 +00009857Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9858
9859 * xmlschemas.c: a bit of work on import.
9860 * xmlschemastypes.c: Charles Bozeman provided a compare function
9861 for date/time types so min/max facet restrictions should work,
9862 indeterminate comparisons return an error instead of equal.
9863 * test/schemas/date_0* result/schemas/date_0_0: specific test
9864 from Charles Bozeman too
9865
Daniel Veillard10b6da42002-05-18 07:55:20 +00009866Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9867
9868 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9869 from Christian Cornelssen fixing the man pages and the Catalog
9870 building script.
9871 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9872 next step is <xs:import> I now have a reasonable understanding
9873 of how it works.
9874
Daniel Veillarde5354492002-05-16 08:43:22 +00009875Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9876
9877 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9878
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009879Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9880
9881 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9882
Daniel Veillard088bf112002-05-14 11:03:59 +00009883Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9884
9885 * xpath.c: fixing an XPath function evalutation bug pointed out
9886 by Alexey Efimov where the context was lost when evaluating
9887 the function arguments
9888
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009889Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009890
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009891 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9892 function public for XMLSec performance optimizations
9893
Daniel Veillard3cd72402002-05-13 10:33:30 +00009894Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * python/generator.py python/libxml2class.txt : fixed a problem
9897 with the HTML parser pointed by Gary Benson
9898 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9899 example
9900
Aleksey Sanine48a3182002-05-09 18:20:01 +00009901Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9902 * parser.c: fixed bug #81159 (memory growth in SAX)
9903
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009904Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9905 * xpath.c: fixed bug #78858 (the real fix)
9906
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009907Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009908 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009909
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009910Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9911
9912 * tree.c: modified xmlNodeSetBase to allow changing the
9913 base of a document.
9914
Daniel Veillard070803b2002-05-03 07:29:38 +00009915Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9916
9917 * xmlschemastypes.c: patch Charles Bozeman for validation of
9918 all the date, time, and duration types
9919 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9920 * configure.in: fixed an error pointed by an user
9921 * xml2-config.in: fixed an error pointed by an user
9922
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009923Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9924
9925 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9926 win32/libxml2.def.src xmlIO.c: exported default
9927 'file:', 'http:' and 'ftp:' protocols input handlers
9928 and maked protocols comparisson case insensitive
9929
Daniel Veillard34de97f2002-04-30 14:29:22 +00009930Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9931
9932 * configure.in: Neven Has detected a typo
9933
Daniel Veillard28577c32002-04-30 06:48:41 +00009934Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9935
9936 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9937 as one of the persons allowed to commit directly to the
9938 module.
9939
Daniel Veillardfc57b412002-04-29 15:50:14 +00009940Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9941
9942 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9943 * valid.c: raised a too low limit
9944 * doc/*: rebuilt the docs
9945
Daniel Veillardeca82812002-04-24 11:42:02 +00009946Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9947
9948 * test/XPath/expr/floats test/XPath/expr/functions
9949 result/XPath/expr/floats result/XPath/expr/functions
9950 xpath.c: another XPath conformance patch from Richard Jinks
9951
Daniel Veillard13e04c62002-04-23 17:51:29 +00009952Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
9953
9954 * xmlschemas.c: fixed validation of attribute groups.
9955 * test/schemas result/schemas: added an example from the primer
9956
Daniel Veillard88c58912002-04-23 07:12:20 +00009957Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9958
9959 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
9960 * test/schemas result/schemas: updated the test list
9961
Daniel Veillarde19fc232002-04-22 16:01:24 +00009962Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9963
9964 * TODO: updated a bit
9965 * parser.c: made a comment more specific
9966 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
9967 Schemas conformance.
9968 * test/schemas result/schemas: updated the test list
9969
Daniel Veillard441bc322002-04-20 17:38:48 +00009970Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9971
9972 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
9973 implementing xs:all with minOccurs = 0
9974 * tes/schemas/* result/schemas/*: added more tests covering
9975 xs:all
9976
Daniel Veillard8a001f62002-04-20 07:24:11 +00009977Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9978
9979 * xmlregexp.c: first implementation of the all particle, this
9980 may need to be revisited for case where not all transitions
9981 must be crossed.
9982
Daniel Veillard7646b182002-04-20 06:41:40 +00009983Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9984
9985 * tree.c: another entity processing update from Markus Henke
9986
Bjorn Reese54d02fb2002-04-19 15:16:01 +00009987Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
9988
9989 * trionan.c: fixed crash on OSF/1
9990
Daniel Veillardb4398962002-04-19 07:01:55 +00009991Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9992
9993 * xmlschemas.c: more Schemas work
9994 * test/schemas/* result/schemas/*: added more tests coming
9995 from the spec.
9996
Daniel Veillard54761132002-04-18 21:00:44 +00009997Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9998
9999 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10000 ExcC14N specification
10001
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010002Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10003
10004 * tree.c: patch from Markus Henke, fix for recursive entities.
10005
Daniel Veillard23b1f372002-04-18 15:50:05 +000010006Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10007
10008 * xpath.c: fix a problem with string() on a document node.
10009
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010010Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10011
10012 * Makefile.am xmlschemas.c: more Schemas work
10013 * test/schemas/* result/schemas/*: added more tests coming
10014 from the spec.
10015
Daniel Veillard6231e842002-04-18 11:54:04 +000010016Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10017
10018 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10019 * result/HTML/*: this changes a few things in the results
10020
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010021Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10022
10023 * include/libxml/tree.h: eliminated 'declaration different than
10024 prototype' warning
10025 * include/win32config.h: "resolved" conflicts with errno.h
10026
Daniel Veillardb509f152002-04-17 16:28:10 +000010027Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10030 on the automata interfaces and debug of counted choices
10031 * test/schemas/* result/schemas/*: added a number of tests
10032
Daniel Veillard8651f532002-04-17 09:06:27 +000010033Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10034
10035 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10036 a bit of work on Schemas
10037 * testSchemas.c: try to make it more useful
10038 * test/schemas/* result/schemas/* Makefile.am: changed the
10039 Schemas regression test procedure, started adding a few samples
10040
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010041Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10042
10043 * include/libxml/encoding.h: Patch for the Borland C++ builder
10044 * include/libxml/tree.h: Patch for the Borland C++ builder
10045 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010046 * win32/bcb5: New directory for the Borland C++ builder
10047 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010048
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010049Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10050
10051 * win32/Makefile.msvc: Update for XML Schema support
10052 * win32/configure.js: Update for XML Schema support
10053 * win32/libxml2.def.src: Update for XML Schema support
10054
Daniel Veillard4255d502002-04-16 15:50:10 +000010055Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10056
10057 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10058 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10059 xmlunicode.c include/libxml/Makefile.am
10060 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10061 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10062 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10063 include/libxml/xmlversion.h.in : merged the current state of
10064 XML Schemas implementation, it is not configured in by default,
10065 a specific --schemas configure option has been added.
10066 * test/automata test/regexp test/schemas Makefile.am
10067 result/automata result/regexp result/schemas:
10068 merged automata/regexp/schemas regression tests
10069
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010070Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10071
10072 * xpath.c: Gary found a compile time problem, fixes #78823
10073
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010074Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10075
10076 * configure.in: release of 2.4.20
10077 * doc/*: updated and rebuilt the docs
10078
Daniel Veillardf544f192002-04-15 12:56:56 +000010079Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10080
10081 * python/Makefile.am: patch from Cristian Gafton to build on
10082 Red Hat 6.2, should also fix #75779
10083
Daniel Veillard940492d2002-04-15 10:15:25 +000010084Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10085
10086 * valid.c: first part of fixing #78729
10087
Daniel Veillardeb475a32002-04-14 22:00:22 +000010088Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10089
10090 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10091 escaping of URI when saving HTML files.
10092 * result/HTML/*: this impacted some tests
10093
Daniel Veillard9b731d72002-04-14 12:56:08 +000010094Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10095
10096 * configure.in: trying to fix #77441
10097
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010098Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10099
10100 * include/libxml/xmlIO.h: Hallski complained it could not be
10101 included by itself.
10102
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010103Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10104
10105 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10106
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010107Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10108
10109 * win32/configure.js: patch from Nilo for the c14n option
10110 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10111
Daniel Veillardda423da2002-04-10 19:25:38 +000010112Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10113
10114 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10115 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10116 LIBXML_THREAD_ENABLED
10117
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010118Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10119
10120 * xpath.c: another patch from Richard Jinks for substring conformance
10121 * test/XPath/expr/floats test/XPath/expr/strings
10122 result/XPath/expr/floats result/XPath/expr/strings: update of the
10123 test suite to check those.
10124
Daniel Veillard01917aa2002-04-10 11:30:41 +000010125Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * xpath.c: patch from Richard Jinks for .x float parsing.
10128
Daniel Veillard46d6c442002-04-09 16:10:39 +000010129Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * parser.c: patch from Markus Henke when an encoding ain't recognized
10132
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010133Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10134
10135 * libxml.m4: got a report that #include <string.h> was needed
10136
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010137Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10138
10139 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10140
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010141Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10142
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010143 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010144
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010145Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10148 pointed out by Melvyn Sopacua.
10149
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010150Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10151
10152 * libxml.m4: Frédéric Crozat gave a patch related to the change
10153 of Include paths breaking the libxml.m4
10154
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010155Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10156
10157 * xpath.c: Fix bug #76927 forgot to save some context
10158 when evaluating binary expressions
10159
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010160Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10161
10162 * configure.in: fixed configure for MPE/iX from Markus Henke
10163 * xmlmemory.c: fixed initialization problems
10164 * xpath.c: another set of patches from Richard Jinks this
10165 fixes "make XPathtests" on linux
10166
Daniel Veillard21458c82002-03-27 16:12:22 +000010167Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10168
10169 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10170 * test/XPath/expr/compare test/XPath/expr/equality
10171 test/XPath/expr/floats test/XPath/expr/functions
10172 test/XPath/expr/strings result/XPath/expr/compare
10173 result/XPath/expr/equality result/XPath/expr/floats
10174 result/XPath/expr/functions result/XPath/expr/strings: Updated
10175 tests though they show a divergence on Linux
10176
Daniel Veillard28dfed12002-03-27 09:08:17 +000010177Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * xpath.c trionan.c: previous commit also included patches
10180 from Richard Jinks on some IEEE support corner case
10181
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010182Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10183
10184 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10185 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10186 that $(datadir) should be used for docs
10187
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010188Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10189
10190 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10191 could leak filedescriptors
10192
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010193Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10194
10195 * configure.in nanohttp.c: applied patch from Allan Clark for
10196 UnixWare/OpenServer
10197
Daniel Veillard19274092002-03-25 16:48:03 +000010198Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10199
10200 * configure.in: preparing 2.4.19
10201 * doc/*: rebuilt the docs
10202
Daniel Veillard56b2db72002-03-25 16:35:28 +000010203Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10204
10205 * nanohttp.c: fixing #76043, got fed up with non-portability
10206 of that piece of code.
10207
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010208Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10209
10210 * valid.c SAX.c: Never commit without running "make tests" :-(
10211 fix a couple of stupidities in the previous commit
10212 * result/*: a few changes in some attribute order result of previous
10213 commit.
10214
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010215Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10216
10217 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10218 the internal subset should not raise duplicate ID errors,
10219 also there was a small bug in conjunction to namespace
10220 declarations defaulted and xml:xxx attributes DTD definitions.
10221
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010222Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10223
10224 * xpath.c: Richard Jinks also raised some rounding problems
10225 this tries to fix them
10226
Daniel Veillard4e2df542002-03-22 12:23:14 +000010227Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10230 behaviour in xmlXPathCastToString()
10231
Daniel Veillarddb552912002-03-21 13:27:59 +000010232Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10235 raised by Morus Walter
10236
Daniel Veillard9e537932002-03-21 13:08:08 +000010237Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10238
10239 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10240 from Igor
10241
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010242Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10243
10244 * xpath.c: fixing #75619, related to a problem when trying
10245 to evaluate condition when the current node set resulting
10246 from that sub-step evaluation is empty. Also fixes 2 potential
10247 problem with previous-sibling and next-siblings axis.
10248
Daniel Veillard1840ef02002-03-21 08:05:23 +000010249Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10250
10251 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10252 HTML support is not configured in.
10253
Daniel Veillard561b7f82002-03-20 21:55:57 +000010254Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10255
10256 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10257 include/libxml/tree.h: dohh I really didn't intended to commit
10258 this test version :-(
10259
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010260Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10261
10262 * testSAX.c: I wanted to see the real speed at the SAX interface
10263 after a little too many Ximianer started complaining about the
10264 parser speed.
10265 added a --quiet option:
10266 paphio:~/XML -> ls -l db100000.xml
10267 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10268 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10269 3200006 callbacks generated
10270 real 0m1.270s
10271 Which means 16MBytes/s and 3Mcallback/s
10272
Daniel Veillardc62a1472002-03-19 18:35:12 +000010273Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10274
10275 * xpath.c: valgrind spotted another error that time when running
10276 on libxslt regression tests
10277
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010278Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10279
10280 * Makefile.am: adding "make valgrind" running the full regression
10281 tests (except python ones) under Valgrind (using valgrind -q
10282 which was kindly added by the author).
10283 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10284 passes cleanly now except an obcure floating point initialization
10285 raised in log10() in one XPath regression test ???
10286 * tree.c: edited some comments to close #75244
10287
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010288Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10289
10290 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10291 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10292 context of ScrollKeeper, made sure that if the number is
10293 an integer, the serialization follows the description at
10294 http://www.w3.org/TR/xpath#section-String-Functions
10295
Daniel Veillard5997aca2002-03-18 18:36:20 +000010296Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10297
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010298 * configure.in: preparing 2.4.18
10299 * doc/*: updated and rebuilt the web site
10300 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10301 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010302 * parser.c: humm, changed the way the SAX parser work when
10303 xmlSubstituteEntitiesDefault(1) is set, it will then
10304 do the entity registration and loading by itself in case the
10305 user provided SAX getEntity() returns NULL.
10306 * testSAX.c: added --noent to test the behaviour.
10307
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010308Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10309
10310 * parser.c: Wilfried Teiken provided a hackish but working
10311 way to get context reported back on entities when parsing
10312 with SAX and without breaking the DOM build.
10313
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010314Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * c14n.c: applied a new patch from Aleksey Sanin
10317 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10318 to reference Aleksey implementation of XML digital Signatures
10319
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010320Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10321
10322 * xpath.c: small fix to avoid potential problem due to
10323 ordering of freeing data
10324 * python/Makefile.am: people were complaining about
10325 the generated file in python dir not being built
10326
Daniel Veillardd2379012002-03-15 22:24:56 +000010327Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10330 python/generator.py python/libxml.c python/types.c: Cleanup
10331 of the python Makefiles based on Jacob and James feedback,
10332 fixed the spec file accordingly, fixed the number of warning
10333 that passing my pedantic CFLAGS was generating. Conclusion
10334 is that Python includes are real crap.
10335
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010336Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10337
10338 * configure,in: it was reported quite a few times that
10339 xml2-config --cflags should not output
10340 -I$includeprefix/libxml2/libxml because libxml2 header names
10341 clashes with existing names like list.h from C++ stl.
10342 Includes should be #include<libxml/xxx.h> so ...
10343
Daniel Veillard6f293b12002-03-15 09:42:33 +000010344Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * c14n.c: another patch from Aleksey Sanin
10347
Daniel Veillard5c396542002-03-15 07:57:50 +000010348Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10351 canonicalization algorithm
10352 * doc/xml.html doc/index.html: added the C14N references on the
10353 index page.
10354
jacob berkman9be65862002-03-14 02:15:56 +0000103552002-03-13 jacob berkman <jacob@ximian.com>
10356
10357 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10358 usage, redundant, and gcc specific
10359
Daniel Veillard75be0132002-03-13 10:03:35 +000010360Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * xpath.c: speedup some node selection operations, this can
10363 have a significant impact on DocBook Norm's stylesheets
10364 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10365 make sure it's always the case
10366 * debugXML.c: distinguish CDATA and comments in ls operations
10367
Daniel Veillard61f26172002-03-12 18:46:39 +000010368Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10369
10370 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10371 to generate better API descriptions etc...
10372
Daniel Veillard9ff88172002-03-11 09:15:32 +000010373Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10374
10375 * c14n.c: Fixing #74186, made sure all boolean expressions
10376 get fully parenthesized, ran indent on the output
10377 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10378 include/libxml/tree.h: also #74186 related, removed the
10379 --with-buffers option, and all the preprocessor conditional
10380 sections that were resulting from it.
10381
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010382Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10383
10384 * valid.c: applied patch from Dodji Seketeli fixing an
10385 uninitailized variable in xmlValidGetValidElements()
10386
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010387Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10388
10389 * c14n.c: fixed a few comments
10390 * doc/*.html doc/*/*.html: regenerated the docs and added
10391 the C14N API
10392 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10393
Daniel Veillardfa49d872002-03-09 10:20:00 +000010394Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10395
10396 * check-xml-test-suite.py: fix to adapt varaiations in the
10397 bindings
10398 * configure.in python/setup.py python/setup.py.in: fixed to
10399 have the version of the python scripts automatically updated
10400
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010401Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10402
10403 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10404 in xmlCopyProp()
10405
Daniel Veillardaf43f632002-03-08 15:05:20 +000010406Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10407
10408 * configure.in: preparing 2.4.17 release
10409 * doc/*: updated and rebuilt the docs
10410 * xpath.c: fixed a comment
10411 * python/libxml.c: fixed a possible reentrancy problem
10412
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010413Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10416 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10417 added a specific regression test
10418 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10419 not raise exceptions when failing to find the attribute.
10420
Daniel Veillard90bc3712002-03-07 15:12:58 +000010421Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * configure.in xmllint.c: owen pointed out a problem with the
10424 ftme fix, gettimeofday() was not detected by configure and
10425 the ftime header wasn't included, dohhh
10426
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010427Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10428
10429 * configure.in xmllint.c: trying to fix #71457 for timing
10430 precision when gettimeofday() is not availble but ftime() is
10431
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010432Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10433
10434 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10435 are now copied on install and part of the -devel RPM
10436
Daniel Veillard7b416132002-03-07 08:36:03 +000010437Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10438
10439 * xpath.c: trying to avoid bug #72150 which was apparently
10440 caused by a gcc bug (or a processor problem) as detailed
10441 at http://veillard.com/gcc.bug
10442
Daniel Veillardf742d342002-03-07 00:05:35 +000010443Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10444
10445 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10446 fixed xmlReconciliateNs(), added a Python test/example for
10447 inter-document cut'n paste
10448 * python/libxml.py: fixed node.doc on document nodes and added
10449 xpathEval() onto node objects
10450
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010451Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10452
10453 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10454 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10455 fixup and integrated tests for the serialization stuff
10456
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010457Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10458
10459 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10460 moved the libxml man page to section 3
10461
Daniel Veillard1e774382002-03-06 17:35:40 +000010462Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * tree.c: fix bug #72490
10465 * python/libxml.c python/libxml.py: added methods serialize()
10466 and saveTo() to all node elements.
10467
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010468Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10469
10470 * xmlIO.c: closed #73430, don't read from an input source
10471 which indicated an end-of-file or an error.
10472
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010473Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10474
10475 * parser.c: make sure SAX endDocument is always called as
10476 this could result in a Python memory leak otherwise (it's
10477 used to decrement ref-counting)
10478 * python/generator.py python/libxml.c python/libxml.py
10479 python/libxml2-python-api.xml python/libxml2class.txt
10480 python/tests/error.py python/tests/xpath.py: implemented
10481 the suggestions made by Gary Benson and extended the tests
10482 to match it.
10483
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010484Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10485
10486 * python/generator.py: applied patch fixing #73450
10487
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010488Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10489
10490 * xpath.c: fixing #61290 "namespace nodes have no parent"
10491 long standing divergence from the XPath REC. NodeSets
10492 simply hold a copy of namespace nodes and those node ->next
10493 points to the parent (which may not be the node carrying the
10494 definition).
10495 * include/libxml/xpath.h: flagged but didn't added a possible
10496 speedup
10497 * DOCBparser.c HTMLparser.c: removed some warnings from push
10498 parser due to new state being added.
10499 * tree.c: new fix from Boris Erdmann
10500 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10501 the XML Canonalization support from Aleksey Sanin
10502
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010503Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10504
10505 * tree.c: patch from Boris Erdmann fixing some namespace odities
10506 with xmlCopyNode()
10507
Daniel Veillardc6613042002-03-02 09:34:02 +000010508Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10509
10510 * xmlIO.c: fix bug #72706 when loading a NULL entity
10511
Daniel Veillardc0fef772002-03-01 16:16:31 +000010512Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10513
10514 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10515 actually change in a future XML Namespace revision.
10516
Daniel Veillard79426f22002-03-01 16:14:17 +000010517Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10518
10519 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10520 added the possibility of returning nodesets from XPath extension
10521 functions written in Python
10522
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010523Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * python/*: commiting some Python bindings work done while travelling
10526
Daniel Veillard97300512002-03-01 09:13:41 +000010527Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10528
10529 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10530 explicitely with memory debugging switched on
10531
Daniel Veillard6361da02002-02-23 10:10:33 +000010532Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10533
10534 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10535 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10536 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10537 the accessor generator for strings
10538 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10539 regression test.
10540
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010541Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10542
10543 * python/README python/generator.py python/libxml.c python/setup.py:
10544 added the 'usual' setup.py to allow building a libxml2-python
10545 module based on the same code. The initialization is however
10546 different the 2 .so files fo libxml2 and libxslt are identical and
10547 they entry point initialize both libraries. this is done to avoid
10548 some possible nasty problem since the Python don't merge the maps
10549 of all shared modules.
10550
Daniel Veillard158a4d22002-02-20 22:17:58 +000010551Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10552
10553 * parser.c: fixed a push/encoding bug reported by Michael
10554 on librsvg
10555
Daniel Veillard7839e162002-02-20 18:54:48 +000010556Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10557
10558 * include/libxml/parserInternals.h: fixes a misplaced #endif
10559
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010560Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10561
10562 * parser.c valid.c: found and fixed a couple of allocation bugs
10563
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010564Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10565
10566 * doc/xml.html doc/python.html doc/*: added a Python and binding
10567 page describing the current state of the Python bindings and
10568 giving pointers to the other languages wrappers.
10569
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010570Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10573 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10574 rebuilt the API and web site
10575 * xpath.c: fixed #71978 portability bugs
10576
Daniel Veillard8aff2472002-02-19 21:50:43 +000010577Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10578
10579 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10580
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010581Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10582
10583 * include/libxml/parserInternals.h parser.c: had to change
10584 2 internal parsing API when processing document content
10585 to check the start and end of element content are defined
10586 in the same entity
10587 * valid.c include/libxml/valid.h: attribute normalization can
10588 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10589 with the context to report it.
10590 * SAX.c: fixed the last known bugs, crazy validation constraints
10591 when a document is standalone seems correctly handled. There
10592 is a couple of open issues left which need consideration especially
10593 PE93 on external unparsed entities and standalone status.
10594 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10595 The 2 tests left failing are actually in error. Cleanup done.
10596
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010597Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10598
10599 * valid.c: implemented E59 spaces in CDATA does not match the
10600 nonterminal S
10601
Daniel Veillard878eab02002-02-19 13:46:09 +000010602Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * SAX.c parser.c valid.c: more validation test fixups
10605 * check-xml-test-suite.py: added duration info for the tests
10606
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010607Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10608
10609 * parser.c valid.c: a couple of errors were reported but not
10610 saved back as such in the parsing context. Down to 1% failure rate
10611 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10612
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010613Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10614
10615 * xmlInternald.c: isExtender was missing a char
10616 * parser.c include/libxml/parser.h: % are acceptable in the
10617 internal subset if within a PUBLIC ID
10618
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010619Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10620
10621 * SAX.c parserInternals.c valid.c: more work on the conformance
10622 suite. Took the step to finally block documents with encoding
10623 errors. It's a fatal error per the spec, people should have fixed
10624 their documents by now.
10625
Daniel Veillard55253e22002-02-18 14:32:39 +000010626Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * check-xml-test-suite.py: fixed the test script after some discussion
10629 on the semantic of TYPE="error"
10630 * Makefile.am: added the script to the distrib
10631
Daniel Veillard28757702002-02-18 11:19:30 +000010632Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10633
10634 * SAX.c entities.c: fixed a couple of conformances issues deep
10635 into the validation code (standalone and undeclared Notations)
10636
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010637Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10638
10639 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10640 stayed there for years !
10641
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010642Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10643
10644 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10645 missing
10646
Daniel Veillardc7612992002-02-17 22:47:37 +000010647Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10648
10649 * check-xml-test-suite.py: improved the behaviour a bit as
10650 well as the logs
10651 * parser.c valid.c SAX.c: fixed a few more bugs
10652 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10653
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010654Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10655
10656 * check-xml-test-suite.py: python script to run regression tests
10657 against the XML Test suite of W3C/OASis
10658 * SAX.c: fixed a validation bug
10659 * parser.c: fixed 3 errors pointed by the test suite
10660 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10661 * python/Makefile.am: fixed a dependendy
10662
Daniel Veillard9f28f302002-02-15 20:48:08 +000010663Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * xmlmemory.c: avoid a warning bug #71594
10666
Daniel Veillard144024e2002-02-13 21:14:46 +000010667Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10668
10669 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10670 warning on alpha/Tru64
10671
Daniel Veillarde4301c82002-02-13 13:32:35 +000010672Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * include/libxml/entities.h: fixing a comment
10675 * valid.c: fixing some troubles with validity check on namespaces
10676 * result/VC/NS3 test/VC/NS3: added a specific regression test
10677
Daniel Veillarda6d05382002-02-13 13:07:41 +000010678Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10679
10680 * tree.c: Fixing #71342 serializing '\n' in attribute values
10681 * result/noent/att3 result/att3 test/att3: added a specific
10682 test.
10683
Daniel Veillard797a5652002-02-12 13:46:21 +000010684Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10685
10686 * python/libxml.c: couple of bug fixes
10687
Daniel Veillard01a6d412002-02-11 18:42:20 +000010688Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10689
10690 * python/*.py: removed tabs and used spaces.
10691
Daniel Veillard397ff112002-02-11 18:27:20 +000010692Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10695 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10696
Daniel Veillard03517542002-02-11 13:54:40 +000010697Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10698
10699 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10700 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10701
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010702Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * include/libxml/encoding.h include/libxml/entities.h
10705 include/libxml/globals.h include/libxml/parser.h
10706 include/libxml/threads.h include/libxml/tree.h
10707 include/libxml/xmlmemory.h: trying to fix the include mess
10708
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010709Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10710
10711 * include/libxml/xmlmemory.h: reverted part of the previous
10712 attempt to provide #69655, this was breaking the build.
10713
Daniel Veillard0ba59232002-02-10 13:20:39 +000010714Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10715
10716 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10717 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10718 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10719 include/libxml/parserInternals.h include/libxml/tree.h
10720 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10721 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10722 clean.
10723 * python/libxml.c: fixed a warning.
10724
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010725Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10726
10727 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10728 copying of node, merge back IDs in the target document.
10729 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10730 test/XInclude/ents/ids.xml: test case
10731 * result/VC/ElementValid4: output changed due to a typo fix
10732
Daniel Veillard1c18e302002-02-09 22:16:40 +000010733Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10734
10735 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010736 generate the dependencies right as Jacob found out. Add
10737 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010738
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010739Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * parserInternals.c valid.c: Justin Fletcher found some parts
10742 of the code needing cleanup
10743 * libxml.spec.in python/Makefile.am python/generator.py
10744 python/libxml.c python/libxml.py: Fixed the python Makefiles
10745 corrected a bug showing up on ia64, changed the name of the
10746 python internal module too
10747
Daniel Veillard07be19b2002-02-08 14:20:35 +000010748Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10749
10750 * Makefile.am: applied patch from Andris Pavenis for binary
10751 name suffixes
10752
Daniel Veillardf216d462002-02-08 13:44:24 +000010753Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10754
10755 * xmllint.c win32/win32config.h: fixing #68748
10756
Daniel Veillardd455d792002-02-08 13:37:46 +000010757Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10758
10759 * valid.c: fixing #70166
10760
10761Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * valid.c: fixing #70077
10764
Daniel Veillardc575b992002-02-08 13:28:40 +000010765Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10766
10767 * Copyright Makefile.am README configure.in libxml.spec.in:
10768 Changed to the MIT Licence
10769 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10770 doc/xmlio.html: updated the doc accordingly
10771 * include/libxml/xmlwin32version.h configure.in: preparing
10772 2.4.14 release
10773 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10774 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10775 fixed the const xmlChar * wrapper and generator, XPath extension
10776 functions now use the context as first argument
10777 * python/tests/tstxpath.py python/tests/xpath.py
10778 python/tests/xpathext.py: Updated the tests accordingly
10779 * tree.c: fixed bug #70067
10780
Daniel Veillard7db38712002-02-07 16:39:11 +000010781Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * Makefile.am: cleanup
10784 * debugXML.c: always use stdout if output is NULL
10785 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10786 * python/Makefile.am python/generator.py python/libxml2class.txt
10787 python/libxml_wrap.h python/types.c: augmented the number of bindings
10788 handling FILE * and XPath contexts
10789 * python/tests/Makefile.am: avoid a stupid problem due to the
10790 use of TEST.
10791
Daniel Veillard15a143b2002-02-06 22:40:50 +000010792Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10793
10794 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10795
Daniel Veillard70cab352002-02-06 16:06:58 +000010796Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * python/TODO python/libxml.c: cleanup the extension function lookup
10799 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10800
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010801Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10802
10803 * configure.in python/Makefile.am: do not install outside
10804 of prefix
10805
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010806Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10807
10808 * python/TODO python/libxml.c: started adding SAX interfaces
10809 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10810 SAX test
10811
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010812Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * tree.c: hardened the addChild function
10815 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10816 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10817 added accessors needed for xmlNode, a bit more testing and
10818 extension of interfaces
10819 * python/tests/Makefile.am python/tests/build.py: added a test
10820 build from scratch/save/load/check
10821
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010822Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10823
10824 * parserInternals.c: change a small bit in the way valididy
10825 error messages get initialized
10826 * python/TODO python/libxml.c python/libxml2-python-api.xml
10827 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10828 added some memory debugging to track leaks at the libxml2 level
10829 * python/tests/*.py: changed all tests to check for leaks,
10830 there is just one left in XPath extension registrations.
10831
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010832Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10833
10834 * python/TODO python/generator.py python/libxml2-python-api.xml
10835 python/libxml2class.txt: more accessor classes for the parser
10836 context, allow to switch on and check validity
10837 * python/tests/Makefile.am python/tests/error.py
10838 python/tests/invalid.xml python/tests/valid.xml
10839 python/tests/validate.py: attded more test and and added error.py
10840 which I forgot to commit in the last step
10841
Daniel Veillard3ce52572002-02-03 15:08:05 +000010842Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10843
10844 * python/Makefile.am python/types.c: cleanup
10845 * python/libxml.c python/libxml.py python/libxml_wrap.h
10846 python/generator.py python/libxml2-python-api.xml
10847 python/libxml2class.txt: added class for parser context, added
10848 first cut for push mode support. Added a framework to generate
10849 accessors functions.
10850 * python/tests/Makefile.am python/tests/push.py: added a push
10851 test
10852
Daniel Veillardcfb05462002-02-02 23:18:22 +000010853Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10854
10855 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10856 bug a bit of cleanup.
10857
Daniel Veillard5d819032002-02-02 21:49:17 +000010858Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10859
10860 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10861 python/libxml2class.txt: adding error redirections and preformat
10862 to a python handler
10863 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10864 tests self checking
10865
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010866Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10867
10868 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10869 a function
10870
Daniel Veillard9589d452002-02-02 10:28:17 +000010871Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10872
10873 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10874 python/libxml.c python/libxml2-python-api.xml
10875 python/libxml2class.txt: Progressing through the TODOs, class
10876 description output, extra XML API, RPM now builds the wrappers
10877 for all python installed versions
10878
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010879Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * configure.in libxml.spec.in python/Makefile.am python/TODO
10882 python/generator.py python/libxml2class.txt: added more informations
10883 in the libxml2-python package including docs. Slightly changed
10884 the class hierarchy
10885 * python/tests/*: added basic regression tests infrastructure too
10886
10887Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10890 added libxml2-python as part of the packages installed
10891
Daniel Veillarda7340c82002-02-01 17:56:45 +000010892Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * python/Makefile.am python/generator.py python/libxml.c
10895 python/libxml.py: more work, now able to extend the
10896 XPath interpreter with functions written in python.
10897
Daniel Veillardc3e39442002-02-01 09:29:41 +000010898Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10899
10900 * python/Makefile.am: Jacob sent a patch to allow building from
10901 tarfile.
10902
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010903Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10906 inserted the python wrappers build, I hope this won't be too
10907 unportable
10908
Daniel Veillard1971ee22002-01-31 20:29:19 +000010909Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10910
10911 * xpath.c: minor optimization
10912 * python/generator.py python/libxml.c python/libxml.py
10913 python/libxml_wrap.h: more work on the python bindings,
10914 they now support XPath and there is no evident leak
10915
Daniel Veillard36ed5292002-01-30 23:49:06 +000010916Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * python/generator.py python/libxml.c python/libxml.py:
10919 more work on the python bindings generator.
10920
Daniel Veillard96fe0952002-01-30 20:52:23 +000010921Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10922
10923 * python/generator.py python/libxml.c python/libxml_wrap.h:
10924 more work on the python bindings.
10925
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010926Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10927
10928 * python/generator.py python/libxml.c python/libxml.py
10929 python/libxml_wrap.h: commited early version of a python binding
10930 for private use only ATM
10931
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010932Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10933
10934 * entities.c tree.c include/libxml/entities.h: applied patch
10935 from Anthony Jones to implement copy of DTD subtree too. Had
10936 just to keep 2 function private which really ought to become
10937 public ones.
10938
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010939Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10940
10941 * xmllint.c: added pointers to the web pages in the usage()
10942
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010943Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10944
10945 * tree.c: more fixes from Petr Kozelka for attribute handling
10946 in the tree API to align the semantic with DOM.
10947
Daniel Veillard36065812002-01-24 15:02:46 +000010948Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * valid.c tree.c entities.c: another set of patches from
10951 Anthony Jones for copy operations cleanup and robustness
10952
Daniel Veillardf8592562002-01-23 17:58:17 +000010953Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10954
10955 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
10956 an alphabetic index based on comments content
10957 * doc/*: rebuilt the web site with the new references
10958
Daniel Veillardc8c7be42002-01-23 17:53:44 +000010959Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * parserInternals.h: Greg Sjaardema suggested to use an
10962 eponential buffer groth policy in xmlParserAddNodeInfo()
10963
Daniel Veillard3bf65be2002-01-23 12:36:34 +000010964Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
10967 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
10968 doc/parsedecl.py doc/Makefile.am: updated the python extractor
10969 to generate cross-references, and added/updated the stylesheets
10970 to generate and link API indexes. The generic keyword index
10971 is not done yet.
10972 * doc/*.html: regenerated all the usual docs too
10973
Daniel Veillard2070c482002-01-22 22:12:19 +000010974Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10975
10976 * debugXML.c: added an xpath function to the shell for T. V. Raman
10977
10978Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000010979
10980 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
10981 debug routines.
10982
Daniel Veillardc169f8b2002-01-22 21:40:13 +000010983Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10984
10985 * tree.c: apply an patch from Petr Kozelka for unlink and replace
10986 support of attribute nodes
10987
Daniel Veillard9d06d302002-01-22 18:15:52 +000010988Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
10991 hopefully near complete and fully documented of the API in XML
10992 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
10993 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
10994 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
10995 include/libxml/parserInternals.h include/libxml/valid.hi
10996 include/libxml/xmlIO.h include/libxml/xmlerror.hi
10997 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
10998 include/libxml/xpath.h include/libxml/xpathInternals.h:
10999 Cleaned up the doc comments a lot in the process, the interface
11000 coverage is now 100%
11001
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011002Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11003
11004 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11005 extracts comments from the gtk-doc DocBook output (a bit
11006 convoluted but seems to work).
11007
Daniel Veillard61006472002-01-21 17:31:47 +000011008Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11009
11010 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11011 added an XML description of the API, moved the script generating
11012 it here. Added a "make api" target
11013
Daniel Veillardd2f23002002-01-21 13:36:00 +000011014Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11015
11016 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11017
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011018Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11019
11020 * xpath.c include/libxml/xpathInternals.h: the change made to
11021 xmlXPathFuncLookupFunc was incompatible roll it back
11022
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011023Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11024
11025 * SAX.c: cleanup patch from Anthony Jones
11026 * doc/Makefile.am: fix the headers to avoid in make scan
11027 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11028 includes, * vs Ptr and general cleanup
11029 * parsedecl.py: first version of a script to extract the
11030 module interfaces, the goal will be to provide .decl or XML
11031 specification of the interfaces to build wrappers.
11032
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011033Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11034
11035 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11036 now provides return codes in case of errors
11037
Bjorn Reese026d29f2002-01-19 15:40:18 +000011038Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11039
11040 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11041 Upgraded to trio baseline 1.6
11042 * strio.h strio.c: Replaced by triostr.h and triostr.c
11043
Daniel Veillard572577e2002-01-18 16:23:55 +000011044Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11045
11046 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11047 of strdup usage in the code
11048
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011049Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11050
11051 * parser.c error.c: Keith Isdale complained rightly that
11052 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11053
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011054Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11055
11056 * tree.c: fixed the funxtion to set the xml: attributes
11057 * debugXML.c: added "setbase" to test it.
11058
Daniel Veillard2c748c62002-01-16 15:37:50 +000011059Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11062 to allow updating an attribute content
11063
Daniel Veillard8de85c62002-01-15 17:10:15 +000011064Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * libxml.h: try to avoid problems when compiling on Windows
11067
Daniel Veillard314cfa02002-01-14 17:58:01 +000011068Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11069
11070 * hash.c: patch from Anthony Jones for hash.c allocation size
11071 * Makefile.am: trying to work around Yet Another Libtool Madness
11072 and build the 2.4.13 release finally ...
11073
Daniel Veillard744683d2002-01-14 17:30:20 +000011074Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11075
11076 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11077 * doc/* : update of the documentation
11078
Daniel Veillarde6a55192002-01-14 17:11:53 +000011079Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11080
11081 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11082 at fixing #61290 :-(
11083
Daniel Veillardfb25a512002-01-13 20:32:08 +000011084Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11085
11086 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11087 Fixes bug #67229
11088
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011089Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * tree.c: trying to avoid troubles when a subtree is copied
11092 and coalesced in part with the target tree. Should fix
11093 bug #67407
11094
Daniel Veillardd8224e02002-01-13 15:43:22 +000011095Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11096
11097 * valid.c: fixed validation of attributes content of type
11098 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11099 values, very old bug. Fixes #67671
11100
Daniel Veillard8107a222002-01-13 14:10:10 +000011101Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * parser.c include/libxml/parserInternals.h tree.c: integrated
11104 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11105 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11106
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011107Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * threads.c: applied Serguei Narojnyi's patch to add native
11110 thread support on the Win32 platform
11111 * testThreadsWin32.c Makefile.am: added the test program also
11112 from Serguei, Win32 specific
11113 * include/win32config.h include/libxml/xmlwin32version.h.in:
11114 added patch from Igor for the Windows thread specific defines.
11115
Daniel Veillard845cce42002-01-09 11:51:37 +000011116Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11119
Daniel Veillard7b602b42002-01-08 13:26:00 +000011120Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11123 output page into XMLinfo.html. Close bug #66951 and
11124 raised by Robert Collins too.
11125
Daniel Veillard73c6e532002-01-08 13:15:33 +000011126Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11127
11128 * encoding.c: Paul Keogh pointed out a possibility of segfault
11129 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11130 Closes bug # 68238
11131
Daniel Veillard4a859202002-01-08 11:49:22 +000011132Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * doc/*.html: updated the Gdome2 links
11135
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011136Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * libxml.h: Applied following patches from Robert Collins
11139 and make sure IN_LIBXML is defined when compiling it
11140 -------
11141 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11142 as well as Visual C.
11143 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11144 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11145 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11146 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11147 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11148 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11149 xmlSysIDExists xmlNoNetExists).
11150 * xmllint.c: Don't include winsock2.h for Cygwin.
11151
Daniel Veillard401c2112002-01-07 16:54:10 +000011152Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11153
11154 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11155 when the version info is not present.
11156
Daniel Veillard6f42c132002-01-06 23:05:13 +000011157Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11158
11159 * tree.c: Anthony Jones pointed out a problem in
11160 xmlStringGetNodeList() and provided a fix for it
11161
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011162Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11163
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011164 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011165 xmlCreatePushParserCtxt() when the initial buffer passed
11166 is large.
11167
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011168Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11169
11170 * win32/*: big cleanup of the Windows/MSVC project files
11171 from Igor Zlatkovic
11172
Daniel Veillardcebb1362002-01-02 13:13:30 +000011173Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11174
11175 * doc/Makefile.am: should fix #67674 and avoid troubles if
11176 xsltproc is not available or fails in the prefix provided
11177
Daniel Veillard26908ab2002-01-01 16:50:03 +000011178Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11181
Daniel Veillard5344c602001-12-31 16:37:34 +000011182Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11183
11184 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11185 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11186 Fixed a few other problems raised by Charlie Bozeman.
11187 * result/VC/ElementValid[5-7]: fixed the output
11188
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011189Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11190
11191 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11192 patches from Charlie Bozeman. Regenerated the HTML docs.
11193
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011194Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11195
11196 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11197 for Windows from Igor
11198
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011199Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11200
11201 * xmllint.c: applied Justin Fletcher patch for --output or -o
11202
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011203Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11204
11205 * win32/libxml2/libxml2.def.src: close #67019
11206
Daniel Veillard01db67c2001-12-18 07:09:59 +000011207Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11208
11209 * xmllint.c: applied Justin Fletcher generic timing patch
11210 similar to the one already applied to xsltproc.
11211
Daniel Veillardd1640922001-12-17 15:30:10 +000011212Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11213
11214 * include/libxml/tree.h tree.c: applied documentation patches
11215 from Charlie Bozeman
11216
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011217Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11218
11219 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11220
Daniel Veillard29e43992001-12-13 22:21:58 +000011221Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11222
11223 * valid.c: fix the xmlStrdup() used in the previous patch.
11224 * valid.c: added --dropdtd
11225 * tree.c: fixed xmlUnlinkNode so it also removes the references
11226 from the document if the node is a DTD
11227
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011228Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11229
11230 * HTMLtree.c valid.c: cleanup some static declarations
11231
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011232Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11233
11234 * xmllint.c: removed another strdup()
11235 * doc/FAQ: removed the HP/UX entry
11236
Daniel Veillarded472f32001-12-13 08:48:14 +000011237Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11238
11239 * valid.c: fix bug #66816 when validating.
11240 * xmllint.c: don't use sys/time.h if configure did not found it
11241
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011242Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11243
11244 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11245 xmlcatalog_man.xml
11246
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011247Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11248
11249 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11250 xmlInitMemory() was declared twice
11251
Daniel Veillardb82c1662001-12-09 14:00:54 +000011252Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11253
11254 * globals.c: do not reference strdup() !
11255 * configure.in libxml-2.0.pc.in: trying to fix the libs
11256 of the various config extraction modules
11257
Daniel Veillardef90ba72001-12-07 14:24:22 +000011258Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11259
11260 * configure.in : preparing 2.4.12
11261 * doc/* : updated and rebuilt the docs
11262
Daniel Veillard220346d2001-12-07 11:33:54 +000011263Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11264
11265 * uri.c: closed bug #66159
11266 * testURI.c: added --escape option
11267 * configure.in: some cleanup for xml2-config --cflags
11268
Daniel Veillard2a906822001-12-06 14:34:08 +000011269Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11270
11271 * globals.c testThreads.c: removed some misplaced includes
11272 of xmlversion.h
11273
Daniel Veillarde28313b2001-12-06 14:08:31 +000011274Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11275
11276 * threads.c: patch from Gary Pennington fixing a possible
11277 problem at initialization time.
11278
Daniel Veillardd3b08822001-12-05 12:03:33 +000011279Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11280
11281 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011282 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011283 CodeWarrior.
11284
Daniel Veillarda7866932001-12-04 13:14:44 +000011285Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11286
11287 * xmllint.c: applied Geert Kloosterman's patch to fix
11288 --repeat --timing output
11289
Daniel Veillard19840942001-11-29 16:11:38 +000011290Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11291
11292 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11293 where non-wellformed XML declaractions were not detected.
11294
Daniel Veillarde85d9342001-11-28 14:43:12 +000011295Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11296
11297 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11298
Daniel Veillard22f25a82001-11-28 09:12:23 +000011299Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11300
11301 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11302 gets reset by xmlCleanupInputCallbacks() and this makes the
11303 function useless. Same for output.
11304
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011305Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11306
11307 * xmlIO.c: robert pointed out a loop error in callback cleanups
11308
Daniel Veillard8faa7832001-11-26 15:58:08 +000011309Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11310
11311 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11312 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11313 they are not really tied to debugging
11314
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011315Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11316
11317 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11318 * xmllint.c: better --catalogs description
11319
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011320Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11321
11322 * tree.c: fixed a couple of problems in xmlSetProp()
11323
Daniel Veillardcd337f02001-11-22 18:20:37 +000011324Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11325
11326 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11327 unappropriate stdout output.
11328
Daniel Veillard566d4df2001-11-22 13:00:53 +000011329Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11330
11331 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11332 by Denis Beurive, closes #65111
11333
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011334Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11335
11336 * valid.c: in case of content model validity error, don't
11337 print it if validity warnings were not requested.
11338
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011339Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11340
11341 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11342 * parserInternals.c: removed the last exit() call. Print an
11343 unmaskable error on stderr instead (library mismatch detection)
11344
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011345Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11346
11347 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11348 shell instructions from Heiko Rupp
11349
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011350Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11351
11352 * catalog.c: use the URL notation file:// for default catalog paths
11353
Daniel Veillard0ec98632001-11-14 15:04:32 +000011354Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11355
11356 * include/libxml/tree.h: better comments for _private fields
11357 * tree.c: removed a problem when copying an entity reference.
11358
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011359Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11360
11361 * vms/*: updated instructions and diffs from John A Fotheringham
11362
Daniel Veillarda11001b2001-11-12 22:45:36 +000011363Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11364
11365 * include/libxml/xmlerror.h: avoid an include problem if
11366 #include <libxml/xmlerror.h> happens first in code
11367 seems to be the case in KDE libs
11368
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011369Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11370
11371 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11372 from Igor for Windows
11373
11374Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11375
11376 * Makefile.am: Gary Pennington pointed out a missing prefix
11377
Daniel Veillard43d3f612001-11-10 11:57:23 +000011378Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11379
11380 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11381 * doc/*: upgraded and rebuilt the docs
11382
Daniel Veillardc1f78342001-11-10 11:43:05 +000011383Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11384
11385 * HTMLparser.c: fix comment in scripts element parsing.
11386 * result/HTML/doc3*: updated the results.
11387
11388Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11389
11390 * uri.c: another URI bug fix #63336, using Joel Young patch.
11391
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011392Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11393
11394 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11395 a cleaned up version of the Pwd shell string generation.
11396
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011397Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11398
11399 * valid.c include/libxml/tree.h: trying to fix namespaces +
11400 validation problems for good, closing #63619 in the process
11401 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11402 wrong in this respect, fixed it.
11403
Daniel Veillardd536f702001-11-08 17:32:47 +000011404Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11405
11406 * xmllint.c: Morus Walter patch to allow --format and --encode
11407
Daniel Veillard5004f422001-11-08 13:53:05 +000011408Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11409
11410 * debugXML.c: Stefan Kost provided an help command for the shell
11411
Daniel Veillarda6825e82001-11-07 13:33:59 +000011412Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11413
11414 * debugXML.c: Heiko Rupp pointed that the shell would crash
11415 on empty nodesets returns.
11416
Daniel Veillard03f848d2001-11-07 12:53:46 +000011417Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11418
11419 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11420 migh need the history libraries
11421
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011422Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11423
11424 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11425 handle the case of < in quoted attributes, Bastian Kleineidam
11426
Daniel Veillardc853b322001-11-06 15:24:37 +000011427Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11428
11429 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11430 fixing catalog breakages
11431 * Makefile.am catalog.c result/catalogs/catal
11432 result/catalogs/mycatalog.* test/catalogs/catal*:
11433 fixed more problems in catalog support, added more regression tests
11434 for both XML and SGML catalog handling
11435
Daniel Veillard66870c72001-11-05 19:27:49 +000011436Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11437
11438 * debugXML.c: applied an improvement to xmlGetLineNo() from
11439 Keith Isdale
11440
Daniel Veillardffe09c92001-11-05 14:21:47 +000011441Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11442
11443 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11444 Side effect of the progressive catalog loading
11445
Daniel Veillardad661b92001-11-05 11:43:15 +000011446Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11447
11448 * Makefile.am: confexecdir and confexec_DATA were defined twice
11449 pointed out by Karl Eichwalder
11450
Daniel Veillard6eb17722001-11-04 22:19:27 +000011451Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11452
11453 * xmlcatalog.c: avoid unlink() and use remove() instead.
11454
Daniel Veillardea898282001-11-04 22:13:45 +000011455Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11456
11457 * libxml.spec.in: cleanup
11458 * include/libxml/xmlwin32version.h: updated with 2.4.8
11459
Daniel Veillarda4617b82001-11-04 20:19:12 +000011460Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11461
11462 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11463 of compiling libxml with a non standard set of options
11464
John Fleck027edfb2001-11-04 20:13:58 +000011465Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11466
11467 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11468 document --sgml option, fixing gnome bugzilla #63382
11469
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011470Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11471
11472 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11473 breakage of 2.4.7, added a couple of really needed APIs
11474 like xmlCatalogIsEmpty() and xmlNewCatalog()
11475 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11476 for install-catalog
11477 * configure.in: preparing 2.4.8
11478
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011479Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11480
11481 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11482 include/libxml/tree.h include/libxml/xmlIO.h: more include
11483 cleanups, export cleanly one html output + format function.
11484
11485Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11486
11487 * parser.c: removed initGenericErrorDefaultFunc call from
11488 xmlInitParser() since it could destroy previous calls to
11489 xsltSetGenericErrorFunc() effects
11490
Daniel Veillardebd38c52001-11-01 08:38:12 +000011491Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11492
11493 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11494 keyword.
11495
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011496Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11497
11498 * Makefile.am: cleanup
11499 * threads.c: cleanup too
11500 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11501 from xsltproc
11502 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011503 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011504
Daniel Veillard91c00402001-10-30 17:41:38 +000011505Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11506
11507 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11508 was not used anymore !
11509
Daniel Veillard52dcab32001-10-30 12:51:17 +000011510Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11511
11512 * configure.in: preparing 2.4.7
11513 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11514 manual page from John
11515 * doc/*: updated the doc and rebuilt the generated pages
11516
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011517Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11518
11519 * xmlIO.c: closing bug #62711, the library should never
11520 close stdin or stdout.
11521
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011522Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11523
11524 * uri.c: second pass at fixing #63336, using Joel Young
11525 final patch. looks okay.
11526
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011527Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11528
11529 * uri.c include/libxml/uri.h: trying to clear #63336
11530 allowing the escaping routine to parse unconformant
11531 URI-References.
11532
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011533Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11534
11535 * vms/readme.vms vms/build_libxml.com nanoftp.c
11536 include/libxml/xmlversion.h.in: a few VMS updates from
11537 John A Fotheringham
11538 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11539 and xmlCleanupOutputCallbacks() for the Perl binding people.
11540
Daniel Veillard635ef722001-10-29 11:48:19 +000011541Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11542
11543 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11544 apply fixes to close #63271 and avoid segfaults when
11545 the error routine gets callbed before xmlInitParser()
11546 get called.
11547 * nanoftp.c error.c: Applied patches from Justin Fletcher
11548 correcting some xmlGenericError misuses.
11549
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011550Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11551
11552 *doc/xmllint.xml, doc/xmllint.1
11553 New and improved man page for xmllint - .xml is the original, .1
11554 is the generated man page
11555
Daniel Veillardc9484202001-10-24 12:35:52 +000011556Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11557
11558 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11559 the web site from the main HTML document.
11560
Daniel Veillard5151c062001-10-23 13:10:19 +000011561Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11562
11563 * parser.c: fixed an erroneous validation bug when PE refs
11564 occurs in external parsed entities referenced from the
11565 internals subset
11566 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11567 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11568 added the associated testcase, it's a nice one.
11569 * HTMLparser.c: generate the DTD node as HTML still ...
11570 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11571
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011572Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11573
11574 * HTMLparser.c: fixed a bug in htmlNewDoc()
11575
Daniel Veillard89cad532001-10-22 09:46:13 +000011576Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11577
11578 * test/threads/*: added entities testing to the Thread test
11579 * testThreads.c: make the test reasonable
11580 * DOCBparser.c: fix the DTD public and system ID
11581 * xmllint.c: added --sgml for SGML DocBook importing
11582 * Makefile.am: added Docbtests target
11583
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011584Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11587 * testThreads.c: removed bogus include
11588
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011589Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11590
11591 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11592 fixed a very serious (looping) validation bug
11593
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011594Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11595
11596 * include/libxml/globals.h include/libxml/threads.h threads.c
11597 testThreads.c: far more testing, cleaning up bugs
11598 * *.c : make sure globals.h is always included.
11599
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011600Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11601
11602 * HTMLparser.c: try to get rid of parser loops for good.
11603
Daniel Veillardab7488e2001-10-17 11:30:37 +000011604Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11605
11606 * configure.in: fixed some bugs in CFLAGS passing.
11607 * test/threads Makefile.am testThreads.c: added a specific
11608 threaded test case (really nasty, guaranteed).
11609
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011610Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11611
11612 * catalog.c: serious cleanup on the management of the
11613 XML catalog tree, more tests done, especially with
11614 the catalog PI.
11615
Daniel Veillard364789a2001-10-16 12:45:00 +000011616Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11617
11618 * catalog.c: avoid a problem in catalog cleanup on SMP if
11619 catalogs were not initialized.
11620
Daniel Veillard81463942001-10-16 12:34:39 +000011621Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11622
11623 * catalog.c xpath.c: trying to cleanup the not thread safe
11624 parts of the library.
11625
Daniel Veillard64a411c2001-10-15 12:32:07 +000011626Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11627
11628 * include/libxml/globals.h configure.in global.data: make
11629 the allocation be per-thread a configure option
11630 * encoding.c include/libxml/parser.h: fixed compilation
11631 errors
11632
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011633Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11634
11635 * include/libxml/parser.h: Norm reported that a few lines
11636 added were breaking libxslt compile, removed them for now
11637
Daniel Veillard6f350292001-10-14 09:56:15 +000011638Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * parser.c parserInternals.c threads.c: debugged and fixed
11641 initialization problems which were giving troubles on SMP
11642 boxes.
11643
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011644Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11645
11646 * include/libxml/Makefile.am: missing globals.h
11647
Daniel Veillarde7090612001-10-13 12:18:28 +000011648Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011649
Daniel Veillarde7090612001-10-13 12:18:28 +000011650 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011651
Daniel Veillardd0463562001-10-13 09:15:48 +000011652Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11653
11654 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11655 include/libxml/parserInternals.h include/libxml/tree.h
11656 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11657 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11658 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11659 Applied the last patches from Gary, cleanup, activated threading
11660 all user accessible global variables are now handled in globals.[ch]
11661 Still a bit rought but make tests passes with either
11662 --with-threads defined at configure time or not.
11663 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11664 linking options
11665
Daniel Veillardb8478642001-10-12 17:29:10 +000011666Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11667
11668 * Makefile.am include/libxml/Makefile.am
11669 include/libxml/globals.h globals.c include/libxml/threads.h
11670 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11671 configure.in: started integrating the core of the thread support
11672 not activated yet but half integrated. The code should still
11673 compile and work anyway.
11674
Daniel Veillardb44025c2001-10-11 22:55:55 +000011675Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11676
11677 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11678 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11679 integrating the non-controversial parts of Gary Pennington
11680 multithread patches
11681 * catalog.c: corrected a small bug introduced
11682
Daniel Veillard75b96822001-10-11 18:59:45 +000011683Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11684
11685 * catalog.c include/libxml/catalog.h: very serious cleanup,
11686 isolating unportable code and as much as possible the accesses
11687 to the global shared catalog. May need more testing !
11688
Daniel Veillard78d12092001-10-11 09:12:24 +000011689Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11690
11691 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11692 Keith Isdale patches for the XSLT debugger interfaces. Some
11693 cleanup
11694
Daniel Veillardff0b7312001-10-11 06:46:09 +000011695Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11696
11697 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11698 * DOCBparser.c: generate line nubers in elements
11699
Daniel Veillard60087f32001-10-10 09:45:09 +000011700Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11701
11702 * configure.in: preparing 2.4.6 release
11703 * doc/xml.html doc/html/*: updated and rebuilt the docs
11704 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11705
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011706Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11707
11708 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11709 adding documentation for DV's supercatalog support
11710
Daniel Veillard82d75332001-10-08 15:01:59 +000011711Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11712
11713 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11714 super catalog support adding one API and one flag --sgml to
11715 xmlcatalog
11716
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011717Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11718
11719 * doc/xmlcatalog_man.xml, xmlcatalog.1
11720 One more crack at
11721 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11722
11723
Thomas Broyer47334c02001-10-07 16:41:52 +000011724Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11725
11726 * xpath.c: implemented xmlXPathObjectCopy for external objects
11727 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11728
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011729Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11730
11731 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11732 finishing up fix to
11733 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11734 the xmlcatalog man page display more elegantly
11735
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011736Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11737
11738 * configure.in: closing bug #61832
11739 * HTMLparser.c: removed a warning
11740
Daniel Veillard6ab38382001-10-06 13:08:27 +000011741Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11742
11743 * xpath.c: fixing #61673 part I, do not loose doc information
11744 when copying result value trees.
11745
Daniel Veillard556c6682001-10-06 09:59:51 +000011746Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11747
11748 * xpath.c: trying to harden the XPath interpreter
11749
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011750Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11751
11752 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11753 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11754
William M. Brack1633d182001-10-05 15:41:19 +000011755Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11756
11757 * HTMLparser: repaired another loop problem
11758
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011759Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11760
11761 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11762 parsing.
11763 * xpath.c: fix bug #61291 the default XML namespace node is
11764 missing from the namespace axis.
11765 * tree.c: refuse to create namespaces nodes with prefix "xml"
11766
Daniel Veillard651f9472001-10-04 14:51:06 +000011767Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11768
11769 * SAX.c: ouch a non-defined namespace could lead to a crash,
11770 fixed #61215
11771
Daniel Veillard7dd05702001-10-04 14:25:12 +000011772Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11773
11774 * parserInternals.c: closed bug #61054
11775
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011776Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11777
11778 * include/libxml/Makefile.am: closing #60708
11779
Daniel Veillarda293c322001-10-02 13:54:14 +000011780Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11783 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11784
Daniel Veillardf4309d72001-10-02 09:28:58 +000011785Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11786
11787 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11788
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011789Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11790
11791 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11792 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11793
Daniel Veillard16756b62001-10-01 07:36:25 +000011794Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11795
11796 * catalog.c: Justin Fletcher provided cleaup code in case
11797 HAVE_STAT is not defined
11798 * include/win32config.h: Igor Zlatkovic suggested to have
11799 HAVE_STAT defined there
11800
William M. Brack5e1cac12001-09-28 16:19:18 +000011801Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11802
11803 * catalog.c - fixed typing error reported by M. Barros
11804
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011805Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11806
11807 * xmllint.c - fixing typo
11808
William M. Brackd28e48a2001-09-23 01:55:08 +000011809Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11810
11811 * HTMLparser.c: small enhancement to prevent loop on
11812 unrecognizable data
11813
Daniel Veillardb1d62872001-09-21 09:47:08 +000011814Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11815
11816 * parserInternals.c: applying patch from bug #60757 this
11817 should close it
11818
Daniel Veillardc0631a62001-09-20 13:56:06 +000011819Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * catalog.c xmlcatalog.c: removed a couple of warning
11822 * xpath.c: try to solve the linking problem on platforms
11823 needing trio to compile
11824
Daniel Veillard1a123612001-09-19 08:06:23 +000011825Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011826
Daniel Veillard1a123612001-09-19 08:06:23 +000011827 * Makefile.am libxml.spec.in: backing up non-documented changes
11828 commited without review or aproval by Jens Finke <jens@gnome.org>
11829 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011830
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011831Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * configure.in: Joe Orton provided a patch fixing a problem
11834 when iconv is specified to be in a non-standard directory
11835 but wasn't exported in xml2-config --cflags
11836
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011837Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11838
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011839 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011840 troubles with 2.4.4 errors.
11841
Daniel Veillard16698282001-09-14 10:29:27 +000011842Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * encoding.c entities.c: do not output hexadecimal charrefs
11845 when serializing HTML since some version of Netscape can't
11846 grok it, generate decimal ones.
11847 * result/HTML/doc3.htm: output changed due to previous test
11848 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11849
Daniel Veillard98fed372001-09-13 11:34:58 +000011850Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11853 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11854
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011855Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011856 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011857
11858 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11859 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11860 updated the configuration scripts systems accordingly
11861
Daniel Veillard04382ae2001-09-12 18:51:30 +000011862Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11863
11864 * configure.in: preparing for 2.4.4
11865 * doc/xml.html doc/html/*: updated and rebuilt the docs
11866
Daniel Veillardd63437e2001-09-12 15:00:27 +000011867Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11868
11869 * win32/dsp/libxml2.def.src: tried to incorporate comments
11870 from bug #59220
11871
Daniel Veillard319a7422001-09-11 09:27:09 +000011872Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11873
11874 * parser.c result/noent/wml.xml: fixed bug #59981 related
11875 to handling of '&' in attributes when entities are substitued
11876
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011877Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11878
11879 * libxml.h include/libxml/xmlversion.h.in
11880 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11881 Tried to close bug #60131
11882
Daniel Veillardbce62332001-09-10 18:46:55 +000011883Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11884
11885 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11886
Daniel Veillard143b04f2001-09-10 18:14:14 +000011887Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * SAX.c: fixing bug #59946 on xmlns=""
11890
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011891Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11892
11893 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11894 but allocates a new error code.
11895
Daniel Veillard05c13a22001-09-09 08:38:09 +000011896Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11897
11898 * xmllint.c: John Fleck fixed typos in the options output
11899 * parser.c SAX.c: fix ignorable white space SAX selection
11900
11901Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11902
11903 * entities.c: Steve Underwood found the possibility of an
11904 ininite loop in case of error.
11905
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011906Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11907
11908 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11909
Daniel Veillarda050d232001-09-05 15:51:05 +000011910Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11911
11912 * parser.c: warn if version is not 1.0 but it's not
11913 strictly speaking an error after analyzing the spec
11914
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011915Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11916
11917 *doc/catalog.html - add link to the html version of the
11918 man page, other linguistic cleanups
11919
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011920Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11921
11922 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11923 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11924 file, has not yet been included in the build.
11925
Daniel Veillard99784ff2001-09-01 16:20:28 +000011926Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11927
11928 * catalog.c: removed a duplicate affectation Justin Fletcher
11929
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011930Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11931
11932 * tree.c: Armin Sander pointed a possible text coalescing
11933 problem, completed his patch.
11934
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011935Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11936
11937 * trionan.c: Fixed const and volatile re-definition problem
11938
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011939Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11940
11941 * libxml.4 parser.c: doc updates from Heiko Rupp
11942 * parserInternals.c: 2 sanity checks from Heiko Rupp
11943
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011944Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11945
11946 * tree.c: applied patch from Armin Sander to make some pointers
11947 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011948 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011949
Daniel Veillardb06c6142001-08-27 14:26:30 +000011950Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11951
11952 * xpath.c: hum, restrict the integer usage gcc bug workaround
11953 to only gcc compilers so that other architecture don't get
11954 penalized by this limitation.
11955 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
11956
Daniel Veillard268fd1b2001-08-26 18:46:36 +000011957Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11958
11959 * valid.c: fixed a Windows compiler warning (Chris Poblete)
11960 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
11961
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000011962Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11963
11964 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
11965 --convert option to xmlcatalog to convert SGML ones to
11966 the XML syntax.
11967 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
11968
11969 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000011970Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11971
11972 * catalog.c xmlIO.c: started some serious testing and fixed
11973 a few bug and optmization needs.
11974
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000011975Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11976
11977 * Makefile.am configure.in include/libxml/xmlwin32version.h:
11978 preparing for a 2.4.3 release even if it may not be ready yet
11979 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
11980 all file parsing lookup to go through the entity resolver, add
11981 to add an API to bypass it (needed to load catalogs themselves),
11982 some cleanup on the catalog code too.
11983 * nanoftp.c: small cleanup
11984 * doc/catalog.html: small update
11985
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000011986Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
11989 Jun Kuriyama
11990
Daniel Veillardffb120d2001-08-23 00:52:23 +000011991Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * doc/catalog.html: finished the catalog documentation
11994
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000011995Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11996
11997 * doc/catalog.html doc/xml.html: added documentation about
11998 Catalog support, misses an API description
11999 * doc/html/*: reextracted the API pages
12000
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012001Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12002
12003 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12004 Added the part about section 7.2 on URI resolution,
12005 fixed a side effect in the HTML parser, look complete
12006 and ready to rock except the URI/SystemID part!
12007
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012008Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12009
12010 * include/libxml/catalog.h include/libxml/parser.h
12011 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12012 xmlIO.c: added support and APIs needed for the catalog PI
12013 * include/libxml/xmlIO.h: cleanup
12014
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012015Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12016
12017 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12018 include/libxml/catalog.h: starts to look okay, really
12019 plugged the new framework, cleaned a lot of stuff,
12020 added some APIs, except the PI's support missing this
12021 should be mostly complete
12022 * result/catalogs/* test/catalogs/*: added new test, enriched
12023 the existing one with URN ID tests
12024
Daniel Veillard64339542001-08-21 12:57:59 +000012025Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * catalog.c: fixed nextCatalog
12028 * result/catalogs/docbook test/catalogs/*: started adding
12029 a small regression test
12030
Daniel Veillardcda96922001-08-21 10:56:31 +000012031Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12032
12033 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12034 more work on the XML catalog support.
12035 * parser.c include/libxml/parser.h: small cleanup seems using
12036 list as a public parameter name can give portability troubles
12037 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12038 include/libxml/xpath.h include/libxml/Makefile.am: removed
12039 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12040 wrappers
12041
Bjorn Reese45029602001-08-21 09:23:53 +000012042Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12043
12044 * Makefile.am trio.c triodef.h trionan.c xpath.c
12045 include/libxml/Makefile.am include/libxml/trionan.h:
12046 Re-worked Not-A-Number and Infinity support.
12047 * xmlcatalog.c: added readline include files
12048
Daniel Veillard344cee72001-08-20 00:08:40 +000012049Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12052 testCatalog as xmlcatalog, making it an installed app
12053 adding a shell, and preparing it to be a /etc/xml/catalog
12054 management tool, though not ready yet
12055 * catalog.c include/libxml/catalog.h: adding support for
12056 XML Catalogs http://www.oasis-open.org/committees/entity/
12057 not finished, there is some interesting tradeoffs and a
12058 few open questions left.
12059
Daniel Veillardb7664f42001-08-19 13:00:43 +000012060Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12061
12062 * xmllint.c: fixed a line formatting problem
12063
Daniel Veillard5015b712001-08-17 09:37:52 +000012064Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * SAX.c: removed a couple of unused variable (Albert Chin)
12067
Daniel Veillardbb371292001-08-16 23:26:59 +000012068Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12069
12070 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12071 trying to fix some troubles w.r.t. function returning
12072 const xxxPtr.
12073
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012074Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12075
12076 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12077 defined
12078
Daniel Veillardae6db172001-08-16 19:32:00 +000012079Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12080
12081 * xpointer.c: removed unused var
12082
Daniel Veillard09190202001-08-16 16:27:41 +000012083Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12084
12085 * testXPath.c: another small cleanup closing bug #59110
12086
Daniel Veillard796f4b62001-08-16 16:00:13 +000012087Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12088
12089 * win32/dsp/libxml2.def.src: small cleanup closing bug
12090 #59108
12091
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012092Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12093
12094 * example/gjobread.c: add xmlCleanupParser() before leaving
12095
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012096Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12097
12098 * config.h.in configure.in include/libxml/xmlwin32version.h:
12099 released 2.4.2
12100
Daniel Veillardd3d06722001-08-15 12:06:36 +000012101Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12102
12103 * include/libxml/valid.h debugXML.c valid.c: deprecate
12104 the non-boundchecking Sprintf functions, add Snprintf
12105 this should close bug #57984
12106
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012107Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12108
12109 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12110 URIs before doing the lookups (pointed by Mark Vakoc)
12111
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012112Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * xpath.c: serious changes on Result Value Trees and NodeSets
12115 w.r.t. deallocation and collect operations. Probably not
12116 100% clean (merge of allocated trees smells like a problem).
12117 Seems sufficient to close #58943
12118
Daniel Veillard90493a92001-08-14 14:12:47 +000012119Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12120
12121 * xmllint.c: adding a --format option
12122
Daniel Veillardfe703322001-08-14 12:18:09 +000012123Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12124
12125 * xpath.c: count() was broken on Result Value Tree
12126 * xmlIO.c: fixed file:/// accesses on _WIN32
12127
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012128Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12129
12130 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12131 macro was renamed, this should close bug #58683
12132
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012133Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12136 entity substitution mode text at the end of the entity might
12137 be added due to text coalescing.
12138 * nanoftp.c parser.c: small cleanup
12139
Daniel Veillard0c720972001-08-08 20:59:00 +000012140Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12141
12142 * HACKING: added John Fleck right to commit in the doc subdir
12143
Daniel Veillard48da9102001-08-07 01:10:10 +000012144Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12145
12146 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12147 allow to inherit attributes from the DTD directly in the
12148 tree, this is needed for XPath and can be a useful feature.
12149 Inherited namespaces are always provided at the tree level now
12150 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12151 of tests for this feature (XSLT being the prime user).
12152
Daniel Veillard50f34372001-08-03 12:06:36 +000012153Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12154
12155 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12156 testSAX.c xmlIO.c xmllint.c include/win32config.h
12157 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12158 include/libxml/xmlwin32version.h.in win32/README.MSDev
12159 win32/dsp/*: applied Win32 Facelift No.2 patches from
12160 Igor Zlatkovic for Windows/MSC
12161
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012162Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12163
12164 * SAX.c: unparsedEntityDecl() the URI computation of the
12165 entity wasn't done breaking XSLT unparsed-entity-uri()
12166
Daniel Veillard567e1b42001-08-01 15:53:47 +000012167Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12168
12169 * xpath.c: fixed a bug when walking the descendants and
12170 the current node has no children
12171 * debugXML.c: show up when a text node is supposed to not be escaped
12172
Thomas Broyerf186c822001-07-31 23:30:37 +000012173Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12174
12175 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12176 worked like the set:leading() function)
12177 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12178
Daniel Veillardba6db032001-07-31 16:25:45 +000012179Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12180
12181 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12182
Daniel Veillard57905372001-07-31 15:52:17 +000012183Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12184
12185 * include/libxml/xmlIO.h: apply change to close #58141
12186 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12187
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012188Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12189
12190 * parser.c: when the internal subset uses a PE, then the
12191 included entity can use conditional sections.
12192
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012193Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12194
12195 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12196 when walking the namespace axis showing up in
12197 libxst/tests/general/bug-12
12198 * xmlmemory.c: added the possibility to trace a given block
12199 defined by its address
12200
Daniel Veillard4aafa792001-07-28 17:21:12 +000012201Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12202
12203 * parser.c: don't override existing encoding specified before
12204 starting xmlParseDocument()
12205
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012206Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12207
12208 * include/libxml/xmlwin32version.h: reinserted, needed for
12209 Windows users of CVS
12210
Darin Adlera77cac02001-07-27 17:41:51 +0000122112001-07-27 Darin Adler <darin@bentspoon.com>
12212
Darin Adler699613b2001-07-27 22:47:14 +000012213 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12214 * testCatalog.c: Add include of <libxml/parser.h>.
12215
122162001-07-27 Darin Adler <darin@bentspoon.com>
12217
Darin Adlera77cac02001-07-27 17:41:51 +000012218 * include/libxml/.cvsignore:
12219 * include/libxml/xmlwin32version.h:
12220 Remove this file from CVS because it's generated.
12221
Daniel Veillard50822cb2001-07-26 20:05:51 +000012222Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12223
12224 * parser.c include/libxml/parser.h: applied const patches from
12225 Tom Moog #58002
12226
Thomas Broyerba4ad322001-07-26 16:55:21 +000012227Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12228
12229 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12230 lookup framework
12231
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012232Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12233
12234 * tree.c: fixed xmlCopyNode() for documents
12235
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012236Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12237
12238 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12239
12240Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012241
12242 * parser.c: fixes bug #57652 reported by Morus Walter
12243
Daniel Veillarde3924972001-07-25 20:25:21 +000012244Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12245
12246 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12247
Daniel Veillarda53c6882001-07-25 17:18:57 +000012248Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12249
12250 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12251 errors, lesson don't add new functions at 1am before a release
12252 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12253 from XPath initialization when possible.
12254
Daniel Veillardd9bad132001-07-23 19:39:43 +000012255Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12256
12257 * result/scripts/base*: removing history/readline changed
12258 this slightly
12259 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12260 xmllint.c: make element content line number generation
12261 optionnal to avoid breaking old apps added interface to switch
12262
Daniel Veillardf012a642001-07-23 19:10:52 +000012263Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12264
12265 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012266 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012267 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12268 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12269 John Kroll fixes to allow saving to HTTP via PUT (or
12270 POST of needed).
12271 * doc/html/*.html: regenerated the docs
12272
Thomas Broyere8126242001-07-22 03:54:15 +000012273Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12274
12275 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12276 xmlHashScanFull and xmlHashScannFull3 to get passed the
12277 three keys as arguments to the callback function
12278
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012279Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12280
12281 * configure.in Makefile.am: removed libxml softlink for good
12282 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12283 100% coverage by gtk-doc
12284
Daniel Veillard8599e702001-07-17 21:38:51 +000012285Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12286
12287 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12288 fixed serious troubles due to size_t vs. int mismatch
12289
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012290Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12291
12292 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12293
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012294Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12295
12296 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12297 convenient extension API for value and context managing
12298 Now handles external objects through xmlXPathPopExternal,
12299 xmlXPathWrapExternal and xmlXPathReturnExternal.
12300 Added functions for sets operations (intersection, etc.)
12301
Daniel Veillard22090732001-07-16 00:06:07 +000012302Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12303
12304 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12305 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12306 HTMLparser.c: cleanup of global variables, marking some
12307 const or private.
12308
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012309Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012310
12311 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12312 fixed xmlXPathNodeSetItem when passing index=0
12313
Daniel Veillard05dec342001-07-14 21:57:39 +000012314Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12315
12316 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12317
Daniel Veillard28ae6362001-07-14 16:44:32 +000012318Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12319
12320 * xmllint.c: fixed compilation under Cygwin #57503
12321 * TODO: update
12322
Peter Williamsed156f52001-07-13 18:35:13 +0000123232001-07-13 Peter Williams <peterw@ximian.com>
12324
12325 * config.h.in: add #undef HAVE_DLFCN_H
12326
12327 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12328 builddir.
12329
Daniel Veillard73b36e32001-07-12 15:09:52 +000012330Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12331
12332 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12333 raised by #57348 and #57381
12334
Daniel Veillard7db37732001-07-12 01:20:08 +000012335Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12336
12337 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12338 tree.c xpointer.c: store the line numbder in element->content,
12339 may break some software, need a configuration mechanism
12340
Darin Adler96037892001-07-11 00:03:16 +0000123412001-07-10 Darin Adler <darin@bentspoon.com>
12342
12343 * .cvsignore:
12344 * example/.cvsignore:
12345 * include/.cvsignore:
12346 * include/libxml/.cvsignore:
12347 Various things that are generated and should be ignored.
12348
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012349Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12350
12351 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12352 * doc/xml.html doc/html/*: updated the docs
12353
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012354Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12355
12356 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12357 validation occured on content with element child
12358
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012359Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12360
12361 * tree.c: fixed XML Base computation which was broken
12362 * debugXML.c: added a base function to the shell
12363 * Makefile.am result/scripts/* test/scripts/*: added scripts
12364 based regression tests, and adding 2 XML Base tests
12365
Daniel Veillard19e96c32001-07-09 10:32:59 +000012366Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12367
12368 * tree.c: set properties doc and call xmlSetListDoc for properties
12369 content when grafting them in a different tree.
12370 * aclocal.m4: remove from CVS
12371
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012372Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12373
12374 * win32/libxml2/libxml2.def.src: added some missing entry point
12375 for XPath (Mark Vakoc)
12376
Daniel Veillard388236f2001-07-08 18:35:48 +000012377Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12378
12379 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12380 layer should URI-Unescape before trying to open resources.
12381
Daniel Veillard04383752001-07-08 14:27:15 +000012382Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12383
12384 * xpath.c: fix the name() bug for elements in the default
12385 namespace reported by Charlie Bozeman
12386
Daniel Veillard7583a592001-07-08 13:15:55 +000012387Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12388
12389 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12390 led to an XPath fix, improvements of SAX initialization, and
12391 an added option --nocdata to testXPath
12392
Daniel Veillard449d7392001-07-07 19:11:06 +000012393Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12394
12395 * doc/libxml-doc.el: Felix Natter provided anew version working
12396 with XEmacs too
12397
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012398Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12399
12400 * include/libxml/xpath.h: small cleanup
12401 * doc/xml.html: update
12402
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012403Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12404
12405 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12406 released 2.3.14
12407
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012408Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12409
12410 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012411 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012412
Daniel Veillard73c9c042001-07-05 20:02:54 +000012413Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12414
12415 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12416 were not equal to empty strings
12417
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012418Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12419
12420 * SAX.c: fixed a URI-Reference computation problem when validating
12421 * xmlIO.c: small cleanup
12422
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012423Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12424
12425 * parser.c: improved the description of a couple of interfaces
12426 upon Larry Stamper suggestion
12427
Daniel Veillard62f313b2001-07-04 19:49:14 +000012428Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12429
12430 * SAX.c entities.c parser.c: changed completely the way entities
12431 are handled when running the parser in entity substitution mode.
12432 This fixes a bug reported by Stephan Kulow and nearly divides
12433 by 3 the amount of memory required by libxslt to load and process
12434 DocBook TDG.
12435
Daniel Veillardf420ac52001-07-04 16:04:09 +000012436Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12437
12438 * HTMLparser.c: fixing a too early root closing problem raised
12439 byt Prashanth Naidu
12440
Daniel Veillard8c357d52001-07-03 23:43:33 +000012441Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12442
12443 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12444 raised by Mark Vakoc.
12445
Daniel Veillard6e90d192001-07-03 16:37:49 +000012446Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12447
12448 * example/Makefile.am: fixed the include path to add srcdir/include
12449 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12450 and some cleanup
12451
Daniel Veillardf06307e2001-07-03 10:35:50 +000012452Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12453
12454 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12455 lot of optimization work, results in significant improvements
12456 when handling really complex XPath queries. Add a small optimizer
12457 for unions, improve [n] and [last()], avoid some costly ops.
12458
Daniel Veillard77044732001-06-29 21:31:07 +000012459Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12460
12461 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12462 * xpath.c: small cleanup
12463 * xmlGetNsList: reformated, fixed problems if used on Entities
12464
Daniel Veillard2adbb512001-06-28 16:20:36 +000012465Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12466
12467 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12468
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012469Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12470
12471 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12472 * Makefile.am example/Makefile.am: workaround automake generating
12473 erroneous deps
12474
Daniel Veillard12f7d292001-06-28 13:12:11 +000012475Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12476
12477 * include/win32config.h: bug #56801 Yon Derek provided a patch
12478 to the windows config file.
12479
Daniel Veillard87ee9142001-06-28 12:54:16 +000012480Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12481
12482 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12483 libxml.h : Yon Derek provided a set of changes to compile from
12484 CVS on Windows/MSC
12485
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012486Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12487
12488 * parser.c: fixed UTF8 BOM support in push mode
12489 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12490 added a specific testcase
12491
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012492Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12493
12494 * Makefile.am: added --push regression tests
12495 * parserInternals.c: the XML parser segfaulted in --push mode
12496
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012497Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12498
12499 * configure.in: moved the symlinks detection within a CVS
12500 check, this is not portable and will be removed soon.
12501 * xpath.c: small cleanup/speedup
12502
Daniel Veillard11648102001-06-26 16:08:24 +000012503Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12504
12505 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12506 release of 2.3.12
12507 * parser.c: make an error message if unknow entities in all cases
12508
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012509Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12510
12511 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12512
Daniel Veillard23793842001-06-25 16:07:45 +000012513Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12514
12515 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12516 includes were installed in the wrong dir
12517
Daniel Veillardf5498f32001-06-25 15:08:36 +000012518Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12519
12520 * doc/html.xml: warn against sending code to exhibit bugs.
12521
Daniel Veillard56f06462001-06-24 21:34:03 +000012522Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12523
12524 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12525 Tru64 from Thomas Leitner
12526
Daniel Veillardc5d64342001-06-24 12:13:24 +000012527Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12528
12529 * AUTHORS: added William and Bjorn
12530 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12531 daniel@veillard.com hopefully I won't have to do this again
12532 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12533 docs can be rebuilt cleanly now
12534 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12535 from CVs it's generated, added include/libxml/xmlwin32version.h
12536 also generated but which should change far less frequently.
12537 * catalog.c nanoftp.c: made sure to include libxml.h not
12538 libxml/xmlversion.h directly
12539 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12540 when compiling on WIN32 and MSC
12541
Daniel Veillard07385fd2001-06-23 21:55:48 +000012542Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12543
12544 * include/Makefile.am include/libxml/Makefile.am configure.in:
12545 fixed make distcheck and rebuilding the rpms
12546
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012547Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12548
12549 * configure.in: should finish the migration of exported includes
12550 into a real include/libxml in CVS, at least for CVS users.
12551 * removed the exported headers, added in include/libxml (as well
12552 as xmlversion.h.in).
12553
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012554Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
12556 * configure.in: fixed the way to detect symlink
12557
Daniel Veillard66541772001-06-23 18:31:04 +000012558Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12559
12560 * configure.in: updated, include/libxml is now a real CVS dir
12561
Daniel Veillardca989762001-06-23 17:39:29 +000012562Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12563
12564 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12565 version works with both libxml1 and libxml2 (it autodetects
12566 the prefix of the html-files) from Felix Natter.
12567 * doc/xml.html: updated doc accordingly
12568
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012569Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12570
12571 * xpath.c: fixed the bug generating a template loop in libxslt
12572 when using docbook-xsl-1.4, * should filter out document nodes
12573 * HACKING: added William
12574 * TODO: updated
12575
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012576Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12577
12578 * doc/FAQ.html: added a warning about gcc-3.0
12579 * doc/xml.html: added reference to gdome2 and removed a confusing
12580 sentence
12581
Daniel Veillardf7f41852001-06-22 15:18:01 +000012582Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12583
12584 * xmlversion.h: okay this is a generated file, but Windows
12585 users need it and they can't generate it, and I want CVS
12586 Windows users ...
12587 * win32/libxml2/libxml2_so.dsp: Windows project file for
12588 the shared lib version of libxml2
12589 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12590 resources needed for libxslt/xsltproc by Yon Derek
12591
Bjorn Reese3157b342001-06-22 14:41:45 +000012592Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12593
12594 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12595
Daniel Veillard4151acb2001-06-22 10:48:57 +000012596Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12597
Daniel Veillardcc146db2001-06-22 11:10:52 +000012598 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12599
12600Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12601
Daniel Veillard4151acb2001-06-22 10:48:57 +000012602 * include/win32config.h: Yon Derek provided a first fix
12603 to be able to compile libxslt/xsltproc on Windows
12604
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012605Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12606
12607 * xpath.c: attempt to work around what seemed a gcc optimizer
12608 bug when handling floats on i386 http://veillard.com/gcc.bug
12609 * tree.c entities.c encoding.c: doing some cleanups while
12610 chasing it
12611
Daniel Veillard017b1082001-06-21 11:20:21 +000012612Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12613
12614 * Makefile.am: cleanup when --without-debug is specified
12615 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12616 w.r.t. --without-debug and other include points
12617 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12618 Catalogs
12619 * configure.in entities.h tree.h HTMLparser.c: removed
12620 --without-corba, made the _private field mandatory
12621
Daniel Veillard87a764e2001-06-20 17:41:10 +000012622Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12623
12624 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12625 outputs a BOM in UTF8, an errata has been issued to avoid the
12626 problem, that was the most reasonable solution... Add support
12627 for a leading UTF8 BOM in entities.
12628
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012629Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12630
12631 * valid.c: fixed a bug found when post validating an entity ref
12632 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12633 activate it too
12634
Daniel Veillard39196eb2001-06-19 18:09:42 +000012635Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12636
12637 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12638 weakness in the node copy the XPointer and the XInclude
12639 implementations. Serious cleanup.
12640
Daniel Veillard3739b982001-06-19 12:51:30 +000012641Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12642
12643 * Makefile.am: Kjartan Maraas provided a small patch to
12644 add xml2-config.in to EXTRA_DIST
12645
Daniel Veillarda9142e72001-06-19 11:07:54 +000012646Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12647
12648 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12649 provided another failing case found in KDE, the way the
12650 ctxt->vctxt.nodeTab was allocated and freed changed over
12651 time but it wasn't completely cleaned up. This should fix it.
12652
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012653Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * parser.c: Stephan Kulow also raised the fact that line number
12656 could get miscounted making debug harder, fixed the problem
12657 in xmlParseCharData()
12658
Daniel Veillard64b98c02001-06-17 17:20:21 +000012659Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12660
12661 * valid.c: Stephan Kulow pointed out a problem when validating
12662 and using an empty entity, forgot a 'break' in a case.
12663
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012664Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12667 * doc/xml.html: updated with 2.3.11
12668
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012669Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * TODO: updated adding cleanup of generated doc
12672 * configure.in: prepared to release 2.3.11
12673 * xmllint.c: added --version for bug reporting
12674 * doc/html/*.html: rebuilt the doc
12675
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012676Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12677
12678 * xpath.c: first part of the work on selecting namespace to
12679 fix bug #56115
12680
Daniel Veillard96ed5832001-06-15 22:22:04 +000012681Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12682
12683 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12684 when using -liconv
12685 * TODO: updated
12686
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012687Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12690 cleanup, encoding support.
12691
Daniel Veillard608ad072001-06-14 08:32:28 +000012692Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12693
12694 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12695
Daniel Veillard239d0522001-06-13 23:02:48 +000012696Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * xpath.c: bug detected by Ankh when / is used as a function arg
12699
Daniel Veillard02bb1702001-06-13 21:11:59 +000012700Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12701
12702 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12703 of element and use it to avoid outputting formatting spaces at
12704 the wrong place. Implemented the format parameter for HTML save.
12705 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12706 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12707 result/HTML/wired.html: of course this impact the result of a
12708 number of HTML tests
12709
Daniel Veillard95d845f2001-06-13 13:48:46 +000012710Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12711
12712 * HTMLtree.[ch]: started augmenting the HTML save API with
12713 encoding and formatting parameters
12714
Daniel Veillardeca60d02001-06-13 07:45:41 +000012715Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12716
12717 * HTMLtree.h: cleanup and started evaluating the work needed on
12718 revamping the HTML output code
12719
Daniel Veillard84666b32001-06-11 17:31:08 +000012720Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12721
12722 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12723
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012724Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12725
12726 * valid.c: fixed bug #56049, forgot one check in the
12727 validation routine
12728
Daniel Veillardca2366a2001-06-11 12:09:01 +000012729Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12730
12731 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12732
Daniel Veillard6761eee2001-06-11 10:29:38 +000012733Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12734
12735 * libxml.h: fixed an error in last commit
12736 * doc/FAQ.html: added an entry for compilation from CVS
12737
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012738Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12739
12740 * xmlversion.h.in libxml.h: Cygwin patches
12741 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12742 * tree.h: cleanup
12743
Daniel Veillardacd370f2001-06-09 17:17:51 +000012744Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12745
12746 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12747 memory block in a strange case where libxml is linked twice
12748 in the binary.
12749
Daniel Veillard1d047672001-06-09 16:41:01 +000012750Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12751
12752 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12753 state far too often, simple fix used to avoid it.
12754
Daniel Veillard4497e692001-06-09 14:19:02 +000012755Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12756
12757 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12758 being processed, applied his patch
12759 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12760
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012761Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12762
12763 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12764 provided fixes to compile on MSCC again
12765 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12766 also provided an update for the project files.
12767
Daniel Veillarda682b212001-06-07 19:59:42 +000012768Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12769
12770 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12771 bug #55810
12772
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012773Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12774
12775 * tree.c: fixed xmlGetNsProp() to close bug #55683
12776 Note this requires libxslt to use it's own function instead.
12777
Daniel Veillardf0c53762001-06-07 16:07:07 +000012778Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12779
12780 * HTMLtree.c: when in a pre element no formatting space should
12781 be added.
12782 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12783
Daniel Veillard068a9652001-06-07 15:30:26 +000012784Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12785
12786 * configure.in: added tests for signal() and signal.h
12787
Daniel Veillard541d6552001-06-07 14:20:01 +000012788Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12789
12790 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12791
Daniel Veillard8a367d42001-06-07 14:01:34 +000012792Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12793
12794 * doc/libxml-doc.el: Felix Natter provided a new version for
12795 libxml2
12796
Daniel Veillard8a926292001-06-07 11:20:20 +000012797Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12798
12799 * HTMLtree.c: when in a pre element no formatting space should
12800 be added.
12801
Daniel Veillard14839d52001-06-06 16:11:56 +000012802Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12803
12804 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12805
Daniel Veillarde95e2392001-06-06 10:46:28 +000012806Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12807
12808 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12809 hack
12810 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12811 * uri.c: fixed a warning
12812
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012813Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12814
12815 * HTMLtree.c: trying to close bug #55772 escaping in script
12816 elements
12817 * doc/xml.html: suggest to send mail to the list
12818
12819Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012820
12821 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12822 good. Use a macro and based on the solution provided in
12823 vsnprintf manual page from GNU.
12824
Bjorn Reese99748722001-06-05 12:49:15 +000012825Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12826
12827 * error.c: Workaround for non-preserving variadic list.
12828 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12829
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012830Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12831
12832 * doc/xml.html: added 2.3.10 release
12833
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012834Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12835
12836 * configure.in: releasing 2.3.10
12837
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012838Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12841
Daniel Veillard20042422001-05-31 18:22:04 +000012842Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * encoding.c: Robert Collins provided a patch to add the
12845 "US-ASCII" encoding alias
12846
Daniel Veillard97ac1312001-05-30 19:14:17 +000012847Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12848
12849 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12850 string oriented functions and started cleaning the related areas
12851 in xpath.c which needed fixing in this respect
12852
Daniel Veillard2d703722001-05-30 18:32:34 +000012853Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12854
12855 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12856 #55380
12857 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12858
Daniel Veillard9403a042001-05-28 11:00:53 +000012859Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12860
12861 * TODO: updated
12862 * nanohttp.[ch] : started adding APIs to get the redirected URL
12863 when this occurs (needed for further base computation
12864 * tree.h: cleanup
12865 * encoding.c: cleanup
12866 * SAX.c: minor change around ctxt->loadsubset
12867
Daniel Veillard6278fb52001-05-25 07:38:41 +000012868Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12869
12870 * Makefile.am include/Makefile.am: small change to have
12871 include/libxml rebuilt if working from CVS.
12872 * uri.c: applied another patch from Carl Douglas for URI escaping,
12873 this should close bug #51876
12874
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012875Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12876
12877 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12878 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12879 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12880 added specific regression test
12881 * parser.h: preparing for the XSLT mode where DTD inherited
12882 attributes are added to the tree.
12883
Daniel Veillardbbd22452001-05-23 12:02:27 +000012884Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12885
12886 * xinclude.[ch]: Updated the namespace for the Last Call version
12887 * result/XInclude/include test/XInclude/include: updated the
12888 testsuite accordingly
12889
Daniel Veillard8514c672001-05-23 10:29:12 +000012890Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12891
12892 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12893 related to bug #51876
12894
Daniel Veillard42596ad2001-05-22 16:57:14 +000012895Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12896
12897 * tree.c: fixed a gross mistake in base computation, xml:base is
12898 not completely correct yet (need cascade).
12899 * xpath.[ch]: added the few things needed to find a function name
12900 and URI from the XPath context when it is called.
12901
Daniel Veillard81418e32001-05-22 15:08:55 +000012902Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12903
12904 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12905 * DOCBparser.c: small cleanup
12906 * xmllint.c: added a --catalogs option to load catalogs from
12907 $SGML_CATALOG_FILES
12908 * tree.c: cleanup
12909 * configure.in: iconv library fixup, ICONV_LIBS
12910
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012911Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * catalog.c: handling of CATALOG entries. detection of recursion,
12914 and a few bugfixes
12915 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12916 against the default namespace
12917
Daniel Veillard04b93292001-05-21 08:15:31 +000012918Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12919
12920 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12921
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012922Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * parser.c: fixed propagation context info when parsing an
12925 external entity.
12926 * doc/html/*.html: regenerated a couple of docs
12927
Daniel Veillard4623acd2001-05-19 15:13:15 +000012928Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12929
12930 * doc/xml.html: update with 2.3.9 informations
12931
Daniel Veillardbed7b052001-05-19 14:59:49 +000012932Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12933
12934 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12935 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12936 * doc/html/* : rebuilt the docs
12937 * valid.c: small patch which may improve some case when
12938 validating.
12939
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012940Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * HTMLparser.c: Closed bug #54891
12943 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12944 to the suite
12945
12946Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12947
12948 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12949 applied a documentation patch from LotR and filled in a few missing
12950 descriptions
12951
Daniel Veillard76d66f42001-05-16 21:05:17 +000012952Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12953
12954 * xpath.c tree.c parser.c: speed optimizations at the parser level
12955 document tree freeing and xpath evaluation
12956
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000012957Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12958
12959 * parser.c parser.h parserInternals.h: fixed a couple of
12960 interfaces for handling memory buffer input to const char *
12961 upon suggestion of JamesH.
12962
Daniel Veillardc3739e72001-05-15 15:23:27 +000012963Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12964
12965 * configure.in: LoTR sent a patch fixing the previous commit
12966
Daniel Veillarda4f27e02001-05-15 12:41:29 +000012967Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12968
12969 * configure.in: trying to deal again with the stoopid -R linking
12970 flag of Solaris
12971
Daniel Veillard790142b2001-05-15 10:51:53 +000012972Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12973
12974 * xpath.h: two nodeset access macros from Thomas Broyer
12975
Daniel Veillardba0b8c92001-05-15 09:43:47 +000012976Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12977
12978 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
12979 patch from Thomas Broyer
12980
Daniel Veillarde62d36c2001-05-15 08:53:16 +000012981Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12982
12983 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
12984 case
12985 * INSTALL: was empty added stuff from the FAQ
12986
Daniel Veillard75bea542001-05-11 17:41:21 +000012987Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12988
12989 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
12990 attributes handling and #54433 by adding xmlUnsetProp()
12991 and xmlUnsetNsProp()
12992
Daniel Veillard0a2a1632001-05-11 14:18:03 +000012993Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12994
12995 * HTMLparser.c: Patch from Jonas Borgström
12996 (htmlGetEndPriority): New function, returns
12997 the priority of a certain element.
12998 (htmlAutoCloseOnClose): Only close inline elements if they
12999 all have lower or equal priority.
13000 * result/HTML: this of course changed a number of tests results.
13001
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013002Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13003
13004 * xmlIO.c catalog.c: plugged in the default catalog resolution
13005 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13006 documentations
13007 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13008
Daniel Veillarda7374592001-05-10 14:17:55 +000013009Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13010
13011 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13012 integrating catalogs
13013 * catalog.[ch] testCatalog.c: adding a small catalo API
13014 (only SGML catalog support).
13015 * parser.c: restaured xmlKeepBlanksDefault(0) API
13016
Daniel Veillardc17337c2001-05-09 10:51:31 +000013017Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13020
Daniel Veillard257d9102001-05-08 10:41:44 +000013021Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * parser.c: added xmlParseExternalEntityPrivate() to allow
13024 propagation of ctxt->_private when parsing external entities
13025
Daniel Veillard083c2662001-05-08 08:27:14 +000013026Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13029
Daniel Veillard01ef7382001-05-08 07:31:43 +000013030Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13031
13032 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13033
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013034Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * valid.c: warn when indeterminist content model is detected
13037 * result/VC/ElementValid8: this adds a message
13038 * Makefile.am: add --novalid for VCM tests
13039 * parserInternals.c: added a call to Init memory
13040
Daniel Veillard64269352001-05-04 17:52:34 +000013041Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13042
13043 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13044 when both parameters are NULL.
13045
Daniel Veillard37721922001-05-04 15:21:12 +000013046Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13047
13048 * valid.c: applied small patch from Gary Pennington, reindented
13049 some part of the code.
13050
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013051Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13052
13053 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13054 release, updated and regenerated the docs
13055
Daniel Veillard357c9602001-05-03 10:49:20 +000013056Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13057
13058 * xpath.c result/XPath/expr/floats : clarified and cleanup
13059 printing of abnormal floats in tests.
13060
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013061Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13062
13063 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13064 * results/HTML/ : a few changes in the output of the HTML tests as
13065 a result.
13066 * configure.in: tying to fix -liconv where needed
13067
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013068Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13069
13070 * Makefile.am: fixed a stupid error
13071
Daniel Veillard7150a032001-05-02 16:41:11 +000013072Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13073
13074 * configure.in Makefile.am: make the inclusion of the trio
13075 modules in the library conditional
13076
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013077Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13078
13079 * DOCBparser.c: patche from László Kovács, fixed entities refs
13080 in attributes handling
13081
Daniel Veillardedddff92001-05-02 10:58:52 +000013082Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13085 flushing
13086
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013087Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13088
13089 * xpath.c: fix of an XSLT namespace bug reported on the list
13090 general/bug-8-
13091
Daniel Veillard5792e162001-04-30 17:44:45 +000013092Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13093
13094 * strio.h trio.c: Dan McNichol suggested a couple of small
13095 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13096
Daniel Veillard02141ea2001-04-30 11:46:40 +000013097Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13098
13099 * tree.c parser.c encoding.c: spent a bit more time looking
13100 at the parsing speed and DOM handling. Added a few more
13101 speedups.
13102
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013103Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13104
13105 * parser.c: small but effective parsing speed improvement
13106
Daniel Veillardb59076b2001-04-29 17:04:07 +000013107Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13108
13109 * configure.in: default on the DocBook parser inclusion (for Gnome)
13110 * DOCBparser.h: fixed a header reference
13111
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013112Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13113
13114 * configure.in xpath.c: applied Bjorn patches for FPE on the
13115 alpha
13116
Daniel Veillardeefd4492001-04-28 16:55:50 +000013117Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13118
13119 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13120 xmlSaveFormatFileTo()
13121
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013122Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13123
13124 * xpath.c: simple and efficient optimization, XPath functions
13125 aways bind to the same code, cache this
13126 * TODO: updated (by saying some is obsolete)
13127
Daniel Veillard2156a562001-04-28 12:24:34 +000013128Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13129
13130 * xpath.c: more cleanup work on XPath name parsing routines
13131
Daniel Veillard61d80a22001-04-27 17:13:01 +000013132Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13133
13134 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13135 xmlXPathParseName
13136 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13137 * debugXML.c: avoid compilation problems if compiling without
13138 HTML support, Igor Zlatkovic
13139 * win32/libxml2/libxml2.def.src: being able to compile without
13140 XPath on Windows
13141
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013142Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13143
13144 * libxml.m4: yet another patch from Toshio Kuratomi
13145
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013146Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13147
13148 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13149
Daniel Veillard67fee942001-04-26 18:59:03 +000013150Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * tree.[ch]: added xmlSaveFormatFile interface for saving
13153 and indenting a file.
13154
Daniel Veillard82e49712001-04-26 14:38:03 +000013155Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13156
13157 * xpath.c: fixed bug #53689 related to processing-instruction()
13158
Daniel Veillard02f077a2001-04-26 10:59:11 +000013159Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13160
13161 * DOCBparser.c: patche from László Kovács
13162
Daniel Veillard30211a02001-04-26 09:33:18 +000013163Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * parser.c: applied fixes from Christian Glahn bug report #53391
13166
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013167Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * error.c: Jean François Lecomte provided a complete description
13170 and a fix to bug #53537
13171
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013172Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13175
Daniel Veillard1034da22001-04-25 19:06:28 +000013176Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13177
13178 * DOCBparser.c SAX.c: a bit more work on entities processing.
13179 Still Need to cleanup XML output and references in attributes
13180
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013181Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13182
13183 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13184
Daniel Veillardb33c2012001-04-25 12:59:04 +000013185Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13186
13187 * tree.c: trying to fix #53574, not completely complete,
13188 I would like xmllint --copy --debug test/ent1 and
13189 xmllint --debug test/ent1 to show the same result.
13190 * xpath.c: fix a bug when trying to sort namespace nodes
13191
Daniel Veillard5146f202001-04-25 10:29:44 +000013192Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13193
13194 * HTMLtree.c: real fix for #53402
13195
Daniel Veillard7533cc82001-04-24 15:52:00 +000013196Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13199 PIs when using xsl:output
13200 * valid.c: closing #53537 some case generate segfaults if there
13201 is validity errors
13202
Daniel Veillard61b33d52001-04-24 13:55:12 +000013203Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13204
13205 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13206 of external parsed entities, added --noent to testDocbook
13207 * valid.c: Garry Pennington found an uninitialized variable
13208 access in xmlValidateElementContent()
13209
Daniel Veillard56098d42001-04-24 12:51:09 +000013210Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13211
13212 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13213 with madness
13214 * result/HTML/ : this modified the result of the regression tests
13215 a lot.
13216
Daniel Veillard122376b2001-04-24 12:12:30 +000013217Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13218
13219 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13220 to doc where it wasn't checked against NULL reported by
13221 Jens Laas
13222
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013223Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13224
13225 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13226 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13227
Daniel Veillardeae522a2001-04-23 13:41:34 +000013228Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13231 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13232 * SAX.[ch]: cleanup and updates for DocBook
13233 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13234 ex SGML identifier changes
13235 * valid.c: removed a static unused function.
13236
Daniel Veillardde57c612001-04-23 09:13:36 +000013237Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * HTMLtree.c: applied change for Paul Sponagl on script saving
13240 * Makefile.am: the warning about entity title.xml are normal.
13241
Daniel Veillard393df012001-04-22 20:11:18 +000013242Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13243
13244 * configure.in: release of 2.3.7
13245 * Makefile.am: fixing make distcheck
13246
Daniel Veillarda41123c2001-04-22 19:31:20 +000013247Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13248
13249 * doc/html/* doc/xml.html: updated and regenerated the docs
13250
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013251Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13252
13253 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13254
Daniel Veillarde82a9922001-04-22 12:12:58 +000013255Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13256
13257 * tree.c: fixed #53388 with the provided patch
13258
Daniel Veillard06803992001-04-22 10:35:56 +000013259Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * valid.c: Bjorn detected an invalid memory access. Fixed
13262 vstateVPush()
13263
Daniel Veillard40af6492001-04-22 08:50:55 +000013264Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13265
13266 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13267
Bjorn Reese70a9da52001-04-21 16:57:29 +000013268Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13269
13270 * libxml.h: new header used only for the compilation of libxml
13271 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13272 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13273 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13274 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13275 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13276 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13277 baseline (version 1.2 plus a single patch).
13278 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13279 scientific notation for numbers. Tests added.
13280 * xpath.c: formatting of numbers changed to use sprintf
13281 (contribution from William Brack)
13282
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013283Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13284
13285 * valid.c: cleanup, more useful debugging
13286 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13287 * xmlIO.c: entity loading is printed as an error when validating
13288
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013289Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13290
13291 * valid.c: fixed to validate within entities
13292 * test/VCM/v22.xml: added a specific testcase
13293
Daniel Veillardca1f1722001-04-20 15:47:35 +000013294Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13295
13296 * valid.c: forgot an epsilon transition in for ()+
13297 * test/VCM/v21.xml : added a specific test case
13298
Daniel Veillard85349052001-04-20 13:48:21 +000013299Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13300
13301 * valid.c: removed a state explosion exhibited by RSS
13302 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13303 from bug #51872
13304
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013305Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13308 validation without using an ugly NFA -> DFA algo in the source.
13309 Made a specific algorithm easier to maintain, using a single
13310 stack and without recursion.
13311 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13312 * hash.c: made the growing routine static
13313 * tree.h parser.c: added the parent information to an
13314 xmlElementContent node.
13315
Daniel Veillarde470df72001-04-18 21:41:07 +000013316Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13317
13318 * SAX.c parser.c xpath.c: generating IDs when not validating
13319 from an external parsed entity was poisoning the ID has table
13320 with removed values. This was killing XSLT on the KDE help
13321 browser.
13322
Daniel Veillardceacdd92001-04-18 15:10:35 +000013323Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13324
13325 * entities.h: andrew@ugh.net.au detected a double declaration
13326
Daniel Veillarda10efa82001-04-18 13:09:01 +000013327Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * debugXML.c hash.c tree.h valid.c : some changes related to
13330 the validation suport to improve speed with DocBook
13331 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13332 the way validation errors get reported
13333
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013334Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13335
13336 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13337 by P C Chow and William M. Brack for XSLT HTML output
13338
Daniel Veillard2d90de42001-04-16 17:46:18 +000013339Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13342 Igor Zlatkovic patches for MSC compilation and added his
13343 updates
13344
Daniel Veillarde043ee12001-04-16 14:08:07 +000013345Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13346
13347 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13348 prefix lookup.
13349 * parserInternals.c: fixed the bug reported by Morus Walter
13350 due to an off by one typo in xmlStringCurrentChar()
13351
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013352Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * HTMLparser.c result/HTML/*: revamped the way the HTML
13355 parser handles end of tags or end of input
13356
Daniel Veillard82daa812001-04-12 08:55:36 +000013357Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13360
Daniel Veillard67a21302001-04-11 14:39:16 +000013361Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13364 bug where the linktime verions of free() won't work ...
13365
Daniel Veillard27b55282001-04-11 12:22:25 +000013366Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13367
13368 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13369
Daniel Veillardafc73112001-04-11 11:51:41 +000013370Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * doc/xml.html: added 2.3.6 release
13373
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013374Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13377 * result/wml.xml: resulted in a small output change
13378
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013379Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13380
13381 * tree.c: xmlNewDoc was missing the charset initialization
13382 * xmllint.c: added --auto to autogenerate a doc, allow to
13383 reproduce the problem fixed on xmlNewDoc
13384
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013385Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13386
13387 * xpath.c: trying to get 52979 solved
13388 * tree.c result/ result/noent/: trying to get 52712 solved, this
13389 also made me clean up the fact that XML output in general should
13390 not add formating blanks by default, this changed the output of
13391 a few tests
13392
Daniel Veillard73639a72001-04-10 14:31:39 +000013393Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13394
13395 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13396
Daniel Veillardfac26a12001-04-08 13:08:14 +000013397Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13398
13399 * configure.in: finally released 2.3.6
13400
Daniel Veillard911f49a2001-04-07 15:39:35 +000013401Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * xpath.c: checking for null pointer generated by new code
13404
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013405Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * xpath.c: fixed a [] evaluation problem reported
13408 * test/XPath/tests/simpleaddr: extended test
13409 * result/XPath/simpleaddr: updated result
13410
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013411Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13412
13413 * xmllint.c: Dan Timis reported a portability problem
13414 on Macs without mmap, fixed it.
13415
Daniel Veillardb38bd552001-04-03 18:22:00 +000013416Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13417
13418 * testXPath.c : added a --tree option allowing to display the
13419 tree dump of the XPath expression
13420
Daniel Veillard4dd93462001-04-02 15:16:19 +000013421Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * xpath.c: fixed a memleak when comparing nodesets
13424 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13425 * tree.c: added a TODO
13426
Daniel Veillard92ad2102001-03-27 12:47:33 +000013427Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13430 we need string functions
13431 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13432 to be able to use them where needed. Applied some changes
13433 to reduce name linking pollution and compile in only what's
13434 needed.
13435 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13436 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13437 for the string manipulation functions
13438 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13439 to the free() function of xmlmemory.c
13440 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13441 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13442 usage.
13443
13444
Daniel Veillard2be30642001-03-27 00:32:28 +000013445Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13446
13447 * error.c: applied the context output patch of the error
13448 handling submitted by Chuck Griffith
13449 * error/VC/*: this slightly change some error logs
13450
Daniel Veillard50582112001-03-26 22:52:16 +000013451Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13452
13453 * parser.c: fixed line number reporting on error
13454
Daniel Veillard04be4f52001-03-26 21:23:53 +000013455Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13456
13457 * parser.c: Sullivan and Darin found a parser bug,
13458 applied the patch.
13459
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013460Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13461
13462 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13463 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13464 xmlversion.h.in xpointer.c: of course the way I defined
13465 UNUSED breaks on old gcc version. Try to be smart and
13466 also define it directly in xmlversion.h
13467 * configure.in: removed -ansi flag from the pedantic set
13468
13469Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013470 Huge cleanup, I switched to compile with
13471 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13472 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13473 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13474 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13475 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13476 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13477 encoding.h entities.c error.c list.[ch] nanoftp.c
13478 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13479 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13480 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13481 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13482 Cleanup, staticfied a number of non-exported functions,
13483 detected and cleaned up a dozen of problem found this way,
13484 avoided a lot of public function name/typedef/system names clashes
13485 * doc/xml.html: updated
13486 * configure.in: switched private flags to the really pedantic ones.
13487
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013488Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13489
13490 * configure.in: 2.3.5
13491 * doc/html/*: rebuilt the docs
13492
Daniel Veillard146c9122001-03-22 15:22:27 +000013493Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13494
13495 * parser.c: fixed a reported bug in NOTATION parsing
13496 * uri.c: accepted but not fixed bug 51876, added TODO
13497 * Makefile.am: fixed bug 51876
13498
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013499Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * config.h.in configure.in error.c: fix a compilation problem
13502 on platforms without vsnprintf (xml@thewrittenword.com)
13503
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013504Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13505
13506 * parser.c: fixed a function name header typo
13507 * SAX.c: notations can also occur in external subset.
13508
Daniel Veillard7d42b542001-03-20 13:22:46 +000013509Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13510
13511 * error.c: removed a C++ like comment
13512
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013513Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13514
13515 * parser.c: fixing bug 52299 strange condition leading
13516 to a parser crash due to a buffer overflow
13517 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13518 added the specific test case
13519
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013520Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13521
13522 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13523 xmlXPathConvert{String,Number,Boolean} to be able to make
13524 type casts without a context stack, fixed some implementation
13525 problems related to the absence of context at parse-time,
13526 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13527 in the public API too
13528 * xpointer.c xpathInternals.h: we need to know at parse time
13529 whether we are compiling an XPointer
13530
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013531Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13534 cleaned up the parser internals, refactored XPath code, added
13535 new compilation based APIs and cleanly separated public and
13536 private APIs.
13537
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013538Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * xpath.h: the comp field must be added at the end to avoid
13541 killing binary compat.
13542
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013543Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13544
13545 * Makefile.am: detect XPath memleaks in regreson tests
13546 * error.c: fixed and error w.r.t. error reporting still using
13547 stderr
13548 * hash.c: added new line at end of file
13549 * tree.h: minor cleanup
13550 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13551 expression parsing from evaluation, resulted in a number of
13552 changes internally, and in XPointer. Likely to break stuff
13553 using xpathInternals.h but should remain binary compatible,
13554 new interfaces will be added.
13555
Daniel Veillardd574f782001-03-14 19:40:17 +000013556Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13557
13558 * configure.in: fixed a couple of problems reported by
13559 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13560 without gcc on non linux platforms.
13561
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013562Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13563
13564 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13565 a fix for --with-html-dir= configure support. I hope it won't
13566 break rpm generation
13567
Daniel Veillarda022fe02001-03-14 16:30:00 +000013568Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * xmlIO.c: one function comment cleanup.
13571
Daniel Veillard25239c12001-03-14 13:56:48 +000013572Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * SAX.c: external subset notations were improperly registered
13575 in the internal subset.
13576
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013577Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * README.cvs-commits: added, pointing to HACKING
13580 * HACKING: updated
13581
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013582Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13583
13584 * parser.c: and Matt Sergeant found one in the XML push
13585 parser (erroneous check I forgot to remove when I fixed the
13586 main parser).
13587
Daniel Veillard68d7b672001-03-12 18:22:04 +000013588Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * xpath.c: ptittom found a small bug in UnaryExpr
13591
Daniel Veillarde356c282001-03-10 12:32:04 +000013592Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13593
13594 * configure.in: bumped to 2.3.4
13595 * error.c: fixed bug #51860
13596 * tree.c: fixed bug #51861
13597 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13598 * tree.[ch] : added xmlDefaultBufferSize
13599 * nanoftp.c: typo in function name header block
13600 * doc/xml.html : updated, added link to XML::LibXSLT
13601 * doc/html/* : rebuilt the docs
13602
Daniel Veillard80f32572001-03-07 19:45:40 +000013603Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13604
13605 * parser.c SAX.c: the new content parsing code raised an
13606 ugly bug in the characters() SAX callback. Found it
13607 just because of strangeness in XSLT XML Rec ouptut :-(
13608
Daniel Veillard6c831202001-03-07 15:57:53 +000013609Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * Makefile.am: Martin Baulig suggested to add -lm
13612 * tree.c: found another bug in xmlNodeGetContent()
13613
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013614Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13615
13616 * xpath.c: Bjorn found the error related to strictness of comparison.
13617
Daniel Veillard29631a82001-03-05 09:49:20 +000013618Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13619
13620 * parser.c: trying to fix the Dtd parsing problem reported
13621 by Gary, side effect of last week speed optimizations.
13622
Daniel Veillard14be0a12001-03-03 18:50:55 +000013623Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13624
13625 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13626 * parserInternals.c: removed unneeded test raised by Stric
13627
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013628Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13629
13630 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13631 and fixed by William Brack). Added xmlXPathFormatNumber.
13632 Changed the sorting slightly.
13633 * configure.in Makefile.am example/Makefile.am: Added -lm.
13634 Please note that applications linking with libxml2, must
13635 also like with the math library from now on.
13636
Daniel Veillardf9533d12001-03-03 10:04:57 +000013637Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13638
13639 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13640
Daniel Veillard2f362242001-03-02 17:36:21 +000013641Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13642
13643 * parser.c: one must report spaces even if the Dtd element
13644 content proves that this is not part of the element content.
13645 * result/valid/*.xml: this changed the ouptu slightly
13646
Daniel Veillardb402c072001-03-01 17:28:58 +000013647Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * configure.in: bumped to 2.3.3
13650 * doc/xml.html: updated
13651
Daniel Veillard77851712001-02-27 21:54:07 +000013652Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13653
13654 * tree.c: minor doc fix
13655 * xpath.c: deallocation issues when a result tree has been
13656 converted to a node-set
13657
Daniel Veillardec70e912001-02-26 20:10:45 +000013658Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * doc/xml.html: oops corrected dates s/2000/2001
13661
Daniel Veillard8730c562001-02-26 10:49:57 +000013662Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * valid.c: new patch from Gary Pennington
13665
Daniel Veillard91e9d582001-02-26 07:31:12 +000013666Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * doc/xml.html: applied patch from Ankh
13669
Daniel Veillardedac3c92001-02-26 01:36:19 +000013670Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * xinclude.c: fixed a problem building on Mac
13673
Daniel Veillard21a0f912001-02-25 19:54:14 +000013674Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * parser.c: more work on increasing parsing ferformances
13677
Daniel Veillard48b2f892001-02-25 16:11:03 +000013678Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13679
13680 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13681 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13682 avoiding memcpy in production builds MEM_CLEANUP macro use
13683 * parser.[ch] parserInternals.c: optimizations of the tightest
13684 internal loops inside the parser. Better checking of I/O
13685 flushing/loading conditions
13686 * xmllint.c : added --timing
13687
Daniel Veillard71681102001-02-24 17:48:53 +000013688Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13689
13690 * configure.in: bumped to 2.3.2
13691 * doc/xml.html: updated for release
13692
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013693Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * xpath.c: found a memleak and fixed a nasty bug
13696
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013697Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13698
13699 * xmllint.[c1] : added return code errors for xmllint
13700 * xpath.c: specific debug dump function for result value trees
13701
Daniel Veillard4b637072001-02-21 21:52:55 +000013702Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13703
13704 * xpath.c: finally implemented xmlXPathCompareNodeSets
13705 * test/XPath/expr/floats results/XPath/expr/floats: added
13706 a test for float expressions
13707
Daniel Veillardf714aa32001-02-21 03:07:44 +000013708Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13709
13710 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13711 * parserInternals.[ch]: trying to speed up parsing
13712 * xpath.c : speeded up node set equality op
13713
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013714Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13717 better handling of ID/IDREF and the list modules associated
13718 * configure.in: small CFLAGS cleanup
13719
Daniel Veillarda8abee62001-02-19 15:14:59 +000013720Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * configure.in: fixed iconv detection on AIX (stric)
13723
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013724Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013725
13726 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13727
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013728Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13729
13730 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13731 and optimized xmlXPathNodeSetSort
13732
Daniel Veillard142adbf2001-02-17 13:21:05 +000013733Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13734
13735 * xpath.c: bug fix when context size is 0
13736 * parser.c: I like Norm's Dtd because they still manage to break
13737 the parser occasionally
13738
Daniel Veillardf23e0092001-02-16 13:21:29 +000013739Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13742
Daniel Veillarde0e26512001-02-16 00:11:46 +000013743Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13746 attributes within the XML-1.0 namespace
13747
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013748Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13749
13750 * xpathInternals.h: exported a few axis functions
13751 * doc/xml.html: updated the doc
13752
Daniel Veillard760f4422001-02-15 14:59:48 +000013753Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13754
13755 * configure.in: applied patch from Daniel van Balen for OpenBSD
13756 and bumped version to 2.3.1
13757 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13758 attempt to find autoclosing was simply broken, removed it,
13759 updated the examples, this is better
13760
Daniel Veillardd194dd22001-02-14 10:37:43 +000013761Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13762
13763 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13764 hash functionnalities.
13765 * doc/html/* : rebuild the doc
13766
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013767Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13768
13769 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13770 on predicate
13771 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13772 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13773 really want to have tags closed on output even if we accept
13774 unclosed ones on input
13775
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013776Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * xpath.c: ouch don't free NULL, rare case fixed
13779 * tree.c: don't coalesce text nodes if they don't have the
13780 same behaviour wrt escaping on output
13781
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013782Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13783
13784 * xpath.c: small fixup
13785 * SAX.c: don't warn on empty namespaces.
13786
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013787Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13788
13789 * README: a bit of cleanup
13790 * configure.in: preparing for 2.3.0 release
13791
Daniel Veillard1f83d392001-02-08 09:37:42 +000013792Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13793
13794 * hash.[ch]: added a first version of xmlHashSize()
13795 * valid.c: another bug fix from Gary Pennington
13796
Daniel Veillard5eef6222001-02-07 18:24:48 +000013797Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * valid.c: couple of bug fixes pointed by Gary Pennington
13800 * HTMLtree.c: #if 0 cleanup
13801
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013802Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13805 which removes a time consuming check of xmlXPathNodeSetAdd()
13806 and use it in places where we are sure to not break unicity
13807
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013808Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13809
13810 * xpath.c: bug fixes found from XSLT
13811 * tree.c: preserve node->name special values when copying nodes.
13812 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13813 external subset are fetched when available but without full
13814 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13815 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13816 output with encoding disabled.
13817
Daniel Veillard2c833b62001-02-03 08:52:06 +000013818Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13819
13820 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13821 xmlCheckFilename should not be called from xmlFileOpenW
13822 and xmlGzfileOpenW
13823
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013824Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13825
13826 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13827 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13828 added the new tests for URI normalization
13829 * testURI.c: fixed stoopid bugs
13830 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13831 the URI in the error messages are now properly normalized
13832
Daniel Veillardea28ce62001-02-02 08:20:19 +000013833Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13834
13835 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13836
Daniel Veillarde99a4762001-02-01 04:34:35 +000013837Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13838
13839 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13840
Daniel Veillard2b325a02001-01-31 20:46:31 +000013841Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * xpath.c: fixed mod operator
13844
Daniel Veillardde55cf62001-01-31 15:53:13 +000013845Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * parser.c: fixed xmlStrcat doc
13848 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13849 trees.
13850
Daniel Veillard2f913b72001-01-31 13:23:49 +000013851Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13852
13853 * xpath.c result/XPath/tests/chaptersbase
13854 result/XPath/tests/simplebase: fixed XPath node()
13855 * tree.c: small fix in xmlNewNs()
13856 * Makefile.am: removed extraneous xml2Conf.sh rule
13857
Daniel Veillardb42042b2001-01-28 07:40:36 +000013858Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13859
13860 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13861 Changed the library name, in order to get libxml-devel and
13862 libxml2-devel to coexist on a single system
13863 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13864 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13865
Daniel Veillardee0a4662001-01-27 18:59:33 +000013866Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13867
13868 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13869 libxml2-devel installable in // as libxml-devel.
13870
Daniel Veillard5eb05942001-01-27 17:50:22 +000013871Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13872
13873 * doc/Makefile.am: fixed make rebuild in doc
13874 * doc/html/*.html: rebuilt the docs
13875
Daniel Veillard65c295d2001-01-26 09:32:39 +000013876Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13877
13878 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13879
Daniel Veillard8e199902001-01-25 18:54:39 +000013880Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13881
13882 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13883 the HTML doc to go into the -devel RPM ...
13884 * aclocal.m4 config.h.in: some updates due to auto* magic
13885
Daniel Veillard93086662001-01-25 18:13:04 +000013886Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * xpath.h: added a hook in the context structure allowing to
13889 link to extra support, needed for XSLT
13890
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013891Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13894 xmlXPtrCmpPoints to use it.
13895 * propagated the following patch from Alejandro Forero
13896 * include/win32config.h xmlIO.c: applied further suggestions
13897 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13898 * example/gjobread.c: fixed warnings, now that it builds
13899
13900Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13901
13902 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13903
13904 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13905 filename points to a valid file (not a directory).
13906 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13907 Added calls to xmlCheckFilenameDir.
13908
13909 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13910 `path' (rather than `filename') as the parameter to gzopen and open.
13911
Daniel Veillard48177c22001-01-23 15:27:41 +000013912Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13913
13914 * Makefile.am: fixed a problem with EXTRA_DIST
13915
Daniel Veillardb83ba402001-01-22 22:45:10 +000013916Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13917
13918 * Makefile.am example/Makefile.am: finally found the trick
13919 to build the example, i.e. add "." in SUBDIRS before example
13920 in the list <grin/>
13921
Daniel Veillard82687162001-01-22 15:32:01 +000013922Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13923
13924 * doc/xml.html: updated with an XSLT section, removed pointer to
13925 W3C CVS base.
13926
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013927Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13928
13929 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13930 too, and deallocation need to occur the same way.
13931
Daniel Veillarde4566462001-01-22 09:58:39 +000013932Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13933
13934 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13935 type correponding to an XSLT result tree fragment. Share most
13936 of the data format with node set, as well as operators.
13937 * HTMLtree.c: added a newline at the end of the doctype output
13938 whe this one is not present initially.
13939 * tree.c: make sure taht the parent and doc pointers are properly
13940 set when copying attributes (lists).
13941
Daniel Veillard701c7362001-01-21 09:48:59 +000013942Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13943
13944 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13945
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013946Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13947
13948 * xpath.c: seems I finally killed that ugly path evaluation
13949 context bug (tagged 9999 in case is is wrong)
13950
Daniel Veillard8f4d9752001-01-19 05:32:34 +000013951Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13952
13953 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
13954 for XSLT
13955
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000013956Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13957
13958 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
13959 for xmlGzfileOpen() bug
13960
Daniel Veillardf6eea272001-01-18 12:17:12 +000013961Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13962
13963 * xpath.c: removed an error found by XSLT usage
13964 * tree.c parserInternals.h: use a predefined static string
13965 for text and comment nodes, avoid freeing them in xmlFreeNode,
13966 exported the string name in parserInternals.h and added
13967 another value to disable encoding at output (for XSLT),
13968 gain memory, time.
13969
Daniel Veillard8f2cc572001-01-17 08:19:35 +000013970Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13971
13972 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
13973 win32/libxml2/libxml2_so.dsp: new makefiles and update
13974 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13975
Daniel Veillardf831bfb2001-01-16 17:26:04 +000013976Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13977
13978 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
13979 Gary Pennington
13980
Daniel Veillard389e6b72001-01-15 19:41:13 +000013981Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13982
13983 * xpath.c: fixed the comaprision of values and nodelists,
13984 need to compare nodelist still ...
13985 * debugXML.c: avoided a possible core dump
13986 * HTMLparser.c: cleanup
13987 * nanohttp.c: contributed fix.
13988 * tree.c: fixes in properties handling added xmlSetNsProp
13989 needed by libxslt
13990 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
13991 comment
13992 * TODO: updated
13993
Daniel Veillard167bd532001-01-06 21:09:34 +000013994Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * parser.c parserInternals.c: applied Bjorn Reese optimization
13997 patch
13998
13999Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14000
14001 * Makefile.am: applied patch fro make check from Martin Vidner
14002
Daniel Veillard503b8932001-01-05 06:36:31 +000014003Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14004
14005 * configure.in: preparing 2.2.11
14006 * doc/html/*: rebuild the HTML files
14007 * doc/xml.html : updated
14008
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014009Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14010
14011 * tree.c: fixed a stupid bug
14012 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14013 patches related to validation of an XInclude processing result
14014 * TODO: updated
14015
Daniel Veillarde2488192001-01-04 10:54:22 +000014016Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14017
14018 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14019 on large files
14020
Daniel Veillardf060a412001-01-03 20:52:44 +000014021Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14024
Daniel Veillard45cff692001-01-03 18:02:04 +000014025Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14026
14027 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14028 reported by Jonas Borgström
14029 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14030
Daniel Veillard08108982001-01-03 15:24:58 +000014031Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * testXPath.c xpath.c: fixing the XPath union expressions problem
14034 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14035
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014036Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14037
14038 * xmllint.c: Made is so if the file name is "-" is will read form
14039 standard input. Sven Heinicke <sven@zen.org>
14040 * tree.c: fixed a problem when growing buffer
14041 * tree.h: fixed the comment of the node types following andersca
14042 comment
14043 * TODO: updated
14044
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014045Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14046
14047 * HTMLparser.[ch]: added a way to avoid adding automatically
14048 omitted tags. htmlHandleOmittedElem() allows to change the
14049 default handling.
14050 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14051 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14052 of xmllint too when using --memory flag, added a memory test
14053 suite at the Makefile level.
14054 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14055 with namespace use when encountering QNames in XPath evalation,
14056 added xmlns() scheme in XPointer.
14057 * nanoftp.c : incorporated a fix
14058 * parser.c xmlIO.c: fixed problems raised with encoding when using
14059 the memory I/O
14060 * parserInternals.c: closed bug 25934 reported by
14061 torsten.landschoff@innominate.de
14062 * TODO: updated
14063
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014064Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14065
14066 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14067 on a non-updated tree :-(, made a 2.2.10 release to correct the
14068 situation
14069
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014070Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14071
14072 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14073 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14074 integrated a set of OpenVMS changes from Howard Taylor
14075 <Howard.Taylor@pacoast.com>
14076
Daniel Veillard58770e72000-11-25 00:48:47 +000014077Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14078
14079 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14080 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14081
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014082Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14083
14084 * HTMLparser.c: some fixes on auto-open of html/head/body
14085 * encoding.c: fixed a compilation error on some gcc env
14086 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14087 XPointer implementation
14088 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14089 related XPointer tests and associated results
14090
Daniel Veillard300f7d62000-11-24 13:04:04 +000014091Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14092
14093 * doc/xmldtd.html doc/xml.html: following a short step by step
14094 guidance on IRC to help maciej with DTDs I started a small
14095 page on the subject.
14096
Daniel Veillard748e45d2000-11-17 16:36:08 +000014097Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14098
14099 * HTMLparser.c: fixed handling of broken charrefs
14100 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14101 patches
14102
Daniel Veillard28929b22000-11-13 18:22:49 +000014103Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14104
14105 * doc/xml.html doc/html/* : rebuilt the docs after adding
14106 xinclude and updated page for 2.2.7 and 2.2.8
14107 * configure.in: releasing 2.2.8
14108
Daniel Veillard41e06512000-11-13 11:47:47 +000014109Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14110
14111 * parser.[ch] parserInternals.c: applied the conditional
14112 section processing fix from Jonathan P Springer
14113 <jonathan.springer2@gte.net>
14114 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14115 project file, fixed iconv default non support
14116 * xpath.c: fixed the problem of evaluating relative expressions
14117 when a node context is provided.
14118
Daniel Veillardbf432752000-11-12 15:56:56 +000014119Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14120
14121 * nanoftp.c: fixed gcc 2.95 new warnings
14122 * SAX.c: fixed a stupid bug
14123 * tree.c: fixed a formatting problem when round-tripping
14124 from/to memory
14125 * xinclude.c: chased memleak, fixed a base problem
14126 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14127 xmlXPtrBuildNodeList()
14128 * TODO: updated
14129 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14130 adding a first small set of regression tests for XInclude
14131
Daniel Veillardc2def842000-11-07 14:21:01 +000014132Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14133
14134 * nanohttp.[ch]: applied Wayne Davison patches to access
14135 the WWW-Authorization header.
14136 * parser.c: Closed Bug#30847: Problems when switching encoding
14137 in short files by applying Simon Berg's patch.
14138 * valid.c: fixed a validation problem
14139 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14140 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14141 Wayne Davison
14142 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14143 need to be extended to non full nodes selections.
14144 * xinclude.c: starts to work decently
14145
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014146Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14147
14148 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14149 debugXML.c xmlversion.h.in: Started adding XInclude support,
14150 this is a new xmllint option
14151 * tree.c xpath.c: applied TOM patches for XPath
14152 * xpointer.c: fixed a couple of errors.
14153 * uri.c: added an escaping function needed for xinclude
14154 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14155 new warning from RH70 gcc's version
14156
Daniel Veillarda4964b72000-10-31 18:23:44 +000014157Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14158
14159 * HTMLparser.c: fixed loop on invalid char in scripts
14160 * parser.c: update to description of xmlIOParseDTD()
14161 * libxml.m4 xmlversion.h.in: changes contributed by
14162 Michael Schmeing <m.schmeing@internet-factory.de>
14163 * configure.in: preparing for 2.2.7
14164 * Makefile.am: trying to avoid config.h and acconfig.h
14165 being included in the distrib
14166 * configure.in: released 2.2.7
14167
14168Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14169
14170 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14171 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14172
Daniel Veillard01411222000-10-30 15:33:22 +000014173Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14174
14175 * parser.[ch]: added xmlIOParseDTD()
14176 * xpointer.c: added support for the 2 extra parameters of
14177 string-range, fixed a stoopid error when '0' was present
14178 in XPointer expressions
14179 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14180 testsuite for the above
14181
Daniel Veillard6db58192000-10-30 09:27:53 +000014182Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14183
14184 * libxml.spec.in: improved package descriptions
14185
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014186Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14187
14188 * xpath.c xpathInternals.h: applied a large cleaning patch
14189 from TOM <ptittom@free.fr>, it also add namespace support
14190 for function and variables registration.
14191
Daniel Veillardbd20df72000-10-29 17:53:40 +000014192Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14193
14194 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14195 * Makefile.mingw: Wayne Davison's update adding hash.c
14196
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014197Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14198
14199 * xpath.c: fixed the root evaluation problems
14200 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14201 ignorable spaces with <b> <bold> <em>
14202 * tree.c: fixed a loop in xmlSearchNsByHref()
14203
Daniel Veillard767662d2000-10-27 17:04:52 +000014204Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14205
14206 * xpath.c: applied another XPath patch from TOM
14207 * xpath.c include/makefile.am: applied another patch from
14208 china@thewrittenword.com (cleanup on IRIX).
14209
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014210Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14211
14212 * xml-config.1: received a fixed version from Fredrik Hallenberg
14213 <hallon@lysator.liu.se>
14214
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014215Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14216
14217 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14218 cleanup patch for XPath
14219
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014220Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14221
14222 * patched to redirrect all "out of context" error messages to
14223 a reconfigurable routine. The changes are:
14224 * xmlerror.h : added the export of an error context type (void *)
14225 an error handler type xmlGenericErrorFunc there is an interface
14226 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14227 to reset the error handling routine and its argument
14228 (by default it's equivalent to respectively fprintf and stderr.
14229 * all the c files: all wild accesses to stderr or stdout within
14230 the library have been replaced to calls to the handler.
14231
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014232Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14233
14234 * configure.in: release 2.2.6
14235 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14236 exporting the inner functions of xpath for extension modules
14237 * doc/*: updated and rebuilt the doc
14238
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014239Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14240
14241 * nanohttp.c : applied Wayne HTTP cleanup patch
14242 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14243 and xmlNodeSetSpacePreserve()
14244
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014245Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14246
14247 * xpath.c: closing bug #29260
14248
Daniel Veillard126f2792000-10-24 17:10:12 +000014249Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14250
14251 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14252 multikey tuples, made hash structure opaque
14253 * valid.[ch]: moved elements, attributes, notations decalarations
14254 as well as ID and refs to hash tables.
14255 * entities.c: hash cleanup
14256 * xmlmemory.c: fixed a dump problem in debug mode
14257 * include/Makefile.am: problem passing in DESTDIR= values patch
14258 from Marc Christensen <marc@calderasystems.com>
14259 * nanohttp.c: removed debugging remains
14260 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14261 * HTMLparser.c parser.c: fixing a number of problems with the
14262 macros in the *parser.c files (Wayne).
14263 * HTMLparser.c: close the previous option when opening a new one
14264 (Marc Sanfacon).
14265 * result/HTML/*: updated the HTML results accordingly
14266
Daniel Veillard52afe802000-10-22 16:56:02 +000014267Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14268
14269 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14270 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14271 XPath functions and XML entities table to them. More to come...
14272 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14273
Daniel Veillard683cb022000-10-22 12:04:13 +000014274Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14275
14276 * tree.c: coalesce adjacent text nodes
14277 * valid.c: handling of blank nodes in DTd validation (raised
14278 by problems with a posteriori validation).
14279 * nanohttp.c: changing behaviour on HTTP write stuff.
14280 * HTMLtree.c: forced body and html to be explicitely closed.
14281 * xpath.h: exported more XPath functions.
14282
Daniel Veillard1baf4122000-10-15 20:38:39 +000014283Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14284
14285 * Release of 2.2.5
14286 * xpointer.c: range() range-inside and other helper functions
14287 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14288
Daniel Veillard47e12f22000-10-15 14:24:25 +000014289Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14290
14291 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14292 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14293
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014294Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14295
14296 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14297 and XPointer modules
14298
Daniel Veillard134c9f32000-10-15 10:27:08 +000014299Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * SAX.h: closed #25107
14302
Daniel Veillard39915622000-10-15 10:06:55 +000014303Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14304
14305 * testSAX.c: fixed problem with cdata reporting
14306 * SAXresult/* : updated
14307
Daniel Veillard1e851392000-10-15 10:02:56 +000014308Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14309
14310 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14311 Closed bug #27499, added to regression tests
14312 * TODO: updated
14313
Daniel Veillard7eda8452000-10-14 23:38:43 +000014314Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14315
14316 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14317 support for SCRIPT and STYLE with help from Bjorn Reese
14318 * test/HTML/* result/HTML/*: added simple testcase and updated
14319 the existing ones.
14320
Daniel Veillardff9c3302000-10-13 16:38:25 +000014321Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14322
14323 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14324 string-range for empty strings
14325 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14326 test/XPath/xptr/strrange: augmented the XPointer testsuite
14327
Daniel Veillard189446d2000-10-13 10:23:06 +000014328Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14329
14330 * doc/xml.html doc/xmlmem.html: added a module describing memory
14331 interfaces and use, updated the main page.
14332
Daniel Veillard2f971a22000-10-12 23:26:32 +000014333Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14334
14335 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14336 nanoftp code work on Windows too now
14337
14338Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014339
14340 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14341 * xpointer.c: implemented string-range() at least a good first version
14342 * test/XPath/docs/str test/XPath/xptr/strrange
14343 result/XPath/xptr/strrange: the string-range() tests
14344
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014345Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14346
14347 * Makefile.am include/Makefile.am include/win32config.h
14348 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14349 and make distcheck
14350
Daniel Veillard19d61112000-10-11 23:50:35 +000014351Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14352
14353 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14354 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14355 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14356
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014357Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14358
14359 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14360 patch for socklen_t detection by
14361 Albert Chin-A-Young <china@thewrittenword.com>
14362
Daniel Veillardcd429612000-10-11 15:57:05 +000014363Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14364
14365 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14366 and added a --dtdvalid option to xmllint used to test it
14367
Daniel Veillard47c02452000-10-11 13:04:36 +000014368Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14369
14370 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14371 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14372
Daniel Veillard2d38f042000-10-11 10:54:10 +000014373Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14374
14375 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14376 handlings (registration, lookup, cleanup)
14377
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014378Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14379
14380 * configure.in Makefile.am include/makefile.am: adding XPointer
14381 and XPtrtests target
14382 * xpointer.[ch] : new files for XPointer support
14383 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14384 more XPath tests
14385
Daniel Veillard57fda592000-10-10 23:24:14 +000014386Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14387
14388 * configure.in: fixed, very broken, make distcheck works again
14389
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014390Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14391
14392 * More work toward 2.2.5, integrated a number of patches
14393 * configure.in Makefile.am win32config.h.in: trying to cleanup
14394 make distcheck .... huh ...
14395 * include/Makefile.am include/win32config.h: new directory
14396 for includes
14397 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14398 updated teh makefiles and instructions for WIN32
14399 * xpath.c: small fixes
14400 * test/XPath/ results/XPath: updated the testcases and results
14401 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14402 suggested patches
14403 * valid.c: fixed an ID bug
14404
Daniel Veillardb71379b2000-10-09 12:30:39 +000014405Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14406
14407 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014408 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014409 * xpath.[ch]: worked on XPointer
14410
Daniel Veillard7e99c632000-10-06 12:59:53 +000014411Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14412
14413 * configure.in Makefile.am: 2.2.5, ship the include in an
14414 include/libxml subdirectory, use symlinks when using CVS
14415 * testSAX.c: fixed small bug
14416 * testXPath.c: changed the way testfiles are parsed
14417 * debugXML.c: same kind of cleanup when parsing an argument expression
14418 XPath/XPointers can have blanks embedded
14419 * xpath.[ch]: more cleanup, reorgs for XPointer work
14420 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14421 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14422
Daniel Veillard55b91f22000-10-05 16:30:11 +000014423Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14426 in the XPath engine, rewrote large parts of it, now it's far
14427 cleaner and in sync with the REC not an old WD. Fixed a parsing
14428 problem in the interactive XML shell found when testing XPath.
14429
Daniel Veillardac260302000-10-04 13:33:43 +000014430Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14431
14432 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14433 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14434 examples with the extra test
14435
Daniel Veillard7cfce322000-10-04 12:40:27 +000014436Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14437
14438 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14439 the global init function.
14440
Daniel Veillard970112a2000-10-03 09:33:21 +000014441Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14442
14443 * HTMLparser.c: Doohhh, attribute name parsing was still case
14444 sensitive ! Fixed this ...
14445 * result/HTML/* : updated the tests results accordingly
14446
Daniel Veillard740abf52000-10-02 23:04:54 +000014447Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14448
14449 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14450 engine, should be far more stable, incorporated a new version of
14451 preceding/following axis, need testing
14452 * uri.c: fixed file:///c:/a/b/c problem
14453 * test/XPath/tests/idsimple: augmented the XPath tests
14454
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014455Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14456
14457 * doc/* rebuilding docs for 2.2.4 release
14458
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014459Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14460
14461 * configure.in: releasing 2.2.4
14462 * parser.[ch]: added xmlStrEqual()
14463 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14464 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14465 use xmlStrEqual instead
14466 * TODO: updated
14467 * added an XPath test
14468
Daniel Veillardbc765302000-10-01 18:23:35 +000014469Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14470
14471 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14472 * entities.h: exported xmlInitializePredefinedEntities
14473 * parser.[ch] : added xmlInitParser()
14474 * parserInternals.h : had to export htmlInitAutoClose()
14475
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014476Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14477
14478 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14479 problems
14480 * Makefile.am : added XPath regression tests to normal tests
14481 * uri.c: fixed a problem with local paths, cleanup
14482 * parser.c: fixed a problem with large CData sections
14483
Daniel Veillardd2ade932000-09-30 14:39:55 +000014484Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14485
14486 * configure.in xml-config.in: patch from "Ben Taylor"
14487 <sol7x86@hotmail.com> for solaris shared libs lookup
14488
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000144892000-09-30 Martin Baulig <baulig@suse.de>
14490
14491 * libxml-2.0.pc.in: Provide pkg-config script.
14492
14493 * configure.in: Create the libxml-2.0.pc script from the
14494 libxml-2.0.pc.in templates.
14495 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014496 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014497
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014498Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14499
14500 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14501 when compiling with MSC
14502
Daniel Veillard46057e12000-09-24 18:49:59 +000014503Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14504
14505 * xpath.c: patch for normalize-string() substring-before(),
14506 substring-after() and translate() functions from Bjorn Reese
14507 <breese@mail1.stofanet.dk>
14508 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14509 Fredrik Hallenberg <hallon@lysator.liu.se>
14510 * TODO: updated
14511
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014512Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14513
14514 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14515 problem of socklen_t being undefined on a number of platforms
14516 * debugXML.c: fixed a compilation problem when without snprintf
14517
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014518Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14519
14520 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14521 an URI bug and a fix for the control-character-induced infinite loop
14522 * nanohttp.c: preventive fix for compiling on WIN32
14523
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014524Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14525
14526 * xmlint.c: closing bug #25000
14527
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014528Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14529
14530 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14531 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14532 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14533 related function, fixing xmlStrncmp(), and associated cleanup
14534 * result/HTML/entities.html.sax: updating result
14535
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014536Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14537
14538 * uri.c: applied patch for URI escaping from Wayne Davison
14539 <wayned@blorf.net>
14540 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14541 from Denis Barbier <barbier@imacs.polytechnique.fr>
14542 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14543 patch from Wayne Davison
14544
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014545Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14546
14547 * doc/xml.html : updated with new releases, adding "how to help"
14548
Daniel Veillard04698d92000-09-17 16:00:22 +000014549Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14550
14551 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14552 removed a few warnings in pedantic mode ...
14553 * parserInternals.c parser.c: moved encoding switching function
14554 to parserInternals.c
14555 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14556
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014557Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14560 error or warning handlers
14561
Daniel Veillardb1059e22000-09-16 14:02:43 +000014562Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14563
14564 * parserInternals.c parserInternals.h parser.c Makefile.am:
14565 created a new module parserInternals.c, moved most of the
14566 code shared by the various parsers there, as well as
14567 deprecated code from parser.c. More cleanup of parser.c
14568 * uri.c: fixed a problem when URI is NULL
14569 * valid.c: speedup when looking for an attribute declaration
14570
Daniel Veillard39c7d712000-09-10 16:14:55 +000014571Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14572
14573 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14574 the cleanup of the computation of URI references when seeking
14575 external entities. The URI reference string and the resulting
14576 URI are both stored now.
14577 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14578 large s(n)printf checks and cleanup from Denis Barbier
14579 <barbier@imacs.polytechnique.fr>
14580 * xmlversion.h.in tree.h: couple of SGML declarations for a
14581 possible docbook module.
14582 * result/VC/ : a couple of test output changed due to the change
14583 of the entities URI
14584
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014585Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14586
14587 * parser.h: added a _private field for linking user's data
14588
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014589Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14590
14591 * parser.c parserInternals.h: demacroified most of the IS_XXX
14592 the gain in size is significant so ...
14593
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014594Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14595
14596 * entities.c: cases where looking up entities with doc==NULL
14597 covered
14598
Daniel Veillard90e11312000-09-05 10:42:32 +000014599Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14600
Daniel Veillard1de50802000-09-07 08:54:32 +000014601 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014602 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14603
Daniel Veillard98a79162000-09-04 11:15:39 +000014604Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14605
Daniel Veillard1de50802000-09-07 08:54:32 +000014606 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014607 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14608 * Makefile.in: added URItest and included thenin "make tests"
14609
14610Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014611
14612 * xmlversion.h.in: closed bug 22941
14613
Daniel Veillard2bb89092000-08-31 14:57:50 +000014614Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14615
14616 * doc/xmlio.html: added doc and example for entity loader
14617 redefinition.
14618
Daniel Veillard96984452000-08-31 13:50:12 +000014619Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14620
14621 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14622 used by libxml
14623
Daniel Veillarde715dd22000-08-29 18:29:38 +000014624Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14625
14626 * parser.c: Fixed bug on invalid ontent characters and when using
14627 push.
14628 * xmllint.c: fixed xmllint endling of errors in push mode
14629
Daniel Veillard4948eb42000-08-29 09:41:15 +000014630Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14631
14632 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014633 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014634 * result/HTML/*.sax: regenerated HTML SAX output
14635 * parser.c: more cleanup.
14636
Daniel Veillarde010c172000-08-28 10:04:51 +000014637Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14638
14639 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014640 patches from Wayne Davison <wayned@users.sourceforge.net>,
14641 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014642 * HTMLparser.c: fixed an ignorable white space detection bug
14643 occuring when parsing with SAX only
14644 * result/HTML/*.sax: updated since the output is now HTML
14645 encoded...
14646
Daniel Veillard47f3f312000-08-27 22:40:15 +000014647Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14648
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014649 * HTMLparser.[ch]: applied some of Wayne Davison
14650 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014651
Daniel Veillarde0854c32000-08-27 21:12:29 +000014652Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14653
14654 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14655 undeclared namespace prefix was used, added a warning.
14656 Cleaned up support w.r.t. entities, spilling out a warning
14657 and being pedantic on lookups.
14658 * test/warning/ent9 : added testcase for previous example.
14659 * TODO: updated
14660 * parserInternals.h parser.c: changed the way names are parsed
14661 now allow infinite size and decrease penalty for normal use
14662 * parser.c: Started a big cleanup/check of the parser code,
14663 fixed some of the most tortuous entity code, spotted code
14664 unused anymore
14665 * test/*: added tests for very long names and related nasty
14666 things.
14667
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014668Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14669
14670 * doc/encoding.html: added encoding aliases doc
14671 * doc/xml.html: updates
14672 * encoding.[ch]: added EncodingAliases functions
14673 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14674 bottleneck affecting large DTDs like Docbook
14675 * parser.[ch] xmllint.c: added a pedantic option, will be
14676 useful
14677 * SAX.c: redefinition of entities is reported in pedantic mode
14678 * testHTML.c: uninitialized warning from gcc
14679 * uri.c: fixed a couple of bugs
14680 * TODO: added issue raised by Michael
14681
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014682Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * doc/encoding.html: propagated Martin Duerst suggestions
14685
Daniel Veillard52402ce2000-08-22 23:36:12 +000014686Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14687
14688 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14689 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14690 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14691 by Wayne Davison
14692
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014693Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14694
14695 * nanoftp.c nanohttp.c: small cleanup
14696 * TODO: updated
14697
Daniel Veillard244ece92000-08-19 20:58:02 +000014698Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14699
14700 * added an old VC testcase and updated title.xml entity
14701
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014702Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14703
14704 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14705 done on auto-opening of <p> tags and cleanup of SAX output
14706
Daniel Veillard979e55e2000-08-19 16:48:54 +000014707Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14708
14709 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14710
Daniel Veillard4540be42000-08-19 16:40:28 +000014711Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14712
14713 * doc/xml.html libxml.* structure.*: updated the doc a bit
14714
Daniel Veillard808a3f12000-08-17 13:50:51 +000014715Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14716
14717 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14718 of SAX tests
14719
Daniel Veillard29579362000-08-14 17:57:48 +000014720Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14721
14722 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14723 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14724
Daniel Veillard1255ab72000-08-14 15:13:33 +000014725Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14726
14727 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14728 * testHTML.c: fix core dump on Solaris 2.x systems
14729 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14730 * result/HTML/*.sax: previous bug fix lead to new results
14731
Daniel Veillard03109292000-08-14 14:58:22 +000014732Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14733
14734 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14735 * configure.in: added --with-readline=DIR to accept alternate
14736 path for readline include/library
14737 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14738 for ANSI under HP-UX
14739 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14740 includes @LIBS@
14741
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014742Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14743
14744 * doc/* : rebuilt the docs
14745 * getting ready for 2.2.2 release
14746
Daniel Veillard87b95392000-08-12 21:12:04 +000014747Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14748
14749 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14750 and xmlAddFeature()
14751 * tree.[ch]: added xmlAddChildList()
14752 * xmllint.c: MAP_FAILED macro test
14753 * parser.h: added xmlParseCtxtExternalEntity()
14754 * valid.c: applied bug fixes removed warning
14755 * tree.c: added CDATA block to elements content
14756 * testSAX.c: cleanup of output
14757 * testHTML.c: added SAX testing
14758 * encoding.c: better error recovery
14759 * SAX.c, parser.c: fixed one of the external entity processing
14760 of the OASis testsuite
14761 * Makefile.am: added HTML SAX regression tests
14762 * configure.in: bumped to 2.2.2
14763 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14764 SAX results
14765
Daniel Veillard88a172f2000-08-04 18:23:10 +000014766Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14767
14768 * configure.in: patch for HP compiler
14769
147702000-08-04 Sven Heinicke <sven@zen.org>
14771
14772 * xmllint.c: Was coredumping sometimes when the file given didn't
14773 exist.
14774
Daniel Veillard46e370e2000-07-21 20:32:03 +000014775Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14776
14777 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014778
Daniel Veillard46e370e2000-07-21 20:32:03 +000014779 when using in memory parsing. Need some cleanup.
14780 * xmllint.c configure.in: added a --memory flag to test memory
14781 parsing
14782
Daniel Veillard36650692000-07-21 15:16:39 +000014783Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14784
14785 * nanohttp.c: fixed socklen_t replacement to unsigned int
14786 * parser.c: fixed a space handdling missing at the end of
14787 production 28 DOCTYPE.
14788 * xmlmemory.c: fixed a stupid bug on the routine to override
14789 allocation functions
14790 * TODO: updated
14791
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014792Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14793
14794 * doc/ regenerated the docs
14795
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014796Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14797
14798 * doc/encoding.html doc/xml.html: added I18N doc
14799 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14800 improvements, both parser and filters, added ASCII & HTML,
14801 fixed the ISO-Latin-1 one
14802 * xmllint.c testHTML.c: added/made visible --encode
14803 * debugXML.c : cleanup
14804 * most .c files: applied patches due to warning on Windows and
14805 when using Sun Pro cc compiler
14806 * xpath.c : cleanup memleaks
14807 * nanoftp.c : added a TESTING preprocessor flag for standalong
14808 compile so that people can report bugs more easilly
14809 * nanohttp.c : ditched socklen_t which was a portability mess
14810 and replaced it with unsigned int.
14811 * tree.[ch]: added xmlHasProp()
14812 * TODO: updated
14813 * test/ : added more test for entities, NS, encoding, HTML, wap
14814 * configure.in: preparing for 2.2.0 release
14815
Daniel Veillard49703262000-07-10 10:27:46 +000014816Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14817
14818 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014819 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014820
Daniel Veillard306be992000-07-03 12:38:45 +000014821Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14822
14823 * doc/xml.html: changed the xmlsoft.org structure, updated the
14824 examples w.r.t. root and childs
14825
Daniel Veillard7d853352000-07-02 18:53:09 +000014826Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14827
Daniel Veillard784b9352003-02-16 15:50:27 +000014828 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014829
Daniel Veillard365e13b2000-07-02 07:56:37 +000014830Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14831
14832 * HTMLparser.c: Work on character encoding support for the HTML parser
14833 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14834 * encoding.c: Fixed a potential memleak in the encoding stuff
14835
Daniel Veillardaf743792000-07-01 11:49:28 +000014836Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14837
14838 * doc/FAQ.html doc/Makefile.am : added a FAQ
14839
14840Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014841
14842 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14843 of the HTML parser to force it to not bypass SAX
14844
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014845Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14846
14847 * win32config.h.in: updated
14848 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14849 lacks iconv support :-( need to release 2.1.1
14850 * configure.in: release 2.1.1
14851 * HTMLparser: fixed bug #14784
14852 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14853 by Windows compiler
14854 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14855 the SAX startDocument() callback.
14856 * TODO: updated
14857
14858Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14859
14860 * added xmlStopParser()
14861
Daniel Veillardbe803962000-06-28 23:40:59 +000014862Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14863
14864 * configure.in: 2.1.0 prerelease
14865 * Large resync between W3C and Gnome tree
14866 * nanoftp, nanohttp.c: fixed stalled connections probs
14867 * HTMLtree.c SAX.c : support for attribute without values in
14868 HTML for andersca
14869 * valid.c: Fixed most validation + namespace problems
14870 * HTMLparser.c: start document callback for andersca
14871 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14872 * parser.h, SAX.c: serious speed improvement for large
14873 CDATA blocks
14874 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14875 different encoding
14876 * example/Makefile.am example/gjobread.c tree.h: work on
14877 libxml1 libxml2 convergence.
14878 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14879 and the LIBXML_TEST_VERSION macro
14880
Daniel Veillardc310d562000-06-23 18:32:15 +000014881Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14882
14883 * doc/xml.html: various patches and improvements typo fixed by
14884 Felix Natter
14885 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14886 from Felix Natter <fnatter@gmx.net>
14887
Daniel Veillardf3029822000-05-06 08:11:19 +000014888Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14889
14890 * doc/upgrade.html: updated with instructions for support of both
14891 libxml-1.x and libxml-2.x
14892 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14893 for 2.x support and also fixed includes
14894
14895
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014896Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14897
14898 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14899 the encoding support, added iconv support, so now libxml if
14900 compiled with iconv automatically support japanese encodings
14901 among others. Work based on initial patch from Yuan-Chen Cheng
14902 I may have broken binary compat in the encoding handler
14903 registration scheme, but that was so utterly broken I don't
14904 expect anybody to have used this feature until now.
14905 * parserInternals.h: fixup on the CHAR range macro
14906 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14907 code.
14908 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14909 * uri.c: added xmlParseURI() I can't believe I forgot to
14910 implement this one in 2.0 !!!
14911 * SAX.c: moved doc->encoding update in the endDocument() call.
14912 * TODO: updated.
14913
Daniel Veillard06047432000-04-24 11:33:38 +000014914Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14915
14916 * tree.h: removed extraneous xmlRemoveProp definition
14917 * TODO: added item about --disable-corba configure switch
14918 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14919 * nanoftp.c: fixed include problems giving troubles on AIX and
14920 slowlaris
14921 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14922 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14923 comment and headers changes to lower gtk-doc number of warnings
14924 * doc/html/*: rebuilt docs
14925
Daniel Veillarde0aed302000-04-16 08:52:20 +000014926Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14927
14928 * HACKING: documented the tag for 1.x and instructions
14929
Daniel Veillard5e873c42000-04-12 13:27:38 +000014930Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14931
14932 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14933 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14934 xmlCreateIOParserCtxt
14935 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14936 significant overall improvement
14937 * xmllint.c: added I/O test to xmllint
14938 * testSAX.c: added a speed test
14939 * doc/* : updated/regenerated
14940
Daniel Veillardfc708e22000-04-08 13:17:27 +000014941Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14942
14943 * xpath.c uri.h parserInternals.h: cosmetic changes from
14944 "Timur I. Bakeyev" <timur@bat.ru>, including making
14945 xmlCreateURI() public
14946
Daniel Veillard5d211f42000-04-07 17:00:24 +000014947Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14948
14949 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
14950 and the code at the same time. Added a clean mechanism for
14951 overload or added input methods: xmlRegisterInputCallbacks()
14952 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
14953 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
14954 * TODO: updated
14955 * doc/* : updated/regenerated
14956 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
14957 source dir
14958
Daniel Veillarde77a9182000-04-05 19:12:29 +000014959Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14960
14961 * testURI.c: yet another forgotten commit, I should get some sleep !
14962
Daniel Veillardce8b83b2000-04-05 18:38:42 +000014963Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14964
14965 * xmllint.c: forgot to commit this too ?
14966
Daniel Veillardb9df4042000-04-05 14:23:16 +000014967Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14968
14969 * xmlversion.h.in : forgot to commit this previously
14970
Daniel Veillard361d8452000-04-03 19:48:13 +000014971Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14972
14973 * configure.in: preparing libxml-2.0.0 version looks Ok so far
14974 * README TODO: updated for release
14975 * uri.c uri.h: added authority parsing/saving
14976 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
14977 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
14978 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
14979 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
14980 Makefile.am : added compile-time customization of libxml
14981 --with-ftp --with-http --with-html --with-xpath --with-debug
14982 --with-mem-debug
14983 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
14984 #include <libxml/xxx.h> I hope it won't break too much stuff
14985 and will be manageable in the future...
14986 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
14987 and added xmllint to the installed programs
14988 * uri.h: added xmlFreeURI()
14989
Daniel Veillardec303412000-03-24 13:41:54 +000014990Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * uri.c uri.h: finished the escaping handling, the base support
14993 and the URI path normalization. Looks good just lacks the
14994 authority content parsing code.
14995 * Makefile.am: added instructions to generate testURI
14996 * TODO: updated
14997 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
14998 added links and icons for W3C and Gnome
14999
Daniel Veillard8f621982000-03-20 13:07:15 +000015000Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15001
15002 * xmlmemory.[ch] : seems I forgot to actually update the files in
15003 the last commit :-)
15004 * doc/xml.html doc/html/* : updated and uploaded the docs
15005
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015006Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15007
15008 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15009 * TODO: updated
15010 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015011 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015012 gfree).
15013 * Makefile.am, uri.c, uri.h: added a set of functions to do
15014 exact (litteraly copied from the RFC 2396 productions) parsing
15015 and handling of URI. Will be needed for XLink, one XML WFC,
15016 XML Base and reused in the nano[ftp/http] modules. Still work
15017 to be done.
15018
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015019Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15020
15021 * configure.in, libxml.spec.in : libxml2
15022 * doc/* : updated the doc page, rebuilt the docs
15023
Daniel Veillardcf461992000-03-14 18:30:20 +000015024Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15025
15026 * all: tagged LIB_XML_1_X
15027 * *.c *.h : updated from W3C CVS tree
15028 * configure.in : 2.0.0-beta
15029 * libxml.spec.in : libxml2 package nam
15030 * result/* : new version of the tests output
15031
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015032Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15033
15034 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15035
Daniel Veillardb566ce12000-03-04 11:39:42 +000015036Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15037
15038 * doc/* : rebuilt the docs
15039 * parser.c: final patch on #6766
15040 * valid.c: small patch on validity checks.
15041
Daniel Veillardfb76c402000-03-04 11:39:42 +000015042Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15043
15044 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15045 added
15046 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15047 compatibility w.r.t. XML spec and existing code.
15048
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015049Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15050
15051 * parser.c: seems a better solution to <a> </a> exists,
15052 will try it for a while
15053
Daniel Veillard83a30e72000-03-02 03:33:32 +000015054Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15055
15056 * parser.c: tried to remove the <a> </a> generating <a/>
15057 this is hard. Left a flag for that purpose. Fixed bug #6766
15058 * configure.in: prepared 1.8.7 not released, due to previous
15059 problem
15060
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015061Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
15063 * doc/xml.html : applied second patch from Paul DuBois
15064
Daniel Veillard402e8c82000-02-29 22:57:47 +000015065Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * doc/xml.html : applied patch from Paul DuBois
15068
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015069Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15070
15071 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15072
Daniel Veillard5feb8492000-02-02 17:15:36 +000015073Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15076 compilation warnings on various platforms.
15077 * parser.c: Fixed #5281 validity error callbacks are now desactived
15078 by default if not validating.
15079
Daniel Veillardf341f932000-02-02 14:52:08 +000015080Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15081
15082 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15083
Daniel Veillard13c757e2000-02-01 23:59:15 +000015084Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15085
15086 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15087 <gkatsi@cs.toronto.edu>
15088
Daniel Veillard726e8792000-01-30 20:04:29 +000015089Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15090
15091 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15092 processing URLs
15093
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015094Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15095
15096 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15097 xmlNanoFTPUpdateURL for persistent control connections.
15098 * configure.in: 1.8.6
15099
15100Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15101
15102 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15103 * tree.[ch] : added xmlSaveNoEmptyTags
15104
James Henstridgef3be9312000-01-28 13:59:21 +0000151052000-01-29 James Henstridge <james@daa.com.au>
15106
15107 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15108
15109 * Makefile.am: added nanoftp.[ch] to the build.
15110
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015111Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15112
15113 * nanoftp.[ch]: cleanup, comments, API
15114 * debugXML.c : fixed a bug in the cat command
15115 * doc/*: regenerated the docs
15116
Daniel Veillardda07c342000-01-25 18:31:22 +000015117Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15118
15119 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15120 * debugXML.c : fixed a bug in the cat command
15121 * valid.c: fixing some small probs
15122 * libxml.spec.in: get rid of the SNAP suffix
15123 * doc/xml.html: updated the status
15124
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015125Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15126
15127 * xml-config.in: xml-config --version to just return the
15128 version number
15129 * xpath.c: some cleanup w.r.t. axis when the current node is
15130 an attribute.
15131 * TODO: updated
15132
Daniel Veillard461a66c2000-01-18 18:01:01 +000015133Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15134
15135 * configure.in: prepared for libxml-1.8.5
15136 * doc/* recompiled the documentation
15137
151382000-01-17 Jody Goldberg <jgoldberg@home.com>
15139
15140 * configure.in : WARNING autoconf subtlety alert :
15141 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15142 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15143 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15144 get defined by AC_CHECK_HEADERS.
15145
Daniel Veillardf967b902000-01-17 16:06:10 +000015146Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15147
15148 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15149 Rune.Djurhuus@fast.no
15150
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015151Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15152
15153 * TODO: updated
15154 * tree.c, parser.c: made sure that only memory alloc problems
15155 and internal parser errors are allowed to write to stdout or
15156 stderr.
15157
Daniel Veillard0142b842000-01-14 14:45:24 +000015158Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15159
15160 * tree.c : restored xmlNewGlobalNs since this seems used by
15161 a lot of existing code :-(, fixed a bug in xmlNewNs
15162 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15163 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15164 to exit() from the library code.
15165 * xpath.c, parser.c: removed bugs or unused code detected by
15166 Windows compilers
15167 * parser.c: started adding interfaces for parsing well balanced
15168 XML fragments
15169 * configure.in: releasing 1.8.4
15170 * doc/* : rebuilt the docs
15171
Daniel Veillard2eac5032000-01-09 21:08:56 +000015172Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15173
15174 * tree.[ch] : added xmlNewDocFragment() for DOM
15175 * testHTML.c: uninitialized variable.
15176
Daniel Veillardf3a73582000-01-05 14:58:39 +000015177Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15178
15179 * doc/* : rebuild the docs
15180
Daniel Veillard71b656e2000-01-05 14:46:17 +000015181Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15182
15183 * acconfig.h: readline and history patch
15184 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15185 * tree.c: added check and handling when possibly removing an ID
15186 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15187 and saving.
15188 * test/HTML/entities.html result/HTML/entities.html* : test for
15189 various entities reference cases
15190 * result/HTML/* : as a result output of some testcase have
15191 changed
15192 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15193 by previous example. added xmlParseTryOrFinish().
15194 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15195 entities.h debugXML.h HTMLparser.h: changed the way struct are
15196 declared to allow gtk-doc to expose those
15197 * parser.c: closed bug #4960
15198 * Makefile.am configure.in: Applied patch from
15199 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15200 and math/socket libs detection
15201
Daniel Veillard437b87b2000-01-03 17:30:46 +000015202Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15203
15204 * configure.in, Makefile.am: link tester against readline
15205 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15206
Daniel Veillard686d6b62000-01-03 11:08:02 +000015207Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15208
15209 * tree.[ch]: added xmlRemoveProp
15210 * win32config.h.in nanohttp.c: avoid including the Windows
15211 socket stuff in every C files
15212 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15213 the XmL parser(s)
15214 * test/ns4 result/ns4 etc...: added test case for previous prob
15215 * tree.c: xmlNewNs wasn't checking for double definition
15216 * Makefile.in: fixed a problem with dist-hook duplicates
15217 * parser.[hc], xmlIO.c: fixed the loading of external entities
15218 APIs, now xmlLoadExternalEntity() is used everywhere and
15219 setting up an app specific front-end using the
15220 * SAX.c parser.c: some fixes, now the xhtml spec validates
15221 with the xhtml DTD.
15222 * error.c: fixed crashes in case of no input stream
15223 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15224 to the validation tests and results
15225
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015226Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15227
15228 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15229 too htmlCreatePushParserCtxt() and htmlParseChunk()
15230 * parser.c: a bit of cleanup.
15231 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15232 to XML) removed the last mem leak known
15233 * HTMLtree.c: output message cleanup
15234 * xmlmemory.c: display content info about memory blocks
15235 * result/HTML/wired.* : missing att value warning change
15236
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015237Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15238
15239 * doc/* : rebuilt the documentation
15240
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015241Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15242
15243 * parser.[ch] parserInternals.h: Push parser for XML,
15244 seems to work fine now
15245 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15246 --push for push testing
15247 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15248 * testSAX.c: added --push
15249 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15250 subtree
15251 * xmlIO.[ch] : enriched API + fixes for push mode
15252 * entities.[ch]: added the entity content length to the struct.
15253 * xmlmemory.[ch]: new API to show the last entries for the shell
15254 * valid.c: added required attribute testing
15255 * SAX.c: the cdata callback now merge contiguous fragments
15256 * HTMLparser.c: cleanup of some macros
15257
Daniel Veillard3c558c31999-12-22 11:30:41 +000015258Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15259
15260 * parser.c: fix for PIs name starting with xml
15261 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015262 * *.c, configure.in win32config.h.in : generate win32config.h for
15263 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015264
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015265Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15266
15267 * parser.c: fixed a stupid = vs. == bug :-(
15268 * doc/gnome-xml.sgml: s/glade/xml/
15269
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015270Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15271
15272 * configure.in, doc/xml.html : bug fix release 1.8.2
15273 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15274 Hopefully the end of that silly C++ include problem
15275 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15276 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15277 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15278 troubles with autoclosed elements when the stree shape doesn't
15279 follow the DtD specs. Added htmlIsAutoClosed() and
15280 htmlAutoCloseTag()
15281 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15282 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15283 * debugXML.c: fixed a bug on printing default namespaces.
15284 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15285
Daniel Veillardb24054a1999-12-18 15:32:46 +000015286Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15287
15288 * result/HTML/*.htm[l] : updated the HTML regression tests according
15289 to the new output
15290 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15291 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15292 problem due to intermix of extern "C" { ... } declarations for C++
15293 and recursive includes in the headers
15294
Chris Lahey323c48c1999-12-18 15:32:45 +0000152951999-12-20 Chris Lahey <clahey@umich.edu>
15296
15297 * HTMLtree.c: Made it so that html nodes with a single child do
15298 not insert a carriage return before or after the child node.
15299
Daniel Veillardb24054a1999-12-18 15:32:46 +000015300Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015301
15302 * configure.in, doc/xml.html : bug fix release 1.8.1
15303 * parser.c: fixed bug #4344
15304 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15305 added the glue to avoid C++ problems
15306 * doc/* : regenerated the documentation
15307
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015308Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15309
15310 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15311 namespace recognition, and Dia as a resul :-(
15312 * encoding.c: closed bug #3950
15313
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015314Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15315
15316 * valid.c: debugging a posteriori validation, except URI expansion
15317 stuff this should be fixed now
15318 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15319 Carl Nygard <cnygard@bellatlantic.net>
15320 * tester.c: added --postvalid, cleaning of the code
15321 * tree.[ch]: added xmlDocGetRootElement()
15322
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015323Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15324
15325 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15326 c++ losage.
15327
Daniel Veillard10a2c651999-12-12 13:03:50 +000015328Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15329
15330 * configure.in, doc/xml.html : bumped to 1.8.0
15331 * xlink.[ch], Makefile.am : added framework for link detection
15332 * parser.h: added nbChars to parser context, needed for cleanup.
15333 * xmlmemory.c: removed a nasty bug when out of mem
15334 * valid.[ch]: adding namespace support for attribute decl
15335 * tester.c: added --debugent option
15336 * debugXML.[ch]: added xmlDebugDumpEntities()
15337 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15338 buffers instead, this was really needed, validation was breaking
15339 in strange ways due to that. Added xmlParseStringPEReference()
15340 and other parsing from strings functions. Entities processing
15341 modified again, but PERef are still not handled correcly but
15342 unless you're Eve Maller you won't notice :-)
15343 * HTMLparser.c: large changes toward reliability, and switched to
15344 lowercase internal tags, XHTML is lowercase, so it will help
15345 that output is closer to next version.
15346 * doc/* : regenerated the documentation, it is now hosted at
15347 http://xmlsoft.org/ (same bits I just bought the domain :-)
15348
15349
Daniel Veillard294cbca1999-12-03 13:19:09 +000015350Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15351
15352 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15353 doc generation
15354 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15355 in the SAX API
15356 * doc/*: rebuilt the doc making sure everything appears in the
15357 HTML files
15358
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015359Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15360
15361 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15362 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15363 which allow impressive speed improvement on dataset with
15364 large text pieces, but at the cost of broken binary
15365 compatibility and slightly bigger memory usage.
15366 Configure with --with-buffers to activate them, they
15367 are protected with XML_USE_BUFFER_CONTENT define.
15368 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15369 goal is 0 memory left allocated once parser is no more used
15370 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15371 call xmlCleanupParser() and xmlMemoryDump()
15372
Daniel Veillarda819dac1999-11-24 18:04:22 +000015373Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15374
15375 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15376 * parser.[ch] encoding.[ch]: added memory cleanup routines
15377 * parser.c: closing bug #3788
15378 * doc/*: rebuilt the doc
15379
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015380Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15381
15382 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15383 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15384 * tester.c: added --compress option
15385 * doc/*: rebuilt the documentation
15386
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015387Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15388
15389 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15390 if given /proc/kcore as input !
15391 * doc/xml.html doc/*: updated and rebuilt the documentation
15392
15393Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015394
15395 * parser.c: Fixed some wrongly space collapsing code due to
15396 a misreading of the spec.
15397 * result/*: fixed the output accordingly
15398
15399Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015400
15401 * encoding.c: bug fix and typos
15402 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15403 * parser.c: added attribute normalization closing bug #3597
15404 * test/att* result/att* SAXresult/att*: testcase for attribute
15405 normalization
15406
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015407Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * configure.in: closing bug #3163 by adding extra flags for the
15410 cc compiler on HP-UX
15411
Daniel Veillard51e3b151999-11-12 17:02:31 +000015412Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15413
15414 * valid.[ch] : removed a typo and an enumerated type bug in the
15415 xmlAddElementDecl() function
15416 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15417 call to xmlEncodeEntitiesReentrant() so that the functions
15418 New, Set and Get are at the same level.
15419 * parser.c HTMLparser.c: extra memory allocation bug for
15420 attributes detected by someone using libxml in embedded systems :-)
15421
Daniel Veillard962195f1999-10-28 15:51:53 +000015422Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * xmlmemory.h: turned off mem debug :-\
15425
Daniel Veillard35008381999-10-25 13:15:52 +000015426Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15427
15428 * parser.c: closed bug #2784 a one line fix, but worth pushing
15429 a new release out
15430 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15431 some structures, comments before and after the
15432 main element, and other nastyness
15433 * HTMLtree.c tree.c: accomodate the extended HTML supported
15434 * configure.in: pushing 1.7.4
15435 * test/ent8 and related outputs : added a new test for bug #2784
15436 * test/HTML/wired.html and related output: a nasty HTML example
15437 * Makefile.am: improved the test scripts
15438 * docs/* : reran the documentation extractor, updated xml.html
15439
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015440Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15441
15442 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15443 HTMLparser and debugged the HTML related code. HTML documents
15444 now have their own type
15445 * entities.c: do not dump &apos; for HTML output
15446 * xmlmemory.c: improvement, breakpoint mechanism
15447 * testHTML.c: added --sax --repeat ...
15448 * Makefile.am: improved the HTML tests
15449 * valid.[ch]: added xmlValidGetValidElements and
15450 xmlValidGetPotentialChildren
15451 * tester.c: added --insert to test the 2 new functions
15452 * test//* result//* SAXresult//* : regression test cleanup
15453 and extension.
15454 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15455 gnome-xml-nanohttp.html
15456
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015457Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15458
15459 * HTMLparser.c: fixed problems with some autoclose tags
15460 * tree.c: fixed XML output problems.
15461 * result/* SAXresult/*: update of the tests output
15462
Daniel Veillard6077d031999-10-09 09:11:45 +000015463Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15464
15465 * Makefile.am: Arturo patch for xmlConf.sh version info
15466 * parser.c: Tim Josling patch for single quoted items
15467 * tester.c: Tim Josling patch for tester options usage
15468 * tree.h: indent cleanup
15469
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015470Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15471
15472 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15473 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15474
Daniel Veillard00fdf371999-10-08 09:40:39 +000015475Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * tree.c : Raph patch for initialization of CORBA fields
15478 * parser.c, xpath.c, ...: modification of doc comments
15479 * xpath.c : allow spaces in xpath expressions
15480
Daniel Veillardad219441999-09-27 08:17:49 +000015481Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15482
15483 * xmlmemory.h: turning off memory debug :-(
15484
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015485Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15486
15487 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15488 better SAX interfaces.
15489 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15490 entity.
15491 * configure.in: 1.7.2
15492
15493Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015494
15495 * libxml.spec.in: fixed the URL
15496 * doc/xml.html: improved the documentation front-end
15497
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015498Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015499
15500 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15501
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015502Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015503
15504 * libxml.spec.in: fixed the alpha compile problem
15505 * parser.[ch]: changed errno to errNo in the parser context :-(
15506 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15507 * doc/xml.html: changed CHAR to xmlChar
15508 * doc/html/*: recompiled the documentation
15509 * configure.in: 1.7.1
15510
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015511Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15512
15513 * parser.h: modified the parser context struct to regain 1.4.0
15514 binary compatibility
15515 * parser.c, xml-error.h: added errno ot teh context and defined
15516 a set of errors values with update of errno
15517 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15518 DTDs and entities
15519 * *.h, *.c: complete cleanup of the use of config.h and include
15520 protection depending on the current setup.
15521 * overalll debugging, maintenance and bug-fixing on all modules
15522 * updated the documentation
15523 * ready for 1.7.0
15524
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015525Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15526
15527 * HTMLparser.c : cleanup
15528 * SAX.c valid.c valid.h: added ID/IDREF checking
15529 * tree.c tree.h: extended doc structure for refs
15530 * configure.in: 1.6.2
15531 * parser.c: patched bug in SAX user arg call
15532 * parserInternals.h: patched missing close in C++ wrapping
15533 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15534 especially upcoming XPointer implementation.
15535 * doc/xml.html: augmented, typo
15536
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015537Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15538
15539 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15540 not all invocations of install understand -d.
15541
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015542Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15543
15544 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15545 to make 'check' works, when builddir != srcdir.
15546
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015547Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15548
15549 * doc/xml.html : updated the documentation
15550
Daniel Veillard6454aec1999-09-02 22:04:43 +000015551Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15552
15553 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15554 not deallocated memory blocks
15555 * *.c : replaces all calls to malloc() free() and realloc() to
15556 the wrapper functions/macros
15557 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15558 instead of xmlFreeNodeList()
15559
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015560Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15561
15562 * HTMLparser.c: corrected a stupid bug leading to core dump at
15563 tree deallocation. Removed warnings indicated by
15564 Stephane.Conversy@lri.fr
15565 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15566 looked for in the external subset
15567
15568Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015569
15570 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15571 on SGI by Stephane.Conversy@lri.fr
15572
Daniel Veillardb96e6431999-08-29 21:02:19 +000015573Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15574
15575 * all .h : changed the prototype declaration indent as in gtk
15576 * most .c : working on reducing the TODOs in the code
15577 * most .c : cleanup though -pedantic and Insure++
15578 * improvements on validation ID checkings.
15579 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15580 * xml-config.in: closed #1810
15581
15582Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015583
15584 * tree.h, valid.c, valid.h: more work on validity, IDs
15585 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15586 definition for AIX
15587
Daniel Veillardb556eb51999-08-15 17:19:50 +000015588Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15589
15590 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15591 the distribution due to a cut'n paste error at last commit
15592
Daniel Veillardb05deb71999-08-10 19:04:08 +000015593Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15594
15595 * configure.in: upgraded to version 1.4.0
15596 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15597 Big update, added a large part of the validation process,
15598 it should be usable, but some parts are missing
15599 * xpath.c: improved the implementation w.r.t. root.
15600 * Makefile.am: added more tests
15601 * test and result trees: added a lot of tests
15602 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15603
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015604Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15605
15606 * Added an HACKING file
15607
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015608Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15609
15610 * xpath.[ch] : improvements and debug of the XPath implementation
15611 * parser.c, HTMLparser.c : modified the parsers to be progressive
15612 * tree.[ch] : extended the Buffer promitives
15613 * xmlIO.[ch] : added basic I/O routines providing progressive
15614 parsing and ready for I18N conversion plugins
15615 * SAXresult/* : the SAX callback sequence maybe slightly different
15616 now
15617 * test*.c : improved/updated the tests programs
15618 * doc/* : recompiled the docs.
15619
Daniel Veillard15b75af1999-07-26 16:42:37 +0000156201999-07-26 Michael Meeks <michael@edenproject.org>
15621
15622 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15623
15624 * tree.c: Ditto.
15625
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015626Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15627
15628 * configure.in: upgraded to version 1.4.0
15629 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15630 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15631 XML query language, see http://www.w3.org/TR/xpath for more details.
15632 * parser.c, parser.h: added CHAR* related string functions for XPath
15633 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15634 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15635 rebuild the docs.
15636 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15637 and regression testing capabilities for XPath.
15638
Daniel Veillardd79d7871999-07-12 10:38:12 +000015639Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15640
15641 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15642 closing bug #1646
15643
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015644Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15645
15646 * Makefile.am, example/Makefile.am: closed bug #1683
15647
Daniel Veillard3166ab11999-07-11 16:14:19 +000015648Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15649
15650 * example/Makefile.am, configure.in: added the makefile for the
15651 gjobread example
15652
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015653Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15654
15655 * doc/Makefile.am:
15656 - fix which allow "make install DESTDIR=</install/prefix>".
15657
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015658Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15659
15660 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15661 which fixed a problem on the file reading-code.
15662
Daniel Veillard82150d81999-07-07 07:32:15 +000015663Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15664
15665 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15666 output.
15667 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15668
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015669Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15670
15671 * parser.h : Oops removed the binary compatibility problem
15672 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15673 * parser.c, HTMLparser.c: applied patches for reading from stdin
15674
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015675Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * parser.c, entities.c, valid.c: cleanup bug #1591
15678 * configure.in: cleanup bug #1592
15679 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15680 the same tree back-end. Hence gdome will be available for it.
15681 * doc/Makefile.am: close bug #617
15682
Daniel Veillard97fea181999-06-26 23:07:37 +000015683Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * parser.c: alloctate a per parser context SAX interface block
15686
Daniel Veillard14fff061999-06-22 21:49:07 +000015687Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15688
15689 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15690 and xmlEncodeEntitiesReentrant with the correct one :-\
15691
15692Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * commit of my internal XML base changes, quite a lot of
15695 changes, cleanups, better entities support, framework for
15696 new I/O and charset detection and handling
15697 * Fixed the configure/Makefile stuff to generate shared libs
15698 with the proper version info, so we jumped on rev from
15699 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15700 xmlEncodeEntities() result need to be freed now, and a string
15701 xmlParserVersion provide the current library version.
15702
Raph Levien05240da1999-06-15 21:27:11 +000015703Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15704
15705 * parser.c: fixed a buffer overrun for when you have a very long
15706 attribute with no entities in it.
15707
Daniel Veillardbb2da581999-06-13 14:37:07 +000015708Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15709
15710 * added example directory
15711 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15712
Daniel Veillard011b63c1999-06-02 17:44:04 +000015713Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15714
15715 * Release of libxml-1.1, nearly everything has been touched for
15716 this.
15717 * Added more regression tests
15718 * Updated the documentation
15719
Daniel Veillard27d88741999-05-29 11:51:49 +000015720Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15721
15722 * tree.[ch]: unified the XML_NO_CORBA defines.
15723 * parser.c encoding.[ch]: started plugging in char encoding detection
15724
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015725Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15726
15727 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15728 Also freed allocated buffer.
15729
Daniel Veillard27d88741999-05-29 11:51:49 +000015730Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015731 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15732 reentrancy problem at printing. One is left in entities.c, to
15733 remove ASAP
15734 * testSAX.c : added a test example showing the use of the SAX
15735 interface if one doesn't want to build the DOM tree.
15736 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15737
Daniel Veillard517752b1999-04-05 12:20:10 +000015738Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15739
15740 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15741 large revamping of the parser to use SAX callbacks
15742 http://www.megginson.com/SAX/ (or at least a C like interface
15743 a la Expat). It's now possible to set up your own callbacks
15744 and the parser will not build a DOM tree.
15745 * test/* result/*: updated the test suite, I finally removed
15746 the old Namespace draft support (PI based).
15747
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015748Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15749
15750 * Makefile.am: added test result to EXTRA_DIST for make tests
15751
Daniel Veillard64068b31999-03-24 20:42:16 +000015752Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15753
15754 * parser.c, parserInternals.h: moved the chars macro definitions
15755 to parserInternals.h
15756 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15757 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15758
Daniel Veillard012ccc11999-03-23 10:11:11 +000015759Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15760
15761 * xml-config.in : applied patch to make --version work
15762
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000157631999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15764
15765 * Makefile.am (check-local): Alias for `tests' target. This will
15766 cause `make check' to do the right thing.
15767 (tests): Don't run tests in srcdir. Also, replaced calls to
15768 basename with a `sed' "equivalent".
15769
Daniel Veillardd109e371999-03-05 06:26:45 +000015770Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15771
15772 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15773 it in the header and not the sources, updated the doc.
15774 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15775 pointing this out.
15776
Daniel Veillardbc50b591999-03-01 12:28:53 +000015777Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15778
15779 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15780 exported the inputStream routines.
15781 * doc/html/* : updated accordingly
15782
Daniel Veillardd692aa41999-02-28 21:54:31 +000015783Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15784
15785 * parser.c, parser.h, parserInternals.h: added a few extra
15786 internal calls to allocate and free parser contexts ...
15787 * doc/html/* : updated accordingly
15788
Daniel Veillard55a99271999-02-25 11:01:29 +000015789Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15790
15791 * configure.in, Makefile.am, doc/makefile.am : General changes for
15792 1.0.0 release and including the generated HTML documentation.
15793
Daniel Veillard35925471999-02-25 08:46:07 +000015794Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15795
15796 * makefile.am : added parserInternals.h, oops.
15797
Daniel Veillard1e346af1999-02-22 10:33:01 +000015798Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15799
15800 * parserInternals.h: added this header giving access to the parser
15801 internal functions.
15802 * doc/Makefile.am : added a rebuild target which rebuilds the full
15803 set of documentations
15804 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15805 the internal subset.
15806 * *.c *.h: modifications needed to generate the documentation using
15807 gtk-doc, cleanup of functions blocks, reorganisation of struct
15808 declarations.
15809
Daniel Veillard1164e751999-02-16 16:29:17 +000015810Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15813 the tar and spec file to include the beginning of the doc.
15814
Nuno Ferreira03d04781999-02-13 00:07:17 +0000158151999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15816
15817 * doc/.cvsignore: Added this file.
15818
Daniel Veillard6800ef31999-02-08 18:33:22 +000015819Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15820
15821 * tree.c: fixed xmlGetProp to return "" when the attribute
15822 exists, even if the node-list is NULL.
15823
Daniel Veillard726c7e31999-02-08 15:13:10 +000015824Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15825
15826 * tree.c: patched an error outputting empty attribute values.
15827 * Makefile.am and doc/makefile.am: have been updated during the
15828 week-end. Sorry for an empty CVS log, I got a shell problem.
15829
Daniel Veillard1899e851999-02-01 12:18:54 +000015830Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15831
15832 * tree.h: cleaned up using enums instead of defines
15833 * parser.c, valid.[ch]: more work on parsing/output of element
15834 declarations
15835
Daniel Veillard3b9def11999-01-31 22:15:06 +000015836Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15837
15838 * valid.[ch], tree.c, parser.c : more work toward full parsing
15839 of XML DTDs.
15840 * README: added informations about mailing-list and on-line
15841 documentation
15842
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000158431999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15844
15845 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15846
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015847Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15848
15849 * parser.c, tree.[ch] : more work toward conformance testing,
15850 added a last element to accelerate parsing of very flat structures
15851 started working on internal subset Element content declaration.
15852 * valid.[ch] : first cut at adding code toward validation.
15853 * previous changes had also small impact on most files, especially
15854 the conformance testing using James Clark test suite.
15855
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015856Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15857
15858 * test/* : updated the examples, most of them were not well
15859 formed (humm), and added rdf2.
15860 * result/* : resulting changes in the output.
15861
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015862Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15863
15864 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15865
Daniel Veillard44b3a061998-12-05 17:27:22 +000015866Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15867
15868 * tree.c: patched a bug in the generation of empty attributes
15869
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015870Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15873 for node/trees/documents/... Biggest problem is namespace
15874 support when copying subtrees.
15875
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015876Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15877
15878 * parser.c, entities.c: improve entities and char ref encoding,
15879 and cleanups of error messages.
15880
Daniel Veillard242590e1998-11-13 18:04:35 +000015881Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15882
15883 * parser.c, entities.c: simple bug hunting done during rpm2html and
15884 rpmfind integration.
15885
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015886Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15887
15888 * parser.[ch]: Added interfaces allowing to specify a SAX
15889 handler before parsing.
15890
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015891Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15892
15893 * parser.c: redirrect all errors reporting through the SAX
15894 error function
15895
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015896Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15897
15898 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15899 * libtool, tlmain ...: update of the libtool files
15900
Miguel de Icaza442321c1998-11-04 18:13:38 +0000159011998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15902
15903 * entities.c: Use g_snprintf insteda of snprintf.
15904
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015905Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15906
15907 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15908 added ent5 test for this purpose.
15909 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15910
Daniel Veillard27271681998-10-30 06:39:40 +000015911Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15912
15913 * parser.c: fixed? a strange error due to compression on a GWP
15914 document.
15915
Daniel Veillard25940b71998-10-29 05:51:30 +000015916Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * tree.[ch]: bug fixing
15919 * entities.[ch]: defined a specific type for predefined entities
15920 * doc/xml.html: more documentation on the library, how to use it,
15921 overview of the interfaces.
15922
Daniel Veillard16253641998-10-28 22:58:05 +000015923Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15924
15925 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15926
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015927Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15928
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015929 * tree.c: corrected a small bug
15930 * doc/xml.html: continuing writing documentation.
15931
15932Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15933
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015934 * debugXML.h debugXML.c: added debugging utilities.
15935 * tester.c: added --debug switch.
15936 * tree.c: patched an incorrect node->type assignment.
15937 * parser.c: formatting, ensure that node->doc != NULL in attributes
15938
Daniel Veillardccb09631998-10-27 06:21:04 +000015939Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15940
15941 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15942 entity support and provide an internal representation close to
15943 DOM one (entity ref nodes, and attribute value as tree). I tried
15944 to preserve the interface but this will surely break some apps
15945 (I have to change rpm2html/rpmfind for example). I had to change
15946 two interfaces, and the generated tree is somewhat different.
15947 * doc/* : started documenting the XML library, the tree and
15948 DOM/Corba. This is a first step.
15949
Daniel Veillard11e00581998-10-24 18:27:49 +000015950Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15951
15952 * parser.c: Set up the fonctions comment block, boring but useful.
15953 * parser.h, SAX.c, parser.c: now attributes are processed through
15954 the SAX interface. The problem is that my SAX interface diverged
15955 quite a bit from the original one, well this is not an official
15956 spec, and translating it from Java to C is hairy anyway...
15957
Daniel Veillard97b58771998-10-20 06:14:16 +000015958Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
15961 fonctions comment block, boring but useful.
15962
15963Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000015964
15965 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
15966 conversion routines. However they are not yet used to convert the
15967 inputs. The core will run with UTF-8.
15968
Daniel Veillard33942841998-10-18 19:12:41 +000015969Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15970
15971 * tree.c : make sure that the type id is properly set-up when
15972 a new object is allocated, needed for DOM.
15973
Daniel Veillard27fb0751998-10-17 06:47:46 +000015974Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15975
15976 * tree.h, tree.c: Ok, the main objects in the tree will be native
15977 corba objects, it costs 8 bytes per Node, Attribute and Document
15978 but it simplifies the Corba integration a lot (no extra interface
15979 objects to allocate/free).
15980
Daniel Veillard0bef1311998-10-14 02:36:47 +000015981Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15982
15983 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
15984 and changed NODEs contants for conformity with DOM Level 1
15985
Daniel Veillard27864701998-10-08 03:47:24 +000015986Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15987
15988 * added hooks to keep track of servants when creating objects
15989 xmlDoc and xmlNode (for Corba export).
15990
Daniel Veillarda6e1d121998-10-04 14:41:05 +000015991Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15992
15993 * added xml-config script.
15994
Daniel Veillard7066a791998-10-01 20:28:28 +000015995Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15996
15997 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
15998 to autoupdate libtool and automake conf files.
15999
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000160001998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16001
16002 * Makefile.am: Use '?' to separate the sed
16003 commands as ',' is used when people pass -Wl,something.
16004
16005
Daniel Veillard15a8df41998-09-24 19:15:06 +000016006Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16007
16008 * tree.c, tree.h: added a per-document compression interface.
16009
Daniel Veillard151b1b01998-09-23 00:49:46 +000016010Tue Sep 22 20:47:38 EDT 1998
16011
16012 * tree.c, tree.h: added saving with compression and added interfaces
16013 to control the compression level (xmlGetCompressMode,
16014 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16015
Daniel Veillard70120ff1998-09-22 00:24:21 +000016016Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16017
16018 * parser.c: corrected a loop for files of size 0
16019
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000160201998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16021
16022 * error.h: New file. Contains prototyes from `error.c'.
16023
Tom Tromeyc19653d1998-08-14 01:22:43 +000016024Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16025
16026 * Makefile.am (xmlincdir): New macro.
16027 (xmlinc_HEADERS): Renamed from include_HEADERS.
16028
Daniel Veillard845664d1998-08-13 04:43:19 +000016029Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16030
16031 * applied small patch on numeric entities from
16032 Christopher Blizzard <blizzard@appliedtheory.com>
16033
Daniel Veillard260a68f1998-08-13 03:39:55 +000016034Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16035
16036 * New release 0.2, removed the old xml_* files so that it's
16037 coherent with the other CVS base (W3C), far better conformance
16038 to standard, new namespaces, decent entities support, beginning
16039 of a SAX-like interface. Nearly nothing left intact, even the
16040 test examples ...
16041
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000160421998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16043
16044 * .cvsignore: Add .deps dir
16045
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016046Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16047
16048 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16049
Daniel Veillardfe926001998-07-26 04:28:20 +000016050Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016051
Daniel Veillardfe926001998-07-26 04:28:20 +000016052 * configure.in: added test for CPP
16053 * AUTHORS, Changelog: the original ones didn't get commited but the
16054 glib ones instead, fixed.
16055 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016056
Daniel Veillardfe926001998-07-26 04:28:20 +000016057Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016058
Daniel Veillardfe926001998-07-26 04:28:20 +000016059 * integrated code developped at W3C
16060 * changed the original Copyright
16061 * migrated to automake
16062 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016063