blob: 712a1d5030ef2467e1786d0ebcc31cd9e99526a6 [file] [log] [blame]
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * uri.c parser.c: some warning removal on Igor's patch
4 * tree.c: seems I messed up with #106788 fix
5 * python/libxml.c: fixed some base problems when Python provides
6 the resolver.
7 * relaxng.c: fixed the interleave algorithm
8 found 373 test schemas: 364 success 9 failures
9 found 529 test instances: 525 success 4 failures
10 the resulting failures are bug in the algorithm from 7.3 and
11 lack of support for params
12
Daniel Veillard0046c0f2003-02-23 13:52:30 +000013Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
14
15 * parser.c: another fix for nodeinfo in entities problem
16 * tree.c entities.c: fixed bug #106788 from James Clark
17 some spaces need to be serialized as character references.
18
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +000019Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
20
21 * parser.c uri.c: fixed the bug I introduced in the path
22 handling, reported by Sebastian Bergmann
23
Daniel Veillard44e1dd02003-02-21 23:23:28 +000024Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
25
26 * parser.c: fixing some nodeinfo in entities problem raised
27 by Glenn W. Bach
28 * relaxng.c: implemented the first section 7.3 check
29 * result/relaxng/*: updated the results
30
Daniel Veillardc5312d72003-02-21 17:14:10 +000031Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
32
33 * relaxng.c: fixed some problems in the previous commit
34 and finished implementing 4.16 rules checking
35 found 373 test schemas: 353 success 20 failures
36 found 529 test instances: 519 success 6 failures
37 * result/relaxng/*: updated the results
38
Daniel Veillard4c5cf702003-02-21 15:40:34 +000039Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
40
41 * relaxng.c: implemented checks from section 7.2
42
Daniel Veillard77648bb2003-02-20 15:03:22 +000043Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
44
45 * relaxng.c: implemented the checks from section 7.1, fixed
46 some of the 4.20 and 4.21 problems.
47 found 373 test schemas: 338 success 35 failures
48 found 529 test instances: 519 success 6 failures
49 * result/relaxng/*: updated the results
50
Daniel Veillard1c745ad2003-02-20 00:11:02 +000051Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
52
53 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
54 * result/relaxng/*: updated the results
55
Daniel Veillardce14fa52003-02-19 17:32:48 +000056Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
57
58 * relaxng.c: more bugfixes
59 * result/relaxng/*: updated the results
60
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +000061Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
62
63 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
64 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
65 * SAX.c: ensured xmlDoc.URL is always canonic
66 * parser.c: obsoleted xmlNormalizeWindowsPath
67 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
68 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
69 * win32/libxml2.def.src: added few exports
70
71
Daniel Veillard2e9b1652003-02-19 13:29:45 +000072Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
73
74 * Makefile.am configure.in: patched to have shared libraries
75 for Python regression tests and static binaries for gdb debug
76 in my development environment
77 * relaxng.c: more bugfixes
78 found 373 test schemas: 296 success 77 failures
79 found 529 test instances: 516 success 8 failures
80 * result/relaxng/*: updated the results
81
Daniel Veillard8fe98712003-02-19 00:19:14 +000082Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
83
84 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
85
Daniel Veillardd4310742003-02-18 21:12:46 +000086Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
87
88 * xmlschemastypes.c: float/double check bugfix
89 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
90 validation
91 * xmlreader.c: add a TODO for Jody
92 * relaxng.c: bugfix bugfix bugfix
93 found 373 test schemas: 300 success 73 failures
94 found 529 test instances: 507 success 10 failures
95 * result/relaxng/*: updated the results
96
Daniel Veillard2df2de22003-02-17 23:34:33 +000097Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
98
99 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
100
Daniel Veillard416589a2003-02-17 17:25:42 +0000101Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
102
103 * relaxng.c check-relaxng-test-suite.py: more work on the
104 RelaxNG implementation conformance testing.
105 found 373 test schemas: 284 success 89 failures
106 found 529 test instances: 448 success 47 failures
107 * result/relaxng/*: updated the results
108
Daniel Veillard784b9352003-02-16 15:50:27 +0000109Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
112 a patch from Kjartan Maraas to fix some typos
113
Daniel Veillardfebcca42003-02-16 15:44:18 +0000114Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * relaxng.c: more bug-hunting
117 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
118 intermediate rng tree
119 * python/generator.py: patch from Stephane Bidoul to fix the generator
120 on python < 2.2
121
Daniel Veillardd2298792003-02-14 16:54:11 +0000122Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * check-relaxng-test-suite.py relaxng.c: more testing on the
125 Relax-NG front, cleaning up the regression tests failures
126 current state and I forgot support for "mixed":
127 found 373 test schemas: 280 success 93 failures
128 found 529 test instances: 401 success 68 failures
129 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
130 moved the Name, NCName and QName validation routine in tree.c
131 * uri.c: fixed handling of URI ending up with #, i.e. having
132 an empty fragment ID.
133 * result/relaxng/*: updated the results
134
Daniel Veillard9a237c92003-02-13 15:52:58 +0000135Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
136
137 * check-xinclude-test-suite.py: improved the script accordingly
138 to the XInclude regression tests updates
139 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
140 November 2002
141 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
142 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
143 augmented the Xpointer testsuite for the element() scheme
144
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000145Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
146
147 * relaxng.c: added TODO for the DTD compatibility spec
148 * xinclude.c: more bug fixes driven by the testsuite
149
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000150Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
151
152 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
153 regression tests for XInclude, improved the script, improving
154 XInclude error reporting mechanism
155
Daniel Veillard1d788d22003-02-10 16:21:58 +0000156Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
157
158 * NEWS doc/* configure.in: preparing release 2.5.3
159
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000160Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
161
162 * tree.c: trying to fix #104934 about some XHTML1 serialization
163 issues.
164
Daniel Veillard809faa52003-02-10 15:43:53 +0000165Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
166
167 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
168 encoding conversion when the input buffer stops in the
169 middle of a multibyte char
170
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000171Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
172
173 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
174 * check-relaxng-test-suite.py: python script to run regression
175 against OASIS RelaxNG testsuite
176 * relaxng.c: some cleanup tweaks
177 * HTMLparser.c globals.c: cleanups in comments
178 * doc/libxml2-api.xml: updated the API
179 * result/relaxng/*: errors moved files, so large diffs but
180 no changes at the semantic level.
181
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000182Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
183
184 * tree.c: fixing #105678 problem when dumping a namespace node.
185
Daniel Veillard591b4be2003-02-09 23:33:36 +0000186Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
187
188 * xpath.c: fixed doc comment problems
189 * python/generator.py python/libxml_wrap.h python/types.c: adding
190 RelaxNG wrappers
191 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
192 test of those early Python RelaxNG bindings
193
194Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000195
196 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
197 * relaxng.c: found the validation problem I had with interleave
198 when not covering all remaining siblings
199 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
200 testsuite and check the RNG schemas against the RNG schemas
201 given in appendix A
202
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000203Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
204
205 * win32/Makefile.msvc: updates for RelaxNG
206 * win32/Makefile.mingw: updates for RelaxNG
207 * win32/libxml2.def.src: added RelaxNG exports
208
Daniel Veillard97fd5672003-02-07 13:01:54 +0000209Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
210
211 * xinclude.c: applied another bug fix from Sean Chittenden
212
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000213Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * configure.in xmllint.c: I f...ed up the default configuration
216 of schemas and --relaxng option display in xmllint, pointed by
217 Morus Walter.
218 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
219 detection module, fixes bug #105374.
220
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000221Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
222
223 * xmlschemastypes.c: added the boolean base type.
224
Daniel Veillard96a4b252003-02-06 08:22:32 +0000225Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
226
227 * xmlschemastypes.c: started implementing some of the missing
228 default simple types
229 * result/relaxng/*: updated the results
230
Daniel Veillard72fef162003-02-05 14:31:19 +0000231Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
232
233 * NEWS doc/*: updated the docs, ready for 2.5.2 release
234
Daniel Veillard71531f32003-02-05 13:19:53 +0000235Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
236
237 * HTMLparser.c tree.c xmlIO.c: comments cleanups
238 * Makefile.am: use xmllint for doing the RelaxNG tests
239 * configure.in: preparing 2.5.2 made schemas support default to
240 on instead of off
241 * relaxng.c: removed the verbosity
242 * xmllint.c: added --relaxng option
243 * python/generator.py python/libxml_wrap.h: prepared the integration
244 of the new RelaxNG module and schemas
245 * result/relaxng/*: less verbose output
246
Daniel Veillardec498e12003-02-05 11:01:50 +0000247Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * valid.c: do not run content model validation if the
250 content is not determinist
251
Daniel Veillardde590ca2003-02-05 10:45:26 +0000252Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
253
254 * SAX.c: added the redefinition of namespaced attribute
255 check that was missing as Fabrice Desré pointed out.
256
Daniel Veillard930dfb62003-02-05 10:17:38 +0000257Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
258
259 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
260 improvements from Nick Kew, allowing to do more checking
261 to HTML elements and attributes.
262
Daniel Veillard4287c572003-02-04 22:48:53 +0000263Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
264
265 * xinclude.c: fixing bug #105137 about entities declaration
266 needing to be copied to the including document.
267
Daniel Veillard652d8a92003-02-04 19:28:49 +0000268Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
269
270 * catalog.c: fixed bug #104817 with delegateURI
271 * xpath.c: fixing bugs #104123 and #104125
272
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000273Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
274
275 * configure.in valid.c xmlreader.c python/libxml_wrap.h
276 python/types.c: fixing #104096 to compile without regexps
277
Daniel Veillard57e79b32003-02-04 15:33:12 +0000278Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
279
280 * valid.c: fixing bug #103969 forgot to add an epsilon transition
281 when building the automata for elem*
282
Daniel Veillard358a9892003-02-04 15:22:32 +0000283Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
284
285 * HTMLparser.c: applied patch from Arne de Bruijn fixing
286 bug #103827
287
Daniel Veillardeb137172003-02-04 15:18:06 +0000288Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
289
290 * HTMLparser.c: updating a comment, fixing #103776
291
Daniel Veillard8d589042003-02-04 15:07:21 +0000292Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
293
294 * parser.c: fixing bug 105049 for validity checking of content
295 within recursive entities.
296
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000297Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
298
299 * HTMLparser.c: try to fix # 105049
300 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
301 * tree.c: updated a function comment
302
Daniel Veillard419a7682003-02-03 23:22:49 +0000303Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
304
305 * relaxng: more work on grammars and refs/defs
306 * test/relaxng/* result/relaxng/*: augmented/updated the
307 regression tests
308
Daniel Veillard144fae12003-02-03 13:17:57 +0000309Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * relaxng: more work on name classes, except support
312 * test/relaxng/* result/relaxng/*: augmented/updated the
313 regression tests
314
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000315Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
316
317 * relaxng: more work on name classes, the "validate all" schemas
318 seems to work now.
319 * test/relaxng/* result/relaxng/*: augmented/updated the
320 regression tests
321
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000322Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
323
324 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
325 * parser.c: put a guard against infinite document depth, basically
326 trying to avoid another kind of DoS attack.
327 * relaxng.c: some code w.r.t. nameClasses
328
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000329Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
330
331 * test/relaxng/* result/relaxng/*: check all the namespace support
332 was actually correct based on tutorial section 10.
333
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000334Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
335
336 * relaxng: include seems to work okay now
337 * test/relaxng/* result/relaxng/*: augmented/updated the
338 regression tests
339
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000340Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
341
342 * relaxng.c: a bit of work done in the train back.
343 * test/relaxng/*: added one of the include tests
344
Daniel Veillard154877e2003-01-30 12:17:05 +0000345Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * relaxng: more work done in the train
348 * test/relaxng/* result/relaxng/*: augmented/updated the
349 regression tests
350
Daniel Veillarde431a272003-01-29 23:02:33 +0000351Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
352
353 * relaxng.c: debugging of externalRef
354 * test/relaxng/* result/relaxng/*: augmented/updated the
355 regression tests
356
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000357Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
358
359 * relaxng.c: more work on Relax-NG, implementing externalRef
360 * test/relaxng/* result/relaxng/*: augmented/updated the
361 regression tests
362 * Makefile.am: cleanup to Relaxtests target
363
Daniel Veillardb08c9812003-01-28 23:09:49 +0000364Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
365
366 * relaxng.c: more work on Relax-NG, implementing interleave
367 * test/relaxng/* result/relaxng/*: augmented/updated the
368 regression tests
369
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000370Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
371
372 * relaxng.c: more work on Relax-NG, implementing interleave
373 * test/relaxng/* result/relaxng/*: augmented/updated the
374 regression tests
375
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000376Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
377
378 * doc/tutorial/customfo.xsl
379 * doc/tutorial/customhtml.xsl
380 adding stylesheet customizations used to generate fo
381 for pdf and html
382
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000383Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
384
385 * relaxng.c: more work on Relax-NG
386 * test/relaxng/* result/relaxng/*: augmented/updated the
387 regression tests
388 * xmlschemastypes.c: added a number of base type definition but not
389 the associated checks, those are still TODOs
390
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000391Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
392
393 in docs/tutorial:
394 * apa.html
395 * apb.html
396 * apc.html
397 * apd.html
398 * ape.html
399 * apf.html
400 * apg.html
401 * ar01s02.html
402 * ar01s03.html
403 * ar01s04.html
404 * ar01s05.html
405 * ar01s06.html
406 * ar01s07.html
407 * ar01s08.html
408 * index.html
409 * xmltutorial.pdf
410 * xmltutorial.xml
411 add index to tutorial
412
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000413Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
414
415 * doc/xmlcatalog.1
416 * doc/xmlcatalog_man.html
417 * doc/xmlcatalog_man.xml
418 belatedly fixing bug #93622 (adds rewriteURI type to
419 "--add" option in xmlcatalog man page
420
Daniel Veillard3be27512003-01-26 19:49:04 +0000421Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
422
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000423 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000424 Julio Merino, closing #104475
425
Daniel Veillardea3f3982003-01-26 19:45:18 +0000426Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * relaxng.c: more work on Relax-NG
429 * test/relaxng/* result/relaxng/*: augmented/updated the
430 regression tests
431
Daniel Veillardedc91922003-01-26 00:52:04 +0000432Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * relaxng.c: more work on Relax-NG
435 * test/relaxng/* result/relaxng/*: augmented/updated the
436 regression tests
437
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000438Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
439
440 * README: updated the policy on private mail answers
441 * relaxng.c: more work on Relax-NG
442 * test/relaxng/* result/relaxng/*: augmented/updated the
443 regression tests
444
Daniel Veillard7424eb62003-01-24 14:14:52 +0000445Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
446
447 * error.c parser.c tree.c: applied a documentation patch from
448 Stefan Kost
449
Daniel Veillard276be4a2003-01-24 01:03:34 +0000450Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
451
452 * relaxng.c: more work on Relax-NG
453 * doc/*: regenerated the docs
454 * test/relaxng/* result/relaxng/*: updated and augmented the
455 Relax-NG regression tests and results
456
Daniel Veillard6eadf632003-01-23 18:29:16 +0000457Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
458
459 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
460 First commit of the new Relax-NG validation code, not generally
461 useful yet.
462 * test/relaxng/* result/relaxng/*: current state of the regression
463 tests
464
Daniel Veillard814a76d2003-01-23 18:24:20 +0000465Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
466
467 * tree.c: minimized the memory allocated for GetContent
468 and a bit of cleanup.
469
Daniel Veillardff12c492003-01-23 16:42:55 +0000470Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
471
472 * python/generator.py: seems there is no good reasons to
473 not generate bindings for XPointer
474
Daniel Veillard540a31a2003-01-21 11:21:07 +0000475Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
476
477 * xmlreader.c doc/apibuild.py: applied a new patch from
478 Stéphane Bidoul for cleanups
479 * doc/libxml2-api.xml: rebuilt the API description with
480 new entry points
481
Daniel Veillard417be3a2003-01-20 21:26:34 +0000482Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * xmlreader.c python/drv_libxml2.py python/generator.py
485 python/libxml.c python/libxml.py python/libxml_wrap.h
486 python/types.c: patch from Stéphane Bidoul for better per
487 context error message APIs
488 * python/tests/ctxterror.py python/tests/readererr.py:
489 update of the tests
490
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000491Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
492
493 * doc/guidelines.html
494 grammar and spelling cleanup
495
Daniel Veillard26f70262003-01-16 22:45:08 +0000496Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
497
498 * xmlreader.c include/libxml/xmlreader.h python/generator.py
499 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
500 a patch from Stéphane Bidoul to allow per XMLtextReader error
501 and warning handling
502 * python/tests/Makefile.am python/tests/readererr.py: adding the
503 specific regression test
504
Daniel Veillard71f9d732003-01-14 16:07:16 +0000505Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
506
507 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
508 should raise a syntax error
509
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000510Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
511
512 * python/libxml.c: cleanup patch from Stéphane Bidoul
513
Daniel Veillard81601f92003-01-14 13:42:37 +0000514Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
515
516 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
517
Daniel Veillarde6227e02003-01-14 11:42:39 +0000518Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
519
520 * python/generator.py python/libxml.c python/libxml.py
521 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000522 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000523 Python level.
524 * python/tests/Makefile.am python/tests/ctxterror.py: added a
525 regression test for it.
526
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000527Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
528
529 * xmlreader.c: fixed the streaming property of the reader,
530 it was generating tree faster than consuming it. Pointed out
531 by Nate Myers
532 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
533
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000534Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
535
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000536 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000537
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000538Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
539
540 * xpath.c: fix to the XPath implementation for parent and
541 ancestors axis when operating on a Result Value Tree.
542 Fixes bug #100271
543
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000544Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
545
546 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
547 to fix some URI/file escaping problems
548
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000549Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
550
551 * python/generator.py: fixed a bug raised by Raymond Wiker,
552 docSetRootElement() should not raise an exception if the
553 return is None
554
Daniel Veillard3e20a292003-01-10 13:14:40 +0000555Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
558 fixed bug #102181 by applying the suggested change and fixing
559 the generation/registration problem.
560
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000561Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
562
563 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
564 routines.
565
Daniel Veillard8f872442003-01-09 23:19:02 +0000566Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
567
568 * parser.c: one more IsEmptyElement crazyness, that time in
569 external parsed entities if substitution is asked.
570 * python/tests/reader3.py: added a specific test.
571
Daniel Veillarde329fc22003-01-09 21:36:42 +0000572Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
573
574 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
575 support and improved error handler registration
576
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000577Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
578
579 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
580 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
581 * README: fixed a link
582
Daniel Veillarde2830f12003-01-08 17:47:49 +0000583Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
584
585 * configure.in doc/* NEWS: preparing 2.5.1 release
586 * SAX.c parser.c: fixing XmlTextReader bug
587
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000588Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
589
590 * SAX.c: fuck, I introduced a memory leak on external parsed
591 entities in 2.5.0 :-(
592
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000593Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * xmllint.c: another fix needed as pointed by Christophe Merlet
596 for --stream --debug if compiled without debug support.
597
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000598Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
599
600 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000601 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000602 update man page with --stream and --chkregister
603
Daniel Veillard8326e732003-01-07 00:19:07 +0000604Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
605
606 * globals.c: fixed --with-threads compile
607 * xmllint.c: fixed --without-debug compile
608 * include/libxml/globals.h: cleanup
609 * include/libxml/schemasInternals.h: add a missing include
610
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000611Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
612
613 * configure.in NEWS: preparing 2.5.0 release
614 * SAX.c: only warn in pedantic mode about namespace name
615 brokeness
616 * globals.c: fix a doc generation problem
617 * uri.c: fix #101520
618 * doc/*: updated and rebuilt the doc for the release, includuding
619 stylesheet update
620 * python/Makefile.am: fix a filename bug
621
622Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
625 should not be called.
626
627Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
628
629 * libxml-2.0.pc.in: applied the patch to fix #101894
630
631Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
632
633 * tree.c : applied patch from Lukas Schroeder for register callbacks
634 * valid.c: modified patch from Lukas Schroeder to test
635 register callbacks with --chkregister
636
637Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
638
639 * xmlreader.c: seriously changed the way data are pushed to
640 the underlying parser, go by block of 512 bytes instead of
641 tryng to detect tag boundaries at that level. Changed the
642 way empty element are detected and tagged.
643 * python/tests/reader.py python/tests/reader2.py
644 python/tests/reader3.py: small changes mostly due to context
645 reporting being different and DTD node being reported. Some
646 errors previously undetected are now caught and fixed.
647 * doc/xmlreader.html: flagged last section as TODO
648
649Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
650
651 * python/libxml.py: integrated the Python 2.2 optimizations
652 from Hannu Krosing, while maintaining compatibility with
653 1.5 and 2.1
654
655Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * xmllint.c: a bit of cleanup
658 * xmlreader.c: small fix
659 * doc/xmlreader.html: more work on the XmlTextReader tutorial
660 * python/libxml.py: a few fixes pointed out by Hannu Krosing
661
662Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * python/setup.py.in: patch from Stéphane Bidoul to include
665 drv_libxml2.py in setup.py
666
667Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * doc/xmlreader.html: starting documenting the new XmlTextReader
670 interface.
671
672Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
673
674 * xmllint.c: added the --stream flag to use the TextReader API
675 * xmlreader.c: small performance tweak
676
677Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
678
679 * xmlreader.c python/tests/reader2py: okay the DTD validation
680 code on top of the XMLTextParser API should be solid now.
681
682Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
683
684 * xmlreader.c python/tests/reader2py: Fixing some more mess
685 with validation and recursive entities while using the
686 reader interface, it's getting a bit messy...
687
688Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
689
690 * xmlreader.c python/tests/reader.py: another couple of problem
691 related to IsEmptyElement reported by Stéphane Bidoul needed
692 some fixes.
693
694Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
695
696 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
697 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
698 based on the python XmlTextReader interface.
699
700Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
701
702 * tree.c: backing out one change in the last patch which broke the
703 regression tests
704
705Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
706
707 * global.data globals.c tree.c include/libxml/globals.h: applied
708 an old patch from Lukas Schroeder to track node creation and
709 destruction. Probably missing a lot of references at the moment
710 and not usable reliably.
711
712Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
713
714 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
715 from doc/news.html and a stylesheet
716
717Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
718
719 * xmlreader.c python/tests/reader.py: fixed another couple of
720 xmlreader bugs reported by Stéphane Bidoul and added tests.
721
722Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
723
724 * xmlreader.c python/tests/reader2.py: fixed another validity
725 checking in external parsed entities raised by Stéphane Bidoul
726 and added a specific regression test.
727 * python/tests/reader3.py: cleanup
728
729Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
730
731 * xmlreader.c python/tests/reader2.py: fixed a problem with
732 validation within entities pointed by Stéphane Bidoul, augmented
733 the tests to catch those.
734
735Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
736
737 * python/generator.py: modified the generator to allow keeping
738 class references when creating new classes, needed to fix a bug
739 pointed by Stéphane Bidoul where the input buffer of the
740 xmlTextReader instance gets destroyed if the python wrapper for
741 the input is not referenced anymore.
742
743Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
744
745 * xmlreader.c python/tests/reader.py: fixed another pair of problem
746 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
747
748Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
749
750 * xmlreader.c python/tests/reader.py: fixed another problem
751 pointed by Stéphane Bidoul
752
753Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
754
755 * xmlreader.c python/tests/reader.py: fixed a limit case problem
756 with "<a/>"
757
758Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
759
760 * SAX.c: warn on xmlns:prefix="foo"
761 * xmlreader.c python/tests/reader.py: fixed a couple of problem
762 for namespace attributes handling.
763
764Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
765
766 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
767 a really nasty problem raised by a DocBook XSLT transform
768 provided by Sebastian Bergmann
769
770Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
771
772 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
773 by Stéphane Bidoul and integrated it into the tests
774
775Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
776
777 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
778 extended the XmlTextReader API a bit, addding accessors for
779 the current doc and node, and an entity substitution mode for
780 the parser.
781 * python/libxml.py python/libxml2class.txt: related updates
782 * python/tests/Makefile.am python/tests/reader.py
783 python/tests/reader2.py python/tests/reader3.py: updated a bit
784 the old tests and added a new one to test the entities handling
785
786Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
787
788 * python/generator.py python/libxml2class.txt
789 python/tests/reader.py python/tests/reader2.py: changed the
790 generator to provide casing for the XmlTextReader similar to
791 C# so that examples and documentation are more directly transposable.
792 Fixed the couple of tests in the suite.
793
794Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
795
796 * doc/guidelines.html: added a document on guildeline for
797 publishing and deploying XML
798
799Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
800
801 * valid.c xmlreader.c: final touch running DTD validation
802 on the XmlTextReader
803 * python/tests/Makefile.am python/tests/reader2.py: added a
804 specific run based on the examples from test/valid/*.xml
805
806Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
807
808 * python/libxml.py: added a few predefined xmlTextReader parser
809 configuration values.
810
811Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
812
813 * python/libxml_wrap.h: trying to fix #102037
814
815Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
816
817 * SAX.c: fixing bug #95296, when the predefined entities
818 are redefined in the DTD the default one must be used
819 instead anyway.
820
821Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
822
823 * doc/xmllint.xml
824 * doc/xmllint.1
825 Add discussion of XML_DEBUG_CATALOG to xmllint man
826 page - bug #100907
827
828
829Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
830
831 * xmlreader.c: Fixed the empty node detection to avoid reporting
832 an inexistant close tag.
833
834Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
835
836 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
837 for Python 2.1
838
839Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
840
841 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
842
843Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
844
845 * doc/libxml2-api.xml python/tests/reader.py: one really need
846 to provide the base URI information when creating a reader parser
847 from an input stream. Updated the API and the example using it.
848
849Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
850
851 * testReader.c xmlreader.c valid.c include/libxml/tree.h
852 include/libxml/valid.h include/libxml/xmlreader.h: working on
853 DTD validation on top of xml reader interfaces. Allows to
854 validate arbitrary large instances. This required some extensions
855 to the valid module interface and augmenting the size of xmlID
856 and xmlRef structs a bit.
857 * uri.c xmlregexp.c: simple cleanup.
858
859Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
860
861 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
862 work on the xml reader interfaces.
863 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
864 Web page for the Windows binaries.
865
866Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
867
868 * xmlIO.c: applied a patch for VMS following the report by
869 Nigel Hall
870
871Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
872
873 * parser.c: the parseStartTag bug fix wasn't complete.
874
875Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
876
877 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
878 parseStartTag, fixing it.
879 * test/att4 result/att4 result/noent/att4: adding the test
880 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
881 more methods to XmlTextReader.
882
883Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
884
885 * win32/libxml2.def.src: added more xml reader exports
886 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
887 to the build
888
889Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
890
891 * doc/tutorial/xmltutorial.xml
892 plus generated html and pdf
893 Updating tutorial again based on further comments from Niraj
894 Tolia on the last iteration
895
896Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
897
898 * doc/tutorial/xmltutorial.xml
899 * doc/tutorial/includekeyword.c
900 * doc/tutorial/includegetattribute.c
901 plus generated html and pdf
902 Adding fix from Niraj Tolia to tutorial to properly free memory.
903
904
905Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
906
907 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
908 more methods of XmlTextReader.
909 * python/libxml2class.txt python/tests/reader.py: this increased the
910 methods in the bndings, augmented the test to check those new
911 functions.
912
913Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
914
915 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
916 methods of XmlTextReader.
917 * python/generator.py python/libxml_wrap.h python/types.c
918 python/libxml2class.txt: added the reader to the Python bindings
919 * python/tests/Makefile.am python/tests/reader.py: added a specific
920 test for the Python bindings of the Reader APIs
921 * parser.c: small cleanup.
922
923Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
924
925 * xinclude.c: fallback was only copying the first child not the
926 full child list of the fallback element, closes #89684 as reopened
927 by Bernd Kuemmerlen
928
929Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
930
931 * win32/libxml2.def.src: exported htmlNodeDumpOutput
932
933Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
934
935 * configure.in: preparing release of 2.4.30
936 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
937 gives enum values, fix functype return type, put back fields in
938 structs
939 * doc/*: updated the docs rebuilt
940
941Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
942
943 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
944 about htmlNodeDumpOutput location.
945 * xpath.c: removed an undefined function signature
946 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
947 too many symbols in the API breaking the python bindings.
948 Updated with the libxslt/libexslt changes.
949
950Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
951
952 * configure.in: preparing release of 2.4.29
953 * doc/*: rebuilt the docs and API
954 * xmlreader.c: a few more fixes for the XmlTextReader API
955
956Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
957
958 * include/win32config.h: applied mingw patch from Magnus Henoch
959
960Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
961
962 * catalog.c doc/libxml2-api.xml: a bit more cleanup
963
964Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
965
966 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
967 building Python script, does the C parsing directly, generates
968 a better API description including structure fieds defs and
969 enums. Still a couple of bugs, but good enough for the python
970 wrappers now.
971 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
972 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
973 include/libxml/schemasInternals.h include/libxml/tree.h: more
974 cleanup based on the python analysis script reports.
975 * libxml.spec.in: make sure the API XML description is part of the
976 devel package.
977
978Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
979
980 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
981 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
982 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
983 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
984 code cleanup, especially the function comments.
985 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
986
987Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
988
989 * Makefile.am xmlreader.c include/libxml/Makefile.am
990 include/libxml/xmlreader.h: Adding a new set of APIs based on
991 the C# TextXmlReader API but converted to C. Allow to parse
992 in constant memory usage, far simpler to program and explain
993 than the SAX like APIs, unfinished but working.
994 * testReader.c: test program
995
996Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
997
998 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
999
1000Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1001
1002 * tree.c: Chip turner indicated that XHTML1 serialization
1003 rule for style actually break on both IE and Mozilla,
1004 try to avoid the rule if escaping ain't necessary
1005
1006Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1007
1008 * nanhttp.c: handle HTTP URL escaping, problem reported by
1009 Glen Nakamura and Stefano Zacchiroli
1010
1011Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1012
1013 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1014
1015Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1016
1017 * uri.c: Johann Richard pointed out some XPointer problems for
1018 URN based URI references in XInclude. Modified the URI parsing
1019 and saving routines to allow correct parsing and saving of
1020 XPointers, especially when attached to "opaque" scheme accordingly
1021 to RFC 2396
1022
1023Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1024
1025 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1026 of refactoring to the HTML saving code.
1027 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1028 in the doc.
1029
1030Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1031
1032 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1033 to a buffer API to reuse the generic dump to an OutputIO layer,
1034 this reduces code, fixes xmlNodeDump() for XHTML, also made
1035 xmlNodeDump() now return the number of byte written.
1036
1037Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1038
1039 * python/setup.py.in: another patch from Stéphane Bidoul for
1040 Python bindings on Windows
1041 * doc/parsedecl.py: small cleanup
1042
1043Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1044
1045 * libxml.spec.in configure.in: add a line in %changelog for releases
1046
1047Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1048
1049 * parser.c: patch from Marcus Clarke fixing a problem in entities
1050 parsing that was detected in KDe documentations environment.
1051
1052Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1053
1054 * python/libxml.c (libxml_prev): Return the previous as opposed to
1055 the next node (I guess this is the result of some cut & paste programming:)
1056
1057Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1058
1059 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1060
1061Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1062
1063 * python/generator.py python/libxml.c python/setup.py.in: trying
1064 to fix the Python bindings build on Windows (Stéphane Bidoul)
1065
1066Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1067
1068 * win32/configure.js: added option for python bindings
1069 * win32/libxml2.def.src: added more exports
1070
1071Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1072
1073 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1074 pthreads
1075 * win32/wince/*: applied updates to Windows CE port from Javier
1076
1077Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1078
1079 * configure.in: preparing 2.4.28
1080 * libxml.spec.in doc/Makefile.am: some cleanup
1081 * doc/*: updated the news and regenerated.
1082
1083Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1084
1085 * HTMLparser.c: final touch at closing #87235 </p> end tags
1086 need to be generated.
1087 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1088 this change slightly the output of a few tests
1089 * doc/*: regenerated
1090
1091Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1092
1093 * parserInternals.c: fixing bug #99190 when UTF8 document are
1094 parsed using the progressive parser and the end of the chunk
1095 is in the middle of an UTF8 multibyte character.
1096
1097Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1098
1099 * threads.c: fixed initialization problem in xmlNewGlobalState
1100 which was causing crash.
1101 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1102 in xmlInitializeGlobalState.
1103 * parserInternals.c: cleaned up ctxt->sax initialisation.
1104
1105Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1106
1107 * tree.c include/libxml/tree.h: modified the existing APIs
1108 to handle XHTML1 serialization rules automatically, also add
1109 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1110 libxslt serialization uses it when needed without changing
1111 the library API.
1112 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1113 result/xhtml1: added a new test specifically for xhtml1 output
1114 and updated the result of one XHTML1 test
1115
1116Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1117
1118 * xinclude.c parserInternals.c encoding.c: fixed #99082
1119 for xi:include encoding="..." support on text includes.
1120 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1121 test/XInclude/ents/isolatin.txt : added a specific regression test
1122 * python/generator.py python/libxml2class.txt: fixed the generator
1123 the new set of comments generated for doc/libxml2-api.xml were
1124 breaking the python generation.
1125
1126Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1127
1128 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1129 * configure.in: patch for Solaris on new autoconf closes #98880
1130 * doc/parsedecl.py: repair the frigging API building script,
1131 did I say that python xmllib sucks ?
1132 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1133 and some comment are no more truncated.
1134
1135Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * parser.c: Martin Stoilov pointed out a potential leak in
1138 xmlCreateMemoryParserCtxt
1139
1140Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1141
1142 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1143 included in HTML documents and using the push parser.
1144
1145Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1146
1147 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1148 specified, look for the Python interpreter not just in the
1149 specified root but also in the specified location. Fixes #98825
1150
1151Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1152
1153 * python/libxml.c: fixing bug #98792 , node may have no doc
1154 and dereferencing without checking ain't good ...
1155
1156Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1157
1158 * configure.in: preparing release 2.4.27
1159 * doc/* : updated and rebuilt the docs
1160 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1161 and all the docs are actually packaged and in the final RPMs
1162 * parser.c parserInternals.c include/libxml/parser.h: restore
1163 xmllint --recover feature.
1164
1165Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1166
Daniel Veillard784b9352003-02-16 15:50:27 +00001167 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001168 processing of parsed entities, and XPath computation on sustitued
1169 entities.
1170 * testXPath.c: make sure entities are substitued.
1171
1172Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1173
Daniel Veillard784b9352003-02-16 15:50:27 +00001174 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001175 processing of internal parsed entities, which had to be changed.
1176
1177Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1178
1179 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1180 trying to fix bug #98517 about building outside the source tree
1181 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1182
1183Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1184
1185 * include/win32config.h: cleanup
1186 * win32/Makefile.mingw: integrated mingw in JScript configure
1187 * win32/Makefile.msvc: modified to allow mingw coexistence
1188 * win32/configure.js: integrated mingw
1189 * win32/Readme.txt: cleanup
1190
1191Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1192
1193 * HTMLparser.c: strengthen the guard in the Pop macros,
1194 like in the XML parser, closes bug #97315
1195
1196Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1197
1198 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1199 callback is never used.
1200
1201Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1202
1203 * parserInternals.c: fixed the initialization of the SAX structure
1204 which was breaking xsltproc
1205 * xpath.c: patch from Petr Pajas for CDATA nodes
1206 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1207 * parser.c include/libxml/parser.h: patch from Peter Jones
1208 removing a leak in xmlSAXParseMemory() and adding the
1209 function xmlSAXParseMemoryWithData()
1210
1211Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1212
1213 adding pdf of tutorial, changing web page to link to it
1214 * doc/tutorial/xmltutorial.pdf
1215 * doc/xml.html
1216 * doc/docs.html
1217
1218Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1219
1220 * doc/tutorial/ar01s08.html
1221 adding file what I forgot for tutorial
1222
1223
1224Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1225
1226 Adding encoding discussion to tutorial
1227 Added:
1228 * doc/tutorial/images/*.png: DocBook admonition image files
1229 * doc/tutorial/apf.html, apg.html: new generated html
1230 * doc/tutorial/includeconvert.c: conversion code entity file
1231 changed:
1232 * doc/tutorial/xmltutorial.xml: DocBook original
1233 * doc/tutorial/*.html: generated html
1234
1235Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1236
1237 * include/libxml/*.h: retired xmlwin32version.h
1238 * doc/Makefile.am: retired xmlwin32version.h
1239 * win32/configure.js: retired xmlwin32version.h
1240
1241Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1242
1243 * win32/libxml2.def.src: exported additional symbols
1244 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1245 sisterhood
1246
1247Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1248
1249 * globals.c: fixed a typo pointed out by Igor
1250 * xpath.c: try to speed up node compare using line numbers
1251 if available.
1252
1253Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1254
1255 * tree.c: make xmlFreeNode() handle attributes correctly.
1256
1257Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1258
1259 * catalog.c: completed the #96963 fix, as reported by Karl
1260 Eichwalder
1261
1262Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1263
1264 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1265
1266Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1267
1268 * Makefile.am: switched the order of a couple of includes
1269 to fix bugs #97100
1270
1271Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1272
1273 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1274 xmlLoadCatalogs that used to separate directories with a ':'.
1275
1276Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1277
1278 * threads.c: improvements to the Windows-side of thread handling
1279 * testThreads.c: conditionally excluded unistd.h
1280 * testThradsWin32.c: broke overlong lines
1281 * include/win32config.h: adapted thread-related macros to the new
1282 scheme and for pthreads on Windows
1283 * win32/Makefile.msvc: introduced a more flexible thread build,
1284 added testThreads[Win32].c to the build
1285 * win32/configure.js: introduced a more flexible thread config
1286
12872002-10-31 John Fleck <jfleck@inkstain.net>
1288
1289 * doc/xml.html (and, by implication, FAQ.html)
1290 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1291
1292Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1293
1294 * configure.in: removed xmlwin32version.h
1295 * include/libxml/Makefile.am: removed xmlwin32version.h
1296
1297Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1298
1299 * tree.c: applied patch from Brian Stafford to fix a bug
1300 in xmlReconciliateNs()
1301
1302Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1303
1304 * tree.c: applied patch from Christian Glahn to allow
1305 xmlNewChild() on document fragment nodes
1306
1307Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1308
1309 * parser.c: Christian Glahn found a problem with a recent
1310 patch to xmlParseBalancedChunkMemoryRecover()
1311 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1312 problems
1313 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1314 test/schemas/seq*: added the test cases from Charles
1315
1316Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1317
1318 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1319 serious cleanup of the spec file and associated changes
1320 in the Makefiles.
1321 * valid.c: try to remove some warnings on x86_64
1322
1323Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1324
1325 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1326 fix bug #96586
1327
1328Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1329
1330 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1331 parsing, applied his patch
1332 * result/HTML/attrents.html result/HTML/attrents.html.err
1333 result/HTML/attrents.html.sax test/HTML/attrents.html:
1334 added the test and result case provided by Mikhail Sogrine
1335
1336Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1337
1338 * vms/build_libxml.com vms/config.vms vms/readme.vms
1339 include/libxml/parser.h include/libxml/parserInternals.h
1340 include/libxml/tree.h include/libxml/xmlIO.h
1341 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1342 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1343 Applied the VMS update patch from Craig A. Berry
1344 * doc/*.html: update
1345
1346Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1347
1348 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1349
1350Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1351
1352 * debugXML.c: adding a grep command to --shell in xmllint
1353 for T.V. Raman
1354
1355Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1356
1357 * xmlcatalog.c: tried to fix some of the problem with --sgml
1358
1359Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1360
1361 * parser.c: tried to fix bug #91500 where doc->children may
1362 be overriden by a call to xmlParseBalancedChunkMemory()
1363
1364Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1367 identifiers in SGML catalogs containing '&'
1368
1369Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1370
1371 * python/types.c: fixed bugs when passing result value tree
1372 to Python functions.
1373
1374Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1375
1376 * configure.in: preparing the release of 2.4.26
1377 * doc/*: updated and rebuilt the documentation
1378
1379Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1380
1381 * parser.c: fixed a XML Namespace compliance bug reported by
1382 Alexander Grimalovsky
1383
1384Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1385
1386 * HTMLtree.c: fixed serialization of script and style when
1387 they are not lowercase (i.e. added using the API to the tree).
1388
1389Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1390
1391 * valid.c: make xmlValidateDocument emit a warning msg if there
1392 is no DTD, pointed by Christian Glahn
1393
1394Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1395
1396 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1397 content model when some of the blocks have min or max, and a couple
1398 of bugs found in the process.
1399 * result/schemas/list0* test/schemas/list0*: added some specific
1400 regression tests
1401
1402Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1403
1404 * README: updated the contact informations
1405
1406Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1407
1408 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1409 misses it, reported by Peter Bray.
1410
1411Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1412
1413 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1414 and removed a few warnings
1415
1416Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1417
1418 * parser.c: Christian Glahn found a small bug in the push parser.
1419 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1420 public
1421
1422Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1423
1424 * xmlschemas.c include/libxml/xmlschemas.h: added
1425 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1426 * testSchemas.c: added --memory to test the new interface
1427
1428Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1429
1430 * doc/index.py doc/search.php: integrated the XSLT indexing,
1431 a few fixed in the indexer, added a scope selection at the
1432 search level.
1433
1434Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1435
1436 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1437 this was due to uninitialized parts of the validation context
1438
1439Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1440
1441 * debugXML.c: applied patch from Mark Vakoc except the API
1442 change, preserved it.
1443 * doc/*: updated the docs to point to the search engine for
1444 information lookup or before bug/help reports.
1445
1446Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1447
1448 * doc/index.py doc/search.php: added mailing-list archives
1449 indexing and lookup
1450
1451Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1452
1453 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1454
1455Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1456
1457 * doc/index.py: improved HTML indexing
1458 * doc/search.php: make the queries also lookup the HTML based indexes
1459
1460Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1461
1462 * doc/index.py: added HTML page indexing
1463
1464Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1465
1466 * xmlIO.c: extended Windows path normalisation to fix the base
1467 problem in libxslt.
1468 * catalog.c: fixed list handling in XML_CATALOG_FILES
1469
1470Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1471
1472 * valid.c: typo/bug found by Christian Glahn
1473
1474Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1475
1476 * xmlIO.c: applied Windows CE patch from Javier.
1477 * win32/wince: new directory, contains support for the PocketPC
1478 with Windows CE from Javier.
1479 * include/win32config.h: reorganised, removed duplicate
1480 definitions and applied WinCE patch from Javier.
1481 * include/wsockcompat.h: new file, now contains WinSock
1482 compatibility macros.
1483 * win32/Makefile.msvc: introduced double-run compilation.
1484
1485Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1486
1487 * configure.in include/libxml/xmlwin32version.h: preparing release
1488 of 2.4.25
1489 * doc/*: updated and regenerated teh docs and web pages.
1490
1491Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1492
1493 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1494 error were not covering namespace declarations.
1495 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1496 it was missing the attribute declaration for the namespace
1497 * result/VC/NS3: the fix now report breakages in that test
1498
1499Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1500
1501 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1502
1503Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1504
1505 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1506 and regenerated the docs and web site
1507
1508Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1511 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1512 not before
1513
1514Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1515
1516 * python/generator.py python/libxml2class.txt: fixed a stupid error
1517 breaking the python API
1518
1519Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1520
1521 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1522 triostr.c triostr.h: applied a trio update patch from
1523 Bjorn Reese which should work with MinGW
1524
1525Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1526
1527 * tree.c: improving some documentation comments
1528 * xmlregexp.c: found and fixed a mem leak with python regression tests
1529 * doc/*: rebuilt the doc and the API XML file including the
1530 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1531 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1532 python/types.c: added access to the XML Schemas regexps from
1533 python
1534 * python/tests/Makefile.am python/tests/regexp.py: added a
1535 simple regexp bindings test
1536
1537Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1538
1539 * doc/xml.html:
1540 fixing ftp links - thanks to Vitaly Ostanin
1541
1542Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1543
1544 * xmlregexp.c: fixed the data callback on transition functionality
1545 which was broken when using the compact form
1546 * result/schemas/*: updated the results, less verbose, all tests
1547 pass like before
1548 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1549 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1550 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1551 annoying warnings
1552 * xpath.c: try to provide better error report when possible
1553
1554Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1555
1556 * Makefile.am: fixed a breakage raised by Jacob
1557
1558Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1559
1560 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1561 which don't use sockets
1562
1563Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1564
1565 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1566 * win32/configure.js: applied zlib patch from Daniel Gehriger
1567
1568Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1569
1570 * win32/configure.js: applied the patch from Mark Vakoc for
1571 regexp support
1572 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1573 for regexp support
1574
1575Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1576
1577 * xmlschemastypes.c: as pointed by Igor Float and Double
1578 parsing ain't finished yet
1579
1580Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1581
1582 * Makefile.am configure.in: trying to fix #88412 by bypassing
1583 all the python subdir if python ain't detected
1584
1585Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1586
1587 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1588 made configuring with regexps/automata/unicode the default
1589 but without schemas ATM
1590 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1591 fixed the regexp based DTD validation performance and memory
1592 problem by switching to a compact form for determinist regexps
1593 and detecting the determinism property in the process. Seems
1594 as fast as the old DTD validation specific engine :-) despite
1595 the regexp built and compaction process.
1596
1597Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1598
1599 * valid.c: determinism is debugged, new DTD checking code now works
1600 but xmlFAComputesDeterminism takes far too much CPU and the whole
1601 set usues too much memory to be really usable as-is
1602
1603Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1604
1605 * tree.c: fixed another stupid bug in xmlGetNodePath()
1606 * xmllint.c: --version now report the options compiled in
1607
1608Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1609
1610 * HTMLparser.c: small cleanup
1611 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1612 when configured with them. A bit of debugging around the determinism
1613 checks is still needed
1614
1615Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1616
1617 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1618
1619Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1620
1621 * xmlIO.c: small portability glitch fixed.
1622
1623Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1624
1625 * xmlschemastypes.c: incomplete steps for real/double support
1626 * testAutomata.c include/libxml/xmlautomata.h
1627 include/libxml/xmlregexp.h: avoiding a compilation problem
1628 * valid.c include/libxml/valid.h: starting the work toward using
1629 the regexps for actual DTD validation
1630
1631Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1632
1633 * hash.c: cosmetic cleanup
1634 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1635 integrating a DTD validation layer based on the regexps
1636
1637Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1638
1639 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1640 the determinism was tested before eliminating the epsilon
1641 transitions :-(
1642
1643Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1644
1645 * python/generator.py python/libxml.c python/libxml.py
1646 python/libxml2-python-api.xml python/libxml2class.txt
1647 python/libxml_wrap.h python/types.c: updated the python
1648 bindings, added code for easier File I/O, and the ability to
1649 define a resolver from Python fixing bug #91635
1650 * python/tests/Makefile.am python/tests/inbuf.py
1651 python/tests/outbuf.py python/tests/pushSAXhtml.py
1652 python/tests/resolver.py python/tests/serialize.py: updated
1653 and augmented the set of Python tests.
1654
1655Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1656
1657 * win32/configure.js: added more readme info for the binary
1658 package.
1659
1660Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1661
1662 * xmlIO.c: fixed a stupid out of bound array error
1663
1664Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1665
1666 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1667 messing around with support for Windows path, cleanups,
1668 trying to identify and fix the various code path to the
1669 filename access. Added xmlNormalizeWindowsPath()
1670
1671Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * error.c valid.c: working on better error reporting of validity
1674 errors, especially providing an accurate context.
1675 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1676 error reports in those cases.
1677
1678Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1679
1680 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1681 parser.c parserInternals.c xmlIO.c: get rid of all the
1682 perror() calls made in the library execution paths. This
1683 should fix both #92059 and #92385
1684
1685Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1686
1687 * xmllint.c: memory leak reporting was broken after a change
1688 of the preprocessor symbol used to activate it.
1689
1690Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1691
1692 * tree.c: try to make the copy function work for node of
1693 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1694 DOM layers though, not libxml2 itself.
1695
1696Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1697
1698 * valid.c: try to provide file and line informations, not all
1699 messages are covered, but it's a (good) start
1700
1701Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1702
1703 * xinclude.c: reimplemented a large part of the XInclude
1704 processor, trying to minimize resources used, James Henstridge
1705 provided a huge test case which was exhibiting severe memory
1706 consumption problems.
1707
1708Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1709
1710 * python/Makefile.am: applied patch from Christophe Merlet to
1711 reestablish DESTDIR
1712
1713Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1714
1715 * libxml.spec.in: fixes libary path for x86_64 AMD
1716
1717Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1718
1719 * doc/tutorial/includekeyword.c
1720 * doc/tutorial/xmltutorial.xml:
1721 (plus resulting generated html files)
1722 fixing one spot I missed in the tutorial where I hadn't freed
1723 memory properly
1724
1725Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1726
1727 * doc/tutorial/includeaddattribute.c
1728 * doc/tutorial/includeaddkeyword.c
1729 * doc/tutorial/includegetattribute.c
1730 * doc/tutorial/includekeyword.c
1731 * doc/tutorial/xmltutorial.xml
1732 * doc/tutorial/*.html:
1733 update tutorial to properly free memory (thanks to Christopher
1734 R. Harris for pointing out that this needs to be done)
1735 * doc/tutorial/images/callouts/*.png:
1736 added image files so the callouts are graphical, making it
1737 easier to read ( use "--param callout.graphics 1" to generate
1738 html with graphical callouts)
1739
1740Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1741
1742 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1743 nice logos generated by Marc Liyanage
1744 * doc/site.xsl *.html: changed the stylesheet to show the new
1745 logo and regenerated the pages
1746
1747Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1748
1749 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1750
1751Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1752
1753 * xpath.c: possible mem leak patch from Jason Adams
1754
1755Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1756
1757 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1758 in the XQuery namespace
1759 * configure.in: preparing 2.4.24
1760 * doc/*.html: updated the web pages
1761
1762Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1763
1764 * python/generator.py: closing bug #85258 by generating conditional
1765 compile check to avoid linking to routines not configured in.
1766
17672002-08-22 Havoc Pennington <hp@pobox.com>
1768
1769 * autogen.sh: update error message for missing automake
1770
1771Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1772
1773 * python/Makefile.am: typo in target name resulted in libxml2.py
1774 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1775
1776Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1777
1778 * win32/win32/Makefile.mingw: updated with version from
1779 Elizabeth Barham at http://soggytrousers.net/repository/
1780
1781Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1782
1783 * win32/Makefile.msvc: added the prefix location to the include
1784 and lib search path.
1785
17862002-08-18 Havoc Pennington <hp@pobox.com>
1787
1788 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1789 both automake 1.6 and 1.4 installed get the right automake. Means
1790 compilation from CVS will now require the latest automake 1.4
1791 release, or manually creating symlinks called "automake-1.4" and
1792 "aclocal-1.4"
1793
1794Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1795
1796 * configure.in python/Makefile.am: more AMD 64 induced changes from
1797 Frederic Crozat
1798
1799Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1800
1801 * xinclude.c: oops I was missing the xml:base fixup too
1802 * result/XInclude/*.xml: this adds xml:base attributes to most
1803 results of the tests
1804
1805Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1806
1807 * xinclude.c: quick but apparently working implementation of
1808 xi:fallback, should close bug #89684
1809 * Makefile.am test/XInclude/docs/fallback.xml
1810 result/XInclude/fallback.xml: added a basic test for fallback,
1811 and run with --nowarning to avoid a spurious warning
1812 * configure.in: applied patch from Frederic Crozat for python
1813 bindings on AMD 64bits machines.
1814
1815Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1818 the caller don't pass a SAX callback block.
1819
1820Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1821
1822 * tree.c: applied the same fix for the XML-1.0 namespace to
1823 xmlSearchNsByHref() as was done for xmlSearchNs()
1824
1825Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1826
1827 * libxml.3: small cleanup of the man page
1828 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1829 when serializing HREF attributes generated by XSLT.
1830
1831Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1832
1833 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1834 version of Marc Liyanage' patch for boolean attributes in HTML
1835 output
1836
1837Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * python/tests/serialize.py: fixed the test results, indenting
1840 behaviour changed slightly
1841
1842Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1843
1844 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1845 new c14n function to Windows def files
1846
1847Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1848
1849 * c14n.c: fixed a memory leak in c14n code
1850
1851Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1852
1853 * parser.c include/libxml/parser.h: adding a new API for Christian
1854 Glahn: xmlParseBalancedChunkMemoryRecover
1855 * valid.c: patch from Rick Jones for some grammar cleanup in
1856 validation messages
1857 * result/VC/* result/valid/*: this slightly change some of the
1858 regression tests outputs
1859
1860Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1861
1862 * tree.c: trying to fix a problem in namespaced attribute handling
1863 raised by Christian Glahn
1864
1865Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * encoding.c include/libxml/encoding.h: Opening the interface
1868 xmlNewCharEncodingHandler as requested in #89415
1869 * python/generator.py python/setup.py.in: applied cleanup
1870 patches from Marc-Andre Lemburg
1871 * tree.c: fixing bug #89332 on a specific case of loosing
1872 the XML-1.0 namespace on xml:xxx attributes
1873
1874Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1875
1876 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1877 corner case from new Merlin's test suite and added a callback
1878 that will be used to improve xmlsec performance
1879
1880
1881Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1882
1883 * HTMLtree.c: trying to fix the <style> escaping problem in
1884 HTML serialization bug #89342
1885
1886Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1889 and rebuilt the web site.
1890
1891Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1892
1893 * include/libxml/tree.h: added _private member to xmlNs struct
1894
1895Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1896
1897 * HTMLparser.c: fixing bug #84876 based on the xml working
1898 code.
1899
1900Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1901
1902 * python/Makefile.am: enhanced to fix bug 72012 (errors
1903 when using '-jX' make parameter)
1904
1905Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1906
1907 * xpath.c: small additional enhancement for booleans
1908 compared to nodesets
1909
1910Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1911
1912 * HTMLtree.c: changed the order of the encoding declaration
1913 attributes in the meta tags due to a bug in IE/Mac
1914
1915Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1916
1917 * xpath.c: enhanced handling of booleans (especially '='
1918 and '!=' for nodesets) - fixes bug 85256. Added new
1919 routine xmlXPathNotEqualValues for more proper handling
1920 of '!=' when nodesets are involved.
1921
1922Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1925 doc/xmlcatalog_man.xml to the source distribution
1926
1927Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1928
1929 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1930 asked for this.
1931
1932Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * configure.in: preparing 2.4.23
1935 * doc/*: rebuilt the docs
1936
1937Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * parser.c: fixing bug #84169 by fixing the
1940 comment of xmlCreatePushParserCtxt to describe the
1941 encoding detection parameters better.
1942
1943Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1944
1945 * valid.c: fixing bug #79331 in one path the lookup for
1946 ID attributes on a namespaced node wasn't handled correctly :-\
1947
1948Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * HTMLparser.c: trying to fix 87235 about discarded white
1951 spaces in the HTML parser.
1952 * result/HTML/*: this changes the output of a number of HTML
1953 regression tests
1954
1955Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1956
1957 * xpath.c: applied patch from Richard Jinks for the namespace
1958 axis + fixed a memory error.
1959 * parser.c parserInternals.c: applied patches from Peter Jacobi
1960 removing ctxt->token for good.
1961 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1962 popped out by the regression tests.
1963 * Makefile.am: patch for threads makefile from Gary Pennington
1964
1965Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1966
1967 * xpath.c: enhanced behaviour of position() after usage of
1968 expressions involving preceding-sibling (et al).
1969
1970Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1971
1972 * hash.c: applied a patch from Peter Jacobi to solve a problem
1973 when compiling with the Watcom C on Win32
1974 * result/schemas/*.err: the change of hashing algo generated
1975 permutations in the output
1976
1977Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1978
1979 * hash.c: applied patch from Sander Vesik improving the quality of
1980 the hash function.
1981
19822002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1983
1984 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1985 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1986 xmllint.c xpath.c: replaced sprintf() with snprintf()
1987 to prevent possible buffer overflow (the bug was pointed
1988 out by Anju Premachandran)
1989
1990Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1991
1992 * parser.c: removed an uninitialized data error popped by valgrind
1993 on PE references
1994
1995Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1996
1997 * doc/xml.html
1998 adding tutorial reference to the web page
1999
2000Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2001
2002 * doc/tutorial/xmltutorial.xml
2003 * doc/tutorial/ar01s07.html
2004 * doc/tutorial/ape.html
2005 * doc/tutorial/includegetattribute.c
2006 adding section to tutorial about retrieving an attribute
2007 value
2008
2009Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2010
2011 * parser.c: applied a couple of patches from Peter Jacobi to start
2012 to get rid of ctxt->token, with a possible significant speed
2013 improvement to be gained once done. Better compliance with PE
2014 references constructs in DTDs too.
2015 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2016 from Peter too
2017
2018Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2019
2020 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2021 xmlParseElement was likely to have been deallocated at the
2022 time of the report, possibly leading to segfault. Just report
2023 the tag name now.
2024
2025Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2026
2027 * xpath.c: patch from Richard Jinks for XPath substring() function
2028 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2029
20302002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2031
2032 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2033
2034Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2035
2036 *doc/FAQ.html
2037 fixing typos in FAQ, thanks to Robert Funnell for the
2038 editing help
2039
2040Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2041
2042 * NEWS: got complaints from rpmlint that it was empty
2043
2044Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2045
2046 * added doc/tutorial, including:
2047 apa.html
2048 apb.html
2049 apc.html
2050 apd.html
2051 ar01s02.html
2052 ar01s03.html
2053 ar01s04.html
2054 ar01s05.html
2055 ar01s06.html
2056 includeaddattribute.c
2057 includeaddkeyword.c
2058 includekeyword.c
2059 includestory.xml
2060 index.html
2061 xmltutorial.xml
2062 libxml tutorial, including generated html
2063
2064Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2065
2066 * result/c14n/exc-without-comments/merlin-c14n-two-*
2067 result/c14n/without-comments/merlin-c14n-two-*
2068 test/c14n/exc-without-comments/merlin-c14n-two-*
2069 test/c14n/without-comments/merlin-c14n-two-*
2070 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2071 c14n/exc-c14n and slightly modified test script to handle
2072 these test cases
2073 * c14n.c: fixed bugs for complicated nodes set (namespace
2074 without node and others from merlin-c14n-two.tar.gz)
2075 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2076 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2077 for xmlsec performance patch
2078 * xpath.c: fixed self::node() for namespaces and attributes
2079
2080Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2081
2082 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2083 but with the format parameter
2084 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2085
2086Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2087
2088 * Makefile.am: updated c14n tests suite
2089 * c14n.c: performance improvement for previous c14n patch
2090
2091Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * parser.c: another peroformance patch from Peter Jacobi, that
2094 time on parsing attribute values.
2095
2096Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2097
2098 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2099 into LibXML2 test suite
2100
2101Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2102
2103 * c14n.c: propagating xpath ancesstors node fix to c14n
2104 plus small performance improvement to reduce number of
2105 mallocs
2106 * xpath.c: fixed ancestors axis processing for namespace nodes
2107
2108Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2109
2110 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2111 Peter Jacobi
2112
2113Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2114
2115 * configure.in: preparing 2.4.22
2116
2117Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2118
2119 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2120 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2121 a public entry point.
2122 * doc/*: rebuilt the API and docs
2123
2124Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2125
2126 * xpath.c: patch from Richard Jinks to fix a problem introduced
2127 in the previous patch and pointed by Norm
2128
2129Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2130
2131 * libxml.spec.in: fixing bug #81112
2132
2133Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2134
2135 * uri.c: fixing bug #82848
2136
2137Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2138
2139 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2140 output of one catalog test
2141
2142Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2143
2144 * global.data globals.c tree.c include/libxml/globals.h
2145 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2146 default value for global parameter xmlIndentTreeOutput to 1 and
2147 introduced new global parameter xmlTreeIndentString (the string
2148 used to do one-level indent) with default value " " (as it was
2149 in tree.c)
2150
2151Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2152
2153 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2154 with trio and schemas.
2155
2156Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2157
2158 * xpath.c: patch from Richard Jinks to fix the problem raised in
2159 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2160
2161Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2162
2163 * xmlschemas.c: a bit of work on import.
2164 * xmlschemastypes.c: Charles Bozeman provided a compare function
2165 for date/time types so min/max facet restrictions should work,
2166 indeterminate comparisons return an error instead of equal.
2167 * test/schemas/date_0* result/schemas/date_0_0: specific test
2168 from Charles Bozeman too
2169
2170Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2171
2172 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2173 from Christian Cornelssen fixing the man pages and the Catalog
2174 building script.
2175 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2176 next step is <xs:import> I now have a reasonable understanding
2177 of how it works.
2178
2179Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2180
2181 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2182
2183Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2184
2185 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2186
2187Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2188
2189 * xpath.c: fixing an XPath function evalutation bug pointed out
2190 by Alexey Efimov where the context was lost when evaluating
2191 the function arguments
2192
2193Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2194
2195 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2196 function public for XMLSec performance optimizations
2197
2198Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2199
2200 * python/generator.py python/libxml2class.txt : fixed a problem
2201 with the HTML parser pointed by Gary Benson
2202 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2203 example
2204
2205Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2206 * parser.c: fixed bug #81159 (memory growth in SAX)
2207
2208Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2209 * xpath.c: fixed bug #78858 (the real fix)
2210
2211Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2212 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2213
2214Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * tree.c: modified xmlNodeSetBase to allow changing the
2217 base of a document.
2218
2219Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2220
2221 * xmlschemastypes.c: patch Charles Bozeman for validation of
2222 all the date, time, and duration types
2223 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2224 * configure.in: fixed an error pointed by an user
2225 * xml2-config.in: fixed an error pointed by an user
2226
2227Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2228
2229 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2230 win32/libxml2.def.src xmlIO.c: exported default
2231 'file:', 'http:' and 'ftp:' protocols input handlers
2232 and maked protocols comparisson case insensitive
2233
2234Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2235
2236 * configure.in: Neven Has detected a typo
2237
2238Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2239
2240 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2241 as one of the persons allowed to commit directly to the
2242 module.
2243
2244Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2245
2246 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2247 * valid.c: raised a too low limit
2248 * doc/*: rebuilt the docs
2249
2250Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2251
2252 * test/XPath/expr/floats test/XPath/expr/functions
2253 result/XPath/expr/floats result/XPath/expr/functions
2254 xpath.c: another XPath conformance patch from Richard Jinks
2255
2256Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2257
2258 * xmlschemas.c: fixed validation of attribute groups.
2259 * test/schemas result/schemas: added an example from the primer
2260
2261Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2262
2263 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2264 * test/schemas result/schemas: updated the test list
2265
2266Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2267
2268 * TODO: updated a bit
2269 * parser.c: made a comment more specific
2270 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2271 Schemas conformance.
2272 * test/schemas result/schemas: updated the test list
2273
2274Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2275
2276 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2277 implementing xs:all with minOccurs = 0
2278 * tes/schemas/* result/schemas/*: added more tests covering
2279 xs:all
2280
2281Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * xmlregexp.c: first implementation of the all particle, this
2284 may need to be revisited for case where not all transitions
2285 must be crossed.
2286
2287Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2288
2289 * tree.c: another entity processing update from Markus Henke
2290
2291Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2292
2293 * trionan.c: fixed crash on OSF/1
2294
2295Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2296
2297 * xmlschemas.c: more Schemas work
2298 * test/schemas/* result/schemas/*: added more tests coming
2299 from the spec.
2300
2301Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2302
2303 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2304 ExcC14N specification
2305
2306Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2307
2308 * tree.c: patch from Markus Henke, fix for recursive entities.
2309
2310Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2311
2312 * xpath.c: fix a problem with string() on a document node.
2313
2314Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2315
2316 * Makefile.am xmlschemas.c: more Schemas work
2317 * test/schemas/* result/schemas/*: added more tests coming
2318 from the spec.
2319
2320Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2321
2322 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2323 * result/HTML/*: this changes a few things in the results
2324
2325Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2326
2327 * include/libxml/tree.h: eliminated 'declaration different than
2328 prototype' warning
2329 * include/win32config.h: "resolved" conflicts with errno.h
2330
2331Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2332
2333 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2334 on the automata interfaces and debug of counted choices
2335 * test/schemas/* result/schemas/*: added a number of tests
2336
2337Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2338
2339 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2340 a bit of work on Schemas
2341 * testSchemas.c: try to make it more useful
2342 * test/schemas/* result/schemas/* Makefile.am: changed the
2343 Schemas regression test procedure, started adding a few samples
2344
2345Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2346
2347 * include/libxml/encoding.h: Patch for the Borland C++ builder
2348 * include/libxml/tree.h: Patch for the Borland C++ builder
2349 * threads.c: Patch for the Borland C++ builder
2350 * win32/bcb5: New directory for the Borland C++ builder
2351 project files
2352
2353Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2354
2355 * win32/Makefile.msvc: Update for XML Schema support
2356 * win32/configure.js: Update for XML Schema support
2357 * win32/libxml2.def.src: Update for XML Schema support
2358
2359Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2360
2361 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2362 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2363 xmlunicode.c include/libxml/Makefile.am
2364 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2365 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2366 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2367 include/libxml/xmlversion.h.in : merged the current state of
2368 XML Schemas implementation, it is not configured in by default,
2369 a specific --schemas configure option has been added.
2370 * test/automata test/regexp test/schemas Makefile.am
2371 result/automata result/regexp result/schemas:
2372 merged automata/regexp/schemas regression tests
2373
2374Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2375
2376 * xpath.c: Gary found a compile time problem, fixes #78823
2377
2378Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * configure.in: release of 2.4.20
2381 * doc/*: updated and rebuilt the docs
2382
2383Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * python/Makefile.am: patch from Cristian Gafton to build on
2386 Red Hat 6.2, should also fix #75779
2387
2388Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2389
2390 * valid.c: first part of fixing #78729
2391
2392Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2393
2394 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2395 escaping of URI when saving HTML files.
2396 * result/HTML/*: this impacted some tests
2397
2398Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * configure.in: trying to fix #77441
2401
2402Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2403
2404 * include/libxml/xmlIO.h: Hallski complained it could not be
2405 included by itself.
2406
2407Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2408
2409 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2410
2411Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2412
2413 * win32/configure.js: patch from Nilo for the c14n option
2414 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2415
2416Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2417
2418 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2419 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2420 LIBXML_THREAD_ENABLED
2421
2422Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2423
2424 * xpath.c: another patch from Richard Jinks for substring conformance
2425 * test/XPath/expr/floats test/XPath/expr/strings
2426 result/XPath/expr/floats result/XPath/expr/strings: update of the
2427 test suite to check those.
2428
2429Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * xpath.c: patch from Richard Jinks for .x float parsing.
2432
2433Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2434
2435 * parser.c: patch from Markus Henke when an encoding ain't recognized
2436
2437Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2438
2439 * libxml.m4: got a report that #include <string.h> was needed
2440
2441Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2442
2443 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2444
2445Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2446
2447 * doc/example.html: fixing typo
2448
2449Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2450
2451 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2452 pointed out by Melvyn Sopacua.
2453
2454Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * libxml.m4: Frédéric Crozat gave a patch related to the change
2457 of Include paths breaking the libxml.m4
2458
2459Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2460
2461 * xpath.c: Fix bug #76927 forgot to save some context
2462 when evaluating binary expressions
2463
2464Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2465
2466 * configure.in: fixed configure for MPE/iX from Markus Henke
2467 * xmlmemory.c: fixed initialization problems
2468 * xpath.c: another set of patches from Richard Jinks this
2469 fixes "make XPathtests" on linux
2470
2471Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2472
2473 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2474 * test/XPath/expr/compare test/XPath/expr/equality
2475 test/XPath/expr/floats test/XPath/expr/functions
2476 test/XPath/expr/strings result/XPath/expr/compare
2477 result/XPath/expr/equality result/XPath/expr/floats
2478 result/XPath/expr/functions result/XPath/expr/strings: Updated
2479 tests though they show a divergence on Linux
2480
2481Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xpath.c trionan.c: previous commit also included patches
2484 from Richard Jinks on some IEEE support corner case
2485
2486Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2489 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2490 that $(datadir) should be used for docs
2491
2492Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2493
2494 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2495 could leak filedescriptors
2496
2497Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2498
2499 * configure.in nanohttp.c: applied patch from Allan Clark for
2500 UnixWare/OpenServer
2501
2502Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2503
2504 * configure.in: preparing 2.4.19
2505 * doc/*: rebuilt the docs
2506
2507Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2508
2509 * nanohttp.c: fixing #76043, got fed up with non-portability
2510 of that piece of code.
2511
2512Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2513
2514 * valid.c SAX.c: Never commit without running "make tests" :-(
2515 fix a couple of stupidities in the previous commit
2516 * result/*: a few changes in some attribute order result of previous
2517 commit.
2518
2519Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2520
2521 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2522 the internal subset should not raise duplicate ID errors,
2523 also there was a small bug in conjunction to namespace
2524 declarations defaulted and xml:xxx attributes DTD definitions.
2525
2526Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2527
2528 * xpath.c: Richard Jinks also raised some rounding problems
2529 this tries to fix them
2530
2531Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2534 behaviour in xmlXPathCastToString()
2535
2536Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2537
2538 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2539 raised by Morus Walter
2540
2541Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2542
2543 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2544 from Igor
2545
2546Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2547
2548 * xpath.c: fixing #75619, related to a problem when trying
2549 to evaluate condition when the current node set resulting
2550 from that sub-step evaluation is empty. Also fixes 2 potential
2551 problem with previous-sibling and next-siblings axis.
2552
2553Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2554
2555 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2556 HTML support is not configured in.
2557
2558Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2559
2560 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2561 include/libxml/tree.h: dohh I really didn't intended to commit
2562 this test version :-(
2563
2564Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * testSAX.c: I wanted to see the real speed at the SAX interface
2567 after a little too many Ximianer started complaining about the
2568 parser speed.
2569 added a --quiet option:
2570 paphio:~/XML -> ls -l db100000.xml
2571 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2572 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2573 3200006 callbacks generated
2574 real 0m1.270s
2575 Which means 16MBytes/s and 3Mcallback/s
2576
2577Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2578
2579 * xpath.c: valgrind spotted another error that time when running
2580 on libxslt regression tests
2581
2582Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2583
2584 * Makefile.am: adding "make valgrind" running the full regression
2585 tests (except python ones) under Valgrind (using valgrind -q
2586 which was kindly added by the author).
2587 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2588 passes cleanly now except an obcure floating point initialization
2589 raised in log10() in one XPath regression test ???
2590 * tree.c: edited some comments to close #75244
2591
2592Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2595 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2596 context of ScrollKeeper, made sure that if the number is
2597 an integer, the serialization follows the description at
2598 http://www.w3.org/TR/xpath#section-String-Functions
2599
2600Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2601
2602 * configure.in: preparing 2.4.18
2603 * doc/*: updated and rebuilt the web site
2604 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2605 the Windows and Cygwin maintainers.
2606 * parser.c: humm, changed the way the SAX parser work when
2607 xmlSubstituteEntitiesDefault(1) is set, it will then
2608 do the entity registration and loading by itself in case the
2609 user provided SAX getEntity() returns NULL.
2610 * testSAX.c: added --noent to test the behaviour.
2611
2612Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2613
2614 * parser.c: Wilfried Teiken provided a hackish but working
2615 way to get context reported back on entities when parsing
2616 with SAX and without breaking the DOM build.
2617
2618Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * c14n.c: applied a new patch from Aleksey Sanin
2621 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2622 to reference Aleksey implementation of XML digital Signatures
2623
2624Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2625
2626 * xpath.c: small fix to avoid potential problem due to
2627 ordering of freeing data
2628 * python/Makefile.am: people were complaining about
2629 the generated file in python dir not being built
2630
2631Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2632
2633 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2634 python/generator.py python/libxml.c python/types.c: Cleanup
2635 of the python Makefiles based on Jacob and James feedback,
2636 fixed the spec file accordingly, fixed the number of warning
2637 that passing my pedantic CFLAGS was generating. Conclusion
2638 is that Python includes are real crap.
2639
2640Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2641
2642 * configure,in: it was reported quite a few times that
2643 xml2-config --cflags should not output
2644 -I$includeprefix/libxml2/libxml because libxml2 header names
2645 clashes with existing names like list.h from C++ stl.
2646 Includes should be #include<libxml/xxx.h> so ...
2647
2648Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2649
2650 * c14n.c: another patch from Aleksey Sanin
2651
2652Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2653
2654 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2655 canonicalization algorithm
2656 * doc/xml.html doc/index.html: added the C14N references on the
2657 index page.
2658
26592002-03-13 jacob berkman <jacob@ximian.com>
2660
2661 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2662 usage, redundant, and gcc specific
2663
2664Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * xpath.c: speedup some node selection operations, this can
2667 have a significant impact on DocBook Norm's stylesheets
2668 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2669 make sure it's always the case
2670 * debugXML.c: distinguish CDATA and comments in ls operations
2671
2672Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2673
2674 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2675 to generate better API descriptions etc...
2676
2677Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2678
2679 * c14n.c: Fixing #74186, made sure all boolean expressions
2680 get fully parenthesized, ran indent on the output
2681 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2682 include/libxml/tree.h: also #74186 related, removed the
2683 --with-buffers option, and all the preprocessor conditional
2684 sections that were resulting from it.
2685
2686Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2687
2688 * valid.c: applied patch from Dodji Seketeli fixing an
2689 uninitailized variable in xmlValidGetValidElements()
2690
2691Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2692
2693 * c14n.c: fixed a few comments
2694 * doc/*.html doc/*/*.html: regenerated the docs and added
2695 the C14N API
2696 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2697
2698Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2699
2700 * check-xml-test-suite.py: fix to adapt varaiations in the
2701 bindings
2702 * configure.in python/setup.py python/setup.py.in: fixed to
2703 have the version of the python scripts automatically updated
2704
2705Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2706
2707 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2708 in xmlCopyProp()
2709
2710Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2711
2712 * configure.in: preparing 2.4.17 release
2713 * doc/*: updated and rebuilt the docs
2714 * xpath.c: fixed a comment
2715 * python/libxml.c: fixed a possible reentrancy problem
2716
2717Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2718
2719 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2720 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2721 added a specific regression test
2722 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2723 not raise exceptions when failing to find the attribute.
2724
2725Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2726
2727 * configure.in xmllint.c: owen pointed out a problem with the
2728 ftme fix, gettimeofday() was not detected by configure and
2729 the ftime header wasn't included, dohhh
2730
2731Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2732
2733 * configure.in xmllint.c: trying to fix #71457 for timing
2734 precision when gettimeofday() is not availble but ftime() is
2735
2736Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2737
2738 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2739 are now copied on install and part of the -devel RPM
2740
2741Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * xpath.c: trying to avoid bug #72150 which was apparently
2744 caused by a gcc bug (or a processor problem) as detailed
2745 at http://veillard.com/gcc.bug
2746
2747Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2748
2749 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2750 fixed xmlReconciliateNs(), added a Python test/example for
2751 inter-document cut'n paste
2752 * python/libxml.py: fixed node.doc on document nodes and added
2753 xpathEval() onto node objects
2754
2755Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2756
2757 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2758 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2759 fixup and integrated tests for the serialization stuff
2760
2761Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2762
2763 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2764 moved the libxml man page to section 3
2765
2766Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2767
2768 * tree.c: fix bug #72490
2769 * python/libxml.c python/libxml.py: added methods serialize()
2770 and saveTo() to all node elements.
2771
2772Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * xmlIO.c: closed #73430, don't read from an input source
2775 which indicated an end-of-file or an error.
2776
2777Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * parser.c: make sure SAX endDocument is always called as
2780 this could result in a Python memory leak otherwise (it's
2781 used to decrement ref-counting)
2782 * python/generator.py python/libxml.c python/libxml.py
2783 python/libxml2-python-api.xml python/libxml2class.txt
2784 python/tests/error.py python/tests/xpath.py: implemented
2785 the suggestions made by Gary Benson and extended the tests
2786 to match it.
2787
2788Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * python/generator.py: applied patch fixing #73450
2791
2792Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2793
2794 * xpath.c: fixing #61290 "namespace nodes have no parent"
2795 long standing divergence from the XPath REC. NodeSets
2796 simply hold a copy of namespace nodes and those node ->next
2797 points to the parent (which may not be the node carrying the
2798 definition).
2799 * include/libxml/xpath.h: flagged but didn't added a possible
2800 speedup
2801 * DOCBparser.c HTMLparser.c: removed some warnings from push
2802 parser due to new state being added.
2803 * tree.c: new fix from Boris Erdmann
2804 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2805 the XML Canonalization support from Aleksey Sanin
2806
2807Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * tree.c: patch from Boris Erdmann fixing some namespace odities
2810 with xmlCopyNode()
2811
2812Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2813
2814 * xmlIO.c: fix bug #72706 when loading a NULL entity
2815
2816Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2817
2818 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2819 actually change in a future XML Namespace revision.
2820
2821Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2822
2823 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2824 added the possibility of returning nodesets from XPath extension
2825 functions written in Python
2826
2827Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2828
2829 * python/*: commiting some Python bindings work done while travelling
2830
2831Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2832
2833 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2834 explicitely with memory debugging switched on
2835
2836Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2837
2838 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2839 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2840 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2841 the accessor generator for strings
2842 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2843 regression test.
2844
2845Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2846
2847 * python/README python/generator.py python/libxml.c python/setup.py:
2848 added the 'usual' setup.py to allow building a libxml2-python
2849 module based on the same code. The initialization is however
2850 different the 2 .so files fo libxml2 and libxslt are identical and
2851 they entry point initialize both libraries. this is done to avoid
2852 some possible nasty problem since the Python don't merge the maps
2853 of all shared modules.
2854
2855Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * parser.c: fixed a push/encoding bug reported by Michael
2858 on librsvg
2859
2860Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2861
2862 * include/libxml/parserInternals.h: fixes a misplaced #endif
2863
2864Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * parser.c valid.c: found and fixed a couple of allocation bugs
2867
2868Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * doc/xml.html doc/python.html doc/*: added a Python and binding
2871 page describing the current state of the Python bindings and
2872 giving pointers to the other languages wrappers.
2873
2874Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2875
2876 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2877 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2878 rebuilt the API and web site
2879 * xpath.c: fixed #71978 portability bugs
2880
2881Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2882
2883 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2884
2885Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * include/libxml/parserInternals.h parser.c: had to change
2888 2 internal parsing API when processing document content
2889 to check the start and end of element content are defined
2890 in the same entity
2891 * valid.c include/libxml/valid.h: attribute normalization can
2892 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2893 with the context to report it.
2894 * SAX.c: fixed the last known bugs, crazy validation constraints
2895 when a document is standalone seems correctly handled. There
2896 is a couple of open issues left which need consideration especially
2897 PE93 on external unparsed entities and standalone status.
2898 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2899 The 2 tests left failing are actually in error. Cleanup done.
2900
2901Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2902
2903 * valid.c: implemented E59 spaces in CDATA does not match the
2904 nonterminal S
2905
2906Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2907
2908 * SAX.c parser.c valid.c: more validation test fixups
2909 * check-xml-test-suite.py: added duration info for the tests
2910
2911Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2912
2913 * parser.c valid.c: a couple of errors were reported but not
2914 saved back as such in the parsing context. Down to 1% failure rate
2915 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2916
2917Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * xmlInternald.c: isExtender was missing a char
2920 * parser.c include/libxml/parser.h: % are acceptable in the
2921 internal subset if within a PUBLIC ID
2922
2923Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2924
2925 * SAX.c parserInternals.c valid.c: more work on the conformance
2926 suite. Took the step to finally block documents with encoding
2927 errors. It's a fatal error per the spec, people should have fixed
2928 their documents by now.
2929
2930Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2931
2932 * check-xml-test-suite.py: fixed the test script after some discussion
2933 on the semantic of TYPE="error"
2934 * Makefile.am: added the script to the distrib
2935
2936Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * SAX.c entities.c: fixed a couple of conformances issues deep
2939 into the validation code (standalone and undeclared Notations)
2940
2941Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2944 stayed there for years !
2945
2946Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2949 missing
2950
2951Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2952
2953 * check-xml-test-suite.py: improved the behaviour a bit as
2954 well as the logs
2955 * parser.c valid.c SAX.c: fixed a few more bugs
2956 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2957
2958Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * check-xml-test-suite.py: python script to run regression tests
2961 against the XML Test suite of W3C/OASis
2962 * SAX.c: fixed a validation bug
2963 * parser.c: fixed 3 errors pointed by the test suite
2964 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2965 * python/Makefile.am: fixed a dependendy
2966
2967Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2968
2969 * xmlmemory.c: avoid a warning bug #71594
2970
2971Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2972
2973 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2974 warning on alpha/Tru64
2975
2976Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2977
2978 * include/libxml/entities.h: fixing a comment
2979 * valid.c: fixing some troubles with validity check on namespaces
2980 * result/VC/NS3 test/VC/NS3: added a specific regression test
2981
2982Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2983
2984 * tree.c: Fixing #71342 serializing '\n' in attribute values
2985 * result/noent/att3 result/att3 test/att3: added a specific
2986 test.
2987
2988Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * python/libxml.c: couple of bug fixes
2991
2992Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * python/*.py: removed tabs and used spaces.
2995
2996Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2997
2998 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2999 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3000
3001Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3002
3003 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3004 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3005
3006Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3007
3008 * include/libxml/encoding.h include/libxml/entities.h
3009 include/libxml/globals.h include/libxml/parser.h
3010 include/libxml/threads.h include/libxml/tree.h
3011 include/libxml/xmlmemory.h: trying to fix the include mess
3012
3013Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3014
3015 * include/libxml/xmlmemory.h: reverted part of the previous
3016 attempt to provide #69655, this was breaking the build.
3017
3018Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3019
3020 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3021 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3022 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3023 include/libxml/parserInternals.h include/libxml/tree.h
3024 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3025 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3026 clean.
3027 * python/libxml.c: fixed a warning.
3028
3029Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3032 copying of node, merge back IDs in the target document.
3033 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3034 test/XInclude/ents/ids.xml: test case
3035 * result/VC/ElementValid4: output changed due to a typo fix
3036
3037Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3038
3039 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003040 generate the dependencies right as Jacob found out. Add
3041 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003042
3043Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3044
3045 * parserInternals.c valid.c: Justin Fletcher found some parts
3046 of the code needing cleanup
3047 * libxml.spec.in python/Makefile.am python/generator.py
3048 python/libxml.c python/libxml.py: Fixed the python Makefiles
3049 corrected a bug showing up on ia64, changed the name of the
3050 python internal module too
3051
3052Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3053
3054 * Makefile.am: applied patch from Andris Pavenis for binary
3055 name suffixes
3056
3057Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3058
3059 * xmllint.c win32/win32config.h: fixing #68748
3060
3061Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3062
3063 * valid.c: fixing #70166
3064
3065Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * valid.c: fixing #70077
3068
3069Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3070
3071 * Copyright Makefile.am README configure.in libxml.spec.in:
3072 Changed to the MIT Licence
3073 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3074 doc/xmlio.html: updated the doc accordingly
3075 * include/libxml/xmlwin32version.h configure.in: preparing
3076 2.4.14 release
3077 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3078 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3079 fixed the const xmlChar * wrapper and generator, XPath extension
3080 functions now use the context as first argument
3081 * python/tests/tstxpath.py python/tests/xpath.py
3082 python/tests/xpathext.py: Updated the tests accordingly
3083 * tree.c: fixed bug #70067
3084
3085Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3086
3087 * Makefile.am: cleanup
3088 * debugXML.c: always use stdout if output is NULL
3089 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3090 * python/Makefile.am python/generator.py python/libxml2class.txt
3091 python/libxml_wrap.h python/types.c: augmented the number of bindings
3092 handling FILE * and XPath contexts
3093 * python/tests/Makefile.am: avoid a stupid problem due to the
3094 use of TEST.
3095
3096Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3097
3098 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3099
3100Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3101
3102 * python/TODO python/libxml.c: cleanup the extension function lookup
3103 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3104
3105Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3106
3107 * configure.in python/Makefile.am: do not install outside
3108 of prefix
3109
3110Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3111
3112 * python/TODO python/libxml.c: started adding SAX interfaces
3113 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3114 SAX test
3115
3116Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3117
3118 * tree.c: hardened the addChild function
3119 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3120 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3121 added accessors needed for xmlNode, a bit more testing and
3122 extension of interfaces
3123 * python/tests/Makefile.am python/tests/build.py: added a test
3124 build from scratch/save/load/check
3125
3126Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3127
3128 * parserInternals.c: change a small bit in the way valididy
3129 error messages get initialized
3130 * python/TODO python/libxml.c python/libxml2-python-api.xml
3131 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3132 added some memory debugging to track leaks at the libxml2 level
3133 * python/tests/*.py: changed all tests to check for leaks,
3134 there is just one left in XPath extension registrations.
3135
3136Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * python/TODO python/generator.py python/libxml2-python-api.xml
3139 python/libxml2class.txt: more accessor classes for the parser
3140 context, allow to switch on and check validity
3141 * python/tests/Makefile.am python/tests/error.py
3142 python/tests/invalid.xml python/tests/valid.xml
3143 python/tests/validate.py: attded more test and and added error.py
3144 which I forgot to commit in the last step
3145
3146Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * python/Makefile.am python/types.c: cleanup
3149 * python/libxml.c python/libxml.py python/libxml_wrap.h
3150 python/generator.py python/libxml2-python-api.xml
3151 python/libxml2class.txt: added class for parser context, added
3152 first cut for push mode support. Added a framework to generate
3153 accessors functions.
3154 * python/tests/Makefile.am python/tests/push.py: added a push
3155 test
3156
3157Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3160 bug a bit of cleanup.
3161
3162Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3163
3164 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3165 python/libxml2class.txt: adding error redirections and preformat
3166 to a python handler
3167 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3168 tests self checking
3169
3170Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3173 a function
3174
3175Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3176
3177 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3178 python/libxml.c python/libxml2-python-api.xml
3179 python/libxml2class.txt: Progressing through the TODOs, class
3180 description output, extra XML API, RPM now builds the wrappers
3181 for all python installed versions
3182
3183Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3184
3185 * configure.in libxml.spec.in python/Makefile.am python/TODO
3186 python/generator.py python/libxml2class.txt: added more informations
3187 in the libxml2-python package including docs. Slightly changed
3188 the class hierarchy
3189 * python/tests/*: added basic regression tests infrastructure too
3190
3191Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3192
3193 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3194 added libxml2-python as part of the packages installed
3195
3196Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * python/Makefile.am python/generator.py python/libxml.c
3199 python/libxml.py: more work, now able to extend the
3200 XPath interpreter with functions written in python.
3201
3202Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * python/Makefile.am: Jacob sent a patch to allow building from
3205 tarfile.
3206
3207Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3208
3209 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3210 inserted the python wrappers build, I hope this won't be too
3211 unportable
3212
3213Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * xpath.c: minor optimization
3216 * python/generator.py python/libxml.c python/libxml.py
3217 python/libxml_wrap.h: more work on the python bindings,
3218 they now support XPath and there is no evident leak
3219
3220Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3221
3222 * python/generator.py python/libxml.c python/libxml.py:
3223 more work on the python bindings generator.
3224
3225Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3226
3227 * python/generator.py python/libxml.c python/libxml_wrap.h:
3228 more work on the python bindings.
3229
3230Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3231
3232 * python/generator.py python/libxml.c python/libxml.py
3233 python/libxml_wrap.h: commited early version of a python binding
3234 for private use only ATM
3235
3236Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3237
3238 * entities.c tree.c include/libxml/entities.h: applied patch
3239 from Anthony Jones to implement copy of DTD subtree too. Had
3240 just to keep 2 function private which really ought to become
3241 public ones.
3242
3243Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3244
3245 * xmllint.c: added pointers to the web pages in the usage()
3246
3247Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3248
3249 * tree.c: more fixes from Petr Kozelka for attribute handling
3250 in the tree API to align the semantic with DOM.
3251
3252Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * valid.c tree.c entities.c: another set of patches from
3255 Anthony Jones for copy operations cleanup and robustness
3256
3257Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3258
3259 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3260 an alphabetic index based on comments content
3261 * doc/*: rebuilt the web site with the new references
3262
3263Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3264
3265 * parserInternals.h: Greg Sjaardema suggested to use an
3266 eponential buffer groth policy in xmlParserAddNodeInfo()
3267
3268Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3269
3270 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3271 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3272 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3273 to generate cross-references, and added/updated the stylesheets
3274 to generate and link API indexes. The generic keyword index
3275 is not done yet.
3276 * doc/*.html: regenerated all the usual docs too
3277
3278Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3279
3280 * debugXML.c: added an xpath function to the shell for T. V. Raman
3281
3282Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3283
3284 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3285 debug routines.
3286
3287Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3288
3289 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3290 support of attribute nodes
3291
3292Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3295 hopefully near complete and fully documented of the API in XML
3296 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3297 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3298 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3299 include/libxml/parserInternals.h include/libxml/valid.hi
3300 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3301 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3302 include/libxml/xpath.h include/libxml/xpathInternals.h:
3303 Cleaned up the doc comments a lot in the process, the interface
3304 coverage is now 100%
3305
3306Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3307
3308 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3309 extracts comments from the gtk-doc DocBook output (a bit
3310 convoluted but seems to work).
3311
3312Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3313
3314 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3315 added an XML description of the API, moved the script generating
3316 it here. Added a "make api" target
3317
3318Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3321
3322Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3323
3324 * xpath.c include/libxml/xpathInternals.h: the change made to
3325 xmlXPathFuncLookupFunc was incompatible roll it back
3326
3327Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3328
3329 * SAX.c: cleanup patch from Anthony Jones
3330 * doc/Makefile.am: fix the headers to avoid in make scan
3331 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3332 includes, * vs Ptr and general cleanup
3333 * parsedecl.py: first version of a script to extract the
3334 module interfaces, the goal will be to provide .decl or XML
3335 specification of the interfaces to build wrappers.
3336
3337Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3338
3339 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3340 now provides return codes in case of errors
3341
3342Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3343
3344 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3345 Upgraded to trio baseline 1.6
3346 * strio.h strio.c: Replaced by triostr.h and triostr.c
3347
3348Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3349
3350 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3351 of strdup usage in the code
3352
3353Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3354
3355 * parser.c error.c: Keith Isdale complained rightly that
3356 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3357
3358Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3359
3360 * tree.c: fixed the funxtion to set the xml: attributes
3361 * debugXML.c: added "setbase" to test it.
3362
3363Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3366 to allow updating an attribute content
3367
3368Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3369
3370 * libxml.h: try to avoid problems when compiling on Windows
3371
3372Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3373
3374 * hash.c: patch from Anthony Jones for hash.c allocation size
3375 * Makefile.am: trying to work around Yet Another Libtool Madness
3376 and build the 2.4.13 release finally ...
3377
3378Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3381 * doc/* : update of the documentation
3382
3383Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3384
3385 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3386 at fixing #61290 :-(
3387
3388Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3389
3390 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3391 Fixes bug #67229
3392
3393Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3394
3395 * tree.c: trying to avoid troubles when a subtree is copied
3396 and coalesced in part with the target tree. Should fix
3397 bug #67407
3398
3399Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3400
3401 * valid.c: fixed validation of attributes content of type
3402 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3403 values, very old bug. Fixes #67671
3404
3405Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3406
3407 * parser.c include/libxml/parserInternals.h tree.c: integrated
3408 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3409 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3410
3411Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3412
3413 * threads.c: applied Serguei Narojnyi's patch to add native
3414 thread support on the Win32 platform
3415 * testThreadsWin32.c Makefile.am: added the test program also
3416 from Serguei, Win32 specific
3417 * include/win32config.h include/libxml/xmlwin32version.h.in:
3418 added patch from Igor for the Windows thread specific defines.
3419
3420Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3423
3424Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3425
3426 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3427 output page into XMLinfo.html. Close bug #66951 and
3428 raised by Robert Collins too.
3429
3430Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * encoding.c: Paul Keogh pointed out a possibility of segfault
3433 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3434 Closes bug # 68238
3435
3436Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3437
3438 * doc/*.html: updated the Gdome2 links
3439
3440Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * libxml.h: Applied following patches from Robert Collins
3443 and make sure IN_LIBXML is defined when compiling it
3444 -------
3445 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3446 as well as Visual C.
3447 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3448 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3449 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3450 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3451 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3452 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3453 xmlSysIDExists xmlNoNetExists).
3454 * xmllint.c: Don't include winsock2.h for Cygwin.
3455
3456Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3457
3458 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3459 when the version info is not present.
3460
3461Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3462
3463 * tree.c: Anthony Jones pointed out a problem in
3464 xmlStringGetNodeList() and provided a fix for it
3465
3466Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3467
3468 * parser.c: patch from Frank J Franklin to remove a bug in
3469 xmlCreatePushParserCtxt() when the initial buffer passed
3470 is large.
3471
3472Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3473
3474 * win32/*: big cleanup of the Windows/MSVC project files
3475 from Igor Zlatkovic
3476
3477Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * doc/Makefile.am: should fix #67674 and avoid troubles if
3480 xsltproc is not available or fails in the prefix provided
3481
3482Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3483
3484 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3485
3486Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3487
3488 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3489 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3490 Fixed a few other problems raised by Charlie Bozeman.
3491 * result/VC/ElementValid[5-7]: fixed the output
3492
3493Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3494
3495 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3496 patches from Charlie Bozeman. Regenerated the HTML docs.
3497
3498Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3499
3500 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3501 for Windows from Igor
3502
3503Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3504
3505 * xmllint.c: applied Justin Fletcher patch for --output or -o
3506
3507Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3508
3509 * win32/libxml2/libxml2.def.src: close #67019
3510
3511Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3512
3513 * xmllint.c: applied Justin Fletcher generic timing patch
3514 similar to the one already applied to xsltproc.
3515
3516Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3517
3518 * include/libxml/tree.h tree.c: applied documentation patches
3519 from Charlie Bozeman
3520
3521Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3522
3523 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3524
3525Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3526
3527 * valid.c: fix the xmlStrdup() used in the previous patch.
3528 * valid.c: added --dropdtd
3529 * tree.c: fixed xmlUnlinkNode so it also removes the references
3530 from the document if the node is a DTD
3531
3532Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3533
3534 * HTMLtree.c valid.c: cleanup some static declarations
3535
3536Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3537
3538 * xmllint.c: removed another strdup()
3539 * doc/FAQ: removed the HP/UX entry
3540
3541Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3542
3543 * valid.c: fix bug #66816 when validating.
3544 * xmllint.c: don't use sys/time.h if configure did not found it
3545
3546Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3547
3548 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3549 xmlcatalog_man.xml
3550
3551Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3552
3553 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3554 xmlInitMemory() was declared twice
3555
3556Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3557
3558 * globals.c: do not reference strdup() !
3559 * configure.in libxml-2.0.pc.in: trying to fix the libs
3560 of the various config extraction modules
3561
3562Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3563
3564 * configure.in : preparing 2.4.12
3565 * doc/* : updated and rebuilt the docs
3566
3567Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3568
3569 * uri.c: closed bug #66159
3570 * testURI.c: added --escape option
3571 * configure.in: some cleanup for xml2-config --cflags
3572
3573Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3574
3575 * globals.c testThreads.c: removed some misplaced includes
3576 of xmlversion.h
3577
3578Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3579
3580 * threads.c: patch from Gary Pennington fixing a possible
3581 problem at initialization time.
3582
3583Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3584
3585 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3586 Eric Lavigne contribution to build libxml2 on MacOS using
3587 CodeWarrior.
3588
3589Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3590
3591 * xmllint.c: applied Geert Kloosterman's patch to fix
3592 --repeat --timing output
3593
3594Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3595
3596 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3597 where non-wellformed XML declaractions were not detected.
3598
3599Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3600
3601 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3602
3603Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3604
3605 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3606 gets reset by xmlCleanupInputCallbacks() and this makes the
3607 function useless. Same for output.
3608
3609Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3610
3611 * xmlIO.c: robert pointed out a loop error in callback cleanups
3612
3613Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3614
3615 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3616 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3617 they are not really tied to debugging
3618
3619Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3620
3621 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3622 * xmllint.c: better --catalogs description
3623
3624Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3625
3626 * tree.c: fixed a couple of problems in xmlSetProp()
3627
3628Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3629
3630 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3631 unappropriate stdout output.
3632
3633Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3634
3635 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3636 by Denis Beurive, closes #65111
3637
3638Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3639
3640 * valid.c: in case of content model validity error, don't
3641 print it if validity warnings were not requested.
3642
3643Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3644
3645 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3646 * parserInternals.c: removed the last exit() call. Print an
3647 unmaskable error on stderr instead (library mismatch detection)
3648
3649Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3650
3651 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3652 shell instructions from Heiko Rupp
3653
3654Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3655
3656 * catalog.c: use the URL notation file:// for default catalog paths
3657
3658Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3659
3660 * include/libxml/tree.h: better comments for _private fields
3661 * tree.c: removed a problem when copying an entity reference.
3662
3663Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3664
3665 * vms/*: updated instructions and diffs from John A Fotheringham
3666
3667Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3668
3669 * include/libxml/xmlerror.h: avoid an include problem if
3670 #include <libxml/xmlerror.h> happens first in code
3671 seems to be the case in KDE libs
3672
3673Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3674
3675 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3676 from Igor for Windows
3677
3678Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3679
3680 * Makefile.am: Gary Pennington pointed out a missing prefix
3681
3682Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3683
3684 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3685 * doc/*: upgraded and rebuilt the docs
3686
3687Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3688
3689 * HTMLparser.c: fix comment in scripts element parsing.
3690 * result/HTML/doc3*: updated the results.
3691
3692Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3693
3694 * uri.c: another URI bug fix #63336, using Joel Young patch.
3695
3696Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3697
3698 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3699 a cleaned up version of the Pwd shell string generation.
3700
3701Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3702
3703 * valid.c include/libxml/tree.h: trying to fix namespaces +
3704 validation problems for good, closing #63619 in the process
3705 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3706 wrong in this respect, fixed it.
3707
3708Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3709
3710 * xmllint.c: Morus Walter patch to allow --format and --encode
3711
3712Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3713
3714 * debugXML.c: Stefan Kost provided an help command for the shell
3715
3716Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3717
3718 * debugXML.c: Heiko Rupp pointed that the shell would crash
3719 on empty nodesets returns.
3720
3721Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3722
3723 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3724 migh need the history libraries
3725
3726Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3727
3728 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3729 handle the case of < in quoted attributes, Bastian Kleineidam
3730
3731Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3732
3733 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3734 fixing catalog breakages
3735 * Makefile.am catalog.c result/catalogs/catal
3736 result/catalogs/mycatalog.* test/catalogs/catal*:
3737 fixed more problems in catalog support, added more regression tests
3738 for both XML and SGML catalog handling
3739
3740Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3741
3742 * debugXML.c: applied an improvement to xmlGetLineNo() from
3743 Keith Isdale
3744
3745Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3746
3747 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3748 Side effect of the progressive catalog loading
3749
3750Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3751
3752 * Makefile.am: confexecdir and confexec_DATA were defined twice
3753 pointed out by Karl Eichwalder
3754
3755Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3756
3757 * xmlcatalog.c: avoid unlink() and use remove() instead.
3758
3759Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3760
3761 * libxml.spec.in: cleanup
3762 * include/libxml/xmlwin32version.h: updated with 2.4.8
3763
3764Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3765
3766 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3767 of compiling libxml with a non standard set of options
3768
3769Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3770
3771 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3772 document --sgml option, fixing gnome bugzilla #63382
3773
3774Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3775
3776 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3777 breakage of 2.4.7, added a couple of really needed APIs
3778 like xmlCatalogIsEmpty() and xmlNewCatalog()
3779 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3780 for install-catalog
3781 * configure.in: preparing 2.4.8
3782
3783Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3784
3785 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3786 include/libxml/tree.h include/libxml/xmlIO.h: more include
3787 cleanups, export cleanly one html output + format function.
3788
3789Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3790
3791 * parser.c: removed initGenericErrorDefaultFunc call from
3792 xmlInitParser() since it could destroy previous calls to
3793 xsltSetGenericErrorFunc() effects
3794
3795Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3796
3797 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3798 keyword.
3799
3800Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3801
3802 * Makefile.am: cleanup
3803 * threads.c: cleanup too
3804 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3805 from xsltproc
3806 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003807 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003808
3809Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3810
3811 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3812 was not used anymore !
3813
3814Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3815
3816 * configure.in: preparing 2.4.7
3817 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3818 manual page from John
3819 * doc/*: updated the doc and rebuilt the generated pages
3820
3821Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3822
3823 * xmlIO.c: closing bug #62711, the library should never
3824 close stdin or stdout.
3825
3826Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3827
3828 * uri.c: second pass at fixing #63336, using Joel Young
3829 final patch. looks okay.
3830
3831Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3832
3833 * uri.c include/libxml/uri.h: trying to clear #63336
3834 allowing the escaping routine to parse unconformant
3835 URI-References.
3836
3837Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3838
3839 * vms/readme.vms vms/build_libxml.com nanoftp.c
3840 include/libxml/xmlversion.h.in: a few VMS updates from
3841 John A Fotheringham
3842 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3843 and xmlCleanupOutputCallbacks() for the Perl binding people.
3844
3845Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3846
3847 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3848 apply fixes to close #63271 and avoid segfaults when
3849 the error routine gets callbed before xmlInitParser()
3850 get called.
3851 * nanoftp.c error.c: Applied patches from Justin Fletcher
3852 correcting some xmlGenericError misuses.
3853
3854Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3855
3856 *doc/xmllint.xml, doc/xmllint.1
3857 New and improved man page for xmllint - .xml is the original, .1
3858 is the generated man page
3859
3860Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3861
3862 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3863 the web site from the main HTML document.
3864
3865Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3866
3867 * parser.c: fixed an erroneous validation bug when PE refs
3868 occurs in external parsed entities referenced from the
3869 internals subset
3870 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3871 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3872 added the associated testcase, it's a nice one.
3873 * HTMLparser.c: generate the DTD node as HTML still ...
3874 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3875
3876Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3877
3878 * HTMLparser.c: fixed a bug in htmlNewDoc()
3879
3880Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3881
3882 * test/threads/*: added entities testing to the Thread test
3883 * testThreads.c: make the test reasonable
3884 * DOCBparser.c: fix the DTD public and system ID
3885 * xmllint.c: added --sgml for SGML DocBook importing
3886 * Makefile.am: added Docbtests target
3887
3888Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3889
3890 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3891 * testThreads.c: removed bogus include
3892
3893Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3894
3895 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3896 fixed a very serious (looping) validation bug
3897
3898Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3899
3900 * include/libxml/globals.h include/libxml/threads.h threads.c
3901 testThreads.c: far more testing, cleaning up bugs
3902 * *.c : make sure globals.h is always included.
3903
3904Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3905
3906 * HTMLparser.c: try to get rid of parser loops for good.
3907
3908Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3909
3910 * configure.in: fixed some bugs in CFLAGS passing.
3911 * test/threads Makefile.am testThreads.c: added a specific
3912 threaded test case (really nasty, guaranteed).
3913
3914Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3915
3916 * catalog.c: serious cleanup on the management of the
3917 XML catalog tree, more tests done, especially with
3918 the catalog PI.
3919
3920Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3921
3922 * catalog.c: avoid a problem in catalog cleanup on SMP if
3923 catalogs were not initialized.
3924
3925Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3926
3927 * catalog.c xpath.c: trying to cleanup the not thread safe
3928 parts of the library.
3929
3930Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3931
3932 * include/libxml/globals.h configure.in global.data: make
3933 the allocation be per-thread a configure option
3934 * encoding.c include/libxml/parser.h: fixed compilation
3935 errors
3936
3937Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3938
3939 * include/libxml/parser.h: Norm reported that a few lines
3940 added were breaking libxslt compile, removed them for now
3941
3942Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3943
3944 * parser.c parserInternals.c threads.c: debugged and fixed
3945 initialization problems which were giving troubles on SMP
3946 boxes.
3947
3948Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3949
3950 * include/libxml/Makefile.am: missing globals.h
3951
3952Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3953
3954 * globals.c: added a couple of standard includes.
3955
3956Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3957
3958 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3959 include/libxml/parserInternals.h include/libxml/tree.h
3960 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3961 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3962 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3963 Applied the last patches from Gary, cleanup, activated threading
3964 all user accessible global variables are now handled in globals.[ch]
3965 Still a bit rought but make tests passes with either
3966 --with-threads defined at configure time or not.
3967 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3968 linking options
3969
3970Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3971
3972 * Makefile.am include/libxml/Makefile.am
3973 include/libxml/globals.h globals.c include/libxml/threads.h
3974 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3975 configure.in: started integrating the core of the thread support
3976 not activated yet but half integrated. The code should still
3977 compile and work anyway.
3978
3979Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3980
3981 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3982 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3983 integrating the non-controversial parts of Gary Pennington
3984 multithread patches
3985 * catalog.c: corrected a small bug introduced
3986
3987Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3988
3989 * catalog.c include/libxml/catalog.h: very serious cleanup,
3990 isolating unportable code and as much as possible the accesses
3991 to the global shared catalog. May need more testing !
3992
3993Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3994
3995 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3996 Keith Isdale patches for the XSLT debugger interfaces. Some
3997 cleanup
3998
3999Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4000
4001 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4002 * DOCBparser.c: generate line nubers in elements
4003
4004Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4005
4006 * configure.in: preparing 2.4.6 release
4007 * doc/xml.html doc/html/*: updated and rebuilt the docs
4008 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4009
4010Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4011
4012 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4013 adding documentation for DV's supercatalog support
4014
4015Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4016
4017 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4018 super catalog support adding one API and one flag --sgml to
4019 xmlcatalog
4020
4021Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4022
4023 * doc/xmlcatalog_man.xml, xmlcatalog.1
4024 One more crack at
4025 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4026
4027
4028Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4029
4030 * xpath.c: implemented xmlXPathObjectCopy for external objects
4031 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4032
4033Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4034
4035 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4036 finishing up fix to
4037 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4038 the xmlcatalog man page display more elegantly
4039
4040Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4041
4042 * configure.in: closing bug #61832
4043 * HTMLparser.c: removed a warning
4044
4045Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * xpath.c: fixing #61673 part I, do not loose doc information
4048 when copying result value trees.
4049
4050Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4051
4052 * xpath.c: trying to harden the XPath interpreter
4053
4054Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4055
4056 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4057 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4058
4059Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4060
4061 * HTMLparser: repaired another loop problem
4062
4063Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4064
4065 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4066 parsing.
4067 * xpath.c: fix bug #61291 the default XML namespace node is
4068 missing from the namespace axis.
4069 * tree.c: refuse to create namespaces nodes with prefix "xml"
4070
4071Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4072
4073 * SAX.c: ouch a non-defined namespace could lead to a crash,
4074 fixed #61215
4075
4076Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4077
4078 * parserInternals.c: closed bug #61054
4079
4080Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * include/libxml/Makefile.am: closing #60708
4083
4084Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4085
4086 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4087 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4088
4089Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4090
4091 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4092
4093Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4094
4095 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4096 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4097
4098Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4099
4100 * catalog.c: Justin Fletcher provided cleaup code in case
4101 HAVE_STAT is not defined
4102 * include/win32config.h: Igor Zlatkovic suggested to have
4103 HAVE_STAT defined there
4104
4105Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4106
4107 * catalog.c - fixed typing error reported by M. Barros
4108
4109Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4110
4111 * xmllint.c - fixing typo
4112
4113Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4114
4115 * HTMLparser.c: small enhancement to prevent loop on
4116 unrecognizable data
4117
4118Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * parserInternals.c: applying patch from bug #60757 this
4121 should close it
4122
4123Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4124
4125 * catalog.c xmlcatalog.c: removed a couple of warning
4126 * xpath.c: try to solve the linking problem on platforms
4127 needing trio to compile
4128
4129Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4130
4131 * Makefile.am libxml.spec.in: backing up non-documented changes
4132 commited without review or aproval by Jens Finke <jens@gnome.org>
4133 * HACKING: made 100% clear that no commit should be done directly
4134
4135Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4136
4137 * configure.in: Joe Orton provided a patch fixing a problem
4138 when iconv is specified to be in a non-standard directory
4139 but wasn't exported in xml2-config --cflags
4140
4141Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * configure.in: let's ship 2.4.5 before getting too much
4144 troubles with 2.4.4 errors.
4145
4146Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4147
4148 * encoding.c entities.c: do not output hexadecimal charrefs
4149 when serializing HTML since some version of Netscape can't
4150 grok it, generate decimal ones.
4151 * result/HTML/doc3.htm: output changed due to previous test
4152 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4153
4154Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4155
4156 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4157 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4158
4159Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4160 Released 2.4.4
4161
4162 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4163 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4164 updated the configuration scripts systems accordingly
4165
4166Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4167
4168 * configure.in: preparing for 2.4.4
4169 * doc/xml.html doc/html/*: updated and rebuilt the docs
4170
4171Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4172
4173 * win32/dsp/libxml2.def.src: tried to incorporate comments
4174 from bug #59220
4175
4176Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4177
4178 * parser.c result/noent/wml.xml: fixed bug #59981 related
4179 to handling of '&' in attributes when entities are substitued
4180
4181Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4182
4183 * libxml.h include/libxml/xmlversion.h.in
4184 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4185 Tried to close bug #60131
4186
4187Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4188
4189 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4190
4191Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4192
4193 * SAX.c: fixing bug #59946 on xmlns=""
4194
4195Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4196
4197 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4198 but allocates a new error code.
4199
4200Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4201
4202 * xmllint.c: John Fleck fixed typos in the options output
4203 * parser.c SAX.c: fix ignorable white space SAX selection
4204
4205Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4206
4207 * entities.c: Steve Underwood found the possibility of an
4208 ininite loop in case of error.
4209
4210Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4211
4212 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4213
4214Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4215
4216 * parser.c: warn if version is not 1.0 but it's not
4217 strictly speaking an error after analyzing the spec
4218
4219Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4220
4221 *doc/catalog.html - add link to the html version of the
4222 man page, other linguistic cleanups
4223
4224Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4225
4226 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4227 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4228 file, has not yet been included in the build.
4229
4230Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4231
4232 * catalog.c: removed a duplicate affectation Justin Fletcher
4233
4234Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4235
4236 * tree.c: Armin Sander pointed a possible text coalescing
4237 problem, completed his patch.
4238
4239Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4240
4241 * trionan.c: Fixed const and volatile re-definition problem
4242
4243Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4244
4245 * libxml.4 parser.c: doc updates from Heiko Rupp
4246 * parserInternals.c: 2 sanity checks from Heiko Rupp
4247
4248Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4249
4250 * tree.c: applied patch from Armin Sander to make some pointers
4251 const in xmlCopyNode()
4252 * include/libxml/tree.h: added fix to the header
4253
4254Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4255
4256 * xpath.c: hum, restrict the integer usage gcc bug workaround
4257 to only gcc compilers so that other architecture don't get
4258 penalized by this limitation.
4259 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4260
4261Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4262
4263 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4264 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4265
4266Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4267
4268 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4269 --convert option to xmlcatalog to convert SGML ones to
4270 the XML syntax.
4271 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4272
4273 2.4.3 got released at that point
4274Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4275
4276 * catalog.c xmlIO.c: started some serious testing and fixed
4277 a few bug and optmization needs.
4278
4279Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4282 preparing for a 2.4.3 release even if it may not be ready yet
4283 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4284 all file parsing lookup to go through the entity resolver, add
4285 to add an API to bypass it (needed to load catalogs themselves),
4286 some cleanup on the catalog code too.
4287 * nanoftp.c: small cleanup
4288 * doc/catalog.html: small update
4289
4290Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4291
4292 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4293 Jun Kuriyama
4294
4295Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4296
4297 * doc/catalog.html: finished the catalog documentation
4298
4299Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4300
4301 * doc/catalog.html doc/xml.html: added documentation about
4302 Catalog support, misses an API description
4303 * doc/html/*: reextracted the API pages
4304
4305Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4306
4307 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4308 Added the part about section 7.2 on URI resolution,
4309 fixed a side effect in the HTML parser, look complete
4310 and ready to rock except the URI/SystemID part!
4311
4312Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4313
4314 * include/libxml/catalog.h include/libxml/parser.h
4315 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4316 xmlIO.c: added support and APIs needed for the catalog PI
4317 * include/libxml/xmlIO.h: cleanup
4318
4319Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4320
4321 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4322 include/libxml/catalog.h: starts to look okay, really
4323 plugged the new framework, cleaned a lot of stuff,
4324 added some APIs, except the PI's support missing this
4325 should be mostly complete
4326 * result/catalogs/* test/catalogs/*: added new test, enriched
4327 the existing one with URN ID tests
4328
4329Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * catalog.c: fixed nextCatalog
4332 * result/catalogs/docbook test/catalogs/*: started adding
4333 a small regression test
4334
4335Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4336
4337 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4338 more work on the XML catalog support.
4339 * parser.c include/libxml/parser.h: small cleanup seems using
4340 list as a public parameter name can give portability troubles
4341 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4342 include/libxml/xpath.h include/libxml/Makefile.am: removed
4343 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4344 wrappers
4345
4346Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4347
4348 * Makefile.am trio.c triodef.h trionan.c xpath.c
4349 include/libxml/Makefile.am include/libxml/trionan.h:
4350 Re-worked Not-A-Number and Infinity support.
4351 * xmlcatalog.c: added readline include files
4352
4353Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4354
4355 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4356 testCatalog as xmlcatalog, making it an installed app
4357 adding a shell, and preparing it to be a /etc/xml/catalog
4358 management tool, though not ready yet
4359 * catalog.c include/libxml/catalog.h: adding support for
4360 XML Catalogs http://www.oasis-open.org/committees/entity/
4361 not finished, there is some interesting tradeoffs and a
4362 few open questions left.
4363
4364Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4365
4366 * xmllint.c: fixed a line formatting problem
4367
4368Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4369
4370 * SAX.c: removed a couple of unused variable (Albert Chin)
4371
4372Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4373
4374 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4375 trying to fix some troubles w.r.t. function returning
4376 const xxxPtr.
4377
4378Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4379
4380 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4381 defined
4382
4383Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4384
4385 * xpointer.c: removed unused var
4386
4387Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * testXPath.c: another small cleanup closing bug #59110
4390
4391Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * win32/dsp/libxml2.def.src: small cleanup closing bug
4394 #59108
4395
4396Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4397
4398 * example/gjobread.c: add xmlCleanupParser() before leaving
4399
4400Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4401
4402 * config.h.in configure.in include/libxml/xmlwin32version.h:
4403 released 2.4.2
4404
4405Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * include/libxml/valid.h debugXML.c valid.c: deprecate
4408 the non-boundchecking Sprintf functions, add Snprintf
4409 this should close bug #57984
4410
4411Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4412
4413 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4414 URIs before doing the lookups (pointed by Mark Vakoc)
4415
4416Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4417
4418 * xpath.c: serious changes on Result Value Trees and NodeSets
4419 w.r.t. deallocation and collect operations. Probably not
4420 100% clean (merge of allocated trees smells like a problem).
4421 Seems sufficient to close #58943
4422
4423Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4424
4425 * xmllint.c: adding a --format option
4426
4427Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4428
4429 * xpath.c: count() was broken on Result Value Tree
4430 * xmlIO.c: fixed file:/// accesses on _WIN32
4431
4432Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4433
4434 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4435 macro was renamed, this should close bug #58683
4436
4437Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4438
4439 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4440 entity substitution mode text at the end of the entity might
4441 be added due to text coalescing.
4442 * nanoftp.c parser.c: small cleanup
4443
4444Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4445
4446 * HACKING: added John Fleck right to commit in the doc subdir
4447
4448Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4449
4450 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4451 allow to inherit attributes from the DTD directly in the
4452 tree, this is needed for XPath and can be a useful feature.
4453 Inherited namespaces are always provided at the tree level now
4454 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4455 of tests for this feature (XSLT being the prime user).
4456
4457Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4458
4459 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4460 testSAX.c xmlIO.c xmllint.c include/win32config.h
4461 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4462 include/libxml/xmlwin32version.h.in win32/README.MSDev
4463 win32/dsp/*: applied Win32 Facelift No.2 patches from
4464 Igor Zlatkovic for Windows/MSC
4465
4466Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4467
4468 * SAX.c: unparsedEntityDecl() the URI computation of the
4469 entity wasn't done breaking XSLT unparsed-entity-uri()
4470
4471Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4472
4473 * xpath.c: fixed a bug when walking the descendants and
4474 the current node has no children
4475 * debugXML.c: show up when a text node is supposed to not be escaped
4476
4477Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4478
4479 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4480 worked like the set:leading() function)
4481 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4482
4483Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4484
4485 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4486
4487Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4488
4489 * include/libxml/xmlIO.h: apply change to close #58141
4490 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4491
4492Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4493
4494 * parser.c: when the internal subset uses a PE, then the
4495 included entity can use conditional sections.
4496
4497Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4498
4499 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4500 when walking the namespace axis showing up in
4501 libxst/tests/general/bug-12
4502 * xmlmemory.c: added the possibility to trace a given block
4503 defined by its address
4504
4505Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4506
4507 * parser.c: don't override existing encoding specified before
4508 starting xmlParseDocument()
4509
4510Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4511
4512 * include/libxml/xmlwin32version.h: reinserted, needed for
4513 Windows users of CVS
4514
45152001-07-27 Darin Adler <darin@bentspoon.com>
4516
4517 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4518 * testCatalog.c: Add include of <libxml/parser.h>.
4519
45202001-07-27 Darin Adler <darin@bentspoon.com>
4521
4522 * include/libxml/.cvsignore:
4523 * include/libxml/xmlwin32version.h:
4524 Remove this file from CVS because it's generated.
4525
4526Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4527
4528 * parser.c include/libxml/parser.h: applied const patches from
4529 Tom Moog #58002
4530
4531Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4532
4533 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4534 lookup framework
4535
4536Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4537
4538 * tree.c: fixed xmlCopyNode() for documents
4539
4540Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4541
4542 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4543
4544Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4545
4546 * parser.c: fixes bug #57652 reported by Morus Walter
4547
4548Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4549
4550 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4551
4552Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4553
4554 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4555 errors, lesson don't add new functions at 1am before a release
4556 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4557 from XPath initialization when possible.
4558
4559Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4560
4561 * result/scripts/base*: removing history/readline changed
4562 this slightly
4563 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4564 xmllint.c: make element content line number generation
4565 optionnal to avoid breaking old apps added interface to switch
4566
4567Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4568
4569 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004570 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004571 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4572 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4573 John Kroll fixes to allow saving to HTTP via PUT (or
4574 POST of needed).
4575 * doc/html/*.html: regenerated the docs
4576
4577Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4578
4579 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4580 xmlHashScanFull and xmlHashScannFull3 to get passed the
4581 three keys as arguments to the callback function
4582
4583Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4584
4585 * configure.in Makefile.am: removed libxml softlink for good
4586 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4587 100% coverage by gtk-doc
4588
4589Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4590
4591 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4592 fixed serious troubles due to size_t vs. int mismatch
4593
4594Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4595
4596 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4597
4598Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4599
4600 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4601 convenient extension API for value and context managing
4602 Now handles external objects through xmlXPathPopExternal,
4603 xmlXPathWrapExternal and xmlXPathReturnExternal.
4604 Added functions for sets operations (intersection, etc.)
4605
4606Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4607
4608 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4609 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4610 HTMLparser.c: cleanup of global variables, marking some
4611 const or private.
4612
4613Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4614
4615 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4616 fixed xmlXPathNodeSetItem when passing index=0
4617
4618Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4619
4620 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4621
4622Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4623
4624 * xmllint.c: fixed compilation under Cygwin #57503
4625 * TODO: update
4626
46272001-07-13 Peter Williams <peterw@ximian.com>
4628
4629 * config.h.in: add #undef HAVE_DLFCN_H
4630
4631 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4632 builddir.
4633
4634Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4635
4636 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4637 raised by #57348 and #57381
4638
4639Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4640
4641 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4642 tree.c xpointer.c: store the line numbder in element->content,
4643 may break some software, need a configuration mechanism
4644
46452001-07-10 Darin Adler <darin@bentspoon.com>
4646
4647 * .cvsignore:
4648 * example/.cvsignore:
4649 * include/.cvsignore:
4650 * include/libxml/.cvsignore:
4651 Various things that are generated and should be ignored.
4652
4653Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4654
4655 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4656 * doc/xml.html doc/html/*: updated the docs
4657
4658Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4659
4660 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4661 validation occured on content with element child
4662
4663Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4664
4665 * tree.c: fixed XML Base computation which was broken
4666 * debugXML.c: added a base function to the shell
4667 * Makefile.am result/scripts/* test/scripts/*: added scripts
4668 based regression tests, and adding 2 XML Base tests
4669
4670Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4671
4672 * tree.c: set properties doc and call xmlSetListDoc for properties
4673 content when grafting them in a different tree.
4674 * aclocal.m4: remove from CVS
4675
4676Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4677
4678 * win32/libxml2/libxml2.def.src: added some missing entry point
4679 for XPath (Mark Vakoc)
4680
4681Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4682
4683 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4684 layer should URI-Unescape before trying to open resources.
4685
4686Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4687
4688 * xpath.c: fix the name() bug for elements in the default
4689 namespace reported by Charlie Bozeman
4690
4691Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4692
4693 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4694 led to an XPath fix, improvements of SAX initialization, and
4695 an added option --nocdata to testXPath
4696
4697Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4698
4699 * doc/libxml-doc.el: Felix Natter provided anew version working
4700 with XEmacs too
4701
4702Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4703
4704 * include/libxml/xpath.h: small cleanup
4705 * doc/xml.html: update
4706
4707Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4708
4709 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4710 released 2.3.14
4711
4712Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4713
4714 * doc/html/*: rebuilt the docs for the release
4715 * doc/xml.html: added 2.3.14 release.
4716
4717Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4718
4719 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4720 were not equal to empty strings
4721
4722Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4723
4724 * SAX.c: fixed a URI-Reference computation problem when validating
4725 * xmlIO.c: small cleanup
4726
4727Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4728
4729 * parser.c: improved the description of a couple of interfaces
4730 upon Larry Stamper suggestion
4731
4732Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4733
4734 * SAX.c entities.c parser.c: changed completely the way entities
4735 are handled when running the parser in entity substitution mode.
4736 This fixes a bug reported by Stephan Kulow and nearly divides
4737 by 3 the amount of memory required by libxslt to load and process
4738 DocBook TDG.
4739
4740Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4741
4742 * HTMLparser.c: fixing a too early root closing problem raised
4743 byt Prashanth Naidu
4744
4745Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4746
4747 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4748 raised by Mark Vakoc.
4749
4750Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4751
4752 * example/Makefile.am: fixed the include path to add srcdir/include
4753 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4754 and some cleanup
4755
4756Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4757
4758 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4759 lot of optimization work, results in significant improvements
4760 when handling really complex XPath queries. Add a small optimizer
4761 for unions, improve [n] and [last()], avoid some costly ops.
4762
4763Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4764
4765 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4766 * xpath.c: small cleanup
4767 * xmlGetNsList: reformated, fixed problems if used on Entities
4768
4769Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4770
4771 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4772
4773Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4774
4775 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4776 * Makefile.am example/Makefile.am: workaround automake generating
4777 erroneous deps
4778
4779Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4780
4781 * include/win32config.h: bug #56801 Yon Derek provided a patch
4782 to the windows config file.
4783
4784Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4785
4786 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4787 libxml.h : Yon Derek provided a set of changes to compile from
4788 CVS on Windows/MSC
4789
4790Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4791
4792 * parser.c: fixed UTF8 BOM support in push mode
4793 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4794 added a specific testcase
4795
4796Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4797
4798 * Makefile.am: added --push regression tests
4799 * parserInternals.c: the XML parser segfaulted in --push mode
4800
4801Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4802
4803 * configure.in: moved the symlinks detection within a CVS
4804 check, this is not portable and will be removed soon.
4805 * xpath.c: small cleanup/speedup
4806
4807Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4808
4809 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4810 release of 2.3.12
4811 * parser.c: make an error message if unknow entities in all cases
4812
4813Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4814
4815 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4816
4817Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4818
4819 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4820 includes were installed in the wrong dir
4821
4822Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4823
4824 * doc/html.xml: warn against sending code to exhibit bugs.
4825
4826Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4827
4828 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4829 Tru64 from Thomas Leitner
4830
4831Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4832
4833 * AUTHORS: added William and Bjorn
4834 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4835 daniel@veillard.com hopefully I won't have to do this again
4836 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4837 docs can be rebuilt cleanly now
4838 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4839 from CVs it's generated, added include/libxml/xmlwin32version.h
4840 also generated but which should change far less frequently.
4841 * catalog.c nanoftp.c: made sure to include libxml.h not
4842 libxml/xmlversion.h directly
4843 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4844 when compiling on WIN32 and MSC
4845
4846Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4847
4848 * include/Makefile.am include/libxml/Makefile.am configure.in:
4849 fixed make distcheck and rebuilding the rpms
4850
4851Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4852
4853 * configure.in: should finish the migration of exported includes
4854 into a real include/libxml in CVS, at least for CVS users.
4855 * removed the exported headers, added in include/libxml (as well
4856 as xmlversion.h.in).
4857
4858Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4859
4860 * configure.in: fixed the way to detect symlink
4861
4862Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4863
4864 * configure.in: updated, include/libxml is now a real CVS dir
4865
4866Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4867
4868 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4869 version works with both libxml1 and libxml2 (it autodetects
4870 the prefix of the html-files) from Felix Natter.
4871 * doc/xml.html: updated doc accordingly
4872
4873Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4874
4875 * xpath.c: fixed the bug generating a template loop in libxslt
4876 when using docbook-xsl-1.4, * should filter out document nodes
4877 * HACKING: added William
4878 * TODO: updated
4879
4880Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4881
4882 * doc/FAQ.html: added a warning about gcc-3.0
4883 * doc/xml.html: added reference to gdome2 and removed a confusing
4884 sentence
4885
4886Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4887
4888 * xmlversion.h: okay this is a generated file, but Windows
4889 users need it and they can't generate it, and I want CVS
4890 Windows users ...
4891 * win32/libxml2/libxml2_so.dsp: Windows project file for
4892 the shared lib version of libxml2
4893 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4894 resources needed for libxslt/xsltproc by Yon Derek
4895
4896Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4897
4898 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4899
4900Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4901
4902 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4903
4904Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4905
4906 * include/win32config.h: Yon Derek provided a first fix
4907 to be able to compile libxslt/xsltproc on Windows
4908
4909Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4910
4911 * xpath.c: attempt to work around what seemed a gcc optimizer
4912 bug when handling floats on i386 http://veillard.com/gcc.bug
4913 * tree.c entities.c encoding.c: doing some cleanups while
4914 chasing it
4915
4916Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4917
4918 * Makefile.am: cleanup when --without-debug is specified
4919 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4920 w.r.t. --without-debug and other include points
4921 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4922 Catalogs
4923 * configure.in entities.h tree.h HTMLparser.c: removed
4924 --without-corba, made the _private field mandatory
4925
4926Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4927
4928 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4929 outputs a BOM in UTF8, an errata has been issued to avoid the
4930 problem, that was the most reasonable solution... Add support
4931 for a leading UTF8 BOM in entities.
4932
4933Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4934
4935 * valid.c: fixed a bug found when post validating an entity ref
4936 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4937 activate it too
4938
4939Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4940
4941 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4942 weakness in the node copy the XPointer and the XInclude
4943 implementations. Serious cleanup.
4944
4945Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4946
4947 * Makefile.am: Kjartan Maraas provided a small patch to
4948 add xml2-config.in to EXTRA_DIST
4949
4950Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4953 provided another failing case found in KDE, the way the
4954 ctxt->vctxt.nodeTab was allocated and freed changed over
4955 time but it wasn't completely cleaned up. This should fix it.
4956
4957Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4958
4959 * parser.c: Stephan Kulow also raised the fact that line number
4960 could get miscounted making debug harder, fixed the problem
4961 in xmlParseCharData()
4962
4963Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4964
4965 * valid.c: Stephan Kulow pointed out a problem when validating
4966 and using an empty entity, forgot a 'break' in a case.
4967
4968Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4969
4970 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4971 * doc/xml.html: updated with 2.3.11
4972
4973Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4974
4975 * TODO: updated adding cleanup of generated doc
4976 * configure.in: prepared to release 2.3.11
4977 * xmllint.c: added --version for bug reporting
4978 * doc/html/*.html: rebuilt the doc
4979
4980Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4981
4982 * xpath.c: first part of the work on selecting namespace to
4983 fix bug #56115
4984
4985Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4986
4987 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4988 when using -liconv
4989 * TODO: updated
4990
4991Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4992
4993 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4994 cleanup, encoding support.
4995
4996Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4997
4998 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4999
5000Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5001
5002 * xpath.c: bug detected by Ankh when / is used as a function arg
5003
5004Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5005
5006 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5007 of element and use it to avoid outputting formatting spaces at
5008 the wrong place. Implemented the format parameter for HTML save.
5009 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5010 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5011 result/HTML/wired.html: of course this impact the result of a
5012 number of HTML tests
5013
5014Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5015
5016 * HTMLtree.[ch]: started augmenting the HTML save API with
5017 encoding and formatting parameters
5018
5019Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5020
5021 * HTMLtree.h: cleanup and started evaluating the work needed on
5022 revamping the HTML output code
5023
5024Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5025
5026 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5027
5028Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5029
5030 * valid.c: fixed bug #56049, forgot one check in the
5031 validation routine
5032
5033Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5034
5035 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5036
5037Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * libxml.h: fixed an error in last commit
5040 * doc/FAQ.html: added an entry for compilation from CVS
5041
5042Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5043
5044 * xmlversion.h.in libxml.h: Cygwin patches
5045 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5046 * tree.h: cleanup
5047
5048Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5049
5050 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5051 memory block in a strange case where libxml is linked twice
5052 in the binary.
5053
5054Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5055
5056 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5057 state far too often, simple fix used to avoid it.
5058
5059Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5060
5061 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5062 being processed, applied his patch
5063 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5064
5065Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5068 provided fixes to compile on MSCC again
5069 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5070 also provided an update for the project files.
5071
5072Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5073
5074 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5075 bug #55810
5076
5077Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5078
5079 * tree.c: fixed xmlGetNsProp() to close bug #55683
5080 Note this requires libxslt to use it's own function instead.
5081
5082Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5083
5084 * HTMLtree.c: when in a pre element no formatting space should
5085 be added.
5086 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5087
5088Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090 * configure.in: added tests for signal() and signal.h
5091
5092Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5095
5096Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * doc/libxml-doc.el: Felix Natter provided a new version for
5099 libxml2
5100
5101Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5102
5103 * HTMLtree.c: when in a pre element no formatting space should
5104 be added.
5105
5106Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5107
5108 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5109
5110Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5111
5112 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5113 hack
5114 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5115 * uri.c: fixed a warning
5116
5117Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119 * HTMLtree.c: trying to close bug #55772 escaping in script
5120 elements
5121 * doc/xml.html: suggest to send mail to the list
5122
5123Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5124
5125 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5126 good. Use a macro and based on the solution provided in
5127 vsnprintf manual page from GNU.
5128
5129Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5130
5131 * error.c: Workaround for non-preserving variadic list.
5132 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5133
5134Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5135
5136 * doc/xml.html: added 2.3.10 release
5137
5138Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140 * configure.in: releasing 2.3.10
5141
5142Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5143
5144 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5145
5146Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5147
5148 * encoding.c: Robert Collins provided a patch to add the
5149 "US-ASCII" encoding alias
5150
5151Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5152
5153 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5154 string oriented functions and started cleaning the related areas
5155 in xpath.c which needed fixing in this respect
5156
5157Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5160 #55380
5161 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5162
5163Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5164
5165 * TODO: updated
5166 * nanohttp.[ch] : started adding APIs to get the redirected URL
5167 when this occurs (needed for further base computation
5168 * tree.h: cleanup
5169 * encoding.c: cleanup
5170 * SAX.c: minor change around ctxt->loadsubset
5171
5172Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5173
5174 * Makefile.am include/Makefile.am: small change to have
5175 include/libxml rebuilt if working from CVS.
5176 * uri.c: applied another patch from Carl Douglas for URI escaping,
5177 this should close bug #51876
5178
5179Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5180
5181 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5182 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5183 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5184 added specific regression test
5185 * parser.h: preparing for the XSLT mode where DTD inherited
5186 attributes are added to the tree.
5187
5188Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5189
5190 * xinclude.[ch]: Updated the namespace for the Last Call version
5191 * result/XInclude/include test/XInclude/include: updated the
5192 testsuite accordingly
5193
5194Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5197 related to bug #51876
5198
5199Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5200
5201 * tree.c: fixed a gross mistake in base computation, xml:base is
5202 not completely correct yet (need cascade).
5203 * xpath.[ch]: added the few things needed to find a function name
5204 and URI from the XPath context when it is called.
5205
5206Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5207
5208 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5209 * DOCBparser.c: small cleanup
5210 * xmllint.c: added a --catalogs option to load catalogs from
5211 $SGML_CATALOG_FILES
5212 * tree.c: cleanup
5213 * configure.in: iconv library fixup, ICONV_LIBS
5214
5215Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5216
5217 * catalog.c: handling of CATALOG entries. detection of recursion,
5218 and a few bugfixes
5219 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5220 against the default namespace
5221
5222Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5223
5224 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5225
5226Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5227
5228 * parser.c: fixed propagation context info when parsing an
5229 external entity.
5230 * doc/html/*.html: regenerated a couple of docs
5231
5232Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5233
5234 * doc/xml.html: update with 2.3.9 informations
5235
5236Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5237
5238 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5239 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5240 * doc/html/* : rebuilt the docs
5241 * valid.c: small patch which may improve some case when
5242 validating.
5243
5244Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5245
5246 * HTMLparser.c: Closed bug #54891
5247 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5248 to the suite
5249
5250Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5251
5252 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5253 applied a documentation patch from LotR and filled in a few missing
5254 descriptions
5255
5256Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5257
5258 * xpath.c tree.c parser.c: speed optimizations at the parser level
5259 document tree freeing and xpath evaluation
5260
5261Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5262
5263 * parser.c parser.h parserInternals.h: fixed a couple of
5264 interfaces for handling memory buffer input to const char *
5265 upon suggestion of JamesH.
5266
5267Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5268
5269 * configure.in: LoTR sent a patch fixing the previous commit
5270
5271Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * configure.in: trying to deal again with the stoopid -R linking
5274 flag of Solaris
5275
5276Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5277
5278 * xpath.h: two nodeset access macros from Thomas Broyer
5279
5280Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5283 patch from Thomas Broyer
5284
5285Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5286
5287 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5288 case
5289 * INSTALL: was empty added stuff from the FAQ
5290
5291Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5292
5293 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5294 attributes handling and #54433 by adding xmlUnsetProp()
5295 and xmlUnsetNsProp()
5296
5297Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5298
5299 * HTMLparser.c: Patch from Jonas Borgström
5300 (htmlGetEndPriority): New function, returns
5301 the priority of a certain element.
5302 (htmlAutoCloseOnClose): Only close inline elements if they
5303 all have lower or equal priority.
5304 * result/HTML: this of course changed a number of tests results.
5305
5306Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5307
5308 * xmlIO.c catalog.c: plugged in the default catalog resolution
5309 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5310 documentations
5311 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5312
5313Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5314
5315 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5316 integrating catalogs
5317 * catalog.[ch] testCatalog.c: adding a small catalo API
5318 (only SGML catalog support).
5319 * parser.c: restaured xmlKeepBlanksDefault(0) API
5320
5321Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5322
5323 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5324
5325Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5326
5327 * parser.c: added xmlParseExternalEntityPrivate() to allow
5328 propagation of ctxt->_private when parsing external entities
5329
5330Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5331
5332 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5333
5334Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5335
5336 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5337
5338Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5339
5340 * valid.c: warn when indeterminist content model is detected
5341 * result/VC/ElementValid8: this adds a message
5342 * Makefile.am: add --novalid for VCM tests
5343 * parserInternals.c: added a call to Init memory
5344
5345Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5346
5347 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5348 when both parameters are NULL.
5349
5350Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5351
5352 * valid.c: applied small patch from Gary Pennington, reindented
5353 some part of the code.
5354
5355Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5356
5357 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5358 release, updated and regenerated the docs
5359
5360Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5361
5362 * xpath.c result/XPath/expr/floats : clarified and cleanup
5363 printing of abnormal floats in tests.
5364
5365Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5366
5367 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5368 * results/HTML/ : a few changes in the output of the HTML tests as
5369 a result.
5370 * configure.in: tying to fix -liconv where needed
5371
5372Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5373
5374 * Makefile.am: fixed a stupid error
5375
5376Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5377
5378 * configure.in Makefile.am: make the inclusion of the trio
5379 modules in the library conditional
5380
5381Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5382
5383 * DOCBparser.c: patche from László Kovács, fixed entities refs
5384 in attributes handling
5385
5386Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5387
5388 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5389 flushing
5390
5391Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5392
5393 * xpath.c: fix of an XSLT namespace bug reported on the list
5394 general/bug-8-
5395
5396Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5397
5398 * strio.h trio.c: Dan McNichol suggested a couple of small
5399 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5400
5401Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5402
5403 * tree.c parser.c encoding.c: spent a bit more time looking
5404 at the parsing speed and DOM handling. Added a few more
5405 speedups.
5406
5407Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * parser.c: small but effective parsing speed improvement
5410
5411Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5412
5413 * configure.in: default on the DocBook parser inclusion (for Gnome)
5414 * DOCBparser.h: fixed a header reference
5415
5416Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5417
5418 * configure.in xpath.c: applied Bjorn patches for FPE on the
5419 alpha
5420
5421Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5424 xmlSaveFormatFileTo()
5425
5426Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * xpath.c: simple and efficient optimization, XPath functions
5429 aways bind to the same code, cache this
5430 * TODO: updated (by saying some is obsolete)
5431
5432Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5433
5434 * xpath.c: more cleanup work on XPath name parsing routines
5435
5436Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5437
5438 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5439 xmlXPathParseName
5440 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5441 * debugXML.c: avoid compilation problems if compiling without
5442 HTML support, Igor Zlatkovic
5443 * win32/libxml2/libxml2.def.src: being able to compile without
5444 XPath on Windows
5445
5446Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5447
5448 * libxml.m4: yet another patch from Toshio Kuratomi
5449
5450Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5453
5454Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * tree.[ch]: added xmlSaveFormatFile interface for saving
5457 and indenting a file.
5458
5459Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * xpath.c: fixed bug #53689 related to processing-instruction()
5462
5463Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5464
5465 * DOCBparser.c: patche from László Kovács
5466
5467Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * parser.c: applied fixes from Christian Glahn bug report #53391
5470
5471Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5472
5473 * error.c: Jean François Lecomte provided a complete description
5474 and a fix to bug #53537
5475
5476Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5479
5480Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5481
5482 * DOCBparser.c SAX.c: a bit more work on entities processing.
5483 Still Need to cleanup XML output and references in attributes
5484
5485Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5486
5487 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5488
5489Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5490
5491 * tree.c: trying to fix #53574, not completely complete,
5492 I would like xmllint --copy --debug test/ent1 and
5493 xmllint --debug test/ent1 to show the same result.
5494 * xpath.c: fix a bug when trying to sort namespace nodes
5495
5496Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5497
5498 * HTMLtree.c: real fix for #53402
5499
5500Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5501
5502 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5503 PIs when using xsl:output
5504 * valid.c: closing #53537 some case generate segfaults if there
5505 is validity errors
5506
5507Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5508
5509 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5510 of external parsed entities, added --noent to testDocbook
5511 * valid.c: Garry Pennington found an uninitialized variable
5512 access in xmlValidateElementContent()
5513
5514Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5515
5516 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5517 with madness
5518 * result/HTML/ : this modified the result of the regression tests
5519 a lot.
5520
5521Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5522
5523 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5524 to doc where it wasn't checked against NULL reported by
5525 Jens Laas
5526
5527Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5528
5529 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5530 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5531
5532Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5533
5534 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5535 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5536 * SAX.[ch]: cleanup and updates for DocBook
5537 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5538 ex SGML identifier changes
5539 * valid.c: removed a static unused function.
5540
5541Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * HTMLtree.c: applied change for Paul Sponagl on script saving
5544 * Makefile.am: the warning about entity title.xml are normal.
5545
5546Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5547
5548 * configure.in: release of 2.3.7
5549 * Makefile.am: fixing make distcheck
5550
5551Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5552
5553 * doc/html/* doc/xml.html: updated and regenerated the docs
5554
5555Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5558
5559Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * tree.c: fixed #53388 with the provided patch
5562
5563Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5564
5565 * valid.c: Bjorn detected an invalid memory access. Fixed
5566 vstateVPush()
5567
5568Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5569
5570 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5571
5572Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5573
5574 * libxml.h: new header used only for the compilation of libxml
5575 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5576 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5577 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5578 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5579 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5580 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5581 baseline (version 1.2 plus a single patch).
5582 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5583 scientific notation for numbers. Tests added.
5584 * xpath.c: formatting of numbers changed to use sprintf
5585 (contribution from William Brack)
5586
5587Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5588
5589 * valid.c: cleanup, more useful debugging
5590 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5591 * xmlIO.c: entity loading is printed as an error when validating
5592
5593Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * valid.c: fixed to validate within entities
5596 * test/VCM/v22.xml: added a specific testcase
5597
5598Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5599
5600 * valid.c: forgot an epsilon transition in for ()+
5601 * test/VCM/v21.xml : added a specific test case
5602
5603Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5604
5605 * valid.c: removed a state explosion exhibited by RSS
5606 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5607 from bug #51872
5608
5609Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5610
5611 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5612 validation without using an ugly NFA -> DFA algo in the source.
5613 Made a specific algorithm easier to maintain, using a single
5614 stack and without recursion.
5615 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5616 * hash.c: made the growing routine static
5617 * tree.h parser.c: added the parent information to an
5618 xmlElementContent node.
5619
5620Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5621
5622 * SAX.c parser.c xpath.c: generating IDs when not validating
5623 from an external parsed entity was poisoning the ID has table
5624 with removed values. This was killing XSLT on the KDE help
5625 browser.
5626
5627Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5628
5629 * entities.h: andrew@ugh.net.au detected a double declaration
5630
5631Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5632
5633 * debugXML.c hash.c tree.h valid.c : some changes related to
5634 the validation suport to improve speed with DocBook
5635 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5636 the way validation errors get reported
5637
5638Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5641 by P C Chow and William M. Brack for XSLT HTML output
5642
5643Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5644
5645 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5646 Igor Zlatkovic patches for MSC compilation and added his
5647 updates
5648
5649Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5650
5651 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5652 prefix lookup.
5653 * parserInternals.c: fixed the bug reported by Morus Walter
5654 due to an off by one typo in xmlStringCurrentChar()
5655
5656Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5657
5658 * HTMLparser.c result/HTML/*: revamped the way the HTML
5659 parser handles end of tags or end of input
5660
5661Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5662
5663 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5664
5665Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5666
5667 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5668 bug where the linktime verions of free() won't work ...
5669
5670Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5671
5672 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5673
5674Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5675
5676 * doc/xml.html: added 2.3.6 release
5677
5678Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5679
5680 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5681 * result/wml.xml: resulted in a small output change
5682
5683Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5684
5685 * tree.c: xmlNewDoc was missing the charset initialization
5686 * xmllint.c: added --auto to autogenerate a doc, allow to
5687 reproduce the problem fixed on xmlNewDoc
5688
5689Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * xpath.c: trying to get 52979 solved
5692 * tree.c result/ result/noent/: trying to get 52712 solved, this
5693 also made me clean up the fact that XML output in general should
5694 not add formating blanks by default, this changed the output of
5695 a few tests
5696
5697Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5698
5699 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5700
5701Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * configure.in: finally released 2.3.6
5704
5705Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5706
5707 * xpath.c: checking for null pointer generated by new code
5708
5709Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5710
5711 * xpath.c: fixed a [] evaluation problem reported
5712 * test/XPath/tests/simpleaddr: extended test
5713 * result/XPath/simpleaddr: updated result
5714
5715Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5716
5717 * xmllint.c: Dan Timis reported a portability problem
5718 on Macs without mmap, fixed it.
5719
5720Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * testXPath.c : added a --tree option allowing to display the
5723 tree dump of the XPath expression
5724
5725Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * xpath.c: fixed a memleak when comparing nodesets
5728 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5729 * tree.c: added a TODO
5730
5731Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5732
5733 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5734 we need string functions
5735 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5736 to be able to use them where needed. Applied some changes
5737 to reduce name linking pollution and compile in only what's
5738 needed.
5739 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5740 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5741 for the string manipulation functions
5742 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5743 to the free() function of xmlmemory.c
5744 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5745 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5746 usage.
5747
5748
5749Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5750
5751 * error.c: applied the context output patch of the error
5752 handling submitted by Chuck Griffith
5753 * error/VC/*: this slightly change some error logs
5754
5755Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * parser.c: fixed line number reporting on error
5758
5759Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5760
5761 * parser.c: Sullivan and Darin found a parser bug,
5762 applied the patch.
5763
5764Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5765
5766 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5767 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5768 xmlversion.h.in xpointer.c: of course the way I defined
5769 UNUSED breaks on old gcc version. Try to be smart and
5770 also define it directly in xmlversion.h
5771 * configure.in: removed -ansi flag from the pedantic set
5772
5773Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774 Huge cleanup, I switched to compile with
5775 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5776 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5777 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5778 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5779 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5780 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5781 encoding.h entities.c error.c list.[ch] nanoftp.c
5782 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5783 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5784 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5785 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5786 Cleanup, staticfied a number of non-exported functions,
5787 detected and cleaned up a dozen of problem found this way,
5788 avoided a lot of public function name/typedef/system names clashes
5789 * doc/xml.html: updated
5790 * configure.in: switched private flags to the really pedantic ones.
5791
5792Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * configure.in: 2.3.5
5795 * doc/html/*: rebuilt the docs
5796
5797Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5798
5799 * parser.c: fixed a reported bug in NOTATION parsing
5800 * uri.c: accepted but not fixed bug 51876, added TODO
5801 * Makefile.am: fixed bug 51876
5802
5803Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5804
5805 * config.h.in configure.in error.c: fix a compilation problem
5806 on platforms without vsnprintf (xml@thewrittenword.com)
5807
5808Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5809
5810 * parser.c: fixed a function name header typo
5811 * SAX.c: notations can also occur in external subset.
5812
5813Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5814
5815 * error.c: removed a C++ like comment
5816
5817Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5818
5819 * parser.c: fixing bug 52299 strange condition leading
5820 to a parser crash due to a buffer overflow
5821 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5822 added the specific test case
5823
5824Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5825
5826 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5827 xmlXPathConvert{String,Number,Boolean} to be able to make
5828 type casts without a context stack, fixed some implementation
5829 problems related to the absence of context at parse-time,
5830 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5831 in the public API too
5832 * xpointer.c xpathInternals.h: we need to know at parse time
5833 whether we are compiling an XPointer
5834
5835Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5836
5837 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5838 cleaned up the parser internals, refactored XPath code, added
5839 new compilation based APIs and cleanly separated public and
5840 private APIs.
5841
5842Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * xpath.h: the comp field must be added at the end to avoid
5845 killing binary compat.
5846
5847Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5848
5849 * Makefile.am: detect XPath memleaks in regreson tests
5850 * error.c: fixed and error w.r.t. error reporting still using
5851 stderr
5852 * hash.c: added new line at end of file
5853 * tree.h: minor cleanup
5854 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5855 expression parsing from evaluation, resulted in a number of
5856 changes internally, and in XPointer. Likely to break stuff
5857 using xpathInternals.h but should remain binary compatible,
5858 new interfaces will be added.
5859
5860Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5861
5862 * configure.in: fixed a couple of problems reported by
5863 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5864 without gcc on non linux platforms.
5865
5866Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5869 a fix for --with-html-dir= configure support. I hope it won't
5870 break rpm generation
5871
5872Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5873
5874 * xmlIO.c: one function comment cleanup.
5875
5876Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * SAX.c: external subset notations were improperly registered
5879 in the internal subset.
5880
5881Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5882
5883 * README.cvs-commits: added, pointing to HACKING
5884 * HACKING: updated
5885
5886Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5887
5888 * parser.c: and Matt Sergeant found one in the XML push
5889 parser (erroneous check I forgot to remove when I fixed the
5890 main parser).
5891
5892Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5893
5894 * xpath.c: ptittom found a small bug in UnaryExpr
5895
5896Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * configure.in: bumped to 2.3.4
5899 * error.c: fixed bug #51860
5900 * tree.c: fixed bug #51861
5901 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5902 * tree.[ch] : added xmlDefaultBufferSize
5903 * nanoftp.c: typo in function name header block
5904 * doc/xml.html : updated, added link to XML::LibXSLT
5905 * doc/html/* : rebuilt the docs
5906
5907Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * parser.c SAX.c: the new content parsing code raised an
5910 ugly bug in the characters() SAX callback. Found it
5911 just because of strangeness in XSLT XML Rec ouptut :-(
5912
5913Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5914
5915 * Makefile.am: Martin Baulig suggested to add -lm
5916 * tree.c: found another bug in xmlNodeGetContent()
5917
5918Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * xpath.c: Bjorn found the error related to strictness of comparison.
5921
5922Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5923
5924 * parser.c: trying to fix the Dtd parsing problem reported
5925 by Gary, side effect of last week speed optimizations.
5926
5927Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5928
5929 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5930 * parserInternals.c: removed unneeded test raised by Stric
5931
5932Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5933
5934 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5935 and fixed by William Brack). Added xmlXPathFormatNumber.
5936 Changed the sorting slightly.
5937 * configure.in Makefile.am example/Makefile.am: Added -lm.
5938 Please note that applications linking with libxml2, must
5939 also like with the math library from now on.
5940
5941Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5942
5943 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5944
5945Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * parser.c: one must report spaces even if the Dtd element
5948 content proves that this is not part of the element content.
5949 * result/valid/*.xml: this changed the ouptu slightly
5950
5951Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5952
5953 * configure.in: bumped to 2.3.3
5954 * doc/xml.html: updated
5955
5956Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5957
5958 * tree.c: minor doc fix
5959 * xpath.c: deallocation issues when a result tree has been
5960 converted to a node-set
5961
5962Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5963
5964 * doc/xml.html: oops corrected dates s/2000/2001
5965
5966Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5967
5968 * valid.c: new patch from Gary Pennington
5969
5970Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5971
5972 * doc/xml.html: applied patch from Ankh
5973
5974Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * xinclude.c: fixed a problem building on Mac
5977
5978Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5979
5980 * parser.c: more work on increasing parsing ferformances
5981
5982Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5985 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5986 avoiding memcpy in production builds MEM_CLEANUP macro use
5987 * parser.[ch] parserInternals.c: optimizations of the tightest
5988 internal loops inside the parser. Better checking of I/O
5989 flushing/loading conditions
5990 * xmllint.c : added --timing
5991
5992Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5993
5994 * configure.in: bumped to 2.3.2
5995 * doc/xml.html: updated for release
5996
5997Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * xpath.c: found a memleak and fixed a nasty bug
6000
6001Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6002
6003 * xmllint.[c1] : added return code errors for xmllint
6004 * xpath.c: specific debug dump function for result value trees
6005
6006Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6007
6008 * xpath.c: finally implemented xmlXPathCompareNodeSets
6009 * test/XPath/expr/floats results/XPath/expr/floats: added
6010 a test for float expressions
6011
6012Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6013
6014 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6015 * parserInternals.[ch]: trying to speed up parsing
6016 * xpath.c : speeded up node set equality op
6017
6018Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6019
6020 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6021 better handling of ID/IDREF and the list modules associated
6022 * configure.in: small CFLAGS cleanup
6023
6024Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6025
6026 * configure.in: fixed iconv detection on AIX (stric)
6027
6028Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6029
6030 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6031
6032Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6033
6034 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6035 and optimized xmlXPathNodeSetSort
6036
6037Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6038
6039 * xpath.c: bug fix when context size is 0
6040 * parser.c: I like Norm's Dtd because they still manage to break
6041 the parser occasionally
6042
6043Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6046
6047Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6048
6049 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6050 attributes within the XML-1.0 namespace
6051
6052Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6053
6054 * xpathInternals.h: exported a few axis functions
6055 * doc/xml.html: updated the doc
6056
6057Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6058
6059 * configure.in: applied patch from Daniel van Balen for OpenBSD
6060 and bumped version to 2.3.1
6061 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6062 attempt to find autoclosing was simply broken, removed it,
6063 updated the examples, this is better
6064
6065Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6066
6067 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6068 hash functionnalities.
6069 * doc/html/* : rebuild the doc
6070
6071Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6072
6073 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6074 on predicate
6075 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6076 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6077 really want to have tags closed on output even if we accept
6078 unclosed ones on input
6079
6080Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * xpath.c: ouch don't free NULL, rare case fixed
6083 * tree.c: don't coalesce text nodes if they don't have the
6084 same behaviour wrt escaping on output
6085
6086Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6087
6088 * xpath.c: small fixup
6089 * SAX.c: don't warn on empty namespaces.
6090
6091Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6092
6093 * README: a bit of cleanup
6094 * configure.in: preparing for 2.3.0 release
6095
6096Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * hash.[ch]: added a first version of xmlHashSize()
6099 * valid.c: another bug fix from Gary Pennington
6100
6101Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6102
6103 * valid.c: couple of bug fixes pointed by Gary Pennington
6104 * HTMLtree.c: #if 0 cleanup
6105
6106Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6107
6108 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6109 which removes a time consuming check of xmlXPathNodeSetAdd()
6110 and use it in places where we are sure to not break unicity
6111
6112Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6113
6114 * xpath.c: bug fixes found from XSLT
6115 * tree.c: preserve node->name special values when copying nodes.
6116 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6117 external subset are fetched when available but without full
6118 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6119 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6120 output with encoding disabled.
6121
6122Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6123
6124 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6125 xmlCheckFilename should not be called from xmlFileOpenW
6126 and xmlGzfileOpenW
6127
6128Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6129
6130 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6131 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6132 added the new tests for URI normalization
6133 * testURI.c: fixed stoopid bugs
6134 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6135 the URI in the error messages are now properly normalized
6136
6137Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6138
6139 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6140
6141Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6144
6145Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * xpath.c: fixed mod operator
6148
6149Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * parser.c: fixed xmlStrcat doc
6152 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6153 trees.
6154
6155Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6156
6157 * xpath.c result/XPath/tests/chaptersbase
6158 result/XPath/tests/simplebase: fixed XPath node()
6159 * tree.c: small fix in xmlNewNs()
6160 * Makefile.am: removed extraneous xml2Conf.sh rule
6161
6162Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6163
6164 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6165 Changed the library name, in order to get libxml-devel and
6166 libxml2-devel to coexist on a single system
6167 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6168 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6169
6170Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6171
6172 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6173 libxml2-devel installable in // as libxml-devel.
6174
6175Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6176
6177 * doc/Makefile.am: fixed make rebuild in doc
6178 * doc/html/*.html: rebuilt the docs
6179
6180Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6183
6184Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6185
6186 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6187 the HTML doc to go into the -devel RPM ...
6188 * aclocal.m4 config.h.in: some updates due to auto* magic
6189
6190Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6191
6192 * xpath.h: added a hook in the context structure allowing to
6193 link to extra support, needed for XSLT
6194
6195Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6196
6197 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6198 xmlXPtrCmpPoints to use it.
6199 * propagated the following patch from Alejandro Forero
6200 * include/win32config.h xmlIO.c: applied further suggestions
6201 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6202 * example/gjobread.c: fixed warnings, now that it builds
6203
6204Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6205
6206 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6207
6208 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6209 filename points to a valid file (not a directory).
6210 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6211 Added calls to xmlCheckFilenameDir.
6212
6213 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6214 `path' (rather than `filename') as the parameter to gzopen and open.
6215
6216Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6217
6218 * Makefile.am: fixed a problem with EXTRA_DIST
6219
6220Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6221
6222 * Makefile.am example/Makefile.am: finally found the trick
6223 to build the example, i.e. add "." in SUBDIRS before example
6224 in the list <grin/>
6225
6226Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6227
6228 * doc/xml.html: updated with an XSLT section, removed pointer to
6229 W3C CVS base.
6230
6231Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6232
6233 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6234 too, and deallocation need to occur the same way.
6235
6236Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6239 type correponding to an XSLT result tree fragment. Share most
6240 of the data format with node set, as well as operators.
6241 * HTMLtree.c: added a newline at the end of the doctype output
6242 whe this one is not present initially.
6243 * tree.c: make sure taht the parent and doc pointers are properly
6244 set when copying attributes (lists).
6245
6246Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6247
6248 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6249
6250Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6251
6252 * xpath.c: seems I finally killed that ugly path evaluation
6253 context bug (tagged 9999 in case is is wrong)
6254
6255Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6258 for XSLT
6259
6260Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6263 for xmlGzfileOpen() bug
6264
6265Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * xpath.c: removed an error found by XSLT usage
6268 * tree.c parserInternals.h: use a predefined static string
6269 for text and comment nodes, avoid freeing them in xmlFreeNode,
6270 exported the string name in parserInternals.h and added
6271 another value to disable encoding at output (for XSLT),
6272 gain memory, time.
6273
6274Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6275
6276 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6277 win32/libxml2/libxml2_so.dsp: new makefiles and update
6278 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6279
6280Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6281
6282 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6283 Gary Pennington
6284
6285Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * xpath.c: fixed the comaprision of values and nodelists,
6288 need to compare nodelist still ...
6289 * debugXML.c: avoided a possible core dump
6290 * HTMLparser.c: cleanup
6291 * nanohttp.c: contributed fix.
6292 * tree.c: fixes in properties handling added xmlSetNsProp
6293 needed by libxslt
6294 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6295 comment
6296 * TODO: updated
6297
6298Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6299
6300 * parser.c parserInternals.c: applied Bjorn Reese optimization
6301 patch
6302
6303Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6304
6305 * Makefile.am: applied patch fro make check from Martin Vidner
6306
6307Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * configure.in: preparing 2.2.11
6310 * doc/html/*: rebuild the HTML files
6311 * doc/xml.html : updated
6312
6313Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6314
6315 * tree.c: fixed a stupid bug
6316 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6317 patches related to validation of an XInclude processing result
6318 * TODO: updated
6319
6320Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6321
6322 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6323 on large files
6324
6325Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6326
6327 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6328
6329Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6330
6331 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6332 reported by Jonas Borgström
6333 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6334
6335Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6336
6337 * testXPath.c xpath.c: fixing the XPath union expressions problem
6338 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6339
6340Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6341
6342 * xmllint.c: Made is so if the file name is "-" is will read form
6343 standard input. Sven Heinicke <sven@zen.org>
6344 * tree.c: fixed a problem when growing buffer
6345 * tree.h: fixed the comment of the node types following andersca
6346 comment
6347 * TODO: updated
6348
6349Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6350
6351 * HTMLparser.[ch]: added a way to avoid adding automatically
6352 omitted tags. htmlHandleOmittedElem() allows to change the
6353 default handling.
6354 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6355 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6356 of xmllint too when using --memory flag, added a memory test
6357 suite at the Makefile level.
6358 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6359 with namespace use when encountering QNames in XPath evalation,
6360 added xmlns() scheme in XPointer.
6361 * nanoftp.c : incorporated a fix
6362 * parser.c xmlIO.c: fixed problems raised with encoding when using
6363 the memory I/O
6364 * parserInternals.c: closed bug 25934 reported by
6365 torsten.landschoff@innominate.de
6366 * TODO: updated
6367
6368Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6369
6370 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6371 on a non-updated tree :-(, made a 2.2.10 release to correct the
6372 situation
6373
6374Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6375
6376 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6377 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6378 integrated a set of OpenVMS changes from Howard Taylor
6379 <Howard.Taylor@pacoast.com>
6380
6381Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6382
6383 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6384 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6385
6386Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6387
6388 * HTMLparser.c: some fixes on auto-open of html/head/body
6389 * encoding.c: fixed a compilation error on some gcc env
6390 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6391 XPointer implementation
6392 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6393 related XPointer tests and associated results
6394
6395Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6396
6397 * doc/xmldtd.html doc/xml.html: following a short step by step
6398 guidance on IRC to help maciej with DTDs I started a small
6399 page on the subject.
6400
6401Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6402
6403 * HTMLparser.c: fixed handling of broken charrefs
6404 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6405 patches
6406
6407Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6408
6409 * doc/xml.html doc/html/* : rebuilt the docs after adding
6410 xinclude and updated page for 2.2.7 and 2.2.8
6411 * configure.in: releasing 2.2.8
6412
6413Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6414
6415 * parser.[ch] parserInternals.c: applied the conditional
6416 section processing fix from Jonathan P Springer
6417 <jonathan.springer2@gte.net>
6418 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6419 project file, fixed iconv default non support
6420 * xpath.c: fixed the problem of evaluating relative expressions
6421 when a node context is provided.
6422
6423Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6424
6425 * nanoftp.c: fixed gcc 2.95 new warnings
6426 * SAX.c: fixed a stupid bug
6427 * tree.c: fixed a formatting problem when round-tripping
6428 from/to memory
6429 * xinclude.c: chased memleak, fixed a base problem
6430 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6431 xmlXPtrBuildNodeList()
6432 * TODO: updated
6433 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6434 adding a first small set of regression tests for XInclude
6435
6436Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6437
6438 * nanohttp.[ch]: applied Wayne Davison patches to access
6439 the WWW-Authorization header.
6440 * parser.c: Closed Bug#30847: Problems when switching encoding
6441 in short files by applying Simon Berg's patch.
6442 * valid.c: fixed a validation problem
6443 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6444 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6445 Wayne Davison
6446 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6447 need to be extended to non full nodes selections.
6448 * xinclude.c: starts to work decently
6449
6450Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6451
6452 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6453 debugXML.c xmlversion.h.in: Started adding XInclude support,
6454 this is a new xmllint option
6455 * tree.c xpath.c: applied TOM patches for XPath
6456 * xpointer.c: fixed a couple of errors.
6457 * uri.c: added an escaping function needed for xinclude
6458 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6459 new warning from RH70 gcc's version
6460
6461Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6462
6463 * HTMLparser.c: fixed loop on invalid char in scripts
6464 * parser.c: update to description of xmlIOParseDTD()
6465 * libxml.m4 xmlversion.h.in: changes contributed by
6466 Michael Schmeing <m.schmeing@internet-factory.de>
6467 * configure.in: preparing for 2.2.7
6468 * Makefile.am: trying to avoid config.h and acconfig.h
6469 being included in the distrib
6470 * configure.in: released 2.2.7
6471
6472Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6473
6474 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6475 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6476
6477Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6478
6479 * parser.[ch]: added xmlIOParseDTD()
6480 * xpointer.c: added support for the 2 extra parameters of
6481 string-range, fixed a stoopid error when '0' was present
6482 in XPointer expressions
6483 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6484 testsuite for the above
6485
6486Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6487
6488 * libxml.spec.in: improved package descriptions
6489
6490Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6491
6492 * xpath.c xpathInternals.h: applied a large cleaning patch
6493 from TOM <ptittom@free.fr>, it also add namespace support
6494 for function and variables registration.
6495
6496Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6497
6498 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6499 * Makefile.mingw: Wayne Davison's update adding hash.c
6500
6501Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6502
6503 * xpath.c: fixed the root evaluation problems
6504 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6505 ignorable spaces with <b> <bold> <em>
6506 * tree.c: fixed a loop in xmlSearchNsByHref()
6507
6508Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6509
6510 * xpath.c: applied another XPath patch from TOM
6511 * xpath.c include/makefile.am: applied another patch from
6512 china@thewrittenword.com (cleanup on IRIX).
6513
6514Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6515
6516 * xml-config.1: received a fixed version from Fredrik Hallenberg
6517 <hallon@lysator.liu.se>
6518
6519Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6520
6521 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6522 cleanup patch for XPath
6523
6524Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6525
6526 * patched to redirrect all "out of context" error messages to
6527 a reconfigurable routine. The changes are:
6528 * xmlerror.h : added the export of an error context type (void *)
6529 an error handler type xmlGenericErrorFunc there is an interface
6530 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6531 to reset the error handling routine and its argument
6532 (by default it's equivalent to respectively fprintf and stderr.
6533 * all the c files: all wild accesses to stderr or stdout within
6534 the library have been replaced to calls to the handler.
6535
6536Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6537
6538 * configure.in: release 2.2.6
6539 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6540 exporting the inner functions of xpath for extension modules
6541 * doc/*: updated and rebuilt the doc
6542
6543Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6544
6545 * nanohttp.c : applied Wayne HTTP cleanup patch
6546 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6547 and xmlNodeSetSpacePreserve()
6548
6549Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * xpath.c: closing bug #29260
6552
6553Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6556 multikey tuples, made hash structure opaque
6557 * valid.[ch]: moved elements, attributes, notations decalarations
6558 as well as ID and refs to hash tables.
6559 * entities.c: hash cleanup
6560 * xmlmemory.c: fixed a dump problem in debug mode
6561 * include/Makefile.am: problem passing in DESTDIR= values patch
6562 from Marc Christensen <marc@calderasystems.com>
6563 * nanohttp.c: removed debugging remains
6564 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6565 * HTMLparser.c parser.c: fixing a number of problems with the
6566 macros in the *parser.c files (Wayne).
6567 * HTMLparser.c: close the previous option when opening a new one
6568 (Marc Sanfacon).
6569 * result/HTML/*: updated the HTML results accordingly
6570
6571Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6572
6573 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6574 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6575 XPath functions and XML entities table to them. More to come...
6576 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6577
6578Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6579
6580 * tree.c: coalesce adjacent text nodes
6581 * valid.c: handling of blank nodes in DTd validation (raised
6582 by problems with a posteriori validation).
6583 * nanohttp.c: changing behaviour on HTTP write stuff.
6584 * HTMLtree.c: forced body and html to be explicitely closed.
6585 * xpath.h: exported more XPath functions.
6586
6587Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6588
6589 * Release of 2.2.5
6590 * xpointer.c: range() range-inside and other helper functions
6591 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6592
6593Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6594
6595 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6596 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6597
6598Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6599
6600 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6601 and XPointer modules
6602
6603Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6604
6605 * SAX.h: closed #25107
6606
6607Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * testSAX.c: fixed problem with cdata reporting
6610 * SAXresult/* : updated
6611
6612Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6613
6614 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6615 Closed bug #27499, added to regression tests
6616 * TODO: updated
6617
6618Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6619
6620 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6621 support for SCRIPT and STYLE with help from Bjorn Reese
6622 * test/HTML/* result/HTML/*: added simple testcase and updated
6623 the existing ones.
6624
6625Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6626
6627 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6628 string-range for empty strings
6629 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6630 test/XPath/xptr/strrange: augmented the XPointer testsuite
6631
6632Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6633
6634 * doc/xml.html doc/xmlmem.html: added a module describing memory
6635 interfaces and use, updated the main page.
6636
6637Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6638
6639 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6640 nanoftp code work on Windows too now
6641
6642Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6643
6644 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6645 * xpointer.c: implemented string-range() at least a good first version
6646 * test/XPath/docs/str test/XPath/xptr/strrange
6647 result/XPath/xptr/strrange: the string-range() tests
6648
6649Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6650
6651 * Makefile.am include/Makefile.am include/win32config.h
6652 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6653 and make distcheck
6654
6655Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6656
6657 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6658 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6659 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6660
6661Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6662
6663 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6664 patch for socklen_t detection by
6665 Albert Chin-A-Young <china@thewrittenword.com>
6666
6667Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6668
6669 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6670 and added a --dtdvalid option to xmllint used to test it
6671
6672Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6673
6674 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6675 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6676
6677Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6680 handlings (registration, lookup, cleanup)
6681
6682Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6683
6684 * configure.in Makefile.am include/makefile.am: adding XPointer
6685 and XPtrtests target
6686 * xpointer.[ch] : new files for XPointer support
6687 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6688 more XPath tests
6689
6690Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6691
6692 * configure.in: fixed, very broken, make distcheck works again
6693
6694Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6695
6696 * More work toward 2.2.5, integrated a number of patches
6697 * configure.in Makefile.am win32config.h.in: trying to cleanup
6698 make distcheck .... huh ...
6699 * include/Makefile.am include/win32config.h: new directory
6700 for includes
6701 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6702 updated teh makefiles and instructions for WIN32
6703 * xpath.c: small fixes
6704 * test/XPath/ results/XPath: updated the testcases and results
6705 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6706 suggested patches
6707 * valid.c: fixed an ID bug
6708
6709Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6710
6711 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006712 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006713 * xpath.[ch]: worked on XPointer
6714
6715Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6716
6717 * configure.in Makefile.am: 2.2.5, ship the include in an
6718 include/libxml subdirectory, use symlinks when using CVS
6719 * testSAX.c: fixed small bug
6720 * testXPath.c: changed the way testfiles are parsed
6721 * debugXML.c: same kind of cleanup when parsing an argument expression
6722 XPath/XPointers can have blanks embedded
6723 * xpath.[ch]: more cleanup, reorgs for XPointer work
6724 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6725 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6726
6727Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6728
6729 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6730 in the XPath engine, rewrote large parts of it, now it's far
6731 cleaner and in sync with the REC not an old WD. Fixed a parsing
6732 problem in the interactive XML shell found when testing XPath.
6733
6734Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6735
6736 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6737 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6738 examples with the extra test
6739
6740Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6741
6742 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6743 the global init function.
6744
6745Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6746
6747 * HTMLparser.c: Doohhh, attribute name parsing was still case
6748 sensitive ! Fixed this ...
6749 * result/HTML/* : updated the tests results accordingly
6750
6751Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6752
6753 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6754 engine, should be far more stable, incorporated a new version of
6755 preceding/following axis, need testing
6756 * uri.c: fixed file:///c:/a/b/c problem
6757 * test/XPath/tests/idsimple: augmented the XPath tests
6758
6759Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6760
6761 * doc/* rebuilding docs for 2.2.4 release
6762
6763Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6764
6765 * configure.in: releasing 2.2.4
6766 * parser.[ch]: added xmlStrEqual()
6767 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6768 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6769 use xmlStrEqual instead
6770 * TODO: updated
6771 * added an XPath test
6772
6773Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6774
6775 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6776 * entities.h: exported xmlInitializePredefinedEntities
6777 * parser.[ch] : added xmlInitParser()
6778 * parserInternals.h : had to export htmlInitAutoClose()
6779
6780Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6781
6782 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6783 problems
6784 * Makefile.am : added XPath regression tests to normal tests
6785 * uri.c: fixed a problem with local paths, cleanup
6786 * parser.c: fixed a problem with large CData sections
6787
6788Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6789
6790 * configure.in xml-config.in: patch from "Ben Taylor"
6791 <sol7x86@hotmail.com> for solaris shared libs lookup
6792
67932000-09-30 Martin Baulig <baulig@suse.de>
6794
6795 * libxml-2.0.pc.in: Provide pkg-config script.
6796
6797 * configure.in: Create the libxml-2.0.pc script from the
6798 libxml-2.0.pc.in templates.
6799 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6800 script in `$(libdir)/pkgconfig'.
6801
6802Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6803
6804 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6805 when compiling with MSC
6806
6807Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * xpath.c: patch for normalize-string() substring-before(),
6810 substring-after() and translate() functions from Bjorn Reese
6811 <breese@mail1.stofanet.dk>
6812 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6813 Fredrik Hallenberg <hallon@lysator.liu.se>
6814 * TODO: updated
6815
6816Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6817
6818 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6819 problem of socklen_t being undefined on a number of platforms
6820 * debugXML.c: fixed a compilation problem when without snprintf
6821
6822Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6823
6824 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6825 an URI bug and a fix for the control-character-induced infinite loop
6826 * nanohttp.c: preventive fix for compiling on WIN32
6827
6828Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6829
6830 * xmlint.c: closing bug #25000
6831
6832Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6835 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6836 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6837 related function, fixing xmlStrncmp(), and associated cleanup
6838 * result/HTML/entities.html.sax: updating result
6839
6840Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6841
6842 * uri.c: applied patch for URI escaping from Wayne Davison
6843 <wayned@blorf.net>
6844 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6845 from Denis Barbier <barbier@imacs.polytechnique.fr>
6846 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6847 patch from Wayne Davison
6848
6849Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6850
6851 * doc/xml.html : updated with new releases, adding "how to help"
6852
6853Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6854
6855 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6856 removed a few warnings in pedantic mode ...
6857 * parserInternals.c parser.c: moved encoding switching function
6858 to parserInternals.c
6859 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6860
6861Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6862
6863 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6864 error or warning handlers
6865
6866Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6867
6868 * parserInternals.c parserInternals.h parser.c Makefile.am:
6869 created a new module parserInternals.c, moved most of the
6870 code shared by the various parsers there, as well as
6871 deprecated code from parser.c. More cleanup of parser.c
6872 * uri.c: fixed a problem when URI is NULL
6873 * valid.c: speedup when looking for an attribute declaration
6874
6875Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6876
6877 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6878 the cleanup of the computation of URI references when seeking
6879 external entities. The URI reference string and the resulting
6880 URI are both stored now.
6881 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6882 large s(n)printf checks and cleanup from Denis Barbier
6883 <barbier@imacs.polytechnique.fr>
6884 * xmlversion.h.in tree.h: couple of SGML declarations for a
6885 possible docbook module.
6886 * result/VC/ : a couple of test output changed due to the change
6887 of the entities URI
6888
6889Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6890
6891 * parser.h: added a _private field for linking user's data
6892
6893Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6894
6895 * parser.c parserInternals.h: demacroified most of the IS_XXX
6896 the gain in size is significant so ...
6897
6898Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6899
6900 * entities.c: cases where looking up entities with doc==NULL
6901 covered
6902
6903Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * uri.c: applied Wayne Davison patch
6906 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6907
6908Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6909
6910 * uri.c testUri.c: applied Wayne Davison patches
6911 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6912 * Makefile.in: added URItest and included thenin "make tests"
6913
6914Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6915
6916 * xmlversion.h.in: closed bug 22941
6917
6918Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6919
6920 * doc/xmlio.html: added doc and example for entity loader
6921 redefinition.
6922
6923Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6924
6925 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6926 used by libxml
6927
6928Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * parser.c: Fixed bug on invalid ontent characters and when using
6931 push.
6932 * xmllint.c: fixed xmllint endling of errors in push mode
6933
6934Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6935
6936 * HTMLparser.c testHTML.c: applied two new patches from
6937 Wayne Davison <wayned@users.sourceforge.net>
6938 * result/HTML/*.sax: regenerated HTML SAX output
6939 * parser.c: more cleanup.
6940
6941Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6942
6943 * HTMLparser.[ch] testHTML.c: applied the second set of
6944 patches from Wayne Davison <wayned@users.sourceforge.net>,
6945 adding htmlEncodeEntities()
6946 * HTMLparser.c: fixed an ignorable white space detection bug
6947 occuring when parsing with SAX only
6948 * result/HTML/*.sax: updated since the output is now HTML
6949 encoded...
6950
6951Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6952
6953 * HTMLparser.[ch]: applied some of Wayne Davison
6954 <wayned@users.sourceforge.net> patches
6955
6956Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6957
6958 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6959 undeclared namespace prefix was used, added a warning.
6960 Cleaned up support w.r.t. entities, spilling out a warning
6961 and being pedantic on lookups.
6962 * test/warning/ent9 : added testcase for previous example.
6963 * TODO: updated
6964 * parserInternals.h parser.c: changed the way names are parsed
6965 now allow infinite size and decrease penalty for normal use
6966 * parser.c: Started a big cleanup/check of the parser code,
6967 fixed some of the most tortuous entity code, spotted code
6968 unused anymore
6969 * test/*: added tests for very long names and related nasty
6970 things.
6971
6972Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6973
6974 * doc/encoding.html: added encoding aliases doc
6975 * doc/xml.html: updates
6976 * encoding.[ch]: added EncodingAliases functions
6977 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6978 bottleneck affecting large DTDs like Docbook
6979 * parser.[ch] xmllint.c: added a pedantic option, will be
6980 useful
6981 * SAX.c: redefinition of entities is reported in pedantic mode
6982 * testHTML.c: uninitialized warning from gcc
6983 * uri.c: fixed a couple of bugs
6984 * TODO: added issue raised by Michael
6985
6986Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6987
6988 * doc/encoding.html: propagated Martin Duerst suggestions
6989
6990Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6991
6992 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6993 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6994 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6995 by Wayne Davison
6996
6997Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6998
6999 * nanoftp.c nanohttp.c: small cleanup
7000 * TODO: updated
7001
7002Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7003
7004 * added an old VC testcase and updated title.xml entity
7005
7006Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7007
7008 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7009 done on auto-opening of <p> tags and cleanup of SAX output
7010
7011Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7012
7013 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7014
7015Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7016
7017 * doc/xml.html libxml.* structure.*: updated the doc a bit
7018
7019Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7020
7021 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7022 of SAX tests
7023
7024Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7025
7026 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7027 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7028
7029Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7030
7031 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7032 * testHTML.c: fix core dump on Solaris 2.x systems
7033 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7034 * result/HTML/*.sax: previous bug fix lead to new results
7035
7036Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7037
7038 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7039 * configure.in: added --with-readline=DIR to accept alternate
7040 path for readline include/library
7041 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7042 for ANSI under HP-UX
7043 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7044 includes @LIBS@
7045
7046Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7047
7048 * doc/* : rebuilt the docs
7049 * getting ready for 2.2.2 release
7050
7051Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7052
7053 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7054 and xmlAddFeature()
7055 * tree.[ch]: added xmlAddChildList()
7056 * xmllint.c: MAP_FAILED macro test
7057 * parser.h: added xmlParseCtxtExternalEntity()
7058 * valid.c: applied bug fixes removed warning
7059 * tree.c: added CDATA block to elements content
7060 * testSAX.c: cleanup of output
7061 * testHTML.c: added SAX testing
7062 * encoding.c: better error recovery
7063 * SAX.c, parser.c: fixed one of the external entity processing
7064 of the OASis testsuite
7065 * Makefile.am: added HTML SAX regression tests
7066 * configure.in: bumped to 2.2.2
7067 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7068 SAX results
7069
7070Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7071
7072 * configure.in: patch for HP compiler
7073
70742000-08-04 Sven Heinicke <sven@zen.org>
7075
7076 * xmllint.c: Was coredumping sometimes when the file given didn't
7077 exist.
7078
7079Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7080
7081 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7082
7083 when using in memory parsing. Need some cleanup.
7084 * xmllint.c configure.in: added a --memory flag to test memory
7085 parsing
7086
7087Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7088
7089 * nanohttp.c: fixed socklen_t replacement to unsigned int
7090 * parser.c: fixed a space handdling missing at the end of
7091 production 28 DOCTYPE.
7092 * xmlmemory.c: fixed a stupid bug on the routine to override
7093 allocation functions
7094 * TODO: updated
7095
7096Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7097
7098 * doc/ regenerated the docs
7099
7100Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7101
7102 * doc/encoding.html doc/xml.html: added I18N doc
7103 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7104 improvements, both parser and filters, added ASCII & HTML,
7105 fixed the ISO-Latin-1 one
7106 * xmllint.c testHTML.c: added/made visible --encode
7107 * debugXML.c : cleanup
7108 * most .c files: applied patches due to warning on Windows and
7109 when using Sun Pro cc compiler
7110 * xpath.c : cleanup memleaks
7111 * nanoftp.c : added a TESTING preprocessor flag for standalong
7112 compile so that people can report bugs more easilly
7113 * nanohttp.c : ditched socklen_t which was a portability mess
7114 and replaced it with unsigned int.
7115 * tree.[ch]: added xmlHasProp()
7116 * TODO: updated
7117 * test/ : added more test for entities, NS, encoding, HTML, wap
7118 * configure.in: preparing for 2.2.0 release
7119
7120Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7121
7122 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007123 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007124
7125Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7126
7127 * doc/xml.html: changed the xmlsoft.org structure, updated the
7128 examples w.r.t. root and childs
7129
7130Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7131
Daniel Veillard784b9352003-02-16 15:50:27 +00007132 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007133
7134Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7135
7136 * HTMLparser.c: Work on character encoding support for the HTML parser
7137 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7138 * encoding.c: Fixed a potential memleak in the encoding stuff
7139
7140Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7141
7142 * doc/FAQ.html doc/Makefile.am : added a FAQ
7143
7144Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7145
7146 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7147 of the HTML parser to force it to not bypass SAX
7148
7149Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7150
7151 * win32config.h.in: updated
7152 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7153 lacks iconv support :-( need to release 2.1.1
7154 * configure.in: release 2.1.1
7155 * HTMLparser: fixed bug #14784
7156 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7157 by Windows compiler
7158 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7159 the SAX startDocument() callback.
7160 * TODO: updated
7161
7162Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7163
7164 * added xmlStopParser()
7165
7166Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7167
7168 * configure.in: 2.1.0 prerelease
7169 * Large resync between W3C and Gnome tree
7170 * nanoftp, nanohttp.c: fixed stalled connections probs
7171 * HTMLtree.c SAX.c : support for attribute without values in
7172 HTML for andersca
7173 * valid.c: Fixed most validation + namespace problems
7174 * HTMLparser.c: start document callback for andersca
7175 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7176 * parser.h, SAX.c: serious speed improvement for large
7177 CDATA blocks
7178 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7179 different encoding
7180 * example/Makefile.am example/gjobread.c tree.h: work on
7181 libxml1 libxml2 convergence.
7182 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7183 and the LIBXML_TEST_VERSION macro
7184
7185Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7186
7187 * doc/xml.html: various patches and improvements typo fixed by
7188 Felix Natter
7189 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7190 from Felix Natter <fnatter@gmx.net>
7191
7192Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * doc/upgrade.html: updated with instructions for support of both
7195 libxml-1.x and libxml-2.x
7196 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7197 for 2.x support and also fixed includes
7198
7199
7200Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7201
7202 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7203 the encoding support, added iconv support, so now libxml if
7204 compiled with iconv automatically support japanese encodings
7205 among others. Work based on initial patch from Yuan-Chen Cheng
7206 I may have broken binary compat in the encoding handler
7207 registration scheme, but that was so utterly broken I don't
7208 expect anybody to have used this feature until now.
7209 * parserInternals.h: fixup on the CHAR range macro
7210 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7211 code.
7212 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7213 * uri.c: added xmlParseURI() I can't believe I forgot to
7214 implement this one in 2.0 !!!
7215 * SAX.c: moved doc->encoding update in the endDocument() call.
7216 * TODO: updated.
7217
7218Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7219
7220 * tree.h: removed extraneous xmlRemoveProp definition
7221 * TODO: added item about --disable-corba configure switch
7222 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7223 * nanoftp.c: fixed include problems giving troubles on AIX and
7224 slowlaris
7225 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7226 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7227 comment and headers changes to lower gtk-doc number of warnings
7228 * doc/html/*: rebuilt docs
7229
7230Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7231
7232 * HACKING: documented the tag for 1.x and instructions
7233
7234Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7235
7236 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7237 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7238 xmlCreateIOParserCtxt
7239 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7240 significant overall improvement
7241 * xmllint.c: added I/O test to xmllint
7242 * testSAX.c: added a speed test
7243 * doc/* : updated/regenerated
7244
7245Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7246
7247 * xpath.c uri.h parserInternals.h: cosmetic changes from
7248 "Timur I. Bakeyev" <timur@bat.ru>, including making
7249 xmlCreateURI() public
7250
7251Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7252
7253 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7254 and the code at the same time. Added a clean mechanism for
7255 overload or added input methods: xmlRegisterInputCallbacks()
7256 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7257 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7258 * TODO: updated
7259 * doc/* : updated/regenerated
7260 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7261 source dir
7262
7263Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7264
7265 * testURI.c: yet another forgotten commit, I should get some sleep !
7266
7267Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7268
7269 * xmllint.c: forgot to commit this too ?
7270
7271Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7272
7273 * xmlversion.h.in : forgot to commit this previously
7274
7275Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7276
7277 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7278 * README TODO: updated for release
7279 * uri.c uri.h: added authority parsing/saving
7280 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7281 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7282 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7283 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7284 Makefile.am : added compile-time customization of libxml
7285 --with-ftp --with-http --with-html --with-xpath --with-debug
7286 --with-mem-debug
7287 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7288 #include <libxml/xxx.h> I hope it won't break too much stuff
7289 and will be manageable in the future...
7290 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7291 and added xmllint to the installed programs
7292 * uri.h: added xmlFreeURI()
7293
7294Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7295
7296 * uri.c uri.h: finished the escaping handling, the base support
7297 and the URI path normalization. Looks good just lacks the
7298 authority content parsing code.
7299 * Makefile.am: added instructions to generate testURI
7300 * TODO: updated
7301 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7302 added links and icons for W3C and Gnome
7303
7304Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7305
7306 * xmlmemory.[ch] : seems I forgot to actually update the files in
7307 the last commit :-)
7308 * doc/xml.html doc/html/* : updated and uploaded the docs
7309
7310Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7311
7312 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7313 * TODO: updated
7314 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7315 libxml default allocation function with another set (like gmalloc/
7316 gfree).
7317 * Makefile.am, uri.c, uri.h: added a set of functions to do
7318 exact (litteraly copied from the RFC 2396 productions) parsing
7319 and handling of URI. Will be needed for XLink, one XML WFC,
7320 XML Base and reused in the nano[ftp/http] modules. Still work
7321 to be done.
7322
7323Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7324
7325 * configure.in, libxml.spec.in : libxml2
7326 * doc/* : updated the doc page, rebuilt the docs
7327
7328Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7329
7330 * all: tagged LIB_XML_1_X
7331 * *.c *.h : updated from W3C CVS tree
7332 * configure.in : 2.0.0-beta
7333 * libxml.spec.in : libxml2 package nam
7334 * result/* : new version of the tests output
7335
7336Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7337
7338 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7339
7340Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7341
7342 * doc/* : rebuilt the docs
7343 * parser.c: final patch on #6766
7344 * valid.c: small patch on validity checks.
7345
7346Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7347
7348 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7349 added
7350 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7351 compatibility w.r.t. XML spec and existing code.
7352
7353Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7354
7355 * parser.c: seems a better solution to <a> </a> exists,
7356 will try it for a while
7357
7358Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7359
7360 * parser.c: tried to remove the <a> </a> generating <a/>
7361 this is hard. Left a flag for that purpose. Fixed bug #6766
7362 * configure.in: prepared 1.8.7 not released, due to previous
7363 problem
7364
7365Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * doc/xml.html : applied second patch from Paul DuBois
7368
7369Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7370
7371 * doc/xml.html : applied patch from Paul DuBois
7372
7373Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7374
7375 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7376
7377Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7378
7379 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7380 compilation warnings on various platforms.
7381 * parser.c: Fixed #5281 validity error callbacks are now desactived
7382 by default if not validating.
7383
7384Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7385
7386 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7387
7388Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7389
7390 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7391 <gkatsi@cs.toronto.edu>
7392
7393Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7394
7395 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7396 processing URLs
7397
7398Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7399
7400 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7401 xmlNanoFTPUpdateURL for persistent control connections.
7402 * configure.in: 1.8.6
7403
7404Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7405
7406 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7407 * tree.[ch] : added xmlSaveNoEmptyTags
7408
74092000-01-29 James Henstridge <james@daa.com.au>
7410
7411 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7412
7413 * Makefile.am: added nanoftp.[ch] to the build.
7414
7415Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7416
7417 * nanoftp.[ch]: cleanup, comments, API
7418 * debugXML.c : fixed a bug in the cat command
7419 * doc/*: regenerated the docs
7420
7421Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7422
7423 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7424 * debugXML.c : fixed a bug in the cat command
7425 * valid.c: fixing some small probs
7426 * libxml.spec.in: get rid of the SNAP suffix
7427 * doc/xml.html: updated the status
7428
7429Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7430
7431 * xml-config.in: xml-config --version to just return the
7432 version number
7433 * xpath.c: some cleanup w.r.t. axis when the current node is
7434 an attribute.
7435 * TODO: updated
7436
7437Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7438
7439 * configure.in: prepared for libxml-1.8.5
7440 * doc/* recompiled the documentation
7441
74422000-01-17 Jody Goldberg <jgoldberg@home.com>
7443
7444 * configure.in : WARNING autoconf subtlety alert :
7445 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7446 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7447 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7448 get defined by AC_CHECK_HEADERS.
7449
7450Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7451
7452 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7453 Rune.Djurhuus@fast.no
7454
7455Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7456
7457 * TODO: updated
7458 * tree.c, parser.c: made sure that only memory alloc problems
7459 and internal parser errors are allowed to write to stdout or
7460 stderr.
7461
7462Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7463
7464 * tree.c : restored xmlNewGlobalNs since this seems used by
7465 a lot of existing code :-(, fixed a bug in xmlNewNs
7466 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7467 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7468 to exit() from the library code.
7469 * xpath.c, parser.c: removed bugs or unused code detected by
7470 Windows compilers
7471 * parser.c: started adding interfaces for parsing well balanced
7472 XML fragments
7473 * configure.in: releasing 1.8.4
7474 * doc/* : rebuilt the docs
7475
7476Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * tree.[ch] : added xmlNewDocFragment() for DOM
7479 * testHTML.c: uninitialized variable.
7480
7481Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7482
7483 * doc/* : rebuild the docs
7484
7485Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7486
7487 * acconfig.h: readline and history patch
7488 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7489 * tree.c: added check and handling when possibly removing an ID
7490 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7491 and saving.
7492 * test/HTML/entities.html result/HTML/entities.html* : test for
7493 various entities reference cases
7494 * result/HTML/* : as a result output of some testcase have
7495 changed
7496 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7497 by previous example. added xmlParseTryOrFinish().
7498 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7499 entities.h debugXML.h HTMLparser.h: changed the way struct are
7500 declared to allow gtk-doc to expose those
7501 * parser.c: closed bug #4960
7502 * Makefile.am configure.in: Applied patch from
7503 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7504 and math/socket libs detection
7505
7506Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7507
7508 * configure.in, Makefile.am: link tester against readline
7509 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7510
7511Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7512
7513 * tree.[ch]: added xmlRemoveProp
7514 * win32config.h.in nanohttp.c: avoid including the Windows
7515 socket stuff in every C files
7516 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7517 the XmL parser(s)
7518 * test/ns4 result/ns4 etc...: added test case for previous prob
7519 * tree.c: xmlNewNs wasn't checking for double definition
7520 * Makefile.in: fixed a problem with dist-hook duplicates
7521 * parser.[hc], xmlIO.c: fixed the loading of external entities
7522 APIs, now xmlLoadExternalEntity() is used everywhere and
7523 setting up an app specific front-end using the
7524 * SAX.c parser.c: some fixes, now the xhtml spec validates
7525 with the xhtml DTD.
7526 * error.c: fixed crashes in case of no input stream
7527 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7528 to the validation tests and results
7529
7530Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7531
7532 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7533 too htmlCreatePushParserCtxt() and htmlParseChunk()
7534 * parser.c: a bit of cleanup.
7535 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7536 to XML) removed the last mem leak known
7537 * HTMLtree.c: output message cleanup
7538 * xmlmemory.c: display content info about memory blocks
7539 * result/HTML/wired.* : missing att value warning change
7540
7541Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7542
7543 * doc/* : rebuilt the documentation
7544
7545Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7546
7547 * parser.[ch] parserInternals.h: Push parser for XML,
7548 seems to work fine now
7549 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7550 --push for push testing
7551 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7552 * testSAX.c: added --push
7553 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7554 subtree
7555 * xmlIO.[ch] : enriched API + fixes for push mode
7556 * entities.[ch]: added the entity content length to the struct.
7557 * xmlmemory.[ch]: new API to show the last entries for the shell
7558 * valid.c: added required attribute testing
7559 * SAX.c: the cdata callback now merge contiguous fragments
7560 * HTMLparser.c: cleanup of some macros
7561
7562Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7563
7564 * parser.c: fix for PIs name starting with xml
7565 * tree.c: fixed a potential problem with || and && ops
7566 * *.c, configure.in win32config.h.in : generate win32config.h for
7567 those on the Other Side !
7568
7569Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * parser.c: fixed a stupid = vs. == bug :-(
7572 * doc/gnome-xml.sgml: s/glade/xml/
7573
7574Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7575
7576 * configure.in, doc/xml.html : bug fix release 1.8.2
7577 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7578 Hopefully the end of that silly C++ include problem
7579 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7580 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7581 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7582 troubles with autoclosed elements when the stree shape doesn't
7583 follow the DtD specs. Added htmlIsAutoClosed() and
7584 htmlAutoCloseTag()
7585 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7586 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7587 * debugXML.c: fixed a bug on printing default namespaces.
7588 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7589
7590Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7591
7592 * result/HTML/*.htm[l] : updated the HTML regression tests according
7593 to the new output
7594 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7595 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7596 problem due to intermix of extern "C" { ... } declarations for C++
7597 and recursive includes in the headers
7598
75991999-12-20 Chris Lahey <clahey@umich.edu>
7600
7601 * HTMLtree.c: Made it so that html nodes with a single child do
7602 not insert a carriage return before or after the child node.
7603
7604Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7605
7606 * configure.in, doc/xml.html : bug fix release 1.8.1
7607 * parser.c: fixed bug #4344
7608 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7609 added the glue to avoid C++ problems
7610 * doc/* : regenerated the documentation
7611
7612Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7613
7614 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7615 namespace recognition, and Dia as a resul :-(
7616 * encoding.c: closed bug #3950
7617
7618Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7619
7620 * valid.c: debugging a posteriori validation, except URI expansion
7621 stuff this should be fixed now
7622 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7623 Carl Nygard <cnygard@bellatlantic.net>
7624 * tester.c: added --postvalid, cleaning of the code
7625 * tree.[ch]: added xmlDocGetRootElement()
7626
7627Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7628
7629 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7630 c++ losage.
7631
7632Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7633
7634 * configure.in, doc/xml.html : bumped to 1.8.0
7635 * xlink.[ch], Makefile.am : added framework for link detection
7636 * parser.h: added nbChars to parser context, needed for cleanup.
7637 * xmlmemory.c: removed a nasty bug when out of mem
7638 * valid.[ch]: adding namespace support for attribute decl
7639 * tester.c: added --debugent option
7640 * debugXML.[ch]: added xmlDebugDumpEntities()
7641 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7642 buffers instead, this was really needed, validation was breaking
7643 in strange ways due to that. Added xmlParseStringPEReference()
7644 and other parsing from strings functions. Entities processing
7645 modified again, but PERef are still not handled correcly but
7646 unless you're Eve Maller you won't notice :-)
7647 * HTMLparser.c: large changes toward reliability, and switched to
7648 lowercase internal tags, XHTML is lowercase, so it will help
7649 that output is closer to next version.
7650 * doc/* : regenerated the documentation, it is now hosted at
7651 http://xmlsoft.org/ (same bits I just bought the domain :-)
7652
7653
7654Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7655
7656 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7657 doc generation
7658 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7659 in the SAX API
7660 * doc/*: rebuilt the doc making sure everything appears in the
7661 HTML files
7662
7663Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7664
7665 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7666 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7667 which allow impressive speed improvement on dataset with
7668 large text pieces, but at the cost of broken binary
7669 compatibility and slightly bigger memory usage.
7670 Configure with --with-buffers to activate them, they
7671 are protected with XML_USE_BUFFER_CONTENT define.
7672 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7673 goal is 0 memory left allocated once parser is no more used
7674 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7675 call xmlCleanupParser() and xmlMemoryDump()
7676
7677Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7678
7679 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7680 * parser.[ch] encoding.[ch]: added memory cleanup routines
7681 * parser.c: closing bug #3788
7682 * doc/*: rebuilt the doc
7683
7684Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7685
7686 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7687 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7688 * tester.c: added --compress option
7689 * doc/*: rebuilt the documentation
7690
7691Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7694 if given /proc/kcore as input !
7695 * doc/xml.html doc/*: updated and rebuilt the documentation
7696
7697Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7698
7699 * parser.c: Fixed some wrongly space collapsing code due to
7700 a misreading of the spec.
7701 * result/*: fixed the output accordingly
7702
7703Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7704
7705 * encoding.c: bug fix and typos
7706 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7707 * parser.c: added attribute normalization closing bug #3597
7708 * test/att* result/att* SAXresult/att*: testcase for attribute
7709 normalization
7710
7711Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7712
7713 * configure.in: closing bug #3163 by adding extra flags for the
7714 cc compiler on HP-UX
7715
7716Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7717
7718 * valid.[ch] : removed a typo and an enumerated type bug in the
7719 xmlAddElementDecl() function
7720 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7721 call to xmlEncodeEntitiesReentrant() so that the functions
7722 New, Set and Get are at the same level.
7723 * parser.c HTMLparser.c: extra memory allocation bug for
7724 attributes detected by someone using libxml in embedded systems :-)
7725
7726Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7727
7728 * xmlmemory.h: turned off mem debug :-\
7729
7730Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7731
7732 * parser.c: closed bug #2784 a one line fix, but worth pushing
7733 a new release out
7734 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7735 some structures, comments before and after the
7736 main element, and other nastyness
7737 * HTMLtree.c tree.c: accomodate the extended HTML supported
7738 * configure.in: pushing 1.7.4
7739 * test/ent8 and related outputs : added a new test for bug #2784
7740 * test/HTML/wired.html and related output: a nasty HTML example
7741 * Makefile.am: improved the test scripts
7742 * docs/* : reran the documentation extractor, updated xml.html
7743
7744Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7745
7746 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7747 HTMLparser and debugged the HTML related code. HTML documents
7748 now have their own type
7749 * entities.c: do not dump &apos; for HTML output
7750 * xmlmemory.c: improvement, breakpoint mechanism
7751 * testHTML.c: added --sax --repeat ...
7752 * Makefile.am: improved the HTML tests
7753 * valid.[ch]: added xmlValidGetValidElements and
7754 xmlValidGetPotentialChildren
7755 * tester.c: added --insert to test the 2 new functions
7756 * test//* result//* SAXresult//* : regression test cleanup
7757 and extension.
7758 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7759 gnome-xml-nanohttp.html
7760
7761Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7762
7763 * HTMLparser.c: fixed problems with some autoclose tags
7764 * tree.c: fixed XML output problems.
7765 * result/* SAXresult/*: update of the tests output
7766
7767Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7768
7769 * Makefile.am: Arturo patch for xmlConf.sh version info
7770 * parser.c: Tim Josling patch for single quoted items
7771 * tester.c: Tim Josling patch for tester options usage
7772 * tree.h: indent cleanup
7773
7774Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7775
7776 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7777 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7778
7779Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7780
7781 * tree.c : Raph patch for initialization of CORBA fields
7782 * parser.c, xpath.c, ...: modification of doc comments
7783 * xpath.c : allow spaces in xpath expressions
7784
7785Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7786
7787 * xmlmemory.h: turning off memory debug :-(
7788
7789Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7792 better SAX interfaces.
7793 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7794 entity.
7795 * configure.in: 1.7.2
7796
7797Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7798
7799 * libxml.spec.in: fixed the URL
7800 * doc/xml.html: improved the documentation front-end
7801
7802Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7803
7804 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7805
7806Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7807
7808 * libxml.spec.in: fixed the alpha compile problem
7809 * parser.[ch]: changed errno to errNo in the parser context :-(
7810 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7811 * doc/xml.html: changed CHAR to xmlChar
7812 * doc/html/*: recompiled the documentation
7813 * configure.in: 1.7.1
7814
7815Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7816
7817 * parser.h: modified the parser context struct to regain 1.4.0
7818 binary compatibility
7819 * parser.c, xml-error.h: added errno ot teh context and defined
7820 a set of errors values with update of errno
7821 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7822 DTDs and entities
7823 * *.h, *.c: complete cleanup of the use of config.h and include
7824 protection depending on the current setup.
7825 * overalll debugging, maintenance and bug-fixing on all modules
7826 * updated the documentation
7827 * ready for 1.7.0
7828
7829Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7830
7831 * HTMLparser.c : cleanup
7832 * SAX.c valid.c valid.h: added ID/IDREF checking
7833 * tree.c tree.h: extended doc structure for refs
7834 * configure.in: 1.6.2
7835 * parser.c: patched bug in SAX user arg call
7836 * parserInternals.h: patched missing close in C++ wrapping
7837 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7838 especially upcoming XPointer implementation.
7839 * doc/xml.html: augmented, typo
7840
7841Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7842
7843 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7844 not all invocations of install understand -d.
7845
7846Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7847
7848 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7849 to make 'check' works, when builddir != srcdir.
7850
7851Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7852
7853 * doc/xml.html : updated the documentation
7854
7855Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7856
7857 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7858 not deallocated memory blocks
7859 * *.c : replaces all calls to malloc() free() and realloc() to
7860 the wrapper functions/macros
7861 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7862 instead of xmlFreeNodeList()
7863
7864Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7865
7866 * HTMLparser.c: corrected a stupid bug leading to core dump at
7867 tree deallocation. Removed warnings indicated by
7868 Stephane.Conversy@lri.fr
7869 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7870 looked for in the external subset
7871
7872Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7873
7874 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7875 on SGI by Stephane.Conversy@lri.fr
7876
7877Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7878
7879 * all .h : changed the prototype declaration indent as in gtk
7880 * most .c : working on reducing the TODOs in the code
7881 * most .c : cleanup though -pedantic and Insure++
7882 * improvements on validation ID checkings.
7883 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7884 * xml-config.in: closed #1810
7885
7886Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7887
7888 * tree.h, valid.c, valid.h: more work on validity, IDs
7889 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7890 definition for AIX
7891
7892Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7893
7894 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7895 the distribution due to a cut'n paste error at last commit
7896
7897Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7898
7899 * configure.in: upgraded to version 1.4.0
7900 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7901 Big update, added a large part of the validation process,
7902 it should be usable, but some parts are missing
7903 * xpath.c: improved the implementation w.r.t. root.
7904 * Makefile.am: added more tests
7905 * test and result trees: added a lot of tests
7906 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7907
7908Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7909
7910 * Added an HACKING file
7911
7912Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7913
7914 * xpath.[ch] : improvements and debug of the XPath implementation
7915 * parser.c, HTMLparser.c : modified the parsers to be progressive
7916 * tree.[ch] : extended the Buffer promitives
7917 * xmlIO.[ch] : added basic I/O routines providing progressive
7918 parsing and ready for I18N conversion plugins
7919 * SAXresult/* : the SAX callback sequence maybe slightly different
7920 now
7921 * test*.c : improved/updated the tests programs
7922 * doc/* : recompiled the docs.
7923
79241999-07-26 Michael Meeks <michael@edenproject.org>
7925
7926 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7927
7928 * tree.c: Ditto.
7929
7930Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7931
7932 * configure.in: upgraded to version 1.4.0
7933 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7934 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7935 XML query language, see http://www.w3.org/TR/xpath for more details.
7936 * parser.c, parser.h: added CHAR* related string functions for XPath
7937 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7938 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7939 rebuild the docs.
7940 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7941 and regression testing capabilities for XPath.
7942
7943Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7944
7945 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7946 closing bug #1646
7947
7948Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7949
7950 * Makefile.am, example/Makefile.am: closed bug #1683
7951
7952Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7953
7954 * example/Makefile.am, configure.in: added the makefile for the
7955 gjobread example
7956
7957Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
7958
7959 * doc/Makefile.am:
7960 - fix which allow "make install DESTDIR=</install/prefix>".
7961
7962Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7963
7964 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7965 which fixed a problem on the file reading-code.
7966
7967Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7970 output.
7971 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7972
7973Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7974
7975 * parser.h : Oops removed the binary compatibility problem
7976 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7977 * parser.c, HTMLparser.c: applied patches for reading from stdin
7978
7979Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * parser.c, entities.c, valid.c: cleanup bug #1591
7982 * configure.in: cleanup bug #1592
7983 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7984 the same tree back-end. Hence gdome will be available for it.
7985 * doc/Makefile.am: close bug #617
7986
7987Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7988
7989 * parser.c: alloctate a per parser context SAX interface block
7990
7991Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7992
7993 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7994 and xmlEncodeEntitiesReentrant with the correct one :-\
7995
7996Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7997
7998 * commit of my internal XML base changes, quite a lot of
7999 changes, cleanups, better entities support, framework for
8000 new I/O and charset detection and handling
8001 * Fixed the configure/Makefile stuff to generate shared libs
8002 with the proper version info, so we jumped on rev from
8003 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8004 xmlEncodeEntities() result need to be freed now, and a string
8005 xmlParserVersion provide the current library version.
8006
8007Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8008
8009 * parser.c: fixed a buffer overrun for when you have a very long
8010 attribute with no entities in it.
8011
8012Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8013
8014 * added example directory
8015 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8016
8017Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8018
8019 * Release of libxml-1.1, nearly everything has been touched for
8020 this.
8021 * Added more regression tests
8022 * Updated the documentation
8023
8024Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8025
8026 * tree.[ch]: unified the XML_NO_CORBA defines.
8027 * parser.c encoding.[ch]: started plugging in char encoding detection
8028
8029Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8030
8031 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8032 Also freed allocated buffer.
8033
8034Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8035 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8036 reentrancy problem at printing. One is left in entities.c, to
8037 remove ASAP
8038 * testSAX.c : added a test example showing the use of the SAX
8039 interface if one doesn't want to build the DOM tree.
8040 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8041
8042Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8043
8044 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8045 large revamping of the parser to use SAX callbacks
8046 http://www.megginson.com/SAX/ (or at least a C like interface
8047 a la Expat). It's now possible to set up your own callbacks
8048 and the parser will not build a DOM tree.
8049 * test/* result/*: updated the test suite, I finally removed
8050 the old Namespace draft support (PI based).
8051
8052Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8053
8054 * Makefile.am: added test result to EXTRA_DIST for make tests
8055
8056Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8057
8058 * parser.c, parserInternals.h: moved the chars macro definitions
8059 to parserInternals.h
8060 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8061 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8062
8063Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8064
8065 * xml-config.in : applied patch to make --version work
8066
80671999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8068
8069 * Makefile.am (check-local): Alias for `tests' target. This will
8070 cause `make check' to do the right thing.
8071 (tests): Don't run tests in srcdir. Also, replaced calls to
8072 basename with a `sed' "equivalent".
8073
8074Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8075
8076 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8077 it in the header and not the sources, updated the doc.
8078 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8079 pointing this out.
8080
8081Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8082
8083 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8084 exported the inputStream routines.
8085 * doc/html/* : updated accordingly
8086
8087Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8088
8089 * parser.c, parser.h, parserInternals.h: added a few extra
8090 internal calls to allocate and free parser contexts ...
8091 * doc/html/* : updated accordingly
8092
8093Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8094
8095 * configure.in, Makefile.am, doc/makefile.am : General changes for
8096 1.0.0 release and including the generated HTML documentation.
8097
8098Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8099
8100 * makefile.am : added parserInternals.h, oops.
8101
8102Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8103
8104 * parserInternals.h: added this header giving access to the parser
8105 internal functions.
8106 * doc/Makefile.am : added a rebuild target which rebuilds the full
8107 set of documentations
8108 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8109 the internal subset.
8110 * *.c *.h: modifications needed to generate the documentation using
8111 gtk-doc, cleanup of functions blocks, reorganisation of struct
8112 declarations.
8113
8114Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8115
8116 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8117 the tar and spec file to include the beginning of the doc.
8118
81191999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8120
8121 * doc/.cvsignore: Added this file.
8122
8123Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8124
8125 * tree.c: fixed xmlGetProp to return "" when the attribute
8126 exists, even if the node-list is NULL.
8127
8128Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8129
8130 * tree.c: patched an error outputting empty attribute values.
8131 * Makefile.am and doc/makefile.am: have been updated during the
8132 week-end. Sorry for an empty CVS log, I got a shell problem.
8133
8134Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * tree.h: cleaned up using enums instead of defines
8137 * parser.c, valid.[ch]: more work on parsing/output of element
8138 declarations
8139
8140Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8141
8142 * valid.[ch], tree.c, parser.c : more work toward full parsing
8143 of XML DTDs.
8144 * README: added informations about mailing-list and on-line
8145 documentation
8146
81471999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8148
8149 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8150
8151Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8152
8153 * parser.c, tree.[ch] : more work toward conformance testing,
8154 added a last element to accelerate parsing of very flat structures
8155 started working on internal subset Element content declaration.
8156 * valid.[ch] : first cut at adding code toward validation.
8157 * previous changes had also small impact on most files, especially
8158 the conformance testing using James Clark test suite.
8159
8160Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8161
8162 * test/* : updated the examples, most of them were not well
8163 formed (humm), and added rdf2.
8164 * result/* : resulting changes in the output.
8165
8166Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8169
8170Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * tree.c: patched a bug in the generation of empty attributes
8173
8174Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8175
8176 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8177 for node/trees/documents/... Biggest problem is namespace
8178 support when copying subtrees.
8179
8180Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8181
8182 * parser.c, entities.c: improve entities and char ref encoding,
8183 and cleanups of error messages.
8184
8185Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8186
8187 * parser.c, entities.c: simple bug hunting done during rpm2html and
8188 rpmfind integration.
8189
8190Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8191
8192 * parser.[ch]: Added interfaces allowing to specify a SAX
8193 handler before parsing.
8194
8195Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8196
8197 * parser.c: redirrect all errors reporting through the SAX
8198 error function
8199
8200Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8201
8202 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8203 * libtool, tlmain ...: update of the libtool files
8204
82051998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8206
8207 * entities.c: Use g_snprintf insteda of snprintf.
8208
8209Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8210
8211 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8212 added ent5 test for this purpose.
8213 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8214
8215Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8216
8217 * parser.c: fixed? a strange error due to compression on a GWP
8218 document.
8219
8220Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * tree.[ch]: bug fixing
8223 * entities.[ch]: defined a specific type for predefined entities
8224 * doc/xml.html: more documentation on the library, how to use it,
8225 overview of the interfaces.
8226
8227Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8228
8229 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8230
8231Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8232
8233 * tree.c: corrected a small bug
8234 * doc/xml.html: continuing writing documentation.
8235
8236Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8237
8238 * debugXML.h debugXML.c: added debugging utilities.
8239 * tester.c: added --debug switch.
8240 * tree.c: patched an incorrect node->type assignment.
8241 * parser.c: formatting, ensure that node->doc != NULL in attributes
8242
8243Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8244
8245 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8246 entity support and provide an internal representation close to
8247 DOM one (entity ref nodes, and attribute value as tree). I tried
8248 to preserve the interface but this will surely break some apps
8249 (I have to change rpm2html/rpmfind for example). I had to change
8250 two interfaces, and the generated tree is somewhat different.
8251 * doc/* : started documenting the XML library, the tree and
8252 DOM/Corba. This is a first step.
8253
8254Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8255
8256 * parser.c: Set up the fonctions comment block, boring but useful.
8257 * parser.h, SAX.c, parser.c: now attributes are processed through
8258 the SAX interface. The problem is that my SAX interface diverged
8259 quite a bit from the original one, well this is not an official
8260 spec, and translating it from Java to C is hairy anyway...
8261
8262Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8263
8264 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8265 fonctions comment block, boring but useful.
8266
8267Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8268
8269 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8270 conversion routines. However they are not yet used to convert the
8271 inputs. The core will run with UTF-8.
8272
8273Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8274
8275 * tree.c : make sure that the type id is properly set-up when
8276 a new object is allocated, needed for DOM.
8277
8278Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8279
8280 * tree.h, tree.c: Ok, the main objects in the tree will be native
8281 corba objects, it costs 8 bytes per Node, Attribute and Document
8282 but it simplifies the Corba integration a lot (no extra interface
8283 objects to allocate/free).
8284
8285Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8286
8287 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8288 and changed NODEs contants for conformity with DOM Level 1
8289
8290Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8291
8292 * added hooks to keep track of servants when creating objects
8293 xmlDoc and xmlNode (for Corba export).
8294
8295Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * added xml-config script.
8298
8299Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8300
8301 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8302 to autoupdate libtool and automake conf files.
8303
83041998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8305
8306 * Makefile.am: Use '?' to separate the sed
8307 commands as ',' is used when people pass -Wl,something.
8308
8309
8310Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8311
8312 * tree.c, tree.h: added a per-document compression interface.
8313
8314Tue Sep 22 20:47:38 EDT 1998
8315
8316 * tree.c, tree.h: added saving with compression and added interfaces
8317 to control the compression level (xmlGetCompressMode,
8318 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8319
8320Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8321
8322 * parser.c: corrected a loop for files of size 0
8323
83241998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8325
8326 * error.h: New file. Contains prototyes from `error.c'.
8327
8328Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8329
8330 * Makefile.am (xmlincdir): New macro.
8331 (xmlinc_HEADERS): Renamed from include_HEADERS.
8332
8333Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8334
8335 * applied small patch on numeric entities from
8336 Christopher Blizzard <blizzard@appliedtheory.com>
8337
8338Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8339
8340 * New release 0.2, removed the old xml_* files so that it's
8341 coherent with the other CVS base (W3C), far better conformance
8342 to standard, new namespaces, decent entities support, beginning
8343 of a SAX-like interface. Nearly nothing left intact, even the
8344 test examples ...
8345
83461998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8347
8348 * .cvsignore: Add .deps dir
8349
8350Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8353
8354Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8355
8356 * configure.in: added test for CPP
8357 * AUTHORS, Changelog: the original ones didn't get commited but the
8358 glib ones instead, fixed.
8359 * Makefile.am: corrected an error in library naming
8360
8361Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8362
8363 * integrated code developped at W3C
8364 * changed the original Copyright
8365 * migrated to automake
8366 * prefixed the filenames by xml_ to avoid filename clashes
8367
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008368Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8369
8370 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8371 should not be called.
8372
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008373Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8374
8375 * libxml-2.0.pc.in: applied the patch to fix #101894
8376
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008377Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8378
8379 * tree.c : applied patch from Lukas Schroeder for register callbacks
8380 * valid.c: modified patch from Lukas Schroeder to test
8381 register callbacks with --chkregister
8382
Daniel Veillard067bae52003-01-05 01:27:54 +00008383Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8384
8385 * xmlreader.c: seriously changed the way data are pushed to
8386 the underlying parser, go by block of 512 bytes instead of
8387 tryng to detect tag boundaries at that level. Changed the
8388 way empty element are detected and tagged.
8389 * python/tests/reader.py python/tests/reader2.py
8390 python/tests/reader3.py: small changes mostly due to context
8391 reporting being different and DTD node being reported. Some
8392 errors previously undetected are now caught and fixed.
8393 * doc/xmlreader.html: flagged last section as TODO
8394
Daniel Veillard51a447a2003-01-04 19:42:46 +00008395Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8396
8397 * python/libxml.py: integrated the Python 2.2 optimizations
8398 from Hannu Krosing, while maintaining compatibility with
8399 1.5 and 2.1
8400
Daniel Veillarde59494f2003-01-04 16:35:29 +00008401Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8402
8403 * xmllint.c: a bit of cleanup
8404 * xmlreader.c: small fix
8405 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8406 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8407
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008408Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8409
8410 * python/setup.py.in: patch from Stéphane Bidoul to include
8411 drv_libxml2.py in setup.py
8412
Daniel Veillard66b82892003-01-04 00:44:13 +00008413Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * doc/xmlreader.html: starting documenting the new XmlTextReader
8416 interface.
8417
Daniel Veillard7704fb12003-01-03 16:19:51 +00008418Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8419
8420 * xmllint.c: added the --stream flag to use the TextReader API
8421 * xmlreader.c: small performance tweak
8422
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008423Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8424
8425 * xmlreader.c python/tests/reader2py: okay the DTD validation
8426 code on top of the XMLTextParser API should be solid now.
8427
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008428Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8429
8430 * xmlreader.c python/tests/reader2py: Fixing some more mess
8431 with validation and recursive entities while using the
8432 reader interface, it's getting a bit messy...
8433
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008434Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8435
8436 * xmlreader.c python/tests/reader.py: another couple of problem
8437 related to IsEmptyElement reported by Stéphane Bidoul needed
8438 some fixes.
8439
Daniel Veillard4f860202003-01-02 13:00:02 +00008440Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8441
8442 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8443 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8444 based on the python XmlTextReader interface.
8445
Daniel Veillard3c265e42003-01-01 21:06:49 +00008446Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8447
8448 * tree.c: backing out one change in the last patch which broke the
8449 regression tests
8450
Daniel Veillard5335dc52003-01-01 20:59:38 +00008451Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8452
8453 * global.data globals.c tree.c include/libxml/globals.h: applied
8454 an old patch from Lukas Schroeder to track node creation and
8455 destruction. Probably missing a lot of references at the moment
8456 and not usable reliably.
8457
Daniel Veillard8ba17412003-01-01 19:13:12 +00008458Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8459
8460 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8461 from doc/news.html and a stylesheet
8462
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008463Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8464
8465 * xmlreader.c python/tests/reader.py: fixed another couple of
8466 xmlreader bugs reported by Stéphane Bidoul and added tests.
8467
Daniel Veillard9e395c22003-01-01 14:50:44 +00008468Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8469
8470 * xmlreader.c python/tests/reader2.py: fixed another validity
8471 checking in external parsed entities raised by Stéphane Bidoul
8472 and added a specific regression test.
8473 * python/tests/reader3.py: cleanup
8474
Daniel Veillardd5896142002-12-31 14:45:26 +00008475Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8476
8477 * xmlreader.c python/tests/reader2.py: fixed a problem with
8478 validation within entities pointed by Stéphane Bidoul, augmented
8479 the tests to catch those.
8480
Daniel Veillarddc85f282002-12-31 11:18:37 +00008481Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8482
8483 * python/generator.py: modified the generator to allow keeping
8484 class references when creating new classes, needed to fix a bug
8485 pointed by Stéphane Bidoul where the input buffer of the
8486 xmlTextReader instance gets destroyed if the python wrapper for
8487 the input is not referenced anymore.
8488
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008489Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8490
8491 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8492 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8493
Daniel Veillard571b8892002-12-30 12:37:59 +00008494Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8495
8496 * xmlreader.c python/tests/reader.py: fixed another problem
8497 pointed by Stéphane Bidoul
8498
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008499Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8500
8501 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8502 with "<a/>"
8503
Daniel Veillardecaba492002-12-30 10:55:29 +00008504Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8505
8506 * SAX.c: warn on xmlns:prefix="foo"
8507 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8508 for namespace attributes handling.
8509
Daniel Veillard2d84a892002-12-30 00:01:08 +00008510Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8511
8512 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8513 a really nasty problem raised by a DocBook XSLT transform
8514 provided by Sebastian Bergmann
8515
Daniel Veillard29b3e282002-12-29 11:14:41 +00008516Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8517
8518 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8519 by Stéphane Bidoul and integrated it into the tests
8520
Daniel Veillarde18fc182002-12-28 22:56:33 +00008521Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8522
8523 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8524 extended the XmlTextReader API a bit, addding accessors for
8525 the current doc and node, and an entity substitution mode for
8526 the parser.
8527 * python/libxml.py python/libxml2class.txt: related updates
8528 * python/tests/Makefile.am python/tests/reader.py
8529 python/tests/reader2.py python/tests/reader3.py: updated a bit
8530 the old tests and added a new one to test the entities handling
8531
Daniel Veillardaba976d2002-12-28 21:14:18 +00008532Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8533
8534 * python/generator.py python/libxml2class.txt
8535 python/tests/reader.py python/tests/reader2.py: changed the
8536 generator to provide casing for the XmlTextReader similar to
8537 C# so that examples and documentation are more directly transposable.
8538 Fixed the couple of tests in the suite.
8539
Daniel Veillard83298842002-12-28 15:12:33 +00008540Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8541
8542 * doc/guidelines.html: added a document on guildeline for
8543 publishing and deploying XML
8544
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008545Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8546
8547 * valid.c xmlreader.c: final touch running DTD validation
8548 on the XmlTextReader
8549 * python/tests/Makefile.am python/tests/reader2.py: added a
8550 specific run based on the examples from test/valid/*.xml
8551
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008552Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8553
8554 * python/libxml.py: added a few predefined xmlTextReader parser
8555 configuration values.
8556
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008557Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8558
8559 * python/libxml_wrap.h: trying to fix #102037
8560
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008561Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8562
8563 * SAX.c: fixing bug #95296, when the predefined entities
8564 are redefined in the DTD the default one must be used
8565 instead anyway.
8566
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008567Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8568
8569 * doc/xmllint.xml
8570 * doc/xmllint.1
8571 Add discussion of XML_DEBUG_CATALOG to xmllint man
8572 page - bug #100907
8573
8574
Daniel Veillarddf512f42002-12-23 15:56:21 +00008575Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8576
8577 * xmlreader.c: Fixed the empty node detection to avoid reporting
8578 an inexistant close tag.
8579
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008580Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8581
8582 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8583 for Python 2.1
8584
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008585Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8586
8587 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8588
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008589Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8590
8591 * doc/libxml2-api.xml python/tests/reader.py: one really need
8592 to provide the base URI information when creating a reader parser
8593 from an input stream. Updated the API and the example using it.
8594
Daniel Veillardea7751d2002-12-20 00:16:24 +00008595Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8596
8597 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8598 include/libxml/valid.h include/libxml/xmlreader.h: working on
8599 DTD validation on top of xml reader interfaces. Allows to
8600 validate arbitrary large instances. This required some extensions
8601 to the valid module interface and augmenting the size of xmlID
8602 and xmlRef structs a bit.
8603 * uri.c xmlregexp.c: simple cleanup.
8604
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008605Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8606
8607 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8608 work on the xml reader interfaces.
8609 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8610 Web page for the Windows binaries.
8611
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008612Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8613
8614 * xmlIO.c: applied a patch for VMS following the report by
8615 Nigel Hall
8616
Daniel Veillard3772de32002-12-17 10:31:45 +00008617Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8618
8619 * parser.c: the parseStartTag bug fix wasn't complete.
8620
Daniel Veillard67df8092002-12-16 22:04:11 +00008621Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8622
8623 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8624 parseStartTag, fixing it.
8625 * test/att4 result/att4 result/noent/att4: adding the test
8626 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8627 more methods to XmlTextReader.
8628
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008629Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8630
8631 * win32/libxml2.def.src: added more xml reader exports
8632 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8633 to the build
8634
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008635Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8636
8637 * doc/tutorial/xmltutorial.xml
8638 plus generated html and pdf
8639 Updating tutorial again based on further comments from Niraj
8640 Tolia on the last iteration
8641
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008642Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8643
8644 * doc/tutorial/xmltutorial.xml
8645 * doc/tutorial/includekeyword.c
8646 * doc/tutorial/includegetattribute.c
8647 plus generated html and pdf
8648 Adding fix from Niraj Tolia to tutorial to properly free memory.
8649
8650
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008651Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8652
8653 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8654 more methods of XmlTextReader.
8655 * python/libxml2class.txt python/tests/reader.py: this increased the
8656 methods in the bndings, augmented the test to check those new
8657 functions.
8658
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008659Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8660
8661 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8662 methods of XmlTextReader.
8663 * python/generator.py python/libxml_wrap.h python/types.c
8664 python/libxml2class.txt: added the reader to the Python bindings
8665 * python/tests/Makefile.am python/tests/reader.py: added a specific
8666 test for the Python bindings of the Reader APIs
8667 * parser.c: small cleanup.
8668
Daniel Veillard06503452002-12-13 10:42:08 +00008669Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8670
8671 * xinclude.c: fallback was only copying the first child not the
8672 full child list of the fallback element, closes #89684 as reopened
8673 by Bernd Kuemmerlen
8674
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008675Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8676
8677 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8678
Daniel Veillard000eafb2002-12-12 10:04:22 +00008679Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8680
Daniel Veillardc1eed322002-12-12 11:01:32 +00008681 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008682 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008683 gives enum values, fix functype return type, put back fields in
8684 structs
8685 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008686
Daniel Veillard024b5702002-12-12 00:15:55 +00008687Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8688
8689 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8690 about htmlNodeDumpOutput location.
8691 * xpath.c: removed an undefined function signature
8692 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8693 too many symbols in the API breaking the python bindings.
8694 Updated with the libxslt/libexslt changes.
8695
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008696Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8697
8698 * configure.in: preparing release of 2.4.29
8699 * doc/*: rebuilt the docs and API
8700 * xmlreader.c: a few more fixes for the XmlTextReader API
8701
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008702Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8703
8704 * include/win32config.h: applied mingw patch from Magnus Henoch
8705
Daniel Veillard5aad8322002-12-11 15:59:44 +00008706Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8707
8708 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8709
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008710Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8711
8712 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8713 building Python script, does the C parsing directly, generates
8714 a better API description including structure fieds defs and
8715 enums. Still a couple of bugs, but good enough for the python
8716 wrappers now.
8717 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8718 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8719 include/libxml/schemasInternals.h include/libxml/tree.h: more
8720 cleanup based on the python analysis script reports.
8721 * libxml.spec.in: make sure the API XML description is part of the
8722 devel package.
8723
Daniel Veillard01c13b52002-12-10 15:19:08 +00008724Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8725
8726 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8727 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8728 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8729 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8730 code cleanup, especially the function comments.
8731 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8732
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008733Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8734
8735 * Makefile.am xmlreader.c include/libxml/Makefile.am
8736 include/libxml/xmlreader.h: Adding a new set of APIs based on
8737 the C# TextXmlReader API but converted to C. Allow to parse
8738 in constant memory usage, far simpler to program and explain
8739 than the SAX like APIs, unfinished but working.
8740 * testReader.c: test program
8741
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008742Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8743
8744 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8745
Daniel Veillard64b35282002-12-04 15:10:40 +00008746Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8747
8748 * tree.c: Chip turner indicated that XHTML1 serialization
8749 rule for style actually break on both IE and Mozilla,
8750 try to avoid the rule if escaping ain't necessary
8751
Daniel Veillard8efff672002-12-04 11:44:48 +00008752Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8753
8754 * nanhttp.c: handle HTTP URL escaping, problem reported by
8755 Glen Nakamura and Stefano Zacchiroli
8756
Daniel Veillard1c732d22002-11-30 11:22:59 +00008757Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8758
8759 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8760
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008761Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8762
8763 * uri.c: Johann Richard pointed out some XPointer problems for
8764 URN based URI references in XInclude. Modified the URI parsing
8765 and saving routines to allow correct parsing and saving of
8766 XPointers, especially when attached to "opaque" scheme accordingly
8767 to RFC 2396
8768
Daniel Veillard8db67d22002-11-27 19:39:27 +00008769Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8770
8771 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8772 of refactoring to the HTML saving code.
8773 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8774 in the doc.
8775
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008776Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8777
8778 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8779 to a buffer API to reuse the generic dump to an OutputIO layer,
8780 this reduces code, fixes xmlNodeDump() for XHTML, also made
8781 xmlNodeDump() now return the number of byte written.
8782
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008783Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8784
8785 * python/setup.py.in: another patch from Stéphane Bidoul for
8786 Python bindings on Windows
8787 * doc/parsedecl.py: small cleanup
8788
Daniel Veillard9715c172002-11-25 16:33:40 +00008789Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8790
8791 * libxml.spec.in configure.in: add a line in %changelog for releases
8792
Daniel Veillard9bc53102002-11-25 13:20:04 +00008793Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8794
8795 * parser.c: patch from Marcus Clarke fixing a problem in entities
8796 parsing that was detected in KDe documentations environment.
8797
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008798Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8799
8800 * python/libxml.c (libxml_prev): Return the previous as opposed to
8801 the next node (I guess this is the result of some cut & paste programming:)
8802
Daniel Veillard80d7b902002-11-23 16:23:08 +00008803Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8804
8805 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8806
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008807Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8808
8809 * python/generator.py python/libxml.c python/setup.py.in: trying
8810 to fix the Python bindings build on Windows (Stéphane Bidoul)
8811
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008812Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8813
8814 * win32/configure.js: added option for python bindings
8815 * win32/libxml2.def.src: added more exports
8816
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008817Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8818
8819 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8820 pthreads
8821 * win32/wince/*: applied updates to Windows CE port from Javier
8822
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008823Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8824
8825 * configure.in: preparing 2.4.28
8826 * libxml.spec.in doc/Makefile.am: some cleanup
8827 * doc/*: updated the news and regenerated.
8828
Daniel Veillardfee408f2002-11-22 13:18:30 +00008829Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8830
8831 * HTMLparser.c: final touch at closing #87235 </p> end tags
8832 need to be generated.
8833 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8834 this change slightly the output of a few tests
8835 * doc/*: regenerated
8836
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008837Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8838
8839 * parserInternals.c: fixing bug #99190 when UTF8 document are
8840 parsed using the progressive parser and the end of the chunk
8841 is in the middle of an UTF8 multibyte character.
8842
William M. Brack8b2c7f12002-11-22 05:07:29 +00008843Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8844
8845 * threads.c: fixed initialization problem in xmlNewGlobalState
8846 which was causing crash.
8847 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8848 in xmlInitializeGlobalState.
8849 * parserInternals.c: cleaned up ctxt->sax initialisation.
8850
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008851Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8852
8853 * tree.c include/libxml/tree.h: modified the existing APIs
8854 to handle XHTML1 serialization rules automatically, also add
8855 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8856 libxslt serialization uses it when needed without changing
8857 the library API.
8858 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8859 result/xhtml1: added a new test specifically for xhtml1 output
8860 and updated the result of one XHTML1 test
8861
Daniel Veillardd076a202002-11-20 13:28:31 +00008862Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8863
8864 * xinclude.c parserInternals.c encoding.c: fixed #99082
8865 for xi:include encoding="..." support on text includes.
8866 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8867 test/XInclude/ents/isolatin.txt : added a specific regression test
8868 * python/generator.py python/libxml2class.txt: fixed the generator
8869 the new set of comments generated for doc/libxml2-api.xml were
8870 breaking the python generation.
8871
Daniel Veillard817e70b2002-11-19 22:28:48 +00008872Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8873
8874 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8875 * configure.in: patch for Solaris on new autoconf closes #98880
8876 * doc/parsedecl.py: repair the frigging API building script,
8877 did I say that python xmllib sucks ?
8878 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8879 and some comment are no more truncated.
8880
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008881Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * parser.c: Martin Stoilov pointed out a potential leak in
8884 xmlCreateMemoryParserCtxt
8885
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008886Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8887
8888 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8889 included in HTML documents and using the push parser.
8890
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008891Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8892
8893 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8894 specified, look for the Python interpreter not just in the
8895 specified root but also in the specified location. Fixes #98825
8896
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008897Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8898
8899 * python/libxml.c: fixing bug #98792 , node may have no doc
8900 and dereferencing without checking ain't good ...
8901
Daniel Veillarddad3f682002-11-17 16:47:27 +00008902Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8903
8904 * configure.in: preparing release 2.4.27
8905 * doc/* : updated and rebuilt the docs
8906 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8907 and all the docs are actually packaged and in the final RPMs
8908 * parser.c parserInternals.c include/libxml/parser.h: restore
8909 xmllint --recover feature.
8910
Daniel Veillard68e9e742002-11-16 15:35:11 +00008911Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8912
Daniel Veillard784b9352003-02-16 15:50:27 +00008913 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008914 processing of parsed entities, and XPath computation on sustitued
8915 entities.
8916 * testXPath.c: make sure entities are substitued.
8917
Daniel Veillard328f48c2002-11-15 15:24:34 +00008918Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8919
Daniel Veillard784b9352003-02-16 15:50:27 +00008920 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008921 processing of internal parsed entities, which had to be changed.
8922
Daniel Veillard66651aa2002-11-15 11:21:43 +00008923Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8924
8925 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8926 trying to fix bug #98517 about building outside the source tree
8927 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8928
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008929Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8930
8931 * include/win32config.h: cleanup
8932 * win32/Makefile.mingw: integrated mingw in JScript configure
8933 * win32/Makefile.msvc: modified to allow mingw coexistence
8934 * win32/configure.js: integrated mingw
8935 * win32/Readme.txt: cleanup
8936
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008937Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8938
8939 * HTMLparser.c: strengthen the guard in the Pop macros,
8940 like in the XML parser, closes bug #97315
8941
Daniel Veillard0821b152002-11-12 20:57:47 +00008942Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8943
8944 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8945 callback is never used.
8946
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008947Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8948
8949 * parserInternals.c: fixed the initialization of the SAX structure
8950 which was breaking xsltproc
8951 * xpath.c: patch from Petr Pajas for CDATA nodes
8952 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8953 * parser.c include/libxml/parser.h: patch from Peter Jones
8954 removing a leak in xmlSAXParseMemory() and adding the
8955 function xmlSAXParseMemoryWithData()
8956
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008957Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8958
8959 adding pdf of tutorial, changing web page to link to it
8960 * doc/tutorial/xmltutorial.pdf
8961 * doc/xml.html
8962 * doc/docs.html
8963
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008964Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8965
8966 * doc/tutorial/ar01s08.html
8967 adding file what I forgot for tutorial
8968
8969
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008970Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8971
8972 Adding encoding discussion to tutorial
8973 Added:
8974 * doc/tutorial/images/*.png: DocBook admonition image files
8975 * doc/tutorial/apf.html, apg.html: new generated html
8976 * doc/tutorial/includeconvert.c: conversion code entity file
8977 changed:
8978 * doc/tutorial/xmltutorial.xml: DocBook original
8979 * doc/tutorial/*.html: generated html
8980
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008981Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8982
8983 * include/libxml/*.h: retired xmlwin32version.h
8984 * doc/Makefile.am: retired xmlwin32version.h
8985 * win32/configure.js: retired xmlwin32version.h
8986
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008987Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8988
8989 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008990 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8991 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008992
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008993Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8994
8995 * globals.c: fixed a typo pointed out by Igor
8996 * xpath.c: try to speed up node compare using line numbers
8997 if available.
8998
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008999Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9000
9001 * tree.c: make xmlFreeNode() handle attributes correctly.
9002
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009003Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9004
9005 * catalog.c: completed the #96963 fix, as reported by Karl
9006 Eichwalder
9007
Daniel Veillard56f21f22002-11-06 15:49:46 +00009008Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9009
9010 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9011
Daniel Veillard91ad8792002-11-04 17:06:52 +00009012Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9013
9014 * Makefile.am: switched the order of a couple of includes
9015 to fix bugs #97100
9016
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009017Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9018
9019 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9020 xmlLoadCatalogs that used to separate directories with a ':'.
9021
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009022Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9023
9024 * threads.c: improvements to the Windows-side of thread handling
9025 * testThreads.c: conditionally excluded unistd.h
9026 * testThradsWin32.c: broke overlong lines
9027 * include/win32config.h: adapted thread-related macros to the new
9028 scheme and for pthreads on Windows
9029 * win32/Makefile.msvc: introduced a more flexible thread build,
9030 added testThreads[Win32].c to the build
9031 * win32/configure.js: introduced a more flexible thread config
9032
John Fleck61f6fb62002-10-31 15:23:29 +000090332002-10-31 John Fleck <jfleck@inkstain.net>
9034
9035 * doc/xml.html (and, by implication, FAQ.html)
9036 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9037
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009038Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9039
9040 * configure.in: removed xmlwin32version.h
9041 * include/libxml/Makefile.am: removed xmlwin32version.h
9042
Daniel Veillardce66ce12002-10-28 19:01:59 +00009043Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9044
9045 * tree.c: applied patch from Brian Stafford to fix a bug
9046 in xmlReconciliateNs()
9047
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009048Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9049
9050 * tree.c: applied patch from Christian Glahn to allow
9051 xmlNewChild() on document fragment nodes
9052
Daniel Veillardb39bc392002-10-26 19:29:51 +00009053Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9054
9055 * parser.c: Christian Glahn found a problem with a recent
9056 patch to xmlParseBalancedChunkMemoryRecover()
9057 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9058 problems
9059 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9060 test/schemas/seq*: added the test cases from Charles
9061
Daniel Veillard366a9152002-10-23 20:43:53 +00009062Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9063
9064 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9065 serious cleanup of the spec file and associated changes
9066 in the Makefiles.
9067 * valid.c: try to remove some warnings on x86_64
9068
Daniel Veillardd033d022002-10-23 14:55:02 +00009069Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9070
9071 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9072 fix bug #96586
9073
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009074Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9075
9076 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9077 parsing, applied his patch
9078 * result/HTML/attrents.html result/HTML/attrents.html.err
9079 result/HTML/attrents.html.sax test/HTML/attrents.html:
9080 added the test and result case provided by Mikhail Sogrine
9081
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009082Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9083
9084 * vms/build_libxml.com vms/config.vms vms/readme.vms
9085 include/libxml/parser.h include/libxml/parserInternals.h
9086 include/libxml/tree.h include/libxml/xmlIO.h
9087 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9088 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9089 Applied the VMS update patch from Craig A. Berry
9090 * doc/*.html: update
9091
Daniel Veillardf000f072002-10-22 14:28:17 +00009092Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9093
9094 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9095
Daniel Veillard1e208222002-10-22 14:25:25 +00009096Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9097
9098 * debugXML.c: adding a grep command to --shell in xmllint
9099 for T.V. Raman
9100
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009101Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9102
9103 * xmlcatalog.c: tried to fix some of the problem with --sgml
9104
Daniel Veillard935494a2002-10-22 14:22:46 +00009105Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9106
9107 * parser.c: tried to fix bug #91500 where doc->children may
9108 be overriden by a call to xmlParseBalancedChunkMemory()
9109
9110Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9113 identifiers in SGML catalogs containing '&'
9114
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009115Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9116
9117 * python/types.c: fixed bugs when passing result value tree
9118 to Python functions.
9119
Daniel Veillard48267432002-10-18 11:21:38 +00009120Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9121
9122 * configure.in: preparing the release of 2.4.26
9123 * doc/*: updated and rebuilt the documentation
9124
Daniel Veillardbb284f42002-10-16 18:02:47 +00009125Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9126
9127 * parser.c: fixed a XML Namespace compliance bug reported by
9128 Alexander Grimalovsky
9129
Daniel Veillard44892f72002-10-16 15:23:26 +00009130Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9131
9132 * HTMLtree.c: fixed serialization of script and style when
9133 they are not lowercase (i.e. added using the API to the tree).
9134
Daniel Veillard2fd85422002-10-16 14:32:41 +00009135Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9136
9137 * valid.c: make xmlValidateDocument emit a warning msg if there
9138 is no DTD, pointed by Christian Glahn
9139
Daniel Veillard32370232002-10-16 14:08:14 +00009140Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9141
9142 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9143 content model when some of the blocks have min or max, and a couple
9144 of bugs found in the process.
9145 * result/schemas/list0* test/schemas/list0*: added some specific
9146 regression tests
9147
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009148Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9149
9150 * README: updated the contact informations
9151
Daniel Veillard63186732002-10-15 08:43:17 +00009152Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9153
9154 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9155 misses it, reported by Peter Bray.
9156
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009157Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9158
9159 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9160 and removed a few warnings
9161
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009162Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9163
9164 * parser.c: Christian Glahn found a small bug in the push parser.
9165 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9166 public
9167
Daniel Veillard6045c902002-10-09 21:13:59 +00009168Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9169
9170 * xmlschemas.c include/libxml/xmlschemas.h: added
9171 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9172 * testSchemas.c: added --memory to test the new interface
9173
Daniel Veillardf0070122002-10-09 14:24:17 +00009174Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9175
9176 * doc/index.py doc/search.php: integrated the XSLT indexing,
9177 a few fixed in the indexer, added a scope selection at the
9178 search level.
9179
Daniel Veillard01992e02002-10-09 10:20:30 +00009180Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9181
9182 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9183 this was due to uninitialized parts of the validation context
9184
Daniel Veillard321be0c2002-10-08 21:26:42 +00009185Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9186
9187 * debugXML.c: applied patch from Mark Vakoc except the API
9188 change, preserved it.
9189 * doc/*: updated the docs to point to the search engine for
9190 information lookup or before bug/help reports.
9191
Daniel Veillard01e87d22002-10-08 16:55:06 +00009192Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9193
9194 * doc/index.py doc/search.php: added mailing-list archives
9195 indexing and lookup
9196
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009197Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9198
9199 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9200
Daniel Veillard9b006132002-10-07 11:13:27 +00009201Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9202
9203 * doc/index.py: improved HTML indexing
9204 * doc/search.php: make the queries also lookup the HTML based indexes
9205
Daniel Veillard141d04b2002-10-06 21:51:18 +00009206Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9207
9208 * doc/index.py: added HTML page indexing
9209
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009210Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9211
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009212 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009213 problem in libxslt.
9214 * catalog.c: fixed list handling in XML_CATALOG_FILES
9215
Daniel Veillardceb09b92002-10-04 11:46:37 +00009216Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9217
9218 * valid.c: typo/bug found by Christian Glahn
9219
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009220Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9221
9222 * xmlIO.c: applied Windows CE patch from Javier.
9223 * win32/wince: new directory, contains support for the PocketPC
9224 with Windows CE from Javier.
9225 * include/win32config.h: reorganised, removed duplicate
9226 definitions and applied WinCE patch from Javier.
9227 * include/wsockcompat.h: new file, now contains WinSock
9228 compatibility macros.
9229 * win32/Makefile.msvc: introduced double-run compilation.
9230
Daniel Veillarde16b5742002-09-26 17:50:03 +00009231Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9232
9233 * configure.in include/libxml/xmlwin32version.h: preparing release
9234 of 2.4.25
9235 * doc/*: updated and regenerated teh docs and web pages.
9236
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009237Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9238
9239 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9240 error were not covering namespace declarations.
9241 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9242 it was missing the attribute declaration for the namespace
9243 * result/VC/NS3: the fix now report breakages in that test
9244
Daniel Veillardabe01742002-09-26 12:40:03 +00009245Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9246
9247 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9248
Daniel Veillard2ace1952002-09-26 12:28:02 +00009249Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9250
9251 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9252 and regenerated the docs and web site
9253
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009254Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9255
9256 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9257 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9258 not before
9259
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009260Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9261
9262 * python/generator.py python/libxml2class.txt: fixed a stupid error
9263 breaking the python API
9264
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009265Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9266
9267 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9268 triostr.c triostr.h: applied a trio update patch from
9269 Bjorn Reese which should work with MinGW
9270
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009271Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9272
9273 * tree.c: improving some documentation comments
9274 * xmlregexp.c: found and fixed a mem leak with python regression tests
9275 * doc/*: rebuilt the doc and the API XML file including the
9276 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9277 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9278 python/types.c: added access to the XML Schemas regexps from
9279 python
9280 * python/tests/Makefile.am python/tests/regexp.py: added a
9281 simple regexp bindings test
9282
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009283Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9284
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009285 * doc/xml.html:
9286 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009287
Daniel Veillard118aed72002-09-24 14:13:13 +00009288Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9289
9290 * xmlregexp.c: fixed the data callback on transition functionality
9291 which was broken when using the compact form
9292 * result/schemas/*: updated the results, less verbose, all tests
9293 pass like before
9294 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9295 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9296 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9297 annoying warnings
9298 * xpath.c: try to provide better error report when possible
9299
Daniel Veillard72336152002-09-21 13:08:14 +00009300Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9301
9302 * Makefile.am: fixed a breakage raised by Jacob
9303
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009304Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9305
9306 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9307 which don't use sockets
9308
Igor Zlatkovic01280582002-09-20 16:40:34 +00009309Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9310
9311 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9312 * win32/configure.js: applied zlib patch from Daniel Gehriger
9313
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009314Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9315
9316 * win32/configure.js: applied the patch from Mark Vakoc for
9317 regexp support
9318 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9319 for regexp support
9320
Daniel Veillardb5c05732002-09-20 13:36:25 +00009321Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9322
9323 * xmlschemastypes.c: as pointed by Igor Float and Double
9324 parsing ain't finished yet
9325
Daniel Veillard40b11342002-09-20 12:01:39 +00009326Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9327
9328 * Makefile.am configure.in: trying to fix #88412 by bypassing
9329 all the python subdir if python ain't detected
9330
Daniel Veillard23e73572002-09-19 19:56:43 +00009331Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9332
9333 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9334 made configuring with regexps/automata/unicode the default
9335 but without schemas ATM
9336 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9337 fixed the regexp based DTD validation performance and memory
9338 problem by switching to a compact form for determinist regexps
9339 and detecting the determinism property in the process. Seems
9340 as fast as the old DTD validation specific engine :-) despite
9341 the regexp built and compaction process.
9342
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009343Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9344
9345 * valid.c: determinism is debugged, new DTD checking code now works
9346 but xmlFAComputesDeterminism takes far too much CPU and the whole
9347 set usues too much memory to be really usable as-is
9348
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009349Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9350
9351 * tree.c: fixed another stupid bug in xmlGetNodePath()
9352 * xmllint.c: --version now report the options compiled in
9353
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009354Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9355
9356 * HTMLparser.c: small cleanup
9357 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9358 when configured with them. A bit of debugging around the determinism
9359 checks is still needed
9360
Daniel Veillard63b01c22002-09-17 19:25:28 +00009361Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9362
9363 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9364
Daniel Veillard92727042002-09-17 17:59:20 +00009365Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9366
9367 * xmlIO.c: small portability glitch fixed.
9368
Daniel Veillard84d70a42002-09-16 10:51:38 +00009369Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9370
9371 * xmlschemastypes.c: incomplete steps for real/double support
9372 * testAutomata.c include/libxml/xmlautomata.h
9373 include/libxml/xmlregexp.h: avoiding a compilation problem
9374 * valid.c include/libxml/valid.h: starting the work toward using
9375 the regexps for actual DTD validation
9376
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009377Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9378
9379 * hash.c: cosmetic cleanup
9380 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9381 integrating a DTD validation layer based on the regexps
9382
Daniel Veillard4402ab42002-09-12 16:02:56 +00009383Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9384
9385 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9386 the determinism was tested before eliminating the epsilon
9387 transitions :-(
9388
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009389Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9390
9391 * python/generator.py python/libxml.c python/libxml.py
9392 python/libxml2-python-api.xml python/libxml2class.txt
9393 python/libxml_wrap.h python/types.c: updated the python
9394 bindings, added code for easier File I/O, and the ability to
9395 define a resolver from Python fixing bug #91635
9396 * python/tests/Makefile.am python/tests/inbuf.py
9397 python/tests/outbuf.py python/tests/pushSAXhtml.py
9398 python/tests/resolver.py python/tests/serialize.py: updated
9399 and augmented the set of Python tests.
9400
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009401Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9402
9403 * win32/configure.js: added more readme info for the binary
9404 package.
9405
Daniel Veillard607b35c2002-09-10 12:16:19 +00009406Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9407
9408 * xmlIO.c: fixed a stupid out of bound array error
9409
9410Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9411
9412 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9413 messing around with support for Windows path, cleanups,
9414 trying to identify and fix the various code path to the
9415 filename access. Added xmlNormalizeWindowsPath()
9416
Daniel Veillard76575762002-09-05 14:21:15 +00009417Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * error.c valid.c: working on better error reporting of validity
9420 errors, especially providing an accurate context.
9421 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9422 error reports in those cases.
9423
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009424Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9425
9426 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9427 parser.c parserInternals.c xmlIO.c: get rid of all the
9428 perror() calls made in the library execution paths. This
9429 should fix both #92059 and #92385
9430
Daniel Veillard19aa7022002-09-05 11:14:19 +00009431Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9432
9433 * xmllint.c: memory leak reporting was broken after a change
9434 of the preprocessor symbol used to activate it.
9435
Daniel Veillardec6725e2002-09-05 11:12:45 +00009436Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9437
9438 * tree.c: try to make the copy function work for node of
9439 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9440 DOM layers though, not libxml2 itself.
9441
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009442Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9443
9444 * valid.c: try to provide file and line informations, not all
9445 messages are covered, but it's a (good) start
9446
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009447Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9448
9449 * xinclude.c: reimplemented a large part of the XInclude
9450 processor, trying to minimize resources used, James Henstridge
9451 provided a huge test case which was exhibiting severe memory
9452 consumption problems.
9453
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009454Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9455
9456 * python/Makefile.am: applied patch from Christophe Merlet to
9457 reestablish DESTDIR
9458
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009459Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9460
9461 * libxml.spec.in: fixes libary path for x86_64 AMD
9462
John Fleckbe98b332002-09-04 03:16:23 +00009463Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9464
9465 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009466 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009467 (plus resulting generated html files)
9468 fixing one spot I missed in the tutorial where I hadn't freed
9469 memory properly
9470
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009471Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9472
9473 * doc/tutorial/includeaddattribute.c
9474 * doc/tutorial/includeaddkeyword.c
9475 * doc/tutorial/includegetattribute.c
9476 * doc/tutorial/includekeyword.c
9477 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009478 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009479 update tutorial to properly free memory (thanks to Christopher
9480 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009481 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009482 added image files so the callouts are graphical, making it
9483 easier to read ( use "--param callout.graphics 1" to generate
9484 html with graphical callouts)
9485
Daniel Veillarde1662542002-08-28 11:50:59 +00009486Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9487
9488 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9489 nice logos generated by Marc Liyanage
9490 * doc/site.xsl *.html: changed the stylesheet to show the new
9491 logo and regenerated the pages
9492
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009493Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9494
9495 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9496
Daniel Veillard42766c02002-08-22 20:52:17 +00009497Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9498
9499 * xpath.c: possible mem leak patch from Jason Adams
9500
9501Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9502
9503 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9504 in the XQuery namespace
9505 * configure.in: preparing 2.4.24
9506 * doc/*.html: updated the web pages
9507
9508Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9509
9510 * python/generator.py: closing bug #85258 by generating conditional
9511 compile check to avoid linking to routines not configured in.
9512
Havoc Pennington84ec40a2002-08-22 13:59:35 +000095132002-08-22 Havoc Pennington <hp@pobox.com>
9514
9515 * autogen.sh: update error message for missing automake
9516
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009517Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9518
9519 * python/Makefile.am: typo in target name resulted in libxml2.py
9520 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9521
Daniel Veillard22669b22002-08-22 07:17:11 +00009522Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9523
9524 * win32/win32/Makefile.mingw: updated with version from
9525 Elizabeth Barham at http://soggytrousers.net/repository/
9526
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009527Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9528
9529 * win32/Makefile.msvc: added the prefix location to the include
9530 and lib search path.
9531
Havoc Pennington830e8972002-08-18 22:22:13 +000095322002-08-18 Havoc Pennington <hp@pobox.com>
9533
9534 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9535 both automake 1.6 and 1.4 installed get the right automake. Means
9536 compilation from CVS will now require the latest automake 1.4
9537 release, or manually creating symlinks called "automake-1.4" and
9538 "aclocal-1.4"
9539
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009540Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9541
9542 * configure.in python/Makefile.am: more AMD 64 induced changes from
9543 Frederic Crozat
9544
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009545Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9546
9547 * xinclude.c: oops I was missing the xml:base fixup too
9548 * result/XInclude/*.xml: this adds xml:base attributes to most
9549 results of the tests
9550
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009551Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9552
9553 * xinclude.c: quick but apparently working implementation of
9554 xi:fallback, should close bug #89684
9555 * Makefile.am test/XInclude/docs/fallback.xml
9556 result/XInclude/fallback.xml: added a basic test for fallback,
9557 and run with --nowarning to avoid a spurious warning
9558 * configure.in: applied patch from Frederic Crozat for python
9559 bindings on AMD 64bits machines.
9560
Daniel Veillard9e923512002-08-14 08:48:52 +00009561Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9562
9563 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9564 the caller don't pass a SAX callback block.
9565
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009566Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9567
9568 * tree.c: applied the same fix for the XML-1.0 namespace to
9569 xmlSearchNsByHref() as was done for xmlSearchNs()
9570
Daniel Veillardad11b302002-08-12 14:53:41 +00009571Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9572
9573 * libxml.3: small cleanup of the man page
9574 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9575 when serializing HREF attributes generated by XSLT.
9576
Daniel Veillardc084e472002-08-12 13:27:28 +00009577Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9578
9579 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9580 version of Marc Liyanage' patch for boolean attributes in HTML
9581 output
9582
Daniel Veillard5f91b372002-08-12 12:13:01 +00009583Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * python/tests/serialize.py: fixed the test results, indenting
9586 behaviour changed slightly
9587
Aleksey Sanin9e951762002-08-08 18:02:41 +00009588Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9589
9590 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9591 new c14n function to Windows def files
9592
Aleksey Saninea4272a2002-08-02 23:50:03 +00009593Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9594
9595 * c14n.c: fixed a memory leak in c14n code
9596
Daniel Veillard58e44c92002-08-02 22:19:49 +00009597Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9598
9599 * parser.c include/libxml/parser.h: adding a new API for Christian
9600 Glahn: xmlParseBalancedChunkMemoryRecover
9601 * valid.c: patch from Rick Jones for some grammar cleanup in
9602 validation messages
9603 * result/VC/* result/valid/*: this slightly change some of the
9604 regression tests outputs
9605
Daniel Veillard0bf29002002-08-01 12:54:11 +00009606Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9607
9608 * tree.c: trying to fix a problem in namespaced attribute handling
9609 raised by Christian Glahn
9610
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009611Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * encoding.c include/libxml/encoding.h: Opening the interface
9614 xmlNewCharEncodingHandler as requested in #89415
9615 * python/generator.py python/setup.py.in: applied cleanup
9616 patches from Marc-Andre Lemburg
9617 * tree.c: fixing bug #89332 on a specific case of loosing
9618 the XML-1.0 namespace on xml:xxx attributes
9619
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009620Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9621
9622 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9623 corner case from new Merlin's test suite and added a callback
9624 that will be used to improve xmlsec performance
9625
9626
Daniel Veillard0b22def2002-07-29 16:23:03 +00009627Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9628
9629 * HTMLtree.c: trying to fix the <style> escaping problem in
9630 HTML serialization bug #89342
9631
Daniel Veillard0b28e882002-07-24 23:47:05 +00009632Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9635 and rebuilt the web site.
9636
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009637Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009638
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009639 * include/libxml/tree.h: added _private member to xmlNs struct
9640
Daniel Veillard1d995272002-07-22 16:43:32 +00009641Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9642
9643 * HTMLparser.c: fixing bug #84876 based on the xml working
9644 code.
9645
William M. Brack61eaba52002-07-21 11:14:18 +00009646Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9647
9648 * python/Makefile.am: enhanced to fix bug 72012 (errors
9649 when using '-jX' make parameter)
9650
William M. Brackef61d202002-07-19 08:32:00 +00009651Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9652
9653 * xpath.c: small additional enhancement for booleans
9654 compared to nodesets
9655
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009656Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9657
9658 * HTMLtree.c: changed the order of the encoding declaration
9659 attributes in the meta tags due to a bug in IE/Mac
9660
William M. Brack0c022ad2002-07-12 00:56:01 +00009661Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9662
9663 * xpath.c: enhanced handling of booleans (especially '='
9664 and '!=' for nodesets) - fixes bug 85256. Added new
9665 routine xmlXPathNotEqualValues for more proper handling
9666 of '!=' when nodesets are involved.
9667
Daniel Veillard06944e22002-07-11 19:55:18 +00009668Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9671 doc/xmlcatalog_man.xml to the source distribution
9672
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009673Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9674
9675 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9676 asked for this.
9677
Daniel Veillard539638b2002-07-06 19:55:14 +00009678Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * configure.in: preparing 2.4.23
9681 * doc/*: rebuilt the docs
9682
Daniel Veillard176d99f2002-07-06 19:22:28 +00009683Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9684
9685 * parser.c: fixing bug #84169 by fixing the
9686 comment of xmlCreatePushParserCtxt to describe the
9687 encoding detection parameters better.
9688
Daniel Veillard37f961d2002-07-06 17:53:56 +00009689Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9690
9691 * valid.c: fixing bug #79331 in one path the lookup for
9692 ID attributes on a namespaced node wasn't handled correctly :-\
9693
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009694Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * HTMLparser.c: trying to fix 87235 about discarded white
9697 spaces in the HTML parser.
9698 * result/HTML/*: this changes the output of a number of HTML
9699 regression tests
9700
Daniel Veillardfdc91562002-07-01 21:52:03 +00009701Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9702
9703 * xpath.c: applied patch from Richard Jinks for the namespace
9704 axis + fixed a memory error.
9705 * parser.c parserInternals.c: applied patches from Peter Jacobi
9706 removing ctxt->token for good.
9707 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9708 popped out by the regression tests.
9709 * Makefile.am: patch for threads makefile from Gary Pennington
9710
William M. Brack6000af52002-06-28 11:43:13 +00009711Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9712
Daniel Veillardfdc91562002-07-01 21:52:03 +00009713 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009714 expressions involving preceding-sibling (et al).
9715
Daniel Veillard153120c2002-06-18 07:58:35 +00009716Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9717
9718 * hash.c: applied a patch from Peter Jacobi to solve a problem
9719 when compiling with the Watcom C on Win32
9720 * result/schemas/*.err: the change of hashing algo generated
9721 permutations in the output
9722
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009723Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9724
9725 * hash.c: applied patch from Sander Vesik improving the quality of
9726 the hash function.
9727
Aleksey Sanina5808b92002-06-14 17:07:41 +000097282002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009729
9730 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9731 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9732 xmllint.c xpath.c: replaced sprintf() with snprintf()
9733 to prevent possible buffer overflow (the bug was pointed
9734 out by Anju Premachandran)
9735
Daniel Veillarde059b892002-06-13 15:32:10 +00009736Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9737
9738 * parser.c: removed an uninitialized data error popped by valgrind
9739 on PE references
9740
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009741Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9742
9743 * doc/xml.html
9744 adding tutorial reference to the web page
9745
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009746Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9747
9748 * doc/tutorial/xmltutorial.xml
9749 * doc/tutorial/ar01s07.html
9750 * doc/tutorial/ape.html
9751 * doc/tutorial/includegetattribute.c
9752 adding section to tutorial about retrieving an attribute
9753 value
9754
Daniel Veillardf5582f12002-06-11 10:08:16 +00009755Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9756
9757 * parser.c: applied a couple of patches from Peter Jacobi to start
9758 to get rid of ctxt->token, with a possible significant speed
9759 improvement to be gained once done. Better compliance with PE
9760 references constructs in DTDs too.
9761 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9762 from Peter too
9763
Daniel Veillard38d80e22002-06-11 07:24:56 +00009764Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9765
9766 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9767 xmlParseElement was likely to have been deallocated at the
9768 time of the report, possibly leading to segfault. Just report
9769 the tag name now.
9770
Daniel Veillard9e412302002-06-10 15:59:44 +00009771Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9772
9773 * xpath.c: patch from Richard Jinks for XPath substring() function
9774 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9775
Aleksey Sanina5808b92002-06-14 17:07:41 +000097762002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009777
9778 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9779
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009780Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9781
9782 *doc/FAQ.html
9783 fixing typos in FAQ, thanks to Robert Funnell for the
9784 editing help
9785
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009786Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9787
9788 * NEWS: got complaints from rpmlint that it was empty
9789
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009790Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9791
9792 * added doc/tutorial, including:
9793 apa.html
9794 apb.html
9795 apc.html
9796 apd.html
9797 ar01s02.html
9798 ar01s03.html
9799 ar01s04.html
9800 ar01s05.html
9801 ar01s06.html
9802 includeaddattribute.c
9803 includeaddkeyword.c
9804 includekeyword.c
9805 includestory.xml
9806 index.html
9807 xmltutorial.xml
9808 libxml tutorial, including generated html
9809
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009810Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9811
9812 * result/c14n/exc-without-comments/merlin-c14n-two-*
9813 result/c14n/without-comments/merlin-c14n-two-*
9814 test/c14n/exc-without-comments/merlin-c14n-two-*
9815 test/c14n/without-comments/merlin-c14n-two-*
9816 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9817 c14n/exc-c14n and slightly modified test script to handle
9818 these test cases
9819 * c14n.c: fixed bugs for complicated nodes set (namespace
9820 without node and others from merlin-c14n-two.tar.gz)
9821 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9822 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9823 for xmlsec performance patch
9824 * xpath.c: fixed self::node() for namespaces and attributes
9825
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009826Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9827
9828 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9829 but with the format parameter
9830 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9831
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009832Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9833
9834 * Makefile.am: updated c14n tests suite
9835 * c14n.c: performance improvement for previous c14n patch
9836
Daniel Veillarde72c7562002-05-31 09:47:30 +00009837Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * parser.c: another peroformance patch from Peter Jacobi, that
9840 time on parsing attribute values.
9841
Aleksey Sanin508a1012002-05-31 06:32:32 +00009842Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9843
9844 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9845 into LibXML2 test suite
9846
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009847Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9848
9849 * c14n.c: propagating xpath ancesstors node fix to c14n
9850 plus small performance improvement to reduce number of
9851 mallocs
9852 * xpath.c: fixed ancestors axis processing for namespace nodes
9853
Daniel Veillard46de64e2002-05-29 08:21:33 +00009854Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9855
9856 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9857 Peter Jacobi
9858
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009859Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9860
9861 * configure.in: preparing 2.4.22
9862
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009863Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9864
9865 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9866 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9867 a public entry point.
9868 * doc/*: rebuilt the API and docs
9869
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009870Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9871
9872 * xpath.c: patch from Richard Jinks to fix a problem introduced
9873 in the previous patch and pointed by Norm
9874
Daniel Veillardc6924812002-05-24 11:10:43 +00009875Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9876
9877 * libxml.spec.in: fixing bug #81112
9878
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009879Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9880
9881 * uri.c: fixing bug #82848
9882
Daniel Veillarda2878972002-05-24 07:54:39 +00009883Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9884
9885 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9886 output of one catalog test
9887
Aleksey Sanin114e4752002-05-24 07:20:27 +00009888Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009889
Aleksey Sanin114e4752002-05-24 07:20:27 +00009890 * global.data globals.c tree.c include/libxml/globals.h
9891 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9892 default value for global parameter xmlIndentTreeOutput to 1 and
9893 introduced new global parameter xmlTreeIndentString (the string
9894 used to do one-level indent) with default value " " (as it was
9895 in tree.c)
9896
Daniel Veillard49d5af82002-05-23 11:55:49 +00009897Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9898
9899 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9900 with trio and schemas.
9901
Daniel Veillard7c13af42002-05-22 09:57:32 +00009902Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9903
9904 * xpath.c: patch from Richard Jinks to fix the problem raised in
9905 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9906
Daniel Veillard5a872412002-05-22 06:40:27 +00009907Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9908
9909 * xmlschemas.c: a bit of work on import.
9910 * xmlschemastypes.c: Charles Bozeman provided a compare function
9911 for date/time types so min/max facet restrictions should work,
9912 indeterminate comparisons return an error instead of equal.
9913 * test/schemas/date_0* result/schemas/date_0_0: specific test
9914 from Charles Bozeman too
9915
Daniel Veillard10b6da42002-05-18 07:55:20 +00009916Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9917
9918 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9919 from Christian Cornelssen fixing the man pages and the Catalog
9920 building script.
9921 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9922 next step is <xs:import> I now have a reasonable understanding
9923 of how it works.
9924
Daniel Veillarde5354492002-05-16 08:43:22 +00009925Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9926
9927 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9928
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009929Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9930
9931 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9932
Daniel Veillard088bf112002-05-14 11:03:59 +00009933Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9934
9935 * xpath.c: fixing an XPath function evalutation bug pointed out
9936 by Alexey Efimov where the context was lost when evaluating
9937 the function arguments
9938
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009939Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009940
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009941 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9942 function public for XMLSec performance optimizations
9943
Daniel Veillard3cd72402002-05-13 10:33:30 +00009944Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9945
9946 * python/generator.py python/libxml2class.txt : fixed a problem
9947 with the HTML parser pointed by Gary Benson
9948 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9949 example
9950
Aleksey Sanine48a3182002-05-09 18:20:01 +00009951Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9952 * parser.c: fixed bug #81159 (memory growth in SAX)
9953
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009954Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9955 * xpath.c: fixed bug #78858 (the real fix)
9956
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009957Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009958 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009959
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009960Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * tree.c: modified xmlNodeSetBase to allow changing the
9963 base of a document.
9964
Daniel Veillard070803b2002-05-03 07:29:38 +00009965Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9966
9967 * xmlschemastypes.c: patch Charles Bozeman for validation of
9968 all the date, time, and duration types
9969 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9970 * configure.in: fixed an error pointed by an user
9971 * xml2-config.in: fixed an error pointed by an user
9972
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009973Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9974
9975 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9976 win32/libxml2.def.src xmlIO.c: exported default
9977 'file:', 'http:' and 'ftp:' protocols input handlers
9978 and maked protocols comparisson case insensitive
9979
Daniel Veillard34de97f2002-04-30 14:29:22 +00009980Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9981
9982 * configure.in: Neven Has detected a typo
9983
Daniel Veillard28577c32002-04-30 06:48:41 +00009984Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9985
9986 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9987 as one of the persons allowed to commit directly to the
9988 module.
9989
Daniel Veillardfc57b412002-04-29 15:50:14 +00009990Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9991
9992 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9993 * valid.c: raised a too low limit
9994 * doc/*: rebuilt the docs
9995
Daniel Veillardeca82812002-04-24 11:42:02 +00009996Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9997
9998 * test/XPath/expr/floats test/XPath/expr/functions
9999 result/XPath/expr/floats result/XPath/expr/functions
10000 xpath.c: another XPath conformance patch from Richard Jinks
10001
Daniel Veillard13e04c62002-04-23 17:51:29 +000010002Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10003
10004 * xmlschemas.c: fixed validation of attribute groups.
10005 * test/schemas result/schemas: added an example from the primer
10006
Daniel Veillard88c58912002-04-23 07:12:20 +000010007Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10008
10009 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10010 * test/schemas result/schemas: updated the test list
10011
Daniel Veillarde19fc232002-04-22 16:01:24 +000010012Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10013
10014 * TODO: updated a bit
10015 * parser.c: made a comment more specific
10016 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10017 Schemas conformance.
10018 * test/schemas result/schemas: updated the test list
10019
Daniel Veillard441bc322002-04-20 17:38:48 +000010020Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10021
10022 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10023 implementing xs:all with minOccurs = 0
10024 * tes/schemas/* result/schemas/*: added more tests covering
10025 xs:all
10026
Daniel Veillard8a001f62002-04-20 07:24:11 +000010027Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * xmlregexp.c: first implementation of the all particle, this
10030 may need to be revisited for case where not all transitions
10031 must be crossed.
10032
Daniel Veillard7646b182002-04-20 06:41:40 +000010033Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10034
10035 * tree.c: another entity processing update from Markus Henke
10036
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010037Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10038
10039 * trionan.c: fixed crash on OSF/1
10040
Daniel Veillardb4398962002-04-19 07:01:55 +000010041Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10042
10043 * xmlschemas.c: more Schemas work
10044 * test/schemas/* result/schemas/*: added more tests coming
10045 from the spec.
10046
Daniel Veillard54761132002-04-18 21:00:44 +000010047Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10048
10049 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10050 ExcC14N specification
10051
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010052Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10053
10054 * tree.c: patch from Markus Henke, fix for recursive entities.
10055
Daniel Veillard23b1f372002-04-18 15:50:05 +000010056Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10057
10058 * xpath.c: fix a problem with string() on a document node.
10059
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010060Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10061
10062 * Makefile.am xmlschemas.c: more Schemas work
10063 * test/schemas/* result/schemas/*: added more tests coming
10064 from the spec.
10065
Daniel Veillard6231e842002-04-18 11:54:04 +000010066Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10067
10068 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10069 * result/HTML/*: this changes a few things in the results
10070
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010071Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10072
10073 * include/libxml/tree.h: eliminated 'declaration different than
10074 prototype' warning
10075 * include/win32config.h: "resolved" conflicts with errno.h
10076
Daniel Veillardb509f152002-04-17 16:28:10 +000010077Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10078
10079 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10080 on the automata interfaces and debug of counted choices
10081 * test/schemas/* result/schemas/*: added a number of tests
10082
Daniel Veillard8651f532002-04-17 09:06:27 +000010083Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10084
10085 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10086 a bit of work on Schemas
10087 * testSchemas.c: try to make it more useful
10088 * test/schemas/* result/schemas/* Makefile.am: changed the
10089 Schemas regression test procedure, started adding a few samples
10090
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010091Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10092
10093 * include/libxml/encoding.h: Patch for the Borland C++ builder
10094 * include/libxml/tree.h: Patch for the Borland C++ builder
10095 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010096 * win32/bcb5: New directory for the Borland C++ builder
10097 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010098
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010099Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10100
10101 * win32/Makefile.msvc: Update for XML Schema support
10102 * win32/configure.js: Update for XML Schema support
10103 * win32/libxml2.def.src: Update for XML Schema support
10104
Daniel Veillard4255d502002-04-16 15:50:10 +000010105Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10106
10107 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10108 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10109 xmlunicode.c include/libxml/Makefile.am
10110 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10111 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10112 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10113 include/libxml/xmlversion.h.in : merged the current state of
10114 XML Schemas implementation, it is not configured in by default,
10115 a specific --schemas configure option has been added.
10116 * test/automata test/regexp test/schemas Makefile.am
10117 result/automata result/regexp result/schemas:
10118 merged automata/regexp/schemas regression tests
10119
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010120Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10121
10122 * xpath.c: Gary found a compile time problem, fixes #78823
10123
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010124Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * configure.in: release of 2.4.20
10127 * doc/*: updated and rebuilt the docs
10128
Daniel Veillardf544f192002-04-15 12:56:56 +000010129Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * python/Makefile.am: patch from Cristian Gafton to build on
10132 Red Hat 6.2, should also fix #75779
10133
Daniel Veillard940492d2002-04-15 10:15:25 +000010134Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10135
10136 * valid.c: first part of fixing #78729
10137
Daniel Veillardeb475a32002-04-14 22:00:22 +000010138Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10139
10140 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10141 escaping of URI when saving HTML files.
10142 * result/HTML/*: this impacted some tests
10143
Daniel Veillard9b731d72002-04-14 12:56:08 +000010144Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * configure.in: trying to fix #77441
10147
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010148Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10149
10150 * include/libxml/xmlIO.h: Hallski complained it could not be
10151 included by itself.
10152
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010153Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10154
10155 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10156
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010157Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10158
10159 * win32/configure.js: patch from Nilo for the c14n option
10160 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10161
Daniel Veillardda423da2002-04-10 19:25:38 +000010162Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10163
10164 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10165 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10166 LIBXML_THREAD_ENABLED
10167
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010168Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10169
10170 * xpath.c: another patch from Richard Jinks for substring conformance
10171 * test/XPath/expr/floats test/XPath/expr/strings
10172 result/XPath/expr/floats result/XPath/expr/strings: update of the
10173 test suite to check those.
10174
Daniel Veillard01917aa2002-04-10 11:30:41 +000010175Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * xpath.c: patch from Richard Jinks for .x float parsing.
10178
Daniel Veillard46d6c442002-04-09 16:10:39 +000010179Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10180
10181 * parser.c: patch from Markus Henke when an encoding ain't recognized
10182
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010183Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10184
10185 * libxml.m4: got a report that #include <string.h> was needed
10186
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010187Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10188
10189 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10190
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010191Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10192
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010193 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010194
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010195Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10196
10197 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10198 pointed out by Melvyn Sopacua.
10199
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010200Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * libxml.m4: Frédéric Crozat gave a patch related to the change
10203 of Include paths breaking the libxml.m4
10204
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010205Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10206
10207 * xpath.c: Fix bug #76927 forgot to save some context
10208 when evaluating binary expressions
10209
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010210Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10211
10212 * configure.in: fixed configure for MPE/iX from Markus Henke
10213 * xmlmemory.c: fixed initialization problems
10214 * xpath.c: another set of patches from Richard Jinks this
10215 fixes "make XPathtests" on linux
10216
Daniel Veillard21458c82002-03-27 16:12:22 +000010217Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10218
10219 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10220 * test/XPath/expr/compare test/XPath/expr/equality
10221 test/XPath/expr/floats test/XPath/expr/functions
10222 test/XPath/expr/strings result/XPath/expr/compare
10223 result/XPath/expr/equality result/XPath/expr/floats
10224 result/XPath/expr/functions result/XPath/expr/strings: Updated
10225 tests though they show a divergence on Linux
10226
Daniel Veillard28dfed12002-03-27 09:08:17 +000010227Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xpath.c trionan.c: previous commit also included patches
10230 from Richard Jinks on some IEEE support corner case
10231
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010232Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10235 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10236 that $(datadir) should be used for docs
10237
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010238Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10239
10240 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10241 could leak filedescriptors
10242
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010243Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10244
10245 * configure.in nanohttp.c: applied patch from Allan Clark for
10246 UnixWare/OpenServer
10247
Daniel Veillard19274092002-03-25 16:48:03 +000010248Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10249
10250 * configure.in: preparing 2.4.19
10251 * doc/*: rebuilt the docs
10252
Daniel Veillard56b2db72002-03-25 16:35:28 +000010253Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10254
10255 * nanohttp.c: fixing #76043, got fed up with non-portability
10256 of that piece of code.
10257
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010258Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10259
10260 * valid.c SAX.c: Never commit without running "make tests" :-(
10261 fix a couple of stupidities in the previous commit
10262 * result/*: a few changes in some attribute order result of previous
10263 commit.
10264
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010265Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10266
10267 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10268 the internal subset should not raise duplicate ID errors,
10269 also there was a small bug in conjunction to namespace
10270 declarations defaulted and xml:xxx attributes DTD definitions.
10271
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010272Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10273
10274 * xpath.c: Richard Jinks also raised some rounding problems
10275 this tries to fix them
10276
Daniel Veillard4e2df542002-03-22 12:23:14 +000010277Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10280 behaviour in xmlXPathCastToString()
10281
Daniel Veillarddb552912002-03-21 13:27:59 +000010282Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10283
10284 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10285 raised by Morus Walter
10286
Daniel Veillard9e537932002-03-21 13:08:08 +000010287Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10288
10289 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10290 from Igor
10291
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010292Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10293
10294 * xpath.c: fixing #75619, related to a problem when trying
10295 to evaluate condition when the current node set resulting
10296 from that sub-step evaluation is empty. Also fixes 2 potential
10297 problem with previous-sibling and next-siblings axis.
10298
Daniel Veillard1840ef02002-03-21 08:05:23 +000010299Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10300
10301 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10302 HTML support is not configured in.
10303
Daniel Veillard561b7f82002-03-20 21:55:57 +000010304Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10305
10306 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10307 include/libxml/tree.h: dohh I really didn't intended to commit
10308 this test version :-(
10309
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010310Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * testSAX.c: I wanted to see the real speed at the SAX interface
10313 after a little too many Ximianer started complaining about the
10314 parser speed.
10315 added a --quiet option:
10316 paphio:~/XML -> ls -l db100000.xml
10317 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10318 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10319 3200006 callbacks generated
10320 real 0m1.270s
10321 Which means 16MBytes/s and 3Mcallback/s
10322
Daniel Veillardc62a1472002-03-19 18:35:12 +000010323Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10324
10325 * xpath.c: valgrind spotted another error that time when running
10326 on libxslt regression tests
10327
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010328Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10329
10330 * Makefile.am: adding "make valgrind" running the full regression
10331 tests (except python ones) under Valgrind (using valgrind -q
10332 which was kindly added by the author).
10333 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10334 passes cleanly now except an obcure floating point initialization
10335 raised in log10() in one XPath regression test ???
10336 * tree.c: edited some comments to close #75244
10337
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010338Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10341 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10342 context of ScrollKeeper, made sure that if the number is
10343 an integer, the serialization follows the description at
10344 http://www.w3.org/TR/xpath#section-String-Functions
10345
Daniel Veillard5997aca2002-03-18 18:36:20 +000010346Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10347
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010348 * configure.in: preparing 2.4.18
10349 * doc/*: updated and rebuilt the web site
10350 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10351 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010352 * parser.c: humm, changed the way the SAX parser work when
10353 xmlSubstituteEntitiesDefault(1) is set, it will then
10354 do the entity registration and loading by itself in case the
10355 user provided SAX getEntity() returns NULL.
10356 * testSAX.c: added --noent to test the behaviour.
10357
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010358Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10359
10360 * parser.c: Wilfried Teiken provided a hackish but working
10361 way to get context reported back on entities when parsing
10362 with SAX and without breaking the DOM build.
10363
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010364Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * c14n.c: applied a new patch from Aleksey Sanin
10367 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10368 to reference Aleksey implementation of XML digital Signatures
10369
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010370Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10371
10372 * xpath.c: small fix to avoid potential problem due to
10373 ordering of freeing data
10374 * python/Makefile.am: people were complaining about
10375 the generated file in python dir not being built
10376
Daniel Veillardd2379012002-03-15 22:24:56 +000010377Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10378
10379 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10380 python/generator.py python/libxml.c python/types.c: Cleanup
10381 of the python Makefiles based on Jacob and James feedback,
10382 fixed the spec file accordingly, fixed the number of warning
10383 that passing my pedantic CFLAGS was generating. Conclusion
10384 is that Python includes are real crap.
10385
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010386Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10387
10388 * configure,in: it was reported quite a few times that
10389 xml2-config --cflags should not output
10390 -I$includeprefix/libxml2/libxml because libxml2 header names
10391 clashes with existing names like list.h from C++ stl.
10392 Includes should be #include<libxml/xxx.h> so ...
10393
Daniel Veillard6f293b12002-03-15 09:42:33 +000010394Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10395
10396 * c14n.c: another patch from Aleksey Sanin
10397
Daniel Veillard5c396542002-03-15 07:57:50 +000010398Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10399
10400 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10401 canonicalization algorithm
10402 * doc/xml.html doc/index.html: added the C14N references on the
10403 index page.
10404
jacob berkman9be65862002-03-14 02:15:56 +0000104052002-03-13 jacob berkman <jacob@ximian.com>
10406
10407 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10408 usage, redundant, and gcc specific
10409
Daniel Veillard75be0132002-03-13 10:03:35 +000010410Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * xpath.c: speedup some node selection operations, this can
10413 have a significant impact on DocBook Norm's stylesheets
10414 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10415 make sure it's always the case
10416 * debugXML.c: distinguish CDATA and comments in ls operations
10417
Daniel Veillard61f26172002-03-12 18:46:39 +000010418Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10419
10420 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10421 to generate better API descriptions etc...
10422
Daniel Veillard9ff88172002-03-11 09:15:32 +000010423Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10424
10425 * c14n.c: Fixing #74186, made sure all boolean expressions
10426 get fully parenthesized, ran indent on the output
10427 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10428 include/libxml/tree.h: also #74186 related, removed the
10429 --with-buffers option, and all the preprocessor conditional
10430 sections that were resulting from it.
10431
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010432Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10433
10434 * valid.c: applied patch from Dodji Seketeli fixing an
10435 uninitailized variable in xmlValidGetValidElements()
10436
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010437Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10438
10439 * c14n.c: fixed a few comments
10440 * doc/*.html doc/*/*.html: regenerated the docs and added
10441 the C14N API
10442 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10443
Daniel Veillardfa49d872002-03-09 10:20:00 +000010444Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10445
10446 * check-xml-test-suite.py: fix to adapt varaiations in the
10447 bindings
10448 * configure.in python/setup.py python/setup.py.in: fixed to
10449 have the version of the python scripts automatically updated
10450
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010451Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10452
10453 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10454 in xmlCopyProp()
10455
Daniel Veillardaf43f632002-03-08 15:05:20 +000010456Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10457
10458 * configure.in: preparing 2.4.17 release
10459 * doc/*: updated and rebuilt the docs
10460 * xpath.c: fixed a comment
10461 * python/libxml.c: fixed a possible reentrancy problem
10462
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010463Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10464
10465 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10466 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10467 added a specific regression test
10468 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10469 not raise exceptions when failing to find the attribute.
10470
Daniel Veillard90bc3712002-03-07 15:12:58 +000010471Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10472
10473 * configure.in xmllint.c: owen pointed out a problem with the
10474 ftme fix, gettimeofday() was not detected by configure and
10475 the ftime header wasn't included, dohhh
10476
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010477Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10478
10479 * configure.in xmllint.c: trying to fix #71457 for timing
10480 precision when gettimeofday() is not availble but ftime() is
10481
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010482Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10483
10484 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10485 are now copied on install and part of the -devel RPM
10486
Daniel Veillard7b416132002-03-07 08:36:03 +000010487Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * xpath.c: trying to avoid bug #72150 which was apparently
10490 caused by a gcc bug (or a processor problem) as detailed
10491 at http://veillard.com/gcc.bug
10492
Daniel Veillardf742d342002-03-07 00:05:35 +000010493Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10494
10495 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10496 fixed xmlReconciliateNs(), added a Python test/example for
10497 inter-document cut'n paste
10498 * python/libxml.py: fixed node.doc on document nodes and added
10499 xpathEval() onto node objects
10500
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010501Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10502
10503 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10504 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10505 fixup and integrated tests for the serialization stuff
10506
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010507Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10508
10509 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10510 moved the libxml man page to section 3
10511
Daniel Veillard1e774382002-03-06 17:35:40 +000010512Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10513
10514 * tree.c: fix bug #72490
10515 * python/libxml.c python/libxml.py: added methods serialize()
10516 and saveTo() to all node elements.
10517
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010518Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * xmlIO.c: closed #73430, don't read from an input source
10521 which indicated an end-of-file or an error.
10522
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010523Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * parser.c: make sure SAX endDocument is always called as
10526 this could result in a Python memory leak otherwise (it's
10527 used to decrement ref-counting)
10528 * python/generator.py python/libxml.c python/libxml.py
10529 python/libxml2-python-api.xml python/libxml2class.txt
10530 python/tests/error.py python/tests/xpath.py: implemented
10531 the suggestions made by Gary Benson and extended the tests
10532 to match it.
10533
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010534Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * python/generator.py: applied patch fixing #73450
10537
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010538Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10539
10540 * xpath.c: fixing #61290 "namespace nodes have no parent"
10541 long standing divergence from the XPath REC. NodeSets
10542 simply hold a copy of namespace nodes and those node ->next
10543 points to the parent (which may not be the node carrying the
10544 definition).
10545 * include/libxml/xpath.h: flagged but didn't added a possible
10546 speedup
10547 * DOCBparser.c HTMLparser.c: removed some warnings from push
10548 parser due to new state being added.
10549 * tree.c: new fix from Boris Erdmann
10550 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10551 the XML Canonalization support from Aleksey Sanin
10552
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010553Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * tree.c: patch from Boris Erdmann fixing some namespace odities
10556 with xmlCopyNode()
10557
Daniel Veillardc6613042002-03-02 09:34:02 +000010558Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10559
10560 * xmlIO.c: fix bug #72706 when loading a NULL entity
10561
Daniel Veillardc0fef772002-03-01 16:16:31 +000010562Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10563
10564 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10565 actually change in a future XML Namespace revision.
10566
Daniel Veillard79426f22002-03-01 16:14:17 +000010567Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10568
10569 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10570 added the possibility of returning nodesets from XPath extension
10571 functions written in Python
10572
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010573Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10574
10575 * python/*: commiting some Python bindings work done while travelling
10576
Daniel Veillard97300512002-03-01 09:13:41 +000010577Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10578
10579 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10580 explicitely with memory debugging switched on
10581
Daniel Veillard6361da02002-02-23 10:10:33 +000010582Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10583
10584 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10585 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10586 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10587 the accessor generator for strings
10588 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10589 regression test.
10590
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010591Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10592
10593 * python/README python/generator.py python/libxml.c python/setup.py:
10594 added the 'usual' setup.py to allow building a libxml2-python
10595 module based on the same code. The initialization is however
10596 different the 2 .so files fo libxml2 and libxslt are identical and
10597 they entry point initialize both libraries. this is done to avoid
10598 some possible nasty problem since the Python don't merge the maps
10599 of all shared modules.
10600
Daniel Veillard158a4d22002-02-20 22:17:58 +000010601Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * parser.c: fixed a push/encoding bug reported by Michael
10604 on librsvg
10605
Daniel Veillard7839e162002-02-20 18:54:48 +000010606Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10607
10608 * include/libxml/parserInternals.h: fixes a misplaced #endif
10609
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010610Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * parser.c valid.c: found and fixed a couple of allocation bugs
10613
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010614Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * doc/xml.html doc/python.html doc/*: added a Python and binding
10617 page describing the current state of the Python bindings and
10618 giving pointers to the other languages wrappers.
10619
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010620Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10621
10622 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10623 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10624 rebuilt the API and web site
10625 * xpath.c: fixed #71978 portability bugs
10626
Daniel Veillard8aff2472002-02-19 21:50:43 +000010627Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10628
10629 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10630
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010631Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * include/libxml/parserInternals.h parser.c: had to change
10634 2 internal parsing API when processing document content
10635 to check the start and end of element content are defined
10636 in the same entity
10637 * valid.c include/libxml/valid.h: attribute normalization can
10638 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10639 with the context to report it.
10640 * SAX.c: fixed the last known bugs, crazy validation constraints
10641 when a document is standalone seems correctly handled. There
10642 is a couple of open issues left which need consideration especially
10643 PE93 on external unparsed entities and standalone status.
10644 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10645 The 2 tests left failing are actually in error. Cleanup done.
10646
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010647Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10648
10649 * valid.c: implemented E59 spaces in CDATA does not match the
10650 nonterminal S
10651
Daniel Veillard878eab02002-02-19 13:46:09 +000010652Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10653
10654 * SAX.c parser.c valid.c: more validation test fixups
10655 * check-xml-test-suite.py: added duration info for the tests
10656
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010657Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10658
10659 * parser.c valid.c: a couple of errors were reported but not
10660 saved back as such in the parsing context. Down to 1% failure rate
10661 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10662
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010663Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * xmlInternald.c: isExtender was missing a char
10666 * parser.c include/libxml/parser.h: % are acceptable in the
10667 internal subset if within a PUBLIC ID
10668
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010669Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10670
10671 * SAX.c parserInternals.c valid.c: more work on the conformance
10672 suite. Took the step to finally block documents with encoding
10673 errors. It's a fatal error per the spec, people should have fixed
10674 their documents by now.
10675
Daniel Veillard55253e22002-02-18 14:32:39 +000010676Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10677
10678 * check-xml-test-suite.py: fixed the test script after some discussion
10679 on the semantic of TYPE="error"
10680 * Makefile.am: added the script to the distrib
10681
Daniel Veillard28757702002-02-18 11:19:30 +000010682Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * SAX.c entities.c: fixed a couple of conformances issues deep
10685 into the validation code (standalone and undeclared Notations)
10686
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010687Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10690 stayed there for years !
10691
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010692Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10695 missing
10696
Daniel Veillardc7612992002-02-17 22:47:37 +000010697Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10698
10699 * check-xml-test-suite.py: improved the behaviour a bit as
10700 well as the logs
10701 * parser.c valid.c SAX.c: fixed a few more bugs
10702 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10703
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010704Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * check-xml-test-suite.py: python script to run regression tests
10707 against the XML Test suite of W3C/OASis
10708 * SAX.c: fixed a validation bug
10709 * parser.c: fixed 3 errors pointed by the test suite
10710 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10711 * python/Makefile.am: fixed a dependendy
10712
Daniel Veillard9f28f302002-02-15 20:48:08 +000010713Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10714
10715 * xmlmemory.c: avoid a warning bug #71594
10716
Daniel Veillard144024e2002-02-13 21:14:46 +000010717Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10718
10719 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10720 warning on alpha/Tru64
10721
Daniel Veillarde4301c82002-02-13 13:32:35 +000010722Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10723
10724 * include/libxml/entities.h: fixing a comment
10725 * valid.c: fixing some troubles with validity check on namespaces
10726 * result/VC/NS3 test/VC/NS3: added a specific regression test
10727
Daniel Veillarda6d05382002-02-13 13:07:41 +000010728Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10729
10730 * tree.c: Fixing #71342 serializing '\n' in attribute values
10731 * result/noent/att3 result/att3 test/att3: added a specific
10732 test.
10733
Daniel Veillard797a5652002-02-12 13:46:21 +000010734Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * python/libxml.c: couple of bug fixes
10737
Daniel Veillard01a6d412002-02-11 18:42:20 +000010738Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * python/*.py: removed tabs and used spaces.
10741
Daniel Veillard397ff112002-02-11 18:27:20 +000010742Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10743
10744 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10745 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10746
Daniel Veillard03517542002-02-11 13:54:40 +000010747Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10748
10749 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10750 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10751
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010752Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10753
10754 * include/libxml/encoding.h include/libxml/entities.h
10755 include/libxml/globals.h include/libxml/parser.h
10756 include/libxml/threads.h include/libxml/tree.h
10757 include/libxml/xmlmemory.h: trying to fix the include mess
10758
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010759Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10760
10761 * include/libxml/xmlmemory.h: reverted part of the previous
10762 attempt to provide #69655, this was breaking the build.
10763
Daniel Veillard0ba59232002-02-10 13:20:39 +000010764Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10765
10766 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10767 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10768 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10769 include/libxml/parserInternals.h include/libxml/tree.h
10770 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10771 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10772 clean.
10773 * python/libxml.c: fixed a warning.
10774
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010775Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10778 copying of node, merge back IDs in the target document.
10779 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10780 test/XInclude/ents/ids.xml: test case
10781 * result/VC/ElementValid4: output changed due to a typo fix
10782
Daniel Veillard1c18e302002-02-09 22:16:40 +000010783Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10784
10785 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010786 generate the dependencies right as Jacob found out. Add
10787 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010788
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010789Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10790
10791 * parserInternals.c valid.c: Justin Fletcher found some parts
10792 of the code needing cleanup
10793 * libxml.spec.in python/Makefile.am python/generator.py
10794 python/libxml.c python/libxml.py: Fixed the python Makefiles
10795 corrected a bug showing up on ia64, changed the name of the
10796 python internal module too
10797
Daniel Veillard07be19b2002-02-08 14:20:35 +000010798Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10799
10800 * Makefile.am: applied patch from Andris Pavenis for binary
10801 name suffixes
10802
Daniel Veillardf216d462002-02-08 13:44:24 +000010803Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10804
10805 * xmllint.c win32/win32config.h: fixing #68748
10806
Daniel Veillardd455d792002-02-08 13:37:46 +000010807Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10808
10809 * valid.c: fixing #70166
10810
10811Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * valid.c: fixing #70077
10814
Daniel Veillardc575b992002-02-08 13:28:40 +000010815Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10816
10817 * Copyright Makefile.am README configure.in libxml.spec.in:
10818 Changed to the MIT Licence
10819 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10820 doc/xmlio.html: updated the doc accordingly
10821 * include/libxml/xmlwin32version.h configure.in: preparing
10822 2.4.14 release
10823 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10824 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10825 fixed the const xmlChar * wrapper and generator, XPath extension
10826 functions now use the context as first argument
10827 * python/tests/tstxpath.py python/tests/xpath.py
10828 python/tests/xpathext.py: Updated the tests accordingly
10829 * tree.c: fixed bug #70067
10830
Daniel Veillard7db38712002-02-07 16:39:11 +000010831Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10832
10833 * Makefile.am: cleanup
10834 * debugXML.c: always use stdout if output is NULL
10835 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10836 * python/Makefile.am python/generator.py python/libxml2class.txt
10837 python/libxml_wrap.h python/types.c: augmented the number of bindings
10838 handling FILE * and XPath contexts
10839 * python/tests/Makefile.am: avoid a stupid problem due to the
10840 use of TEST.
10841
Daniel Veillard15a143b2002-02-06 22:40:50 +000010842Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10843
10844 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10845
Daniel Veillard70cab352002-02-06 16:06:58 +000010846Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10847
10848 * python/TODO python/libxml.c: cleanup the extension function lookup
10849 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10850
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010851Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10852
10853 * configure.in python/Makefile.am: do not install outside
10854 of prefix
10855
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010856Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10857
10858 * python/TODO python/libxml.c: started adding SAX interfaces
10859 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10860 SAX test
10861
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010862Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10863
10864 * tree.c: hardened the addChild function
10865 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10866 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10867 added accessors needed for xmlNode, a bit more testing and
10868 extension of interfaces
10869 * python/tests/Makefile.am python/tests/build.py: added a test
10870 build from scratch/save/load/check
10871
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010872Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10873
10874 * parserInternals.c: change a small bit in the way valididy
10875 error messages get initialized
10876 * python/TODO python/libxml.c python/libxml2-python-api.xml
10877 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10878 added some memory debugging to track leaks at the libxml2 level
10879 * python/tests/*.py: changed all tests to check for leaks,
10880 there is just one left in XPath extension registrations.
10881
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010882Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * python/TODO python/generator.py python/libxml2-python-api.xml
10885 python/libxml2class.txt: more accessor classes for the parser
10886 context, allow to switch on and check validity
10887 * python/tests/Makefile.am python/tests/error.py
10888 python/tests/invalid.xml python/tests/valid.xml
10889 python/tests/validate.py: attded more test and and added error.py
10890 which I forgot to commit in the last step
10891
Daniel Veillard3ce52572002-02-03 15:08:05 +000010892Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * python/Makefile.am python/types.c: cleanup
10895 * python/libxml.c python/libxml.py python/libxml_wrap.h
10896 python/generator.py python/libxml2-python-api.xml
10897 python/libxml2class.txt: added class for parser context, added
10898 first cut for push mode support. Added a framework to generate
10899 accessors functions.
10900 * python/tests/Makefile.am python/tests/push.py: added a push
10901 test
10902
Daniel Veillardcfb05462002-02-02 23:18:22 +000010903Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10906 bug a bit of cleanup.
10907
Daniel Veillard5d819032002-02-02 21:49:17 +000010908Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10909
10910 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10911 python/libxml2class.txt: adding error redirections and preformat
10912 to a python handler
10913 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10914 tests self checking
10915
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010916Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10919 a function
10920
Daniel Veillard9589d452002-02-02 10:28:17 +000010921Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10922
10923 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10924 python/libxml.c python/libxml2-python-api.xml
10925 python/libxml2class.txt: Progressing through the TODOs, class
10926 description output, extra XML API, RPM now builds the wrappers
10927 for all python installed versions
10928
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010929Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10930
10931 * configure.in libxml.spec.in python/Makefile.am python/TODO
10932 python/generator.py python/libxml2class.txt: added more informations
10933 in the libxml2-python package including docs. Slightly changed
10934 the class hierarchy
10935 * python/tests/*: added basic regression tests infrastructure too
10936
10937Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10938
10939 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10940 added libxml2-python as part of the packages installed
10941
Daniel Veillarda7340c82002-02-01 17:56:45 +000010942Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * python/Makefile.am python/generator.py python/libxml.c
10945 python/libxml.py: more work, now able to extend the
10946 XPath interpreter with functions written in python.
10947
Daniel Veillardc3e39442002-02-01 09:29:41 +000010948Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * python/Makefile.am: Jacob sent a patch to allow building from
10951 tarfile.
10952
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010953Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10954
10955 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10956 inserted the python wrappers build, I hope this won't be too
10957 unportable
10958
Daniel Veillard1971ee22002-01-31 20:29:19 +000010959Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * xpath.c: minor optimization
10962 * python/generator.py python/libxml.c python/libxml.py
10963 python/libxml_wrap.h: more work on the python bindings,
10964 they now support XPath and there is no evident leak
10965
Daniel Veillard36ed5292002-01-30 23:49:06 +000010966Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10967
10968 * python/generator.py python/libxml.c python/libxml.py:
10969 more work on the python bindings generator.
10970
Daniel Veillard96fe0952002-01-30 20:52:23 +000010971Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10972
10973 * python/generator.py python/libxml.c python/libxml_wrap.h:
10974 more work on the python bindings.
10975
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010976Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10977
10978 * python/generator.py python/libxml.c python/libxml.py
10979 python/libxml_wrap.h: commited early version of a python binding
10980 for private use only ATM
10981
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010982Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10983
10984 * entities.c tree.c include/libxml/entities.h: applied patch
10985 from Anthony Jones to implement copy of DTD subtree too. Had
10986 just to keep 2 function private which really ought to become
10987 public ones.
10988
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010989Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10990
10991 * xmllint.c: added pointers to the web pages in the usage()
10992
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010993Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10994
10995 * tree.c: more fixes from Petr Kozelka for attribute handling
10996 in the tree API to align the semantic with DOM.
10997
Daniel Veillard36065812002-01-24 15:02:46 +000010998Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * valid.c tree.c entities.c: another set of patches from
11001 Anthony Jones for copy operations cleanup and robustness
11002
Daniel Veillardf8592562002-01-23 17:58:17 +000011003Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11004
11005 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11006 an alphabetic index based on comments content
11007 * doc/*: rebuilt the web site with the new references
11008
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011009Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11010
11011 * parserInternals.h: Greg Sjaardema suggested to use an
11012 eponential buffer groth policy in xmlParserAddNodeInfo()
11013
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011014Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11015
11016 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11017 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11018 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11019 to generate cross-references, and added/updated the stylesheets
11020 to generate and link API indexes. The generic keyword index
11021 is not done yet.
11022 * doc/*.html: regenerated all the usual docs too
11023
Daniel Veillard2070c482002-01-22 22:12:19 +000011024Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11025
11026 * debugXML.c: added an xpath function to the shell for T. V. Raman
11027
11028Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011029
11030 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11031 debug routines.
11032
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011033Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11034
11035 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11036 support of attribute nodes
11037
Daniel Veillard9d06d302002-01-22 18:15:52 +000011038Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11041 hopefully near complete and fully documented of the API in XML
11042 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11043 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11044 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11045 include/libxml/parserInternals.h include/libxml/valid.hi
11046 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11047 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11048 include/libxml/xpath.h include/libxml/xpathInternals.h:
11049 Cleaned up the doc comments a lot in the process, the interface
11050 coverage is now 100%
11051
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011052Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11053
11054 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11055 extracts comments from the gtk-doc DocBook output (a bit
11056 convoluted but seems to work).
11057
Daniel Veillard61006472002-01-21 17:31:47 +000011058Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11059
11060 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11061 added an XML description of the API, moved the script generating
11062 it here. Added a "make api" target
11063
Daniel Veillardd2f23002002-01-21 13:36:00 +000011064Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11067
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011068Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11069
11070 * xpath.c include/libxml/xpathInternals.h: the change made to
11071 xmlXPathFuncLookupFunc was incompatible roll it back
11072
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011073Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11074
11075 * SAX.c: cleanup patch from Anthony Jones
11076 * doc/Makefile.am: fix the headers to avoid in make scan
11077 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11078 includes, * vs Ptr and general cleanup
11079 * parsedecl.py: first version of a script to extract the
11080 module interfaces, the goal will be to provide .decl or XML
11081 specification of the interfaces to build wrappers.
11082
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011083Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11084
11085 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11086 now provides return codes in case of errors
11087
Bjorn Reese026d29f2002-01-19 15:40:18 +000011088Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11089
11090 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11091 Upgraded to trio baseline 1.6
11092 * strio.h strio.c: Replaced by triostr.h and triostr.c
11093
Daniel Veillard572577e2002-01-18 16:23:55 +000011094Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11097 of strdup usage in the code
11098
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011099Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11100
11101 * parser.c error.c: Keith Isdale complained rightly that
11102 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11103
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011104Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11105
11106 * tree.c: fixed the funxtion to set the xml: attributes
11107 * debugXML.c: added "setbase" to test it.
11108
Daniel Veillard2c748c62002-01-16 15:37:50 +000011109Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11112 to allow updating an attribute content
11113
Daniel Veillard8de85c62002-01-15 17:10:15 +000011114Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * libxml.h: try to avoid problems when compiling on Windows
11117
Daniel Veillard314cfa02002-01-14 17:58:01 +000011118Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11119
11120 * hash.c: patch from Anthony Jones for hash.c allocation size
11121 * Makefile.am: trying to work around Yet Another Libtool Madness
11122 and build the 2.4.13 release finally ...
11123
Daniel Veillard744683d2002-01-14 17:30:20 +000011124Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11127 * doc/* : update of the documentation
11128
Daniel Veillarde6a55192002-01-14 17:11:53 +000011129Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11130
11131 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11132 at fixing #61290 :-(
11133
Daniel Veillardfb25a512002-01-13 20:32:08 +000011134Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11135
11136 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11137 Fixes bug #67229
11138
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011139Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11140
11141 * tree.c: trying to avoid troubles when a subtree is copied
11142 and coalesced in part with the target tree. Should fix
11143 bug #67407
11144
Daniel Veillardd8224e02002-01-13 15:43:22 +000011145Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11146
11147 * valid.c: fixed validation of attributes content of type
11148 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11149 values, very old bug. Fixes #67671
11150
Daniel Veillard8107a222002-01-13 14:10:10 +000011151Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11152
11153 * parser.c include/libxml/parserInternals.h tree.c: integrated
11154 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11155 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11156
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011157Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11158
11159 * threads.c: applied Serguei Narojnyi's patch to add native
11160 thread support on the Win32 platform
11161 * testThreadsWin32.c Makefile.am: added the test program also
11162 from Serguei, Win32 specific
11163 * include/win32config.h include/libxml/xmlwin32version.h.in:
11164 added patch from Igor for the Windows thread specific defines.
11165
Daniel Veillard845cce42002-01-09 11:51:37 +000011166Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11169
Daniel Veillard7b602b42002-01-08 13:26:00 +000011170Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11171
11172 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11173 output page into XMLinfo.html. Close bug #66951 and
11174 raised by Robert Collins too.
11175
Daniel Veillard73c6e532002-01-08 13:15:33 +000011176Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * encoding.c: Paul Keogh pointed out a possibility of segfault
11179 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11180 Closes bug # 68238
11181
Daniel Veillard4a859202002-01-08 11:49:22 +000011182Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11183
11184 * doc/*.html: updated the Gdome2 links
11185
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011186Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * libxml.h: Applied following patches from Robert Collins
11189 and make sure IN_LIBXML is defined when compiling it
11190 -------
11191 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11192 as well as Visual C.
11193 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11194 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11195 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11196 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11197 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11198 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11199 xmlSysIDExists xmlNoNetExists).
11200 * xmllint.c: Don't include winsock2.h for Cygwin.
11201
Daniel Veillard401c2112002-01-07 16:54:10 +000011202Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11203
11204 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11205 when the version info is not present.
11206
Daniel Veillard6f42c132002-01-06 23:05:13 +000011207Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11208
11209 * tree.c: Anthony Jones pointed out a problem in
11210 xmlStringGetNodeList() and provided a fix for it
11211
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011212Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11213
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011214 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011215 xmlCreatePushParserCtxt() when the initial buffer passed
11216 is large.
11217
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011218Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11219
11220 * win32/*: big cleanup of the Windows/MSVC project files
11221 from Igor Zlatkovic
11222
Daniel Veillardcebb1362002-01-02 13:13:30 +000011223Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * doc/Makefile.am: should fix #67674 and avoid troubles if
11226 xsltproc is not available or fails in the prefix provided
11227
Daniel Veillard26908ab2002-01-01 16:50:03 +000011228Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11229
11230 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11231
Daniel Veillard5344c602001-12-31 16:37:34 +000011232Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11233
11234 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11235 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11236 Fixed a few other problems raised by Charlie Bozeman.
11237 * result/VC/ElementValid[5-7]: fixed the output
11238
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011239Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11240
11241 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11242 patches from Charlie Bozeman. Regenerated the HTML docs.
11243
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011244Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11245
11246 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11247 for Windows from Igor
11248
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011249Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11250
11251 * xmllint.c: applied Justin Fletcher patch for --output or -o
11252
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011253Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11254
11255 * win32/libxml2/libxml2.def.src: close #67019
11256
Daniel Veillard01db67c2001-12-18 07:09:59 +000011257Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11258
11259 * xmllint.c: applied Justin Fletcher generic timing patch
11260 similar to the one already applied to xsltproc.
11261
Daniel Veillardd1640922001-12-17 15:30:10 +000011262Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11263
11264 * include/libxml/tree.h tree.c: applied documentation patches
11265 from Charlie Bozeman
11266
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011267Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11268
11269 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11270
Daniel Veillard29e43992001-12-13 22:21:58 +000011271Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11272
11273 * valid.c: fix the xmlStrdup() used in the previous patch.
11274 * valid.c: added --dropdtd
11275 * tree.c: fixed xmlUnlinkNode so it also removes the references
11276 from the document if the node is a DTD
11277
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011278Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11279
11280 * HTMLtree.c valid.c: cleanup some static declarations
11281
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011282Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11283
11284 * xmllint.c: removed another strdup()
11285 * doc/FAQ: removed the HP/UX entry
11286
Daniel Veillarded472f32001-12-13 08:48:14 +000011287Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11288
11289 * valid.c: fix bug #66816 when validating.
11290 * xmllint.c: don't use sys/time.h if configure did not found it
11291
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011292Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11293
11294 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11295 xmlcatalog_man.xml
11296
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011297Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11298
11299 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11300 xmlInitMemory() was declared twice
11301
Daniel Veillardb82c1662001-12-09 14:00:54 +000011302Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11303
11304 * globals.c: do not reference strdup() !
11305 * configure.in libxml-2.0.pc.in: trying to fix the libs
11306 of the various config extraction modules
11307
Daniel Veillardef90ba72001-12-07 14:24:22 +000011308Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11309
11310 * configure.in : preparing 2.4.12
11311 * doc/* : updated and rebuilt the docs
11312
Daniel Veillard220346d2001-12-07 11:33:54 +000011313Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11314
11315 * uri.c: closed bug #66159
11316 * testURI.c: added --escape option
11317 * configure.in: some cleanup for xml2-config --cflags
11318
Daniel Veillard2a906822001-12-06 14:34:08 +000011319Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11320
11321 * globals.c testThreads.c: removed some misplaced includes
11322 of xmlversion.h
11323
Daniel Veillarde28313b2001-12-06 14:08:31 +000011324Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11325
11326 * threads.c: patch from Gary Pennington fixing a possible
11327 problem at initialization time.
11328
Daniel Veillardd3b08822001-12-05 12:03:33 +000011329Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11330
11331 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011332 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011333 CodeWarrior.
11334
Daniel Veillarda7866932001-12-04 13:14:44 +000011335Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11336
11337 * xmllint.c: applied Geert Kloosterman's patch to fix
11338 --repeat --timing output
11339
Daniel Veillard19840942001-11-29 16:11:38 +000011340Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11341
11342 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11343 where non-wellformed XML declaractions were not detected.
11344
Daniel Veillarde85d9342001-11-28 14:43:12 +000011345Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11346
11347 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11348
Daniel Veillard22f25a82001-11-28 09:12:23 +000011349Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11350
11351 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11352 gets reset by xmlCleanupInputCallbacks() and this makes the
11353 function useless. Same for output.
11354
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011355Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11356
11357 * xmlIO.c: robert pointed out a loop error in callback cleanups
11358
Daniel Veillard8faa7832001-11-26 15:58:08 +000011359Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11360
11361 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11362 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11363 they are not really tied to debugging
11364
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011365Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11366
11367 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11368 * xmllint.c: better --catalogs description
11369
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011370Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11371
11372 * tree.c: fixed a couple of problems in xmlSetProp()
11373
Daniel Veillardcd337f02001-11-22 18:20:37 +000011374Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11375
11376 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11377 unappropriate stdout output.
11378
Daniel Veillard566d4df2001-11-22 13:00:53 +000011379Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11380
11381 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11382 by Denis Beurive, closes #65111
11383
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011384Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11385
11386 * valid.c: in case of content model validity error, don't
11387 print it if validity warnings were not requested.
11388
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011389Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11390
11391 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11392 * parserInternals.c: removed the last exit() call. Print an
11393 unmaskable error on stderr instead (library mismatch detection)
11394
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011395Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11396
11397 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11398 shell instructions from Heiko Rupp
11399
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011400Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11401
11402 * catalog.c: use the URL notation file:// for default catalog paths
11403
Daniel Veillard0ec98632001-11-14 15:04:32 +000011404Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11405
11406 * include/libxml/tree.h: better comments for _private fields
11407 * tree.c: removed a problem when copying an entity reference.
11408
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011409Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11410
11411 * vms/*: updated instructions and diffs from John A Fotheringham
11412
Daniel Veillarda11001b2001-11-12 22:45:36 +000011413Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11414
11415 * include/libxml/xmlerror.h: avoid an include problem if
11416 #include <libxml/xmlerror.h> happens first in code
11417 seems to be the case in KDE libs
11418
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011419Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11420
11421 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11422 from Igor for Windows
11423
11424Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11425
11426 * Makefile.am: Gary Pennington pointed out a missing prefix
11427
Daniel Veillard43d3f612001-11-10 11:57:23 +000011428Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11429
11430 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11431 * doc/*: upgraded and rebuilt the docs
11432
Daniel Veillardc1f78342001-11-10 11:43:05 +000011433Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11434
11435 * HTMLparser.c: fix comment in scripts element parsing.
11436 * result/HTML/doc3*: updated the results.
11437
11438Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11439
11440 * uri.c: another URI bug fix #63336, using Joel Young patch.
11441
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011442Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11443
11444 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11445 a cleaned up version of the Pwd shell string generation.
11446
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011447Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11448
11449 * valid.c include/libxml/tree.h: trying to fix namespaces +
11450 validation problems for good, closing #63619 in the process
11451 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11452 wrong in this respect, fixed it.
11453
Daniel Veillardd536f702001-11-08 17:32:47 +000011454Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11455
11456 * xmllint.c: Morus Walter patch to allow --format and --encode
11457
Daniel Veillard5004f422001-11-08 13:53:05 +000011458Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11459
11460 * debugXML.c: Stefan Kost provided an help command for the shell
11461
Daniel Veillarda6825e82001-11-07 13:33:59 +000011462Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11463
11464 * debugXML.c: Heiko Rupp pointed that the shell would crash
11465 on empty nodesets returns.
11466
Daniel Veillard03f848d2001-11-07 12:53:46 +000011467Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11468
11469 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11470 migh need the history libraries
11471
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011472Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11473
11474 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11475 handle the case of < in quoted attributes, Bastian Kleineidam
11476
Daniel Veillardc853b322001-11-06 15:24:37 +000011477Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11478
11479 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11480 fixing catalog breakages
11481 * Makefile.am catalog.c result/catalogs/catal
11482 result/catalogs/mycatalog.* test/catalogs/catal*:
11483 fixed more problems in catalog support, added more regression tests
11484 for both XML and SGML catalog handling
11485
Daniel Veillard66870c72001-11-05 19:27:49 +000011486Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11487
11488 * debugXML.c: applied an improvement to xmlGetLineNo() from
11489 Keith Isdale
11490
Daniel Veillardffe09c92001-11-05 14:21:47 +000011491Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11492
11493 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11494 Side effect of the progressive catalog loading
11495
Daniel Veillardad661b92001-11-05 11:43:15 +000011496Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11497
11498 * Makefile.am: confexecdir and confexec_DATA were defined twice
11499 pointed out by Karl Eichwalder
11500
Daniel Veillard6eb17722001-11-04 22:19:27 +000011501Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11502
11503 * xmlcatalog.c: avoid unlink() and use remove() instead.
11504
Daniel Veillardea898282001-11-04 22:13:45 +000011505Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11506
11507 * libxml.spec.in: cleanup
11508 * include/libxml/xmlwin32version.h: updated with 2.4.8
11509
Daniel Veillarda4617b82001-11-04 20:19:12 +000011510Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11511
11512 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11513 of compiling libxml with a non standard set of options
11514
John Fleck027edfb2001-11-04 20:13:58 +000011515Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11516
11517 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11518 document --sgml option, fixing gnome bugzilla #63382
11519
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011520Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11521
11522 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11523 breakage of 2.4.7, added a couple of really needed APIs
11524 like xmlCatalogIsEmpty() and xmlNewCatalog()
11525 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11526 for install-catalog
11527 * configure.in: preparing 2.4.8
11528
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011529Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11530
11531 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11532 include/libxml/tree.h include/libxml/xmlIO.h: more include
11533 cleanups, export cleanly one html output + format function.
11534
11535Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11536
11537 * parser.c: removed initGenericErrorDefaultFunc call from
11538 xmlInitParser() since it could destroy previous calls to
11539 xsltSetGenericErrorFunc() effects
11540
Daniel Veillardebd38c52001-11-01 08:38:12 +000011541Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11542
11543 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11544 keyword.
11545
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011546Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11547
11548 * Makefile.am: cleanup
11549 * threads.c: cleanup too
11550 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11551 from xsltproc
11552 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011553 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011554
Daniel Veillard91c00402001-10-30 17:41:38 +000011555Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11556
11557 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11558 was not used anymore !
11559
Daniel Veillard52dcab32001-10-30 12:51:17 +000011560Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11561
11562 * configure.in: preparing 2.4.7
11563 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11564 manual page from John
11565 * doc/*: updated the doc and rebuilt the generated pages
11566
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011567Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11568
11569 * xmlIO.c: closing bug #62711, the library should never
11570 close stdin or stdout.
11571
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011572Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11573
11574 * uri.c: second pass at fixing #63336, using Joel Young
11575 final patch. looks okay.
11576
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011577Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11578
11579 * uri.c include/libxml/uri.h: trying to clear #63336
11580 allowing the escaping routine to parse unconformant
11581 URI-References.
11582
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011583Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11584
11585 * vms/readme.vms vms/build_libxml.com nanoftp.c
11586 include/libxml/xmlversion.h.in: a few VMS updates from
11587 John A Fotheringham
11588 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11589 and xmlCleanupOutputCallbacks() for the Perl binding people.
11590
Daniel Veillard635ef722001-10-29 11:48:19 +000011591Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11592
11593 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11594 apply fixes to close #63271 and avoid segfaults when
11595 the error routine gets callbed before xmlInitParser()
11596 get called.
11597 * nanoftp.c error.c: Applied patches from Justin Fletcher
11598 correcting some xmlGenericError misuses.
11599
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011600Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11601
11602 *doc/xmllint.xml, doc/xmllint.1
11603 New and improved man page for xmllint - .xml is the original, .1
11604 is the generated man page
11605
Daniel Veillardc9484202001-10-24 12:35:52 +000011606Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11607
11608 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11609 the web site from the main HTML document.
11610
Daniel Veillard5151c062001-10-23 13:10:19 +000011611Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11612
11613 * parser.c: fixed an erroneous validation bug when PE refs
11614 occurs in external parsed entities referenced from the
11615 internals subset
11616 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11617 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11618 added the associated testcase, it's a nice one.
11619 * HTMLparser.c: generate the DTD node as HTML still ...
11620 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11621
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011622Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11623
11624 * HTMLparser.c: fixed a bug in htmlNewDoc()
11625
Daniel Veillard89cad532001-10-22 09:46:13 +000011626Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11627
11628 * test/threads/*: added entities testing to the Thread test
11629 * testThreads.c: make the test reasonable
11630 * DOCBparser.c: fix the DTD public and system ID
11631 * xmllint.c: added --sgml for SGML DocBook importing
11632 * Makefile.am: added Docbtests target
11633
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011634Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11635
11636 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11637 * testThreads.c: removed bogus include
11638
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011639Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11640
11641 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11642 fixed a very serious (looping) validation bug
11643
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011644Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11645
11646 * include/libxml/globals.h include/libxml/threads.h threads.c
11647 testThreads.c: far more testing, cleaning up bugs
11648 * *.c : make sure globals.h is always included.
11649
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011650Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11651
11652 * HTMLparser.c: try to get rid of parser loops for good.
11653
Daniel Veillardab7488e2001-10-17 11:30:37 +000011654Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11655
11656 * configure.in: fixed some bugs in CFLAGS passing.
11657 * test/threads Makefile.am testThreads.c: added a specific
11658 threaded test case (really nasty, guaranteed).
11659
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011660Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11661
11662 * catalog.c: serious cleanup on the management of the
11663 XML catalog tree, more tests done, especially with
11664 the catalog PI.
11665
Daniel Veillard364789a2001-10-16 12:45:00 +000011666Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11667
11668 * catalog.c: avoid a problem in catalog cleanup on SMP if
11669 catalogs were not initialized.
11670
Daniel Veillard81463942001-10-16 12:34:39 +000011671Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11672
11673 * catalog.c xpath.c: trying to cleanup the not thread safe
11674 parts of the library.
11675
Daniel Veillard64a411c2001-10-15 12:32:07 +000011676Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11677
11678 * include/libxml/globals.h configure.in global.data: make
11679 the allocation be per-thread a configure option
11680 * encoding.c include/libxml/parser.h: fixed compilation
11681 errors
11682
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011683Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11684
11685 * include/libxml/parser.h: Norm reported that a few lines
11686 added were breaking libxslt compile, removed them for now
11687
Daniel Veillard6f350292001-10-14 09:56:15 +000011688Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11689
11690 * parser.c parserInternals.c threads.c: debugged and fixed
11691 initialization problems which were giving troubles on SMP
11692 boxes.
11693
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011694Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11695
11696 * include/libxml/Makefile.am: missing globals.h
11697
Daniel Veillarde7090612001-10-13 12:18:28 +000011698Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011699
Daniel Veillarde7090612001-10-13 12:18:28 +000011700 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011701
Daniel Veillardd0463562001-10-13 09:15:48 +000011702Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11703
11704 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11705 include/libxml/parserInternals.h include/libxml/tree.h
11706 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11707 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11708 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11709 Applied the last patches from Gary, cleanup, activated threading
11710 all user accessible global variables are now handled in globals.[ch]
11711 Still a bit rought but make tests passes with either
11712 --with-threads defined at configure time or not.
11713 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11714 linking options
11715
Daniel Veillardb8478642001-10-12 17:29:10 +000011716Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11717
11718 * Makefile.am include/libxml/Makefile.am
11719 include/libxml/globals.h globals.c include/libxml/threads.h
11720 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11721 configure.in: started integrating the core of the thread support
11722 not activated yet but half integrated. The code should still
11723 compile and work anyway.
11724
Daniel Veillardb44025c2001-10-11 22:55:55 +000011725Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11726
11727 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11728 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11729 integrating the non-controversial parts of Gary Pennington
11730 multithread patches
11731 * catalog.c: corrected a small bug introduced
11732
Daniel Veillard75b96822001-10-11 18:59:45 +000011733Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11734
11735 * catalog.c include/libxml/catalog.h: very serious cleanup,
11736 isolating unportable code and as much as possible the accesses
11737 to the global shared catalog. May need more testing !
11738
Daniel Veillard78d12092001-10-11 09:12:24 +000011739Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11740
11741 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11742 Keith Isdale patches for the XSLT debugger interfaces. Some
11743 cleanup
11744
Daniel Veillardff0b7312001-10-11 06:46:09 +000011745Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11746
11747 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11748 * DOCBparser.c: generate line nubers in elements
11749
Daniel Veillard60087f32001-10-10 09:45:09 +000011750Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11751
11752 * configure.in: preparing 2.4.6 release
11753 * doc/xml.html doc/html/*: updated and rebuilt the docs
11754 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11755
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011756Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11757
11758 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11759 adding documentation for DV's supercatalog support
11760
Daniel Veillard82d75332001-10-08 15:01:59 +000011761Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11762
11763 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11764 super catalog support adding one API and one flag --sgml to
11765 xmlcatalog
11766
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011767Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11768
11769 * doc/xmlcatalog_man.xml, xmlcatalog.1
11770 One more crack at
11771 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11772
11773
Thomas Broyer47334c02001-10-07 16:41:52 +000011774Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11775
11776 * xpath.c: implemented xmlXPathObjectCopy for external objects
11777 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11778
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011779Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11780
11781 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11782 finishing up fix to
11783 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11784 the xmlcatalog man page display more elegantly
11785
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011786Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11787
11788 * configure.in: closing bug #61832
11789 * HTMLparser.c: removed a warning
11790
Daniel Veillard6ab38382001-10-06 13:08:27 +000011791Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * xpath.c: fixing #61673 part I, do not loose doc information
11794 when copying result value trees.
11795
Daniel Veillard556c6682001-10-06 09:59:51 +000011796Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11797
11798 * xpath.c: trying to harden the XPath interpreter
11799
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011800Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11801
11802 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11803 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11804
William M. Brack1633d182001-10-05 15:41:19 +000011805Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11806
11807 * HTMLparser: repaired another loop problem
11808
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011809Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11810
11811 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11812 parsing.
11813 * xpath.c: fix bug #61291 the default XML namespace node is
11814 missing from the namespace axis.
11815 * tree.c: refuse to create namespaces nodes with prefix "xml"
11816
Daniel Veillard651f9472001-10-04 14:51:06 +000011817Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11818
11819 * SAX.c: ouch a non-defined namespace could lead to a crash,
11820 fixed #61215
11821
Daniel Veillard7dd05702001-10-04 14:25:12 +000011822Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11823
11824 * parserInternals.c: closed bug #61054
11825
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011826Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * include/libxml/Makefile.am: closing #60708
11829
Daniel Veillarda293c322001-10-02 13:54:14 +000011830Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11831
11832 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11833 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11834
Daniel Veillardf4309d72001-10-02 09:28:58 +000011835Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11836
11837 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11838
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011839Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11840
11841 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11842 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11843
Daniel Veillard16756b62001-10-01 07:36:25 +000011844Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11845
11846 * catalog.c: Justin Fletcher provided cleaup code in case
11847 HAVE_STAT is not defined
11848 * include/win32config.h: Igor Zlatkovic suggested to have
11849 HAVE_STAT defined there
11850
William M. Brack5e1cac12001-09-28 16:19:18 +000011851Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11852
11853 * catalog.c - fixed typing error reported by M. Barros
11854
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011855Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11856
11857 * xmllint.c - fixing typo
11858
William M. Brackd28e48a2001-09-23 01:55:08 +000011859Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11860
11861 * HTMLparser.c: small enhancement to prevent loop on
11862 unrecognizable data
11863
Daniel Veillardb1d62872001-09-21 09:47:08 +000011864Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * parserInternals.c: applying patch from bug #60757 this
11867 should close it
11868
Daniel Veillardc0631a62001-09-20 13:56:06 +000011869Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11870
11871 * catalog.c xmlcatalog.c: removed a couple of warning
11872 * xpath.c: try to solve the linking problem on platforms
11873 needing trio to compile
11874
Daniel Veillard1a123612001-09-19 08:06:23 +000011875Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011876
Daniel Veillard1a123612001-09-19 08:06:23 +000011877 * Makefile.am libxml.spec.in: backing up non-documented changes
11878 commited without review or aproval by Jens Finke <jens@gnome.org>
11879 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011880
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011881Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11882
11883 * configure.in: Joe Orton provided a patch fixing a problem
11884 when iconv is specified to be in a non-standard directory
11885 but wasn't exported in xml2-config --cflags
11886
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011887Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11888
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011889 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011890 troubles with 2.4.4 errors.
11891
Daniel Veillard16698282001-09-14 10:29:27 +000011892Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11893
11894 * encoding.c entities.c: do not output hexadecimal charrefs
11895 when serializing HTML since some version of Netscape can't
11896 grok it, generate decimal ones.
11897 * result/HTML/doc3.htm: output changed due to previous test
11898 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11899
Daniel Veillard98fed372001-09-13 11:34:58 +000011900Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11901
11902 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11903 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11904
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011905Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011906 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011907
11908 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11909 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11910 updated the configuration scripts systems accordingly
11911
Daniel Veillard04382ae2001-09-12 18:51:30 +000011912Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11913
11914 * configure.in: preparing for 2.4.4
11915 * doc/xml.html doc/html/*: updated and rebuilt the docs
11916
Daniel Veillardd63437e2001-09-12 15:00:27 +000011917Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11918
11919 * win32/dsp/libxml2.def.src: tried to incorporate comments
11920 from bug #59220
11921
Daniel Veillard319a7422001-09-11 09:27:09 +000011922Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11923
11924 * parser.c result/noent/wml.xml: fixed bug #59981 related
11925 to handling of '&' in attributes when entities are substitued
11926
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011927Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11928
11929 * libxml.h include/libxml/xmlversion.h.in
11930 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11931 Tried to close bug #60131
11932
Daniel Veillardbce62332001-09-10 18:46:55 +000011933Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11934
11935 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11936
Daniel Veillard143b04f2001-09-10 18:14:14 +000011937Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11938
11939 * SAX.c: fixing bug #59946 on xmlns=""
11940
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011941Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11942
11943 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11944 but allocates a new error code.
11945
Daniel Veillard05c13a22001-09-09 08:38:09 +000011946Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11947
11948 * xmllint.c: John Fleck fixed typos in the options output
11949 * parser.c SAX.c: fix ignorable white space SAX selection
11950
11951Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11952
11953 * entities.c: Steve Underwood found the possibility of an
11954 ininite loop in case of error.
11955
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011956Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11957
11958 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11959
Daniel Veillarda050d232001-09-05 15:51:05 +000011960Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11961
11962 * parser.c: warn if version is not 1.0 but it's not
11963 strictly speaking an error after analyzing the spec
11964
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011965Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11966
11967 *doc/catalog.html - add link to the html version of the
11968 man page, other linguistic cleanups
11969
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011970Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11971
11972 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11973 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11974 file, has not yet been included in the build.
11975
Daniel Veillard99784ff2001-09-01 16:20:28 +000011976Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11977
11978 * catalog.c: removed a duplicate affectation Justin Fletcher
11979
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011980Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11981
11982 * tree.c: Armin Sander pointed a possible text coalescing
11983 problem, completed his patch.
11984
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011985Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11986
11987 * trionan.c: Fixed const and volatile re-definition problem
11988
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011989Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11990
11991 * libxml.4 parser.c: doc updates from Heiko Rupp
11992 * parserInternals.c: 2 sanity checks from Heiko Rupp
11993
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011994Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11995
11996 * tree.c: applied patch from Armin Sander to make some pointers
11997 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011998 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011999
Daniel Veillardb06c6142001-08-27 14:26:30 +000012000Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12001
12002 * xpath.c: hum, restrict the integer usage gcc bug workaround
12003 to only gcc compilers so that other architecture don't get
12004 penalized by this limitation.
12005 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12006
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012007Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12008
12009 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12010 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12011
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012012Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12013
12014 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12015 --convert option to xmlcatalog to convert SGML ones to
12016 the XML syntax.
12017 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12018
12019 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012020Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12021
12022 * catalog.c xmlIO.c: started some serious testing and fixed
12023 a few bug and optmization needs.
12024
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012025Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12028 preparing for a 2.4.3 release even if it may not be ready yet
12029 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12030 all file parsing lookup to go through the entity resolver, add
12031 to add an API to bypass it (needed to load catalogs themselves),
12032 some cleanup on the catalog code too.
12033 * nanoftp.c: small cleanup
12034 * doc/catalog.html: small update
12035
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012036Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12037
12038 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12039 Jun Kuriyama
12040
Daniel Veillardffb120d2001-08-23 00:52:23 +000012041Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12042
12043 * doc/catalog.html: finished the catalog documentation
12044
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012045Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12046
12047 * doc/catalog.html doc/xml.html: added documentation about
12048 Catalog support, misses an API description
12049 * doc/html/*: reextracted the API pages
12050
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012051Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12052
12053 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12054 Added the part about section 7.2 on URI resolution,
12055 fixed a side effect in the HTML parser, look complete
12056 and ready to rock except the URI/SystemID part!
12057
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012058Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12059
12060 * include/libxml/catalog.h include/libxml/parser.h
12061 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12062 xmlIO.c: added support and APIs needed for the catalog PI
12063 * include/libxml/xmlIO.h: cleanup
12064
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012065Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12066
12067 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12068 include/libxml/catalog.h: starts to look okay, really
12069 plugged the new framework, cleaned a lot of stuff,
12070 added some APIs, except the PI's support missing this
12071 should be mostly complete
12072 * result/catalogs/* test/catalogs/*: added new test, enriched
12073 the existing one with URN ID tests
12074
Daniel Veillard64339542001-08-21 12:57:59 +000012075Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12076
12077 * catalog.c: fixed nextCatalog
12078 * result/catalogs/docbook test/catalogs/*: started adding
12079 a small regression test
12080
Daniel Veillardcda96922001-08-21 10:56:31 +000012081Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12082
12083 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12084 more work on the XML catalog support.
12085 * parser.c include/libxml/parser.h: small cleanup seems using
12086 list as a public parameter name can give portability troubles
12087 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12088 include/libxml/xpath.h include/libxml/Makefile.am: removed
12089 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12090 wrappers
12091
Bjorn Reese45029602001-08-21 09:23:53 +000012092Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12093
12094 * Makefile.am trio.c triodef.h trionan.c xpath.c
12095 include/libxml/Makefile.am include/libxml/trionan.h:
12096 Re-worked Not-A-Number and Infinity support.
12097 * xmlcatalog.c: added readline include files
12098
Daniel Veillard344cee72001-08-20 00:08:40 +000012099Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12100
12101 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12102 testCatalog as xmlcatalog, making it an installed app
12103 adding a shell, and preparing it to be a /etc/xml/catalog
12104 management tool, though not ready yet
12105 * catalog.c include/libxml/catalog.h: adding support for
12106 XML Catalogs http://www.oasis-open.org/committees/entity/
12107 not finished, there is some interesting tradeoffs and a
12108 few open questions left.
12109
Daniel Veillardb7664f42001-08-19 13:00:43 +000012110Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12111
12112 * xmllint.c: fixed a line formatting problem
12113
Daniel Veillard5015b712001-08-17 09:37:52 +000012114Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12115
12116 * SAX.c: removed a couple of unused variable (Albert Chin)
12117
Daniel Veillardbb371292001-08-16 23:26:59 +000012118Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12119
12120 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12121 trying to fix some troubles w.r.t. function returning
12122 const xxxPtr.
12123
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012124Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12125
12126 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12127 defined
12128
Daniel Veillardae6db172001-08-16 19:32:00 +000012129Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12130
12131 * xpointer.c: removed unused var
12132
Daniel Veillard09190202001-08-16 16:27:41 +000012133Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * testXPath.c: another small cleanup closing bug #59110
12136
Daniel Veillard796f4b62001-08-16 16:00:13 +000012137Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * win32/dsp/libxml2.def.src: small cleanup closing bug
12140 #59108
12141
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012142Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12143
12144 * example/gjobread.c: add xmlCleanupParser() before leaving
12145
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012146Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12147
12148 * config.h.in configure.in include/libxml/xmlwin32version.h:
12149 released 2.4.2
12150
Daniel Veillardd3d06722001-08-15 12:06:36 +000012151Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * include/libxml/valid.h debugXML.c valid.c: deprecate
12154 the non-boundchecking Sprintf functions, add Snprintf
12155 this should close bug #57984
12156
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012157Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12158
12159 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12160 URIs before doing the lookups (pointed by Mark Vakoc)
12161
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012162Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12163
12164 * xpath.c: serious changes on Result Value Trees and NodeSets
12165 w.r.t. deallocation and collect operations. Probably not
12166 100% clean (merge of allocated trees smells like a problem).
12167 Seems sufficient to close #58943
12168
Daniel Veillard90493a92001-08-14 14:12:47 +000012169Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12170
12171 * xmllint.c: adding a --format option
12172
Daniel Veillardfe703322001-08-14 12:18:09 +000012173Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12174
12175 * xpath.c: count() was broken on Result Value Tree
12176 * xmlIO.c: fixed file:/// accesses on _WIN32
12177
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012178Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12179
12180 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12181 macro was renamed, this should close bug #58683
12182
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012183Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12184
12185 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12186 entity substitution mode text at the end of the entity might
12187 be added due to text coalescing.
12188 * nanoftp.c parser.c: small cleanup
12189
Daniel Veillard0c720972001-08-08 20:59:00 +000012190Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12191
12192 * HACKING: added John Fleck right to commit in the doc subdir
12193
Daniel Veillard48da9102001-08-07 01:10:10 +000012194Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12195
12196 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12197 allow to inherit attributes from the DTD directly in the
12198 tree, this is needed for XPath and can be a useful feature.
12199 Inherited namespaces are always provided at the tree level now
12200 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12201 of tests for this feature (XSLT being the prime user).
12202
Daniel Veillard50f34372001-08-03 12:06:36 +000012203Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12204
12205 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12206 testSAX.c xmlIO.c xmllint.c include/win32config.h
12207 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12208 include/libxml/xmlwin32version.h.in win32/README.MSDev
12209 win32/dsp/*: applied Win32 Facelift No.2 patches from
12210 Igor Zlatkovic for Windows/MSC
12211
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012212Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12213
12214 * SAX.c: unparsedEntityDecl() the URI computation of the
12215 entity wasn't done breaking XSLT unparsed-entity-uri()
12216
Daniel Veillard567e1b42001-08-01 15:53:47 +000012217Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12218
12219 * xpath.c: fixed a bug when walking the descendants and
12220 the current node has no children
12221 * debugXML.c: show up when a text node is supposed to not be escaped
12222
Thomas Broyerf186c822001-07-31 23:30:37 +000012223Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12224
12225 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12226 worked like the set:leading() function)
12227 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12228
Daniel Veillardba6db032001-07-31 16:25:45 +000012229Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12230
12231 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12232
Daniel Veillard57905372001-07-31 15:52:17 +000012233Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12234
12235 * include/libxml/xmlIO.h: apply change to close #58141
12236 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12237
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012238Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12239
12240 * parser.c: when the internal subset uses a PE, then the
12241 included entity can use conditional sections.
12242
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012243Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12244
12245 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12246 when walking the namespace axis showing up in
12247 libxst/tests/general/bug-12
12248 * xmlmemory.c: added the possibility to trace a given block
12249 defined by its address
12250
Daniel Veillard4aafa792001-07-28 17:21:12 +000012251Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12252
12253 * parser.c: don't override existing encoding specified before
12254 starting xmlParseDocument()
12255
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012256Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12257
12258 * include/libxml/xmlwin32version.h: reinserted, needed for
12259 Windows users of CVS
12260
Darin Adlera77cac02001-07-27 17:41:51 +0000122612001-07-27 Darin Adler <darin@bentspoon.com>
12262
Darin Adler699613b2001-07-27 22:47:14 +000012263 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12264 * testCatalog.c: Add include of <libxml/parser.h>.
12265
122662001-07-27 Darin Adler <darin@bentspoon.com>
12267
Darin Adlera77cac02001-07-27 17:41:51 +000012268 * include/libxml/.cvsignore:
12269 * include/libxml/xmlwin32version.h:
12270 Remove this file from CVS because it's generated.
12271
Daniel Veillard50822cb2001-07-26 20:05:51 +000012272Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12273
12274 * parser.c include/libxml/parser.h: applied const patches from
12275 Tom Moog #58002
12276
Thomas Broyerba4ad322001-07-26 16:55:21 +000012277Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12278
12279 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12280 lookup framework
12281
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012282Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12283
12284 * tree.c: fixed xmlCopyNode() for documents
12285
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012286Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12287
12288 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12289
12290Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012291
12292 * parser.c: fixes bug #57652 reported by Morus Walter
12293
Daniel Veillarde3924972001-07-25 20:25:21 +000012294Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12295
12296 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12297
Daniel Veillarda53c6882001-07-25 17:18:57 +000012298Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12299
12300 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12301 errors, lesson don't add new functions at 1am before a release
12302 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12303 from XPath initialization when possible.
12304
Daniel Veillardd9bad132001-07-23 19:39:43 +000012305Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12306
12307 * result/scripts/base*: removing history/readline changed
12308 this slightly
12309 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12310 xmllint.c: make element content line number generation
12311 optionnal to avoid breaking old apps added interface to switch
12312
Daniel Veillardf012a642001-07-23 19:10:52 +000012313Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12314
12315 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012316 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012317 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12318 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12319 John Kroll fixes to allow saving to HTTP via PUT (or
12320 POST of needed).
12321 * doc/html/*.html: regenerated the docs
12322
Thomas Broyere8126242001-07-22 03:54:15 +000012323Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12324
12325 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12326 xmlHashScanFull and xmlHashScannFull3 to get passed the
12327 three keys as arguments to the callback function
12328
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012329Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12330
12331 * configure.in Makefile.am: removed libxml softlink for good
12332 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12333 100% coverage by gtk-doc
12334
Daniel Veillard8599e702001-07-17 21:38:51 +000012335Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12336
12337 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12338 fixed serious troubles due to size_t vs. int mismatch
12339
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012340Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12341
12342 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12343
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012344Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12345
12346 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12347 convenient extension API for value and context managing
12348 Now handles external objects through xmlXPathPopExternal,
12349 xmlXPathWrapExternal and xmlXPathReturnExternal.
12350 Added functions for sets operations (intersection, etc.)
12351
Daniel Veillard22090732001-07-16 00:06:07 +000012352Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12353
12354 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12355 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12356 HTMLparser.c: cleanup of global variables, marking some
12357 const or private.
12358
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012359Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012360
12361 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12362 fixed xmlXPathNodeSetItem when passing index=0
12363
Daniel Veillard05dec342001-07-14 21:57:39 +000012364Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12365
12366 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12367
Daniel Veillard28ae6362001-07-14 16:44:32 +000012368Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12369
12370 * xmllint.c: fixed compilation under Cygwin #57503
12371 * TODO: update
12372
Peter Williamsed156f52001-07-13 18:35:13 +0000123732001-07-13 Peter Williams <peterw@ximian.com>
12374
12375 * config.h.in: add #undef HAVE_DLFCN_H
12376
12377 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12378 builddir.
12379
Daniel Veillard73b36e32001-07-12 15:09:52 +000012380Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12381
12382 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12383 raised by #57348 and #57381
12384
Daniel Veillard7db37732001-07-12 01:20:08 +000012385Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12386
12387 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12388 tree.c xpointer.c: store the line numbder in element->content,
12389 may break some software, need a configuration mechanism
12390
Darin Adler96037892001-07-11 00:03:16 +0000123912001-07-10 Darin Adler <darin@bentspoon.com>
12392
12393 * .cvsignore:
12394 * example/.cvsignore:
12395 * include/.cvsignore:
12396 * include/libxml/.cvsignore:
12397 Various things that are generated and should be ignored.
12398
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012399Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12400
12401 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12402 * doc/xml.html doc/html/*: updated the docs
12403
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012404Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12405
12406 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12407 validation occured on content with element child
12408
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012409Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12410
12411 * tree.c: fixed XML Base computation which was broken
12412 * debugXML.c: added a base function to the shell
12413 * Makefile.am result/scripts/* test/scripts/*: added scripts
12414 based regression tests, and adding 2 XML Base tests
12415
Daniel Veillard19e96c32001-07-09 10:32:59 +000012416Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12417
12418 * tree.c: set properties doc and call xmlSetListDoc for properties
12419 content when grafting them in a different tree.
12420 * aclocal.m4: remove from CVS
12421
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012422Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12423
12424 * win32/libxml2/libxml2.def.src: added some missing entry point
12425 for XPath (Mark Vakoc)
12426
Daniel Veillard388236f2001-07-08 18:35:48 +000012427Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12428
12429 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12430 layer should URI-Unescape before trying to open resources.
12431
Daniel Veillard04383752001-07-08 14:27:15 +000012432Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12433
12434 * xpath.c: fix the name() bug for elements in the default
12435 namespace reported by Charlie Bozeman
12436
Daniel Veillard7583a592001-07-08 13:15:55 +000012437Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12438
12439 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12440 led to an XPath fix, improvements of SAX initialization, and
12441 an added option --nocdata to testXPath
12442
Daniel Veillard449d7392001-07-07 19:11:06 +000012443Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12444
12445 * doc/libxml-doc.el: Felix Natter provided anew version working
12446 with XEmacs too
12447
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012448Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12449
12450 * include/libxml/xpath.h: small cleanup
12451 * doc/xml.html: update
12452
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012453Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12454
12455 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12456 released 2.3.14
12457
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012458Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12459
12460 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012461 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012462
Daniel Veillard73c9c042001-07-05 20:02:54 +000012463Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12464
12465 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12466 were not equal to empty strings
12467
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012468Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12469
12470 * SAX.c: fixed a URI-Reference computation problem when validating
12471 * xmlIO.c: small cleanup
12472
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012473Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12474
12475 * parser.c: improved the description of a couple of interfaces
12476 upon Larry Stamper suggestion
12477
Daniel Veillard62f313b2001-07-04 19:49:14 +000012478Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12479
12480 * SAX.c entities.c parser.c: changed completely the way entities
12481 are handled when running the parser in entity substitution mode.
12482 This fixes a bug reported by Stephan Kulow and nearly divides
12483 by 3 the amount of memory required by libxslt to load and process
12484 DocBook TDG.
12485
Daniel Veillardf420ac52001-07-04 16:04:09 +000012486Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12487
12488 * HTMLparser.c: fixing a too early root closing problem raised
12489 byt Prashanth Naidu
12490
Daniel Veillard8c357d52001-07-03 23:43:33 +000012491Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12492
12493 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12494 raised by Mark Vakoc.
12495
Daniel Veillard6e90d192001-07-03 16:37:49 +000012496Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12497
12498 * example/Makefile.am: fixed the include path to add srcdir/include
12499 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12500 and some cleanup
12501
Daniel Veillardf06307e2001-07-03 10:35:50 +000012502Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12503
12504 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12505 lot of optimization work, results in significant improvements
12506 when handling really complex XPath queries. Add a small optimizer
12507 for unions, improve [n] and [last()], avoid some costly ops.
12508
Daniel Veillard77044732001-06-29 21:31:07 +000012509Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12510
12511 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12512 * xpath.c: small cleanup
12513 * xmlGetNsList: reformated, fixed problems if used on Entities
12514
Daniel Veillard2adbb512001-06-28 16:20:36 +000012515Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12516
12517 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12518
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012519Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12520
12521 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12522 * Makefile.am example/Makefile.am: workaround automake generating
12523 erroneous deps
12524
Daniel Veillard12f7d292001-06-28 13:12:11 +000012525Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12526
12527 * include/win32config.h: bug #56801 Yon Derek provided a patch
12528 to the windows config file.
12529
Daniel Veillard87ee9142001-06-28 12:54:16 +000012530Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12531
12532 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12533 libxml.h : Yon Derek provided a set of changes to compile from
12534 CVS on Windows/MSC
12535
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012536Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12537
12538 * parser.c: fixed UTF8 BOM support in push mode
12539 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12540 added a specific testcase
12541
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012542Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12543
12544 * Makefile.am: added --push regression tests
12545 * parserInternals.c: the XML parser segfaulted in --push mode
12546
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012547Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12548
12549 * configure.in: moved the symlinks detection within a CVS
12550 check, this is not portable and will be removed soon.
12551 * xpath.c: small cleanup/speedup
12552
Daniel Veillard11648102001-06-26 16:08:24 +000012553Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12554
12555 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12556 release of 2.3.12
12557 * parser.c: make an error message if unknow entities in all cases
12558
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012559Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12560
12561 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12562
Daniel Veillard23793842001-06-25 16:07:45 +000012563Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12564
12565 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12566 includes were installed in the wrong dir
12567
Daniel Veillardf5498f32001-06-25 15:08:36 +000012568Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12569
12570 * doc/html.xml: warn against sending code to exhibit bugs.
12571
Daniel Veillard56f06462001-06-24 21:34:03 +000012572Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12573
12574 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12575 Tru64 from Thomas Leitner
12576
Daniel Veillardc5d64342001-06-24 12:13:24 +000012577Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12578
12579 * AUTHORS: added William and Bjorn
12580 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12581 daniel@veillard.com hopefully I won't have to do this again
12582 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12583 docs can be rebuilt cleanly now
12584 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12585 from CVs it's generated, added include/libxml/xmlwin32version.h
12586 also generated but which should change far less frequently.
12587 * catalog.c nanoftp.c: made sure to include libxml.h not
12588 libxml/xmlversion.h directly
12589 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12590 when compiling on WIN32 and MSC
12591
Daniel Veillard07385fd2001-06-23 21:55:48 +000012592Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12593
12594 * include/Makefile.am include/libxml/Makefile.am configure.in:
12595 fixed make distcheck and rebuilding the rpms
12596
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012597Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12598
12599 * configure.in: should finish the migration of exported includes
12600 into a real include/libxml in CVS, at least for CVS users.
12601 * removed the exported headers, added in include/libxml (as well
12602 as xmlversion.h.in).
12603
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012604Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12605
12606 * configure.in: fixed the way to detect symlink
12607
Daniel Veillard66541772001-06-23 18:31:04 +000012608Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12609
12610 * configure.in: updated, include/libxml is now a real CVS dir
12611
Daniel Veillardca989762001-06-23 17:39:29 +000012612Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12613
12614 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12615 version works with both libxml1 and libxml2 (it autodetects
12616 the prefix of the html-files) from Felix Natter.
12617 * doc/xml.html: updated doc accordingly
12618
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012619Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12620
12621 * xpath.c: fixed the bug generating a template loop in libxslt
12622 when using docbook-xsl-1.4, * should filter out document nodes
12623 * HACKING: added William
12624 * TODO: updated
12625
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012626Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12627
12628 * doc/FAQ.html: added a warning about gcc-3.0
12629 * doc/xml.html: added reference to gdome2 and removed a confusing
12630 sentence
12631
Daniel Veillardf7f41852001-06-22 15:18:01 +000012632Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12633
12634 * xmlversion.h: okay this is a generated file, but Windows
12635 users need it and they can't generate it, and I want CVS
12636 Windows users ...
12637 * win32/libxml2/libxml2_so.dsp: Windows project file for
12638 the shared lib version of libxml2
12639 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12640 resources needed for libxslt/xsltproc by Yon Derek
12641
Bjorn Reese3157b342001-06-22 14:41:45 +000012642Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12643
12644 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12645
Daniel Veillard4151acb2001-06-22 10:48:57 +000012646Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12647
Daniel Veillardcc146db2001-06-22 11:10:52 +000012648 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12649
12650Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12651
Daniel Veillard4151acb2001-06-22 10:48:57 +000012652 * include/win32config.h: Yon Derek provided a first fix
12653 to be able to compile libxslt/xsltproc on Windows
12654
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012655Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12656
12657 * xpath.c: attempt to work around what seemed a gcc optimizer
12658 bug when handling floats on i386 http://veillard.com/gcc.bug
12659 * tree.c entities.c encoding.c: doing some cleanups while
12660 chasing it
12661
Daniel Veillard017b1082001-06-21 11:20:21 +000012662Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12663
12664 * Makefile.am: cleanup when --without-debug is specified
12665 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12666 w.r.t. --without-debug and other include points
12667 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12668 Catalogs
12669 * configure.in entities.h tree.h HTMLparser.c: removed
12670 --without-corba, made the _private field mandatory
12671
Daniel Veillard87a764e2001-06-20 17:41:10 +000012672Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12673
12674 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12675 outputs a BOM in UTF8, an errata has been issued to avoid the
12676 problem, that was the most reasonable solution... Add support
12677 for a leading UTF8 BOM in entities.
12678
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012679Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12680
12681 * valid.c: fixed a bug found when post validating an entity ref
12682 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12683 activate it too
12684
Daniel Veillard39196eb2001-06-19 18:09:42 +000012685Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12686
12687 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12688 weakness in the node copy the XPointer and the XInclude
12689 implementations. Serious cleanup.
12690
Daniel Veillard3739b982001-06-19 12:51:30 +000012691Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12692
12693 * Makefile.am: Kjartan Maraas provided a small patch to
12694 add xml2-config.in to EXTRA_DIST
12695
Daniel Veillarda9142e72001-06-19 11:07:54 +000012696Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12699 provided another failing case found in KDE, the way the
12700 ctxt->vctxt.nodeTab was allocated and freed changed over
12701 time but it wasn't completely cleaned up. This should fix it.
12702
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012703Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12704
12705 * parser.c: Stephan Kulow also raised the fact that line number
12706 could get miscounted making debug harder, fixed the problem
12707 in xmlParseCharData()
12708
Daniel Veillard64b98c02001-06-17 17:20:21 +000012709Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12710
12711 * valid.c: Stephan Kulow pointed out a problem when validating
12712 and using an empty entity, forgot a 'break' in a case.
12713
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012714Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12715
12716 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12717 * doc/xml.html: updated with 2.3.11
12718
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012719Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12720
12721 * TODO: updated adding cleanup of generated doc
12722 * configure.in: prepared to release 2.3.11
12723 * xmllint.c: added --version for bug reporting
12724 * doc/html/*.html: rebuilt the doc
12725
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012726Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12727
12728 * xpath.c: first part of the work on selecting namespace to
12729 fix bug #56115
12730
Daniel Veillard96ed5832001-06-15 22:22:04 +000012731Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12732
12733 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12734 when using -liconv
12735 * TODO: updated
12736
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012737Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12738
12739 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12740 cleanup, encoding support.
12741
Daniel Veillard608ad072001-06-14 08:32:28 +000012742Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12743
12744 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12745
Daniel Veillard239d0522001-06-13 23:02:48 +000012746Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12747
12748 * xpath.c: bug detected by Ankh when / is used as a function arg
12749
Daniel Veillard02bb1702001-06-13 21:11:59 +000012750Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12751
12752 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12753 of element and use it to avoid outputting formatting spaces at
12754 the wrong place. Implemented the format parameter for HTML save.
12755 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12756 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12757 result/HTML/wired.html: of course this impact the result of a
12758 number of HTML tests
12759
Daniel Veillard95d845f2001-06-13 13:48:46 +000012760Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12761
12762 * HTMLtree.[ch]: started augmenting the HTML save API with
12763 encoding and formatting parameters
12764
Daniel Veillardeca60d02001-06-13 07:45:41 +000012765Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12766
12767 * HTMLtree.h: cleanup and started evaluating the work needed on
12768 revamping the HTML output code
12769
Daniel Veillard84666b32001-06-11 17:31:08 +000012770Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12771
12772 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12773
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012774Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12775
12776 * valid.c: fixed bug #56049, forgot one check in the
12777 validation routine
12778
Daniel Veillardca2366a2001-06-11 12:09:01 +000012779Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12780
12781 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12782
Daniel Veillard6761eee2001-06-11 10:29:38 +000012783Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * libxml.h: fixed an error in last commit
12786 * doc/FAQ.html: added an entry for compilation from CVS
12787
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012788Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12789
12790 * xmlversion.h.in libxml.h: Cygwin patches
12791 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12792 * tree.h: cleanup
12793
Daniel Veillardacd370f2001-06-09 17:17:51 +000012794Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12795
12796 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12797 memory block in a strange case where libxml is linked twice
12798 in the binary.
12799
Daniel Veillard1d047672001-06-09 16:41:01 +000012800Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12801
12802 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12803 state far too often, simple fix used to avoid it.
12804
Daniel Veillard4497e692001-06-09 14:19:02 +000012805Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12806
12807 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12808 being processed, applied his patch
12809 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12810
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012811Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12814 provided fixes to compile on MSCC again
12815 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12816 also provided an update for the project files.
12817
Daniel Veillarda682b212001-06-07 19:59:42 +000012818Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12819
12820 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12821 bug #55810
12822
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012823Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12824
12825 * tree.c: fixed xmlGetNsProp() to close bug #55683
12826 Note this requires libxslt to use it's own function instead.
12827
Daniel Veillardf0c53762001-06-07 16:07:07 +000012828Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12829
12830 * HTMLtree.c: when in a pre element no formatting space should
12831 be added.
12832 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12833
Daniel Veillard068a9652001-06-07 15:30:26 +000012834Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12835
12836 * configure.in: added tests for signal() and signal.h
12837
Daniel Veillard541d6552001-06-07 14:20:01 +000012838Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12841
Daniel Veillard8a367d42001-06-07 14:01:34 +000012842Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * doc/libxml-doc.el: Felix Natter provided a new version for
12845 libxml2
12846
Daniel Veillard8a926292001-06-07 11:20:20 +000012847Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12848
12849 * HTMLtree.c: when in a pre element no formatting space should
12850 be added.
12851
Daniel Veillard14839d52001-06-06 16:11:56 +000012852Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12853
12854 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12855
Daniel Veillarde95e2392001-06-06 10:46:28 +000012856Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12857
12858 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12859 hack
12860 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12861 * uri.c: fixed a warning
12862
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012863Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12864
12865 * HTMLtree.c: trying to close bug #55772 escaping in script
12866 elements
12867 * doc/xml.html: suggest to send mail to the list
12868
12869Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012870
12871 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12872 good. Use a macro and based on the solution provided in
12873 vsnprintf manual page from GNU.
12874
Bjorn Reese99748722001-06-05 12:49:15 +000012875Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12876
12877 * error.c: Workaround for non-preserving variadic list.
12878 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12879
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012880Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12881
12882 * doc/xml.html: added 2.3.10 release
12883
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012884Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12885
12886 * configure.in: releasing 2.3.10
12887
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012888Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12889
12890 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12891
Daniel Veillard20042422001-05-31 18:22:04 +000012892Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12893
12894 * encoding.c: Robert Collins provided a patch to add the
12895 "US-ASCII" encoding alias
12896
Daniel Veillard97ac1312001-05-30 19:14:17 +000012897Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12898
12899 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12900 string oriented functions and started cleaning the related areas
12901 in xpath.c which needed fixing in this respect
12902
Daniel Veillard2d703722001-05-30 18:32:34 +000012903Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12906 #55380
12907 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12908
Daniel Veillard9403a042001-05-28 11:00:53 +000012909Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12910
12911 * TODO: updated
12912 * nanohttp.[ch] : started adding APIs to get the redirected URL
12913 when this occurs (needed for further base computation
12914 * tree.h: cleanup
12915 * encoding.c: cleanup
12916 * SAX.c: minor change around ctxt->loadsubset
12917
Daniel Veillard6278fb52001-05-25 07:38:41 +000012918Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12919
12920 * Makefile.am include/Makefile.am: small change to have
12921 include/libxml rebuilt if working from CVS.
12922 * uri.c: applied another patch from Carl Douglas for URI escaping,
12923 this should close bug #51876
12924
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012925Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12926
12927 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12928 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12929 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12930 added specific regression test
12931 * parser.h: preparing for the XSLT mode where DTD inherited
12932 attributes are added to the tree.
12933
Daniel Veillardbbd22452001-05-23 12:02:27 +000012934Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12935
12936 * xinclude.[ch]: Updated the namespace for the Last Call version
12937 * result/XInclude/include test/XInclude/include: updated the
12938 testsuite accordingly
12939
Daniel Veillard8514c672001-05-23 10:29:12 +000012940Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12943 related to bug #51876
12944
Daniel Veillard42596ad2001-05-22 16:57:14 +000012945Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12946
12947 * tree.c: fixed a gross mistake in base computation, xml:base is
12948 not completely correct yet (need cascade).
12949 * xpath.[ch]: added the few things needed to find a function name
12950 and URI from the XPath context when it is called.
12951
Daniel Veillard81418e32001-05-22 15:08:55 +000012952Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12953
12954 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12955 * DOCBparser.c: small cleanup
12956 * xmllint.c: added a --catalogs option to load catalogs from
12957 $SGML_CATALOG_FILES
12958 * tree.c: cleanup
12959 * configure.in: iconv library fixup, ICONV_LIBS
12960
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012961Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12962
12963 * catalog.c: handling of CATALOG entries. detection of recursion,
12964 and a few bugfixes
12965 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12966 against the default namespace
12967
Daniel Veillard04b93292001-05-21 08:15:31 +000012968Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12969
12970 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12971
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012972Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12973
12974 * parser.c: fixed propagation context info when parsing an
12975 external entity.
12976 * doc/html/*.html: regenerated a couple of docs
12977
Daniel Veillard4623acd2001-05-19 15:13:15 +000012978Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12979
12980 * doc/xml.html: update with 2.3.9 informations
12981
Daniel Veillardbed7b052001-05-19 14:59:49 +000012982Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12983
12984 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12985 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12986 * doc/html/* : rebuilt the docs
12987 * valid.c: small patch which may improve some case when
12988 validating.
12989
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012990Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12991
12992 * HTMLparser.c: Closed bug #54891
12993 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12994 to the suite
12995
12996Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12997
12998 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12999 applied a documentation patch from LotR and filled in a few missing
13000 descriptions
13001
Daniel Veillard76d66f42001-05-16 21:05:17 +000013002Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13003
13004 * xpath.c tree.c parser.c: speed optimizations at the parser level
13005 document tree freeing and xpath evaluation
13006
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013007Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13008
13009 * parser.c parser.h parserInternals.h: fixed a couple of
13010 interfaces for handling memory buffer input to const char *
13011 upon suggestion of JamesH.
13012
Daniel Veillardc3739e72001-05-15 15:23:27 +000013013Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13014
13015 * configure.in: LoTR sent a patch fixing the previous commit
13016
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013017Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * configure.in: trying to deal again with the stoopid -R linking
13020 flag of Solaris
13021
Daniel Veillard790142b2001-05-15 10:51:53 +000013022Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13023
13024 * xpath.h: two nodeset access macros from Thomas Broyer
13025
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013026Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13029 patch from Thomas Broyer
13030
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013031Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13032
13033 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13034 case
13035 * INSTALL: was empty added stuff from the FAQ
13036
Daniel Veillard75bea542001-05-11 17:41:21 +000013037Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13038
13039 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13040 attributes handling and #54433 by adding xmlUnsetProp()
13041 and xmlUnsetNsProp()
13042
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013043Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13044
13045 * HTMLparser.c: Patch from Jonas Borgström
13046 (htmlGetEndPriority): New function, returns
13047 the priority of a certain element.
13048 (htmlAutoCloseOnClose): Only close inline elements if they
13049 all have lower or equal priority.
13050 * result/HTML: this of course changed a number of tests results.
13051
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013052Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13053
13054 * xmlIO.c catalog.c: plugged in the default catalog resolution
13055 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13056 documentations
13057 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13058
Daniel Veillarda7374592001-05-10 14:17:55 +000013059Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13060
13061 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13062 integrating catalogs
13063 * catalog.[ch] testCatalog.c: adding a small catalo API
13064 (only SGML catalog support).
13065 * parser.c: restaured xmlKeepBlanksDefault(0) API
13066
Daniel Veillardc17337c2001-05-09 10:51:31 +000013067Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13068
13069 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13070
Daniel Veillard257d9102001-05-08 10:41:44 +000013071Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13072
13073 * parser.c: added xmlParseExternalEntityPrivate() to allow
13074 propagation of ctxt->_private when parsing external entities
13075
Daniel Veillard083c2662001-05-08 08:27:14 +000013076Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13077
13078 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13079
Daniel Veillard01ef7382001-05-08 07:31:43 +000013080Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13081
13082 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13083
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013084Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13085
13086 * valid.c: warn when indeterminist content model is detected
13087 * result/VC/ElementValid8: this adds a message
13088 * Makefile.am: add --novalid for VCM tests
13089 * parserInternals.c: added a call to Init memory
13090
Daniel Veillard64269352001-05-04 17:52:34 +000013091Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13092
13093 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13094 when both parameters are NULL.
13095
Daniel Veillard37721922001-05-04 15:21:12 +000013096Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13097
13098 * valid.c: applied small patch from Gary Pennington, reindented
13099 some part of the code.
13100
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013101Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13102
13103 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13104 release, updated and regenerated the docs
13105
Daniel Veillard357c9602001-05-03 10:49:20 +000013106Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13107
13108 * xpath.c result/XPath/expr/floats : clarified and cleanup
13109 printing of abnormal floats in tests.
13110
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013111Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13112
13113 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13114 * results/HTML/ : a few changes in the output of the HTML tests as
13115 a result.
13116 * configure.in: tying to fix -liconv where needed
13117
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013118Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13119
13120 * Makefile.am: fixed a stupid error
13121
Daniel Veillard7150a032001-05-02 16:41:11 +000013122Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13123
13124 * configure.in Makefile.am: make the inclusion of the trio
13125 modules in the library conditional
13126
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013127Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13128
13129 * DOCBparser.c: patche from László Kovács, fixed entities refs
13130 in attributes handling
13131
Daniel Veillardedddff92001-05-02 10:58:52 +000013132Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13133
13134 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13135 flushing
13136
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013137Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13138
13139 * xpath.c: fix of an XSLT namespace bug reported on the list
13140 general/bug-8-
13141
Daniel Veillard5792e162001-04-30 17:44:45 +000013142Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13143
13144 * strio.h trio.c: Dan McNichol suggested a couple of small
13145 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13146
Daniel Veillard02141ea2001-04-30 11:46:40 +000013147Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13148
13149 * tree.c parser.c encoding.c: spent a bit more time looking
13150 at the parsing speed and DOM handling. Added a few more
13151 speedups.
13152
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013153Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * parser.c: small but effective parsing speed improvement
13156
Daniel Veillardb59076b2001-04-29 17:04:07 +000013157Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13158
13159 * configure.in: default on the DocBook parser inclusion (for Gnome)
13160 * DOCBparser.h: fixed a header reference
13161
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013162Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13163
13164 * configure.in xpath.c: applied Bjorn patches for FPE on the
13165 alpha
13166
Daniel Veillardeefd4492001-04-28 16:55:50 +000013167Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13170 xmlSaveFormatFileTo()
13171
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013172Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * xpath.c: simple and efficient optimization, XPath functions
13175 aways bind to the same code, cache this
13176 * TODO: updated (by saying some is obsolete)
13177
Daniel Veillard2156a562001-04-28 12:24:34 +000013178Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13179
13180 * xpath.c: more cleanup work on XPath name parsing routines
13181
Daniel Veillard61d80a22001-04-27 17:13:01 +000013182Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13183
13184 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13185 xmlXPathParseName
13186 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13187 * debugXML.c: avoid compilation problems if compiling without
13188 HTML support, Igor Zlatkovic
13189 * win32/libxml2/libxml2.def.src: being able to compile without
13190 XPath on Windows
13191
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013192Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13193
13194 * libxml.m4: yet another patch from Toshio Kuratomi
13195
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013196Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13199
Daniel Veillard67fee942001-04-26 18:59:03 +000013200Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * tree.[ch]: added xmlSaveFormatFile interface for saving
13203 and indenting a file.
13204
Daniel Veillard82e49712001-04-26 14:38:03 +000013205Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * xpath.c: fixed bug #53689 related to processing-instruction()
13208
Daniel Veillard02f077a2001-04-26 10:59:11 +000013209Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13210
13211 * DOCBparser.c: patche from László Kovács
13212
Daniel Veillard30211a02001-04-26 09:33:18 +000013213Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * parser.c: applied fixes from Christian Glahn bug report #53391
13216
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013217Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13218
13219 * error.c: Jean François Lecomte provided a complete description
13220 and a fix to bug #53537
13221
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013222Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13225
Daniel Veillard1034da22001-04-25 19:06:28 +000013226Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13227
13228 * DOCBparser.c SAX.c: a bit more work on entities processing.
13229 Still Need to cleanup XML output and references in attributes
13230
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013231Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13232
13233 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13234
Daniel Veillardb33c2012001-04-25 12:59:04 +000013235Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13236
13237 * tree.c: trying to fix #53574, not completely complete,
13238 I would like xmllint --copy --debug test/ent1 and
13239 xmllint --debug test/ent1 to show the same result.
13240 * xpath.c: fix a bug when trying to sort namespace nodes
13241
Daniel Veillard5146f202001-04-25 10:29:44 +000013242Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13243
13244 * HTMLtree.c: real fix for #53402
13245
Daniel Veillard7533cc82001-04-24 15:52:00 +000013246Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13247
13248 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13249 PIs when using xsl:output
13250 * valid.c: closing #53537 some case generate segfaults if there
13251 is validity errors
13252
Daniel Veillard61b33d52001-04-24 13:55:12 +000013253Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13254
13255 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13256 of external parsed entities, added --noent to testDocbook
13257 * valid.c: Garry Pennington found an uninitialized variable
13258 access in xmlValidateElementContent()
13259
Daniel Veillard56098d42001-04-24 12:51:09 +000013260Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13261
13262 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13263 with madness
13264 * result/HTML/ : this modified the result of the regression tests
13265 a lot.
13266
Daniel Veillard122376b2001-04-24 12:12:30 +000013267Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13268
13269 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13270 to doc where it wasn't checked against NULL reported by
13271 Jens Laas
13272
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013273Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13274
13275 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13276 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13277
Daniel Veillardeae522a2001-04-23 13:41:34 +000013278Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13279
13280 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13281 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13282 * SAX.[ch]: cleanup and updates for DocBook
13283 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13284 ex SGML identifier changes
13285 * valid.c: removed a static unused function.
13286
Daniel Veillardde57c612001-04-23 09:13:36 +000013287Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * HTMLtree.c: applied change for Paul Sponagl on script saving
13290 * Makefile.am: the warning about entity title.xml are normal.
13291
Daniel Veillard393df012001-04-22 20:11:18 +000013292Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13293
13294 * configure.in: release of 2.3.7
13295 * Makefile.am: fixing make distcheck
13296
Daniel Veillarda41123c2001-04-22 19:31:20 +000013297Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13298
13299 * doc/html/* doc/xml.html: updated and regenerated the docs
13300
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013301Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13304
Daniel Veillarde82a9922001-04-22 12:12:58 +000013305Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * tree.c: fixed #53388 with the provided patch
13308
Daniel Veillard06803992001-04-22 10:35:56 +000013309Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13310
13311 * valid.c: Bjorn detected an invalid memory access. Fixed
13312 vstateVPush()
13313
Daniel Veillard40af6492001-04-22 08:50:55 +000013314Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13315
13316 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13317
Bjorn Reese70a9da52001-04-21 16:57:29 +000013318Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13319
13320 * libxml.h: new header used only for the compilation of libxml
13321 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13322 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13323 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13324 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13325 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13326 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13327 baseline (version 1.2 plus a single patch).
13328 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13329 scientific notation for numbers. Tests added.
13330 * xpath.c: formatting of numbers changed to use sprintf
13331 (contribution from William Brack)
13332
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013333Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13334
13335 * valid.c: cleanup, more useful debugging
13336 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13337 * xmlIO.c: entity loading is printed as an error when validating
13338
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013339Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * valid.c: fixed to validate within entities
13342 * test/VCM/v22.xml: added a specific testcase
13343
Daniel Veillardca1f1722001-04-20 15:47:35 +000013344Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13345
13346 * valid.c: forgot an epsilon transition in for ()+
13347 * test/VCM/v21.xml : added a specific test case
13348
Daniel Veillard85349052001-04-20 13:48:21 +000013349Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13350
13351 * valid.c: removed a state explosion exhibited by RSS
13352 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13353 from bug #51872
13354
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013355Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13356
13357 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13358 validation without using an ugly NFA -> DFA algo in the source.
13359 Made a specific algorithm easier to maintain, using a single
13360 stack and without recursion.
13361 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13362 * hash.c: made the growing routine static
13363 * tree.h parser.c: added the parent information to an
13364 xmlElementContent node.
13365
Daniel Veillarde470df72001-04-18 21:41:07 +000013366Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13367
13368 * SAX.c parser.c xpath.c: generating IDs when not validating
13369 from an external parsed entity was poisoning the ID has table
13370 with removed values. This was killing XSLT on the KDE help
13371 browser.
13372
Daniel Veillardceacdd92001-04-18 15:10:35 +000013373Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13374
13375 * entities.h: andrew@ugh.net.au detected a double declaration
13376
Daniel Veillarda10efa82001-04-18 13:09:01 +000013377Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13378
13379 * debugXML.c hash.c tree.h valid.c : some changes related to
13380 the validation suport to improve speed with DocBook
13381 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13382 the way validation errors get reported
13383
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013384Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13387 by P C Chow and William M. Brack for XSLT HTML output
13388
Daniel Veillard2d90de42001-04-16 17:46:18 +000013389Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13390
13391 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13392 Igor Zlatkovic patches for MSC compilation and added his
13393 updates
13394
Daniel Veillarde043ee12001-04-16 14:08:07 +000013395Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13396
13397 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13398 prefix lookup.
13399 * parserInternals.c: fixed the bug reported by Morus Walter
13400 due to an off by one typo in xmlStringCurrentChar()
13401
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013402Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13403
13404 * HTMLparser.c result/HTML/*: revamped the way the HTML
13405 parser handles end of tags or end of input
13406
Daniel Veillard82daa812001-04-12 08:55:36 +000013407Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13408
13409 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13410
Daniel Veillard67a21302001-04-11 14:39:16 +000013411Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13412
13413 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13414 bug where the linktime verions of free() won't work ...
13415
Daniel Veillard27b55282001-04-11 12:22:25 +000013416Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13417
13418 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13419
Daniel Veillardafc73112001-04-11 11:51:41 +000013420Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13421
13422 * doc/xml.html: added 2.3.6 release
13423
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013424Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13425
13426 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13427 * result/wml.xml: resulted in a small output change
13428
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013429Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13430
13431 * tree.c: xmlNewDoc was missing the charset initialization
13432 * xmllint.c: added --auto to autogenerate a doc, allow to
13433 reproduce the problem fixed on xmlNewDoc
13434
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013435Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * xpath.c: trying to get 52979 solved
13438 * tree.c result/ result/noent/: trying to get 52712 solved, this
13439 also made me clean up the fact that XML output in general should
13440 not add formating blanks by default, this changed the output of
13441 a few tests
13442
Daniel Veillard73639a72001-04-10 14:31:39 +000013443Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13444
13445 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13446
Daniel Veillardfac26a12001-04-08 13:08:14 +000013447Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * configure.in: finally released 2.3.6
13450
Daniel Veillard911f49a2001-04-07 15:39:35 +000013451Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13452
13453 * xpath.c: checking for null pointer generated by new code
13454
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013455Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13456
13457 * xpath.c: fixed a [] evaluation problem reported
13458 * test/XPath/tests/simpleaddr: extended test
13459 * result/XPath/simpleaddr: updated result
13460
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013461Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13462
13463 * xmllint.c: Dan Timis reported a portability problem
13464 on Macs without mmap, fixed it.
13465
Daniel Veillardb38bd552001-04-03 18:22:00 +000013466Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * testXPath.c : added a --tree option allowing to display the
13469 tree dump of the XPath expression
13470
Daniel Veillard4dd93462001-04-02 15:16:19 +000013471Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * xpath.c: fixed a memleak when comparing nodesets
13474 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13475 * tree.c: added a TODO
13476
Daniel Veillard92ad2102001-03-27 12:47:33 +000013477Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13478
13479 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13480 we need string functions
13481 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13482 to be able to use them where needed. Applied some changes
13483 to reduce name linking pollution and compile in only what's
13484 needed.
13485 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13486 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13487 for the string manipulation functions
13488 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13489 to the free() function of xmlmemory.c
13490 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13491 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13492 usage.
13493
13494
Daniel Veillard2be30642001-03-27 00:32:28 +000013495Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13496
13497 * error.c: applied the context output patch of the error
13498 handling submitted by Chuck Griffith
13499 * error/VC/*: this slightly change some error logs
13500
Daniel Veillard50582112001-03-26 22:52:16 +000013501Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * parser.c: fixed line number reporting on error
13504
Daniel Veillard04be4f52001-03-26 21:23:53 +000013505Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13506
13507 * parser.c: Sullivan and Darin found a parser bug,
13508 applied the patch.
13509
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013510Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13511
13512 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13513 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13514 xmlversion.h.in xpointer.c: of course the way I defined
13515 UNUSED breaks on old gcc version. Try to be smart and
13516 also define it directly in xmlversion.h
13517 * configure.in: removed -ansi flag from the pedantic set
13518
13519Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013520 Huge cleanup, I switched to compile with
13521 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13522 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13523 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13524 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13525 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13526 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13527 encoding.h entities.c error.c list.[ch] nanoftp.c
13528 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13529 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13530 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13531 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13532 Cleanup, staticfied a number of non-exported functions,
13533 detected and cleaned up a dozen of problem found this way,
13534 avoided a lot of public function name/typedef/system names clashes
13535 * doc/xml.html: updated
13536 * configure.in: switched private flags to the really pedantic ones.
13537
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013538Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * configure.in: 2.3.5
13541 * doc/html/*: rebuilt the docs
13542
Daniel Veillard146c9122001-03-22 15:22:27 +000013543Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13544
13545 * parser.c: fixed a reported bug in NOTATION parsing
13546 * uri.c: accepted but not fixed bug 51876, added TODO
13547 * Makefile.am: fixed bug 51876
13548
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013549Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13550
13551 * config.h.in configure.in error.c: fix a compilation problem
13552 on platforms without vsnprintf (xml@thewrittenword.com)
13553
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013554Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13555
13556 * parser.c: fixed a function name header typo
13557 * SAX.c: notations can also occur in external subset.
13558
Daniel Veillard7d42b542001-03-20 13:22:46 +000013559Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13560
13561 * error.c: removed a C++ like comment
13562
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013563Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13564
13565 * parser.c: fixing bug 52299 strange condition leading
13566 to a parser crash due to a buffer overflow
13567 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13568 added the specific test case
13569
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013570Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13571
13572 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13573 xmlXPathConvert{String,Number,Boolean} to be able to make
13574 type casts without a context stack, fixed some implementation
13575 problems related to the absence of context at parse-time,
13576 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13577 in the public API too
13578 * xpointer.c xpathInternals.h: we need to know at parse time
13579 whether we are compiling an XPointer
13580
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013581Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13582
13583 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13584 cleaned up the parser internals, refactored XPath code, added
13585 new compilation based APIs and cleanly separated public and
13586 private APIs.
13587
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013588Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * xpath.h: the comp field must be added at the end to avoid
13591 killing binary compat.
13592
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013593Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13594
13595 * Makefile.am: detect XPath memleaks in regreson tests
13596 * error.c: fixed and error w.r.t. error reporting still using
13597 stderr
13598 * hash.c: added new line at end of file
13599 * tree.h: minor cleanup
13600 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13601 expression parsing from evaluation, resulted in a number of
13602 changes internally, and in XPointer. Likely to break stuff
13603 using xpathInternals.h but should remain binary compatible,
13604 new interfaces will be added.
13605
Daniel Veillardd574f782001-03-14 19:40:17 +000013606Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13607
13608 * configure.in: fixed a couple of problems reported by
13609 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13610 without gcc on non linux platforms.
13611
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013612Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13615 a fix for --with-html-dir= configure support. I hope it won't
13616 break rpm generation
13617
Daniel Veillarda022fe02001-03-14 16:30:00 +000013618Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13619
13620 * xmlIO.c: one function comment cleanup.
13621
Daniel Veillard25239c12001-03-14 13:56:48 +000013622Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * SAX.c: external subset notations were improperly registered
13625 in the internal subset.
13626
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013627Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13628
13629 * README.cvs-commits: added, pointing to HACKING
13630 * HACKING: updated
13631
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013632Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13633
13634 * parser.c: and Matt Sergeant found one in the XML push
13635 parser (erroneous check I forgot to remove when I fixed the
13636 main parser).
13637
Daniel Veillard68d7b672001-03-12 18:22:04 +000013638Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13639
13640 * xpath.c: ptittom found a small bug in UnaryExpr
13641
Daniel Veillarde356c282001-03-10 12:32:04 +000013642Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * configure.in: bumped to 2.3.4
13645 * error.c: fixed bug #51860
13646 * tree.c: fixed bug #51861
13647 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13648 * tree.[ch] : added xmlDefaultBufferSize
13649 * nanoftp.c: typo in function name header block
13650 * doc/xml.html : updated, added link to XML::LibXSLT
13651 * doc/html/* : rebuilt the docs
13652
Daniel Veillard80f32572001-03-07 19:45:40 +000013653Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * parser.c SAX.c: the new content parsing code raised an
13656 ugly bug in the characters() SAX callback. Found it
13657 just because of strangeness in XSLT XML Rec ouptut :-(
13658
Daniel Veillard6c831202001-03-07 15:57:53 +000013659Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13660
13661 * Makefile.am: Martin Baulig suggested to add -lm
13662 * tree.c: found another bug in xmlNodeGetContent()
13663
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013664Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * xpath.c: Bjorn found the error related to strictness of comparison.
13667
Daniel Veillard29631a82001-03-05 09:49:20 +000013668Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13669
13670 * parser.c: trying to fix the Dtd parsing problem reported
13671 by Gary, side effect of last week speed optimizations.
13672
Daniel Veillard14be0a12001-03-03 18:50:55 +000013673Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13674
13675 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13676 * parserInternals.c: removed unneeded test raised by Stric
13677
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013678Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13679
13680 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13681 and fixed by William Brack). Added xmlXPathFormatNumber.
13682 Changed the sorting slightly.
13683 * configure.in Makefile.am example/Makefile.am: Added -lm.
13684 Please note that applications linking with libxml2, must
13685 also like with the math library from now on.
13686
Daniel Veillardf9533d12001-03-03 10:04:57 +000013687Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13688
13689 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13690
Daniel Veillard2f362242001-03-02 17:36:21 +000013691Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * parser.c: one must report spaces even if the Dtd element
13694 content proves that this is not part of the element content.
13695 * result/valid/*.xml: this changed the ouptu slightly
13696
Daniel Veillardb402c072001-03-01 17:28:58 +000013697Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13698
13699 * configure.in: bumped to 2.3.3
13700 * doc/xml.html: updated
13701
Daniel Veillard77851712001-02-27 21:54:07 +000013702Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13703
13704 * tree.c: minor doc fix
13705 * xpath.c: deallocation issues when a result tree has been
13706 converted to a node-set
13707
Daniel Veillardec70e912001-02-26 20:10:45 +000013708Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13709
13710 * doc/xml.html: oops corrected dates s/2000/2001
13711
Daniel Veillard8730c562001-02-26 10:49:57 +000013712Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13713
13714 * valid.c: new patch from Gary Pennington
13715
Daniel Veillard91e9d582001-02-26 07:31:12 +000013716Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13717
13718 * doc/xml.html: applied patch from Ankh
13719
Daniel Veillardedac3c92001-02-26 01:36:19 +000013720Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * xinclude.c: fixed a problem building on Mac
13723
Daniel Veillard21a0f912001-02-25 19:54:14 +000013724Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13725
13726 * parser.c: more work on increasing parsing ferformances
13727
Daniel Veillard48b2f892001-02-25 16:11:03 +000013728Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13729
13730 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13731 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13732 avoiding memcpy in production builds MEM_CLEANUP macro use
13733 * parser.[ch] parserInternals.c: optimizations of the tightest
13734 internal loops inside the parser. Better checking of I/O
13735 flushing/loading conditions
13736 * xmllint.c : added --timing
13737
Daniel Veillard71681102001-02-24 17:48:53 +000013738Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13739
13740 * configure.in: bumped to 2.3.2
13741 * doc/xml.html: updated for release
13742
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013743Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * xpath.c: found a memleak and fixed a nasty bug
13746
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013747Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13748
13749 * xmllint.[c1] : added return code errors for xmllint
13750 * xpath.c: specific debug dump function for result value trees
13751
Daniel Veillard4b637072001-02-21 21:52:55 +000013752Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13753
13754 * xpath.c: finally implemented xmlXPathCompareNodeSets
13755 * test/XPath/expr/floats results/XPath/expr/floats: added
13756 a test for float expressions
13757
Daniel Veillardf714aa32001-02-21 03:07:44 +000013758Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13759
13760 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13761 * parserInternals.[ch]: trying to speed up parsing
13762 * xpath.c : speeded up node set equality op
13763
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013764Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13765
13766 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13767 better handling of ID/IDREF and the list modules associated
13768 * configure.in: small CFLAGS cleanup
13769
Daniel Veillarda8abee62001-02-19 15:14:59 +000013770Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13771
13772 * configure.in: fixed iconv detection on AIX (stric)
13773
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013774Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013775
13776 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13777
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013778Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13779
13780 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13781 and optimized xmlXPathNodeSetSort
13782
Daniel Veillard142adbf2001-02-17 13:21:05 +000013783Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13784
13785 * xpath.c: bug fix when context size is 0
13786 * parser.c: I like Norm's Dtd because they still manage to break
13787 the parser occasionally
13788
Daniel Veillardf23e0092001-02-16 13:21:29 +000013789Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13792
Daniel Veillarde0e26512001-02-16 00:11:46 +000013793Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13794
13795 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13796 attributes within the XML-1.0 namespace
13797
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013798Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13799
13800 * xpathInternals.h: exported a few axis functions
13801 * doc/xml.html: updated the doc
13802
Daniel Veillard760f4422001-02-15 14:59:48 +000013803Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13804
13805 * configure.in: applied patch from Daniel van Balen for OpenBSD
13806 and bumped version to 2.3.1
13807 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13808 attempt to find autoclosing was simply broken, removed it,
13809 updated the examples, this is better
13810
Daniel Veillardd194dd22001-02-14 10:37:43 +000013811Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13812
13813 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13814 hash functionnalities.
13815 * doc/html/* : rebuild the doc
13816
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013817Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13818
13819 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13820 on predicate
13821 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13822 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13823 really want to have tags closed on output even if we accept
13824 unclosed ones on input
13825
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013826Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
13828 * xpath.c: ouch don't free NULL, rare case fixed
13829 * tree.c: don't coalesce text nodes if they don't have the
13830 same behaviour wrt escaping on output
13831
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013832Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13833
13834 * xpath.c: small fixup
13835 * SAX.c: don't warn on empty namespaces.
13836
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013837Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13838
13839 * README: a bit of cleanup
13840 * configure.in: preparing for 2.3.0 release
13841
Daniel Veillard1f83d392001-02-08 09:37:42 +000013842Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * hash.[ch]: added a first version of xmlHashSize()
13845 * valid.c: another bug fix from Gary Pennington
13846
Daniel Veillard5eef6222001-02-07 18:24:48 +000013847Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13848
13849 * valid.c: couple of bug fixes pointed by Gary Pennington
13850 * HTMLtree.c: #if 0 cleanup
13851
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013852Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13853
13854 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13855 which removes a time consuming check of xmlXPathNodeSetAdd()
13856 and use it in places where we are sure to not break unicity
13857
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013858Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13859
13860 * xpath.c: bug fixes found from XSLT
13861 * tree.c: preserve node->name special values when copying nodes.
13862 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13863 external subset are fetched when available but without full
13864 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13865 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13866 output with encoding disabled.
13867
Daniel Veillard2c833b62001-02-03 08:52:06 +000013868Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13869
13870 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13871 xmlCheckFilename should not be called from xmlFileOpenW
13872 and xmlGzfileOpenW
13873
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013874Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13875
13876 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13877 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13878 added the new tests for URI normalization
13879 * testURI.c: fixed stoopid bugs
13880 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13881 the URI in the error messages are now properly normalized
13882
Daniel Veillardea28ce62001-02-02 08:20:19 +000013883Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13884
13885 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13886
Daniel Veillarde99a4762001-02-01 04:34:35 +000013887Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13890
Daniel Veillard2b325a02001-01-31 20:46:31 +000013891Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * xpath.c: fixed mod operator
13894
Daniel Veillardde55cf62001-01-31 15:53:13 +000013895Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * parser.c: fixed xmlStrcat doc
13898 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13899 trees.
13900
Daniel Veillard2f913b72001-01-31 13:23:49 +000013901Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13902
13903 * xpath.c result/XPath/tests/chaptersbase
13904 result/XPath/tests/simplebase: fixed XPath node()
13905 * tree.c: small fix in xmlNewNs()
13906 * Makefile.am: removed extraneous xml2Conf.sh rule
13907
Daniel Veillardb42042b2001-01-28 07:40:36 +000013908Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13909
13910 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13911 Changed the library name, in order to get libxml-devel and
13912 libxml2-devel to coexist on a single system
13913 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13914 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13915
Daniel Veillardee0a4662001-01-27 18:59:33 +000013916Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13917
13918 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13919 libxml2-devel installable in // as libxml-devel.
13920
Daniel Veillard5eb05942001-01-27 17:50:22 +000013921Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13922
13923 * doc/Makefile.am: fixed make rebuild in doc
13924 * doc/html/*.html: rebuilt the docs
13925
Daniel Veillard65c295d2001-01-26 09:32:39 +000013926Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13929
Daniel Veillard8e199902001-01-25 18:54:39 +000013930Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13931
13932 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13933 the HTML doc to go into the -devel RPM ...
13934 * aclocal.m4 config.h.in: some updates due to auto* magic
13935
Daniel Veillard93086662001-01-25 18:13:04 +000013936Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13937
13938 * xpath.h: added a hook in the context structure allowing to
13939 link to extra support, needed for XSLT
13940
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013941Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13942
13943 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13944 xmlXPtrCmpPoints to use it.
13945 * propagated the following patch from Alejandro Forero
13946 * include/win32config.h xmlIO.c: applied further suggestions
13947 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13948 * example/gjobread.c: fixed warnings, now that it builds
13949
13950Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13951
13952 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13953
13954 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13955 filename points to a valid file (not a directory).
13956 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13957 Added calls to xmlCheckFilenameDir.
13958
13959 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13960 `path' (rather than `filename') as the parameter to gzopen and open.
13961
Daniel Veillard48177c22001-01-23 15:27:41 +000013962Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13963
13964 * Makefile.am: fixed a problem with EXTRA_DIST
13965
Daniel Veillardb83ba402001-01-22 22:45:10 +000013966Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13967
13968 * Makefile.am example/Makefile.am: finally found the trick
13969 to build the example, i.e. add "." in SUBDIRS before example
13970 in the list <grin/>
13971
Daniel Veillard82687162001-01-22 15:32:01 +000013972Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13973
13974 * doc/xml.html: updated with an XSLT section, removed pointer to
13975 W3C CVS base.
13976
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013977Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13978
13979 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13980 too, and deallocation need to occur the same way.
13981
Daniel Veillarde4566462001-01-22 09:58:39 +000013982Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13985 type correponding to an XSLT result tree fragment. Share most
13986 of the data format with node set, as well as operators.
13987 * HTMLtree.c: added a newline at the end of the doctype output
13988 whe this one is not present initially.
13989 * tree.c: make sure taht the parent and doc pointers are properly
13990 set when copying attributes (lists).
13991
Daniel Veillard701c7362001-01-21 09:48:59 +000013992Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13993
13994 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13995
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013996Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13997
13998 * xpath.c: seems I finally killed that ugly path evaluation
13999 context bug (tagged 9999 in case is is wrong)
14000
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014001Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14004 for XSLT
14005
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014006Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14009 for xmlGzfileOpen() bug
14010
Daniel Veillardf6eea272001-01-18 12:17:12 +000014011Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * xpath.c: removed an error found by XSLT usage
14014 * tree.c parserInternals.h: use a predefined static string
14015 for text and comment nodes, avoid freeing them in xmlFreeNode,
14016 exported the string name in parserInternals.h and added
14017 another value to disable encoding at output (for XSLT),
14018 gain memory, time.
14019
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014020Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14021
14022 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14023 win32/libxml2/libxml2_so.dsp: new makefiles and update
14024 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14025
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014026Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14027
14028 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14029 Gary Pennington
14030
Daniel Veillard389e6b72001-01-15 19:41:13 +000014031Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * xpath.c: fixed the comaprision of values and nodelists,
14034 need to compare nodelist still ...
14035 * debugXML.c: avoided a possible core dump
14036 * HTMLparser.c: cleanup
14037 * nanohttp.c: contributed fix.
14038 * tree.c: fixes in properties handling added xmlSetNsProp
14039 needed by libxslt
14040 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14041 comment
14042 * TODO: updated
14043
Daniel Veillard167bd532001-01-06 21:09:34 +000014044Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14045
14046 * parser.c parserInternals.c: applied Bjorn Reese optimization
14047 patch
14048
14049Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14050
14051 * Makefile.am: applied patch fro make check from Martin Vidner
14052
Daniel Veillard503b8932001-01-05 06:36:31 +000014053Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * configure.in: preparing 2.2.11
14056 * doc/html/*: rebuild the HTML files
14057 * doc/xml.html : updated
14058
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014059Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14060
14061 * tree.c: fixed a stupid bug
14062 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14063 patches related to validation of an XInclude processing result
14064 * TODO: updated
14065
Daniel Veillarde2488192001-01-04 10:54:22 +000014066Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14067
14068 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14069 on large files
14070
Daniel Veillardf060a412001-01-03 20:52:44 +000014071Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14072
14073 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14074
Daniel Veillard45cff692001-01-03 18:02:04 +000014075Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14076
14077 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14078 reported by Jonas Borgström
14079 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14080
Daniel Veillard08108982001-01-03 15:24:58 +000014081Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14082
14083 * testXPath.c xpath.c: fixing the XPath union expressions problem
14084 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14085
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014086Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14087
14088 * xmllint.c: Made is so if the file name is "-" is will read form
14089 standard input. Sven Heinicke <sven@zen.org>
14090 * tree.c: fixed a problem when growing buffer
14091 * tree.h: fixed the comment of the node types following andersca
14092 comment
14093 * TODO: updated
14094
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014095Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14096
14097 * HTMLparser.[ch]: added a way to avoid adding automatically
14098 omitted tags. htmlHandleOmittedElem() allows to change the
14099 default handling.
14100 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14101 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14102 of xmllint too when using --memory flag, added a memory test
14103 suite at the Makefile level.
14104 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14105 with namespace use when encountering QNames in XPath evalation,
14106 added xmlns() scheme in XPointer.
14107 * nanoftp.c : incorporated a fix
14108 * parser.c xmlIO.c: fixed problems raised with encoding when using
14109 the memory I/O
14110 * parserInternals.c: closed bug 25934 reported by
14111 torsten.landschoff@innominate.de
14112 * TODO: updated
14113
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014114Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14115
14116 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14117 on a non-updated tree :-(, made a 2.2.10 release to correct the
14118 situation
14119
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014120Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14121
14122 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14123 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14124 integrated a set of OpenVMS changes from Howard Taylor
14125 <Howard.Taylor@pacoast.com>
14126
Daniel Veillard58770e72000-11-25 00:48:47 +000014127Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14128
14129 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14130 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14131
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014132Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14133
14134 * HTMLparser.c: some fixes on auto-open of html/head/body
14135 * encoding.c: fixed a compilation error on some gcc env
14136 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14137 XPointer implementation
14138 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14139 related XPointer tests and associated results
14140
Daniel Veillard300f7d62000-11-24 13:04:04 +000014141Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14142
14143 * doc/xmldtd.html doc/xml.html: following a short step by step
14144 guidance on IRC to help maciej with DTDs I started a small
14145 page on the subject.
14146
Daniel Veillard748e45d2000-11-17 16:36:08 +000014147Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14148
14149 * HTMLparser.c: fixed handling of broken charrefs
14150 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14151 patches
14152
Daniel Veillard28929b22000-11-13 18:22:49 +000014153Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14154
14155 * doc/xml.html doc/html/* : rebuilt the docs after adding
14156 xinclude and updated page for 2.2.7 and 2.2.8
14157 * configure.in: releasing 2.2.8
14158
Daniel Veillard41e06512000-11-13 11:47:47 +000014159Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14160
14161 * parser.[ch] parserInternals.c: applied the conditional
14162 section processing fix from Jonathan P Springer
14163 <jonathan.springer2@gte.net>
14164 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14165 project file, fixed iconv default non support
14166 * xpath.c: fixed the problem of evaluating relative expressions
14167 when a node context is provided.
14168
Daniel Veillardbf432752000-11-12 15:56:56 +000014169Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14170
14171 * nanoftp.c: fixed gcc 2.95 new warnings
14172 * SAX.c: fixed a stupid bug
14173 * tree.c: fixed a formatting problem when round-tripping
14174 from/to memory
14175 * xinclude.c: chased memleak, fixed a base problem
14176 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14177 xmlXPtrBuildNodeList()
14178 * TODO: updated
14179 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14180 adding a first small set of regression tests for XInclude
14181
Daniel Veillardc2def842000-11-07 14:21:01 +000014182Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14183
14184 * nanohttp.[ch]: applied Wayne Davison patches to access
14185 the WWW-Authorization header.
14186 * parser.c: Closed Bug#30847: Problems when switching encoding
14187 in short files by applying Simon Berg's patch.
14188 * valid.c: fixed a validation problem
14189 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14190 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14191 Wayne Davison
14192 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14193 need to be extended to non full nodes selections.
14194 * xinclude.c: starts to work decently
14195
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014196Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14197
14198 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14199 debugXML.c xmlversion.h.in: Started adding XInclude support,
14200 this is a new xmllint option
14201 * tree.c xpath.c: applied TOM patches for XPath
14202 * xpointer.c: fixed a couple of errors.
14203 * uri.c: added an escaping function needed for xinclude
14204 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14205 new warning from RH70 gcc's version
14206
Daniel Veillarda4964b72000-10-31 18:23:44 +000014207Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14208
14209 * HTMLparser.c: fixed loop on invalid char in scripts
14210 * parser.c: update to description of xmlIOParseDTD()
14211 * libxml.m4 xmlversion.h.in: changes contributed by
14212 Michael Schmeing <m.schmeing@internet-factory.de>
14213 * configure.in: preparing for 2.2.7
14214 * Makefile.am: trying to avoid config.h and acconfig.h
14215 being included in the distrib
14216 * configure.in: released 2.2.7
14217
14218Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14219
14220 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14221 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14222
Daniel Veillard01411222000-10-30 15:33:22 +000014223Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14224
14225 * parser.[ch]: added xmlIOParseDTD()
14226 * xpointer.c: added support for the 2 extra parameters of
14227 string-range, fixed a stoopid error when '0' was present
14228 in XPointer expressions
14229 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14230 testsuite for the above
14231
Daniel Veillard6db58192000-10-30 09:27:53 +000014232Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14233
14234 * libxml.spec.in: improved package descriptions
14235
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014236Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14237
14238 * xpath.c xpathInternals.h: applied a large cleaning patch
14239 from TOM <ptittom@free.fr>, it also add namespace support
14240 for function and variables registration.
14241
Daniel Veillardbd20df72000-10-29 17:53:40 +000014242Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14243
14244 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14245 * Makefile.mingw: Wayne Davison's update adding hash.c
14246
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014247Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14248
14249 * xpath.c: fixed the root evaluation problems
14250 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14251 ignorable spaces with <b> <bold> <em>
14252 * tree.c: fixed a loop in xmlSearchNsByHref()
14253
Daniel Veillard767662d2000-10-27 17:04:52 +000014254Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14255
14256 * xpath.c: applied another XPath patch from TOM
14257 * xpath.c include/makefile.am: applied another patch from
14258 china@thewrittenword.com (cleanup on IRIX).
14259
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014260Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14261
14262 * xml-config.1: received a fixed version from Fredrik Hallenberg
14263 <hallon@lysator.liu.se>
14264
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014265Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14266
14267 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14268 cleanup patch for XPath
14269
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014270Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14271
14272 * patched to redirrect all "out of context" error messages to
14273 a reconfigurable routine. The changes are:
14274 * xmlerror.h : added the export of an error context type (void *)
14275 an error handler type xmlGenericErrorFunc there is an interface
14276 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14277 to reset the error handling routine and its argument
14278 (by default it's equivalent to respectively fprintf and stderr.
14279 * all the c files: all wild accesses to stderr or stdout within
14280 the library have been replaced to calls to the handler.
14281
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014282Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14283
14284 * configure.in: release 2.2.6
14285 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14286 exporting the inner functions of xpath for extension modules
14287 * doc/*: updated and rebuilt the doc
14288
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014289Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14290
14291 * nanohttp.c : applied Wayne HTTP cleanup patch
14292 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14293 and xmlNodeSetSpacePreserve()
14294
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014295Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14296
14297 * xpath.c: closing bug #29260
14298
Daniel Veillard126f2792000-10-24 17:10:12 +000014299Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14302 multikey tuples, made hash structure opaque
14303 * valid.[ch]: moved elements, attributes, notations decalarations
14304 as well as ID and refs to hash tables.
14305 * entities.c: hash cleanup
14306 * xmlmemory.c: fixed a dump problem in debug mode
14307 * include/Makefile.am: problem passing in DESTDIR= values patch
14308 from Marc Christensen <marc@calderasystems.com>
14309 * nanohttp.c: removed debugging remains
14310 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14311 * HTMLparser.c parser.c: fixing a number of problems with the
14312 macros in the *parser.c files (Wayne).
14313 * HTMLparser.c: close the previous option when opening a new one
14314 (Marc Sanfacon).
14315 * result/HTML/*: updated the HTML results accordingly
14316
Daniel Veillard52afe802000-10-22 16:56:02 +000014317Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14318
14319 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14320 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14321 XPath functions and XML entities table to them. More to come...
14322 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14323
Daniel Veillard683cb022000-10-22 12:04:13 +000014324Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14325
14326 * tree.c: coalesce adjacent text nodes
14327 * valid.c: handling of blank nodes in DTd validation (raised
14328 by problems with a posteriori validation).
14329 * nanohttp.c: changing behaviour on HTTP write stuff.
14330 * HTMLtree.c: forced body and html to be explicitely closed.
14331 * xpath.h: exported more XPath functions.
14332
Daniel Veillard1baf4122000-10-15 20:38:39 +000014333Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14334
14335 * Release of 2.2.5
14336 * xpointer.c: range() range-inside and other helper functions
14337 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14338
Daniel Veillard47e12f22000-10-15 14:24:25 +000014339Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14340
14341 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14342 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14343
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014344Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14345
14346 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14347 and XPointer modules
14348
Daniel Veillard134c9f32000-10-15 10:27:08 +000014349Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14350
14351 * SAX.h: closed #25107
14352
Daniel Veillard39915622000-10-15 10:06:55 +000014353Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14354
14355 * testSAX.c: fixed problem with cdata reporting
14356 * SAXresult/* : updated
14357
Daniel Veillard1e851392000-10-15 10:02:56 +000014358Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14359
14360 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14361 Closed bug #27499, added to regression tests
14362 * TODO: updated
14363
Daniel Veillard7eda8452000-10-14 23:38:43 +000014364Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14365
14366 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14367 support for SCRIPT and STYLE with help from Bjorn Reese
14368 * test/HTML/* result/HTML/*: added simple testcase and updated
14369 the existing ones.
14370
Daniel Veillardff9c3302000-10-13 16:38:25 +000014371Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14372
14373 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14374 string-range for empty strings
14375 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14376 test/XPath/xptr/strrange: augmented the XPointer testsuite
14377
Daniel Veillard189446d2000-10-13 10:23:06 +000014378Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14379
14380 * doc/xml.html doc/xmlmem.html: added a module describing memory
14381 interfaces and use, updated the main page.
14382
Daniel Veillard2f971a22000-10-12 23:26:32 +000014383Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14384
14385 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14386 nanoftp code work on Windows too now
14387
14388Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014389
14390 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14391 * xpointer.c: implemented string-range() at least a good first version
14392 * test/XPath/docs/str test/XPath/xptr/strrange
14393 result/XPath/xptr/strrange: the string-range() tests
14394
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014395Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14396
14397 * Makefile.am include/Makefile.am include/win32config.h
14398 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14399 and make distcheck
14400
Daniel Veillard19d61112000-10-11 23:50:35 +000014401Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14402
14403 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14404 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14405 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14406
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014407Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14408
14409 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14410 patch for socklen_t detection by
14411 Albert Chin-A-Young <china@thewrittenword.com>
14412
Daniel Veillardcd429612000-10-11 15:57:05 +000014413Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14414
14415 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14416 and added a --dtdvalid option to xmllint used to test it
14417
Daniel Veillard47c02452000-10-11 13:04:36 +000014418Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14419
14420 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14421 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14422
Daniel Veillard2d38f042000-10-11 10:54:10 +000014423Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14426 handlings (registration, lookup, cleanup)
14427
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014428Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14429
14430 * configure.in Makefile.am include/makefile.am: adding XPointer
14431 and XPtrtests target
14432 * xpointer.[ch] : new files for XPointer support
14433 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14434 more XPath tests
14435
Daniel Veillard57fda592000-10-10 23:24:14 +000014436Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14437
14438 * configure.in: fixed, very broken, make distcheck works again
14439
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014440Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14441
14442 * More work toward 2.2.5, integrated a number of patches
14443 * configure.in Makefile.am win32config.h.in: trying to cleanup
14444 make distcheck .... huh ...
14445 * include/Makefile.am include/win32config.h: new directory
14446 for includes
14447 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14448 updated teh makefiles and instructions for WIN32
14449 * xpath.c: small fixes
14450 * test/XPath/ results/XPath: updated the testcases and results
14451 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14452 suggested patches
14453 * valid.c: fixed an ID bug
14454
Daniel Veillardb71379b2000-10-09 12:30:39 +000014455Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14456
14457 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014458 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014459 * xpath.[ch]: worked on XPointer
14460
Daniel Veillard7e99c632000-10-06 12:59:53 +000014461Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14462
14463 * configure.in Makefile.am: 2.2.5, ship the include in an
14464 include/libxml subdirectory, use symlinks when using CVS
14465 * testSAX.c: fixed small bug
14466 * testXPath.c: changed the way testfiles are parsed
14467 * debugXML.c: same kind of cleanup when parsing an argument expression
14468 XPath/XPointers can have blanks embedded
14469 * xpath.[ch]: more cleanup, reorgs for XPointer work
14470 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14471 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14472
Daniel Veillard55b91f22000-10-05 16:30:11 +000014473Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14474
14475 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14476 in the XPath engine, rewrote large parts of it, now it's far
14477 cleaner and in sync with the REC not an old WD. Fixed a parsing
14478 problem in the interactive XML shell found when testing XPath.
14479
Daniel Veillardac260302000-10-04 13:33:43 +000014480Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14481
14482 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14483 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14484 examples with the extra test
14485
Daniel Veillard7cfce322000-10-04 12:40:27 +000014486Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14487
14488 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14489 the global init function.
14490
Daniel Veillard970112a2000-10-03 09:33:21 +000014491Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14492
14493 * HTMLparser.c: Doohhh, attribute name parsing was still case
14494 sensitive ! Fixed this ...
14495 * result/HTML/* : updated the tests results accordingly
14496
Daniel Veillard740abf52000-10-02 23:04:54 +000014497Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14498
14499 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14500 engine, should be far more stable, incorporated a new version of
14501 preceding/following axis, need testing
14502 * uri.c: fixed file:///c:/a/b/c problem
14503 * test/XPath/tests/idsimple: augmented the XPath tests
14504
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014505Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14506
14507 * doc/* rebuilding docs for 2.2.4 release
14508
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014509Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14510
14511 * configure.in: releasing 2.2.4
14512 * parser.[ch]: added xmlStrEqual()
14513 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14514 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14515 use xmlStrEqual instead
14516 * TODO: updated
14517 * added an XPath test
14518
Daniel Veillardbc765302000-10-01 18:23:35 +000014519Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14520
14521 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14522 * entities.h: exported xmlInitializePredefinedEntities
14523 * parser.[ch] : added xmlInitParser()
14524 * parserInternals.h : had to export htmlInitAutoClose()
14525
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014526Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14527
14528 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14529 problems
14530 * Makefile.am : added XPath regression tests to normal tests
14531 * uri.c: fixed a problem with local paths, cleanup
14532 * parser.c: fixed a problem with large CData sections
14533
Daniel Veillardd2ade932000-09-30 14:39:55 +000014534Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14535
14536 * configure.in xml-config.in: patch from "Ben Taylor"
14537 <sol7x86@hotmail.com> for solaris shared libs lookup
14538
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000145392000-09-30 Martin Baulig <baulig@suse.de>
14540
14541 * libxml-2.0.pc.in: Provide pkg-config script.
14542
14543 * configure.in: Create the libxml-2.0.pc script from the
14544 libxml-2.0.pc.in templates.
14545 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014546 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014547
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014548Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14549
14550 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14551 when compiling with MSC
14552
Daniel Veillard46057e12000-09-24 18:49:59 +000014553Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * xpath.c: patch for normalize-string() substring-before(),
14556 substring-after() and translate() functions from Bjorn Reese
14557 <breese@mail1.stofanet.dk>
14558 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14559 Fredrik Hallenberg <hallon@lysator.liu.se>
14560 * TODO: updated
14561
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014562Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14563
14564 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14565 problem of socklen_t being undefined on a number of platforms
14566 * debugXML.c: fixed a compilation problem when without snprintf
14567
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014568Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14569
14570 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14571 an URI bug and a fix for the control-character-induced infinite loop
14572 * nanohttp.c: preventive fix for compiling on WIN32
14573
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014574Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14575
14576 * xmlint.c: closing bug #25000
14577
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014578Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14581 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14582 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14583 related function, fixing xmlStrncmp(), and associated cleanup
14584 * result/HTML/entities.html.sax: updating result
14585
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014586Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14587
14588 * uri.c: applied patch for URI escaping from Wayne Davison
14589 <wayned@blorf.net>
14590 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14591 from Denis Barbier <barbier@imacs.polytechnique.fr>
14592 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14593 patch from Wayne Davison
14594
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014595Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14596
14597 * doc/xml.html : updated with new releases, adding "how to help"
14598
Daniel Veillard04698d92000-09-17 16:00:22 +000014599Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14600
14601 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14602 removed a few warnings in pedantic mode ...
14603 * parserInternals.c parser.c: moved encoding switching function
14604 to parserInternals.c
14605 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14606
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014607Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14608
14609 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14610 error or warning handlers
14611
Daniel Veillardb1059e22000-09-16 14:02:43 +000014612Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14613
14614 * parserInternals.c parserInternals.h parser.c Makefile.am:
14615 created a new module parserInternals.c, moved most of the
14616 code shared by the various parsers there, as well as
14617 deprecated code from parser.c. More cleanup of parser.c
14618 * uri.c: fixed a problem when URI is NULL
14619 * valid.c: speedup when looking for an attribute declaration
14620
Daniel Veillard39c7d712000-09-10 16:14:55 +000014621Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14622
14623 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14624 the cleanup of the computation of URI references when seeking
14625 external entities. The URI reference string and the resulting
14626 URI are both stored now.
14627 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14628 large s(n)printf checks and cleanup from Denis Barbier
14629 <barbier@imacs.polytechnique.fr>
14630 * xmlversion.h.in tree.h: couple of SGML declarations for a
14631 possible docbook module.
14632 * result/VC/ : a couple of test output changed due to the change
14633 of the entities URI
14634
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014635Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14636
14637 * parser.h: added a _private field for linking user's data
14638
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014639Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14640
14641 * parser.c parserInternals.h: demacroified most of the IS_XXX
14642 the gain in size is significant so ...
14643
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014644Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14645
14646 * entities.c: cases where looking up entities with doc==NULL
14647 covered
14648
Daniel Veillard90e11312000-09-05 10:42:32 +000014649Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
Daniel Veillard1de50802000-09-07 08:54:32 +000014651 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014652 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14653
Daniel Veillard98a79162000-09-04 11:15:39 +000014654Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14655
Daniel Veillard1de50802000-09-07 08:54:32 +000014656 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014657 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14658 * Makefile.in: added URItest and included thenin "make tests"
14659
14660Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014661
14662 * xmlversion.h.in: closed bug 22941
14663
Daniel Veillard2bb89092000-08-31 14:57:50 +000014664Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14665
14666 * doc/xmlio.html: added doc and example for entity loader
14667 redefinition.
14668
Daniel Veillard96984452000-08-31 13:50:12 +000014669Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14670
14671 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14672 used by libxml
14673
Daniel Veillarde715dd22000-08-29 18:29:38 +000014674Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * parser.c: Fixed bug on invalid ontent characters and when using
14677 push.
14678 * xmllint.c: fixed xmllint endling of errors in push mode
14679
Daniel Veillard4948eb42000-08-29 09:41:15 +000014680Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14681
14682 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014683 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014684 * result/HTML/*.sax: regenerated HTML SAX output
14685 * parser.c: more cleanup.
14686
Daniel Veillarde010c172000-08-28 10:04:51 +000014687Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14688
14689 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014690 patches from Wayne Davison <wayned@users.sourceforge.net>,
14691 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014692 * HTMLparser.c: fixed an ignorable white space detection bug
14693 occuring when parsing with SAX only
14694 * result/HTML/*.sax: updated since the output is now HTML
14695 encoded...
14696
Daniel Veillard47f3f312000-08-27 22:40:15 +000014697Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14698
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014699 * HTMLparser.[ch]: applied some of Wayne Davison
14700 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014701
Daniel Veillarde0854c32000-08-27 21:12:29 +000014702Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14703
14704 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14705 undeclared namespace prefix was used, added a warning.
14706 Cleaned up support w.r.t. entities, spilling out a warning
14707 and being pedantic on lookups.
14708 * test/warning/ent9 : added testcase for previous example.
14709 * TODO: updated
14710 * parserInternals.h parser.c: changed the way names are parsed
14711 now allow infinite size and decrease penalty for normal use
14712 * parser.c: Started a big cleanup/check of the parser code,
14713 fixed some of the most tortuous entity code, spotted code
14714 unused anymore
14715 * test/*: added tests for very long names and related nasty
14716 things.
14717
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014718Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14719
14720 * doc/encoding.html: added encoding aliases doc
14721 * doc/xml.html: updates
14722 * encoding.[ch]: added EncodingAliases functions
14723 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14724 bottleneck affecting large DTDs like Docbook
14725 * parser.[ch] xmllint.c: added a pedantic option, will be
14726 useful
14727 * SAX.c: redefinition of entities is reported in pedantic mode
14728 * testHTML.c: uninitialized warning from gcc
14729 * uri.c: fixed a couple of bugs
14730 * TODO: added issue raised by Michael
14731
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014732Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14733
14734 * doc/encoding.html: propagated Martin Duerst suggestions
14735
Daniel Veillard52402ce2000-08-22 23:36:12 +000014736Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14737
14738 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14739 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14740 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14741 by Wayne Davison
14742
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014743Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14744
14745 * nanoftp.c nanohttp.c: small cleanup
14746 * TODO: updated
14747
Daniel Veillard244ece92000-08-19 20:58:02 +000014748Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14749
14750 * added an old VC testcase and updated title.xml entity
14751
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014752Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14753
14754 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14755 done on auto-opening of <p> tags and cleanup of SAX output
14756
Daniel Veillard979e55e2000-08-19 16:48:54 +000014757Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14758
14759 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14760
Daniel Veillard4540be42000-08-19 16:40:28 +000014761Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14762
14763 * doc/xml.html libxml.* structure.*: updated the doc a bit
14764
Daniel Veillard808a3f12000-08-17 13:50:51 +000014765Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14766
14767 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14768 of SAX tests
14769
Daniel Veillard29579362000-08-14 17:57:48 +000014770Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14771
14772 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14773 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14774
Daniel Veillard1255ab72000-08-14 15:13:33 +000014775Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14776
14777 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14778 * testHTML.c: fix core dump on Solaris 2.x systems
14779 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14780 * result/HTML/*.sax: previous bug fix lead to new results
14781
Daniel Veillard03109292000-08-14 14:58:22 +000014782Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14783
14784 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14785 * configure.in: added --with-readline=DIR to accept alternate
14786 path for readline include/library
14787 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14788 for ANSI under HP-UX
14789 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14790 includes @LIBS@
14791
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014792Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14793
14794 * doc/* : rebuilt the docs
14795 * getting ready for 2.2.2 release
14796
Daniel Veillard87b95392000-08-12 21:12:04 +000014797Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14798
14799 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14800 and xmlAddFeature()
14801 * tree.[ch]: added xmlAddChildList()
14802 * xmllint.c: MAP_FAILED macro test
14803 * parser.h: added xmlParseCtxtExternalEntity()
14804 * valid.c: applied bug fixes removed warning
14805 * tree.c: added CDATA block to elements content
14806 * testSAX.c: cleanup of output
14807 * testHTML.c: added SAX testing
14808 * encoding.c: better error recovery
14809 * SAX.c, parser.c: fixed one of the external entity processing
14810 of the OASis testsuite
14811 * Makefile.am: added HTML SAX regression tests
14812 * configure.in: bumped to 2.2.2
14813 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14814 SAX results
14815
Daniel Veillard88a172f2000-08-04 18:23:10 +000014816Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14817
14818 * configure.in: patch for HP compiler
14819
148202000-08-04 Sven Heinicke <sven@zen.org>
14821
14822 * xmllint.c: Was coredumping sometimes when the file given didn't
14823 exist.
14824
Daniel Veillard46e370e2000-07-21 20:32:03 +000014825Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14826
14827 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014828
Daniel Veillard46e370e2000-07-21 20:32:03 +000014829 when using in memory parsing. Need some cleanup.
14830 * xmllint.c configure.in: added a --memory flag to test memory
14831 parsing
14832
Daniel Veillard36650692000-07-21 15:16:39 +000014833Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14834
14835 * nanohttp.c: fixed socklen_t replacement to unsigned int
14836 * parser.c: fixed a space handdling missing at the end of
14837 production 28 DOCTYPE.
14838 * xmlmemory.c: fixed a stupid bug on the routine to override
14839 allocation functions
14840 * TODO: updated
14841
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014842Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14843
14844 * doc/ regenerated the docs
14845
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014846Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14847
14848 * doc/encoding.html doc/xml.html: added I18N doc
14849 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14850 improvements, both parser and filters, added ASCII & HTML,
14851 fixed the ISO-Latin-1 one
14852 * xmllint.c testHTML.c: added/made visible --encode
14853 * debugXML.c : cleanup
14854 * most .c files: applied patches due to warning on Windows and
14855 when using Sun Pro cc compiler
14856 * xpath.c : cleanup memleaks
14857 * nanoftp.c : added a TESTING preprocessor flag for standalong
14858 compile so that people can report bugs more easilly
14859 * nanohttp.c : ditched socklen_t which was a portability mess
14860 and replaced it with unsigned int.
14861 * tree.[ch]: added xmlHasProp()
14862 * TODO: updated
14863 * test/ : added more test for entities, NS, encoding, HTML, wap
14864 * configure.in: preparing for 2.2.0 release
14865
Daniel Veillard49703262000-07-10 10:27:46 +000014866Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14867
14868 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014869 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014870
Daniel Veillard306be992000-07-03 12:38:45 +000014871Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14872
14873 * doc/xml.html: changed the xmlsoft.org structure, updated the
14874 examples w.r.t. root and childs
14875
Daniel Veillard7d853352000-07-02 18:53:09 +000014876Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14877
Daniel Veillard784b9352003-02-16 15:50:27 +000014878 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014879
Daniel Veillard365e13b2000-07-02 07:56:37 +000014880Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14881
14882 * HTMLparser.c: Work on character encoding support for the HTML parser
14883 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14884 * encoding.c: Fixed a potential memleak in the encoding stuff
14885
Daniel Veillardaf743792000-07-01 11:49:28 +000014886Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14887
14888 * doc/FAQ.html doc/Makefile.am : added a FAQ
14889
14890Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014891
14892 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14893 of the HTML parser to force it to not bypass SAX
14894
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014895Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14896
14897 * win32config.h.in: updated
14898 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14899 lacks iconv support :-( need to release 2.1.1
14900 * configure.in: release 2.1.1
14901 * HTMLparser: fixed bug #14784
14902 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14903 by Windows compiler
14904 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14905 the SAX startDocument() callback.
14906 * TODO: updated
14907
14908Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14909
14910 * added xmlStopParser()
14911
Daniel Veillardbe803962000-06-28 23:40:59 +000014912Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14913
14914 * configure.in: 2.1.0 prerelease
14915 * Large resync between W3C and Gnome tree
14916 * nanoftp, nanohttp.c: fixed stalled connections probs
14917 * HTMLtree.c SAX.c : support for attribute without values in
14918 HTML for andersca
14919 * valid.c: Fixed most validation + namespace problems
14920 * HTMLparser.c: start document callback for andersca
14921 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14922 * parser.h, SAX.c: serious speed improvement for large
14923 CDATA blocks
14924 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14925 different encoding
14926 * example/Makefile.am example/gjobread.c tree.h: work on
14927 libxml1 libxml2 convergence.
14928 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14929 and the LIBXML_TEST_VERSION macro
14930
Daniel Veillardc310d562000-06-23 18:32:15 +000014931Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14932
14933 * doc/xml.html: various patches and improvements typo fixed by
14934 Felix Natter
14935 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14936 from Felix Natter <fnatter@gmx.net>
14937
Daniel Veillardf3029822000-05-06 08:11:19 +000014938Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * doc/upgrade.html: updated with instructions for support of both
14941 libxml-1.x and libxml-2.x
14942 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14943 for 2.x support and also fixed includes
14944
14945
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014946Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14947
14948 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14949 the encoding support, added iconv support, so now libxml if
14950 compiled with iconv automatically support japanese encodings
14951 among others. Work based on initial patch from Yuan-Chen Cheng
14952 I may have broken binary compat in the encoding handler
14953 registration scheme, but that was so utterly broken I don't
14954 expect anybody to have used this feature until now.
14955 * parserInternals.h: fixup on the CHAR range macro
14956 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14957 code.
14958 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14959 * uri.c: added xmlParseURI() I can't believe I forgot to
14960 implement this one in 2.0 !!!
14961 * SAX.c: moved doc->encoding update in the endDocument() call.
14962 * TODO: updated.
14963
Daniel Veillard06047432000-04-24 11:33:38 +000014964Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14965
14966 * tree.h: removed extraneous xmlRemoveProp definition
14967 * TODO: added item about --disable-corba configure switch
14968 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14969 * nanoftp.c: fixed include problems giving troubles on AIX and
14970 slowlaris
14971 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14972 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14973 comment and headers changes to lower gtk-doc number of warnings
14974 * doc/html/*: rebuilt docs
14975
Daniel Veillarde0aed302000-04-16 08:52:20 +000014976Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14977
14978 * HACKING: documented the tag for 1.x and instructions
14979
Daniel Veillard5e873c42000-04-12 13:27:38 +000014980Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14981
14982 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14983 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14984 xmlCreateIOParserCtxt
14985 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14986 significant overall improvement
14987 * xmllint.c: added I/O test to xmllint
14988 * testSAX.c: added a speed test
14989 * doc/* : updated/regenerated
14990
Daniel Veillardfc708e22000-04-08 13:17:27 +000014991Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14992
14993 * xpath.c uri.h parserInternals.h: cosmetic changes from
14994 "Timur I. Bakeyev" <timur@bat.ru>, including making
14995 xmlCreateURI() public
14996
Daniel Veillard5d211f42000-04-07 17:00:24 +000014997Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14998
14999 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15000 and the code at the same time. Added a clean mechanism for
15001 overload or added input methods: xmlRegisterInputCallbacks()
15002 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15003 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15004 * TODO: updated
15005 * doc/* : updated/regenerated
15006 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15007 source dir
15008
Daniel Veillarde77a9182000-04-05 19:12:29 +000015009Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15010
15011 * testURI.c: yet another forgotten commit, I should get some sleep !
15012
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015013Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15014
15015 * xmllint.c: forgot to commit this too ?
15016
Daniel Veillardb9df4042000-04-05 14:23:16 +000015017Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15018
15019 * xmlversion.h.in : forgot to commit this previously
15020
Daniel Veillard361d8452000-04-03 19:48:13 +000015021Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15022
15023 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15024 * README TODO: updated for release
15025 * uri.c uri.h: added authority parsing/saving
15026 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15027 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15028 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15029 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15030 Makefile.am : added compile-time customization of libxml
15031 --with-ftp --with-http --with-html --with-xpath --with-debug
15032 --with-mem-debug
15033 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15034 #include <libxml/xxx.h> I hope it won't break too much stuff
15035 and will be manageable in the future...
15036 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15037 and added xmllint to the installed programs
15038 * uri.h: added xmlFreeURI()
15039
Daniel Veillardec303412000-03-24 13:41:54 +000015040Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15041
15042 * uri.c uri.h: finished the escaping handling, the base support
15043 and the URI path normalization. Looks good just lacks the
15044 authority content parsing code.
15045 * Makefile.am: added instructions to generate testURI
15046 * TODO: updated
15047 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15048 added links and icons for W3C and Gnome
15049
Daniel Veillard8f621982000-03-20 13:07:15 +000015050Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15051
15052 * xmlmemory.[ch] : seems I forgot to actually update the files in
15053 the last commit :-)
15054 * doc/xml.html doc/html/* : updated and uploaded the docs
15055
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015056Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15057
15058 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15059 * TODO: updated
15060 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015061 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015062 gfree).
15063 * Makefile.am, uri.c, uri.h: added a set of functions to do
15064 exact (litteraly copied from the RFC 2396 productions) parsing
15065 and handling of URI. Will be needed for XLink, one XML WFC,
15066 XML Base and reused in the nano[ftp/http] modules. Still work
15067 to be done.
15068
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015069Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15070
15071 * configure.in, libxml.spec.in : libxml2
15072 * doc/* : updated the doc page, rebuilt the docs
15073
Daniel Veillardcf461992000-03-14 18:30:20 +000015074Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15075
15076 * all: tagged LIB_XML_1_X
15077 * *.c *.h : updated from W3C CVS tree
15078 * configure.in : 2.0.0-beta
15079 * libxml.spec.in : libxml2 package nam
15080 * result/* : new version of the tests output
15081
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015082Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15083
15084 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15085
Daniel Veillardb566ce12000-03-04 11:39:42 +000015086Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15087
15088 * doc/* : rebuilt the docs
15089 * parser.c: final patch on #6766
15090 * valid.c: small patch on validity checks.
15091
Daniel Veillardfb76c402000-03-04 11:39:42 +000015092Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15093
15094 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15095 added
15096 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15097 compatibility w.r.t. XML spec and existing code.
15098
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015099Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15100
15101 * parser.c: seems a better solution to <a> </a> exists,
15102 will try it for a while
15103
Daniel Veillard83a30e72000-03-02 03:33:32 +000015104Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15105
15106 * parser.c: tried to remove the <a> </a> generating <a/>
15107 this is hard. Left a flag for that purpose. Fixed bug #6766
15108 * configure.in: prepared 1.8.7 not released, due to previous
15109 problem
15110
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015111Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15112
15113 * doc/xml.html : applied second patch from Paul DuBois
15114
Daniel Veillard402e8c82000-02-29 22:57:47 +000015115Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15116
15117 * doc/xml.html : applied patch from Paul DuBois
15118
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015119Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15120
15121 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15122
Daniel Veillard5feb8492000-02-02 17:15:36 +000015123Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15124
15125 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15126 compilation warnings on various platforms.
15127 * parser.c: Fixed #5281 validity error callbacks are now desactived
15128 by default if not validating.
15129
Daniel Veillardf341f932000-02-02 14:52:08 +000015130Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15131
15132 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15133
Daniel Veillard13c757e2000-02-01 23:59:15 +000015134Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15135
15136 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15137 <gkatsi@cs.toronto.edu>
15138
Daniel Veillard726e8792000-01-30 20:04:29 +000015139Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15140
15141 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15142 processing URLs
15143
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015144Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15145
15146 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15147 xmlNanoFTPUpdateURL for persistent control connections.
15148 * configure.in: 1.8.6
15149
15150Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15151
15152 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15153 * tree.[ch] : added xmlSaveNoEmptyTags
15154
James Henstridgef3be9312000-01-28 13:59:21 +0000151552000-01-29 James Henstridge <james@daa.com.au>
15156
15157 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15158
15159 * Makefile.am: added nanoftp.[ch] to the build.
15160
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015161Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15162
15163 * nanoftp.[ch]: cleanup, comments, API
15164 * debugXML.c : fixed a bug in the cat command
15165 * doc/*: regenerated the docs
15166
Daniel Veillardda07c342000-01-25 18:31:22 +000015167Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15168
15169 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15170 * debugXML.c : fixed a bug in the cat command
15171 * valid.c: fixing some small probs
15172 * libxml.spec.in: get rid of the SNAP suffix
15173 * doc/xml.html: updated the status
15174
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015175Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15176
15177 * xml-config.in: xml-config --version to just return the
15178 version number
15179 * xpath.c: some cleanup w.r.t. axis when the current node is
15180 an attribute.
15181 * TODO: updated
15182
Daniel Veillard461a66c2000-01-18 18:01:01 +000015183Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15184
15185 * configure.in: prepared for libxml-1.8.5
15186 * doc/* recompiled the documentation
15187
151882000-01-17 Jody Goldberg <jgoldberg@home.com>
15189
15190 * configure.in : WARNING autoconf subtlety alert :
15191 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15192 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15193 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15194 get defined by AC_CHECK_HEADERS.
15195
Daniel Veillardf967b902000-01-17 16:06:10 +000015196Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15197
15198 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15199 Rune.Djurhuus@fast.no
15200
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015201Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15202
15203 * TODO: updated
15204 * tree.c, parser.c: made sure that only memory alloc problems
15205 and internal parser errors are allowed to write to stdout or
15206 stderr.
15207
Daniel Veillard0142b842000-01-14 14:45:24 +000015208Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15209
15210 * tree.c : restored xmlNewGlobalNs since this seems used by
15211 a lot of existing code :-(, fixed a bug in xmlNewNs
15212 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15213 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15214 to exit() from the library code.
15215 * xpath.c, parser.c: removed bugs or unused code detected by
15216 Windows compilers
15217 * parser.c: started adding interfaces for parsing well balanced
15218 XML fragments
15219 * configure.in: releasing 1.8.4
15220 * doc/* : rebuilt the docs
15221
Daniel Veillard2eac5032000-01-09 21:08:56 +000015222Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * tree.[ch] : added xmlNewDocFragment() for DOM
15225 * testHTML.c: uninitialized variable.
15226
Daniel Veillardf3a73582000-01-05 14:58:39 +000015227Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15228
15229 * doc/* : rebuild the docs
15230
Daniel Veillard71b656e2000-01-05 14:46:17 +000015231Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15232
15233 * acconfig.h: readline and history patch
15234 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15235 * tree.c: added check and handling when possibly removing an ID
15236 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15237 and saving.
15238 * test/HTML/entities.html result/HTML/entities.html* : test for
15239 various entities reference cases
15240 * result/HTML/* : as a result output of some testcase have
15241 changed
15242 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15243 by previous example. added xmlParseTryOrFinish().
15244 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15245 entities.h debugXML.h HTMLparser.h: changed the way struct are
15246 declared to allow gtk-doc to expose those
15247 * parser.c: closed bug #4960
15248 * Makefile.am configure.in: Applied patch from
15249 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15250 and math/socket libs detection
15251
Daniel Veillard437b87b2000-01-03 17:30:46 +000015252Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15253
15254 * configure.in, Makefile.am: link tester against readline
15255 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15256
Daniel Veillard686d6b62000-01-03 11:08:02 +000015257Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15258
15259 * tree.[ch]: added xmlRemoveProp
15260 * win32config.h.in nanohttp.c: avoid including the Windows
15261 socket stuff in every C files
15262 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15263 the XmL parser(s)
15264 * test/ns4 result/ns4 etc...: added test case for previous prob
15265 * tree.c: xmlNewNs wasn't checking for double definition
15266 * Makefile.in: fixed a problem with dist-hook duplicates
15267 * parser.[hc], xmlIO.c: fixed the loading of external entities
15268 APIs, now xmlLoadExternalEntity() is used everywhere and
15269 setting up an app specific front-end using the
15270 * SAX.c parser.c: some fixes, now the xhtml spec validates
15271 with the xhtml DTD.
15272 * error.c: fixed crashes in case of no input stream
15273 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15274 to the validation tests and results
15275
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015276Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15277
15278 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15279 too htmlCreatePushParserCtxt() and htmlParseChunk()
15280 * parser.c: a bit of cleanup.
15281 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15282 to XML) removed the last mem leak known
15283 * HTMLtree.c: output message cleanup
15284 * xmlmemory.c: display content info about memory blocks
15285 * result/HTML/wired.* : missing att value warning change
15286
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015287Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15288
15289 * doc/* : rebuilt the documentation
15290
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015291Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15292
15293 * parser.[ch] parserInternals.h: Push parser for XML,
15294 seems to work fine now
15295 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15296 --push for push testing
15297 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15298 * testSAX.c: added --push
15299 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15300 subtree
15301 * xmlIO.[ch] : enriched API + fixes for push mode
15302 * entities.[ch]: added the entity content length to the struct.
15303 * xmlmemory.[ch]: new API to show the last entries for the shell
15304 * valid.c: added required attribute testing
15305 * SAX.c: the cdata callback now merge contiguous fragments
15306 * HTMLparser.c: cleanup of some macros
15307
Daniel Veillard3c558c31999-12-22 11:30:41 +000015308Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15309
15310 * parser.c: fix for PIs name starting with xml
15311 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015312 * *.c, configure.in win32config.h.in : generate win32config.h for
15313 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015314
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015315Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * parser.c: fixed a stupid = vs. == bug :-(
15318 * doc/gnome-xml.sgml: s/glade/xml/
15319
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015320Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15321
15322 * configure.in, doc/xml.html : bug fix release 1.8.2
15323 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15324 Hopefully the end of that silly C++ include problem
15325 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15326 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15327 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15328 troubles with autoclosed elements when the stree shape doesn't
15329 follow the DtD specs. Added htmlIsAutoClosed() and
15330 htmlAutoCloseTag()
15331 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15332 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15333 * debugXML.c: fixed a bug on printing default namespaces.
15334 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15335
Daniel Veillardb24054a1999-12-18 15:32:46 +000015336Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15337
15338 * result/HTML/*.htm[l] : updated the HTML regression tests according
15339 to the new output
15340 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15341 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15342 problem due to intermix of extern "C" { ... } declarations for C++
15343 and recursive includes in the headers
15344
Chris Lahey323c48c1999-12-18 15:32:45 +0000153451999-12-20 Chris Lahey <clahey@umich.edu>
15346
15347 * HTMLtree.c: Made it so that html nodes with a single child do
15348 not insert a carriage return before or after the child node.
15349
Daniel Veillardb24054a1999-12-18 15:32:46 +000015350Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015351
15352 * configure.in, doc/xml.html : bug fix release 1.8.1
15353 * parser.c: fixed bug #4344
15354 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15355 added the glue to avoid C++ problems
15356 * doc/* : regenerated the documentation
15357
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015358Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15359
15360 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15361 namespace recognition, and Dia as a resul :-(
15362 * encoding.c: closed bug #3950
15363
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015364Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15365
15366 * valid.c: debugging a posteriori validation, except URI expansion
15367 stuff this should be fixed now
15368 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15369 Carl Nygard <cnygard@bellatlantic.net>
15370 * tester.c: added --postvalid, cleaning of the code
15371 * tree.[ch]: added xmlDocGetRootElement()
15372
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015373Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15374
15375 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15376 c++ losage.
15377
Daniel Veillard10a2c651999-12-12 13:03:50 +000015378Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15379
15380 * configure.in, doc/xml.html : bumped to 1.8.0
15381 * xlink.[ch], Makefile.am : added framework for link detection
15382 * parser.h: added nbChars to parser context, needed for cleanup.
15383 * xmlmemory.c: removed a nasty bug when out of mem
15384 * valid.[ch]: adding namespace support for attribute decl
15385 * tester.c: added --debugent option
15386 * debugXML.[ch]: added xmlDebugDumpEntities()
15387 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15388 buffers instead, this was really needed, validation was breaking
15389 in strange ways due to that. Added xmlParseStringPEReference()
15390 and other parsing from strings functions. Entities processing
15391 modified again, but PERef are still not handled correcly but
15392 unless you're Eve Maller you won't notice :-)
15393 * HTMLparser.c: large changes toward reliability, and switched to
15394 lowercase internal tags, XHTML is lowercase, so it will help
15395 that output is closer to next version.
15396 * doc/* : regenerated the documentation, it is now hosted at
15397 http://xmlsoft.org/ (same bits I just bought the domain :-)
15398
15399
Daniel Veillard294cbca1999-12-03 13:19:09 +000015400Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15401
15402 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15403 doc generation
15404 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15405 in the SAX API
15406 * doc/*: rebuilt the doc making sure everything appears in the
15407 HTML files
15408
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015409Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15410
15411 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15412 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15413 which allow impressive speed improvement on dataset with
15414 large text pieces, but at the cost of broken binary
15415 compatibility and slightly bigger memory usage.
15416 Configure with --with-buffers to activate them, they
15417 are protected with XML_USE_BUFFER_CONTENT define.
15418 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15419 goal is 0 memory left allocated once parser is no more used
15420 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15421 call xmlCleanupParser() and xmlMemoryDump()
15422
Daniel Veillarda819dac1999-11-24 18:04:22 +000015423Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15424
15425 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15426 * parser.[ch] encoding.[ch]: added memory cleanup routines
15427 * parser.c: closing bug #3788
15428 * doc/*: rebuilt the doc
15429
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015430Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15431
15432 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15433 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15434 * tester.c: added --compress option
15435 * doc/*: rebuilt the documentation
15436
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015437Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15440 if given /proc/kcore as input !
15441 * doc/xml.html doc/*: updated and rebuilt the documentation
15442
15443Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015444
15445 * parser.c: Fixed some wrongly space collapsing code due to
15446 a misreading of the spec.
15447 * result/*: fixed the output accordingly
15448
15449Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015450
15451 * encoding.c: bug fix and typos
15452 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15453 * parser.c: added attribute normalization closing bug #3597
15454 * test/att* result/att* SAXresult/att*: testcase for attribute
15455 normalization
15456
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015457Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15458
15459 * configure.in: closing bug #3163 by adding extra flags for the
15460 cc compiler on HP-UX
15461
Daniel Veillard51e3b151999-11-12 17:02:31 +000015462Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15463
15464 * valid.[ch] : removed a typo and an enumerated type bug in the
15465 xmlAddElementDecl() function
15466 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15467 call to xmlEncodeEntitiesReentrant() so that the functions
15468 New, Set and Get are at the same level.
15469 * parser.c HTMLparser.c: extra memory allocation bug for
15470 attributes detected by someone using libxml in embedded systems :-)
15471
Daniel Veillard962195f1999-10-28 15:51:53 +000015472Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15473
15474 * xmlmemory.h: turned off mem debug :-\
15475
Daniel Veillard35008381999-10-25 13:15:52 +000015476Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15477
15478 * parser.c: closed bug #2784 a one line fix, but worth pushing
15479 a new release out
15480 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15481 some structures, comments before and after the
15482 main element, and other nastyness
15483 * HTMLtree.c tree.c: accomodate the extended HTML supported
15484 * configure.in: pushing 1.7.4
15485 * test/ent8 and related outputs : added a new test for bug #2784
15486 * test/HTML/wired.html and related output: a nasty HTML example
15487 * Makefile.am: improved the test scripts
15488 * docs/* : reran the documentation extractor, updated xml.html
15489
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015490Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15491
15492 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15493 HTMLparser and debugged the HTML related code. HTML documents
15494 now have their own type
15495 * entities.c: do not dump &apos; for HTML output
15496 * xmlmemory.c: improvement, breakpoint mechanism
15497 * testHTML.c: added --sax --repeat ...
15498 * Makefile.am: improved the HTML tests
15499 * valid.[ch]: added xmlValidGetValidElements and
15500 xmlValidGetPotentialChildren
15501 * tester.c: added --insert to test the 2 new functions
15502 * test//* result//* SAXresult//* : regression test cleanup
15503 and extension.
15504 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15505 gnome-xml-nanohttp.html
15506
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015507Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15508
15509 * HTMLparser.c: fixed problems with some autoclose tags
15510 * tree.c: fixed XML output problems.
15511 * result/* SAXresult/*: update of the tests output
15512
Daniel Veillard6077d031999-10-09 09:11:45 +000015513Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15514
15515 * Makefile.am: Arturo patch for xmlConf.sh version info
15516 * parser.c: Tim Josling patch for single quoted items
15517 * tester.c: Tim Josling patch for tester options usage
15518 * tree.h: indent cleanup
15519
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015520Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15521
15522 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15523 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15524
Daniel Veillard00fdf371999-10-08 09:40:39 +000015525Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15526
15527 * tree.c : Raph patch for initialization of CORBA fields
15528 * parser.c, xpath.c, ...: modification of doc comments
15529 * xpath.c : allow spaces in xpath expressions
15530
Daniel Veillardad219441999-09-27 08:17:49 +000015531Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15532
15533 * xmlmemory.h: turning off memory debug :-(
15534
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015535Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15536
15537 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15538 better SAX interfaces.
15539 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15540 entity.
15541 * configure.in: 1.7.2
15542
15543Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015544
15545 * libxml.spec.in: fixed the URL
15546 * doc/xml.html: improved the documentation front-end
15547
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015548Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015549
15550 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15551
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015552Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015553
15554 * libxml.spec.in: fixed the alpha compile problem
15555 * parser.[ch]: changed errno to errNo in the parser context :-(
15556 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15557 * doc/xml.html: changed CHAR to xmlChar
15558 * doc/html/*: recompiled the documentation
15559 * configure.in: 1.7.1
15560
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015561Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15562
15563 * parser.h: modified the parser context struct to regain 1.4.0
15564 binary compatibility
15565 * parser.c, xml-error.h: added errno ot teh context and defined
15566 a set of errors values with update of errno
15567 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15568 DTDs and entities
15569 * *.h, *.c: complete cleanup of the use of config.h and include
15570 protection depending on the current setup.
15571 * overalll debugging, maintenance and bug-fixing on all modules
15572 * updated the documentation
15573 * ready for 1.7.0
15574
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015575Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15576
15577 * HTMLparser.c : cleanup
15578 * SAX.c valid.c valid.h: added ID/IDREF checking
15579 * tree.c tree.h: extended doc structure for refs
15580 * configure.in: 1.6.2
15581 * parser.c: patched bug in SAX user arg call
15582 * parserInternals.h: patched missing close in C++ wrapping
15583 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15584 especially upcoming XPointer implementation.
15585 * doc/xml.html: augmented, typo
15586
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015587Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15588
15589 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15590 not all invocations of install understand -d.
15591
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015592Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15593
15594 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15595 to make 'check' works, when builddir != srcdir.
15596
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015597Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15598
15599 * doc/xml.html : updated the documentation
15600
Daniel Veillard6454aec1999-09-02 22:04:43 +000015601Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15602
15603 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15604 not deallocated memory blocks
15605 * *.c : replaces all calls to malloc() free() and realloc() to
15606 the wrapper functions/macros
15607 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15608 instead of xmlFreeNodeList()
15609
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015610Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15611
15612 * HTMLparser.c: corrected a stupid bug leading to core dump at
15613 tree deallocation. Removed warnings indicated by
15614 Stephane.Conversy@lri.fr
15615 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15616 looked for in the external subset
15617
15618Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015619
15620 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15621 on SGI by Stephane.Conversy@lri.fr
15622
Daniel Veillardb96e6431999-08-29 21:02:19 +000015623Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15624
15625 * all .h : changed the prototype declaration indent as in gtk
15626 * most .c : working on reducing the TODOs in the code
15627 * most .c : cleanup though -pedantic and Insure++
15628 * improvements on validation ID checkings.
15629 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15630 * xml-config.in: closed #1810
15631
15632Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015633
15634 * tree.h, valid.c, valid.h: more work on validity, IDs
15635 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15636 definition for AIX
15637
Daniel Veillardb556eb51999-08-15 17:19:50 +000015638Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15639
15640 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15641 the distribution due to a cut'n paste error at last commit
15642
Daniel Veillardb05deb71999-08-10 19:04:08 +000015643Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15644
15645 * configure.in: upgraded to version 1.4.0
15646 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15647 Big update, added a large part of the validation process,
15648 it should be usable, but some parts are missing
15649 * xpath.c: improved the implementation w.r.t. root.
15650 * Makefile.am: added more tests
15651 * test and result trees: added a lot of tests
15652 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15653
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015654Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15655
15656 * Added an HACKING file
15657
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015658Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15659
15660 * xpath.[ch] : improvements and debug of the XPath implementation
15661 * parser.c, HTMLparser.c : modified the parsers to be progressive
15662 * tree.[ch] : extended the Buffer promitives
15663 * xmlIO.[ch] : added basic I/O routines providing progressive
15664 parsing and ready for I18N conversion plugins
15665 * SAXresult/* : the SAX callback sequence maybe slightly different
15666 now
15667 * test*.c : improved/updated the tests programs
15668 * doc/* : recompiled the docs.
15669
Daniel Veillard15b75af1999-07-26 16:42:37 +0000156701999-07-26 Michael Meeks <michael@edenproject.org>
15671
15672 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15673
15674 * tree.c: Ditto.
15675
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015676Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15677
15678 * configure.in: upgraded to version 1.4.0
15679 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15680 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15681 XML query language, see http://www.w3.org/TR/xpath for more details.
15682 * parser.c, parser.h: added CHAR* related string functions for XPath
15683 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15684 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15685 rebuild the docs.
15686 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15687 and regression testing capabilities for XPath.
15688
Daniel Veillardd79d7871999-07-12 10:38:12 +000015689Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15690
15691 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15692 closing bug #1646
15693
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015694Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15695
15696 * Makefile.am, example/Makefile.am: closed bug #1683
15697
Daniel Veillard3166ab11999-07-11 16:14:19 +000015698Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15699
15700 * example/Makefile.am, configure.in: added the makefile for the
15701 gjobread example
15702
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015703Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15704
15705 * doc/Makefile.am:
15706 - fix which allow "make install DESTDIR=</install/prefix>".
15707
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015708Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15709
15710 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15711 which fixed a problem on the file reading-code.
15712
Daniel Veillard82150d81999-07-07 07:32:15 +000015713Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15714
15715 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15716 output.
15717 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15718
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015719Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15720
15721 * parser.h : Oops removed the binary compatibility problem
15722 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15723 * parser.c, HTMLparser.c: applied patches for reading from stdin
15724
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015725Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * parser.c, entities.c, valid.c: cleanup bug #1591
15728 * configure.in: cleanup bug #1592
15729 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15730 the same tree back-end. Hence gdome will be available for it.
15731 * doc/Makefile.am: close bug #617
15732
Daniel Veillard97fea181999-06-26 23:07:37 +000015733Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15734
15735 * parser.c: alloctate a per parser context SAX interface block
15736
Daniel Veillard14fff061999-06-22 21:49:07 +000015737Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15738
15739 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15740 and xmlEncodeEntitiesReentrant with the correct one :-\
15741
15742Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15743
15744 * commit of my internal XML base changes, quite a lot of
15745 changes, cleanups, better entities support, framework for
15746 new I/O and charset detection and handling
15747 * Fixed the configure/Makefile stuff to generate shared libs
15748 with the proper version info, so we jumped on rev from
15749 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15750 xmlEncodeEntities() result need to be freed now, and a string
15751 xmlParserVersion provide the current library version.
15752
Raph Levien05240da1999-06-15 21:27:11 +000015753Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15754
15755 * parser.c: fixed a buffer overrun for when you have a very long
15756 attribute with no entities in it.
15757
Daniel Veillardbb2da581999-06-13 14:37:07 +000015758Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15759
15760 * added example directory
15761 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15762
Daniel Veillard011b63c1999-06-02 17:44:04 +000015763Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15764
15765 * Release of libxml-1.1, nearly everything has been touched for
15766 this.
15767 * Added more regression tests
15768 * Updated the documentation
15769
Daniel Veillard27d88741999-05-29 11:51:49 +000015770Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15771
15772 * tree.[ch]: unified the XML_NO_CORBA defines.
15773 * parser.c encoding.[ch]: started plugging in char encoding detection
15774
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015775Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15776
15777 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15778 Also freed allocated buffer.
15779
Daniel Veillard27d88741999-05-29 11:51:49 +000015780Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015781 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15782 reentrancy problem at printing. One is left in entities.c, to
15783 remove ASAP
15784 * testSAX.c : added a test example showing the use of the SAX
15785 interface if one doesn't want to build the DOM tree.
15786 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15787
Daniel Veillard517752b1999-04-05 12:20:10 +000015788Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15789
15790 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15791 large revamping of the parser to use SAX callbacks
15792 http://www.megginson.com/SAX/ (or at least a C like interface
15793 a la Expat). It's now possible to set up your own callbacks
15794 and the parser will not build a DOM tree.
15795 * test/* result/*: updated the test suite, I finally removed
15796 the old Namespace draft support (PI based).
15797
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015798Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15799
15800 * Makefile.am: added test result to EXTRA_DIST for make tests
15801
Daniel Veillard64068b31999-03-24 20:42:16 +000015802Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15803
15804 * parser.c, parserInternals.h: moved the chars macro definitions
15805 to parserInternals.h
15806 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15807 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15808
Daniel Veillard012ccc11999-03-23 10:11:11 +000015809Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15810
15811 * xml-config.in : applied patch to make --version work
15812
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000158131999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15814
15815 * Makefile.am (check-local): Alias for `tests' target. This will
15816 cause `make check' to do the right thing.
15817 (tests): Don't run tests in srcdir. Also, replaced calls to
15818 basename with a `sed' "equivalent".
15819
Daniel Veillardd109e371999-03-05 06:26:45 +000015820Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15821
15822 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15823 it in the header and not the sources, updated the doc.
15824 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15825 pointing this out.
15826
Daniel Veillardbc50b591999-03-01 12:28:53 +000015827Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15828
15829 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15830 exported the inputStream routines.
15831 * doc/html/* : updated accordingly
15832
Daniel Veillardd692aa41999-02-28 21:54:31 +000015833Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15834
15835 * parser.c, parser.h, parserInternals.h: added a few extra
15836 internal calls to allocate and free parser contexts ...
15837 * doc/html/* : updated accordingly
15838
Daniel Veillard55a99271999-02-25 11:01:29 +000015839Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15840
15841 * configure.in, Makefile.am, doc/makefile.am : General changes for
15842 1.0.0 release and including the generated HTML documentation.
15843
Daniel Veillard35925471999-02-25 08:46:07 +000015844Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15845
15846 * makefile.am : added parserInternals.h, oops.
15847
Daniel Veillard1e346af1999-02-22 10:33:01 +000015848Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15849
15850 * parserInternals.h: added this header giving access to the parser
15851 internal functions.
15852 * doc/Makefile.am : added a rebuild target which rebuilds the full
15853 set of documentations
15854 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15855 the internal subset.
15856 * *.c *.h: modifications needed to generate the documentation using
15857 gtk-doc, cleanup of functions blocks, reorganisation of struct
15858 declarations.
15859
Daniel Veillard1164e751999-02-16 16:29:17 +000015860Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15861
15862 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15863 the tar and spec file to include the beginning of the doc.
15864
Nuno Ferreira03d04781999-02-13 00:07:17 +0000158651999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15866
15867 * doc/.cvsignore: Added this file.
15868
Daniel Veillard6800ef31999-02-08 18:33:22 +000015869Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15870
15871 * tree.c: fixed xmlGetProp to return "" when the attribute
15872 exists, even if the node-list is NULL.
15873
Daniel Veillard726c7e31999-02-08 15:13:10 +000015874Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15875
15876 * tree.c: patched an error outputting empty attribute values.
15877 * Makefile.am and doc/makefile.am: have been updated during the
15878 week-end. Sorry for an empty CVS log, I got a shell problem.
15879
Daniel Veillard1899e851999-02-01 12:18:54 +000015880Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15881
15882 * tree.h: cleaned up using enums instead of defines
15883 * parser.c, valid.[ch]: more work on parsing/output of element
15884 declarations
15885
Daniel Veillard3b9def11999-01-31 22:15:06 +000015886Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15887
15888 * valid.[ch], tree.c, parser.c : more work toward full parsing
15889 of XML DTDs.
15890 * README: added informations about mailing-list and on-line
15891 documentation
15892
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000158931999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15894
15895 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15896
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015897Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15898
15899 * parser.c, tree.[ch] : more work toward conformance testing,
15900 added a last element to accelerate parsing of very flat structures
15901 started working on internal subset Element content declaration.
15902 * valid.[ch] : first cut at adding code toward validation.
15903 * previous changes had also small impact on most files, especially
15904 the conformance testing using James Clark test suite.
15905
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015906Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15907
15908 * test/* : updated the examples, most of them were not well
15909 formed (humm), and added rdf2.
15910 * result/* : resulting changes in the output.
15911
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015912Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15915
Daniel Veillard44b3a061998-12-05 17:27:22 +000015916Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * tree.c: patched a bug in the generation of empty attributes
15919
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015920Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15921
15922 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15923 for node/trees/documents/... Biggest problem is namespace
15924 support when copying subtrees.
15925
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015926Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15927
15928 * parser.c, entities.c: improve entities and char ref encoding,
15929 and cleanups of error messages.
15930
Daniel Veillard242590e1998-11-13 18:04:35 +000015931Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15932
15933 * parser.c, entities.c: simple bug hunting done during rpm2html and
15934 rpmfind integration.
15935
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015936Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15937
15938 * parser.[ch]: Added interfaces allowing to specify a SAX
15939 handler before parsing.
15940
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015941Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15942
15943 * parser.c: redirrect all errors reporting through the SAX
15944 error function
15945
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015946Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15947
15948 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15949 * libtool, tlmain ...: update of the libtool files
15950
Miguel de Icaza442321c1998-11-04 18:13:38 +0000159511998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15952
15953 * entities.c: Use g_snprintf insteda of snprintf.
15954
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015955Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15956
15957 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15958 added ent5 test for this purpose.
15959 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15960
Daniel Veillard27271681998-10-30 06:39:40 +000015961Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15962
15963 * parser.c: fixed? a strange error due to compression on a GWP
15964 document.
15965
Daniel Veillard25940b71998-10-29 05:51:30 +000015966Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * tree.[ch]: bug fixing
15969 * entities.[ch]: defined a specific type for predefined entities
15970 * doc/xml.html: more documentation on the library, how to use it,
15971 overview of the interfaces.
15972
Daniel Veillard16253641998-10-28 22:58:05 +000015973Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15974
15975 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15976
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015977Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15978
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015979 * tree.c: corrected a small bug
15980 * doc/xml.html: continuing writing documentation.
15981
15982Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15983
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015984 * debugXML.h debugXML.c: added debugging utilities.
15985 * tester.c: added --debug switch.
15986 * tree.c: patched an incorrect node->type assignment.
15987 * parser.c: formatting, ensure that node->doc != NULL in attributes
15988
Daniel Veillardccb09631998-10-27 06:21:04 +000015989Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15990
15991 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15992 entity support and provide an internal representation close to
15993 DOM one (entity ref nodes, and attribute value as tree). I tried
15994 to preserve the interface but this will surely break some apps
15995 (I have to change rpm2html/rpmfind for example). I had to change
15996 two interfaces, and the generated tree is somewhat different.
15997 * doc/* : started documenting the XML library, the tree and
15998 DOM/Corba. This is a first step.
15999
Daniel Veillard11e00581998-10-24 18:27:49 +000016000Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16001
16002 * parser.c: Set up the fonctions comment block, boring but useful.
16003 * parser.h, SAX.c, parser.c: now attributes are processed through
16004 the SAX interface. The problem is that my SAX interface diverged
16005 quite a bit from the original one, well this is not an official
16006 spec, and translating it from Java to C is hairy anyway...
16007
Daniel Veillard97b58771998-10-20 06:14:16 +000016008Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16009
16010 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16011 fonctions comment block, boring but useful.
16012
16013Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016014
16015 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16016 conversion routines. However they are not yet used to convert the
16017 inputs. The core will run with UTF-8.
16018
Daniel Veillard33942841998-10-18 19:12:41 +000016019Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16020
16021 * tree.c : make sure that the type id is properly set-up when
16022 a new object is allocated, needed for DOM.
16023
Daniel Veillard27fb0751998-10-17 06:47:46 +000016024Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16025
16026 * tree.h, tree.c: Ok, the main objects in the tree will be native
16027 corba objects, it costs 8 bytes per Node, Attribute and Document
16028 but it simplifies the Corba integration a lot (no extra interface
16029 objects to allocate/free).
16030
Daniel Veillard0bef1311998-10-14 02:36:47 +000016031Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16032
16033 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16034 and changed NODEs contants for conformity with DOM Level 1
16035
Daniel Veillard27864701998-10-08 03:47:24 +000016036Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16037
16038 * added hooks to keep track of servants when creating objects
16039 xmlDoc and xmlNode (for Corba export).
16040
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016041Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * added xml-config script.
16044
Daniel Veillard7066a791998-10-01 20:28:28 +000016045Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16046
16047 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16048 to autoupdate libtool and automake conf files.
16049
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000160501998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16051
16052 * Makefile.am: Use '?' to separate the sed
16053 commands as ',' is used when people pass -Wl,something.
16054
16055
Daniel Veillard15a8df41998-09-24 19:15:06 +000016056Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16057
16058 * tree.c, tree.h: added a per-document compression interface.
16059
Daniel Veillard151b1b01998-09-23 00:49:46 +000016060Tue Sep 22 20:47:38 EDT 1998
16061
16062 * tree.c, tree.h: added saving with compression and added interfaces
16063 to control the compression level (xmlGetCompressMode,
16064 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16065
Daniel Veillard70120ff1998-09-22 00:24:21 +000016066Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16067
16068 * parser.c: corrected a loop for files of size 0
16069
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000160701998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16071
16072 * error.h: New file. Contains prototyes from `error.c'.
16073
Tom Tromeyc19653d1998-08-14 01:22:43 +000016074Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16075
16076 * Makefile.am (xmlincdir): New macro.
16077 (xmlinc_HEADERS): Renamed from include_HEADERS.
16078
Daniel Veillard845664d1998-08-13 04:43:19 +000016079Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16080
16081 * applied small patch on numeric entities from
16082 Christopher Blizzard <blizzard@appliedtheory.com>
16083
Daniel Veillard260a68f1998-08-13 03:39:55 +000016084Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16085
16086 * New release 0.2, removed the old xml_* files so that it's
16087 coherent with the other CVS base (W3C), far better conformance
16088 to standard, new namespaces, decent entities support, beginning
16089 of a SAX-like interface. Nearly nothing left intact, even the
16090 test examples ...
16091
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000160921998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16093
16094 * .cvsignore: Add .deps dir
16095
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016096Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16099
Daniel Veillardfe926001998-07-26 04:28:20 +000016100Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016101
Daniel Veillardfe926001998-07-26 04:28:20 +000016102 * configure.in: added test for CPP
16103 * AUTHORS, Changelog: the original ones didn't get commited but the
16104 glib ones instead, fixed.
16105 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016106
Daniel Veillardfe926001998-07-26 04:28:20 +000016107Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016108
Daniel Veillardfe926001998-07-26 04:28:20 +000016109 * integrated code developped at W3C
16110 * changed the original Copyright
16111 * migrated to automake
16112 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016113