blob: f0b78a932a275633b2f2d38f29843dea4de01f7e [file] [log] [blame]
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c xmlschemas.c xmlschemastypes.c
4 include/libxml/xmlschemastypes.h: added param support for relaxng
5 type checking, started to increment the pool of simple types
6 registered, still much work to be done on simple types and
7 facets checkings.
8
Daniel Veillard19ab45b2003-02-26 15:49:03 +00009Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10
11 * entities.c: fixes again one of the problem raised by
12 James Clark in #106788
13
Daniel Veillardc482e262003-02-26 14:48:48 +000014Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
15
16 * relaxng.c: Fixed a couple of problem raised by James Clark
17 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
18 datatype level still not fixed though.
19
Daniel Veillard17bed982003-02-24 20:11:43 +000020Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
21
22 * configure.in: preparing release 2.5.4
23 * doc/*: updated and rebuilt the docs
24 * relaxng.c: removed warnings
25 * result/relaxng/*: updated the results
26
Daniel Veillardf4be0182003-02-24 19:54:33 +000027Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
28
29 * valid.c: fixes a DTD regexp generation problem.
30
Daniel Veillard02111c12003-02-24 19:14:52 +000031Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
32
33 * parser.c: fixes bug #105998 about false detection of
34 attribute consumption loop.
35
Daniel Veillard2406abd2003-02-24 18:16:47 +000036Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
39
Daniel Veillardfcc822e2003-02-24 17:52:08 +000040Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
41
42 * SAX.c: fixed bug #105992
43
Daniel Veillard3ebc7d42003-02-24 17:17:58 +000044Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
45
46 * tree.c: fixed xmlSetProp and al. when the node passed is not an
47 element.
48 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
49 found 373 test schemas: 369 success 4 failures
50 found 529 test instances: 525 success 4 failures
51 * check-relaxng-test-suite.py: added memory debug reporting
52
Daniel Veillardc64b8e92003-02-24 11:47:13 +000053Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
54
55 * uri.c parser.c: some warning removal on Igor's patch
56 * tree.c: seems I messed up with #106788 fix
57 * python/libxml.c: fixed some base problems when Python provides
58 the resolver.
59 * relaxng.c: fixed the interleave algorithm
60 found 373 test schemas: 364 success 9 failures
61 found 529 test instances: 525 success 4 failures
62 the resulting failures are bug in the algorithm from 7.3 and
63 lack of support for params
64
Daniel Veillard0046c0f2003-02-23 13:52:30 +000065Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
66
67 * parser.c: another fix for nodeinfo in entities problem
68 * tree.c entities.c: fixed bug #106788 from James Clark
69 some spaces need to be serialized as character references.
70
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +000071Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
72
73 * parser.c uri.c: fixed the bug I introduced in the path
74 handling, reported by Sebastian Bergmann
75
Daniel Veillard44e1dd02003-02-21 23:23:28 +000076Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
77
78 * parser.c: fixing some nodeinfo in entities problem raised
79 by Glenn W. Bach
80 * relaxng.c: implemented the first section 7.3 check
81 * result/relaxng/*: updated the results
82
Daniel Veillardc5312d72003-02-21 17:14:10 +000083Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
84
85 * relaxng.c: fixed some problems in the previous commit
86 and finished implementing 4.16 rules checking
87 found 373 test schemas: 353 success 20 failures
88 found 529 test instances: 519 success 6 failures
89 * result/relaxng/*: updated the results
90
Daniel Veillard4c5cf702003-02-21 15:40:34 +000091Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93 * relaxng.c: implemented checks from section 7.2
94
Daniel Veillard77648bb2003-02-20 15:03:22 +000095Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
96
97 * relaxng.c: implemented the checks from section 7.1, fixed
98 some of the 4.20 and 4.21 problems.
99 found 373 test schemas: 338 success 35 failures
100 found 529 test instances: 519 success 6 failures
101 * result/relaxng/*: updated the results
102
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000103Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
104
105 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
106 * result/relaxng/*: updated the results
107
Daniel Veillardce14fa52003-02-19 17:32:48 +0000108Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
109
110 * relaxng.c: more bugfixes
111 * result/relaxng/*: updated the results
112
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000113Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
114
115 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
116 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
117 * SAX.c: ensured xmlDoc.URL is always canonic
118 * parser.c: obsoleted xmlNormalizeWindowsPath
119 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
120 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
121 * win32/libxml2.def.src: added few exports
122
123
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000124Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
125
126 * Makefile.am configure.in: patched to have shared libraries
127 for Python regression tests and static binaries for gdb debug
128 in my development environment
129 * relaxng.c: more bugfixes
130 found 373 test schemas: 296 success 77 failures
131 found 529 test instances: 516 success 8 failures
132 * result/relaxng/*: updated the results
133
Daniel Veillard8fe98712003-02-19 00:19:14 +0000134Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
135
136 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
137
Daniel Veillardd4310742003-02-18 21:12:46 +0000138Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
139
140 * xmlschemastypes.c: float/double check bugfix
141 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
142 validation
143 * xmlreader.c: add a TODO for Jody
144 * relaxng.c: bugfix bugfix bugfix
145 found 373 test schemas: 300 success 73 failures
146 found 529 test instances: 507 success 10 failures
147 * result/relaxng/*: updated the results
148
Daniel Veillard2df2de22003-02-17 23:34:33 +0000149Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
152
Daniel Veillard416589a2003-02-17 17:25:42 +0000153Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
154
155 * relaxng.c check-relaxng-test-suite.py: more work on the
156 RelaxNG implementation conformance testing.
157 found 373 test schemas: 284 success 89 failures
158 found 529 test instances: 448 success 47 failures
159 * result/relaxng/*: updated the results
160
Daniel Veillard784b9352003-02-16 15:50:27 +0000161Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
162
163 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
164 a patch from Kjartan Maraas to fix some typos
165
Daniel Veillardfebcca42003-02-16 15:44:18 +0000166Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
167
168 * relaxng.c: more bug-hunting
169 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
170 intermediate rng tree
171 * python/generator.py: patch from Stephane Bidoul to fix the generator
172 on python < 2.2
173
Daniel Veillardd2298792003-02-14 16:54:11 +0000174Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * check-relaxng-test-suite.py relaxng.c: more testing on the
177 Relax-NG front, cleaning up the regression tests failures
178 current state and I forgot support for "mixed":
179 found 373 test schemas: 280 success 93 failures
180 found 529 test instances: 401 success 68 failures
181 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
182 moved the Name, NCName and QName validation routine in tree.c
183 * uri.c: fixed handling of URI ending up with #, i.e. having
184 an empty fragment ID.
185 * result/relaxng/*: updated the results
186
Daniel Veillard9a237c92003-02-13 15:52:58 +0000187Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * check-xinclude-test-suite.py: improved the script accordingly
190 to the XInclude regression tests updates
191 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
192 November 2002
193 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
194 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
195 augmented the Xpointer testsuite for the element() scheme
196
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000197Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
198
199 * relaxng.c: added TODO for the DTD compatibility spec
200 * xinclude.c: more bug fixes driven by the testsuite
201
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000202Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
203
204 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
205 regression tests for XInclude, improved the script, improving
206 XInclude error reporting mechanism
207
Daniel Veillard1d788d22003-02-10 16:21:58 +0000208Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
209
210 * NEWS doc/* configure.in: preparing release 2.5.3
211
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000212Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
213
214 * tree.c: trying to fix #104934 about some XHTML1 serialization
215 issues.
216
Daniel Veillard809faa52003-02-10 15:43:53 +0000217Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
218
219 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
220 encoding conversion when the input buffer stops in the
221 middle of a multibyte char
222
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000223Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
224
225 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
226 * check-relaxng-test-suite.py: python script to run regression
227 against OASIS RelaxNG testsuite
228 * relaxng.c: some cleanup tweaks
229 * HTMLparser.c globals.c: cleanups in comments
230 * doc/libxml2-api.xml: updated the API
231 * result/relaxng/*: errors moved files, so large diffs but
232 no changes at the semantic level.
233
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000234Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
235
236 * tree.c: fixing #105678 problem when dumping a namespace node.
237
Daniel Veillard591b4be2003-02-09 23:33:36 +0000238Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
239
240 * xpath.c: fixed doc comment problems
241 * python/generator.py python/libxml_wrap.h python/types.c: adding
242 RelaxNG wrappers
243 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
244 test of those early Python RelaxNG bindings
245
246Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000247
248 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
249 * relaxng.c: found the validation problem I had with interleave
250 when not covering all remaining siblings
251 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
252 testsuite and check the RNG schemas against the RNG schemas
253 given in appendix A
254
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000255Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
256
257 * win32/Makefile.msvc: updates for RelaxNG
258 * win32/Makefile.mingw: updates for RelaxNG
259 * win32/libxml2.def.src: added RelaxNG exports
260
Daniel Veillard97fd5672003-02-07 13:01:54 +0000261Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
262
263 * xinclude.c: applied another bug fix from Sean Chittenden
264
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000265Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
266
267 * configure.in xmllint.c: I f...ed up the default configuration
268 of schemas and --relaxng option display in xmllint, pointed by
269 Morus Walter.
270 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
271 detection module, fixes bug #105374.
272
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000273Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
274
275 * xmlschemastypes.c: added the boolean base type.
276
Daniel Veillard96a4b252003-02-06 08:22:32 +0000277Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
278
279 * xmlschemastypes.c: started implementing some of the missing
280 default simple types
281 * result/relaxng/*: updated the results
282
Daniel Veillard72fef162003-02-05 14:31:19 +0000283Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
284
285 * NEWS doc/*: updated the docs, ready for 2.5.2 release
286
Daniel Veillard71531f32003-02-05 13:19:53 +0000287Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
288
289 * HTMLparser.c tree.c xmlIO.c: comments cleanups
290 * Makefile.am: use xmllint for doing the RelaxNG tests
291 * configure.in: preparing 2.5.2 made schemas support default to
292 on instead of off
293 * relaxng.c: removed the verbosity
294 * xmllint.c: added --relaxng option
295 * python/generator.py python/libxml_wrap.h: prepared the integration
296 of the new RelaxNG module and schemas
297 * result/relaxng/*: less verbose output
298
Daniel Veillardec498e12003-02-05 11:01:50 +0000299Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
300
301 * valid.c: do not run content model validation if the
302 content is not determinist
303
Daniel Veillardde590ca2003-02-05 10:45:26 +0000304Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
305
306 * SAX.c: added the redefinition of namespaced attribute
307 check that was missing as Fabrice Desré pointed out.
308
Daniel Veillard930dfb62003-02-05 10:17:38 +0000309Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
312 improvements from Nick Kew, allowing to do more checking
313 to HTML elements and attributes.
314
Daniel Veillard4287c572003-02-04 22:48:53 +0000315Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
316
317 * xinclude.c: fixing bug #105137 about entities declaration
318 needing to be copied to the including document.
319
Daniel Veillard652d8a92003-02-04 19:28:49 +0000320Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
321
322 * catalog.c: fixed bug #104817 with delegateURI
323 * xpath.c: fixing bugs #104123 and #104125
324
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000325Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
326
327 * configure.in valid.c xmlreader.c python/libxml_wrap.h
328 python/types.c: fixing #104096 to compile without regexps
329
Daniel Veillard57e79b32003-02-04 15:33:12 +0000330Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * valid.c: fixing bug #103969 forgot to add an epsilon transition
333 when building the automata for elem*
334
Daniel Veillard358a9892003-02-04 15:22:32 +0000335Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
336
337 * HTMLparser.c: applied patch from Arne de Bruijn fixing
338 bug #103827
339
Daniel Veillardeb137172003-02-04 15:18:06 +0000340Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
341
342 * HTMLparser.c: updating a comment, fixing #103776
343
Daniel Veillard8d589042003-02-04 15:07:21 +0000344Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
345
346 * parser.c: fixing bug 105049 for validity checking of content
347 within recursive entities.
348
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000349Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
350
351 * HTMLparser.c: try to fix # 105049
352 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
353 * tree.c: updated a function comment
354
Daniel Veillard419a7682003-02-03 23:22:49 +0000355Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
356
357 * relaxng: more work on grammars and refs/defs
358 * test/relaxng/* result/relaxng/*: augmented/updated the
359 regression tests
360
Daniel Veillard144fae12003-02-03 13:17:57 +0000361Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
362
363 * relaxng: more work on name classes, except support
364 * test/relaxng/* result/relaxng/*: augmented/updated the
365 regression tests
366
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000367Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
368
369 * relaxng: more work on name classes, the "validate all" schemas
370 seems to work now.
371 * test/relaxng/* result/relaxng/*: augmented/updated the
372 regression tests
373
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000374Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
377 * parser.c: put a guard against infinite document depth, basically
378 trying to avoid another kind of DoS attack.
379 * relaxng.c: some code w.r.t. nameClasses
380
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000381Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
382
383 * test/relaxng/* result/relaxng/*: check all the namespace support
384 was actually correct based on tutorial section 10.
385
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000386Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
387
388 * relaxng: include seems to work okay now
389 * test/relaxng/* result/relaxng/*: augmented/updated the
390 regression tests
391
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000392Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
393
394 * relaxng.c: a bit of work done in the train back.
395 * test/relaxng/*: added one of the include tests
396
Daniel Veillard154877e2003-01-30 12:17:05 +0000397Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
398
399 * relaxng: more work done in the train
400 * test/relaxng/* result/relaxng/*: augmented/updated the
401 regression tests
402
Daniel Veillarde431a272003-01-29 23:02:33 +0000403Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
404
405 * relaxng.c: debugging of externalRef
406 * test/relaxng/* result/relaxng/*: augmented/updated the
407 regression tests
408
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000409Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
410
411 * relaxng.c: more work on Relax-NG, implementing externalRef
412 * test/relaxng/* result/relaxng/*: augmented/updated the
413 regression tests
414 * Makefile.am: cleanup to Relaxtests target
415
Daniel Veillardb08c9812003-01-28 23:09:49 +0000416Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
417
418 * relaxng.c: more work on Relax-NG, implementing interleave
419 * test/relaxng/* result/relaxng/*: augmented/updated the
420 regression tests
421
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000422Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
423
424 * relaxng.c: more work on Relax-NG, implementing interleave
425 * test/relaxng/* result/relaxng/*: augmented/updated the
426 regression tests
427
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000428Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
429
430 * doc/tutorial/customfo.xsl
431 * doc/tutorial/customhtml.xsl
432 adding stylesheet customizations used to generate fo
433 for pdf and html
434
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000435Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
436
437 * relaxng.c: more work on Relax-NG
438 * test/relaxng/* result/relaxng/*: augmented/updated the
439 regression tests
440 * xmlschemastypes.c: added a number of base type definition but not
441 the associated checks, those are still TODOs
442
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000443Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
444
445 in docs/tutorial:
446 * apa.html
447 * apb.html
448 * apc.html
449 * apd.html
450 * ape.html
451 * apf.html
452 * apg.html
453 * ar01s02.html
454 * ar01s03.html
455 * ar01s04.html
456 * ar01s05.html
457 * ar01s06.html
458 * ar01s07.html
459 * ar01s08.html
460 * index.html
461 * xmltutorial.pdf
462 * xmltutorial.xml
463 add index to tutorial
464
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000465Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
466
467 * doc/xmlcatalog.1
468 * doc/xmlcatalog_man.html
469 * doc/xmlcatalog_man.xml
470 belatedly fixing bug #93622 (adds rewriteURI type to
471 "--add" option in xmlcatalog man page
472
Daniel Veillard3be27512003-01-26 19:49:04 +0000473Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
474
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000475 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000476 Julio Merino, closing #104475
477
Daniel Veillardea3f3982003-01-26 19:45:18 +0000478Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
479
480 * relaxng.c: more work on Relax-NG
481 * test/relaxng/* result/relaxng/*: augmented/updated the
482 regression tests
483
Daniel Veillardedc91922003-01-26 00:52:04 +0000484Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
485
486 * relaxng.c: more work on Relax-NG
487 * test/relaxng/* result/relaxng/*: augmented/updated the
488 regression tests
489
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000490Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
491
492 * README: updated the policy on private mail answers
493 * relaxng.c: more work on Relax-NG
494 * test/relaxng/* result/relaxng/*: augmented/updated the
495 regression tests
496
Daniel Veillard7424eb62003-01-24 14:14:52 +0000497Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * error.c parser.c tree.c: applied a documentation patch from
500 Stefan Kost
501
Daniel Veillard276be4a2003-01-24 01:03:34 +0000502Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
503
504 * relaxng.c: more work on Relax-NG
505 * doc/*: regenerated the docs
506 * test/relaxng/* result/relaxng/*: updated and augmented the
507 Relax-NG regression tests and results
508
Daniel Veillard6eadf632003-01-23 18:29:16 +0000509Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
510
511 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
512 First commit of the new Relax-NG validation code, not generally
513 useful yet.
514 * test/relaxng/* result/relaxng/*: current state of the regression
515 tests
516
Daniel Veillard814a76d2003-01-23 18:24:20 +0000517Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
518
519 * tree.c: minimized the memory allocated for GetContent
520 and a bit of cleanup.
521
Daniel Veillardff12c492003-01-23 16:42:55 +0000522Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
523
524 * python/generator.py: seems there is no good reasons to
525 not generate bindings for XPointer
526
Daniel Veillard540a31a2003-01-21 11:21:07 +0000527Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
528
529 * xmlreader.c doc/apibuild.py: applied a new patch from
530 Stéphane Bidoul for cleanups
531 * doc/libxml2-api.xml: rebuilt the API description with
532 new entry points
533
Daniel Veillard417be3a2003-01-20 21:26:34 +0000534Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
535
536 * xmlreader.c python/drv_libxml2.py python/generator.py
537 python/libxml.c python/libxml.py python/libxml_wrap.h
538 python/types.c: patch from Stéphane Bidoul for better per
539 context error message APIs
540 * python/tests/ctxterror.py python/tests/readererr.py:
541 update of the tests
542
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000543Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
544
545 * doc/guidelines.html
546 grammar and spelling cleanup
547
Daniel Veillard26f70262003-01-16 22:45:08 +0000548Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
549
550 * xmlreader.c include/libxml/xmlreader.h python/generator.py
551 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
552 a patch from Stéphane Bidoul to allow per XMLtextReader error
553 and warning handling
554 * python/tests/Makefile.am python/tests/readererr.py: adding the
555 specific regression test
556
Daniel Veillard71f9d732003-01-14 16:07:16 +0000557Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
558
559 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
560 should raise a syntax error
561
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000562Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
563
564 * python/libxml.c: cleanup patch from Stéphane Bidoul
565
Daniel Veillard81601f92003-01-14 13:42:37 +0000566Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
567
568 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
569
Daniel Veillarde6227e02003-01-14 11:42:39 +0000570Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
571
572 * python/generator.py python/libxml.c python/libxml.py
573 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000574 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000575 Python level.
576 * python/tests/Makefile.am python/tests/ctxterror.py: added a
577 regression test for it.
578
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000579Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
580
581 * xmlreader.c: fixed the streaming property of the reader,
582 it was generating tree faster than consuming it. Pointed out
583 by Nate Myers
584 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
585
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000586Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
587
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000588 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000589
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000590Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
591
592 * xpath.c: fix to the XPath implementation for parent and
593 ancestors axis when operating on a Result Value Tree.
594 Fixes bug #100271
595
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000596Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
597
598 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
599 to fix some URI/file escaping problems
600
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000601Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
602
603 * python/generator.py: fixed a bug raised by Raymond Wiker,
604 docSetRootElement() should not raise an exception if the
605 return is None
606
Daniel Veillard3e20a292003-01-10 13:14:40 +0000607Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
608
609 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
610 fixed bug #102181 by applying the suggested change and fixing
611 the generation/registration problem.
612
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000613Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
616 routines.
617
Daniel Veillard8f872442003-01-09 23:19:02 +0000618Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
619
620 * parser.c: one more IsEmptyElement crazyness, that time in
621 external parsed entities if substitution is asked.
622 * python/tests/reader3.py: added a specific test.
623
Daniel Veillarde329fc22003-01-09 21:36:42 +0000624Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
625
626 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
627 support and improved error handler registration
628
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000629Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
630
631 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
632 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
633 * README: fixed a link
634
Daniel Veillarde2830f12003-01-08 17:47:49 +0000635Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
636
637 * configure.in doc/* NEWS: preparing 2.5.1 release
638 * SAX.c parser.c: fixing XmlTextReader bug
639
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000640Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * SAX.c: fuck, I introduced a memory leak on external parsed
643 entities in 2.5.0 :-(
644
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000645Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
646
647 * xmllint.c: another fix needed as pointed by Christophe Merlet
648 for --stream --debug if compiled without debug support.
649
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000650Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
651
652 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000653 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000654 update man page with --stream and --chkregister
655
Daniel Veillard8326e732003-01-07 00:19:07 +0000656Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
657
658 * globals.c: fixed --with-threads compile
659 * xmllint.c: fixed --without-debug compile
660 * include/libxml/globals.h: cleanup
661 * include/libxml/schemasInternals.h: add a missing include
662
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000663Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
664
665 * configure.in NEWS: preparing 2.5.0 release
666 * SAX.c: only warn in pedantic mode about namespace name
667 brokeness
668 * globals.c: fix a doc generation problem
669 * uri.c: fix #101520
670 * doc/*: updated and rebuilt the doc for the release, includuding
671 stylesheet update
672 * python/Makefile.am: fix a filename bug
673
674Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
675
676 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
677 should not be called.
678
679Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
680
681 * libxml-2.0.pc.in: applied the patch to fix #101894
682
683Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
684
685 * tree.c : applied patch from Lukas Schroeder for register callbacks
686 * valid.c: modified patch from Lukas Schroeder to test
687 register callbacks with --chkregister
688
689Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * xmlreader.c: seriously changed the way data are pushed to
692 the underlying parser, go by block of 512 bytes instead of
693 tryng to detect tag boundaries at that level. Changed the
694 way empty element are detected and tagged.
695 * python/tests/reader.py python/tests/reader2.py
696 python/tests/reader3.py: small changes mostly due to context
697 reporting being different and DTD node being reported. Some
698 errors previously undetected are now caught and fixed.
699 * doc/xmlreader.html: flagged last section as TODO
700
701Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
702
703 * python/libxml.py: integrated the Python 2.2 optimizations
704 from Hannu Krosing, while maintaining compatibility with
705 1.5 and 2.1
706
707Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
708
709 * xmllint.c: a bit of cleanup
710 * xmlreader.c: small fix
711 * doc/xmlreader.html: more work on the XmlTextReader tutorial
712 * python/libxml.py: a few fixes pointed out by Hannu Krosing
713
714Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * python/setup.py.in: patch from Stéphane Bidoul to include
717 drv_libxml2.py in setup.py
718
719Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
720
721 * doc/xmlreader.html: starting documenting the new XmlTextReader
722 interface.
723
724Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
725
726 * xmllint.c: added the --stream flag to use the TextReader API
727 * xmlreader.c: small performance tweak
728
729Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
730
731 * xmlreader.c python/tests/reader2py: okay the DTD validation
732 code on top of the XMLTextParser API should be solid now.
733
734Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
735
736 * xmlreader.c python/tests/reader2py: Fixing some more mess
737 with validation and recursive entities while using the
738 reader interface, it's getting a bit messy...
739
740Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
741
742 * xmlreader.c python/tests/reader.py: another couple of problem
743 related to IsEmptyElement reported by Stéphane Bidoul needed
744 some fixes.
745
746Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
747
748 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
749 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
750 based on the python XmlTextReader interface.
751
752Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
753
754 * tree.c: backing out one change in the last patch which broke the
755 regression tests
756
757Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
758
759 * global.data globals.c tree.c include/libxml/globals.h: applied
760 an old patch from Lukas Schroeder to track node creation and
761 destruction. Probably missing a lot of references at the moment
762 and not usable reliably.
763
764Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
765
766 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
767 from doc/news.html and a stylesheet
768
769Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
770
771 * xmlreader.c python/tests/reader.py: fixed another couple of
772 xmlreader bugs reported by Stéphane Bidoul and added tests.
773
774Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
775
776 * xmlreader.c python/tests/reader2.py: fixed another validity
777 checking in external parsed entities raised by Stéphane Bidoul
778 and added a specific regression test.
779 * python/tests/reader3.py: cleanup
780
781Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
782
783 * xmlreader.c python/tests/reader2.py: fixed a problem with
784 validation within entities pointed by Stéphane Bidoul, augmented
785 the tests to catch those.
786
787Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
788
789 * python/generator.py: modified the generator to allow keeping
790 class references when creating new classes, needed to fix a bug
791 pointed by Stéphane Bidoul where the input buffer of the
792 xmlTextReader instance gets destroyed if the python wrapper for
793 the input is not referenced anymore.
794
795Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
796
797 * xmlreader.c python/tests/reader.py: fixed another pair of problem
798 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
799
800Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
801
802 * xmlreader.c python/tests/reader.py: fixed another problem
803 pointed by Stéphane Bidoul
804
805Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
806
807 * xmlreader.c python/tests/reader.py: fixed a limit case problem
808 with "<a/>"
809
810Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
811
812 * SAX.c: warn on xmlns:prefix="foo"
813 * xmlreader.c python/tests/reader.py: fixed a couple of problem
814 for namespace attributes handling.
815
816Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
817
818 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
819 a really nasty problem raised by a DocBook XSLT transform
820 provided by Sebastian Bergmann
821
822Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
823
824 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
825 by Stéphane Bidoul and integrated it into the tests
826
827Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
828
829 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
830 extended the XmlTextReader API a bit, addding accessors for
831 the current doc and node, and an entity substitution mode for
832 the parser.
833 * python/libxml.py python/libxml2class.txt: related updates
834 * python/tests/Makefile.am python/tests/reader.py
835 python/tests/reader2.py python/tests/reader3.py: updated a bit
836 the old tests and added a new one to test the entities handling
837
838Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
839
840 * python/generator.py python/libxml2class.txt
841 python/tests/reader.py python/tests/reader2.py: changed the
842 generator to provide casing for the XmlTextReader similar to
843 C# so that examples and documentation are more directly transposable.
844 Fixed the couple of tests in the suite.
845
846Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
847
848 * doc/guidelines.html: added a document on guildeline for
849 publishing and deploying XML
850
851Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
852
853 * valid.c xmlreader.c: final touch running DTD validation
854 on the XmlTextReader
855 * python/tests/Makefile.am python/tests/reader2.py: added a
856 specific run based on the examples from test/valid/*.xml
857
858Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
859
860 * python/libxml.py: added a few predefined xmlTextReader parser
861 configuration values.
862
863Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
864
865 * python/libxml_wrap.h: trying to fix #102037
866
867Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
868
869 * SAX.c: fixing bug #95296, when the predefined entities
870 are redefined in the DTD the default one must be used
871 instead anyway.
872
873Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
874
875 * doc/xmllint.xml
876 * doc/xmllint.1
877 Add discussion of XML_DEBUG_CATALOG to xmllint man
878 page - bug #100907
879
880
881Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
882
883 * xmlreader.c: Fixed the empty node detection to avoid reporting
884 an inexistant close tag.
885
886Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
887
888 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
889 for Python 2.1
890
891Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
894
895Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
896
897 * doc/libxml2-api.xml python/tests/reader.py: one really need
898 to provide the base URI information when creating a reader parser
899 from an input stream. Updated the API and the example using it.
900
901Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
902
903 * testReader.c xmlreader.c valid.c include/libxml/tree.h
904 include/libxml/valid.h include/libxml/xmlreader.h: working on
905 DTD validation on top of xml reader interfaces. Allows to
906 validate arbitrary large instances. This required some extensions
907 to the valid module interface and augmenting the size of xmlID
908 and xmlRef structs a bit.
909 * uri.c xmlregexp.c: simple cleanup.
910
911Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
912
913 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
914 work on the xml reader interfaces.
915 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
916 Web page for the Windows binaries.
917
918Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
919
920 * xmlIO.c: applied a patch for VMS following the report by
921 Nigel Hall
922
923Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
924
925 * parser.c: the parseStartTag bug fix wasn't complete.
926
927Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
928
929 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
930 parseStartTag, fixing it.
931 * test/att4 result/att4 result/noent/att4: adding the test
932 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
933 more methods to XmlTextReader.
934
935Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
936
937 * win32/libxml2.def.src: added more xml reader exports
938 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
939 to the build
940
941Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
942
943 * doc/tutorial/xmltutorial.xml
944 plus generated html and pdf
945 Updating tutorial again based on further comments from Niraj
946 Tolia on the last iteration
947
948Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
949
950 * doc/tutorial/xmltutorial.xml
951 * doc/tutorial/includekeyword.c
952 * doc/tutorial/includegetattribute.c
953 plus generated html and pdf
954 Adding fix from Niraj Tolia to tutorial to properly free memory.
955
956
957Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
958
959 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
960 more methods of XmlTextReader.
961 * python/libxml2class.txt python/tests/reader.py: this increased the
962 methods in the bndings, augmented the test to check those new
963 functions.
964
965Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
966
967 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
968 methods of XmlTextReader.
969 * python/generator.py python/libxml_wrap.h python/types.c
970 python/libxml2class.txt: added the reader to the Python bindings
971 * python/tests/Makefile.am python/tests/reader.py: added a specific
972 test for the Python bindings of the Reader APIs
973 * parser.c: small cleanup.
974
975Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
976
977 * xinclude.c: fallback was only copying the first child not the
978 full child list of the fallback element, closes #89684 as reopened
979 by Bernd Kuemmerlen
980
981Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
982
983 * win32/libxml2.def.src: exported htmlNodeDumpOutput
984
985Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
986
987 * configure.in: preparing release of 2.4.30
988 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
989 gives enum values, fix functype return type, put back fields in
990 structs
991 * doc/*: updated the docs rebuilt
992
993Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
994
995 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
996 about htmlNodeDumpOutput location.
997 * xpath.c: removed an undefined function signature
998 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
999 too many symbols in the API breaking the python bindings.
1000 Updated with the libxslt/libexslt changes.
1001
1002Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1003
1004 * configure.in: preparing release of 2.4.29
1005 * doc/*: rebuilt the docs and API
1006 * xmlreader.c: a few more fixes for the XmlTextReader API
1007
1008Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1009
1010 * include/win32config.h: applied mingw patch from Magnus Henoch
1011
1012Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1013
1014 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1015
1016Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1017
1018 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1019 building Python script, does the C parsing directly, generates
1020 a better API description including structure fieds defs and
1021 enums. Still a couple of bugs, but good enough for the python
1022 wrappers now.
1023 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1024 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1025 include/libxml/schemasInternals.h include/libxml/tree.h: more
1026 cleanup based on the python analysis script reports.
1027 * libxml.spec.in: make sure the API XML description is part of the
1028 devel package.
1029
1030Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1031
1032 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1033 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1034 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1035 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1036 code cleanup, especially the function comments.
1037 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1038
1039Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1040
1041 * Makefile.am xmlreader.c include/libxml/Makefile.am
1042 include/libxml/xmlreader.h: Adding a new set of APIs based on
1043 the C# TextXmlReader API but converted to C. Allow to parse
1044 in constant memory usage, far simpler to program and explain
1045 than the SAX like APIs, unfinished but working.
1046 * testReader.c: test program
1047
1048Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1049
1050 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1051
1052Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1053
1054 * tree.c: Chip turner indicated that XHTML1 serialization
1055 rule for style actually break on both IE and Mozilla,
1056 try to avoid the rule if escaping ain't necessary
1057
1058Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1059
1060 * nanhttp.c: handle HTTP URL escaping, problem reported by
1061 Glen Nakamura and Stefano Zacchiroli
1062
1063Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1064
1065 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1066
1067Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1068
1069 * uri.c: Johann Richard pointed out some XPointer problems for
1070 URN based URI references in XInclude. Modified the URI parsing
1071 and saving routines to allow correct parsing and saving of
1072 XPointers, especially when attached to "opaque" scheme accordingly
1073 to RFC 2396
1074
1075Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1076
1077 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1078 of refactoring to the HTML saving code.
1079 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1080 in the doc.
1081
1082Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1083
1084 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1085 to a buffer API to reuse the generic dump to an OutputIO layer,
1086 this reduces code, fixes xmlNodeDump() for XHTML, also made
1087 xmlNodeDump() now return the number of byte written.
1088
1089Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1090
1091 * python/setup.py.in: another patch from Stéphane Bidoul for
1092 Python bindings on Windows
1093 * doc/parsedecl.py: small cleanup
1094
1095Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1096
1097 * libxml.spec.in configure.in: add a line in %changelog for releases
1098
1099Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1100
1101 * parser.c: patch from Marcus Clarke fixing a problem in entities
1102 parsing that was detected in KDe documentations environment.
1103
1104Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1105
1106 * python/libxml.c (libxml_prev): Return the previous as opposed to
1107 the next node (I guess this is the result of some cut & paste programming:)
1108
1109Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1110
1111 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1112
1113Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1114
1115 * python/generator.py python/libxml.c python/setup.py.in: trying
1116 to fix the Python bindings build on Windows (Stéphane Bidoul)
1117
1118Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1119
1120 * win32/configure.js: added option for python bindings
1121 * win32/libxml2.def.src: added more exports
1122
1123Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1124
1125 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1126 pthreads
1127 * win32/wince/*: applied updates to Windows CE port from Javier
1128
1129Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1130
1131 * configure.in: preparing 2.4.28
1132 * libxml.spec.in doc/Makefile.am: some cleanup
1133 * doc/*: updated the news and regenerated.
1134
1135Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * HTMLparser.c: final touch at closing #87235 </p> end tags
1138 need to be generated.
1139 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1140 this change slightly the output of a few tests
1141 * doc/*: regenerated
1142
1143Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1144
1145 * parserInternals.c: fixing bug #99190 when UTF8 document are
1146 parsed using the progressive parser and the end of the chunk
1147 is in the middle of an UTF8 multibyte character.
1148
1149Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1150
1151 * threads.c: fixed initialization problem in xmlNewGlobalState
1152 which was causing crash.
1153 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1154 in xmlInitializeGlobalState.
1155 * parserInternals.c: cleaned up ctxt->sax initialisation.
1156
1157Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1158
1159 * tree.c include/libxml/tree.h: modified the existing APIs
1160 to handle XHTML1 serialization rules automatically, also add
1161 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1162 libxslt serialization uses it when needed without changing
1163 the library API.
1164 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1165 result/xhtml1: added a new test specifically for xhtml1 output
1166 and updated the result of one XHTML1 test
1167
1168Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1169
1170 * xinclude.c parserInternals.c encoding.c: fixed #99082
1171 for xi:include encoding="..." support on text includes.
1172 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1173 test/XInclude/ents/isolatin.txt : added a specific regression test
1174 * python/generator.py python/libxml2class.txt: fixed the generator
1175 the new set of comments generated for doc/libxml2-api.xml were
1176 breaking the python generation.
1177
1178Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1181 * configure.in: patch for Solaris on new autoconf closes #98880
1182 * doc/parsedecl.py: repair the frigging API building script,
1183 did I say that python xmllib sucks ?
1184 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1185 and some comment are no more truncated.
1186
1187Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1188
1189 * parser.c: Martin Stoilov pointed out a potential leak in
1190 xmlCreateMemoryParserCtxt
1191
1192Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1193
1194 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1195 included in HTML documents and using the push parser.
1196
1197Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1198
1199 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1200 specified, look for the Python interpreter not just in the
1201 specified root but also in the specified location. Fixes #98825
1202
1203Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1204
1205 * python/libxml.c: fixing bug #98792 , node may have no doc
1206 and dereferencing without checking ain't good ...
1207
1208Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * configure.in: preparing release 2.4.27
1211 * doc/* : updated and rebuilt the docs
1212 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1213 and all the docs are actually packaged and in the final RPMs
1214 * parser.c parserInternals.c include/libxml/parser.h: restore
1215 xmllint --recover feature.
1216
1217Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1218
Daniel Veillard784b9352003-02-16 15:50:27 +00001219 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001220 processing of parsed entities, and XPath computation on sustitued
1221 entities.
1222 * testXPath.c: make sure entities are substitued.
1223
1224Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1225
Daniel Veillard784b9352003-02-16 15:50:27 +00001226 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001227 processing of internal parsed entities, which had to be changed.
1228
1229Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1230
1231 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1232 trying to fix bug #98517 about building outside the source tree
1233 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1234
1235Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1236
1237 * include/win32config.h: cleanup
1238 * win32/Makefile.mingw: integrated mingw in JScript configure
1239 * win32/Makefile.msvc: modified to allow mingw coexistence
1240 * win32/configure.js: integrated mingw
1241 * win32/Readme.txt: cleanup
1242
1243Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1244
1245 * HTMLparser.c: strengthen the guard in the Pop macros,
1246 like in the XML parser, closes bug #97315
1247
1248Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1251 callback is never used.
1252
1253Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1254
1255 * parserInternals.c: fixed the initialization of the SAX structure
1256 which was breaking xsltproc
1257 * xpath.c: patch from Petr Pajas for CDATA nodes
1258 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1259 * parser.c include/libxml/parser.h: patch from Peter Jones
1260 removing a leak in xmlSAXParseMemory() and adding the
1261 function xmlSAXParseMemoryWithData()
1262
1263Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1264
1265 adding pdf of tutorial, changing web page to link to it
1266 * doc/tutorial/xmltutorial.pdf
1267 * doc/xml.html
1268 * doc/docs.html
1269
1270Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1271
1272 * doc/tutorial/ar01s08.html
1273 adding file what I forgot for tutorial
1274
1275
1276Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1277
1278 Adding encoding discussion to tutorial
1279 Added:
1280 * doc/tutorial/images/*.png: DocBook admonition image files
1281 * doc/tutorial/apf.html, apg.html: new generated html
1282 * doc/tutorial/includeconvert.c: conversion code entity file
1283 changed:
1284 * doc/tutorial/xmltutorial.xml: DocBook original
1285 * doc/tutorial/*.html: generated html
1286
1287Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1288
1289 * include/libxml/*.h: retired xmlwin32version.h
1290 * doc/Makefile.am: retired xmlwin32version.h
1291 * win32/configure.js: retired xmlwin32version.h
1292
1293Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1294
1295 * win32/libxml2.def.src: exported additional symbols
1296 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1297 sisterhood
1298
1299Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1300
1301 * globals.c: fixed a typo pointed out by Igor
1302 * xpath.c: try to speed up node compare using line numbers
1303 if available.
1304
1305Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1306
1307 * tree.c: make xmlFreeNode() handle attributes correctly.
1308
1309Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1310
1311 * catalog.c: completed the #96963 fix, as reported by Karl
1312 Eichwalder
1313
1314Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1315
1316 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1317
1318Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1319
1320 * Makefile.am: switched the order of a couple of includes
1321 to fix bugs #97100
1322
1323Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1324
1325 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1326 xmlLoadCatalogs that used to separate directories with a ':'.
1327
1328Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1329
1330 * threads.c: improvements to the Windows-side of thread handling
1331 * testThreads.c: conditionally excluded unistd.h
1332 * testThradsWin32.c: broke overlong lines
1333 * include/win32config.h: adapted thread-related macros to the new
1334 scheme and for pthreads on Windows
1335 * win32/Makefile.msvc: introduced a more flexible thread build,
1336 added testThreads[Win32].c to the build
1337 * win32/configure.js: introduced a more flexible thread config
1338
13392002-10-31 John Fleck <jfleck@inkstain.net>
1340
1341 * doc/xml.html (and, by implication, FAQ.html)
1342 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1343
1344Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1345
1346 * configure.in: removed xmlwin32version.h
1347 * include/libxml/Makefile.am: removed xmlwin32version.h
1348
1349Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1350
1351 * tree.c: applied patch from Brian Stafford to fix a bug
1352 in xmlReconciliateNs()
1353
1354Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1355
1356 * tree.c: applied patch from Christian Glahn to allow
1357 xmlNewChild() on document fragment nodes
1358
1359Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1360
1361 * parser.c: Christian Glahn found a problem with a recent
1362 patch to xmlParseBalancedChunkMemoryRecover()
1363 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1364 problems
1365 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1366 test/schemas/seq*: added the test cases from Charles
1367
1368Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1369
1370 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1371 serious cleanup of the spec file and associated changes
1372 in the Makefiles.
1373 * valid.c: try to remove some warnings on x86_64
1374
1375Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1376
1377 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1378 fix bug #96586
1379
1380Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1381
1382 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1383 parsing, applied his patch
1384 * result/HTML/attrents.html result/HTML/attrents.html.err
1385 result/HTML/attrents.html.sax test/HTML/attrents.html:
1386 added the test and result case provided by Mikhail Sogrine
1387
1388Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1389
1390 * vms/build_libxml.com vms/config.vms vms/readme.vms
1391 include/libxml/parser.h include/libxml/parserInternals.h
1392 include/libxml/tree.h include/libxml/xmlIO.h
1393 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1394 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1395 Applied the VMS update patch from Craig A. Berry
1396 * doc/*.html: update
1397
1398Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1399
1400 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1401
1402Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1403
1404 * debugXML.c: adding a grep command to --shell in xmllint
1405 for T.V. Raman
1406
1407Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1408
1409 * xmlcatalog.c: tried to fix some of the problem with --sgml
1410
1411Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1412
1413 * parser.c: tried to fix bug #91500 where doc->children may
1414 be overriden by a call to xmlParseBalancedChunkMemory()
1415
1416Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1417
1418 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1419 identifiers in SGML catalogs containing '&'
1420
1421Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1422
1423 * python/types.c: fixed bugs when passing result value tree
1424 to Python functions.
1425
1426Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1427
1428 * configure.in: preparing the release of 2.4.26
1429 * doc/*: updated and rebuilt the documentation
1430
1431Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1432
1433 * parser.c: fixed a XML Namespace compliance bug reported by
1434 Alexander Grimalovsky
1435
1436Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1437
1438 * HTMLtree.c: fixed serialization of script and style when
1439 they are not lowercase (i.e. added using the API to the tree).
1440
1441Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1442
1443 * valid.c: make xmlValidateDocument emit a warning msg if there
1444 is no DTD, pointed by Christian Glahn
1445
1446Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1447
1448 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1449 content model when some of the blocks have min or max, and a couple
1450 of bugs found in the process.
1451 * result/schemas/list0* test/schemas/list0*: added some specific
1452 regression tests
1453
1454Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1455
1456 * README: updated the contact informations
1457
1458Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1459
1460 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1461 misses it, reported by Peter Bray.
1462
1463Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1464
1465 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1466 and removed a few warnings
1467
1468Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1469
1470 * parser.c: Christian Glahn found a small bug in the push parser.
1471 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1472 public
1473
1474Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1475
1476 * xmlschemas.c include/libxml/xmlschemas.h: added
1477 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1478 * testSchemas.c: added --memory to test the new interface
1479
1480Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1481
1482 * doc/index.py doc/search.php: integrated the XSLT indexing,
1483 a few fixed in the indexer, added a scope selection at the
1484 search level.
1485
1486Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1487
1488 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1489 this was due to uninitialized parts of the validation context
1490
1491Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1492
1493 * debugXML.c: applied patch from Mark Vakoc except the API
1494 change, preserved it.
1495 * doc/*: updated the docs to point to the search engine for
1496 information lookup or before bug/help reports.
1497
1498Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1499
1500 * doc/index.py doc/search.php: added mailing-list archives
1501 indexing and lookup
1502
1503Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1504
1505 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1506
1507Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * doc/index.py: improved HTML indexing
1510 * doc/search.php: make the queries also lookup the HTML based indexes
1511
1512Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * doc/index.py: added HTML page indexing
1515
1516Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1517
1518 * xmlIO.c: extended Windows path normalisation to fix the base
1519 problem in libxslt.
1520 * catalog.c: fixed list handling in XML_CATALOG_FILES
1521
1522Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1523
1524 * valid.c: typo/bug found by Christian Glahn
1525
1526Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1527
1528 * xmlIO.c: applied Windows CE patch from Javier.
1529 * win32/wince: new directory, contains support for the PocketPC
1530 with Windows CE from Javier.
1531 * include/win32config.h: reorganised, removed duplicate
1532 definitions and applied WinCE patch from Javier.
1533 * include/wsockcompat.h: new file, now contains WinSock
1534 compatibility macros.
1535 * win32/Makefile.msvc: introduced double-run compilation.
1536
1537Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1538
1539 * configure.in include/libxml/xmlwin32version.h: preparing release
1540 of 2.4.25
1541 * doc/*: updated and regenerated teh docs and web pages.
1542
1543Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1544
1545 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1546 error were not covering namespace declarations.
1547 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1548 it was missing the attribute declaration for the namespace
1549 * result/VC/NS3: the fix now report breakages in that test
1550
1551Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1552
1553 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1554
1555Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1556
1557 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1558 and regenerated the docs and web site
1559
1560Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1561
1562 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1563 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1564 not before
1565
1566Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1567
1568 * python/generator.py python/libxml2class.txt: fixed a stupid error
1569 breaking the python API
1570
1571Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1572
1573 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1574 triostr.c triostr.h: applied a trio update patch from
1575 Bjorn Reese which should work with MinGW
1576
1577Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1578
1579 * tree.c: improving some documentation comments
1580 * xmlregexp.c: found and fixed a mem leak with python regression tests
1581 * doc/*: rebuilt the doc and the API XML file including the
1582 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1583 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1584 python/types.c: added access to the XML Schemas regexps from
1585 python
1586 * python/tests/Makefile.am python/tests/regexp.py: added a
1587 simple regexp bindings test
1588
1589Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1590
1591 * doc/xml.html:
1592 fixing ftp links - thanks to Vitaly Ostanin
1593
1594Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1595
1596 * xmlregexp.c: fixed the data callback on transition functionality
1597 which was broken when using the compact form
1598 * result/schemas/*: updated the results, less verbose, all tests
1599 pass like before
1600 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1601 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1602 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1603 annoying warnings
1604 * xpath.c: try to provide better error report when possible
1605
1606Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1607
1608 * Makefile.am: fixed a breakage raised by Jacob
1609
1610Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1611
1612 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1613 which don't use sockets
1614
1615Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1616
1617 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1618 * win32/configure.js: applied zlib patch from Daniel Gehriger
1619
1620Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1621
1622 * win32/configure.js: applied the patch from Mark Vakoc for
1623 regexp support
1624 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1625 for regexp support
1626
1627Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1628
1629 * xmlschemastypes.c: as pointed by Igor Float and Double
1630 parsing ain't finished yet
1631
1632Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1633
1634 * Makefile.am configure.in: trying to fix #88412 by bypassing
1635 all the python subdir if python ain't detected
1636
1637Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1638
1639 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1640 made configuring with regexps/automata/unicode the default
1641 but without schemas ATM
1642 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1643 fixed the regexp based DTD validation performance and memory
1644 problem by switching to a compact form for determinist regexps
1645 and detecting the determinism property in the process. Seems
1646 as fast as the old DTD validation specific engine :-) despite
1647 the regexp built and compaction process.
1648
1649Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1650
1651 * valid.c: determinism is debugged, new DTD checking code now works
1652 but xmlFAComputesDeterminism takes far too much CPU and the whole
1653 set usues too much memory to be really usable as-is
1654
1655Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1656
1657 * tree.c: fixed another stupid bug in xmlGetNodePath()
1658 * xmllint.c: --version now report the options compiled in
1659
1660Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1661
1662 * HTMLparser.c: small cleanup
1663 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1664 when configured with them. A bit of debugging around the determinism
1665 checks is still needed
1666
1667Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1668
1669 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1670
1671Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * xmlIO.c: small portability glitch fixed.
1674
1675Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1676
1677 * xmlschemastypes.c: incomplete steps for real/double support
1678 * testAutomata.c include/libxml/xmlautomata.h
1679 include/libxml/xmlregexp.h: avoiding a compilation problem
1680 * valid.c include/libxml/valid.h: starting the work toward using
1681 the regexps for actual DTD validation
1682
1683Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1684
1685 * hash.c: cosmetic cleanup
1686 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1687 integrating a DTD validation layer based on the regexps
1688
1689Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1690
1691 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1692 the determinism was tested before eliminating the epsilon
1693 transitions :-(
1694
1695Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1696
1697 * python/generator.py python/libxml.c python/libxml.py
1698 python/libxml2-python-api.xml python/libxml2class.txt
1699 python/libxml_wrap.h python/types.c: updated the python
1700 bindings, added code for easier File I/O, and the ability to
1701 define a resolver from Python fixing bug #91635
1702 * python/tests/Makefile.am python/tests/inbuf.py
1703 python/tests/outbuf.py python/tests/pushSAXhtml.py
1704 python/tests/resolver.py python/tests/serialize.py: updated
1705 and augmented the set of Python tests.
1706
1707Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1708
1709 * win32/configure.js: added more readme info for the binary
1710 package.
1711
1712Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1713
1714 * xmlIO.c: fixed a stupid out of bound array error
1715
1716Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1717
1718 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1719 messing around with support for Windows path, cleanups,
1720 trying to identify and fix the various code path to the
1721 filename access. Added xmlNormalizeWindowsPath()
1722
1723Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1724
1725 * error.c valid.c: working on better error reporting of validity
1726 errors, especially providing an accurate context.
1727 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1728 error reports in those cases.
1729
1730Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1731
1732 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1733 parser.c parserInternals.c xmlIO.c: get rid of all the
1734 perror() calls made in the library execution paths. This
1735 should fix both #92059 and #92385
1736
1737Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1738
1739 * xmllint.c: memory leak reporting was broken after a change
1740 of the preprocessor symbol used to activate it.
1741
1742Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1743
1744 * tree.c: try to make the copy function work for node of
1745 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1746 DOM layers though, not libxml2 itself.
1747
1748Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1749
1750 * valid.c: try to provide file and line informations, not all
1751 messages are covered, but it's a (good) start
1752
1753Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1754
1755 * xinclude.c: reimplemented a large part of the XInclude
1756 processor, trying to minimize resources used, James Henstridge
1757 provided a huge test case which was exhibiting severe memory
1758 consumption problems.
1759
1760Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1761
1762 * python/Makefile.am: applied patch from Christophe Merlet to
1763 reestablish DESTDIR
1764
1765Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * libxml.spec.in: fixes libary path for x86_64 AMD
1768
1769Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1770
1771 * doc/tutorial/includekeyword.c
1772 * doc/tutorial/xmltutorial.xml:
1773 (plus resulting generated html files)
1774 fixing one spot I missed in the tutorial where I hadn't freed
1775 memory properly
1776
1777Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1778
1779 * doc/tutorial/includeaddattribute.c
1780 * doc/tutorial/includeaddkeyword.c
1781 * doc/tutorial/includegetattribute.c
1782 * doc/tutorial/includekeyword.c
1783 * doc/tutorial/xmltutorial.xml
1784 * doc/tutorial/*.html:
1785 update tutorial to properly free memory (thanks to Christopher
1786 R. Harris for pointing out that this needs to be done)
1787 * doc/tutorial/images/callouts/*.png:
1788 added image files so the callouts are graphical, making it
1789 easier to read ( use "--param callout.graphics 1" to generate
1790 html with graphical callouts)
1791
1792Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1793
1794 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1795 nice logos generated by Marc Liyanage
1796 * doc/site.xsl *.html: changed the stylesheet to show the new
1797 logo and regenerated the pages
1798
1799Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1800
1801 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1802
1803Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1804
1805 * xpath.c: possible mem leak patch from Jason Adams
1806
1807Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1808
1809 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1810 in the XQuery namespace
1811 * configure.in: preparing 2.4.24
1812 * doc/*.html: updated the web pages
1813
1814Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1815
1816 * python/generator.py: closing bug #85258 by generating conditional
1817 compile check to avoid linking to routines not configured in.
1818
18192002-08-22 Havoc Pennington <hp@pobox.com>
1820
1821 * autogen.sh: update error message for missing automake
1822
1823Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1824
1825 * python/Makefile.am: typo in target name resulted in libxml2.py
1826 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1827
1828Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1829
1830 * win32/win32/Makefile.mingw: updated with version from
1831 Elizabeth Barham at http://soggytrousers.net/repository/
1832
1833Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1834
1835 * win32/Makefile.msvc: added the prefix location to the include
1836 and lib search path.
1837
18382002-08-18 Havoc Pennington <hp@pobox.com>
1839
1840 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1841 both automake 1.6 and 1.4 installed get the right automake. Means
1842 compilation from CVS will now require the latest automake 1.4
1843 release, or manually creating symlinks called "automake-1.4" and
1844 "aclocal-1.4"
1845
1846Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1847
1848 * configure.in python/Makefile.am: more AMD 64 induced changes from
1849 Frederic Crozat
1850
1851Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1852
1853 * xinclude.c: oops I was missing the xml:base fixup too
1854 * result/XInclude/*.xml: this adds xml:base attributes to most
1855 results of the tests
1856
1857Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1858
1859 * xinclude.c: quick but apparently working implementation of
1860 xi:fallback, should close bug #89684
1861 * Makefile.am test/XInclude/docs/fallback.xml
1862 result/XInclude/fallback.xml: added a basic test for fallback,
1863 and run with --nowarning to avoid a spurious warning
1864 * configure.in: applied patch from Frederic Crozat for python
1865 bindings on AMD 64bits machines.
1866
1867Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1868
1869 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1870 the caller don't pass a SAX callback block.
1871
1872Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1873
1874 * tree.c: applied the same fix for the XML-1.0 namespace to
1875 xmlSearchNsByHref() as was done for xmlSearchNs()
1876
1877Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1878
1879 * libxml.3: small cleanup of the man page
1880 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1881 when serializing HREF attributes generated by XSLT.
1882
1883Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1884
1885 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1886 version of Marc Liyanage' patch for boolean attributes in HTML
1887 output
1888
1889Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1890
1891 * python/tests/serialize.py: fixed the test results, indenting
1892 behaviour changed slightly
1893
1894Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1895
1896 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1897 new c14n function to Windows def files
1898
1899Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1900
1901 * c14n.c: fixed a memory leak in c14n code
1902
1903Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1904
1905 * parser.c include/libxml/parser.h: adding a new API for Christian
1906 Glahn: xmlParseBalancedChunkMemoryRecover
1907 * valid.c: patch from Rick Jones for some grammar cleanup in
1908 validation messages
1909 * result/VC/* result/valid/*: this slightly change some of the
1910 regression tests outputs
1911
1912Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1913
1914 * tree.c: trying to fix a problem in namespaced attribute handling
1915 raised by Christian Glahn
1916
1917Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1918
1919 * encoding.c include/libxml/encoding.h: Opening the interface
1920 xmlNewCharEncodingHandler as requested in #89415
1921 * python/generator.py python/setup.py.in: applied cleanup
1922 patches from Marc-Andre Lemburg
1923 * tree.c: fixing bug #89332 on a specific case of loosing
1924 the XML-1.0 namespace on xml:xxx attributes
1925
1926Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1927
1928 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1929 corner case from new Merlin's test suite and added a callback
1930 that will be used to improve xmlsec performance
1931
1932
1933Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1934
1935 * HTMLtree.c: trying to fix the <style> escaping problem in
1936 HTML serialization bug #89342
1937
1938Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1939
1940 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1941 and rebuilt the web site.
1942
1943Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1944
1945 * include/libxml/tree.h: added _private member to xmlNs struct
1946
1947Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1948
1949 * HTMLparser.c: fixing bug #84876 based on the xml working
1950 code.
1951
1952Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1953
1954 * python/Makefile.am: enhanced to fix bug 72012 (errors
1955 when using '-jX' make parameter)
1956
1957Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1958
1959 * xpath.c: small additional enhancement for booleans
1960 compared to nodesets
1961
1962Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1963
1964 * HTMLtree.c: changed the order of the encoding declaration
1965 attributes in the meta tags due to a bug in IE/Mac
1966
1967Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1968
1969 * xpath.c: enhanced handling of booleans (especially '='
1970 and '!=' for nodesets) - fixes bug 85256. Added new
1971 routine xmlXPathNotEqualValues for more proper handling
1972 of '!=' when nodesets are involved.
1973
1974Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1975
1976 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1977 doc/xmlcatalog_man.xml to the source distribution
1978
1979Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1980
1981 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1982 asked for this.
1983
1984Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1985
1986 * configure.in: preparing 2.4.23
1987 * doc/*: rebuilt the docs
1988
1989Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1990
1991 * parser.c: fixing bug #84169 by fixing the
1992 comment of xmlCreatePushParserCtxt to describe the
1993 encoding detection parameters better.
1994
1995Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1996
1997 * valid.c: fixing bug #79331 in one path the lookup for
1998 ID attributes on a namespaced node wasn't handled correctly :-\
1999
2000Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2001
2002 * HTMLparser.c: trying to fix 87235 about discarded white
2003 spaces in the HTML parser.
2004 * result/HTML/*: this changes the output of a number of HTML
2005 regression tests
2006
2007Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2008
2009 * xpath.c: applied patch from Richard Jinks for the namespace
2010 axis + fixed a memory error.
2011 * parser.c parserInternals.c: applied patches from Peter Jacobi
2012 removing ctxt->token for good.
2013 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2014 popped out by the regression tests.
2015 * Makefile.am: patch for threads makefile from Gary Pennington
2016
2017Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2018
2019 * xpath.c: enhanced behaviour of position() after usage of
2020 expressions involving preceding-sibling (et al).
2021
2022Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2023
2024 * hash.c: applied a patch from Peter Jacobi to solve a problem
2025 when compiling with the Watcom C on Win32
2026 * result/schemas/*.err: the change of hashing algo generated
2027 permutations in the output
2028
2029Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2030
2031 * hash.c: applied patch from Sander Vesik improving the quality of
2032 the hash function.
2033
20342002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2035
2036 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2037 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2038 xmllint.c xpath.c: replaced sprintf() with snprintf()
2039 to prevent possible buffer overflow (the bug was pointed
2040 out by Anju Premachandran)
2041
2042Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2043
2044 * parser.c: removed an uninitialized data error popped by valgrind
2045 on PE references
2046
2047Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2048
2049 * doc/xml.html
2050 adding tutorial reference to the web page
2051
2052Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2053
2054 * doc/tutorial/xmltutorial.xml
2055 * doc/tutorial/ar01s07.html
2056 * doc/tutorial/ape.html
2057 * doc/tutorial/includegetattribute.c
2058 adding section to tutorial about retrieving an attribute
2059 value
2060
2061Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2062
2063 * parser.c: applied a couple of patches from Peter Jacobi to start
2064 to get rid of ctxt->token, with a possible significant speed
2065 improvement to be gained once done. Better compliance with PE
2066 references constructs in DTDs too.
2067 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2068 from Peter too
2069
2070Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2071
2072 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2073 xmlParseElement was likely to have been deallocated at the
2074 time of the report, possibly leading to segfault. Just report
2075 the tag name now.
2076
2077Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2078
2079 * xpath.c: patch from Richard Jinks for XPath substring() function
2080 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2081
20822002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2083
2084 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2085
2086Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2087
2088 *doc/FAQ.html
2089 fixing typos in FAQ, thanks to Robert Funnell for the
2090 editing help
2091
2092Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2093
2094 * NEWS: got complaints from rpmlint that it was empty
2095
2096Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2097
2098 * added doc/tutorial, including:
2099 apa.html
2100 apb.html
2101 apc.html
2102 apd.html
2103 ar01s02.html
2104 ar01s03.html
2105 ar01s04.html
2106 ar01s05.html
2107 ar01s06.html
2108 includeaddattribute.c
2109 includeaddkeyword.c
2110 includekeyword.c
2111 includestory.xml
2112 index.html
2113 xmltutorial.xml
2114 libxml tutorial, including generated html
2115
2116Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2117
2118 * result/c14n/exc-without-comments/merlin-c14n-two-*
2119 result/c14n/without-comments/merlin-c14n-two-*
2120 test/c14n/exc-without-comments/merlin-c14n-two-*
2121 test/c14n/without-comments/merlin-c14n-two-*
2122 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2123 c14n/exc-c14n and slightly modified test script to handle
2124 these test cases
2125 * c14n.c: fixed bugs for complicated nodes set (namespace
2126 without node and others from merlin-c14n-two.tar.gz)
2127 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2128 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2129 for xmlsec performance patch
2130 * xpath.c: fixed self::node() for namespaces and attributes
2131
2132Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2133
2134 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2135 but with the format parameter
2136 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2137
2138Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2139
2140 * Makefile.am: updated c14n tests suite
2141 * c14n.c: performance improvement for previous c14n patch
2142
2143Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2144
2145 * parser.c: another peroformance patch from Peter Jacobi, that
2146 time on parsing attribute values.
2147
2148Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2149
2150 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2151 into LibXML2 test suite
2152
2153Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2154
2155 * c14n.c: propagating xpath ancesstors node fix to c14n
2156 plus small performance improvement to reduce number of
2157 mallocs
2158 * xpath.c: fixed ancestors axis processing for namespace nodes
2159
2160Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2161
2162 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2163 Peter Jacobi
2164
2165Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2166
2167 * configure.in: preparing 2.4.22
2168
2169Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2170
2171 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2172 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2173 a public entry point.
2174 * doc/*: rebuilt the API and docs
2175
2176Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2177
2178 * xpath.c: patch from Richard Jinks to fix a problem introduced
2179 in the previous patch and pointed by Norm
2180
2181Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2182
2183 * libxml.spec.in: fixing bug #81112
2184
2185Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2186
2187 * uri.c: fixing bug #82848
2188
2189Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2190
2191 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2192 output of one catalog test
2193
2194Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2195
2196 * global.data globals.c tree.c include/libxml/globals.h
2197 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2198 default value for global parameter xmlIndentTreeOutput to 1 and
2199 introduced new global parameter xmlTreeIndentString (the string
2200 used to do one-level indent) with default value " " (as it was
2201 in tree.c)
2202
2203Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2204
2205 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2206 with trio and schemas.
2207
2208Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2209
2210 * xpath.c: patch from Richard Jinks to fix the problem raised in
2211 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2212
2213Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2214
2215 * xmlschemas.c: a bit of work on import.
2216 * xmlschemastypes.c: Charles Bozeman provided a compare function
2217 for date/time types so min/max facet restrictions should work,
2218 indeterminate comparisons return an error instead of equal.
2219 * test/schemas/date_0* result/schemas/date_0_0: specific test
2220 from Charles Bozeman too
2221
2222Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2223
2224 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2225 from Christian Cornelssen fixing the man pages and the Catalog
2226 building script.
2227 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2228 next step is <xs:import> I now have a reasonable understanding
2229 of how it works.
2230
2231Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2232
2233 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2234
2235Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2236
2237 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2238
2239Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2240
2241 * xpath.c: fixing an XPath function evalutation bug pointed out
2242 by Alexey Efimov where the context was lost when evaluating
2243 the function arguments
2244
2245Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2246
2247 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2248 function public for XMLSec performance optimizations
2249
2250Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2251
2252 * python/generator.py python/libxml2class.txt : fixed a problem
2253 with the HTML parser pointed by Gary Benson
2254 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2255 example
2256
2257Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2258 * parser.c: fixed bug #81159 (memory growth in SAX)
2259
2260Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2261 * xpath.c: fixed bug #78858 (the real fix)
2262
2263Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2264 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2265
2266Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2267
2268 * tree.c: modified xmlNodeSetBase to allow changing the
2269 base of a document.
2270
2271Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2272
2273 * xmlschemastypes.c: patch Charles Bozeman for validation of
2274 all the date, time, and duration types
2275 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2276 * configure.in: fixed an error pointed by an user
2277 * xml2-config.in: fixed an error pointed by an user
2278
2279Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2280
2281 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2282 win32/libxml2.def.src xmlIO.c: exported default
2283 'file:', 'http:' and 'ftp:' protocols input handlers
2284 and maked protocols comparisson case insensitive
2285
2286Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2287
2288 * configure.in: Neven Has detected a typo
2289
2290Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2291
2292 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2293 as one of the persons allowed to commit directly to the
2294 module.
2295
2296Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2297
2298 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2299 * valid.c: raised a too low limit
2300 * doc/*: rebuilt the docs
2301
2302Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * test/XPath/expr/floats test/XPath/expr/functions
2305 result/XPath/expr/floats result/XPath/expr/functions
2306 xpath.c: another XPath conformance patch from Richard Jinks
2307
2308Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2309
2310 * xmlschemas.c: fixed validation of attribute groups.
2311 * test/schemas result/schemas: added an example from the primer
2312
2313Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2314
2315 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2316 * test/schemas result/schemas: updated the test list
2317
2318Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * TODO: updated a bit
2321 * parser.c: made a comment more specific
2322 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2323 Schemas conformance.
2324 * test/schemas result/schemas: updated the test list
2325
2326Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2329 implementing xs:all with minOccurs = 0
2330 * tes/schemas/* result/schemas/*: added more tests covering
2331 xs:all
2332
2333Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2334
2335 * xmlregexp.c: first implementation of the all particle, this
2336 may need to be revisited for case where not all transitions
2337 must be crossed.
2338
2339Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2340
2341 * tree.c: another entity processing update from Markus Henke
2342
2343Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2344
2345 * trionan.c: fixed crash on OSF/1
2346
2347Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2348
2349 * xmlschemas.c: more Schemas work
2350 * test/schemas/* result/schemas/*: added more tests coming
2351 from the spec.
2352
2353Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2356 ExcC14N specification
2357
2358Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2359
2360 * tree.c: patch from Markus Henke, fix for recursive entities.
2361
2362Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2363
2364 * xpath.c: fix a problem with string() on a document node.
2365
2366Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2367
2368 * Makefile.am xmlschemas.c: more Schemas work
2369 * test/schemas/* result/schemas/*: added more tests coming
2370 from the spec.
2371
2372Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2373
2374 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2375 * result/HTML/*: this changes a few things in the results
2376
2377Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2378
2379 * include/libxml/tree.h: eliminated 'declaration different than
2380 prototype' warning
2381 * include/win32config.h: "resolved" conflicts with errno.h
2382
2383Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2386 on the automata interfaces and debug of counted choices
2387 * test/schemas/* result/schemas/*: added a number of tests
2388
2389Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2390
2391 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2392 a bit of work on Schemas
2393 * testSchemas.c: try to make it more useful
2394 * test/schemas/* result/schemas/* Makefile.am: changed the
2395 Schemas regression test procedure, started adding a few samples
2396
2397Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2398
2399 * include/libxml/encoding.h: Patch for the Borland C++ builder
2400 * include/libxml/tree.h: Patch for the Borland C++ builder
2401 * threads.c: Patch for the Borland C++ builder
2402 * win32/bcb5: New directory for the Borland C++ builder
2403 project files
2404
2405Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2406
2407 * win32/Makefile.msvc: Update for XML Schema support
2408 * win32/configure.js: Update for XML Schema support
2409 * win32/libxml2.def.src: Update for XML Schema support
2410
2411Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2412
2413 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2414 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2415 xmlunicode.c include/libxml/Makefile.am
2416 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2417 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2418 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2419 include/libxml/xmlversion.h.in : merged the current state of
2420 XML Schemas implementation, it is not configured in by default,
2421 a specific --schemas configure option has been added.
2422 * test/automata test/regexp test/schemas Makefile.am
2423 result/automata result/regexp result/schemas:
2424 merged automata/regexp/schemas regression tests
2425
2426Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2427
2428 * xpath.c: Gary found a compile time problem, fixes #78823
2429
2430Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2431
2432 * configure.in: release of 2.4.20
2433 * doc/*: updated and rebuilt the docs
2434
2435Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2436
2437 * python/Makefile.am: patch from Cristian Gafton to build on
2438 Red Hat 6.2, should also fix #75779
2439
2440Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2441
2442 * valid.c: first part of fixing #78729
2443
2444Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2447 escaping of URI when saving HTML files.
2448 * result/HTML/*: this impacted some tests
2449
2450Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * configure.in: trying to fix #77441
2453
2454Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * include/libxml/xmlIO.h: Hallski complained it could not be
2457 included by itself.
2458
2459Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2460
2461 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2462
2463Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2464
2465 * win32/configure.js: patch from Nilo for the c14n option
2466 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2467
2468Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2469
2470 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2471 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2472 LIBXML_THREAD_ENABLED
2473
2474Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * xpath.c: another patch from Richard Jinks for substring conformance
2477 * test/XPath/expr/floats test/XPath/expr/strings
2478 result/XPath/expr/floats result/XPath/expr/strings: update of the
2479 test suite to check those.
2480
2481Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xpath.c: patch from Richard Jinks for .x float parsing.
2484
2485Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2486
2487 * parser.c: patch from Markus Henke when an encoding ain't recognized
2488
2489Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2490
2491 * libxml.m4: got a report that #include <string.h> was needed
2492
2493Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2494
2495 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2496
2497Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2498
2499 * doc/example.html: fixing typo
2500
2501Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2502
2503 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2504 pointed out by Melvyn Sopacua.
2505
2506Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2507
2508 * libxml.m4: Frédéric Crozat gave a patch related to the change
2509 of Include paths breaking the libxml.m4
2510
2511Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2512
2513 * xpath.c: Fix bug #76927 forgot to save some context
2514 when evaluating binary expressions
2515
2516Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * configure.in: fixed configure for MPE/iX from Markus Henke
2519 * xmlmemory.c: fixed initialization problems
2520 * xpath.c: another set of patches from Richard Jinks this
2521 fixes "make XPathtests" on linux
2522
2523Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2524
2525 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2526 * test/XPath/expr/compare test/XPath/expr/equality
2527 test/XPath/expr/floats test/XPath/expr/functions
2528 test/XPath/expr/strings result/XPath/expr/compare
2529 result/XPath/expr/equality result/XPath/expr/floats
2530 result/XPath/expr/functions result/XPath/expr/strings: Updated
2531 tests though they show a divergence on Linux
2532
2533Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2534
2535 * xpath.c trionan.c: previous commit also included patches
2536 from Richard Jinks on some IEEE support corner case
2537
2538Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2539
2540 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2541 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2542 that $(datadir) should be used for docs
2543
2544Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2547 could leak filedescriptors
2548
2549Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2550
2551 * configure.in nanohttp.c: applied patch from Allan Clark for
2552 UnixWare/OpenServer
2553
2554Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2555
2556 * configure.in: preparing 2.4.19
2557 * doc/*: rebuilt the docs
2558
2559Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * nanohttp.c: fixing #76043, got fed up with non-portability
2562 of that piece of code.
2563
2564Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * valid.c SAX.c: Never commit without running "make tests" :-(
2567 fix a couple of stupidities in the previous commit
2568 * result/*: a few changes in some attribute order result of previous
2569 commit.
2570
2571Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2572
2573 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2574 the internal subset should not raise duplicate ID errors,
2575 also there was a small bug in conjunction to namespace
2576 declarations defaulted and xml:xxx attributes DTD definitions.
2577
2578Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2579
2580 * xpath.c: Richard Jinks also raised some rounding problems
2581 this tries to fix them
2582
2583Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2584
2585 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2586 behaviour in xmlXPathCastToString()
2587
2588Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2589
2590 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2591 raised by Morus Walter
2592
2593Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2594
2595 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2596 from Igor
2597
2598Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * xpath.c: fixing #75619, related to a problem when trying
2601 to evaluate condition when the current node set resulting
2602 from that sub-step evaluation is empty. Also fixes 2 potential
2603 problem with previous-sibling and next-siblings axis.
2604
2605Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2606
2607 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2608 HTML support is not configured in.
2609
2610Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2613 include/libxml/tree.h: dohh I really didn't intended to commit
2614 this test version :-(
2615
2616Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2617
2618 * testSAX.c: I wanted to see the real speed at the SAX interface
2619 after a little too many Ximianer started complaining about the
2620 parser speed.
2621 added a --quiet option:
2622 paphio:~/XML -> ls -l db100000.xml
2623 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2624 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2625 3200006 callbacks generated
2626 real 0m1.270s
2627 Which means 16MBytes/s and 3Mcallback/s
2628
2629Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * xpath.c: valgrind spotted another error that time when running
2632 on libxslt regression tests
2633
2634Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2635
2636 * Makefile.am: adding "make valgrind" running the full regression
2637 tests (except python ones) under Valgrind (using valgrind -q
2638 which was kindly added by the author).
2639 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2640 passes cleanly now except an obcure floating point initialization
2641 raised in log10() in one XPath regression test ???
2642 * tree.c: edited some comments to close #75244
2643
2644Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2645
2646 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2647 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2648 context of ScrollKeeper, made sure that if the number is
2649 an integer, the serialization follows the description at
2650 http://www.w3.org/TR/xpath#section-String-Functions
2651
2652Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2653
2654 * configure.in: preparing 2.4.18
2655 * doc/*: updated and rebuilt the web site
2656 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2657 the Windows and Cygwin maintainers.
2658 * parser.c: humm, changed the way the SAX parser work when
2659 xmlSubstituteEntitiesDefault(1) is set, it will then
2660 do the entity registration and loading by itself in case the
2661 user provided SAX getEntity() returns NULL.
2662 * testSAX.c: added --noent to test the behaviour.
2663
2664Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * parser.c: Wilfried Teiken provided a hackish but working
2667 way to get context reported back on entities when parsing
2668 with SAX and without breaking the DOM build.
2669
2670Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2671
2672 * c14n.c: applied a new patch from Aleksey Sanin
2673 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2674 to reference Aleksey implementation of XML digital Signatures
2675
2676Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2677
2678 * xpath.c: small fix to avoid potential problem due to
2679 ordering of freeing data
2680 * python/Makefile.am: people were complaining about
2681 the generated file in python dir not being built
2682
2683Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2684
2685 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2686 python/generator.py python/libxml.c python/types.c: Cleanup
2687 of the python Makefiles based on Jacob and James feedback,
2688 fixed the spec file accordingly, fixed the number of warning
2689 that passing my pedantic CFLAGS was generating. Conclusion
2690 is that Python includes are real crap.
2691
2692Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * configure,in: it was reported quite a few times that
2695 xml2-config --cflags should not output
2696 -I$includeprefix/libxml2/libxml because libxml2 header names
2697 clashes with existing names like list.h from C++ stl.
2698 Includes should be #include<libxml/xxx.h> so ...
2699
2700Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2701
2702 * c14n.c: another patch from Aleksey Sanin
2703
2704Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2705
2706 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2707 canonicalization algorithm
2708 * doc/xml.html doc/index.html: added the C14N references on the
2709 index page.
2710
27112002-03-13 jacob berkman <jacob@ximian.com>
2712
2713 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2714 usage, redundant, and gcc specific
2715
2716Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * xpath.c: speedup some node selection operations, this can
2719 have a significant impact on DocBook Norm's stylesheets
2720 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2721 make sure it's always the case
2722 * debugXML.c: distinguish CDATA and comments in ls operations
2723
2724Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2725
2726 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2727 to generate better API descriptions etc...
2728
2729Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2730
2731 * c14n.c: Fixing #74186, made sure all boolean expressions
2732 get fully parenthesized, ran indent on the output
2733 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2734 include/libxml/tree.h: also #74186 related, removed the
2735 --with-buffers option, and all the preprocessor conditional
2736 sections that were resulting from it.
2737
2738Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2739
2740 * valid.c: applied patch from Dodji Seketeli fixing an
2741 uninitailized variable in xmlValidGetValidElements()
2742
2743Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2744
2745 * c14n.c: fixed a few comments
2746 * doc/*.html doc/*/*.html: regenerated the docs and added
2747 the C14N API
2748 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2749
2750Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2751
2752 * check-xml-test-suite.py: fix to adapt varaiations in the
2753 bindings
2754 * configure.in python/setup.py python/setup.py.in: fixed to
2755 have the version of the python scripts automatically updated
2756
2757Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2758
2759 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2760 in xmlCopyProp()
2761
2762Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2763
2764 * configure.in: preparing 2.4.17 release
2765 * doc/*: updated and rebuilt the docs
2766 * xpath.c: fixed a comment
2767 * python/libxml.c: fixed a possible reentrancy problem
2768
2769Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2772 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2773 added a specific regression test
2774 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2775 not raise exceptions when failing to find the attribute.
2776
2777Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * configure.in xmllint.c: owen pointed out a problem with the
2780 ftme fix, gettimeofday() was not detected by configure and
2781 the ftime header wasn't included, dohhh
2782
2783Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2784
2785 * configure.in xmllint.c: trying to fix #71457 for timing
2786 precision when gettimeofday() is not availble but ftime() is
2787
2788Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2791 are now copied on install and part of the -devel RPM
2792
2793Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2794
2795 * xpath.c: trying to avoid bug #72150 which was apparently
2796 caused by a gcc bug (or a processor problem) as detailed
2797 at http://veillard.com/gcc.bug
2798
2799Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2802 fixed xmlReconciliateNs(), added a Python test/example for
2803 inter-document cut'n paste
2804 * python/libxml.py: fixed node.doc on document nodes and added
2805 xpathEval() onto node objects
2806
2807Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2810 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2811 fixup and integrated tests for the serialization stuff
2812
2813Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2814
2815 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2816 moved the libxml man page to section 3
2817
2818Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2819
2820 * tree.c: fix bug #72490
2821 * python/libxml.c python/libxml.py: added methods serialize()
2822 and saveTo() to all node elements.
2823
2824Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * xmlIO.c: closed #73430, don't read from an input source
2827 which indicated an end-of-file or an error.
2828
2829Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * parser.c: make sure SAX endDocument is always called as
2832 this could result in a Python memory leak otherwise (it's
2833 used to decrement ref-counting)
2834 * python/generator.py python/libxml.c python/libxml.py
2835 python/libxml2-python-api.xml python/libxml2class.txt
2836 python/tests/error.py python/tests/xpath.py: implemented
2837 the suggestions made by Gary Benson and extended the tests
2838 to match it.
2839
2840Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2841
2842 * python/generator.py: applied patch fixing #73450
2843
2844Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2845
2846 * xpath.c: fixing #61290 "namespace nodes have no parent"
2847 long standing divergence from the XPath REC. NodeSets
2848 simply hold a copy of namespace nodes and those node ->next
2849 points to the parent (which may not be the node carrying the
2850 definition).
2851 * include/libxml/xpath.h: flagged but didn't added a possible
2852 speedup
2853 * DOCBparser.c HTMLparser.c: removed some warnings from push
2854 parser due to new state being added.
2855 * tree.c: new fix from Boris Erdmann
2856 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2857 the XML Canonalization support from Aleksey Sanin
2858
2859Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2860
2861 * tree.c: patch from Boris Erdmann fixing some namespace odities
2862 with xmlCopyNode()
2863
2864Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * xmlIO.c: fix bug #72706 when loading a NULL entity
2867
2868Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2871 actually change in a future XML Namespace revision.
2872
2873Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2874
2875 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2876 added the possibility of returning nodesets from XPath extension
2877 functions written in Python
2878
2879Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2880
2881 * python/*: commiting some Python bindings work done while travelling
2882
2883Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2884
2885 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2886 explicitely with memory debugging switched on
2887
2888Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2891 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2892 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2893 the accessor generator for strings
2894 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2895 regression test.
2896
2897Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2898
2899 * python/README python/generator.py python/libxml.c python/setup.py:
2900 added the 'usual' setup.py to allow building a libxml2-python
2901 module based on the same code. The initialization is however
2902 different the 2 .so files fo libxml2 and libxslt are identical and
2903 they entry point initialize both libraries. this is done to avoid
2904 some possible nasty problem since the Python don't merge the maps
2905 of all shared modules.
2906
2907Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2908
2909 * parser.c: fixed a push/encoding bug reported by Michael
2910 on librsvg
2911
2912Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * include/libxml/parserInternals.h: fixes a misplaced #endif
2915
2916Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * parser.c valid.c: found and fixed a couple of allocation bugs
2919
2920Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2921
2922 * doc/xml.html doc/python.html doc/*: added a Python and binding
2923 page describing the current state of the Python bindings and
2924 giving pointers to the other languages wrappers.
2925
2926Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2929 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2930 rebuilt the API and web site
2931 * xpath.c: fixed #71978 portability bugs
2932
2933Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2934
2935 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2936
2937Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2938
2939 * include/libxml/parserInternals.h parser.c: had to change
2940 2 internal parsing API when processing document content
2941 to check the start and end of element content are defined
2942 in the same entity
2943 * valid.c include/libxml/valid.h: attribute normalization can
2944 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2945 with the context to report it.
2946 * SAX.c: fixed the last known bugs, crazy validation constraints
2947 when a document is standalone seems correctly handled. There
2948 is a couple of open issues left which need consideration especially
2949 PE93 on external unparsed entities and standalone status.
2950 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2951 The 2 tests left failing are actually in error. Cleanup done.
2952
2953Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2954
2955 * valid.c: implemented E59 spaces in CDATA does not match the
2956 nonterminal S
2957
2958Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * SAX.c parser.c valid.c: more validation test fixups
2961 * check-xml-test-suite.py: added duration info for the tests
2962
2963Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2964
2965 * parser.c valid.c: a couple of errors were reported but not
2966 saved back as such in the parsing context. Down to 1% failure rate
2967 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2968
2969Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2970
2971 * xmlInternald.c: isExtender was missing a char
2972 * parser.c include/libxml/parser.h: % are acceptable in the
2973 internal subset if within a PUBLIC ID
2974
2975Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2976
2977 * SAX.c parserInternals.c valid.c: more work on the conformance
2978 suite. Took the step to finally block documents with encoding
2979 errors. It's a fatal error per the spec, people should have fixed
2980 their documents by now.
2981
2982Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2983
2984 * check-xml-test-suite.py: fixed the test script after some discussion
2985 on the semantic of TYPE="error"
2986 * Makefile.am: added the script to the distrib
2987
2988Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * SAX.c entities.c: fixed a couple of conformances issues deep
2991 into the validation code (standalone and undeclared Notations)
2992
2993Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2996 stayed there for years !
2997
2998Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2999
3000 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3001 missing
3002
3003Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * check-xml-test-suite.py: improved the behaviour a bit as
3006 well as the logs
3007 * parser.c valid.c SAX.c: fixed a few more bugs
3008 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3009
3010Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * check-xml-test-suite.py: python script to run regression tests
3013 against the XML Test suite of W3C/OASis
3014 * SAX.c: fixed a validation bug
3015 * parser.c: fixed 3 errors pointed by the test suite
3016 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3017 * python/Makefile.am: fixed a dependendy
3018
3019Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3020
3021 * xmlmemory.c: avoid a warning bug #71594
3022
3023Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3026 warning on alpha/Tru64
3027
3028Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3029
3030 * include/libxml/entities.h: fixing a comment
3031 * valid.c: fixing some troubles with validity check on namespaces
3032 * result/VC/NS3 test/VC/NS3: added a specific regression test
3033
3034Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3035
3036 * tree.c: Fixing #71342 serializing '\n' in attribute values
3037 * result/noent/att3 result/att3 test/att3: added a specific
3038 test.
3039
3040Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * python/libxml.c: couple of bug fixes
3043
3044Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3045
3046 * python/*.py: removed tabs and used spaces.
3047
3048Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3049
3050 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3051 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3052
3053Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3054
3055 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3056 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3057
3058Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * include/libxml/encoding.h include/libxml/entities.h
3061 include/libxml/globals.h include/libxml/parser.h
3062 include/libxml/threads.h include/libxml/tree.h
3063 include/libxml/xmlmemory.h: trying to fix the include mess
3064
3065Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * include/libxml/xmlmemory.h: reverted part of the previous
3068 attempt to provide #69655, this was breaking the build.
3069
3070Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3073 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3074 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3075 include/libxml/parserInternals.h include/libxml/tree.h
3076 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3077 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3078 clean.
3079 * python/libxml.c: fixed a warning.
3080
3081Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3082
3083 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3084 copying of node, merge back IDs in the target document.
3085 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3086 test/XInclude/ents/ids.xml: test case
3087 * result/VC/ElementValid4: output changed due to a typo fix
3088
3089Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3090
3091 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003092 generate the dependencies right as Jacob found out. Add
3093 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003094
3095Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * parserInternals.c valid.c: Justin Fletcher found some parts
3098 of the code needing cleanup
3099 * libxml.spec.in python/Makefile.am python/generator.py
3100 python/libxml.c python/libxml.py: Fixed the python Makefiles
3101 corrected a bug showing up on ia64, changed the name of the
3102 python internal module too
3103
3104Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3105
3106 * Makefile.am: applied patch from Andris Pavenis for binary
3107 name suffixes
3108
3109Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3110
3111 * xmllint.c win32/win32config.h: fixing #68748
3112
3113Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3114
3115 * valid.c: fixing #70166
3116
3117Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * valid.c: fixing #70077
3120
3121Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * Copyright Makefile.am README configure.in libxml.spec.in:
3124 Changed to the MIT Licence
3125 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3126 doc/xmlio.html: updated the doc accordingly
3127 * include/libxml/xmlwin32version.h configure.in: preparing
3128 2.4.14 release
3129 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3130 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3131 fixed the const xmlChar * wrapper and generator, XPath extension
3132 functions now use the context as first argument
3133 * python/tests/tstxpath.py python/tests/xpath.py
3134 python/tests/xpathext.py: Updated the tests accordingly
3135 * tree.c: fixed bug #70067
3136
3137Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3138
3139 * Makefile.am: cleanup
3140 * debugXML.c: always use stdout if output is NULL
3141 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3142 * python/Makefile.am python/generator.py python/libxml2class.txt
3143 python/libxml_wrap.h python/types.c: augmented the number of bindings
3144 handling FILE * and XPath contexts
3145 * python/tests/Makefile.am: avoid a stupid problem due to the
3146 use of TEST.
3147
3148Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3149
3150 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3151
3152Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3153
3154 * python/TODO python/libxml.c: cleanup the extension function lookup
3155 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3156
3157Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * configure.in python/Makefile.am: do not install outside
3160 of prefix
3161
3162Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3163
3164 * python/TODO python/libxml.c: started adding SAX interfaces
3165 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3166 SAX test
3167
3168Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3169
3170 * tree.c: hardened the addChild function
3171 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3172 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3173 added accessors needed for xmlNode, a bit more testing and
3174 extension of interfaces
3175 * python/tests/Makefile.am python/tests/build.py: added a test
3176 build from scratch/save/load/check
3177
3178Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * parserInternals.c: change a small bit in the way valididy
3181 error messages get initialized
3182 * python/TODO python/libxml.c python/libxml2-python-api.xml
3183 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3184 added some memory debugging to track leaks at the libxml2 level
3185 * python/tests/*.py: changed all tests to check for leaks,
3186 there is just one left in XPath extension registrations.
3187
3188Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3189
3190 * python/TODO python/generator.py python/libxml2-python-api.xml
3191 python/libxml2class.txt: more accessor classes for the parser
3192 context, allow to switch on and check validity
3193 * python/tests/Makefile.am python/tests/error.py
3194 python/tests/invalid.xml python/tests/valid.xml
3195 python/tests/validate.py: attded more test and and added error.py
3196 which I forgot to commit in the last step
3197
3198Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3199
3200 * python/Makefile.am python/types.c: cleanup
3201 * python/libxml.c python/libxml.py python/libxml_wrap.h
3202 python/generator.py python/libxml2-python-api.xml
3203 python/libxml2class.txt: added class for parser context, added
3204 first cut for push mode support. Added a framework to generate
3205 accessors functions.
3206 * python/tests/Makefile.am python/tests/push.py: added a push
3207 test
3208
3209Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3210
3211 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3212 bug a bit of cleanup.
3213
3214Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3215
3216 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3217 python/libxml2class.txt: adding error redirections and preformat
3218 to a python handler
3219 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3220 tests self checking
3221
3222Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3225 a function
3226
3227Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3228
3229 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3230 python/libxml.c python/libxml2-python-api.xml
3231 python/libxml2class.txt: Progressing through the TODOs, class
3232 description output, extra XML API, RPM now builds the wrappers
3233 for all python installed versions
3234
3235Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3236
3237 * configure.in libxml.spec.in python/Makefile.am python/TODO
3238 python/generator.py python/libxml2class.txt: added more informations
3239 in the libxml2-python package including docs. Slightly changed
3240 the class hierarchy
3241 * python/tests/*: added basic regression tests infrastructure too
3242
3243Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3244
3245 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3246 added libxml2-python as part of the packages installed
3247
3248Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3249
3250 * python/Makefile.am python/generator.py python/libxml.c
3251 python/libxml.py: more work, now able to extend the
3252 XPath interpreter with functions written in python.
3253
3254Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * python/Makefile.am: Jacob sent a patch to allow building from
3257 tarfile.
3258
3259Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3260
3261 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3262 inserted the python wrappers build, I hope this won't be too
3263 unportable
3264
3265Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * xpath.c: minor optimization
3268 * python/generator.py python/libxml.c python/libxml.py
3269 python/libxml_wrap.h: more work on the python bindings,
3270 they now support XPath and there is no evident leak
3271
3272Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3273
3274 * python/generator.py python/libxml.c python/libxml.py:
3275 more work on the python bindings generator.
3276
3277Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3278
3279 * python/generator.py python/libxml.c python/libxml_wrap.h:
3280 more work on the python bindings.
3281
3282Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3283
3284 * python/generator.py python/libxml.c python/libxml.py
3285 python/libxml_wrap.h: commited early version of a python binding
3286 for private use only ATM
3287
3288Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3289
3290 * entities.c tree.c include/libxml/entities.h: applied patch
3291 from Anthony Jones to implement copy of DTD subtree too. Had
3292 just to keep 2 function private which really ought to become
3293 public ones.
3294
3295Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * xmllint.c: added pointers to the web pages in the usage()
3298
3299Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * tree.c: more fixes from Petr Kozelka for attribute handling
3302 in the tree API to align the semantic with DOM.
3303
3304Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3305
3306 * valid.c tree.c entities.c: another set of patches from
3307 Anthony Jones for copy operations cleanup and robustness
3308
3309Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3310
3311 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3312 an alphabetic index based on comments content
3313 * doc/*: rebuilt the web site with the new references
3314
3315Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3316
3317 * parserInternals.h: Greg Sjaardema suggested to use an
3318 eponential buffer groth policy in xmlParserAddNodeInfo()
3319
3320Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3321
3322 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3323 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3324 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3325 to generate cross-references, and added/updated the stylesheets
3326 to generate and link API indexes. The generic keyword index
3327 is not done yet.
3328 * doc/*.html: regenerated all the usual docs too
3329
3330Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * debugXML.c: added an xpath function to the shell for T. V. Raman
3333
3334Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3335
3336 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3337 debug routines.
3338
3339Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3340
3341 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3342 support of attribute nodes
3343
3344Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3345
3346 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3347 hopefully near complete and fully documented of the API in XML
3348 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3349 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3350 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3351 include/libxml/parserInternals.h include/libxml/valid.hi
3352 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3353 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3354 include/libxml/xpath.h include/libxml/xpathInternals.h:
3355 Cleaned up the doc comments a lot in the process, the interface
3356 coverage is now 100%
3357
3358Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3359
3360 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3361 extracts comments from the gtk-doc DocBook output (a bit
3362 convoluted but seems to work).
3363
3364Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3365
3366 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3367 added an XML description of the API, moved the script generating
3368 it here. Added a "make api" target
3369
3370Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3373
3374Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * xpath.c include/libxml/xpathInternals.h: the change made to
3377 xmlXPathFuncLookupFunc was incompatible roll it back
3378
3379Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3380
3381 * SAX.c: cleanup patch from Anthony Jones
3382 * doc/Makefile.am: fix the headers to avoid in make scan
3383 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3384 includes, * vs Ptr and general cleanup
3385 * parsedecl.py: first version of a script to extract the
3386 module interfaces, the goal will be to provide .decl or XML
3387 specification of the interfaces to build wrappers.
3388
3389Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3390
3391 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3392 now provides return codes in case of errors
3393
3394Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3395
3396 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3397 Upgraded to trio baseline 1.6
3398 * strio.h strio.c: Replaced by triostr.h and triostr.c
3399
3400Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3401
3402 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3403 of strdup usage in the code
3404
3405Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3406
3407 * parser.c error.c: Keith Isdale complained rightly that
3408 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3409
3410Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * tree.c: fixed the funxtion to set the xml: attributes
3413 * debugXML.c: added "setbase" to test it.
3414
3415Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3416
3417 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3418 to allow updating an attribute content
3419
3420Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * libxml.h: try to avoid problems when compiling on Windows
3423
3424Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3425
3426 * hash.c: patch from Anthony Jones for hash.c allocation size
3427 * Makefile.am: trying to work around Yet Another Libtool Madness
3428 and build the 2.4.13 release finally ...
3429
3430Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3433 * doc/* : update of the documentation
3434
3435Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3438 at fixing #61290 :-(
3439
3440Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3443 Fixes bug #67229
3444
3445Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3446
3447 * tree.c: trying to avoid troubles when a subtree is copied
3448 and coalesced in part with the target tree. Should fix
3449 bug #67407
3450
3451Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3452
3453 * valid.c: fixed validation of attributes content of type
3454 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3455 values, very old bug. Fixes #67671
3456
3457Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3458
3459 * parser.c include/libxml/parserInternals.h tree.c: integrated
3460 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3461 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3462
3463Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * threads.c: applied Serguei Narojnyi's patch to add native
3466 thread support on the Win32 platform
3467 * testThreadsWin32.c Makefile.am: added the test program also
3468 from Serguei, Win32 specific
3469 * include/win32config.h include/libxml/xmlwin32version.h.in:
3470 added patch from Igor for the Windows thread specific defines.
3471
3472Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3473
3474 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3475
3476Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3477
3478 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3479 output page into XMLinfo.html. Close bug #66951 and
3480 raised by Robert Collins too.
3481
3482Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3483
3484 * encoding.c: Paul Keogh pointed out a possibility of segfault
3485 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3486 Closes bug # 68238
3487
3488Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3489
3490 * doc/*.html: updated the Gdome2 links
3491
3492Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3493
3494 * libxml.h: Applied following patches from Robert Collins
3495 and make sure IN_LIBXML is defined when compiling it
3496 -------
3497 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3498 as well as Visual C.
3499 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3500 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3501 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3502 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3503 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3504 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3505 xmlSysIDExists xmlNoNetExists).
3506 * xmllint.c: Don't include winsock2.h for Cygwin.
3507
3508Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3509
3510 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3511 when the version info is not present.
3512
3513Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3514
3515 * tree.c: Anthony Jones pointed out a problem in
3516 xmlStringGetNodeList() and provided a fix for it
3517
3518Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3519
3520 * parser.c: patch from Frank J Franklin to remove a bug in
3521 xmlCreatePushParserCtxt() when the initial buffer passed
3522 is large.
3523
3524Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3525
3526 * win32/*: big cleanup of the Windows/MSVC project files
3527 from Igor Zlatkovic
3528
3529Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3530
3531 * doc/Makefile.am: should fix #67674 and avoid troubles if
3532 xsltproc is not available or fails in the prefix provided
3533
3534Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3535
3536 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3537
3538Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3539
3540 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3541 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3542 Fixed a few other problems raised by Charlie Bozeman.
3543 * result/VC/ElementValid[5-7]: fixed the output
3544
3545Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3546
3547 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3548 patches from Charlie Bozeman. Regenerated the HTML docs.
3549
3550Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3551
3552 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3553 for Windows from Igor
3554
3555Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3556
3557 * xmllint.c: applied Justin Fletcher patch for --output or -o
3558
3559Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3560
3561 * win32/libxml2/libxml2.def.src: close #67019
3562
3563Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3564
3565 * xmllint.c: applied Justin Fletcher generic timing patch
3566 similar to the one already applied to xsltproc.
3567
3568Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3569
3570 * include/libxml/tree.h tree.c: applied documentation patches
3571 from Charlie Bozeman
3572
3573Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3574
3575 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3576
3577Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3578
3579 * valid.c: fix the xmlStrdup() used in the previous patch.
3580 * valid.c: added --dropdtd
3581 * tree.c: fixed xmlUnlinkNode so it also removes the references
3582 from the document if the node is a DTD
3583
3584Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3585
3586 * HTMLtree.c valid.c: cleanup some static declarations
3587
3588Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3589
3590 * xmllint.c: removed another strdup()
3591 * doc/FAQ: removed the HP/UX entry
3592
3593Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3594
3595 * valid.c: fix bug #66816 when validating.
3596 * xmllint.c: don't use sys/time.h if configure did not found it
3597
3598Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3599
3600 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3601 xmlcatalog_man.xml
3602
3603Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3604
3605 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3606 xmlInitMemory() was declared twice
3607
3608Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3609
3610 * globals.c: do not reference strdup() !
3611 * configure.in libxml-2.0.pc.in: trying to fix the libs
3612 of the various config extraction modules
3613
3614Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3615
3616 * configure.in : preparing 2.4.12
3617 * doc/* : updated and rebuilt the docs
3618
3619Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3620
3621 * uri.c: closed bug #66159
3622 * testURI.c: added --escape option
3623 * configure.in: some cleanup for xml2-config --cflags
3624
3625Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3626
3627 * globals.c testThreads.c: removed some misplaced includes
3628 of xmlversion.h
3629
3630Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3631
3632 * threads.c: patch from Gary Pennington fixing a possible
3633 problem at initialization time.
3634
3635Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3636
3637 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3638 Eric Lavigne contribution to build libxml2 on MacOS using
3639 CodeWarrior.
3640
3641Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3642
3643 * xmllint.c: applied Geert Kloosterman's patch to fix
3644 --repeat --timing output
3645
3646Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3647
3648 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3649 where non-wellformed XML declaractions were not detected.
3650
3651Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3652
3653 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3654
3655Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3656
3657 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3658 gets reset by xmlCleanupInputCallbacks() and this makes the
3659 function useless. Same for output.
3660
3661Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3662
3663 * xmlIO.c: robert pointed out a loop error in callback cleanups
3664
3665Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3666
3667 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3668 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3669 they are not really tied to debugging
3670
3671Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3672
3673 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3674 * xmllint.c: better --catalogs description
3675
3676Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3677
3678 * tree.c: fixed a couple of problems in xmlSetProp()
3679
3680Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3681
3682 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3683 unappropriate stdout output.
3684
3685Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3686
3687 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3688 by Denis Beurive, closes #65111
3689
3690Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3691
3692 * valid.c: in case of content model validity error, don't
3693 print it if validity warnings were not requested.
3694
3695Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3696
3697 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3698 * parserInternals.c: removed the last exit() call. Print an
3699 unmaskable error on stderr instead (library mismatch detection)
3700
3701Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3702
3703 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3704 shell instructions from Heiko Rupp
3705
3706Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3707
3708 * catalog.c: use the URL notation file:// for default catalog paths
3709
3710Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3711
3712 * include/libxml/tree.h: better comments for _private fields
3713 * tree.c: removed a problem when copying an entity reference.
3714
3715Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3716
3717 * vms/*: updated instructions and diffs from John A Fotheringham
3718
3719Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3720
3721 * include/libxml/xmlerror.h: avoid an include problem if
3722 #include <libxml/xmlerror.h> happens first in code
3723 seems to be the case in KDE libs
3724
3725Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3726
3727 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3728 from Igor for Windows
3729
3730Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3731
3732 * Makefile.am: Gary Pennington pointed out a missing prefix
3733
3734Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3735
3736 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3737 * doc/*: upgraded and rebuilt the docs
3738
3739Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3740
3741 * HTMLparser.c: fix comment in scripts element parsing.
3742 * result/HTML/doc3*: updated the results.
3743
3744Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3745
3746 * uri.c: another URI bug fix #63336, using Joel Young patch.
3747
3748Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3749
3750 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3751 a cleaned up version of the Pwd shell string generation.
3752
3753Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3754
3755 * valid.c include/libxml/tree.h: trying to fix namespaces +
3756 validation problems for good, closing #63619 in the process
3757 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3758 wrong in this respect, fixed it.
3759
3760Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3761
3762 * xmllint.c: Morus Walter patch to allow --format and --encode
3763
3764Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3765
3766 * debugXML.c: Stefan Kost provided an help command for the shell
3767
3768Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3769
3770 * debugXML.c: Heiko Rupp pointed that the shell would crash
3771 on empty nodesets returns.
3772
3773Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3774
3775 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3776 migh need the history libraries
3777
3778Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3779
3780 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3781 handle the case of < in quoted attributes, Bastian Kleineidam
3782
3783Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3784
3785 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3786 fixing catalog breakages
3787 * Makefile.am catalog.c result/catalogs/catal
3788 result/catalogs/mycatalog.* test/catalogs/catal*:
3789 fixed more problems in catalog support, added more regression tests
3790 for both XML and SGML catalog handling
3791
3792Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3793
3794 * debugXML.c: applied an improvement to xmlGetLineNo() from
3795 Keith Isdale
3796
3797Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3798
3799 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3800 Side effect of the progressive catalog loading
3801
3802Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3803
3804 * Makefile.am: confexecdir and confexec_DATA were defined twice
3805 pointed out by Karl Eichwalder
3806
3807Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3808
3809 * xmlcatalog.c: avoid unlink() and use remove() instead.
3810
3811Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3812
3813 * libxml.spec.in: cleanup
3814 * include/libxml/xmlwin32version.h: updated with 2.4.8
3815
3816Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3817
3818 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3819 of compiling libxml with a non standard set of options
3820
3821Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3822
3823 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3824 document --sgml option, fixing gnome bugzilla #63382
3825
3826Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3827
3828 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3829 breakage of 2.4.7, added a couple of really needed APIs
3830 like xmlCatalogIsEmpty() and xmlNewCatalog()
3831 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3832 for install-catalog
3833 * configure.in: preparing 2.4.8
3834
3835Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3836
3837 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3838 include/libxml/tree.h include/libxml/xmlIO.h: more include
3839 cleanups, export cleanly one html output + format function.
3840
3841Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3842
3843 * parser.c: removed initGenericErrorDefaultFunc call from
3844 xmlInitParser() since it could destroy previous calls to
3845 xsltSetGenericErrorFunc() effects
3846
3847Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3848
3849 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3850 keyword.
3851
3852Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3853
3854 * Makefile.am: cleanup
3855 * threads.c: cleanup too
3856 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3857 from xsltproc
3858 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003859 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003860
3861Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3862
3863 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3864 was not used anymore !
3865
3866Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * configure.in: preparing 2.4.7
3869 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3870 manual page from John
3871 * doc/*: updated the doc and rebuilt the generated pages
3872
3873Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3874
3875 * xmlIO.c: closing bug #62711, the library should never
3876 close stdin or stdout.
3877
3878Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3879
3880 * uri.c: second pass at fixing #63336, using Joel Young
3881 final patch. looks okay.
3882
3883Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3884
3885 * uri.c include/libxml/uri.h: trying to clear #63336
3886 allowing the escaping routine to parse unconformant
3887 URI-References.
3888
3889Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3890
3891 * vms/readme.vms vms/build_libxml.com nanoftp.c
3892 include/libxml/xmlversion.h.in: a few VMS updates from
3893 John A Fotheringham
3894 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3895 and xmlCleanupOutputCallbacks() for the Perl binding people.
3896
3897Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3898
3899 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3900 apply fixes to close #63271 and avoid segfaults when
3901 the error routine gets callbed before xmlInitParser()
3902 get called.
3903 * nanoftp.c error.c: Applied patches from Justin Fletcher
3904 correcting some xmlGenericError misuses.
3905
3906Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3907
3908 *doc/xmllint.xml, doc/xmllint.1
3909 New and improved man page for xmllint - .xml is the original, .1
3910 is the generated man page
3911
3912Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3913
3914 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3915 the web site from the main HTML document.
3916
3917Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3918
3919 * parser.c: fixed an erroneous validation bug when PE refs
3920 occurs in external parsed entities referenced from the
3921 internals subset
3922 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3923 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3924 added the associated testcase, it's a nice one.
3925 * HTMLparser.c: generate the DTD node as HTML still ...
3926 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3927
3928Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3929
3930 * HTMLparser.c: fixed a bug in htmlNewDoc()
3931
3932Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3933
3934 * test/threads/*: added entities testing to the Thread test
3935 * testThreads.c: make the test reasonable
3936 * DOCBparser.c: fix the DTD public and system ID
3937 * xmllint.c: added --sgml for SGML DocBook importing
3938 * Makefile.am: added Docbtests target
3939
3940Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3941
3942 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3943 * testThreads.c: removed bogus include
3944
3945Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3946
3947 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3948 fixed a very serious (looping) validation bug
3949
3950Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3951
3952 * include/libxml/globals.h include/libxml/threads.h threads.c
3953 testThreads.c: far more testing, cleaning up bugs
3954 * *.c : make sure globals.h is always included.
3955
3956Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3957
3958 * HTMLparser.c: try to get rid of parser loops for good.
3959
3960Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3961
3962 * configure.in: fixed some bugs in CFLAGS passing.
3963 * test/threads Makefile.am testThreads.c: added a specific
3964 threaded test case (really nasty, guaranteed).
3965
3966Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3967
3968 * catalog.c: serious cleanup on the management of the
3969 XML catalog tree, more tests done, especially with
3970 the catalog PI.
3971
3972Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3973
3974 * catalog.c: avoid a problem in catalog cleanup on SMP if
3975 catalogs were not initialized.
3976
3977Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3978
3979 * catalog.c xpath.c: trying to cleanup the not thread safe
3980 parts of the library.
3981
3982Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3983
3984 * include/libxml/globals.h configure.in global.data: make
3985 the allocation be per-thread a configure option
3986 * encoding.c include/libxml/parser.h: fixed compilation
3987 errors
3988
3989Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3990
3991 * include/libxml/parser.h: Norm reported that a few lines
3992 added were breaking libxslt compile, removed them for now
3993
3994Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3995
3996 * parser.c parserInternals.c threads.c: debugged and fixed
3997 initialization problems which were giving troubles on SMP
3998 boxes.
3999
4000Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4001
4002 * include/libxml/Makefile.am: missing globals.h
4003
4004Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4005
4006 * globals.c: added a couple of standard includes.
4007
4008Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4009
4010 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4011 include/libxml/parserInternals.h include/libxml/tree.h
4012 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4013 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4014 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4015 Applied the last patches from Gary, cleanup, activated threading
4016 all user accessible global variables are now handled in globals.[ch]
4017 Still a bit rought but make tests passes with either
4018 --with-threads defined at configure time or not.
4019 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4020 linking options
4021
4022Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * Makefile.am include/libxml/Makefile.am
4025 include/libxml/globals.h globals.c include/libxml/threads.h
4026 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4027 configure.in: started integrating the core of the thread support
4028 not activated yet but half integrated. The code should still
4029 compile and work anyway.
4030
4031Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4032
4033 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4034 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4035 integrating the non-controversial parts of Gary Pennington
4036 multithread patches
4037 * catalog.c: corrected a small bug introduced
4038
4039Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4040
4041 * catalog.c include/libxml/catalog.h: very serious cleanup,
4042 isolating unportable code and as much as possible the accesses
4043 to the global shared catalog. May need more testing !
4044
4045Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4048 Keith Isdale patches for the XSLT debugger interfaces. Some
4049 cleanup
4050
4051Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4052
4053 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4054 * DOCBparser.c: generate line nubers in elements
4055
4056Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4057
4058 * configure.in: preparing 2.4.6 release
4059 * doc/xml.html doc/html/*: updated and rebuilt the docs
4060 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4061
4062Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4063
4064 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4065 adding documentation for DV's supercatalog support
4066
4067Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4068
4069 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4070 super catalog support adding one API and one flag --sgml to
4071 xmlcatalog
4072
4073Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4074
4075 * doc/xmlcatalog_man.xml, xmlcatalog.1
4076 One more crack at
4077 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4078
4079
4080Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4081
4082 * xpath.c: implemented xmlXPathObjectCopy for external objects
4083 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4084
4085Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4086
4087 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4088 finishing up fix to
4089 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4090 the xmlcatalog man page display more elegantly
4091
4092Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4093
4094 * configure.in: closing bug #61832
4095 * HTMLparser.c: removed a warning
4096
4097Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4098
4099 * xpath.c: fixing #61673 part I, do not loose doc information
4100 when copying result value trees.
4101
4102Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4103
4104 * xpath.c: trying to harden the XPath interpreter
4105
4106Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4107
4108 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4109 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4110
4111Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4112
4113 * HTMLparser: repaired another loop problem
4114
4115Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4116
4117 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4118 parsing.
4119 * xpath.c: fix bug #61291 the default XML namespace node is
4120 missing from the namespace axis.
4121 * tree.c: refuse to create namespaces nodes with prefix "xml"
4122
4123Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4124
4125 * SAX.c: ouch a non-defined namespace could lead to a crash,
4126 fixed #61215
4127
4128Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4129
4130 * parserInternals.c: closed bug #61054
4131
4132Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * include/libxml/Makefile.am: closing #60708
4135
4136Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4137
4138 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4139 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4140
4141Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4144
4145Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4146
4147 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4148 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4149
4150Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4151
4152 * catalog.c: Justin Fletcher provided cleaup code in case
4153 HAVE_STAT is not defined
4154 * include/win32config.h: Igor Zlatkovic suggested to have
4155 HAVE_STAT defined there
4156
4157Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4158
4159 * catalog.c - fixed typing error reported by M. Barros
4160
4161Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4162
4163 * xmllint.c - fixing typo
4164
4165Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4166
4167 * HTMLparser.c: small enhancement to prevent loop on
4168 unrecognizable data
4169
4170Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4171
4172 * parserInternals.c: applying patch from bug #60757 this
4173 should close it
4174
4175Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4176
4177 * catalog.c xmlcatalog.c: removed a couple of warning
4178 * xpath.c: try to solve the linking problem on platforms
4179 needing trio to compile
4180
4181Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4182
4183 * Makefile.am libxml.spec.in: backing up non-documented changes
4184 commited without review or aproval by Jens Finke <jens@gnome.org>
4185 * HACKING: made 100% clear that no commit should be done directly
4186
4187Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4188
4189 * configure.in: Joe Orton provided a patch fixing a problem
4190 when iconv is specified to be in a non-standard directory
4191 but wasn't exported in xml2-config --cflags
4192
4193Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4194
4195 * configure.in: let's ship 2.4.5 before getting too much
4196 troubles with 2.4.4 errors.
4197
4198Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4199
4200 * encoding.c entities.c: do not output hexadecimal charrefs
4201 when serializing HTML since some version of Netscape can't
4202 grok it, generate decimal ones.
4203 * result/HTML/doc3.htm: output changed due to previous test
4204 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4205
4206Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4207
4208 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4209 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4210
4211Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4212 Released 2.4.4
4213
4214 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4215 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4216 updated the configuration scripts systems accordingly
4217
4218Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4219
4220 * configure.in: preparing for 2.4.4
4221 * doc/xml.html doc/html/*: updated and rebuilt the docs
4222
4223Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4224
4225 * win32/dsp/libxml2.def.src: tried to incorporate comments
4226 from bug #59220
4227
4228Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4229
4230 * parser.c result/noent/wml.xml: fixed bug #59981 related
4231 to handling of '&' in attributes when entities are substitued
4232
4233Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4234
4235 * libxml.h include/libxml/xmlversion.h.in
4236 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4237 Tried to close bug #60131
4238
4239Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4240
4241 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4242
4243Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4244
4245 * SAX.c: fixing bug #59946 on xmlns=""
4246
4247Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4248
4249 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4250 but allocates a new error code.
4251
4252Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4253
4254 * xmllint.c: John Fleck fixed typos in the options output
4255 * parser.c SAX.c: fix ignorable white space SAX selection
4256
4257Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4258
4259 * entities.c: Steve Underwood found the possibility of an
4260 ininite loop in case of error.
4261
4262Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4263
4264 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4265
4266Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4267
4268 * parser.c: warn if version is not 1.0 but it's not
4269 strictly speaking an error after analyzing the spec
4270
4271Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4272
4273 *doc/catalog.html - add link to the html version of the
4274 man page, other linguistic cleanups
4275
4276Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4277
4278 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4279 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4280 file, has not yet been included in the build.
4281
4282Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4283
4284 * catalog.c: removed a duplicate affectation Justin Fletcher
4285
4286Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4287
4288 * tree.c: Armin Sander pointed a possible text coalescing
4289 problem, completed his patch.
4290
4291Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4292
4293 * trionan.c: Fixed const and volatile re-definition problem
4294
4295Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4296
4297 * libxml.4 parser.c: doc updates from Heiko Rupp
4298 * parserInternals.c: 2 sanity checks from Heiko Rupp
4299
4300Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4301
4302 * tree.c: applied patch from Armin Sander to make some pointers
4303 const in xmlCopyNode()
4304 * include/libxml/tree.h: added fix to the header
4305
4306Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4307
4308 * xpath.c: hum, restrict the integer usage gcc bug workaround
4309 to only gcc compilers so that other architecture don't get
4310 penalized by this limitation.
4311 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4312
4313Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4314
4315 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4316 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4317
4318Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4321 --convert option to xmlcatalog to convert SGML ones to
4322 the XML syntax.
4323 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4324
4325 2.4.3 got released at that point
4326Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4327
4328 * catalog.c xmlIO.c: started some serious testing and fixed
4329 a few bug and optmization needs.
4330
4331Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4332
4333 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4334 preparing for a 2.4.3 release even if it may not be ready yet
4335 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4336 all file parsing lookup to go through the entity resolver, add
4337 to add an API to bypass it (needed to load catalogs themselves),
4338 some cleanup on the catalog code too.
4339 * nanoftp.c: small cleanup
4340 * doc/catalog.html: small update
4341
4342Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4343
4344 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4345 Jun Kuriyama
4346
4347Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4348
4349 * doc/catalog.html: finished the catalog documentation
4350
4351Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4352
4353 * doc/catalog.html doc/xml.html: added documentation about
4354 Catalog support, misses an API description
4355 * doc/html/*: reextracted the API pages
4356
4357Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4358
4359 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4360 Added the part about section 7.2 on URI resolution,
4361 fixed a side effect in the HTML parser, look complete
4362 and ready to rock except the URI/SystemID part!
4363
4364Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4365
4366 * include/libxml/catalog.h include/libxml/parser.h
4367 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4368 xmlIO.c: added support and APIs needed for the catalog PI
4369 * include/libxml/xmlIO.h: cleanup
4370
4371Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4372
4373 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4374 include/libxml/catalog.h: starts to look okay, really
4375 plugged the new framework, cleaned a lot of stuff,
4376 added some APIs, except the PI's support missing this
4377 should be mostly complete
4378 * result/catalogs/* test/catalogs/*: added new test, enriched
4379 the existing one with URN ID tests
4380
4381Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4382
4383 * catalog.c: fixed nextCatalog
4384 * result/catalogs/docbook test/catalogs/*: started adding
4385 a small regression test
4386
4387Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4390 more work on the XML catalog support.
4391 * parser.c include/libxml/parser.h: small cleanup seems using
4392 list as a public parameter name can give portability troubles
4393 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4394 include/libxml/xpath.h include/libxml/Makefile.am: removed
4395 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4396 wrappers
4397
4398Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4399
4400 * Makefile.am trio.c triodef.h trionan.c xpath.c
4401 include/libxml/Makefile.am include/libxml/trionan.h:
4402 Re-worked Not-A-Number and Infinity support.
4403 * xmlcatalog.c: added readline include files
4404
4405Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4408 testCatalog as xmlcatalog, making it an installed app
4409 adding a shell, and preparing it to be a /etc/xml/catalog
4410 management tool, though not ready yet
4411 * catalog.c include/libxml/catalog.h: adding support for
4412 XML Catalogs http://www.oasis-open.org/committees/entity/
4413 not finished, there is some interesting tradeoffs and a
4414 few open questions left.
4415
4416Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4417
4418 * xmllint.c: fixed a line formatting problem
4419
4420Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4421
4422 * SAX.c: removed a couple of unused variable (Albert Chin)
4423
4424Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4425
4426 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4427 trying to fix some troubles w.r.t. function returning
4428 const xxxPtr.
4429
4430Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4431
4432 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4433 defined
4434
4435Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4436
4437 * xpointer.c: removed unused var
4438
4439Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4440
4441 * testXPath.c: another small cleanup closing bug #59110
4442
4443Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4444
4445 * win32/dsp/libxml2.def.src: small cleanup closing bug
4446 #59108
4447
4448Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4449
4450 * example/gjobread.c: add xmlCleanupParser() before leaving
4451
4452Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4453
4454 * config.h.in configure.in include/libxml/xmlwin32version.h:
4455 released 2.4.2
4456
4457Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4458
4459 * include/libxml/valid.h debugXML.c valid.c: deprecate
4460 the non-boundchecking Sprintf functions, add Snprintf
4461 this should close bug #57984
4462
4463Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4464
4465 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4466 URIs before doing the lookups (pointed by Mark Vakoc)
4467
4468Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4469
4470 * xpath.c: serious changes on Result Value Trees and NodeSets
4471 w.r.t. deallocation and collect operations. Probably not
4472 100% clean (merge of allocated trees smells like a problem).
4473 Seems sufficient to close #58943
4474
4475Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4476
4477 * xmllint.c: adding a --format option
4478
4479Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4480
4481 * xpath.c: count() was broken on Result Value Tree
4482 * xmlIO.c: fixed file:/// accesses on _WIN32
4483
4484Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4485
4486 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4487 macro was renamed, this should close bug #58683
4488
4489Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4490
4491 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4492 entity substitution mode text at the end of the entity might
4493 be added due to text coalescing.
4494 * nanoftp.c parser.c: small cleanup
4495
4496Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4497
4498 * HACKING: added John Fleck right to commit in the doc subdir
4499
4500Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4501
4502 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4503 allow to inherit attributes from the DTD directly in the
4504 tree, this is needed for XPath and can be a useful feature.
4505 Inherited namespaces are always provided at the tree level now
4506 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4507 of tests for this feature (XSLT being the prime user).
4508
4509Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4510
4511 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4512 testSAX.c xmlIO.c xmllint.c include/win32config.h
4513 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4514 include/libxml/xmlwin32version.h.in win32/README.MSDev
4515 win32/dsp/*: applied Win32 Facelift No.2 patches from
4516 Igor Zlatkovic for Windows/MSC
4517
4518Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4519
4520 * SAX.c: unparsedEntityDecl() the URI computation of the
4521 entity wasn't done breaking XSLT unparsed-entity-uri()
4522
4523Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4524
4525 * xpath.c: fixed a bug when walking the descendants and
4526 the current node has no children
4527 * debugXML.c: show up when a text node is supposed to not be escaped
4528
4529Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4530
4531 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4532 worked like the set:leading() function)
4533 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4534
4535Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4536
4537 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4538
4539Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4540
4541 * include/libxml/xmlIO.h: apply change to close #58141
4542 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4543
4544Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4545
4546 * parser.c: when the internal subset uses a PE, then the
4547 included entity can use conditional sections.
4548
4549Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4550
4551 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4552 when walking the namespace axis showing up in
4553 libxst/tests/general/bug-12
4554 * xmlmemory.c: added the possibility to trace a given block
4555 defined by its address
4556
4557Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4558
4559 * parser.c: don't override existing encoding specified before
4560 starting xmlParseDocument()
4561
4562Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4563
4564 * include/libxml/xmlwin32version.h: reinserted, needed for
4565 Windows users of CVS
4566
45672001-07-27 Darin Adler <darin@bentspoon.com>
4568
4569 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4570 * testCatalog.c: Add include of <libxml/parser.h>.
4571
45722001-07-27 Darin Adler <darin@bentspoon.com>
4573
4574 * include/libxml/.cvsignore:
4575 * include/libxml/xmlwin32version.h:
4576 Remove this file from CVS because it's generated.
4577
4578Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4579
4580 * parser.c include/libxml/parser.h: applied const patches from
4581 Tom Moog #58002
4582
4583Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4584
4585 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4586 lookup framework
4587
4588Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4589
4590 * tree.c: fixed xmlCopyNode() for documents
4591
4592Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4593
4594 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4595
4596Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4597
4598 * parser.c: fixes bug #57652 reported by Morus Walter
4599
4600Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4601
4602 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4603
4604Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4605
4606 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4607 errors, lesson don't add new functions at 1am before a release
4608 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4609 from XPath initialization when possible.
4610
4611Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4612
4613 * result/scripts/base*: removing history/readline changed
4614 this slightly
4615 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4616 xmllint.c: make element content line number generation
4617 optionnal to avoid breaking old apps added interface to switch
4618
4619Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4620
4621 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004622 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004623 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4624 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4625 John Kroll fixes to allow saving to HTTP via PUT (or
4626 POST of needed).
4627 * doc/html/*.html: regenerated the docs
4628
4629Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4630
4631 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4632 xmlHashScanFull and xmlHashScannFull3 to get passed the
4633 three keys as arguments to the callback function
4634
4635Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4636
4637 * configure.in Makefile.am: removed libxml softlink for good
4638 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4639 100% coverage by gtk-doc
4640
4641Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4642
4643 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4644 fixed serious troubles due to size_t vs. int mismatch
4645
4646Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4647
4648 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4649
4650Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4651
4652 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4653 convenient extension API for value and context managing
4654 Now handles external objects through xmlXPathPopExternal,
4655 xmlXPathWrapExternal and xmlXPathReturnExternal.
4656 Added functions for sets operations (intersection, etc.)
4657
4658Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4659
4660 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4661 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4662 HTMLparser.c: cleanup of global variables, marking some
4663 const or private.
4664
4665Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4666
4667 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4668 fixed xmlXPathNodeSetItem when passing index=0
4669
4670Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4671
4672 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4673
4674Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4675
4676 * xmllint.c: fixed compilation under Cygwin #57503
4677 * TODO: update
4678
46792001-07-13 Peter Williams <peterw@ximian.com>
4680
4681 * config.h.in: add #undef HAVE_DLFCN_H
4682
4683 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4684 builddir.
4685
4686Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4687
4688 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4689 raised by #57348 and #57381
4690
4691Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4692
4693 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4694 tree.c xpointer.c: store the line numbder in element->content,
4695 may break some software, need a configuration mechanism
4696
46972001-07-10 Darin Adler <darin@bentspoon.com>
4698
4699 * .cvsignore:
4700 * example/.cvsignore:
4701 * include/.cvsignore:
4702 * include/libxml/.cvsignore:
4703 Various things that are generated and should be ignored.
4704
4705Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4708 * doc/xml.html doc/html/*: updated the docs
4709
4710Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4711
4712 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4713 validation occured on content with element child
4714
4715Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4716
4717 * tree.c: fixed XML Base computation which was broken
4718 * debugXML.c: added a base function to the shell
4719 * Makefile.am result/scripts/* test/scripts/*: added scripts
4720 based regression tests, and adding 2 XML Base tests
4721
4722Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4723
4724 * tree.c: set properties doc and call xmlSetListDoc for properties
4725 content when grafting them in a different tree.
4726 * aclocal.m4: remove from CVS
4727
4728Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4729
4730 * win32/libxml2/libxml2.def.src: added some missing entry point
4731 for XPath (Mark Vakoc)
4732
4733Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4734
4735 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4736 layer should URI-Unescape before trying to open resources.
4737
4738Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4739
4740 * xpath.c: fix the name() bug for elements in the default
4741 namespace reported by Charlie Bozeman
4742
4743Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4744
4745 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4746 led to an XPath fix, improvements of SAX initialization, and
4747 an added option --nocdata to testXPath
4748
4749Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4750
4751 * doc/libxml-doc.el: Felix Natter provided anew version working
4752 with XEmacs too
4753
4754Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4755
4756 * include/libxml/xpath.h: small cleanup
4757 * doc/xml.html: update
4758
4759Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4760
4761 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4762 released 2.3.14
4763
4764Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4765
4766 * doc/html/*: rebuilt the docs for the release
4767 * doc/xml.html: added 2.3.14 release.
4768
4769Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4770
4771 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4772 were not equal to empty strings
4773
4774Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4775
4776 * SAX.c: fixed a URI-Reference computation problem when validating
4777 * xmlIO.c: small cleanup
4778
4779Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4780
4781 * parser.c: improved the description of a couple of interfaces
4782 upon Larry Stamper suggestion
4783
4784Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4785
4786 * SAX.c entities.c parser.c: changed completely the way entities
4787 are handled when running the parser in entity substitution mode.
4788 This fixes a bug reported by Stephan Kulow and nearly divides
4789 by 3 the amount of memory required by libxslt to load and process
4790 DocBook TDG.
4791
4792Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4793
4794 * HTMLparser.c: fixing a too early root closing problem raised
4795 byt Prashanth Naidu
4796
4797Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4798
4799 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4800 raised by Mark Vakoc.
4801
4802Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4803
4804 * example/Makefile.am: fixed the include path to add srcdir/include
4805 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4806 and some cleanup
4807
4808Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4811 lot of optimization work, results in significant improvements
4812 when handling really complex XPath queries. Add a small optimizer
4813 for unions, improve [n] and [last()], avoid some costly ops.
4814
4815Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4816
4817 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4818 * xpath.c: small cleanup
4819 * xmlGetNsList: reformated, fixed problems if used on Entities
4820
4821Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4822
4823 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4824
4825Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4826
4827 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4828 * Makefile.am example/Makefile.am: workaround automake generating
4829 erroneous deps
4830
4831Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4832
4833 * include/win32config.h: bug #56801 Yon Derek provided a patch
4834 to the windows config file.
4835
4836Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4837
4838 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4839 libxml.h : Yon Derek provided a set of changes to compile from
4840 CVS on Windows/MSC
4841
4842Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4843
4844 * parser.c: fixed UTF8 BOM support in push mode
4845 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4846 added a specific testcase
4847
4848Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * Makefile.am: added --push regression tests
4851 * parserInternals.c: the XML parser segfaulted in --push mode
4852
4853Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4854
4855 * configure.in: moved the symlinks detection within a CVS
4856 check, this is not portable and will be removed soon.
4857 * xpath.c: small cleanup/speedup
4858
4859Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4860
4861 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4862 release of 2.3.12
4863 * parser.c: make an error message if unknow entities in all cases
4864
4865Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4866
4867 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4868
4869Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4870
4871 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4872 includes were installed in the wrong dir
4873
4874Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4875
4876 * doc/html.xml: warn against sending code to exhibit bugs.
4877
4878Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4879
4880 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4881 Tru64 from Thomas Leitner
4882
4883Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4884
4885 * AUTHORS: added William and Bjorn
4886 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4887 daniel@veillard.com hopefully I won't have to do this again
4888 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4889 docs can be rebuilt cleanly now
4890 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4891 from CVs it's generated, added include/libxml/xmlwin32version.h
4892 also generated but which should change far less frequently.
4893 * catalog.c nanoftp.c: made sure to include libxml.h not
4894 libxml/xmlversion.h directly
4895 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4896 when compiling on WIN32 and MSC
4897
4898Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4899
4900 * include/Makefile.am include/libxml/Makefile.am configure.in:
4901 fixed make distcheck and rebuilding the rpms
4902
4903Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4904
4905 * configure.in: should finish the migration of exported includes
4906 into a real include/libxml in CVS, at least for CVS users.
4907 * removed the exported headers, added in include/libxml (as well
4908 as xmlversion.h.in).
4909
4910Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4911
4912 * configure.in: fixed the way to detect symlink
4913
4914Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4915
4916 * configure.in: updated, include/libxml is now a real CVS dir
4917
4918Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4921 version works with both libxml1 and libxml2 (it autodetects
4922 the prefix of the html-files) from Felix Natter.
4923 * doc/xml.html: updated doc accordingly
4924
4925Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4926
4927 * xpath.c: fixed the bug generating a template loop in libxslt
4928 when using docbook-xsl-1.4, * should filter out document nodes
4929 * HACKING: added William
4930 * TODO: updated
4931
4932Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4933
4934 * doc/FAQ.html: added a warning about gcc-3.0
4935 * doc/xml.html: added reference to gdome2 and removed a confusing
4936 sentence
4937
4938Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4939
4940 * xmlversion.h: okay this is a generated file, but Windows
4941 users need it and they can't generate it, and I want CVS
4942 Windows users ...
4943 * win32/libxml2/libxml2_so.dsp: Windows project file for
4944 the shared lib version of libxml2
4945 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4946 resources needed for libxslt/xsltproc by Yon Derek
4947
4948Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4949
4950 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4951
4952Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4953
4954 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4955
4956Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4957
4958 * include/win32config.h: Yon Derek provided a first fix
4959 to be able to compile libxslt/xsltproc on Windows
4960
4961Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4962
4963 * xpath.c: attempt to work around what seemed a gcc optimizer
4964 bug when handling floats on i386 http://veillard.com/gcc.bug
4965 * tree.c entities.c encoding.c: doing some cleanups while
4966 chasing it
4967
4968Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4969
4970 * Makefile.am: cleanup when --without-debug is specified
4971 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4972 w.r.t. --without-debug and other include points
4973 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4974 Catalogs
4975 * configure.in entities.h tree.h HTMLparser.c: removed
4976 --without-corba, made the _private field mandatory
4977
4978Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4979
4980 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4981 outputs a BOM in UTF8, an errata has been issued to avoid the
4982 problem, that was the most reasonable solution... Add support
4983 for a leading UTF8 BOM in entities.
4984
4985Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4986
4987 * valid.c: fixed a bug found when post validating an entity ref
4988 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4989 activate it too
4990
4991Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4992
4993 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4994 weakness in the node copy the XPointer and the XInclude
4995 implementations. Serious cleanup.
4996
4997Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4998
4999 * Makefile.am: Kjartan Maraas provided a small patch to
5000 add xml2-config.in to EXTRA_DIST
5001
5002Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5003
5004 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5005 provided another failing case found in KDE, the way the
5006 ctxt->vctxt.nodeTab was allocated and freed changed over
5007 time but it wasn't completely cleaned up. This should fix it.
5008
5009Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5010
5011 * parser.c: Stephan Kulow also raised the fact that line number
5012 could get miscounted making debug harder, fixed the problem
5013 in xmlParseCharData()
5014
5015Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5016
5017 * valid.c: Stephan Kulow pointed out a problem when validating
5018 and using an empty entity, forgot a 'break' in a case.
5019
5020Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5021
5022 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5023 * doc/xml.html: updated with 2.3.11
5024
5025Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5026
5027 * TODO: updated adding cleanup of generated doc
5028 * configure.in: prepared to release 2.3.11
5029 * xmllint.c: added --version for bug reporting
5030 * doc/html/*.html: rebuilt the doc
5031
5032Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5033
5034 * xpath.c: first part of the work on selecting namespace to
5035 fix bug #56115
5036
5037Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5040 when using -liconv
5041 * TODO: updated
5042
5043Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5044
5045 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5046 cleanup, encoding support.
5047
5048Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5049
5050 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5051
5052Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5053
5054 * xpath.c: bug detected by Ankh when / is used as a function arg
5055
5056Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5057
5058 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5059 of element and use it to avoid outputting formatting spaces at
5060 the wrong place. Implemented the format parameter for HTML save.
5061 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5062 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5063 result/HTML/wired.html: of course this impact the result of a
5064 number of HTML tests
5065
5066Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5067
5068 * HTMLtree.[ch]: started augmenting the HTML save API with
5069 encoding and formatting parameters
5070
5071Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5072
5073 * HTMLtree.h: cleanup and started evaluating the work needed on
5074 revamping the HTML output code
5075
5076Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5077
5078 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5079
5080Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5081
5082 * valid.c: fixed bug #56049, forgot one check in the
5083 validation routine
5084
5085Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5086
5087 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5088
5089Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5090
5091 * libxml.h: fixed an error in last commit
5092 * doc/FAQ.html: added an entry for compilation from CVS
5093
5094Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096 * xmlversion.h.in libxml.h: Cygwin patches
5097 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5098 * tree.h: cleanup
5099
5100Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5101
5102 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5103 memory block in a strange case where libxml is linked twice
5104 in the binary.
5105
5106Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5107
5108 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5109 state far too often, simple fix used to avoid it.
5110
5111Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5112
5113 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5114 being processed, applied his patch
5115 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5116
5117Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5120 provided fixes to compile on MSCC again
5121 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5122 also provided an update for the project files.
5123
5124Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5125
5126 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5127 bug #55810
5128
5129Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5130
5131 * tree.c: fixed xmlGetNsProp() to close bug #55683
5132 Note this requires libxslt to use it's own function instead.
5133
5134Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5135
5136 * HTMLtree.c: when in a pre element no formatting space should
5137 be added.
5138 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5139
5140Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5141
5142 * configure.in: added tests for signal() and signal.h
5143
5144Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5145
5146 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5147
5148Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * doc/libxml-doc.el: Felix Natter provided a new version for
5151 libxml2
5152
5153Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5154
5155 * HTMLtree.c: when in a pre element no formatting space should
5156 be added.
5157
5158Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5159
5160 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5161
5162Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5163
5164 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5165 hack
5166 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5167 * uri.c: fixed a warning
5168
5169Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5170
5171 * HTMLtree.c: trying to close bug #55772 escaping in script
5172 elements
5173 * doc/xml.html: suggest to send mail to the list
5174
5175Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5176
5177 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5178 good. Use a macro and based on the solution provided in
5179 vsnprintf manual page from GNU.
5180
5181Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5182
5183 * error.c: Workaround for non-preserving variadic list.
5184 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5185
5186Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5187
5188 * doc/xml.html: added 2.3.10 release
5189
5190Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * configure.in: releasing 2.3.10
5193
5194Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5197
5198Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * encoding.c: Robert Collins provided a patch to add the
5201 "US-ASCII" encoding alias
5202
5203Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5204
5205 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5206 string oriented functions and started cleaning the related areas
5207 in xpath.c which needed fixing in this respect
5208
5209Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5210
5211 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5212 #55380
5213 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5214
5215Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5216
5217 * TODO: updated
5218 * nanohttp.[ch] : started adding APIs to get the redirected URL
5219 when this occurs (needed for further base computation
5220 * tree.h: cleanup
5221 * encoding.c: cleanup
5222 * SAX.c: minor change around ctxt->loadsubset
5223
5224Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5225
5226 * Makefile.am include/Makefile.am: small change to have
5227 include/libxml rebuilt if working from CVS.
5228 * uri.c: applied another patch from Carl Douglas for URI escaping,
5229 this should close bug #51876
5230
5231Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5232
5233 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5234 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5235 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5236 added specific regression test
5237 * parser.h: preparing for the XSLT mode where DTD inherited
5238 attributes are added to the tree.
5239
5240Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5241
5242 * xinclude.[ch]: Updated the namespace for the Last Call version
5243 * result/XInclude/include test/XInclude/include: updated the
5244 testsuite accordingly
5245
5246Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5247
5248 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5249 related to bug #51876
5250
5251Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5252
5253 * tree.c: fixed a gross mistake in base computation, xml:base is
5254 not completely correct yet (need cascade).
5255 * xpath.[ch]: added the few things needed to find a function name
5256 and URI from the XPath context when it is called.
5257
5258Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5259
5260 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5261 * DOCBparser.c: small cleanup
5262 * xmllint.c: added a --catalogs option to load catalogs from
5263 $SGML_CATALOG_FILES
5264 * tree.c: cleanup
5265 * configure.in: iconv library fixup, ICONV_LIBS
5266
5267Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5268
5269 * catalog.c: handling of CATALOG entries. detection of recursion,
5270 and a few bugfixes
5271 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5272 against the default namespace
5273
5274Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5275
5276 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5277
5278Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5279
5280 * parser.c: fixed propagation context info when parsing an
5281 external entity.
5282 * doc/html/*.html: regenerated a couple of docs
5283
5284Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5285
5286 * doc/xml.html: update with 2.3.9 informations
5287
5288Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5291 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5292 * doc/html/* : rebuilt the docs
5293 * valid.c: small patch which may improve some case when
5294 validating.
5295
5296Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5297
5298 * HTMLparser.c: Closed bug #54891
5299 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5300 to the suite
5301
5302Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5303
5304 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5305 applied a documentation patch from LotR and filled in a few missing
5306 descriptions
5307
5308Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * xpath.c tree.c parser.c: speed optimizations at the parser level
5311 document tree freeing and xpath evaluation
5312
5313Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5314
5315 * parser.c parser.h parserInternals.h: fixed a couple of
5316 interfaces for handling memory buffer input to const char *
5317 upon suggestion of JamesH.
5318
5319Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5320
5321 * configure.in: LoTR sent a patch fixing the previous commit
5322
5323Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5324
5325 * configure.in: trying to deal again with the stoopid -R linking
5326 flag of Solaris
5327
5328Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5329
5330 * xpath.h: two nodeset access macros from Thomas Broyer
5331
5332Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5333
5334 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5335 patch from Thomas Broyer
5336
5337Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5338
5339 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5340 case
5341 * INSTALL: was empty added stuff from the FAQ
5342
5343Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5344
5345 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5346 attributes handling and #54433 by adding xmlUnsetProp()
5347 and xmlUnsetNsProp()
5348
5349Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5350
5351 * HTMLparser.c: Patch from Jonas Borgström
5352 (htmlGetEndPriority): New function, returns
5353 the priority of a certain element.
5354 (htmlAutoCloseOnClose): Only close inline elements if they
5355 all have lower or equal priority.
5356 * result/HTML: this of course changed a number of tests results.
5357
5358Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5359
5360 * xmlIO.c catalog.c: plugged in the default catalog resolution
5361 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5362 documentations
5363 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5364
5365Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5366
5367 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5368 integrating catalogs
5369 * catalog.[ch] testCatalog.c: adding a small catalo API
5370 (only SGML catalog support).
5371 * parser.c: restaured xmlKeepBlanksDefault(0) API
5372
5373Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5376
5377Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5378
5379 * parser.c: added xmlParseExternalEntityPrivate() to allow
5380 propagation of ctxt->_private when parsing external entities
5381
5382Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5383
5384 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5385
5386Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5387
5388 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5389
5390Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5391
5392 * valid.c: warn when indeterminist content model is detected
5393 * result/VC/ElementValid8: this adds a message
5394 * Makefile.am: add --novalid for VCM tests
5395 * parserInternals.c: added a call to Init memory
5396
5397Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5400 when both parameters are NULL.
5401
5402Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5403
5404 * valid.c: applied small patch from Gary Pennington, reindented
5405 some part of the code.
5406
5407Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5410 release, updated and regenerated the docs
5411
5412Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5413
5414 * xpath.c result/XPath/expr/floats : clarified and cleanup
5415 printing of abnormal floats in tests.
5416
5417Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5420 * results/HTML/ : a few changes in the output of the HTML tests as
5421 a result.
5422 * configure.in: tying to fix -liconv where needed
5423
5424Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5425
5426 * Makefile.am: fixed a stupid error
5427
5428Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5429
5430 * configure.in Makefile.am: make the inclusion of the trio
5431 modules in the library conditional
5432
5433Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5434
5435 * DOCBparser.c: patche from László Kovács, fixed entities refs
5436 in attributes handling
5437
5438Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5441 flushing
5442
5443Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5444
5445 * xpath.c: fix of an XSLT namespace bug reported on the list
5446 general/bug-8-
5447
5448Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5449
5450 * strio.h trio.c: Dan McNichol suggested a couple of small
5451 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5452
5453Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5454
5455 * tree.c parser.c encoding.c: spent a bit more time looking
5456 at the parsing speed and DOM handling. Added a few more
5457 speedups.
5458
5459Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * parser.c: small but effective parsing speed improvement
5462
5463Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5464
5465 * configure.in: default on the DocBook parser inclusion (for Gnome)
5466 * DOCBparser.h: fixed a header reference
5467
5468Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5469
5470 * configure.in xpath.c: applied Bjorn patches for FPE on the
5471 alpha
5472
5473Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5474
5475 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5476 xmlSaveFormatFileTo()
5477
5478Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5479
5480 * xpath.c: simple and efficient optimization, XPath functions
5481 aways bind to the same code, cache this
5482 * TODO: updated (by saying some is obsolete)
5483
5484Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5485
5486 * xpath.c: more cleanup work on XPath name parsing routines
5487
5488Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5489
5490 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5491 xmlXPathParseName
5492 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5493 * debugXML.c: avoid compilation problems if compiling without
5494 HTML support, Igor Zlatkovic
5495 * win32/libxml2/libxml2.def.src: being able to compile without
5496 XPath on Windows
5497
5498Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5499
5500 * libxml.m4: yet another patch from Toshio Kuratomi
5501
5502Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5503
5504 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5505
5506Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5507
5508 * tree.[ch]: added xmlSaveFormatFile interface for saving
5509 and indenting a file.
5510
5511Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5512
5513 * xpath.c: fixed bug #53689 related to processing-instruction()
5514
5515Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5516
5517 * DOCBparser.c: patche from László Kovács
5518
5519Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5520
5521 * parser.c: applied fixes from Christian Glahn bug report #53391
5522
5523Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5524
5525 * error.c: Jean François Lecomte provided a complete description
5526 and a fix to bug #53537
5527
5528Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5529
5530 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5531
5532Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5533
5534 * DOCBparser.c SAX.c: a bit more work on entities processing.
5535 Still Need to cleanup XML output and references in attributes
5536
5537Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5538
5539 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5540
5541Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * tree.c: trying to fix #53574, not completely complete,
5544 I would like xmllint --copy --debug test/ent1 and
5545 xmllint --debug test/ent1 to show the same result.
5546 * xpath.c: fix a bug when trying to sort namespace nodes
5547
5548Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * HTMLtree.c: real fix for #53402
5551
5552Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5553
5554 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5555 PIs when using xsl:output
5556 * valid.c: closing #53537 some case generate segfaults if there
5557 is validity errors
5558
5559Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5562 of external parsed entities, added --noent to testDocbook
5563 * valid.c: Garry Pennington found an uninitialized variable
5564 access in xmlValidateElementContent()
5565
5566Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5567
5568 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5569 with madness
5570 * result/HTML/ : this modified the result of the regression tests
5571 a lot.
5572
5573Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5574
5575 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5576 to doc where it wasn't checked against NULL reported by
5577 Jens Laas
5578
5579Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5580
5581 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5582 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5583
5584Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5585
5586 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5587 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5588 * SAX.[ch]: cleanup and updates for DocBook
5589 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5590 ex SGML identifier changes
5591 * valid.c: removed a static unused function.
5592
5593Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * HTMLtree.c: applied change for Paul Sponagl on script saving
5596 * Makefile.am: the warning about entity title.xml are normal.
5597
5598Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5599
5600 * configure.in: release of 2.3.7
5601 * Makefile.am: fixing make distcheck
5602
5603Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5604
5605 * doc/html/* doc/xml.html: updated and regenerated the docs
5606
5607Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5608
5609 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5610
5611Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * tree.c: fixed #53388 with the provided patch
5614
5615Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * valid.c: Bjorn detected an invalid memory access. Fixed
5618 vstateVPush()
5619
5620Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5621
5622 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5623
5624Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5625
5626 * libxml.h: new header used only for the compilation of libxml
5627 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5628 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5629 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5630 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5631 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5632 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5633 baseline (version 1.2 plus a single patch).
5634 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5635 scientific notation for numbers. Tests added.
5636 * xpath.c: formatting of numbers changed to use sprintf
5637 (contribution from William Brack)
5638
5639Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5640
5641 * valid.c: cleanup, more useful debugging
5642 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5643 * xmlIO.c: entity loading is printed as an error when validating
5644
5645Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5646
5647 * valid.c: fixed to validate within entities
5648 * test/VCM/v22.xml: added a specific testcase
5649
5650Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5651
5652 * valid.c: forgot an epsilon transition in for ()+
5653 * test/VCM/v21.xml : added a specific test case
5654
5655Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * valid.c: removed a state explosion exhibited by RSS
5658 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5659 from bug #51872
5660
5661Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5662
5663 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5664 validation without using an ugly NFA -> DFA algo in the source.
5665 Made a specific algorithm easier to maintain, using a single
5666 stack and without recursion.
5667 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5668 * hash.c: made the growing routine static
5669 * tree.h parser.c: added the parent information to an
5670 xmlElementContent node.
5671
5672Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5673
5674 * SAX.c parser.c xpath.c: generating IDs when not validating
5675 from an external parsed entity was poisoning the ID has table
5676 with removed values. This was killing XSLT on the KDE help
5677 browser.
5678
5679Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5680
5681 * entities.h: andrew@ugh.net.au detected a double declaration
5682
5683Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5684
5685 * debugXML.c hash.c tree.h valid.c : some changes related to
5686 the validation suport to improve speed with DocBook
5687 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5688 the way validation errors get reported
5689
5690Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5693 by P C Chow and William M. Brack for XSLT HTML output
5694
5695Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5696
5697 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5698 Igor Zlatkovic patches for MSC compilation and added his
5699 updates
5700
5701Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5704 prefix lookup.
5705 * parserInternals.c: fixed the bug reported by Morus Walter
5706 due to an off by one typo in xmlStringCurrentChar()
5707
5708Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5709
5710 * HTMLparser.c result/HTML/*: revamped the way the HTML
5711 parser handles end of tags or end of input
5712
5713Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5714
5715 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5716
5717Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5720 bug where the linktime verions of free() won't work ...
5721
5722Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5723
5724 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5725
5726Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * doc/xml.html: added 2.3.6 release
5729
5730Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5731
5732 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5733 * result/wml.xml: resulted in a small output change
5734
5735Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736
5737 * tree.c: xmlNewDoc was missing the charset initialization
5738 * xmllint.c: added --auto to autogenerate a doc, allow to
5739 reproduce the problem fixed on xmlNewDoc
5740
5741Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5742
5743 * xpath.c: trying to get 52979 solved
5744 * tree.c result/ result/noent/: trying to get 52712 solved, this
5745 also made me clean up the fact that XML output in general should
5746 not add formating blanks by default, this changed the output of
5747 a few tests
5748
5749Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5750
5751 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5752
5753Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * configure.in: finally released 2.3.6
5756
5757Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5758
5759 * xpath.c: checking for null pointer generated by new code
5760
5761Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * xpath.c: fixed a [] evaluation problem reported
5764 * test/XPath/tests/simpleaddr: extended test
5765 * result/XPath/simpleaddr: updated result
5766
5767Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5768
5769 * xmllint.c: Dan Timis reported a portability problem
5770 on Macs without mmap, fixed it.
5771
5772Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5773
5774 * testXPath.c : added a --tree option allowing to display the
5775 tree dump of the XPath expression
5776
5777Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5778
5779 * xpath.c: fixed a memleak when comparing nodesets
5780 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5781 * tree.c: added a TODO
5782
5783Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5784
5785 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5786 we need string functions
5787 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5788 to be able to use them where needed. Applied some changes
5789 to reduce name linking pollution and compile in only what's
5790 needed.
5791 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5792 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5793 for the string manipulation functions
5794 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5795 to the free() function of xmlmemory.c
5796 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5797 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5798 usage.
5799
5800
5801Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5802
5803 * error.c: applied the context output patch of the error
5804 handling submitted by Chuck Griffith
5805 * error/VC/*: this slightly change some error logs
5806
5807Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5808
5809 * parser.c: fixed line number reporting on error
5810
5811Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5812
5813 * parser.c: Sullivan and Darin found a parser bug,
5814 applied the patch.
5815
5816Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5817
5818 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5819 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5820 xmlversion.h.in xpointer.c: of course the way I defined
5821 UNUSED breaks on old gcc version. Try to be smart and
5822 also define it directly in xmlversion.h
5823 * configure.in: removed -ansi flag from the pedantic set
5824
5825Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5826 Huge cleanup, I switched to compile with
5827 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5828 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5829 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5830 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5831 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5832 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5833 encoding.h entities.c error.c list.[ch] nanoftp.c
5834 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5835 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5836 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5837 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5838 Cleanup, staticfied a number of non-exported functions,
5839 detected and cleaned up a dozen of problem found this way,
5840 avoided a lot of public function name/typedef/system names clashes
5841 * doc/xml.html: updated
5842 * configure.in: switched private flags to the really pedantic ones.
5843
5844Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5845
5846 * configure.in: 2.3.5
5847 * doc/html/*: rebuilt the docs
5848
5849Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * parser.c: fixed a reported bug in NOTATION parsing
5852 * uri.c: accepted but not fixed bug 51876, added TODO
5853 * Makefile.am: fixed bug 51876
5854
5855Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * config.h.in configure.in error.c: fix a compilation problem
5858 on platforms without vsnprintf (xml@thewrittenword.com)
5859
5860Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5861
5862 * parser.c: fixed a function name header typo
5863 * SAX.c: notations can also occur in external subset.
5864
5865Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * error.c: removed a C++ like comment
5868
5869Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5870
5871 * parser.c: fixing bug 52299 strange condition leading
5872 to a parser crash due to a buffer overflow
5873 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5874 added the specific test case
5875
5876Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5879 xmlXPathConvert{String,Number,Boolean} to be able to make
5880 type casts without a context stack, fixed some implementation
5881 problems related to the absence of context at parse-time,
5882 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5883 in the public API too
5884 * xpointer.c xpathInternals.h: we need to know at parse time
5885 whether we are compiling an XPointer
5886
5887Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5888
5889 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5890 cleaned up the parser internals, refactored XPath code, added
5891 new compilation based APIs and cleanly separated public and
5892 private APIs.
5893
5894Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * xpath.h: the comp field must be added at the end to avoid
5897 killing binary compat.
5898
5899Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5900
5901 * Makefile.am: detect XPath memleaks in regreson tests
5902 * error.c: fixed and error w.r.t. error reporting still using
5903 stderr
5904 * hash.c: added new line at end of file
5905 * tree.h: minor cleanup
5906 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5907 expression parsing from evaluation, resulted in a number of
5908 changes internally, and in XPointer. Likely to break stuff
5909 using xpathInternals.h but should remain binary compatible,
5910 new interfaces will be added.
5911
5912Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * configure.in: fixed a couple of problems reported by
5915 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5916 without gcc on non linux platforms.
5917
5918Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5921 a fix for --with-html-dir= configure support. I hope it won't
5922 break rpm generation
5923
5924Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * xmlIO.c: one function comment cleanup.
5927
5928Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * SAX.c: external subset notations were improperly registered
5931 in the internal subset.
5932
5933Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5934
5935 * README.cvs-commits: added, pointing to HACKING
5936 * HACKING: updated
5937
5938Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5939
5940 * parser.c: and Matt Sergeant found one in the XML push
5941 parser (erroneous check I forgot to remove when I fixed the
5942 main parser).
5943
5944Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5945
5946 * xpath.c: ptittom found a small bug in UnaryExpr
5947
5948Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5949
5950 * configure.in: bumped to 2.3.4
5951 * error.c: fixed bug #51860
5952 * tree.c: fixed bug #51861
5953 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5954 * tree.[ch] : added xmlDefaultBufferSize
5955 * nanoftp.c: typo in function name header block
5956 * doc/xml.html : updated, added link to XML::LibXSLT
5957 * doc/html/* : rebuilt the docs
5958
5959Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * parser.c SAX.c: the new content parsing code raised an
5962 ugly bug in the characters() SAX callback. Found it
5963 just because of strangeness in XSLT XML Rec ouptut :-(
5964
5965Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * Makefile.am: Martin Baulig suggested to add -lm
5968 * tree.c: found another bug in xmlNodeGetContent()
5969
5970Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5971
5972 * xpath.c: Bjorn found the error related to strictness of comparison.
5973
5974Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * parser.c: trying to fix the Dtd parsing problem reported
5977 by Gary, side effect of last week speed optimizations.
5978
5979Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5980
5981 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5982 * parserInternals.c: removed unneeded test raised by Stric
5983
5984Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5985
5986 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5987 and fixed by William Brack). Added xmlXPathFormatNumber.
5988 Changed the sorting slightly.
5989 * configure.in Makefile.am example/Makefile.am: Added -lm.
5990 Please note that applications linking with libxml2, must
5991 also like with the math library from now on.
5992
5993Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5996
5997Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * parser.c: one must report spaces even if the Dtd element
6000 content proves that this is not part of the element content.
6001 * result/valid/*.xml: this changed the ouptu slightly
6002
6003Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6004
6005 * configure.in: bumped to 2.3.3
6006 * doc/xml.html: updated
6007
6008Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * tree.c: minor doc fix
6011 * xpath.c: deallocation issues when a result tree has been
6012 converted to a node-set
6013
6014Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * doc/xml.html: oops corrected dates s/2000/2001
6017
6018Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6019
6020 * valid.c: new patch from Gary Pennington
6021
6022Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6023
6024 * doc/xml.html: applied patch from Ankh
6025
6026Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6027
6028 * xinclude.c: fixed a problem building on Mac
6029
6030Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * parser.c: more work on increasing parsing ferformances
6033
6034Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6037 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6038 avoiding memcpy in production builds MEM_CLEANUP macro use
6039 * parser.[ch] parserInternals.c: optimizations of the tightest
6040 internal loops inside the parser. Better checking of I/O
6041 flushing/loading conditions
6042 * xmllint.c : added --timing
6043
6044Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6045
6046 * configure.in: bumped to 2.3.2
6047 * doc/xml.html: updated for release
6048
6049Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * xpath.c: found a memleak and fixed a nasty bug
6052
6053Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6054
6055 * xmllint.[c1] : added return code errors for xmllint
6056 * xpath.c: specific debug dump function for result value trees
6057
6058Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * xpath.c: finally implemented xmlXPathCompareNodeSets
6061 * test/XPath/expr/floats results/XPath/expr/floats: added
6062 a test for float expressions
6063
6064Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6065
6066 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6067 * parserInternals.[ch]: trying to speed up parsing
6068 * xpath.c : speeded up node set equality op
6069
6070Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6073 better handling of ID/IDREF and the list modules associated
6074 * configure.in: small CFLAGS cleanup
6075
6076Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6077
6078 * configure.in: fixed iconv detection on AIX (stric)
6079
6080Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6083
6084Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6085
6086 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6087 and optimized xmlXPathNodeSetSort
6088
6089Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * xpath.c: bug fix when context size is 0
6092 * parser.c: I like Norm's Dtd because they still manage to break
6093 the parser occasionally
6094
6095Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6098
6099Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6102 attributes within the XML-1.0 namespace
6103
6104Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6105
6106 * xpathInternals.h: exported a few axis functions
6107 * doc/xml.html: updated the doc
6108
6109Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * configure.in: applied patch from Daniel van Balen for OpenBSD
6112 and bumped version to 2.3.1
6113 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6114 attempt to find autoclosing was simply broken, removed it,
6115 updated the examples, this is better
6116
6117Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6120 hash functionnalities.
6121 * doc/html/* : rebuild the doc
6122
6123Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6126 on predicate
6127 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6128 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6129 really want to have tags closed on output even if we accept
6130 unclosed ones on input
6131
6132Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6133
6134 * xpath.c: ouch don't free NULL, rare case fixed
6135 * tree.c: don't coalesce text nodes if they don't have the
6136 same behaviour wrt escaping on output
6137
6138Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6139
6140 * xpath.c: small fixup
6141 * SAX.c: don't warn on empty namespaces.
6142
6143Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6144
6145 * README: a bit of cleanup
6146 * configure.in: preparing for 2.3.0 release
6147
6148Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6149
6150 * hash.[ch]: added a first version of xmlHashSize()
6151 * valid.c: another bug fix from Gary Pennington
6152
6153Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6154
6155 * valid.c: couple of bug fixes pointed by Gary Pennington
6156 * HTMLtree.c: #if 0 cleanup
6157
6158Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6159
6160 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6161 which removes a time consuming check of xmlXPathNodeSetAdd()
6162 and use it in places where we are sure to not break unicity
6163
6164Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6165
6166 * xpath.c: bug fixes found from XSLT
6167 * tree.c: preserve node->name special values when copying nodes.
6168 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6169 external subset are fetched when available but without full
6170 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6171 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6172 output with encoding disabled.
6173
6174Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6175
6176 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6177 xmlCheckFilename should not be called from xmlFileOpenW
6178 and xmlGzfileOpenW
6179
6180Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6183 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6184 added the new tests for URI normalization
6185 * testURI.c: fixed stoopid bugs
6186 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6187 the URI in the error messages are now properly normalized
6188
6189Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6192
6193Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6194
6195 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6196
6197Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * xpath.c: fixed mod operator
6200
6201Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6202
6203 * parser.c: fixed xmlStrcat doc
6204 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6205 trees.
6206
6207Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6208
6209 * xpath.c result/XPath/tests/chaptersbase
6210 result/XPath/tests/simplebase: fixed XPath node()
6211 * tree.c: small fix in xmlNewNs()
6212 * Makefile.am: removed extraneous xml2Conf.sh rule
6213
6214Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6215
6216 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6217 Changed the library name, in order to get libxml-devel and
6218 libxml2-devel to coexist on a single system
6219 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6220 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6221
6222Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6225 libxml2-devel installable in // as libxml-devel.
6226
6227Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6228
6229 * doc/Makefile.am: fixed make rebuild in doc
6230 * doc/html/*.html: rebuilt the docs
6231
6232Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6235
6236Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6239 the HTML doc to go into the -devel RPM ...
6240 * aclocal.m4 config.h.in: some updates due to auto* magic
6241
6242Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6243
6244 * xpath.h: added a hook in the context structure allowing to
6245 link to extra support, needed for XSLT
6246
6247Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6250 xmlXPtrCmpPoints to use it.
6251 * propagated the following patch from Alejandro Forero
6252 * include/win32config.h xmlIO.c: applied further suggestions
6253 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6254 * example/gjobread.c: fixed warnings, now that it builds
6255
6256Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6257
6258 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6259
6260 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6261 filename points to a valid file (not a directory).
6262 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6263 Added calls to xmlCheckFilenameDir.
6264
6265 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6266 `path' (rather than `filename') as the parameter to gzopen and open.
6267
6268Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6269
6270 * Makefile.am: fixed a problem with EXTRA_DIST
6271
6272Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * Makefile.am example/Makefile.am: finally found the trick
6275 to build the example, i.e. add "." in SUBDIRS before example
6276 in the list <grin/>
6277
6278Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * doc/xml.html: updated with an XSLT section, removed pointer to
6281 W3C CVS base.
6282
6283Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6284
6285 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6286 too, and deallocation need to occur the same way.
6287
6288Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6289
6290 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6291 type correponding to an XSLT result tree fragment. Share most
6292 of the data format with node set, as well as operators.
6293 * HTMLtree.c: added a newline at the end of the doctype output
6294 whe this one is not present initially.
6295 * tree.c: make sure taht the parent and doc pointers are properly
6296 set when copying attributes (lists).
6297
6298Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6299
6300 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6301
6302Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303
6304 * xpath.c: seems I finally killed that ugly path evaluation
6305 context bug (tagged 9999 in case is is wrong)
6306
6307Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6310 for XSLT
6311
6312Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6315 for xmlGzfileOpen() bug
6316
6317Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6318
6319 * xpath.c: removed an error found by XSLT usage
6320 * tree.c parserInternals.h: use a predefined static string
6321 for text and comment nodes, avoid freeing them in xmlFreeNode,
6322 exported the string name in parserInternals.h and added
6323 another value to disable encoding at output (for XSLT),
6324 gain memory, time.
6325
6326Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6329 win32/libxml2/libxml2_so.dsp: new makefiles and update
6330 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6331
6332Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6333
6334 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6335 Gary Pennington
6336
6337Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * xpath.c: fixed the comaprision of values and nodelists,
6340 need to compare nodelist still ...
6341 * debugXML.c: avoided a possible core dump
6342 * HTMLparser.c: cleanup
6343 * nanohttp.c: contributed fix.
6344 * tree.c: fixes in properties handling added xmlSetNsProp
6345 needed by libxslt
6346 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6347 comment
6348 * TODO: updated
6349
6350Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6351
6352 * parser.c parserInternals.c: applied Bjorn Reese optimization
6353 patch
6354
6355Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * Makefile.am: applied patch fro make check from Martin Vidner
6358
6359Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6360
6361 * configure.in: preparing 2.2.11
6362 * doc/html/*: rebuild the HTML files
6363 * doc/xml.html : updated
6364
6365Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6366
6367 * tree.c: fixed a stupid bug
6368 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6369 patches related to validation of an XInclude processing result
6370 * TODO: updated
6371
6372Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6375 on large files
6376
6377Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6380
6381Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6382
6383 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6384 reported by Jonas Borgström
6385 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6386
6387Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6388
6389 * testXPath.c xpath.c: fixing the XPath union expressions problem
6390 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6391
6392Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6393
6394 * xmllint.c: Made is so if the file name is "-" is will read form
6395 standard input. Sven Heinicke <sven@zen.org>
6396 * tree.c: fixed a problem when growing buffer
6397 * tree.h: fixed the comment of the node types following andersca
6398 comment
6399 * TODO: updated
6400
6401Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6402
6403 * HTMLparser.[ch]: added a way to avoid adding automatically
6404 omitted tags. htmlHandleOmittedElem() allows to change the
6405 default handling.
6406 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6407 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6408 of xmllint too when using --memory flag, added a memory test
6409 suite at the Makefile level.
6410 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6411 with namespace use when encountering QNames in XPath evalation,
6412 added xmlns() scheme in XPointer.
6413 * nanoftp.c : incorporated a fix
6414 * parser.c xmlIO.c: fixed problems raised with encoding when using
6415 the memory I/O
6416 * parserInternals.c: closed bug 25934 reported by
6417 torsten.landschoff@innominate.de
6418 * TODO: updated
6419
6420Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6421
6422 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6423 on a non-updated tree :-(, made a 2.2.10 release to correct the
6424 situation
6425
6426Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6427
6428 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6429 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6430 integrated a set of OpenVMS changes from Howard Taylor
6431 <Howard.Taylor@pacoast.com>
6432
6433Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6434
6435 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6436 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6437
6438Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6439
6440 * HTMLparser.c: some fixes on auto-open of html/head/body
6441 * encoding.c: fixed a compilation error on some gcc env
6442 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6443 XPointer implementation
6444 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6445 related XPointer tests and associated results
6446
6447Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6448
6449 * doc/xmldtd.html doc/xml.html: following a short step by step
6450 guidance on IRC to help maciej with DTDs I started a small
6451 page on the subject.
6452
6453Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6454
6455 * HTMLparser.c: fixed handling of broken charrefs
6456 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6457 patches
6458
6459Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6460
6461 * doc/xml.html doc/html/* : rebuilt the docs after adding
6462 xinclude and updated page for 2.2.7 and 2.2.8
6463 * configure.in: releasing 2.2.8
6464
6465Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6466
6467 * parser.[ch] parserInternals.c: applied the conditional
6468 section processing fix from Jonathan P Springer
6469 <jonathan.springer2@gte.net>
6470 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6471 project file, fixed iconv default non support
6472 * xpath.c: fixed the problem of evaluating relative expressions
6473 when a node context is provided.
6474
6475Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6476
6477 * nanoftp.c: fixed gcc 2.95 new warnings
6478 * SAX.c: fixed a stupid bug
6479 * tree.c: fixed a formatting problem when round-tripping
6480 from/to memory
6481 * xinclude.c: chased memleak, fixed a base problem
6482 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6483 xmlXPtrBuildNodeList()
6484 * TODO: updated
6485 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6486 adding a first small set of regression tests for XInclude
6487
6488Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6489
6490 * nanohttp.[ch]: applied Wayne Davison patches to access
6491 the WWW-Authorization header.
6492 * parser.c: Closed Bug#30847: Problems when switching encoding
6493 in short files by applying Simon Berg's patch.
6494 * valid.c: fixed a validation problem
6495 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6496 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6497 Wayne Davison
6498 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6499 need to be extended to non full nodes selections.
6500 * xinclude.c: starts to work decently
6501
6502Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6503
6504 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6505 debugXML.c xmlversion.h.in: Started adding XInclude support,
6506 this is a new xmllint option
6507 * tree.c xpath.c: applied TOM patches for XPath
6508 * xpointer.c: fixed a couple of errors.
6509 * uri.c: added an escaping function needed for xinclude
6510 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6511 new warning from RH70 gcc's version
6512
6513Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6514
6515 * HTMLparser.c: fixed loop on invalid char in scripts
6516 * parser.c: update to description of xmlIOParseDTD()
6517 * libxml.m4 xmlversion.h.in: changes contributed by
6518 Michael Schmeing <m.schmeing@internet-factory.de>
6519 * configure.in: preparing for 2.2.7
6520 * Makefile.am: trying to avoid config.h and acconfig.h
6521 being included in the distrib
6522 * configure.in: released 2.2.7
6523
6524Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6525
6526 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6527 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6528
6529Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6530
6531 * parser.[ch]: added xmlIOParseDTD()
6532 * xpointer.c: added support for the 2 extra parameters of
6533 string-range, fixed a stoopid error when '0' was present
6534 in XPointer expressions
6535 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6536 testsuite for the above
6537
6538Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6539
6540 * libxml.spec.in: improved package descriptions
6541
6542Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6543
6544 * xpath.c xpathInternals.h: applied a large cleaning patch
6545 from TOM <ptittom@free.fr>, it also add namespace support
6546 for function and variables registration.
6547
6548Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6549
6550 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6551 * Makefile.mingw: Wayne Davison's update adding hash.c
6552
6553Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * xpath.c: fixed the root evaluation problems
6556 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6557 ignorable spaces with <b> <bold> <em>
6558 * tree.c: fixed a loop in xmlSearchNsByHref()
6559
6560Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6561
6562 * xpath.c: applied another XPath patch from TOM
6563 * xpath.c include/makefile.am: applied another patch from
6564 china@thewrittenword.com (cleanup on IRIX).
6565
6566Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6567
6568 * xml-config.1: received a fixed version from Fredrik Hallenberg
6569 <hallon@lysator.liu.se>
6570
6571Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6572
6573 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6574 cleanup patch for XPath
6575
6576Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6577
6578 * patched to redirrect all "out of context" error messages to
6579 a reconfigurable routine. The changes are:
6580 * xmlerror.h : added the export of an error context type (void *)
6581 an error handler type xmlGenericErrorFunc there is an interface
6582 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6583 to reset the error handling routine and its argument
6584 (by default it's equivalent to respectively fprintf and stderr.
6585 * all the c files: all wild accesses to stderr or stdout within
6586 the library have been replaced to calls to the handler.
6587
6588Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6589
6590 * configure.in: release 2.2.6
6591 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6592 exporting the inner functions of xpath for extension modules
6593 * doc/*: updated and rebuilt the doc
6594
6595Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6596
6597 * nanohttp.c : applied Wayne HTTP cleanup patch
6598 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6599 and xmlNodeSetSpacePreserve()
6600
6601Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6602
6603 * xpath.c: closing bug #29260
6604
6605Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6606
6607 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6608 multikey tuples, made hash structure opaque
6609 * valid.[ch]: moved elements, attributes, notations decalarations
6610 as well as ID and refs to hash tables.
6611 * entities.c: hash cleanup
6612 * xmlmemory.c: fixed a dump problem in debug mode
6613 * include/Makefile.am: problem passing in DESTDIR= values patch
6614 from Marc Christensen <marc@calderasystems.com>
6615 * nanohttp.c: removed debugging remains
6616 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6617 * HTMLparser.c parser.c: fixing a number of problems with the
6618 macros in the *parser.c files (Wayne).
6619 * HTMLparser.c: close the previous option when opening a new one
6620 (Marc Sanfacon).
6621 * result/HTML/*: updated the HTML results accordingly
6622
6623Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6624
6625 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6626 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6627 XPath functions and XML entities table to them. More to come...
6628 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6629
6630Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6631
6632 * tree.c: coalesce adjacent text nodes
6633 * valid.c: handling of blank nodes in DTd validation (raised
6634 by problems with a posteriori validation).
6635 * nanohttp.c: changing behaviour on HTTP write stuff.
6636 * HTMLtree.c: forced body and html to be explicitely closed.
6637 * xpath.h: exported more XPath functions.
6638
6639Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6640
6641 * Release of 2.2.5
6642 * xpointer.c: range() range-inside and other helper functions
6643 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6644
6645Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6646
6647 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6648 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6649
6650Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6651
6652 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6653 and XPointer modules
6654
6655Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6656
6657 * SAX.h: closed #25107
6658
6659Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6660
6661 * testSAX.c: fixed problem with cdata reporting
6662 * SAXresult/* : updated
6663
6664Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6665
6666 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6667 Closed bug #27499, added to regression tests
6668 * TODO: updated
6669
6670Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6671
6672 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6673 support for SCRIPT and STYLE with help from Bjorn Reese
6674 * test/HTML/* result/HTML/*: added simple testcase and updated
6675 the existing ones.
6676
6677Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6680 string-range for empty strings
6681 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6682 test/XPath/xptr/strrange: augmented the XPointer testsuite
6683
6684Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6685
6686 * doc/xml.html doc/xmlmem.html: added a module describing memory
6687 interfaces and use, updated the main page.
6688
6689Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6690
6691 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6692 nanoftp code work on Windows too now
6693
6694Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6695
6696 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6697 * xpointer.c: implemented string-range() at least a good first version
6698 * test/XPath/docs/str test/XPath/xptr/strrange
6699 result/XPath/xptr/strrange: the string-range() tests
6700
6701Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * Makefile.am include/Makefile.am include/win32config.h
6704 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6705 and make distcheck
6706
6707Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6708
6709 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6710 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6711 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6712
6713Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6714
6715 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6716 patch for socklen_t detection by
6717 Albert Chin-A-Young <china@thewrittenword.com>
6718
6719Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6720
6721 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6722 and added a --dtdvalid option to xmllint used to test it
6723
6724Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6725
6726 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6727 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6728
6729Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6730
6731 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6732 handlings (registration, lookup, cleanup)
6733
6734Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6735
6736 * configure.in Makefile.am include/makefile.am: adding XPointer
6737 and XPtrtests target
6738 * xpointer.[ch] : new files for XPointer support
6739 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6740 more XPath tests
6741
6742Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6743
6744 * configure.in: fixed, very broken, make distcheck works again
6745
6746Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6747
6748 * More work toward 2.2.5, integrated a number of patches
6749 * configure.in Makefile.am win32config.h.in: trying to cleanup
6750 make distcheck .... huh ...
6751 * include/Makefile.am include/win32config.h: new directory
6752 for includes
6753 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6754 updated teh makefiles and instructions for WIN32
6755 * xpath.c: small fixes
6756 * test/XPath/ results/XPath: updated the testcases and results
6757 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6758 suggested patches
6759 * valid.c: fixed an ID bug
6760
6761Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6762
6763 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006764 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006765 * xpath.[ch]: worked on XPointer
6766
6767Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6768
6769 * configure.in Makefile.am: 2.2.5, ship the include in an
6770 include/libxml subdirectory, use symlinks when using CVS
6771 * testSAX.c: fixed small bug
6772 * testXPath.c: changed the way testfiles are parsed
6773 * debugXML.c: same kind of cleanup when parsing an argument expression
6774 XPath/XPointers can have blanks embedded
6775 * xpath.[ch]: more cleanup, reorgs for XPointer work
6776 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6777 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6778
6779Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6780
6781 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6782 in the XPath engine, rewrote large parts of it, now it's far
6783 cleaner and in sync with the REC not an old WD. Fixed a parsing
6784 problem in the interactive XML shell found when testing XPath.
6785
6786Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6787
6788 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6789 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6790 examples with the extra test
6791
6792Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6793
6794 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6795 the global init function.
6796
6797Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * HTMLparser.c: Doohhh, attribute name parsing was still case
6800 sensitive ! Fixed this ...
6801 * result/HTML/* : updated the tests results accordingly
6802
6803Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6804
6805 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6806 engine, should be far more stable, incorporated a new version of
6807 preceding/following axis, need testing
6808 * uri.c: fixed file:///c:/a/b/c problem
6809 * test/XPath/tests/idsimple: augmented the XPath tests
6810
6811Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * doc/* rebuilding docs for 2.2.4 release
6814
6815Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6816
6817 * configure.in: releasing 2.2.4
6818 * parser.[ch]: added xmlStrEqual()
6819 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6820 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6821 use xmlStrEqual instead
6822 * TODO: updated
6823 * added an XPath test
6824
6825Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6826
6827 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6828 * entities.h: exported xmlInitializePredefinedEntities
6829 * parser.[ch] : added xmlInitParser()
6830 * parserInternals.h : had to export htmlInitAutoClose()
6831
6832Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6835 problems
6836 * Makefile.am : added XPath regression tests to normal tests
6837 * uri.c: fixed a problem with local paths, cleanup
6838 * parser.c: fixed a problem with large CData sections
6839
6840Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6841
6842 * configure.in xml-config.in: patch from "Ben Taylor"
6843 <sol7x86@hotmail.com> for solaris shared libs lookup
6844
68452000-09-30 Martin Baulig <baulig@suse.de>
6846
6847 * libxml-2.0.pc.in: Provide pkg-config script.
6848
6849 * configure.in: Create the libxml-2.0.pc script from the
6850 libxml-2.0.pc.in templates.
6851 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6852 script in `$(libdir)/pkgconfig'.
6853
6854Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6855
6856 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6857 when compiling with MSC
6858
6859Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6860
6861 * xpath.c: patch for normalize-string() substring-before(),
6862 substring-after() and translate() functions from Bjorn Reese
6863 <breese@mail1.stofanet.dk>
6864 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6865 Fredrik Hallenberg <hallon@lysator.liu.se>
6866 * TODO: updated
6867
6868Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6869
6870 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6871 problem of socklen_t being undefined on a number of platforms
6872 * debugXML.c: fixed a compilation problem when without snprintf
6873
6874Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6875
6876 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6877 an URI bug and a fix for the control-character-induced infinite loop
6878 * nanohttp.c: preventive fix for compiling on WIN32
6879
6880Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6881
6882 * xmlint.c: closing bug #25000
6883
6884Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6885
6886 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6887 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6888 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6889 related function, fixing xmlStrncmp(), and associated cleanup
6890 * result/HTML/entities.html.sax: updating result
6891
6892Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6893
6894 * uri.c: applied patch for URI escaping from Wayne Davison
6895 <wayned@blorf.net>
6896 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6897 from Denis Barbier <barbier@imacs.polytechnique.fr>
6898 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6899 patch from Wayne Davison
6900
6901Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6902
6903 * doc/xml.html : updated with new releases, adding "how to help"
6904
6905Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6906
6907 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6908 removed a few warnings in pedantic mode ...
6909 * parserInternals.c parser.c: moved encoding switching function
6910 to parserInternals.c
6911 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6912
6913Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6914
6915 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6916 error or warning handlers
6917
6918Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6919
6920 * parserInternals.c parserInternals.h parser.c Makefile.am:
6921 created a new module parserInternals.c, moved most of the
6922 code shared by the various parsers there, as well as
6923 deprecated code from parser.c. More cleanup of parser.c
6924 * uri.c: fixed a problem when URI is NULL
6925 * valid.c: speedup when looking for an attribute declaration
6926
6927Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6928
6929 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6930 the cleanup of the computation of URI references when seeking
6931 external entities. The URI reference string and the resulting
6932 URI are both stored now.
6933 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6934 large s(n)printf checks and cleanup from Denis Barbier
6935 <barbier@imacs.polytechnique.fr>
6936 * xmlversion.h.in tree.h: couple of SGML declarations for a
6937 possible docbook module.
6938 * result/VC/ : a couple of test output changed due to the change
6939 of the entities URI
6940
6941Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6942
6943 * parser.h: added a _private field for linking user's data
6944
6945Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * parser.c parserInternals.h: demacroified most of the IS_XXX
6948 the gain in size is significant so ...
6949
6950Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6951
6952 * entities.c: cases where looking up entities with doc==NULL
6953 covered
6954
6955Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6956
6957 * uri.c: applied Wayne Davison patch
6958 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6959
6960Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6961
6962 * uri.c testUri.c: applied Wayne Davison patches
6963 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6964 * Makefile.in: added URItest and included thenin "make tests"
6965
6966Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6967
6968 * xmlversion.h.in: closed bug 22941
6969
6970Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6971
6972 * doc/xmlio.html: added doc and example for entity loader
6973 redefinition.
6974
6975Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6976
6977 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6978 used by libxml
6979
6980Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6981
6982 * parser.c: Fixed bug on invalid ontent characters and when using
6983 push.
6984 * xmllint.c: fixed xmllint endling of errors in push mode
6985
6986Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6987
6988 * HTMLparser.c testHTML.c: applied two new patches from
6989 Wayne Davison <wayned@users.sourceforge.net>
6990 * result/HTML/*.sax: regenerated HTML SAX output
6991 * parser.c: more cleanup.
6992
6993Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6994
6995 * HTMLparser.[ch] testHTML.c: applied the second set of
6996 patches from Wayne Davison <wayned@users.sourceforge.net>,
6997 adding htmlEncodeEntities()
6998 * HTMLparser.c: fixed an ignorable white space detection bug
6999 occuring when parsing with SAX only
7000 * result/HTML/*.sax: updated since the output is now HTML
7001 encoded...
7002
7003Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7004
7005 * HTMLparser.[ch]: applied some of Wayne Davison
7006 <wayned@users.sourceforge.net> patches
7007
7008Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7009
7010 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7011 undeclared namespace prefix was used, added a warning.
7012 Cleaned up support w.r.t. entities, spilling out a warning
7013 and being pedantic on lookups.
7014 * test/warning/ent9 : added testcase for previous example.
7015 * TODO: updated
7016 * parserInternals.h parser.c: changed the way names are parsed
7017 now allow infinite size and decrease penalty for normal use
7018 * parser.c: Started a big cleanup/check of the parser code,
7019 fixed some of the most tortuous entity code, spotted code
7020 unused anymore
7021 * test/*: added tests for very long names and related nasty
7022 things.
7023
7024Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7025
7026 * doc/encoding.html: added encoding aliases doc
7027 * doc/xml.html: updates
7028 * encoding.[ch]: added EncodingAliases functions
7029 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7030 bottleneck affecting large DTDs like Docbook
7031 * parser.[ch] xmllint.c: added a pedantic option, will be
7032 useful
7033 * SAX.c: redefinition of entities is reported in pedantic mode
7034 * testHTML.c: uninitialized warning from gcc
7035 * uri.c: fixed a couple of bugs
7036 * TODO: added issue raised by Michael
7037
7038Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7039
7040 * doc/encoding.html: propagated Martin Duerst suggestions
7041
7042Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7043
7044 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7045 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7046 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7047 by Wayne Davison
7048
7049Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7050
7051 * nanoftp.c nanohttp.c: small cleanup
7052 * TODO: updated
7053
7054Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7055
7056 * added an old VC testcase and updated title.xml entity
7057
7058Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7061 done on auto-opening of <p> tags and cleanup of SAX output
7062
7063Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7064
7065 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7066
7067Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7068
7069 * doc/xml.html libxml.* structure.*: updated the doc a bit
7070
7071Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7072
7073 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7074 of SAX tests
7075
7076Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7077
7078 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7079 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7080
7081Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7082
7083 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7084 * testHTML.c: fix core dump on Solaris 2.x systems
7085 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7086 * result/HTML/*.sax: previous bug fix lead to new results
7087
7088Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7089
7090 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7091 * configure.in: added --with-readline=DIR to accept alternate
7092 path for readline include/library
7093 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7094 for ANSI under HP-UX
7095 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7096 includes @LIBS@
7097
7098Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * doc/* : rebuilt the docs
7101 * getting ready for 2.2.2 release
7102
7103Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7106 and xmlAddFeature()
7107 * tree.[ch]: added xmlAddChildList()
7108 * xmllint.c: MAP_FAILED macro test
7109 * parser.h: added xmlParseCtxtExternalEntity()
7110 * valid.c: applied bug fixes removed warning
7111 * tree.c: added CDATA block to elements content
7112 * testSAX.c: cleanup of output
7113 * testHTML.c: added SAX testing
7114 * encoding.c: better error recovery
7115 * SAX.c, parser.c: fixed one of the external entity processing
7116 of the OASis testsuite
7117 * Makefile.am: added HTML SAX regression tests
7118 * configure.in: bumped to 2.2.2
7119 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7120 SAX results
7121
7122Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7123
7124 * configure.in: patch for HP compiler
7125
71262000-08-04 Sven Heinicke <sven@zen.org>
7127
7128 * xmllint.c: Was coredumping sometimes when the file given didn't
7129 exist.
7130
7131Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7132
7133 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7134
7135 when using in memory parsing. Need some cleanup.
7136 * xmllint.c configure.in: added a --memory flag to test memory
7137 parsing
7138
7139Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7140
7141 * nanohttp.c: fixed socklen_t replacement to unsigned int
7142 * parser.c: fixed a space handdling missing at the end of
7143 production 28 DOCTYPE.
7144 * xmlmemory.c: fixed a stupid bug on the routine to override
7145 allocation functions
7146 * TODO: updated
7147
7148Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7149
7150 * doc/ regenerated the docs
7151
7152Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7153
7154 * doc/encoding.html doc/xml.html: added I18N doc
7155 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7156 improvements, both parser and filters, added ASCII & HTML,
7157 fixed the ISO-Latin-1 one
7158 * xmllint.c testHTML.c: added/made visible --encode
7159 * debugXML.c : cleanup
7160 * most .c files: applied patches due to warning on Windows and
7161 when using Sun Pro cc compiler
7162 * xpath.c : cleanup memleaks
7163 * nanoftp.c : added a TESTING preprocessor flag for standalong
7164 compile so that people can report bugs more easilly
7165 * nanohttp.c : ditched socklen_t which was a portability mess
7166 and replaced it with unsigned int.
7167 * tree.[ch]: added xmlHasProp()
7168 * TODO: updated
7169 * test/ : added more test for entities, NS, encoding, HTML, wap
7170 * configure.in: preparing for 2.2.0 release
7171
7172Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7173
7174 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007175 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007176
7177Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7178
7179 * doc/xml.html: changed the xmlsoft.org structure, updated the
7180 examples w.r.t. root and childs
7181
7182Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7183
Daniel Veillard784b9352003-02-16 15:50:27 +00007184 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007185
7186Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7187
7188 * HTMLparser.c: Work on character encoding support for the HTML parser
7189 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7190 * encoding.c: Fixed a potential memleak in the encoding stuff
7191
7192Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * doc/FAQ.html doc/Makefile.am : added a FAQ
7195
7196Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7197
7198 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7199 of the HTML parser to force it to not bypass SAX
7200
7201Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7202
7203 * win32config.h.in: updated
7204 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7205 lacks iconv support :-( need to release 2.1.1
7206 * configure.in: release 2.1.1
7207 * HTMLparser: fixed bug #14784
7208 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7209 by Windows compiler
7210 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7211 the SAX startDocument() callback.
7212 * TODO: updated
7213
7214Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7215
7216 * added xmlStopParser()
7217
7218Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7219
7220 * configure.in: 2.1.0 prerelease
7221 * Large resync between W3C and Gnome tree
7222 * nanoftp, nanohttp.c: fixed stalled connections probs
7223 * HTMLtree.c SAX.c : support for attribute without values in
7224 HTML for andersca
7225 * valid.c: Fixed most validation + namespace problems
7226 * HTMLparser.c: start document callback for andersca
7227 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7228 * parser.h, SAX.c: serious speed improvement for large
7229 CDATA blocks
7230 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7231 different encoding
7232 * example/Makefile.am example/gjobread.c tree.h: work on
7233 libxml1 libxml2 convergence.
7234 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7235 and the LIBXML_TEST_VERSION macro
7236
7237Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7238
7239 * doc/xml.html: various patches and improvements typo fixed by
7240 Felix Natter
7241 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7242 from Felix Natter <fnatter@gmx.net>
7243
7244Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * doc/upgrade.html: updated with instructions for support of both
7247 libxml-1.x and libxml-2.x
7248 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7249 for 2.x support and also fixed includes
7250
7251
7252Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7253
7254 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7255 the encoding support, added iconv support, so now libxml if
7256 compiled with iconv automatically support japanese encodings
7257 among others. Work based on initial patch from Yuan-Chen Cheng
7258 I may have broken binary compat in the encoding handler
7259 registration scheme, but that was so utterly broken I don't
7260 expect anybody to have used this feature until now.
7261 * parserInternals.h: fixup on the CHAR range macro
7262 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7263 code.
7264 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7265 * uri.c: added xmlParseURI() I can't believe I forgot to
7266 implement this one in 2.0 !!!
7267 * SAX.c: moved doc->encoding update in the endDocument() call.
7268 * TODO: updated.
7269
7270Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7271
7272 * tree.h: removed extraneous xmlRemoveProp definition
7273 * TODO: added item about --disable-corba configure switch
7274 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7275 * nanoftp.c: fixed include problems giving troubles on AIX and
7276 slowlaris
7277 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7278 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7279 comment and headers changes to lower gtk-doc number of warnings
7280 * doc/html/*: rebuilt docs
7281
7282Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7283
7284 * HACKING: documented the tag for 1.x and instructions
7285
7286Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7287
7288 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7289 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7290 xmlCreateIOParserCtxt
7291 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7292 significant overall improvement
7293 * xmllint.c: added I/O test to xmllint
7294 * testSAX.c: added a speed test
7295 * doc/* : updated/regenerated
7296
7297Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * xpath.c uri.h parserInternals.h: cosmetic changes from
7300 "Timur I. Bakeyev" <timur@bat.ru>, including making
7301 xmlCreateURI() public
7302
7303Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7304
7305 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7306 and the code at the same time. Added a clean mechanism for
7307 overload or added input methods: xmlRegisterInputCallbacks()
7308 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7309 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7310 * TODO: updated
7311 * doc/* : updated/regenerated
7312 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7313 source dir
7314
7315Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
7317 * testURI.c: yet another forgotten commit, I should get some sleep !
7318
7319Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * xmllint.c: forgot to commit this too ?
7322
7323Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7324
7325 * xmlversion.h.in : forgot to commit this previously
7326
7327Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7330 * README TODO: updated for release
7331 * uri.c uri.h: added authority parsing/saving
7332 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7333 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7334 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7335 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7336 Makefile.am : added compile-time customization of libxml
7337 --with-ftp --with-http --with-html --with-xpath --with-debug
7338 --with-mem-debug
7339 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7340 #include <libxml/xxx.h> I hope it won't break too much stuff
7341 and will be manageable in the future...
7342 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7343 and added xmllint to the installed programs
7344 * uri.h: added xmlFreeURI()
7345
7346Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7347
7348 * uri.c uri.h: finished the escaping handling, the base support
7349 and the URI path normalization. Looks good just lacks the
7350 authority content parsing code.
7351 * Makefile.am: added instructions to generate testURI
7352 * TODO: updated
7353 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7354 added links and icons for W3C and Gnome
7355
7356Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7357
7358 * xmlmemory.[ch] : seems I forgot to actually update the files in
7359 the last commit :-)
7360 * doc/xml.html doc/html/* : updated and uploaded the docs
7361
7362Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7363
7364 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7365 * TODO: updated
7366 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7367 libxml default allocation function with another set (like gmalloc/
7368 gfree).
7369 * Makefile.am, uri.c, uri.h: added a set of functions to do
7370 exact (litteraly copied from the RFC 2396 productions) parsing
7371 and handling of URI. Will be needed for XLink, one XML WFC,
7372 XML Base and reused in the nano[ftp/http] modules. Still work
7373 to be done.
7374
7375Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7376
7377 * configure.in, libxml.spec.in : libxml2
7378 * doc/* : updated the doc page, rebuilt the docs
7379
7380Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7381
7382 * all: tagged LIB_XML_1_X
7383 * *.c *.h : updated from W3C CVS tree
7384 * configure.in : 2.0.0-beta
7385 * libxml.spec.in : libxml2 package nam
7386 * result/* : new version of the tests output
7387
7388Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7389
7390 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7391
7392Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7393
7394 * doc/* : rebuilt the docs
7395 * parser.c: final patch on #6766
7396 * valid.c: small patch on validity checks.
7397
7398Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7399
7400 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7401 added
7402 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7403 compatibility w.r.t. XML spec and existing code.
7404
7405Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7406
7407 * parser.c: seems a better solution to <a> </a> exists,
7408 will try it for a while
7409
7410Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7411
7412 * parser.c: tried to remove the <a> </a> generating <a/>
7413 this is hard. Left a flag for that purpose. Fixed bug #6766
7414 * configure.in: prepared 1.8.7 not released, due to previous
7415 problem
7416
7417Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7418
7419 * doc/xml.html : applied second patch from Paul DuBois
7420
7421Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7422
7423 * doc/xml.html : applied patch from Paul DuBois
7424
7425Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7426
7427 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7428
7429Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7430
7431 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7432 compilation warnings on various platforms.
7433 * parser.c: Fixed #5281 validity error callbacks are now desactived
7434 by default if not validating.
7435
7436Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7437
7438 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7439
7440Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7441
7442 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7443 <gkatsi@cs.toronto.edu>
7444
7445Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7448 processing URLs
7449
7450Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7451
7452 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7453 xmlNanoFTPUpdateURL for persistent control connections.
7454 * configure.in: 1.8.6
7455
7456Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7457
7458 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7459 * tree.[ch] : added xmlSaveNoEmptyTags
7460
74612000-01-29 James Henstridge <james@daa.com.au>
7462
7463 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7464
7465 * Makefile.am: added nanoftp.[ch] to the build.
7466
7467Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7468
7469 * nanoftp.[ch]: cleanup, comments, API
7470 * debugXML.c : fixed a bug in the cat command
7471 * doc/*: regenerated the docs
7472
7473Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7474
7475 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7476 * debugXML.c : fixed a bug in the cat command
7477 * valid.c: fixing some small probs
7478 * libxml.spec.in: get rid of the SNAP suffix
7479 * doc/xml.html: updated the status
7480
7481Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7482
7483 * xml-config.in: xml-config --version to just return the
7484 version number
7485 * xpath.c: some cleanup w.r.t. axis when the current node is
7486 an attribute.
7487 * TODO: updated
7488
7489Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7490
7491 * configure.in: prepared for libxml-1.8.5
7492 * doc/* recompiled the documentation
7493
74942000-01-17 Jody Goldberg <jgoldberg@home.com>
7495
7496 * configure.in : WARNING autoconf subtlety alert :
7497 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7498 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7499 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7500 get defined by AC_CHECK_HEADERS.
7501
7502Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7503
7504 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7505 Rune.Djurhuus@fast.no
7506
7507Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7508
7509 * TODO: updated
7510 * tree.c, parser.c: made sure that only memory alloc problems
7511 and internal parser errors are allowed to write to stdout or
7512 stderr.
7513
7514Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7515
7516 * tree.c : restored xmlNewGlobalNs since this seems used by
7517 a lot of existing code :-(, fixed a bug in xmlNewNs
7518 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7519 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7520 to exit() from the library code.
7521 * xpath.c, parser.c: removed bugs or unused code detected by
7522 Windows compilers
7523 * parser.c: started adding interfaces for parsing well balanced
7524 XML fragments
7525 * configure.in: releasing 1.8.4
7526 * doc/* : rebuilt the docs
7527
7528Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7529
7530 * tree.[ch] : added xmlNewDocFragment() for DOM
7531 * testHTML.c: uninitialized variable.
7532
7533Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7534
7535 * doc/* : rebuild the docs
7536
7537Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7538
7539 * acconfig.h: readline and history patch
7540 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7541 * tree.c: added check and handling when possibly removing an ID
7542 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7543 and saving.
7544 * test/HTML/entities.html result/HTML/entities.html* : test for
7545 various entities reference cases
7546 * result/HTML/* : as a result output of some testcase have
7547 changed
7548 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7549 by previous example. added xmlParseTryOrFinish().
7550 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7551 entities.h debugXML.h HTMLparser.h: changed the way struct are
7552 declared to allow gtk-doc to expose those
7553 * parser.c: closed bug #4960
7554 * Makefile.am configure.in: Applied patch from
7555 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7556 and math/socket libs detection
7557
7558Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * configure.in, Makefile.am: link tester against readline
7561 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7562
7563Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7564
7565 * tree.[ch]: added xmlRemoveProp
7566 * win32config.h.in nanohttp.c: avoid including the Windows
7567 socket stuff in every C files
7568 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7569 the XmL parser(s)
7570 * test/ns4 result/ns4 etc...: added test case for previous prob
7571 * tree.c: xmlNewNs wasn't checking for double definition
7572 * Makefile.in: fixed a problem with dist-hook duplicates
7573 * parser.[hc], xmlIO.c: fixed the loading of external entities
7574 APIs, now xmlLoadExternalEntity() is used everywhere and
7575 setting up an app specific front-end using the
7576 * SAX.c parser.c: some fixes, now the xhtml spec validates
7577 with the xhtml DTD.
7578 * error.c: fixed crashes in case of no input stream
7579 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7580 to the validation tests and results
7581
7582Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7583
7584 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7585 too htmlCreatePushParserCtxt() and htmlParseChunk()
7586 * parser.c: a bit of cleanup.
7587 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7588 to XML) removed the last mem leak known
7589 * HTMLtree.c: output message cleanup
7590 * xmlmemory.c: display content info about memory blocks
7591 * result/HTML/wired.* : missing att value warning change
7592
7593Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7594
7595 * doc/* : rebuilt the documentation
7596
7597Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7598
7599 * parser.[ch] parserInternals.h: Push parser for XML,
7600 seems to work fine now
7601 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7602 --push for push testing
7603 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7604 * testSAX.c: added --push
7605 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7606 subtree
7607 * xmlIO.[ch] : enriched API + fixes for push mode
7608 * entities.[ch]: added the entity content length to the struct.
7609 * xmlmemory.[ch]: new API to show the last entries for the shell
7610 * valid.c: added required attribute testing
7611 * SAX.c: the cdata callback now merge contiguous fragments
7612 * HTMLparser.c: cleanup of some macros
7613
7614Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7615
7616 * parser.c: fix for PIs name starting with xml
7617 * tree.c: fixed a potential problem with || and && ops
7618 * *.c, configure.in win32config.h.in : generate win32config.h for
7619 those on the Other Side !
7620
7621Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7622
7623 * parser.c: fixed a stupid = vs. == bug :-(
7624 * doc/gnome-xml.sgml: s/glade/xml/
7625
7626Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7627
7628 * configure.in, doc/xml.html : bug fix release 1.8.2
7629 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7630 Hopefully the end of that silly C++ include problem
7631 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7632 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7633 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7634 troubles with autoclosed elements when the stree shape doesn't
7635 follow the DtD specs. Added htmlIsAutoClosed() and
7636 htmlAutoCloseTag()
7637 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7638 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7639 * debugXML.c: fixed a bug on printing default namespaces.
7640 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7641
7642Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7643
7644 * result/HTML/*.htm[l] : updated the HTML regression tests according
7645 to the new output
7646 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7647 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7648 problem due to intermix of extern "C" { ... } declarations for C++
7649 and recursive includes in the headers
7650
76511999-12-20 Chris Lahey <clahey@umich.edu>
7652
7653 * HTMLtree.c: Made it so that html nodes with a single child do
7654 not insert a carriage return before or after the child node.
7655
7656Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7657
7658 * configure.in, doc/xml.html : bug fix release 1.8.1
7659 * parser.c: fixed bug #4344
7660 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7661 added the glue to avoid C++ problems
7662 * doc/* : regenerated the documentation
7663
7664Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7665
7666 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7667 namespace recognition, and Dia as a resul :-(
7668 * encoding.c: closed bug #3950
7669
7670Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7671
7672 * valid.c: debugging a posteriori validation, except URI expansion
7673 stuff this should be fixed now
7674 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7675 Carl Nygard <cnygard@bellatlantic.net>
7676 * tester.c: added --postvalid, cleaning of the code
7677 * tree.[ch]: added xmlDocGetRootElement()
7678
7679Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7680
7681 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7682 c++ losage.
7683
7684Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7685
7686 * configure.in, doc/xml.html : bumped to 1.8.0
7687 * xlink.[ch], Makefile.am : added framework for link detection
7688 * parser.h: added nbChars to parser context, needed for cleanup.
7689 * xmlmemory.c: removed a nasty bug when out of mem
7690 * valid.[ch]: adding namespace support for attribute decl
7691 * tester.c: added --debugent option
7692 * debugXML.[ch]: added xmlDebugDumpEntities()
7693 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7694 buffers instead, this was really needed, validation was breaking
7695 in strange ways due to that. Added xmlParseStringPEReference()
7696 and other parsing from strings functions. Entities processing
7697 modified again, but PERef are still not handled correcly but
7698 unless you're Eve Maller you won't notice :-)
7699 * HTMLparser.c: large changes toward reliability, and switched to
7700 lowercase internal tags, XHTML is lowercase, so it will help
7701 that output is closer to next version.
7702 * doc/* : regenerated the documentation, it is now hosted at
7703 http://xmlsoft.org/ (same bits I just bought the domain :-)
7704
7705
7706Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7709 doc generation
7710 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7711 in the SAX API
7712 * doc/*: rebuilt the doc making sure everything appears in the
7713 HTML files
7714
7715Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7716
7717 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7718 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7719 which allow impressive speed improvement on dataset with
7720 large text pieces, but at the cost of broken binary
7721 compatibility and slightly bigger memory usage.
7722 Configure with --with-buffers to activate them, they
7723 are protected with XML_USE_BUFFER_CONTENT define.
7724 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7725 goal is 0 memory left allocated once parser is no more used
7726 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7727 call xmlCleanupParser() and xmlMemoryDump()
7728
7729Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7732 * parser.[ch] encoding.[ch]: added memory cleanup routines
7733 * parser.c: closing bug #3788
7734 * doc/*: rebuilt the doc
7735
7736Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7737
7738 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7739 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7740 * tester.c: added --compress option
7741 * doc/*: rebuilt the documentation
7742
7743Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7744
7745 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7746 if given /proc/kcore as input !
7747 * doc/xml.html doc/*: updated and rebuilt the documentation
7748
7749Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7750
7751 * parser.c: Fixed some wrongly space collapsing code due to
7752 a misreading of the spec.
7753 * result/*: fixed the output accordingly
7754
7755Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * encoding.c: bug fix and typos
7758 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7759 * parser.c: added attribute normalization closing bug #3597
7760 * test/att* result/att* SAXresult/att*: testcase for attribute
7761 normalization
7762
7763Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * configure.in: closing bug #3163 by adding extra flags for the
7766 cc compiler on HP-UX
7767
7768Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7769
7770 * valid.[ch] : removed a typo and an enumerated type bug in the
7771 xmlAddElementDecl() function
7772 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7773 call to xmlEncodeEntitiesReentrant() so that the functions
7774 New, Set and Get are at the same level.
7775 * parser.c HTMLparser.c: extra memory allocation bug for
7776 attributes detected by someone using libxml in embedded systems :-)
7777
7778Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7779
7780 * xmlmemory.h: turned off mem debug :-\
7781
7782Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7783
7784 * parser.c: closed bug #2784 a one line fix, but worth pushing
7785 a new release out
7786 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7787 some structures, comments before and after the
7788 main element, and other nastyness
7789 * HTMLtree.c tree.c: accomodate the extended HTML supported
7790 * configure.in: pushing 1.7.4
7791 * test/ent8 and related outputs : added a new test for bug #2784
7792 * test/HTML/wired.html and related output: a nasty HTML example
7793 * Makefile.am: improved the test scripts
7794 * docs/* : reran the documentation extractor, updated xml.html
7795
7796Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7797
7798 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7799 HTMLparser and debugged the HTML related code. HTML documents
7800 now have their own type
7801 * entities.c: do not dump &apos; for HTML output
7802 * xmlmemory.c: improvement, breakpoint mechanism
7803 * testHTML.c: added --sax --repeat ...
7804 * Makefile.am: improved the HTML tests
7805 * valid.[ch]: added xmlValidGetValidElements and
7806 xmlValidGetPotentialChildren
7807 * tester.c: added --insert to test the 2 new functions
7808 * test//* result//* SAXresult//* : regression test cleanup
7809 and extension.
7810 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7811 gnome-xml-nanohttp.html
7812
7813Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7814
7815 * HTMLparser.c: fixed problems with some autoclose tags
7816 * tree.c: fixed XML output problems.
7817 * result/* SAXresult/*: update of the tests output
7818
7819Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7820
7821 * Makefile.am: Arturo patch for xmlConf.sh version info
7822 * parser.c: Tim Josling patch for single quoted items
7823 * tester.c: Tim Josling patch for tester options usage
7824 * tree.h: indent cleanup
7825
7826Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7827
7828 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7829 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7830
7831Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7832
7833 * tree.c : Raph patch for initialization of CORBA fields
7834 * parser.c, xpath.c, ...: modification of doc comments
7835 * xpath.c : allow spaces in xpath expressions
7836
7837Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7838
7839 * xmlmemory.h: turning off memory debug :-(
7840
7841Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7842
7843 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7844 better SAX interfaces.
7845 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7846 entity.
7847 * configure.in: 1.7.2
7848
7849Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7850
7851 * libxml.spec.in: fixed the URL
7852 * doc/xml.html: improved the documentation front-end
7853
7854Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7855
7856 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7857
7858Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7859
7860 * libxml.spec.in: fixed the alpha compile problem
7861 * parser.[ch]: changed errno to errNo in the parser context :-(
7862 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7863 * doc/xml.html: changed CHAR to xmlChar
7864 * doc/html/*: recompiled the documentation
7865 * configure.in: 1.7.1
7866
7867Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7868
7869 * parser.h: modified the parser context struct to regain 1.4.0
7870 binary compatibility
7871 * parser.c, xml-error.h: added errno ot teh context and defined
7872 a set of errors values with update of errno
7873 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7874 DTDs and entities
7875 * *.h, *.c: complete cleanup of the use of config.h and include
7876 protection depending on the current setup.
7877 * overalll debugging, maintenance and bug-fixing on all modules
7878 * updated the documentation
7879 * ready for 1.7.0
7880
7881Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7882
7883 * HTMLparser.c : cleanup
7884 * SAX.c valid.c valid.h: added ID/IDREF checking
7885 * tree.c tree.h: extended doc structure for refs
7886 * configure.in: 1.6.2
7887 * parser.c: patched bug in SAX user arg call
7888 * parserInternals.h: patched missing close in C++ wrapping
7889 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7890 especially upcoming XPointer implementation.
7891 * doc/xml.html: augmented, typo
7892
7893Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7894
7895 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7896 not all invocations of install understand -d.
7897
7898Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7899
7900 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7901 to make 'check' works, when builddir != srcdir.
7902
7903Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7904
7905 * doc/xml.html : updated the documentation
7906
7907Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7908
7909 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7910 not deallocated memory blocks
7911 * *.c : replaces all calls to malloc() free() and realloc() to
7912 the wrapper functions/macros
7913 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7914 instead of xmlFreeNodeList()
7915
7916Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * HTMLparser.c: corrected a stupid bug leading to core dump at
7919 tree deallocation. Removed warnings indicated by
7920 Stephane.Conversy@lri.fr
7921 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7922 looked for in the external subset
7923
7924Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7925
7926 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7927 on SGI by Stephane.Conversy@lri.fr
7928
7929Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * all .h : changed the prototype declaration indent as in gtk
7932 * most .c : working on reducing the TODOs in the code
7933 * most .c : cleanup though -pedantic and Insure++
7934 * improvements on validation ID checkings.
7935 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7936 * xml-config.in: closed #1810
7937
7938Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7939
7940 * tree.h, valid.c, valid.h: more work on validity, IDs
7941 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7942 definition for AIX
7943
7944Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7945
7946 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7947 the distribution due to a cut'n paste error at last commit
7948
7949Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7950
7951 * configure.in: upgraded to version 1.4.0
7952 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7953 Big update, added a large part of the validation process,
7954 it should be usable, but some parts are missing
7955 * xpath.c: improved the implementation w.r.t. root.
7956 * Makefile.am: added more tests
7957 * test and result trees: added a lot of tests
7958 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7959
7960Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7961
7962 * Added an HACKING file
7963
7964Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * xpath.[ch] : improvements and debug of the XPath implementation
7967 * parser.c, HTMLparser.c : modified the parsers to be progressive
7968 * tree.[ch] : extended the Buffer promitives
7969 * xmlIO.[ch] : added basic I/O routines providing progressive
7970 parsing and ready for I18N conversion plugins
7971 * SAXresult/* : the SAX callback sequence maybe slightly different
7972 now
7973 * test*.c : improved/updated the tests programs
7974 * doc/* : recompiled the docs.
7975
79761999-07-26 Michael Meeks <michael@edenproject.org>
7977
7978 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7979
7980 * tree.c: Ditto.
7981
7982Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7983
7984 * configure.in: upgraded to version 1.4.0
7985 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7986 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7987 XML query language, see http://www.w3.org/TR/xpath for more details.
7988 * parser.c, parser.h: added CHAR* related string functions for XPath
7989 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7990 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7991 rebuild the docs.
7992 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7993 and regression testing capabilities for XPath.
7994
7995Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7996
7997 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7998 closing bug #1646
7999
8000Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * Makefile.am, example/Makefile.am: closed bug #1683
8003
8004Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8005
8006 * example/Makefile.am, configure.in: added the makefile for the
8007 gjobread example
8008
8009Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8010
8011 * doc/Makefile.am:
8012 - fix which allow "make install DESTDIR=</install/prefix>".
8013
8014Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8017 which fixed a problem on the file reading-code.
8018
8019Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8020
8021 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8022 output.
8023 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8024
8025Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * parser.h : Oops removed the binary compatibility problem
8028 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8029 * parser.c, HTMLparser.c: applied patches for reading from stdin
8030
8031Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8032
8033 * parser.c, entities.c, valid.c: cleanup bug #1591
8034 * configure.in: cleanup bug #1592
8035 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8036 the same tree back-end. Hence gdome will be available for it.
8037 * doc/Makefile.am: close bug #617
8038
8039Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8040
8041 * parser.c: alloctate a per parser context SAX interface block
8042
8043Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8046 and xmlEncodeEntitiesReentrant with the correct one :-\
8047
8048Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8049
8050 * commit of my internal XML base changes, quite a lot of
8051 changes, cleanups, better entities support, framework for
8052 new I/O and charset detection and handling
8053 * Fixed the configure/Makefile stuff to generate shared libs
8054 with the proper version info, so we jumped on rev from
8055 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8056 xmlEncodeEntities() result need to be freed now, and a string
8057 xmlParserVersion provide the current library version.
8058
8059Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8060
8061 * parser.c: fixed a buffer overrun for when you have a very long
8062 attribute with no entities in it.
8063
8064Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * added example directory
8067 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8068
8069Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * Release of libxml-1.1, nearly everything has been touched for
8072 this.
8073 * Added more regression tests
8074 * Updated the documentation
8075
8076Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8077
8078 * tree.[ch]: unified the XML_NO_CORBA defines.
8079 * parser.c encoding.[ch]: started plugging in char encoding detection
8080
8081Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8082
8083 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8084 Also freed allocated buffer.
8085
8086Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8087 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8088 reentrancy problem at printing. One is left in entities.c, to
8089 remove ASAP
8090 * testSAX.c : added a test example showing the use of the SAX
8091 interface if one doesn't want to build the DOM tree.
8092 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8093
8094Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8095
8096 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8097 large revamping of the parser to use SAX callbacks
8098 http://www.megginson.com/SAX/ (or at least a C like interface
8099 a la Expat). It's now possible to set up your own callbacks
8100 and the parser will not build a DOM tree.
8101 * test/* result/*: updated the test suite, I finally removed
8102 the old Namespace draft support (PI based).
8103
8104Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * Makefile.am: added test result to EXTRA_DIST for make tests
8107
8108Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8109
8110 * parser.c, parserInternals.h: moved the chars macro definitions
8111 to parserInternals.h
8112 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8113 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8114
8115Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8116
8117 * xml-config.in : applied patch to make --version work
8118
81191999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8120
8121 * Makefile.am (check-local): Alias for `tests' target. This will
8122 cause `make check' to do the right thing.
8123 (tests): Don't run tests in srcdir. Also, replaced calls to
8124 basename with a `sed' "equivalent".
8125
8126Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8127
8128 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8129 it in the header and not the sources, updated the doc.
8130 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8131 pointing this out.
8132
8133Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8134
8135 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8136 exported the inputStream routines.
8137 * doc/html/* : updated accordingly
8138
8139Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8140
8141 * parser.c, parser.h, parserInternals.h: added a few extra
8142 internal calls to allocate and free parser contexts ...
8143 * doc/html/* : updated accordingly
8144
8145Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8146
8147 * configure.in, Makefile.am, doc/makefile.am : General changes for
8148 1.0.0 release and including the generated HTML documentation.
8149
8150Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8151
8152 * makefile.am : added parserInternals.h, oops.
8153
8154Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8155
8156 * parserInternals.h: added this header giving access to the parser
8157 internal functions.
8158 * doc/Makefile.am : added a rebuild target which rebuilds the full
8159 set of documentations
8160 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8161 the internal subset.
8162 * *.c *.h: modifications needed to generate the documentation using
8163 gtk-doc, cleanup of functions blocks, reorganisation of struct
8164 declarations.
8165
8166Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8169 the tar and spec file to include the beginning of the doc.
8170
81711999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8172
8173 * doc/.cvsignore: Added this file.
8174
8175Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8176
8177 * tree.c: fixed xmlGetProp to return "" when the attribute
8178 exists, even if the node-list is NULL.
8179
8180Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8181
8182 * tree.c: patched an error outputting empty attribute values.
8183 * Makefile.am and doc/makefile.am: have been updated during the
8184 week-end. Sorry for an empty CVS log, I got a shell problem.
8185
8186Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8187
8188 * tree.h: cleaned up using enums instead of defines
8189 * parser.c, valid.[ch]: more work on parsing/output of element
8190 declarations
8191
8192Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8193
8194 * valid.[ch], tree.c, parser.c : more work toward full parsing
8195 of XML DTDs.
8196 * README: added informations about mailing-list and on-line
8197 documentation
8198
81991999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8200
8201 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8202
8203Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8204
8205 * parser.c, tree.[ch] : more work toward conformance testing,
8206 added a last element to accelerate parsing of very flat structures
8207 started working on internal subset Element content declaration.
8208 * valid.[ch] : first cut at adding code toward validation.
8209 * previous changes had also small impact on most files, especially
8210 the conformance testing using James Clark test suite.
8211
8212Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * test/* : updated the examples, most of them were not well
8215 formed (humm), and added rdf2.
8216 * result/* : resulting changes in the output.
8217
8218Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8219
8220 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8221
8222Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8223
8224 * tree.c: patched a bug in the generation of empty attributes
8225
8226Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8227
8228 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8229 for node/trees/documents/... Biggest problem is namespace
8230 support when copying subtrees.
8231
8232Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * parser.c, entities.c: improve entities and char ref encoding,
8235 and cleanups of error messages.
8236
8237Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * parser.c, entities.c: simple bug hunting done during rpm2html and
8240 rpmfind integration.
8241
8242Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * parser.[ch]: Added interfaces allowing to specify a SAX
8245 handler before parsing.
8246
8247Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8248
8249 * parser.c: redirrect all errors reporting through the SAX
8250 error function
8251
8252Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8255 * libtool, tlmain ...: update of the libtool files
8256
82571998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8258
8259 * entities.c: Use g_snprintf insteda of snprintf.
8260
8261Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8262
8263 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8264 added ent5 test for this purpose.
8265 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8266
8267Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8268
8269 * parser.c: fixed? a strange error due to compression on a GWP
8270 document.
8271
8272Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8273
8274 * tree.[ch]: bug fixing
8275 * entities.[ch]: defined a specific type for predefined entities
8276 * doc/xml.html: more documentation on the library, how to use it,
8277 overview of the interfaces.
8278
8279Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8280
8281 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8282
8283Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8284
8285 * tree.c: corrected a small bug
8286 * doc/xml.html: continuing writing documentation.
8287
8288Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * debugXML.h debugXML.c: added debugging utilities.
8291 * tester.c: added --debug switch.
8292 * tree.c: patched an incorrect node->type assignment.
8293 * parser.c: formatting, ensure that node->doc != NULL in attributes
8294
8295Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8298 entity support and provide an internal representation close to
8299 DOM one (entity ref nodes, and attribute value as tree). I tried
8300 to preserve the interface but this will surely break some apps
8301 (I have to change rpm2html/rpmfind for example). I had to change
8302 two interfaces, and the generated tree is somewhat different.
8303 * doc/* : started documenting the XML library, the tree and
8304 DOM/Corba. This is a first step.
8305
8306Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8307
8308 * parser.c: Set up the fonctions comment block, boring but useful.
8309 * parser.h, SAX.c, parser.c: now attributes are processed through
8310 the SAX interface. The problem is that my SAX interface diverged
8311 quite a bit from the original one, well this is not an official
8312 spec, and translating it from Java to C is hairy anyway...
8313
8314Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8317 fonctions comment block, boring but useful.
8318
8319Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8320
8321 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8322 conversion routines. However they are not yet used to convert the
8323 inputs. The core will run with UTF-8.
8324
8325Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * tree.c : make sure that the type id is properly set-up when
8328 a new object is allocated, needed for DOM.
8329
8330Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8331
8332 * tree.h, tree.c: Ok, the main objects in the tree will be native
8333 corba objects, it costs 8 bytes per Node, Attribute and Document
8334 but it simplifies the Corba integration a lot (no extra interface
8335 objects to allocate/free).
8336
8337Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8340 and changed NODEs contants for conformity with DOM Level 1
8341
8342Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8343
8344 * added hooks to keep track of servants when creating objects
8345 xmlDoc and xmlNode (for Corba export).
8346
8347Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8348
8349 * added xml-config script.
8350
8351Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8352
8353 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8354 to autoupdate libtool and automake conf files.
8355
83561998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8357
8358 * Makefile.am: Use '?' to separate the sed
8359 commands as ',' is used when people pass -Wl,something.
8360
8361
8362Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8363
8364 * tree.c, tree.h: added a per-document compression interface.
8365
8366Tue Sep 22 20:47:38 EDT 1998
8367
8368 * tree.c, tree.h: added saving with compression and added interfaces
8369 to control the compression level (xmlGetCompressMode,
8370 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8371
8372Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8373
8374 * parser.c: corrected a loop for files of size 0
8375
83761998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8377
8378 * error.h: New file. Contains prototyes from `error.c'.
8379
8380Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8381
8382 * Makefile.am (xmlincdir): New macro.
8383 (xmlinc_HEADERS): Renamed from include_HEADERS.
8384
8385Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8386
8387 * applied small patch on numeric entities from
8388 Christopher Blizzard <blizzard@appliedtheory.com>
8389
8390Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8391
8392 * New release 0.2, removed the old xml_* files so that it's
8393 coherent with the other CVS base (W3C), far better conformance
8394 to standard, new namespaces, decent entities support, beginning
8395 of a SAX-like interface. Nearly nothing left intact, even the
8396 test examples ...
8397
83981998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8399
8400 * .cvsignore: Add .deps dir
8401
8402Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8405
8406Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8407
8408 * configure.in: added test for CPP
8409 * AUTHORS, Changelog: the original ones didn't get commited but the
8410 glib ones instead, fixed.
8411 * Makefile.am: corrected an error in library naming
8412
8413Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8414
8415 * integrated code developped at W3C
8416 * changed the original Copyright
8417 * migrated to automake
8418 * prefixed the filenames by xml_ to avoid filename clashes
8419
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008420Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8421
8422 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8423 should not be called.
8424
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008425Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8426
8427 * libxml-2.0.pc.in: applied the patch to fix #101894
8428
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008429Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8430
8431 * tree.c : applied patch from Lukas Schroeder for register callbacks
8432 * valid.c: modified patch from Lukas Schroeder to test
8433 register callbacks with --chkregister
8434
Daniel Veillard067bae52003-01-05 01:27:54 +00008435Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8436
8437 * xmlreader.c: seriously changed the way data are pushed to
8438 the underlying parser, go by block of 512 bytes instead of
8439 tryng to detect tag boundaries at that level. Changed the
8440 way empty element are detected and tagged.
8441 * python/tests/reader.py python/tests/reader2.py
8442 python/tests/reader3.py: small changes mostly due to context
8443 reporting being different and DTD node being reported. Some
8444 errors previously undetected are now caught and fixed.
8445 * doc/xmlreader.html: flagged last section as TODO
8446
Daniel Veillard51a447a2003-01-04 19:42:46 +00008447Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8448
8449 * python/libxml.py: integrated the Python 2.2 optimizations
8450 from Hannu Krosing, while maintaining compatibility with
8451 1.5 and 2.1
8452
Daniel Veillarde59494f2003-01-04 16:35:29 +00008453Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8454
8455 * xmllint.c: a bit of cleanup
8456 * xmlreader.c: small fix
8457 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8458 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8459
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008460Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8461
8462 * python/setup.py.in: patch from Stéphane Bidoul to include
8463 drv_libxml2.py in setup.py
8464
Daniel Veillard66b82892003-01-04 00:44:13 +00008465Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8466
8467 * doc/xmlreader.html: starting documenting the new XmlTextReader
8468 interface.
8469
Daniel Veillard7704fb12003-01-03 16:19:51 +00008470Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8471
8472 * xmllint.c: added the --stream flag to use the TextReader API
8473 * xmlreader.c: small performance tweak
8474
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008475Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8476
8477 * xmlreader.c python/tests/reader2py: okay the DTD validation
8478 code on top of the XMLTextParser API should be solid now.
8479
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008480Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8481
8482 * xmlreader.c python/tests/reader2py: Fixing some more mess
8483 with validation and recursive entities while using the
8484 reader interface, it's getting a bit messy...
8485
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008486Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8487
8488 * xmlreader.c python/tests/reader.py: another couple of problem
8489 related to IsEmptyElement reported by Stéphane Bidoul needed
8490 some fixes.
8491
Daniel Veillard4f860202003-01-02 13:00:02 +00008492Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8493
8494 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8495 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8496 based on the python XmlTextReader interface.
8497
Daniel Veillard3c265e42003-01-01 21:06:49 +00008498Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8499
8500 * tree.c: backing out one change in the last patch which broke the
8501 regression tests
8502
Daniel Veillard5335dc52003-01-01 20:59:38 +00008503Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8504
8505 * global.data globals.c tree.c include/libxml/globals.h: applied
8506 an old patch from Lukas Schroeder to track node creation and
8507 destruction. Probably missing a lot of references at the moment
8508 and not usable reliably.
8509
Daniel Veillard8ba17412003-01-01 19:13:12 +00008510Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8511
8512 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8513 from doc/news.html and a stylesheet
8514
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008515Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * xmlreader.c python/tests/reader.py: fixed another couple of
8518 xmlreader bugs reported by Stéphane Bidoul and added tests.
8519
Daniel Veillard9e395c22003-01-01 14:50:44 +00008520Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * xmlreader.c python/tests/reader2.py: fixed another validity
8523 checking in external parsed entities raised by Stéphane Bidoul
8524 and added a specific regression test.
8525 * python/tests/reader3.py: cleanup
8526
Daniel Veillardd5896142002-12-31 14:45:26 +00008527Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8528
8529 * xmlreader.c python/tests/reader2.py: fixed a problem with
8530 validation within entities pointed by Stéphane Bidoul, augmented
8531 the tests to catch those.
8532
Daniel Veillarddc85f282002-12-31 11:18:37 +00008533Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8534
8535 * python/generator.py: modified the generator to allow keeping
8536 class references when creating new classes, needed to fix a bug
8537 pointed by Stéphane Bidoul where the input buffer of the
8538 xmlTextReader instance gets destroyed if the python wrapper for
8539 the input is not referenced anymore.
8540
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008541Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8542
8543 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8544 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8545
Daniel Veillard571b8892002-12-30 12:37:59 +00008546Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8547
8548 * xmlreader.c python/tests/reader.py: fixed another problem
8549 pointed by Stéphane Bidoul
8550
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008551Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8552
8553 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8554 with "<a/>"
8555
Daniel Veillardecaba492002-12-30 10:55:29 +00008556Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8557
8558 * SAX.c: warn on xmlns:prefix="foo"
8559 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8560 for namespace attributes handling.
8561
Daniel Veillard2d84a892002-12-30 00:01:08 +00008562Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8563
8564 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8565 a really nasty problem raised by a DocBook XSLT transform
8566 provided by Sebastian Bergmann
8567
Daniel Veillard29b3e282002-12-29 11:14:41 +00008568Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8569
8570 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8571 by Stéphane Bidoul and integrated it into the tests
8572
Daniel Veillarde18fc182002-12-28 22:56:33 +00008573Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8574
8575 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8576 extended the XmlTextReader API a bit, addding accessors for
8577 the current doc and node, and an entity substitution mode for
8578 the parser.
8579 * python/libxml.py python/libxml2class.txt: related updates
8580 * python/tests/Makefile.am python/tests/reader.py
8581 python/tests/reader2.py python/tests/reader3.py: updated a bit
8582 the old tests and added a new one to test the entities handling
8583
Daniel Veillardaba976d2002-12-28 21:14:18 +00008584Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8585
8586 * python/generator.py python/libxml2class.txt
8587 python/tests/reader.py python/tests/reader2.py: changed the
8588 generator to provide casing for the XmlTextReader similar to
8589 C# so that examples and documentation are more directly transposable.
8590 Fixed the couple of tests in the suite.
8591
Daniel Veillard83298842002-12-28 15:12:33 +00008592Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8593
8594 * doc/guidelines.html: added a document on guildeline for
8595 publishing and deploying XML
8596
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008597Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8598
8599 * valid.c xmlreader.c: final touch running DTD validation
8600 on the XmlTextReader
8601 * python/tests/Makefile.am python/tests/reader2.py: added a
8602 specific run based on the examples from test/valid/*.xml
8603
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008604Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8605
8606 * python/libxml.py: added a few predefined xmlTextReader parser
8607 configuration values.
8608
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008609Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8610
8611 * python/libxml_wrap.h: trying to fix #102037
8612
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008613Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8614
8615 * SAX.c: fixing bug #95296, when the predefined entities
8616 are redefined in the DTD the default one must be used
8617 instead anyway.
8618
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008619Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8620
8621 * doc/xmllint.xml
8622 * doc/xmllint.1
8623 Add discussion of XML_DEBUG_CATALOG to xmllint man
8624 page - bug #100907
8625
8626
Daniel Veillarddf512f42002-12-23 15:56:21 +00008627Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8628
8629 * xmlreader.c: Fixed the empty node detection to avoid reporting
8630 an inexistant close tag.
8631
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008632Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8633
8634 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8635 for Python 2.1
8636
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008637Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8640
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008641Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8642
8643 * doc/libxml2-api.xml python/tests/reader.py: one really need
8644 to provide the base URI information when creating a reader parser
8645 from an input stream. Updated the API and the example using it.
8646
Daniel Veillardea7751d2002-12-20 00:16:24 +00008647Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8648
8649 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8650 include/libxml/valid.h include/libxml/xmlreader.h: working on
8651 DTD validation on top of xml reader interfaces. Allows to
8652 validate arbitrary large instances. This required some extensions
8653 to the valid module interface and augmenting the size of xmlID
8654 and xmlRef structs a bit.
8655 * uri.c xmlregexp.c: simple cleanup.
8656
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008657Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8658
8659 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8660 work on the xml reader interfaces.
8661 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8662 Web page for the Windows binaries.
8663
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008664Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8665
8666 * xmlIO.c: applied a patch for VMS following the report by
8667 Nigel Hall
8668
Daniel Veillard3772de32002-12-17 10:31:45 +00008669Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8670
8671 * parser.c: the parseStartTag bug fix wasn't complete.
8672
Daniel Veillard67df8092002-12-16 22:04:11 +00008673Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8674
8675 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8676 parseStartTag, fixing it.
8677 * test/att4 result/att4 result/noent/att4: adding the test
8678 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8679 more methods to XmlTextReader.
8680
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008681Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8682
8683 * win32/libxml2.def.src: added more xml reader exports
8684 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8685 to the build
8686
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008687Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8688
8689 * doc/tutorial/xmltutorial.xml
8690 plus generated html and pdf
8691 Updating tutorial again based on further comments from Niraj
8692 Tolia on the last iteration
8693
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008694Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8695
8696 * doc/tutorial/xmltutorial.xml
8697 * doc/tutorial/includekeyword.c
8698 * doc/tutorial/includegetattribute.c
8699 plus generated html and pdf
8700 Adding fix from Niraj Tolia to tutorial to properly free memory.
8701
8702
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008703Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8704
8705 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8706 more methods of XmlTextReader.
8707 * python/libxml2class.txt python/tests/reader.py: this increased the
8708 methods in the bndings, augmented the test to check those new
8709 functions.
8710
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008711Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8712
8713 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8714 methods of XmlTextReader.
8715 * python/generator.py python/libxml_wrap.h python/types.c
8716 python/libxml2class.txt: added the reader to the Python bindings
8717 * python/tests/Makefile.am python/tests/reader.py: added a specific
8718 test for the Python bindings of the Reader APIs
8719 * parser.c: small cleanup.
8720
Daniel Veillard06503452002-12-13 10:42:08 +00008721Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8722
8723 * xinclude.c: fallback was only copying the first child not the
8724 full child list of the fallback element, closes #89684 as reopened
8725 by Bernd Kuemmerlen
8726
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008727Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8728
8729 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8730
Daniel Veillard000eafb2002-12-12 10:04:22 +00008731Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8732
Daniel Veillardc1eed322002-12-12 11:01:32 +00008733 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008734 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008735 gives enum values, fix functype return type, put back fields in
8736 structs
8737 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008738
Daniel Veillard024b5702002-12-12 00:15:55 +00008739Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8740
8741 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8742 about htmlNodeDumpOutput location.
8743 * xpath.c: removed an undefined function signature
8744 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8745 too many symbols in the API breaking the python bindings.
8746 Updated with the libxslt/libexslt changes.
8747
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008748Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8749
8750 * configure.in: preparing release of 2.4.29
8751 * doc/*: rebuilt the docs and API
8752 * xmlreader.c: a few more fixes for the XmlTextReader API
8753
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008754Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8755
8756 * include/win32config.h: applied mingw patch from Magnus Henoch
8757
Daniel Veillard5aad8322002-12-11 15:59:44 +00008758Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8759
8760 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8761
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008762Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8763
8764 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8765 building Python script, does the C parsing directly, generates
8766 a better API description including structure fieds defs and
8767 enums. Still a couple of bugs, but good enough for the python
8768 wrappers now.
8769 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8770 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8771 include/libxml/schemasInternals.h include/libxml/tree.h: more
8772 cleanup based on the python analysis script reports.
8773 * libxml.spec.in: make sure the API XML description is part of the
8774 devel package.
8775
Daniel Veillard01c13b52002-12-10 15:19:08 +00008776Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8777
8778 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8779 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8780 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8781 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8782 code cleanup, especially the function comments.
8783 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8784
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008785Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8786
8787 * Makefile.am xmlreader.c include/libxml/Makefile.am
8788 include/libxml/xmlreader.h: Adding a new set of APIs based on
8789 the C# TextXmlReader API but converted to C. Allow to parse
8790 in constant memory usage, far simpler to program and explain
8791 than the SAX like APIs, unfinished but working.
8792 * testReader.c: test program
8793
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008794Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8795
8796 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8797
Daniel Veillard64b35282002-12-04 15:10:40 +00008798Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8799
8800 * tree.c: Chip turner indicated that XHTML1 serialization
8801 rule for style actually break on both IE and Mozilla,
8802 try to avoid the rule if escaping ain't necessary
8803
Daniel Veillard8efff672002-12-04 11:44:48 +00008804Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8805
8806 * nanhttp.c: handle HTTP URL escaping, problem reported by
8807 Glen Nakamura and Stefano Zacchiroli
8808
Daniel Veillard1c732d22002-11-30 11:22:59 +00008809Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8810
8811 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8812
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008813Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8814
8815 * uri.c: Johann Richard pointed out some XPointer problems for
8816 URN based URI references in XInclude. Modified the URI parsing
8817 and saving routines to allow correct parsing and saving of
8818 XPointers, especially when attached to "opaque" scheme accordingly
8819 to RFC 2396
8820
Daniel Veillard8db67d22002-11-27 19:39:27 +00008821Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8822
8823 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8824 of refactoring to the HTML saving code.
8825 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8826 in the doc.
8827
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008828Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8829
8830 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8831 to a buffer API to reuse the generic dump to an OutputIO layer,
8832 this reduces code, fixes xmlNodeDump() for XHTML, also made
8833 xmlNodeDump() now return the number of byte written.
8834
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008835Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8836
8837 * python/setup.py.in: another patch from Stéphane Bidoul for
8838 Python bindings on Windows
8839 * doc/parsedecl.py: small cleanup
8840
Daniel Veillard9715c172002-11-25 16:33:40 +00008841Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8842
8843 * libxml.spec.in configure.in: add a line in %changelog for releases
8844
Daniel Veillard9bc53102002-11-25 13:20:04 +00008845Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8846
8847 * parser.c: patch from Marcus Clarke fixing a problem in entities
8848 parsing that was detected in KDe documentations environment.
8849
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008850Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8851
8852 * python/libxml.c (libxml_prev): Return the previous as opposed to
8853 the next node (I guess this is the result of some cut & paste programming:)
8854
Daniel Veillard80d7b902002-11-23 16:23:08 +00008855Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8856
8857 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8858
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008859Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8860
8861 * python/generator.py python/libxml.c python/setup.py.in: trying
8862 to fix the Python bindings build on Windows (Stéphane Bidoul)
8863
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008864Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8865
8866 * win32/configure.js: added option for python bindings
8867 * win32/libxml2.def.src: added more exports
8868
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008869Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8870
8871 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8872 pthreads
8873 * win32/wince/*: applied updates to Windows CE port from Javier
8874
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008875Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8876
8877 * configure.in: preparing 2.4.28
8878 * libxml.spec.in doc/Makefile.am: some cleanup
8879 * doc/*: updated the news and regenerated.
8880
Daniel Veillardfee408f2002-11-22 13:18:30 +00008881Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * HTMLparser.c: final touch at closing #87235 </p> end tags
8884 need to be generated.
8885 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8886 this change slightly the output of a few tests
8887 * doc/*: regenerated
8888
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008889Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8890
8891 * parserInternals.c: fixing bug #99190 when UTF8 document are
8892 parsed using the progressive parser and the end of the chunk
8893 is in the middle of an UTF8 multibyte character.
8894
William M. Brack8b2c7f12002-11-22 05:07:29 +00008895Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8896
8897 * threads.c: fixed initialization problem in xmlNewGlobalState
8898 which was causing crash.
8899 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8900 in xmlInitializeGlobalState.
8901 * parserInternals.c: cleaned up ctxt->sax initialisation.
8902
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008903Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8904
8905 * tree.c include/libxml/tree.h: modified the existing APIs
8906 to handle XHTML1 serialization rules automatically, also add
8907 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8908 libxslt serialization uses it when needed without changing
8909 the library API.
8910 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8911 result/xhtml1: added a new test specifically for xhtml1 output
8912 and updated the result of one XHTML1 test
8913
Daniel Veillardd076a202002-11-20 13:28:31 +00008914Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8915
8916 * xinclude.c parserInternals.c encoding.c: fixed #99082
8917 for xi:include encoding="..." support on text includes.
8918 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8919 test/XInclude/ents/isolatin.txt : added a specific regression test
8920 * python/generator.py python/libxml2class.txt: fixed the generator
8921 the new set of comments generated for doc/libxml2-api.xml were
8922 breaking the python generation.
8923
Daniel Veillard817e70b2002-11-19 22:28:48 +00008924Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8925
8926 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8927 * configure.in: patch for Solaris on new autoconf closes #98880
8928 * doc/parsedecl.py: repair the frigging API building script,
8929 did I say that python xmllib sucks ?
8930 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8931 and some comment are no more truncated.
8932
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008933Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8934
8935 * parser.c: Martin Stoilov pointed out a potential leak in
8936 xmlCreateMemoryParserCtxt
8937
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008938Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8939
8940 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8941 included in HTML documents and using the push parser.
8942
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008943Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8944
8945 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8946 specified, look for the Python interpreter not just in the
8947 specified root but also in the specified location. Fixes #98825
8948
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008949Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8950
8951 * python/libxml.c: fixing bug #98792 , node may have no doc
8952 and dereferencing without checking ain't good ...
8953
Daniel Veillarddad3f682002-11-17 16:47:27 +00008954Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8955
8956 * configure.in: preparing release 2.4.27
8957 * doc/* : updated and rebuilt the docs
8958 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8959 and all the docs are actually packaged and in the final RPMs
8960 * parser.c parserInternals.c include/libxml/parser.h: restore
8961 xmllint --recover feature.
8962
Daniel Veillard68e9e742002-11-16 15:35:11 +00008963Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8964
Daniel Veillard784b9352003-02-16 15:50:27 +00008965 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00008966 processing of parsed entities, and XPath computation on sustitued
8967 entities.
8968 * testXPath.c: make sure entities are substitued.
8969
Daniel Veillard328f48c2002-11-15 15:24:34 +00008970Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8971
Daniel Veillard784b9352003-02-16 15:50:27 +00008972 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00008973 processing of internal parsed entities, which had to be changed.
8974
Daniel Veillard66651aa2002-11-15 11:21:43 +00008975Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8976
8977 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8978 trying to fix bug #98517 about building outside the source tree
8979 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8980
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008981Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8982
8983 * include/win32config.h: cleanup
8984 * win32/Makefile.mingw: integrated mingw in JScript configure
8985 * win32/Makefile.msvc: modified to allow mingw coexistence
8986 * win32/configure.js: integrated mingw
8987 * win32/Readme.txt: cleanup
8988
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008989Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8990
8991 * HTMLparser.c: strengthen the guard in the Pop macros,
8992 like in the XML parser, closes bug #97315
8993
Daniel Veillard0821b152002-11-12 20:57:47 +00008994Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8997 callback is never used.
8998
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008999Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9000
9001 * parserInternals.c: fixed the initialization of the SAX structure
9002 which was breaking xsltproc
9003 * xpath.c: patch from Petr Pajas for CDATA nodes
9004 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9005 * parser.c include/libxml/parser.h: patch from Peter Jones
9006 removing a leak in xmlSAXParseMemory() and adding the
9007 function xmlSAXParseMemoryWithData()
9008
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009009Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9010
9011 adding pdf of tutorial, changing web page to link to it
9012 * doc/tutorial/xmltutorial.pdf
9013 * doc/xml.html
9014 * doc/docs.html
9015
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009016Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9017
9018 * doc/tutorial/ar01s08.html
9019 adding file what I forgot for tutorial
9020
9021
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009022Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9023
9024 Adding encoding discussion to tutorial
9025 Added:
9026 * doc/tutorial/images/*.png: DocBook admonition image files
9027 * doc/tutorial/apf.html, apg.html: new generated html
9028 * doc/tutorial/includeconvert.c: conversion code entity file
9029 changed:
9030 * doc/tutorial/xmltutorial.xml: DocBook original
9031 * doc/tutorial/*.html: generated html
9032
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009033Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9034
9035 * include/libxml/*.h: retired xmlwin32version.h
9036 * doc/Makefile.am: retired xmlwin32version.h
9037 * win32/configure.js: retired xmlwin32version.h
9038
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009039Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9040
9041 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009042 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9043 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009044
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009045Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9046
9047 * globals.c: fixed a typo pointed out by Igor
9048 * xpath.c: try to speed up node compare using line numbers
9049 if available.
9050
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009051Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9052
9053 * tree.c: make xmlFreeNode() handle attributes correctly.
9054
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009055Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9056
9057 * catalog.c: completed the #96963 fix, as reported by Karl
9058 Eichwalder
9059
Daniel Veillard56f21f22002-11-06 15:49:46 +00009060Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9061
9062 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9063
Daniel Veillard91ad8792002-11-04 17:06:52 +00009064Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9065
9066 * Makefile.am: switched the order of a couple of includes
9067 to fix bugs #97100
9068
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009069Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9070
9071 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9072 xmlLoadCatalogs that used to separate directories with a ':'.
9073
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009074Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9075
9076 * threads.c: improvements to the Windows-side of thread handling
9077 * testThreads.c: conditionally excluded unistd.h
9078 * testThradsWin32.c: broke overlong lines
9079 * include/win32config.h: adapted thread-related macros to the new
9080 scheme and for pthreads on Windows
9081 * win32/Makefile.msvc: introduced a more flexible thread build,
9082 added testThreads[Win32].c to the build
9083 * win32/configure.js: introduced a more flexible thread config
9084
John Fleck61f6fb62002-10-31 15:23:29 +000090852002-10-31 John Fleck <jfleck@inkstain.net>
9086
9087 * doc/xml.html (and, by implication, FAQ.html)
9088 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9089
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009090Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9091
9092 * configure.in: removed xmlwin32version.h
9093 * include/libxml/Makefile.am: removed xmlwin32version.h
9094
Daniel Veillardce66ce12002-10-28 19:01:59 +00009095Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9096
9097 * tree.c: applied patch from Brian Stafford to fix a bug
9098 in xmlReconciliateNs()
9099
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009100Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9101
9102 * tree.c: applied patch from Christian Glahn to allow
9103 xmlNewChild() on document fragment nodes
9104
Daniel Veillardb39bc392002-10-26 19:29:51 +00009105Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9106
9107 * parser.c: Christian Glahn found a problem with a recent
9108 patch to xmlParseBalancedChunkMemoryRecover()
9109 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9110 problems
9111 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9112 test/schemas/seq*: added the test cases from Charles
9113
Daniel Veillard366a9152002-10-23 20:43:53 +00009114Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9115
9116 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9117 serious cleanup of the spec file and associated changes
9118 in the Makefiles.
9119 * valid.c: try to remove some warnings on x86_64
9120
Daniel Veillardd033d022002-10-23 14:55:02 +00009121Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9122
9123 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9124 fix bug #96586
9125
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009126Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9127
9128 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9129 parsing, applied his patch
9130 * result/HTML/attrents.html result/HTML/attrents.html.err
9131 result/HTML/attrents.html.sax test/HTML/attrents.html:
9132 added the test and result case provided by Mikhail Sogrine
9133
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009134Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9135
9136 * vms/build_libxml.com vms/config.vms vms/readme.vms
9137 include/libxml/parser.h include/libxml/parserInternals.h
9138 include/libxml/tree.h include/libxml/xmlIO.h
9139 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9140 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9141 Applied the VMS update patch from Craig A. Berry
9142 * doc/*.html: update
9143
Daniel Veillardf000f072002-10-22 14:28:17 +00009144Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9145
9146 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9147
Daniel Veillard1e208222002-10-22 14:25:25 +00009148Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9149
9150 * debugXML.c: adding a grep command to --shell in xmllint
9151 for T.V. Raman
9152
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009153Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9154
9155 * xmlcatalog.c: tried to fix some of the problem with --sgml
9156
Daniel Veillard935494a2002-10-22 14:22:46 +00009157Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9158
9159 * parser.c: tried to fix bug #91500 where doc->children may
9160 be overriden by a call to xmlParseBalancedChunkMemory()
9161
9162Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9163
9164 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9165 identifiers in SGML catalogs containing '&'
9166
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009167Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9168
9169 * python/types.c: fixed bugs when passing result value tree
9170 to Python functions.
9171
Daniel Veillard48267432002-10-18 11:21:38 +00009172Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9173
9174 * configure.in: preparing the release of 2.4.26
9175 * doc/*: updated and rebuilt the documentation
9176
Daniel Veillardbb284f42002-10-16 18:02:47 +00009177Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9178
9179 * parser.c: fixed a XML Namespace compliance bug reported by
9180 Alexander Grimalovsky
9181
Daniel Veillard44892f72002-10-16 15:23:26 +00009182Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9183
9184 * HTMLtree.c: fixed serialization of script and style when
9185 they are not lowercase (i.e. added using the API to the tree).
9186
Daniel Veillard2fd85422002-10-16 14:32:41 +00009187Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9188
9189 * valid.c: make xmlValidateDocument emit a warning msg if there
9190 is no DTD, pointed by Christian Glahn
9191
Daniel Veillard32370232002-10-16 14:08:14 +00009192Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9193
9194 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9195 content model when some of the blocks have min or max, and a couple
9196 of bugs found in the process.
9197 * result/schemas/list0* test/schemas/list0*: added some specific
9198 regression tests
9199
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009200Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9201
9202 * README: updated the contact informations
9203
Daniel Veillard63186732002-10-15 08:43:17 +00009204Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9205
9206 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9207 misses it, reported by Peter Bray.
9208
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009209Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9210
9211 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9212 and removed a few warnings
9213
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009214Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9215
9216 * parser.c: Christian Glahn found a small bug in the push parser.
9217 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9218 public
9219
Daniel Veillard6045c902002-10-09 21:13:59 +00009220Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9221
9222 * xmlschemas.c include/libxml/xmlschemas.h: added
9223 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9224 * testSchemas.c: added --memory to test the new interface
9225
Daniel Veillardf0070122002-10-09 14:24:17 +00009226Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9227
9228 * doc/index.py doc/search.php: integrated the XSLT indexing,
9229 a few fixed in the indexer, added a scope selection at the
9230 search level.
9231
Daniel Veillard01992e02002-10-09 10:20:30 +00009232Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9233
9234 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9235 this was due to uninitialized parts of the validation context
9236
Daniel Veillard321be0c2002-10-08 21:26:42 +00009237Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9238
9239 * debugXML.c: applied patch from Mark Vakoc except the API
9240 change, preserved it.
9241 * doc/*: updated the docs to point to the search engine for
9242 information lookup or before bug/help reports.
9243
Daniel Veillard01e87d22002-10-08 16:55:06 +00009244Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9245
9246 * doc/index.py doc/search.php: added mailing-list archives
9247 indexing and lookup
9248
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009249Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9250
9251 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9252
Daniel Veillard9b006132002-10-07 11:13:27 +00009253Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * doc/index.py: improved HTML indexing
9256 * doc/search.php: make the queries also lookup the HTML based indexes
9257
Daniel Veillard141d04b2002-10-06 21:51:18 +00009258Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9259
9260 * doc/index.py: added HTML page indexing
9261
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009262Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9263
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009264 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009265 problem in libxslt.
9266 * catalog.c: fixed list handling in XML_CATALOG_FILES
9267
Daniel Veillardceb09b92002-10-04 11:46:37 +00009268Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9269
9270 * valid.c: typo/bug found by Christian Glahn
9271
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009272Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9273
9274 * xmlIO.c: applied Windows CE patch from Javier.
9275 * win32/wince: new directory, contains support for the PocketPC
9276 with Windows CE from Javier.
9277 * include/win32config.h: reorganised, removed duplicate
9278 definitions and applied WinCE patch from Javier.
9279 * include/wsockcompat.h: new file, now contains WinSock
9280 compatibility macros.
9281 * win32/Makefile.msvc: introduced double-run compilation.
9282
Daniel Veillarde16b5742002-09-26 17:50:03 +00009283Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9284
9285 * configure.in include/libxml/xmlwin32version.h: preparing release
9286 of 2.4.25
9287 * doc/*: updated and regenerated teh docs and web pages.
9288
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009289Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9290
9291 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9292 error were not covering namespace declarations.
9293 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9294 it was missing the attribute declaration for the namespace
9295 * result/VC/NS3: the fix now report breakages in that test
9296
Daniel Veillardabe01742002-09-26 12:40:03 +00009297Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9298
9299 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9300
Daniel Veillard2ace1952002-09-26 12:28:02 +00009301Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9302
9303 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9304 and regenerated the docs and web site
9305
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009306Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9307
9308 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9309 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9310 not before
9311
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009312Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9313
9314 * python/generator.py python/libxml2class.txt: fixed a stupid error
9315 breaking the python API
9316
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009317Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9318
9319 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9320 triostr.c triostr.h: applied a trio update patch from
9321 Bjorn Reese which should work with MinGW
9322
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009323Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9324
9325 * tree.c: improving some documentation comments
9326 * xmlregexp.c: found and fixed a mem leak with python regression tests
9327 * doc/*: rebuilt the doc and the API XML file including the
9328 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9329 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9330 python/types.c: added access to the XML Schemas regexps from
9331 python
9332 * python/tests/Makefile.am python/tests/regexp.py: added a
9333 simple regexp bindings test
9334
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009335Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9336
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009337 * doc/xml.html:
9338 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009339
Daniel Veillard118aed72002-09-24 14:13:13 +00009340Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9341
9342 * xmlregexp.c: fixed the data callback on transition functionality
9343 which was broken when using the compact form
9344 * result/schemas/*: updated the results, less verbose, all tests
9345 pass like before
9346 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9347 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9348 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9349 annoying warnings
9350 * xpath.c: try to provide better error report when possible
9351
Daniel Veillard72336152002-09-21 13:08:14 +00009352Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9353
9354 * Makefile.am: fixed a breakage raised by Jacob
9355
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009356Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9357
9358 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9359 which don't use sockets
9360
Igor Zlatkovic01280582002-09-20 16:40:34 +00009361Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9362
9363 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9364 * win32/configure.js: applied zlib patch from Daniel Gehriger
9365
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009366Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9367
9368 * win32/configure.js: applied the patch from Mark Vakoc for
9369 regexp support
9370 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9371 for regexp support
9372
Daniel Veillardb5c05732002-09-20 13:36:25 +00009373Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9374
9375 * xmlschemastypes.c: as pointed by Igor Float and Double
9376 parsing ain't finished yet
9377
Daniel Veillard40b11342002-09-20 12:01:39 +00009378Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9379
9380 * Makefile.am configure.in: trying to fix #88412 by bypassing
9381 all the python subdir if python ain't detected
9382
Daniel Veillard23e73572002-09-19 19:56:43 +00009383Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9384
9385 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9386 made configuring with regexps/automata/unicode the default
9387 but without schemas ATM
9388 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9389 fixed the regexp based DTD validation performance and memory
9390 problem by switching to a compact form for determinist regexps
9391 and detecting the determinism property in the process. Seems
9392 as fast as the old DTD validation specific engine :-) despite
9393 the regexp built and compaction process.
9394
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009395Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9396
9397 * valid.c: determinism is debugged, new DTD checking code now works
9398 but xmlFAComputesDeterminism takes far too much CPU and the whole
9399 set usues too much memory to be really usable as-is
9400
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009401Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9402
9403 * tree.c: fixed another stupid bug in xmlGetNodePath()
9404 * xmllint.c: --version now report the options compiled in
9405
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009406Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9407
9408 * HTMLparser.c: small cleanup
9409 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9410 when configured with them. A bit of debugging around the determinism
9411 checks is still needed
9412
Daniel Veillard63b01c22002-09-17 19:25:28 +00009413Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9414
9415 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9416
Daniel Veillard92727042002-09-17 17:59:20 +00009417Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * xmlIO.c: small portability glitch fixed.
9420
Daniel Veillard84d70a42002-09-16 10:51:38 +00009421Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9422
9423 * xmlschemastypes.c: incomplete steps for real/double support
9424 * testAutomata.c include/libxml/xmlautomata.h
9425 include/libxml/xmlregexp.h: avoiding a compilation problem
9426 * valid.c include/libxml/valid.h: starting the work toward using
9427 the regexps for actual DTD validation
9428
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009429Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9430
9431 * hash.c: cosmetic cleanup
9432 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9433 integrating a DTD validation layer based on the regexps
9434
Daniel Veillard4402ab42002-09-12 16:02:56 +00009435Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9436
9437 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9438 the determinism was tested before eliminating the epsilon
9439 transitions :-(
9440
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009441Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9442
9443 * python/generator.py python/libxml.c python/libxml.py
9444 python/libxml2-python-api.xml python/libxml2class.txt
9445 python/libxml_wrap.h python/types.c: updated the python
9446 bindings, added code for easier File I/O, and the ability to
9447 define a resolver from Python fixing bug #91635
9448 * python/tests/Makefile.am python/tests/inbuf.py
9449 python/tests/outbuf.py python/tests/pushSAXhtml.py
9450 python/tests/resolver.py python/tests/serialize.py: updated
9451 and augmented the set of Python tests.
9452
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009453Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9454
9455 * win32/configure.js: added more readme info for the binary
9456 package.
9457
Daniel Veillard607b35c2002-09-10 12:16:19 +00009458Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9459
9460 * xmlIO.c: fixed a stupid out of bound array error
9461
9462Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9463
9464 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9465 messing around with support for Windows path, cleanups,
9466 trying to identify and fix the various code path to the
9467 filename access. Added xmlNormalizeWindowsPath()
9468
Daniel Veillard76575762002-09-05 14:21:15 +00009469Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9470
9471 * error.c valid.c: working on better error reporting of validity
9472 errors, especially providing an accurate context.
9473 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9474 error reports in those cases.
9475
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009476Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9477
9478 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9479 parser.c parserInternals.c xmlIO.c: get rid of all the
9480 perror() calls made in the library execution paths. This
9481 should fix both #92059 and #92385
9482
Daniel Veillard19aa7022002-09-05 11:14:19 +00009483Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9484
9485 * xmllint.c: memory leak reporting was broken after a change
9486 of the preprocessor symbol used to activate it.
9487
Daniel Veillardec6725e2002-09-05 11:12:45 +00009488Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9489
9490 * tree.c: try to make the copy function work for node of
9491 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9492 DOM layers though, not libxml2 itself.
9493
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009494Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9495
9496 * valid.c: try to provide file and line informations, not all
9497 messages are covered, but it's a (good) start
9498
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009499Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9500
9501 * xinclude.c: reimplemented a large part of the XInclude
9502 processor, trying to minimize resources used, James Henstridge
9503 provided a huge test case which was exhibiting severe memory
9504 consumption problems.
9505
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009506Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9507
9508 * python/Makefile.am: applied patch from Christophe Merlet to
9509 reestablish DESTDIR
9510
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009511Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9512
9513 * libxml.spec.in: fixes libary path for x86_64 AMD
9514
John Fleckbe98b332002-09-04 03:16:23 +00009515Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9516
9517 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009518 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009519 (plus resulting generated html files)
9520 fixing one spot I missed in the tutorial where I hadn't freed
9521 memory properly
9522
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009523Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9524
9525 * doc/tutorial/includeaddattribute.c
9526 * doc/tutorial/includeaddkeyword.c
9527 * doc/tutorial/includegetattribute.c
9528 * doc/tutorial/includekeyword.c
9529 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009530 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009531 update tutorial to properly free memory (thanks to Christopher
9532 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009533 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009534 added image files so the callouts are graphical, making it
9535 easier to read ( use "--param callout.graphics 1" to generate
9536 html with graphical callouts)
9537
Daniel Veillarde1662542002-08-28 11:50:59 +00009538Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9539
9540 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9541 nice logos generated by Marc Liyanage
9542 * doc/site.xsl *.html: changed the stylesheet to show the new
9543 logo and regenerated the pages
9544
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009545Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9546
9547 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9548
Daniel Veillard42766c02002-08-22 20:52:17 +00009549Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9550
9551 * xpath.c: possible mem leak patch from Jason Adams
9552
9553Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9554
9555 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9556 in the XQuery namespace
9557 * configure.in: preparing 2.4.24
9558 * doc/*.html: updated the web pages
9559
9560Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9561
9562 * python/generator.py: closing bug #85258 by generating conditional
9563 compile check to avoid linking to routines not configured in.
9564
Havoc Pennington84ec40a2002-08-22 13:59:35 +000095652002-08-22 Havoc Pennington <hp@pobox.com>
9566
9567 * autogen.sh: update error message for missing automake
9568
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009569Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9570
9571 * python/Makefile.am: typo in target name resulted in libxml2.py
9572 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9573
Daniel Veillard22669b22002-08-22 07:17:11 +00009574Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9575
9576 * win32/win32/Makefile.mingw: updated with version from
9577 Elizabeth Barham at http://soggytrousers.net/repository/
9578
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009579Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9580
9581 * win32/Makefile.msvc: added the prefix location to the include
9582 and lib search path.
9583
Havoc Pennington830e8972002-08-18 22:22:13 +000095842002-08-18 Havoc Pennington <hp@pobox.com>
9585
9586 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9587 both automake 1.6 and 1.4 installed get the right automake. Means
9588 compilation from CVS will now require the latest automake 1.4
9589 release, or manually creating symlinks called "automake-1.4" and
9590 "aclocal-1.4"
9591
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009592Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9593
9594 * configure.in python/Makefile.am: more AMD 64 induced changes from
9595 Frederic Crozat
9596
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009597Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9598
9599 * xinclude.c: oops I was missing the xml:base fixup too
9600 * result/XInclude/*.xml: this adds xml:base attributes to most
9601 results of the tests
9602
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009603Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9604
9605 * xinclude.c: quick but apparently working implementation of
9606 xi:fallback, should close bug #89684
9607 * Makefile.am test/XInclude/docs/fallback.xml
9608 result/XInclude/fallback.xml: added a basic test for fallback,
9609 and run with --nowarning to avoid a spurious warning
9610 * configure.in: applied patch from Frederic Crozat for python
9611 bindings on AMD 64bits machines.
9612
Daniel Veillard9e923512002-08-14 08:48:52 +00009613Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9614
9615 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9616 the caller don't pass a SAX callback block.
9617
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009618Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9619
9620 * tree.c: applied the same fix for the XML-1.0 namespace to
9621 xmlSearchNsByHref() as was done for xmlSearchNs()
9622
Daniel Veillardad11b302002-08-12 14:53:41 +00009623Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9624
9625 * libxml.3: small cleanup of the man page
9626 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9627 when serializing HREF attributes generated by XSLT.
9628
Daniel Veillardc084e472002-08-12 13:27:28 +00009629Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9630
9631 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9632 version of Marc Liyanage' patch for boolean attributes in HTML
9633 output
9634
Daniel Veillard5f91b372002-08-12 12:13:01 +00009635Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9636
9637 * python/tests/serialize.py: fixed the test results, indenting
9638 behaviour changed slightly
9639
Aleksey Sanin9e951762002-08-08 18:02:41 +00009640Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9641
9642 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9643 new c14n function to Windows def files
9644
Aleksey Saninea4272a2002-08-02 23:50:03 +00009645Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9646
9647 * c14n.c: fixed a memory leak in c14n code
9648
Daniel Veillard58e44c92002-08-02 22:19:49 +00009649Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9650
9651 * parser.c include/libxml/parser.h: adding a new API for Christian
9652 Glahn: xmlParseBalancedChunkMemoryRecover
9653 * valid.c: patch from Rick Jones for some grammar cleanup in
9654 validation messages
9655 * result/VC/* result/valid/*: this slightly change some of the
9656 regression tests outputs
9657
Daniel Veillard0bf29002002-08-01 12:54:11 +00009658Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9659
9660 * tree.c: trying to fix a problem in namespaced attribute handling
9661 raised by Christian Glahn
9662
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009663Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9664
9665 * encoding.c include/libxml/encoding.h: Opening the interface
9666 xmlNewCharEncodingHandler as requested in #89415
9667 * python/generator.py python/setup.py.in: applied cleanup
9668 patches from Marc-Andre Lemburg
9669 * tree.c: fixing bug #89332 on a specific case of loosing
9670 the XML-1.0 namespace on xml:xxx attributes
9671
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009672Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9673
9674 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9675 corner case from new Merlin's test suite and added a callback
9676 that will be used to improve xmlsec performance
9677
9678
Daniel Veillard0b22def2002-07-29 16:23:03 +00009679Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9680
9681 * HTMLtree.c: trying to fix the <style> escaping problem in
9682 HTML serialization bug #89342
9683
Daniel Veillard0b28e882002-07-24 23:47:05 +00009684Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9685
9686 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9687 and rebuilt the web site.
9688
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009689Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009690
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009691 * include/libxml/tree.h: added _private member to xmlNs struct
9692
Daniel Veillard1d995272002-07-22 16:43:32 +00009693Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9694
9695 * HTMLparser.c: fixing bug #84876 based on the xml working
9696 code.
9697
William M. Brack61eaba52002-07-21 11:14:18 +00009698Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9699
9700 * python/Makefile.am: enhanced to fix bug 72012 (errors
9701 when using '-jX' make parameter)
9702
William M. Brackef61d202002-07-19 08:32:00 +00009703Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9704
9705 * xpath.c: small additional enhancement for booleans
9706 compared to nodesets
9707
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009708Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9709
9710 * HTMLtree.c: changed the order of the encoding declaration
9711 attributes in the meta tags due to a bug in IE/Mac
9712
William M. Brack0c022ad2002-07-12 00:56:01 +00009713Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9714
9715 * xpath.c: enhanced handling of booleans (especially '='
9716 and '!=' for nodesets) - fixes bug 85256. Added new
9717 routine xmlXPathNotEqualValues for more proper handling
9718 of '!=' when nodesets are involved.
9719
Daniel Veillard06944e22002-07-11 19:55:18 +00009720Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9721
9722 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9723 doc/xmlcatalog_man.xml to the source distribution
9724
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009725Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9726
9727 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9728 asked for this.
9729
Daniel Veillard539638b2002-07-06 19:55:14 +00009730Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9731
9732 * configure.in: preparing 2.4.23
9733 * doc/*: rebuilt the docs
9734
Daniel Veillard176d99f2002-07-06 19:22:28 +00009735Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9736
9737 * parser.c: fixing bug #84169 by fixing the
9738 comment of xmlCreatePushParserCtxt to describe the
9739 encoding detection parameters better.
9740
Daniel Veillard37f961d2002-07-06 17:53:56 +00009741Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9742
9743 * valid.c: fixing bug #79331 in one path the lookup for
9744 ID attributes on a namespaced node wasn't handled correctly :-\
9745
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009746Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9747
9748 * HTMLparser.c: trying to fix 87235 about discarded white
9749 spaces in the HTML parser.
9750 * result/HTML/*: this changes the output of a number of HTML
9751 regression tests
9752
Daniel Veillardfdc91562002-07-01 21:52:03 +00009753Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9754
9755 * xpath.c: applied patch from Richard Jinks for the namespace
9756 axis + fixed a memory error.
9757 * parser.c parserInternals.c: applied patches from Peter Jacobi
9758 removing ctxt->token for good.
9759 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9760 popped out by the regression tests.
9761 * Makefile.am: patch for threads makefile from Gary Pennington
9762
William M. Brack6000af52002-06-28 11:43:13 +00009763Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9764
Daniel Veillardfdc91562002-07-01 21:52:03 +00009765 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009766 expressions involving preceding-sibling (et al).
9767
Daniel Veillard153120c2002-06-18 07:58:35 +00009768Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9769
9770 * hash.c: applied a patch from Peter Jacobi to solve a problem
9771 when compiling with the Watcom C on Win32
9772 * result/schemas/*.err: the change of hashing algo generated
9773 permutations in the output
9774
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009775Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9776
9777 * hash.c: applied patch from Sander Vesik improving the quality of
9778 the hash function.
9779
Aleksey Sanina5808b92002-06-14 17:07:41 +000097802002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009781
9782 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9783 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9784 xmllint.c xpath.c: replaced sprintf() with snprintf()
9785 to prevent possible buffer overflow (the bug was pointed
9786 out by Anju Premachandran)
9787
Daniel Veillarde059b892002-06-13 15:32:10 +00009788Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9789
9790 * parser.c: removed an uninitialized data error popped by valgrind
9791 on PE references
9792
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009793Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9794
9795 * doc/xml.html
9796 adding tutorial reference to the web page
9797
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009798Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9799
9800 * doc/tutorial/xmltutorial.xml
9801 * doc/tutorial/ar01s07.html
9802 * doc/tutorial/ape.html
9803 * doc/tutorial/includegetattribute.c
9804 adding section to tutorial about retrieving an attribute
9805 value
9806
Daniel Veillardf5582f12002-06-11 10:08:16 +00009807Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9808
9809 * parser.c: applied a couple of patches from Peter Jacobi to start
9810 to get rid of ctxt->token, with a possible significant speed
9811 improvement to be gained once done. Better compliance with PE
9812 references constructs in DTDs too.
9813 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9814 from Peter too
9815
Daniel Veillard38d80e22002-06-11 07:24:56 +00009816Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9817
9818 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9819 xmlParseElement was likely to have been deallocated at the
9820 time of the report, possibly leading to segfault. Just report
9821 the tag name now.
9822
Daniel Veillard9e412302002-06-10 15:59:44 +00009823Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9824
9825 * xpath.c: patch from Richard Jinks for XPath substring() function
9826 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9827
Aleksey Sanina5808b92002-06-14 17:07:41 +000098282002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009829
9830 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9831
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009832Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9833
9834 *doc/FAQ.html
9835 fixing typos in FAQ, thanks to Robert Funnell for the
9836 editing help
9837
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009838Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9839
9840 * NEWS: got complaints from rpmlint that it was empty
9841
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009842Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9843
9844 * added doc/tutorial, including:
9845 apa.html
9846 apb.html
9847 apc.html
9848 apd.html
9849 ar01s02.html
9850 ar01s03.html
9851 ar01s04.html
9852 ar01s05.html
9853 ar01s06.html
9854 includeaddattribute.c
9855 includeaddkeyword.c
9856 includekeyword.c
9857 includestory.xml
9858 index.html
9859 xmltutorial.xml
9860 libxml tutorial, including generated html
9861
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009862Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9863
9864 * result/c14n/exc-without-comments/merlin-c14n-two-*
9865 result/c14n/without-comments/merlin-c14n-two-*
9866 test/c14n/exc-without-comments/merlin-c14n-two-*
9867 test/c14n/without-comments/merlin-c14n-two-*
9868 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9869 c14n/exc-c14n and slightly modified test script to handle
9870 these test cases
9871 * c14n.c: fixed bugs for complicated nodes set (namespace
9872 without node and others from merlin-c14n-two.tar.gz)
9873 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9874 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9875 for xmlsec performance patch
9876 * xpath.c: fixed self::node() for namespaces and attributes
9877
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009878Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9879
9880 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9881 but with the format parameter
9882 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9883
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009884Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9885
9886 * Makefile.am: updated c14n tests suite
9887 * c14n.c: performance improvement for previous c14n patch
9888
Daniel Veillarde72c7562002-05-31 09:47:30 +00009889Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9890
9891 * parser.c: another peroformance patch from Peter Jacobi, that
9892 time on parsing attribute values.
9893
Aleksey Sanin508a1012002-05-31 06:32:32 +00009894Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9895
9896 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9897 into LibXML2 test suite
9898
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009899Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9900
9901 * c14n.c: propagating xpath ancesstors node fix to c14n
9902 plus small performance improvement to reduce number of
9903 mallocs
9904 * xpath.c: fixed ancestors axis processing for namespace nodes
9905
Daniel Veillard46de64e2002-05-29 08:21:33 +00009906Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9907
9908 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9909 Peter Jacobi
9910
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009911Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9912
9913 * configure.in: preparing 2.4.22
9914
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009915Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9916
9917 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9918 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9919 a public entry point.
9920 * doc/*: rebuilt the API and docs
9921
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009922Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9923
9924 * xpath.c: patch from Richard Jinks to fix a problem introduced
9925 in the previous patch and pointed by Norm
9926
Daniel Veillardc6924812002-05-24 11:10:43 +00009927Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9928
9929 * libxml.spec.in: fixing bug #81112
9930
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009931Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9932
9933 * uri.c: fixing bug #82848
9934
Daniel Veillarda2878972002-05-24 07:54:39 +00009935Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9936
9937 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9938 output of one catalog test
9939
Aleksey Sanin114e4752002-05-24 07:20:27 +00009940Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009941
Aleksey Sanin114e4752002-05-24 07:20:27 +00009942 * global.data globals.c tree.c include/libxml/globals.h
9943 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9944 default value for global parameter xmlIndentTreeOutput to 1 and
9945 introduced new global parameter xmlTreeIndentString (the string
9946 used to do one-level indent) with default value " " (as it was
9947 in tree.c)
9948
Daniel Veillard49d5af82002-05-23 11:55:49 +00009949Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9950
9951 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9952 with trio and schemas.
9953
Daniel Veillard7c13af42002-05-22 09:57:32 +00009954Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9955
9956 * xpath.c: patch from Richard Jinks to fix the problem raised in
9957 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9958
Daniel Veillard5a872412002-05-22 06:40:27 +00009959Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9960
9961 * xmlschemas.c: a bit of work on import.
9962 * xmlschemastypes.c: Charles Bozeman provided a compare function
9963 for date/time types so min/max facet restrictions should work,
9964 indeterminate comparisons return an error instead of equal.
9965 * test/schemas/date_0* result/schemas/date_0_0: specific test
9966 from Charles Bozeman too
9967
Daniel Veillard10b6da42002-05-18 07:55:20 +00009968Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9969
9970 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9971 from Christian Cornelssen fixing the man pages and the Catalog
9972 building script.
9973 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9974 next step is <xs:import> I now have a reasonable understanding
9975 of how it works.
9976
Daniel Veillarde5354492002-05-16 08:43:22 +00009977Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9978
9979 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9980
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009981Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9982
9983 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9984
Daniel Veillard088bf112002-05-14 11:03:59 +00009985Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9986
9987 * xpath.c: fixing an XPath function evalutation bug pointed out
9988 by Alexey Efimov where the context was lost when evaluating
9989 the function arguments
9990
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009991Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009992
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009993 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9994 function public for XMLSec performance optimizations
9995
Daniel Veillard3cd72402002-05-13 10:33:30 +00009996Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9997
9998 * python/generator.py python/libxml2class.txt : fixed a problem
9999 with the HTML parser pointed by Gary Benson
10000 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10001 example
10002
Aleksey Sanine48a3182002-05-09 18:20:01 +000010003Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10004 * parser.c: fixed bug #81159 (memory growth in SAX)
10005
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010006Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10007 * xpath.c: fixed bug #78858 (the real fix)
10008
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010009Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010010 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010011
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010012Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10013
10014 * tree.c: modified xmlNodeSetBase to allow changing the
10015 base of a document.
10016
Daniel Veillard070803b2002-05-03 07:29:38 +000010017Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10018
10019 * xmlschemastypes.c: patch Charles Bozeman for validation of
10020 all the date, time, and duration types
10021 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10022 * configure.in: fixed an error pointed by an user
10023 * xml2-config.in: fixed an error pointed by an user
10024
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010025Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10026
10027 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10028 win32/libxml2.def.src xmlIO.c: exported default
10029 'file:', 'http:' and 'ftp:' protocols input handlers
10030 and maked protocols comparisson case insensitive
10031
Daniel Veillard34de97f2002-04-30 14:29:22 +000010032Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10033
10034 * configure.in: Neven Has detected a typo
10035
Daniel Veillard28577c32002-04-30 06:48:41 +000010036Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10037
10038 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10039 as one of the persons allowed to commit directly to the
10040 module.
10041
Daniel Veillardfc57b412002-04-29 15:50:14 +000010042Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10043
10044 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10045 * valid.c: raised a too low limit
10046 * doc/*: rebuilt the docs
10047
Daniel Veillardeca82812002-04-24 11:42:02 +000010048Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * test/XPath/expr/floats test/XPath/expr/functions
10051 result/XPath/expr/floats result/XPath/expr/functions
10052 xpath.c: another XPath conformance patch from Richard Jinks
10053
Daniel Veillard13e04c62002-04-23 17:51:29 +000010054Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10055
10056 * xmlschemas.c: fixed validation of attribute groups.
10057 * test/schemas result/schemas: added an example from the primer
10058
Daniel Veillard88c58912002-04-23 07:12:20 +000010059Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10060
10061 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10062 * test/schemas result/schemas: updated the test list
10063
Daniel Veillarde19fc232002-04-22 16:01:24 +000010064Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * TODO: updated a bit
10067 * parser.c: made a comment more specific
10068 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10069 Schemas conformance.
10070 * test/schemas result/schemas: updated the test list
10071
Daniel Veillard441bc322002-04-20 17:38:48 +000010072Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10075 implementing xs:all with minOccurs = 0
10076 * tes/schemas/* result/schemas/*: added more tests covering
10077 xs:all
10078
Daniel Veillard8a001f62002-04-20 07:24:11 +000010079Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10080
10081 * xmlregexp.c: first implementation of the all particle, this
10082 may need to be revisited for case where not all transitions
10083 must be crossed.
10084
Daniel Veillard7646b182002-04-20 06:41:40 +000010085Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10086
10087 * tree.c: another entity processing update from Markus Henke
10088
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010089Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10090
10091 * trionan.c: fixed crash on OSF/1
10092
Daniel Veillardb4398962002-04-19 07:01:55 +000010093Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10094
10095 * xmlschemas.c: more Schemas work
10096 * test/schemas/* result/schemas/*: added more tests coming
10097 from the spec.
10098
Daniel Veillard54761132002-04-18 21:00:44 +000010099Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10102 ExcC14N specification
10103
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010104Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10105
10106 * tree.c: patch from Markus Henke, fix for recursive entities.
10107
Daniel Veillard23b1f372002-04-18 15:50:05 +000010108Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10109
10110 * xpath.c: fix a problem with string() on a document node.
10111
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010112Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10113
10114 * Makefile.am xmlschemas.c: more Schemas work
10115 * test/schemas/* result/schemas/*: added more tests coming
10116 from the spec.
10117
Daniel Veillard6231e842002-04-18 11:54:04 +000010118Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10119
10120 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10121 * result/HTML/*: this changes a few things in the results
10122
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010123Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10124
10125 * include/libxml/tree.h: eliminated 'declaration different than
10126 prototype' warning
10127 * include/win32config.h: "resolved" conflicts with errno.h
10128
Daniel Veillardb509f152002-04-17 16:28:10 +000010129Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10132 on the automata interfaces and debug of counted choices
10133 * test/schemas/* result/schemas/*: added a number of tests
10134
Daniel Veillard8651f532002-04-17 09:06:27 +000010135Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10136
10137 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10138 a bit of work on Schemas
10139 * testSchemas.c: try to make it more useful
10140 * test/schemas/* result/schemas/* Makefile.am: changed the
10141 Schemas regression test procedure, started adding a few samples
10142
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010143Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10144
10145 * include/libxml/encoding.h: Patch for the Borland C++ builder
10146 * include/libxml/tree.h: Patch for the Borland C++ builder
10147 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010148 * win32/bcb5: New directory for the Borland C++ builder
10149 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010150
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010151Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10152
10153 * win32/Makefile.msvc: Update for XML Schema support
10154 * win32/configure.js: Update for XML Schema support
10155 * win32/libxml2.def.src: Update for XML Schema support
10156
Daniel Veillard4255d502002-04-16 15:50:10 +000010157Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10158
10159 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10160 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10161 xmlunicode.c include/libxml/Makefile.am
10162 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10163 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10164 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10165 include/libxml/xmlversion.h.in : merged the current state of
10166 XML Schemas implementation, it is not configured in by default,
10167 a specific --schemas configure option has been added.
10168 * test/automata test/regexp test/schemas Makefile.am
10169 result/automata result/regexp result/schemas:
10170 merged automata/regexp/schemas regression tests
10171
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010172Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10173
10174 * xpath.c: Gary found a compile time problem, fixes #78823
10175
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010176Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10177
10178 * configure.in: release of 2.4.20
10179 * doc/*: updated and rebuilt the docs
10180
Daniel Veillardf544f192002-04-15 12:56:56 +000010181Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10182
10183 * python/Makefile.am: patch from Cristian Gafton to build on
10184 Red Hat 6.2, should also fix #75779
10185
Daniel Veillard940492d2002-04-15 10:15:25 +000010186Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10187
10188 * valid.c: first part of fixing #78729
10189
Daniel Veillardeb475a32002-04-14 22:00:22 +000010190Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10193 escaping of URI when saving HTML files.
10194 * result/HTML/*: this impacted some tests
10195
Daniel Veillard9b731d72002-04-14 12:56:08 +000010196Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * configure.in: trying to fix #77441
10199
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010200Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * include/libxml/xmlIO.h: Hallski complained it could not be
10203 included by itself.
10204
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010205Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10206
10207 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10208
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010209Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10210
10211 * win32/configure.js: patch from Nilo for the c14n option
10212 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10213
Daniel Veillardda423da2002-04-10 19:25:38 +000010214Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10215
10216 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10217 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10218 LIBXML_THREAD_ENABLED
10219
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010220Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * xpath.c: another patch from Richard Jinks for substring conformance
10223 * test/XPath/expr/floats test/XPath/expr/strings
10224 result/XPath/expr/floats result/XPath/expr/strings: update of the
10225 test suite to check those.
10226
Daniel Veillard01917aa2002-04-10 11:30:41 +000010227Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xpath.c: patch from Richard Jinks for .x float parsing.
10230
Daniel Veillard46d6c442002-04-09 16:10:39 +000010231Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10232
10233 * parser.c: patch from Markus Henke when an encoding ain't recognized
10234
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010235Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10236
10237 * libxml.m4: got a report that #include <string.h> was needed
10238
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010239Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10240
10241 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10242
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010243Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10244
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010245 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010246
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010247Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10248
10249 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10250 pointed out by Melvyn Sopacua.
10251
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010252Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10253
10254 * libxml.m4: Frédéric Crozat gave a patch related to the change
10255 of Include paths breaking the libxml.m4
10256
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010257Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10258
10259 * xpath.c: Fix bug #76927 forgot to save some context
10260 when evaluating binary expressions
10261
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010262Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * configure.in: fixed configure for MPE/iX from Markus Henke
10265 * xmlmemory.c: fixed initialization problems
10266 * xpath.c: another set of patches from Richard Jinks this
10267 fixes "make XPathtests" on linux
10268
Daniel Veillard21458c82002-03-27 16:12:22 +000010269Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10270
10271 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10272 * test/XPath/expr/compare test/XPath/expr/equality
10273 test/XPath/expr/floats test/XPath/expr/functions
10274 test/XPath/expr/strings result/XPath/expr/compare
10275 result/XPath/expr/equality result/XPath/expr/floats
10276 result/XPath/expr/functions result/XPath/expr/strings: Updated
10277 tests though they show a divergence on Linux
10278
Daniel Veillard28dfed12002-03-27 09:08:17 +000010279Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10280
10281 * xpath.c trionan.c: previous commit also included patches
10282 from Richard Jinks on some IEEE support corner case
10283
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010284Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10285
10286 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10287 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10288 that $(datadir) should be used for docs
10289
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010290Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10293 could leak filedescriptors
10294
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010295Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10296
10297 * configure.in nanohttp.c: applied patch from Allan Clark for
10298 UnixWare/OpenServer
10299
Daniel Veillard19274092002-03-25 16:48:03 +000010300Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10301
10302 * configure.in: preparing 2.4.19
10303 * doc/*: rebuilt the docs
10304
Daniel Veillard56b2db72002-03-25 16:35:28 +000010305Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * nanohttp.c: fixing #76043, got fed up with non-portability
10308 of that piece of code.
10309
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010310Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * valid.c SAX.c: Never commit without running "make tests" :-(
10313 fix a couple of stupidities in the previous commit
10314 * result/*: a few changes in some attribute order result of previous
10315 commit.
10316
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010317Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10318
10319 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10320 the internal subset should not raise duplicate ID errors,
10321 also there was a small bug in conjunction to namespace
10322 declarations defaulted and xml:xxx attributes DTD definitions.
10323
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010324Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10325
10326 * xpath.c: Richard Jinks also raised some rounding problems
10327 this tries to fix them
10328
Daniel Veillard4e2df542002-03-22 12:23:14 +000010329Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10330
10331 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10332 behaviour in xmlXPathCastToString()
10333
Daniel Veillarddb552912002-03-21 13:27:59 +000010334Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10335
10336 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10337 raised by Morus Walter
10338
Daniel Veillard9e537932002-03-21 13:08:08 +000010339Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10340
10341 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10342 from Igor
10343
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010344Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * xpath.c: fixing #75619, related to a problem when trying
10347 to evaluate condition when the current node set resulting
10348 from that sub-step evaluation is empty. Also fixes 2 potential
10349 problem with previous-sibling and next-siblings axis.
10350
Daniel Veillard1840ef02002-03-21 08:05:23 +000010351Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10352
10353 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10354 HTML support is not configured in.
10355
Daniel Veillard561b7f82002-03-20 21:55:57 +000010356Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10359 include/libxml/tree.h: dohh I really didn't intended to commit
10360 this test version :-(
10361
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010362Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10363
10364 * testSAX.c: I wanted to see the real speed at the SAX interface
10365 after a little too many Ximianer started complaining about the
10366 parser speed.
10367 added a --quiet option:
10368 paphio:~/XML -> ls -l db100000.xml
10369 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10370 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10371 3200006 callbacks generated
10372 real 0m1.270s
10373 Which means 16MBytes/s and 3Mcallback/s
10374
Daniel Veillardc62a1472002-03-19 18:35:12 +000010375Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * xpath.c: valgrind spotted another error that time when running
10378 on libxslt regression tests
10379
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010380Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10381
10382 * Makefile.am: adding "make valgrind" running the full regression
10383 tests (except python ones) under Valgrind (using valgrind -q
10384 which was kindly added by the author).
10385 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10386 passes cleanly now except an obcure floating point initialization
10387 raised in log10() in one XPath regression test ???
10388 * tree.c: edited some comments to close #75244
10389
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010390Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10391
10392 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10393 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10394 context of ScrollKeeper, made sure that if the number is
10395 an integer, the serialization follows the description at
10396 http://www.w3.org/TR/xpath#section-String-Functions
10397
Daniel Veillard5997aca2002-03-18 18:36:20 +000010398Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10399
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010400 * configure.in: preparing 2.4.18
10401 * doc/*: updated and rebuilt the web site
10402 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10403 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010404 * parser.c: humm, changed the way the SAX parser work when
10405 xmlSubstituteEntitiesDefault(1) is set, it will then
10406 do the entity registration and loading by itself in case the
10407 user provided SAX getEntity() returns NULL.
10408 * testSAX.c: added --noent to test the behaviour.
10409
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010410Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * parser.c: Wilfried Teiken provided a hackish but working
10413 way to get context reported back on entities when parsing
10414 with SAX and without breaking the DOM build.
10415
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010416Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10417
10418 * c14n.c: applied a new patch from Aleksey Sanin
10419 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10420 to reference Aleksey implementation of XML digital Signatures
10421
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010422Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10423
10424 * xpath.c: small fix to avoid potential problem due to
10425 ordering of freeing data
10426 * python/Makefile.am: people were complaining about
10427 the generated file in python dir not being built
10428
Daniel Veillardd2379012002-03-15 22:24:56 +000010429Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10430
10431 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10432 python/generator.py python/libxml.c python/types.c: Cleanup
10433 of the python Makefiles based on Jacob and James feedback,
10434 fixed the spec file accordingly, fixed the number of warning
10435 that passing my pedantic CFLAGS was generating. Conclusion
10436 is that Python includes are real crap.
10437
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010438Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * configure,in: it was reported quite a few times that
10441 xml2-config --cflags should not output
10442 -I$includeprefix/libxml2/libxml because libxml2 header names
10443 clashes with existing names like list.h from C++ stl.
10444 Includes should be #include<libxml/xxx.h> so ...
10445
Daniel Veillard6f293b12002-03-15 09:42:33 +000010446Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10447
10448 * c14n.c: another patch from Aleksey Sanin
10449
Daniel Veillard5c396542002-03-15 07:57:50 +000010450Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10451
10452 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10453 canonicalization algorithm
10454 * doc/xml.html doc/index.html: added the C14N references on the
10455 index page.
10456
jacob berkman9be65862002-03-14 02:15:56 +0000104572002-03-13 jacob berkman <jacob@ximian.com>
10458
10459 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10460 usage, redundant, and gcc specific
10461
Daniel Veillard75be0132002-03-13 10:03:35 +000010462Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * xpath.c: speedup some node selection operations, this can
10465 have a significant impact on DocBook Norm's stylesheets
10466 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10467 make sure it's always the case
10468 * debugXML.c: distinguish CDATA and comments in ls operations
10469
Daniel Veillard61f26172002-03-12 18:46:39 +000010470Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10471
10472 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10473 to generate better API descriptions etc...
10474
Daniel Veillard9ff88172002-03-11 09:15:32 +000010475Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10476
10477 * c14n.c: Fixing #74186, made sure all boolean expressions
10478 get fully parenthesized, ran indent on the output
10479 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10480 include/libxml/tree.h: also #74186 related, removed the
10481 --with-buffers option, and all the preprocessor conditional
10482 sections that were resulting from it.
10483
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010484Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10485
10486 * valid.c: applied patch from Dodji Seketeli fixing an
10487 uninitailized variable in xmlValidGetValidElements()
10488
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010489Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10490
10491 * c14n.c: fixed a few comments
10492 * doc/*.html doc/*/*.html: regenerated the docs and added
10493 the C14N API
10494 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10495
Daniel Veillardfa49d872002-03-09 10:20:00 +000010496Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10497
10498 * check-xml-test-suite.py: fix to adapt varaiations in the
10499 bindings
10500 * configure.in python/setup.py python/setup.py.in: fixed to
10501 have the version of the python scripts automatically updated
10502
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010503Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10504
10505 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10506 in xmlCopyProp()
10507
Daniel Veillardaf43f632002-03-08 15:05:20 +000010508Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10509
10510 * configure.in: preparing 2.4.17 release
10511 * doc/*: updated and rebuilt the docs
10512 * xpath.c: fixed a comment
10513 * python/libxml.c: fixed a possible reentrancy problem
10514
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010515Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10518 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10519 added a specific regression test
10520 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10521 not raise exceptions when failing to find the attribute.
10522
Daniel Veillard90bc3712002-03-07 15:12:58 +000010523Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * configure.in xmllint.c: owen pointed out a problem with the
10526 ftme fix, gettimeofday() was not detected by configure and
10527 the ftime header wasn't included, dohhh
10528
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010529Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10530
10531 * configure.in xmllint.c: trying to fix #71457 for timing
10532 precision when gettimeofday() is not availble but ftime() is
10533
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010534Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10537 are now copied on install and part of the -devel RPM
10538
Daniel Veillard7b416132002-03-07 08:36:03 +000010539Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10540
10541 * xpath.c: trying to avoid bug #72150 which was apparently
10542 caused by a gcc bug (or a processor problem) as detailed
10543 at http://veillard.com/gcc.bug
10544
Daniel Veillardf742d342002-03-07 00:05:35 +000010545Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10548 fixed xmlReconciliateNs(), added a Python test/example for
10549 inter-document cut'n paste
10550 * python/libxml.py: fixed node.doc on document nodes and added
10551 xpathEval() onto node objects
10552
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010553Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10556 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10557 fixup and integrated tests for the serialization stuff
10558
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010559Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10560
10561 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10562 moved the libxml man page to section 3
10563
Daniel Veillard1e774382002-03-06 17:35:40 +000010564Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10565
10566 * tree.c: fix bug #72490
10567 * python/libxml.c python/libxml.py: added methods serialize()
10568 and saveTo() to all node elements.
10569
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010570Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * xmlIO.c: closed #73430, don't read from an input source
10573 which indicated an end-of-file or an error.
10574
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010575Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * parser.c: make sure SAX endDocument is always called as
10578 this could result in a Python memory leak otherwise (it's
10579 used to decrement ref-counting)
10580 * python/generator.py python/libxml.c python/libxml.py
10581 python/libxml2-python-api.xml python/libxml2class.txt
10582 python/tests/error.py python/tests/xpath.py: implemented
10583 the suggestions made by Gary Benson and extended the tests
10584 to match it.
10585
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010586Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10587
10588 * python/generator.py: applied patch fixing #73450
10589
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010590Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10591
10592 * xpath.c: fixing #61290 "namespace nodes have no parent"
10593 long standing divergence from the XPath REC. NodeSets
10594 simply hold a copy of namespace nodes and those node ->next
10595 points to the parent (which may not be the node carrying the
10596 definition).
10597 * include/libxml/xpath.h: flagged but didn't added a possible
10598 speedup
10599 * DOCBparser.c HTMLparser.c: removed some warnings from push
10600 parser due to new state being added.
10601 * tree.c: new fix from Boris Erdmann
10602 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10603 the XML Canonalization support from Aleksey Sanin
10604
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010605Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10606
10607 * tree.c: patch from Boris Erdmann fixing some namespace odities
10608 with xmlCopyNode()
10609
Daniel Veillardc6613042002-03-02 09:34:02 +000010610Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * xmlIO.c: fix bug #72706 when loading a NULL entity
10613
Daniel Veillardc0fef772002-03-01 16:16:31 +000010614Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10617 actually change in a future XML Namespace revision.
10618
Daniel Veillard79426f22002-03-01 16:14:17 +000010619Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10620
10621 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10622 added the possibility of returning nodesets from XPath extension
10623 functions written in Python
10624
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010625Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10626
10627 * python/*: commiting some Python bindings work done while travelling
10628
Daniel Veillard97300512002-03-01 09:13:41 +000010629Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10630
10631 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10632 explicitely with memory debugging switched on
10633
Daniel Veillard6361da02002-02-23 10:10:33 +000010634Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10637 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10638 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10639 the accessor generator for strings
10640 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10641 regression test.
10642
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010643Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10644
10645 * python/README python/generator.py python/libxml.c python/setup.py:
10646 added the 'usual' setup.py to allow building a libxml2-python
10647 module based on the same code. The initialization is however
10648 different the 2 .so files fo libxml2 and libxslt are identical and
10649 they entry point initialize both libraries. this is done to avoid
10650 some possible nasty problem since the Python don't merge the maps
10651 of all shared modules.
10652
Daniel Veillard158a4d22002-02-20 22:17:58 +000010653Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10654
10655 * parser.c: fixed a push/encoding bug reported by Michael
10656 on librsvg
10657
Daniel Veillard7839e162002-02-20 18:54:48 +000010658Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * include/libxml/parserInternals.h: fixes a misplaced #endif
10661
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010662Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * parser.c valid.c: found and fixed a couple of allocation bugs
10665
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010666Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10667
10668 * doc/xml.html doc/python.html doc/*: added a Python and binding
10669 page describing the current state of the Python bindings and
10670 giving pointers to the other languages wrappers.
10671
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010672Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10675 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10676 rebuilt the API and web site
10677 * xpath.c: fixed #71978 portability bugs
10678
Daniel Veillard8aff2472002-02-19 21:50:43 +000010679Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10680
10681 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10682
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010683Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10684
10685 * include/libxml/parserInternals.h parser.c: had to change
10686 2 internal parsing API when processing document content
10687 to check the start and end of element content are defined
10688 in the same entity
10689 * valid.c include/libxml/valid.h: attribute normalization can
10690 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10691 with the context to report it.
10692 * SAX.c: fixed the last known bugs, crazy validation constraints
10693 when a document is standalone seems correctly handled. There
10694 is a couple of open issues left which need consideration especially
10695 PE93 on external unparsed entities and standalone status.
10696 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10697 The 2 tests left failing are actually in error. Cleanup done.
10698
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010699Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10700
10701 * valid.c: implemented E59 spaces in CDATA does not match the
10702 nonterminal S
10703
Daniel Veillard878eab02002-02-19 13:46:09 +000010704Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * SAX.c parser.c valid.c: more validation test fixups
10707 * check-xml-test-suite.py: added duration info for the tests
10708
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010709Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10710
10711 * parser.c valid.c: a couple of errors were reported but not
10712 saved back as such in the parsing context. Down to 1% failure rate
10713 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10714
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010715Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10716
10717 * xmlInternald.c: isExtender was missing a char
10718 * parser.c include/libxml/parser.h: % are acceptable in the
10719 internal subset if within a PUBLIC ID
10720
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010721Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10722
10723 * SAX.c parserInternals.c valid.c: more work on the conformance
10724 suite. Took the step to finally block documents with encoding
10725 errors. It's a fatal error per the spec, people should have fixed
10726 their documents by now.
10727
Daniel Veillard55253e22002-02-18 14:32:39 +000010728Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10729
10730 * check-xml-test-suite.py: fixed the test script after some discussion
10731 on the semantic of TYPE="error"
10732 * Makefile.am: added the script to the distrib
10733
Daniel Veillard28757702002-02-18 11:19:30 +000010734Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * SAX.c entities.c: fixed a couple of conformances issues deep
10737 into the validation code (standalone and undeclared Notations)
10738
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010739Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10742 stayed there for years !
10743
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010744Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10745
10746 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10747 missing
10748
Daniel Veillardc7612992002-02-17 22:47:37 +000010749Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * check-xml-test-suite.py: improved the behaviour a bit as
10752 well as the logs
10753 * parser.c valid.c SAX.c: fixed a few more bugs
10754 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10755
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010756Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * check-xml-test-suite.py: python script to run regression tests
10759 against the XML Test suite of W3C/OASis
10760 * SAX.c: fixed a validation bug
10761 * parser.c: fixed 3 errors pointed by the test suite
10762 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10763 * python/Makefile.am: fixed a dependendy
10764
Daniel Veillard9f28f302002-02-15 20:48:08 +000010765Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10766
10767 * xmlmemory.c: avoid a warning bug #71594
10768
Daniel Veillard144024e2002-02-13 21:14:46 +000010769Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10772 warning on alpha/Tru64
10773
Daniel Veillarde4301c82002-02-13 13:32:35 +000010774Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10775
10776 * include/libxml/entities.h: fixing a comment
10777 * valid.c: fixing some troubles with validity check on namespaces
10778 * result/VC/NS3 test/VC/NS3: added a specific regression test
10779
Daniel Veillarda6d05382002-02-13 13:07:41 +000010780Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10781
10782 * tree.c: Fixing #71342 serializing '\n' in attribute values
10783 * result/noent/att3 result/att3 test/att3: added a specific
10784 test.
10785
Daniel Veillard797a5652002-02-12 13:46:21 +000010786Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * python/libxml.c: couple of bug fixes
10789
Daniel Veillard01a6d412002-02-11 18:42:20 +000010790Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10791
10792 * python/*.py: removed tabs and used spaces.
10793
Daniel Veillard397ff112002-02-11 18:27:20 +000010794Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10795
10796 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10797 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10798
Daniel Veillard03517542002-02-11 13:54:40 +000010799Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10800
10801 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10802 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10803
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010804Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * include/libxml/encoding.h include/libxml/entities.h
10807 include/libxml/globals.h include/libxml/parser.h
10808 include/libxml/threads.h include/libxml/tree.h
10809 include/libxml/xmlmemory.h: trying to fix the include mess
10810
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010811Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * include/libxml/xmlmemory.h: reverted part of the previous
10814 attempt to provide #69655, this was breaking the build.
10815
Daniel Veillard0ba59232002-02-10 13:20:39 +000010816Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10819 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10820 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10821 include/libxml/parserInternals.h include/libxml/tree.h
10822 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10823 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10824 clean.
10825 * python/libxml.c: fixed a warning.
10826
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010827Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10828
10829 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10830 copying of node, merge back IDs in the target document.
10831 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10832 test/XInclude/ents/ids.xml: test case
10833 * result/VC/ElementValid4: output changed due to a typo fix
10834
Daniel Veillard1c18e302002-02-09 22:16:40 +000010835Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10836
10837 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010838 generate the dependencies right as Jacob found out. Add
10839 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010840
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010841Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * parserInternals.c valid.c: Justin Fletcher found some parts
10844 of the code needing cleanup
10845 * libxml.spec.in python/Makefile.am python/generator.py
10846 python/libxml.c python/libxml.py: Fixed the python Makefiles
10847 corrected a bug showing up on ia64, changed the name of the
10848 python internal module too
10849
Daniel Veillard07be19b2002-02-08 14:20:35 +000010850Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10851
10852 * Makefile.am: applied patch from Andris Pavenis for binary
10853 name suffixes
10854
Daniel Veillardf216d462002-02-08 13:44:24 +000010855Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10856
10857 * xmllint.c win32/win32config.h: fixing #68748
10858
Daniel Veillardd455d792002-02-08 13:37:46 +000010859Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10860
10861 * valid.c: fixing #70166
10862
10863Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * valid.c: fixing #70077
10866
Daniel Veillardc575b992002-02-08 13:28:40 +000010867Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * Copyright Makefile.am README configure.in libxml.spec.in:
10870 Changed to the MIT Licence
10871 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10872 doc/xmlio.html: updated the doc accordingly
10873 * include/libxml/xmlwin32version.h configure.in: preparing
10874 2.4.14 release
10875 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10876 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10877 fixed the const xmlChar * wrapper and generator, XPath extension
10878 functions now use the context as first argument
10879 * python/tests/tstxpath.py python/tests/xpath.py
10880 python/tests/xpathext.py: Updated the tests accordingly
10881 * tree.c: fixed bug #70067
10882
Daniel Veillard7db38712002-02-07 16:39:11 +000010883Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10884
10885 * Makefile.am: cleanup
10886 * debugXML.c: always use stdout if output is NULL
10887 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10888 * python/Makefile.am python/generator.py python/libxml2class.txt
10889 python/libxml_wrap.h python/types.c: augmented the number of bindings
10890 handling FILE * and XPath contexts
10891 * python/tests/Makefile.am: avoid a stupid problem due to the
10892 use of TEST.
10893
Daniel Veillard15a143b2002-02-06 22:40:50 +000010894Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10895
10896 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10897
Daniel Veillard70cab352002-02-06 16:06:58 +000010898Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10899
10900 * python/TODO python/libxml.c: cleanup the extension function lookup
10901 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10902
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010903Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * configure.in python/Makefile.am: do not install outside
10906 of prefix
10907
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010908Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10909
10910 * python/TODO python/libxml.c: started adding SAX interfaces
10911 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10912 SAX test
10913
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010914Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10915
10916 * tree.c: hardened the addChild function
10917 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10918 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10919 added accessors needed for xmlNode, a bit more testing and
10920 extension of interfaces
10921 * python/tests/Makefile.am python/tests/build.py: added a test
10922 build from scratch/save/load/check
10923
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010924Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * parserInternals.c: change a small bit in the way valididy
10927 error messages get initialized
10928 * python/TODO python/libxml.c python/libxml2-python-api.xml
10929 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10930 added some memory debugging to track leaks at the libxml2 level
10931 * python/tests/*.py: changed all tests to check for leaks,
10932 there is just one left in XPath extension registrations.
10933
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010934Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10935
10936 * python/TODO python/generator.py python/libxml2-python-api.xml
10937 python/libxml2class.txt: more accessor classes for the parser
10938 context, allow to switch on and check validity
10939 * python/tests/Makefile.am python/tests/error.py
10940 python/tests/invalid.xml python/tests/valid.xml
10941 python/tests/validate.py: attded more test and and added error.py
10942 which I forgot to commit in the last step
10943
Daniel Veillard3ce52572002-02-03 15:08:05 +000010944Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10945
10946 * python/Makefile.am python/types.c: cleanup
10947 * python/libxml.c python/libxml.py python/libxml_wrap.h
10948 python/generator.py python/libxml2-python-api.xml
10949 python/libxml2class.txt: added class for parser context, added
10950 first cut for push mode support. Added a framework to generate
10951 accessors functions.
10952 * python/tests/Makefile.am python/tests/push.py: added a push
10953 test
10954
Daniel Veillardcfb05462002-02-02 23:18:22 +000010955Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10956
10957 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10958 bug a bit of cleanup.
10959
Daniel Veillard5d819032002-02-02 21:49:17 +000010960Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10961
10962 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10963 python/libxml2class.txt: adding error redirections and preformat
10964 to a python handler
10965 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10966 tests self checking
10967
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010968Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10971 a function
10972
Daniel Veillard9589d452002-02-02 10:28:17 +000010973Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10974
10975 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10976 python/libxml.c python/libxml2-python-api.xml
10977 python/libxml2class.txt: Progressing through the TODOs, class
10978 description output, extra XML API, RPM now builds the wrappers
10979 for all python installed versions
10980
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010981Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10982
10983 * configure.in libxml.spec.in python/Makefile.am python/TODO
10984 python/generator.py python/libxml2class.txt: added more informations
10985 in the libxml2-python package including docs. Slightly changed
10986 the class hierarchy
10987 * python/tests/*: added basic regression tests infrastructure too
10988
10989Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10990
10991 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10992 added libxml2-python as part of the packages installed
10993
Daniel Veillarda7340c82002-02-01 17:56:45 +000010994Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10995
10996 * python/Makefile.am python/generator.py python/libxml.c
10997 python/libxml.py: more work, now able to extend the
10998 XPath interpreter with functions written in python.
10999
Daniel Veillardc3e39442002-02-01 09:29:41 +000011000Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * python/Makefile.am: Jacob sent a patch to allow building from
11003 tarfile.
11004
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011005Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11006
11007 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11008 inserted the python wrappers build, I hope this won't be too
11009 unportable
11010
Daniel Veillard1971ee22002-01-31 20:29:19 +000011011Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * xpath.c: minor optimization
11014 * python/generator.py python/libxml.c python/libxml.py
11015 python/libxml_wrap.h: more work on the python bindings,
11016 they now support XPath and there is no evident leak
11017
Daniel Veillard36ed5292002-01-30 23:49:06 +000011018Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11019
11020 * python/generator.py python/libxml.c python/libxml.py:
11021 more work on the python bindings generator.
11022
Daniel Veillard96fe0952002-01-30 20:52:23 +000011023Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11024
11025 * python/generator.py python/libxml.c python/libxml_wrap.h:
11026 more work on the python bindings.
11027
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011028Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11029
11030 * python/generator.py python/libxml.c python/libxml.py
11031 python/libxml_wrap.h: commited early version of a python binding
11032 for private use only ATM
11033
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011034Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11035
11036 * entities.c tree.c include/libxml/entities.h: applied patch
11037 from Anthony Jones to implement copy of DTD subtree too. Had
11038 just to keep 2 function private which really ought to become
11039 public ones.
11040
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011041Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * xmllint.c: added pointers to the web pages in the usage()
11044
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011045Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * tree.c: more fixes from Petr Kozelka for attribute handling
11048 in the tree API to align the semantic with DOM.
11049
Daniel Veillard36065812002-01-24 15:02:46 +000011050Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11051
11052 * valid.c tree.c entities.c: another set of patches from
11053 Anthony Jones for copy operations cleanup and robustness
11054
Daniel Veillardf8592562002-01-23 17:58:17 +000011055Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11056
11057 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11058 an alphabetic index based on comments content
11059 * doc/*: rebuilt the web site with the new references
11060
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011061Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11062
11063 * parserInternals.h: Greg Sjaardema suggested to use an
11064 eponential buffer groth policy in xmlParserAddNodeInfo()
11065
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011066Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11067
11068 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11069 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11070 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11071 to generate cross-references, and added/updated the stylesheets
11072 to generate and link API indexes. The generic keyword index
11073 is not done yet.
11074 * doc/*.html: regenerated all the usual docs too
11075
Daniel Veillard2070c482002-01-22 22:12:19 +000011076Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * debugXML.c: added an xpath function to the shell for T. V. Raman
11079
11080Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011081
11082 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11083 debug routines.
11084
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011085Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11086
11087 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11088 support of attribute nodes
11089
Daniel Veillard9d06d302002-01-22 18:15:52 +000011090Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11091
11092 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11093 hopefully near complete and fully documented of the API in XML
11094 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11095 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11096 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11097 include/libxml/parserInternals.h include/libxml/valid.hi
11098 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11099 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11100 include/libxml/xpath.h include/libxml/xpathInternals.h:
11101 Cleaned up the doc comments a lot in the process, the interface
11102 coverage is now 100%
11103
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011104Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11105
11106 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11107 extracts comments from the gtk-doc DocBook output (a bit
11108 convoluted but seems to work).
11109
Daniel Veillard61006472002-01-21 17:31:47 +000011110Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11111
11112 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11113 added an XML description of the API, moved the script generating
11114 it here. Added a "make api" target
11115
Daniel Veillardd2f23002002-01-21 13:36:00 +000011116Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11119
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011120Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * xpath.c include/libxml/xpathInternals.h: the change made to
11123 xmlXPathFuncLookupFunc was incompatible roll it back
11124
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011125Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11126
11127 * SAX.c: cleanup patch from Anthony Jones
11128 * doc/Makefile.am: fix the headers to avoid in make scan
11129 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11130 includes, * vs Ptr and general cleanup
11131 * parsedecl.py: first version of a script to extract the
11132 module interfaces, the goal will be to provide .decl or XML
11133 specification of the interfaces to build wrappers.
11134
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011135Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11136
11137 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11138 now provides return codes in case of errors
11139
Bjorn Reese026d29f2002-01-19 15:40:18 +000011140Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11141
11142 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11143 Upgraded to trio baseline 1.6
11144 * strio.h strio.c: Replaced by triostr.h and triostr.c
11145
Daniel Veillard572577e2002-01-18 16:23:55 +000011146Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11147
11148 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11149 of strdup usage in the code
11150
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011151Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11152
11153 * parser.c error.c: Keith Isdale complained rightly that
11154 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11155
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011156Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * tree.c: fixed the funxtion to set the xml: attributes
11159 * debugXML.c: added "setbase" to test it.
11160
Daniel Veillard2c748c62002-01-16 15:37:50 +000011161Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11162
11163 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11164 to allow updating an attribute content
11165
Daniel Veillard8de85c62002-01-15 17:10:15 +000011166Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * libxml.h: try to avoid problems when compiling on Windows
11169
Daniel Veillard314cfa02002-01-14 17:58:01 +000011170Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11171
11172 * hash.c: patch from Anthony Jones for hash.c allocation size
11173 * Makefile.am: trying to work around Yet Another Libtool Madness
11174 and build the 2.4.13 release finally ...
11175
Daniel Veillard744683d2002-01-14 17:30:20 +000011176Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11179 * doc/* : update of the documentation
11180
Daniel Veillarde6a55192002-01-14 17:11:53 +000011181Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11184 at fixing #61290 :-(
11185
Daniel Veillardfb25a512002-01-13 20:32:08 +000011186Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11189 Fixes bug #67229
11190
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011191Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11192
11193 * tree.c: trying to avoid troubles when a subtree is copied
11194 and coalesced in part with the target tree. Should fix
11195 bug #67407
11196
Daniel Veillardd8224e02002-01-13 15:43:22 +000011197Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11198
11199 * valid.c: fixed validation of attributes content of type
11200 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11201 values, very old bug. Fixes #67671
11202
Daniel Veillard8107a222002-01-13 14:10:10 +000011203Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11204
11205 * parser.c include/libxml/parserInternals.h tree.c: integrated
11206 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11207 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11208
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011209Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * threads.c: applied Serguei Narojnyi's patch to add native
11212 thread support on the Win32 platform
11213 * testThreadsWin32.c Makefile.am: added the test program also
11214 from Serguei, Win32 specific
11215 * include/win32config.h include/libxml/xmlwin32version.h.in:
11216 added patch from Igor for the Windows thread specific defines.
11217
Daniel Veillard845cce42002-01-09 11:51:37 +000011218Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11219
11220 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11221
Daniel Veillard7b602b42002-01-08 13:26:00 +000011222Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11223
11224 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11225 output page into XMLinfo.html. Close bug #66951 and
11226 raised by Robert Collins too.
11227
Daniel Veillard73c6e532002-01-08 13:15:33 +000011228Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11229
11230 * encoding.c: Paul Keogh pointed out a possibility of segfault
11231 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11232 Closes bug # 68238
11233
Daniel Veillard4a859202002-01-08 11:49:22 +000011234Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11235
11236 * doc/*.html: updated the Gdome2 links
11237
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011238Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11239
11240 * libxml.h: Applied following patches from Robert Collins
11241 and make sure IN_LIBXML is defined when compiling it
11242 -------
11243 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11244 as well as Visual C.
11245 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11246 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11247 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11248 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11249 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11250 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11251 xmlSysIDExists xmlNoNetExists).
11252 * xmllint.c: Don't include winsock2.h for Cygwin.
11253
Daniel Veillard401c2112002-01-07 16:54:10 +000011254Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11255
11256 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11257 when the version info is not present.
11258
Daniel Veillard6f42c132002-01-06 23:05:13 +000011259Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11260
11261 * tree.c: Anthony Jones pointed out a problem in
11262 xmlStringGetNodeList() and provided a fix for it
11263
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011264Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11265
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011266 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011267 xmlCreatePushParserCtxt() when the initial buffer passed
11268 is large.
11269
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011270Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11271
11272 * win32/*: big cleanup of the Windows/MSVC project files
11273 from Igor Zlatkovic
11274
Daniel Veillardcebb1362002-01-02 13:13:30 +000011275Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11276
11277 * doc/Makefile.am: should fix #67674 and avoid troubles if
11278 xsltproc is not available or fails in the prefix provided
11279
Daniel Veillard26908ab2002-01-01 16:50:03 +000011280Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11281
11282 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11283
Daniel Veillard5344c602001-12-31 16:37:34 +000011284Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11285
11286 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11287 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11288 Fixed a few other problems raised by Charlie Bozeman.
11289 * result/VC/ElementValid[5-7]: fixed the output
11290
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011291Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11292
11293 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11294 patches from Charlie Bozeman. Regenerated the HTML docs.
11295
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011296Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11297
11298 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11299 for Windows from Igor
11300
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011301Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11302
11303 * xmllint.c: applied Justin Fletcher patch for --output or -o
11304
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011305Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11306
11307 * win32/libxml2/libxml2.def.src: close #67019
11308
Daniel Veillard01db67c2001-12-18 07:09:59 +000011309Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11310
11311 * xmllint.c: applied Justin Fletcher generic timing patch
11312 similar to the one already applied to xsltproc.
11313
Daniel Veillardd1640922001-12-17 15:30:10 +000011314Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11315
11316 * include/libxml/tree.h tree.c: applied documentation patches
11317 from Charlie Bozeman
11318
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011319Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11320
11321 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11322
Daniel Veillard29e43992001-12-13 22:21:58 +000011323Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11324
11325 * valid.c: fix the xmlStrdup() used in the previous patch.
11326 * valid.c: added --dropdtd
11327 * tree.c: fixed xmlUnlinkNode so it also removes the references
11328 from the document if the node is a DTD
11329
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011330Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11331
11332 * HTMLtree.c valid.c: cleanup some static declarations
11333
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011334Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11335
11336 * xmllint.c: removed another strdup()
11337 * doc/FAQ: removed the HP/UX entry
11338
Daniel Veillarded472f32001-12-13 08:48:14 +000011339Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11340
11341 * valid.c: fix bug #66816 when validating.
11342 * xmllint.c: don't use sys/time.h if configure did not found it
11343
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011344Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11345
11346 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11347 xmlcatalog_man.xml
11348
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011349Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11350
11351 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11352 xmlInitMemory() was declared twice
11353
Daniel Veillardb82c1662001-12-09 14:00:54 +000011354Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11355
11356 * globals.c: do not reference strdup() !
11357 * configure.in libxml-2.0.pc.in: trying to fix the libs
11358 of the various config extraction modules
11359
Daniel Veillardef90ba72001-12-07 14:24:22 +000011360Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11361
11362 * configure.in : preparing 2.4.12
11363 * doc/* : updated and rebuilt the docs
11364
Daniel Veillard220346d2001-12-07 11:33:54 +000011365Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11366
11367 * uri.c: closed bug #66159
11368 * testURI.c: added --escape option
11369 * configure.in: some cleanup for xml2-config --cflags
11370
Daniel Veillard2a906822001-12-06 14:34:08 +000011371Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11372
11373 * globals.c testThreads.c: removed some misplaced includes
11374 of xmlversion.h
11375
Daniel Veillarde28313b2001-12-06 14:08:31 +000011376Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11377
11378 * threads.c: patch from Gary Pennington fixing a possible
11379 problem at initialization time.
11380
Daniel Veillardd3b08822001-12-05 12:03:33 +000011381Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11382
11383 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011384 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011385 CodeWarrior.
11386
Daniel Veillarda7866932001-12-04 13:14:44 +000011387Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11388
11389 * xmllint.c: applied Geert Kloosterman's patch to fix
11390 --repeat --timing output
11391
Daniel Veillard19840942001-11-29 16:11:38 +000011392Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11393
11394 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11395 where non-wellformed XML declaractions were not detected.
11396
Daniel Veillarde85d9342001-11-28 14:43:12 +000011397Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11398
11399 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11400
Daniel Veillard22f25a82001-11-28 09:12:23 +000011401Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11402
11403 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11404 gets reset by xmlCleanupInputCallbacks() and this makes the
11405 function useless. Same for output.
11406
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011407Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11408
11409 * xmlIO.c: robert pointed out a loop error in callback cleanups
11410
Daniel Veillard8faa7832001-11-26 15:58:08 +000011411Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11412
11413 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11414 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11415 they are not really tied to debugging
11416
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011417Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11418
11419 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11420 * xmllint.c: better --catalogs description
11421
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011422Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11423
11424 * tree.c: fixed a couple of problems in xmlSetProp()
11425
Daniel Veillardcd337f02001-11-22 18:20:37 +000011426Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11427
11428 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11429 unappropriate stdout output.
11430
Daniel Veillard566d4df2001-11-22 13:00:53 +000011431Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11432
11433 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11434 by Denis Beurive, closes #65111
11435
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011436Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11437
11438 * valid.c: in case of content model validity error, don't
11439 print it if validity warnings were not requested.
11440
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011441Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11442
11443 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11444 * parserInternals.c: removed the last exit() call. Print an
11445 unmaskable error on stderr instead (library mismatch detection)
11446
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011447Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11448
11449 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11450 shell instructions from Heiko Rupp
11451
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011452Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11453
11454 * catalog.c: use the URL notation file:// for default catalog paths
11455
Daniel Veillard0ec98632001-11-14 15:04:32 +000011456Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11457
11458 * include/libxml/tree.h: better comments for _private fields
11459 * tree.c: removed a problem when copying an entity reference.
11460
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011461Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11462
11463 * vms/*: updated instructions and diffs from John A Fotheringham
11464
Daniel Veillarda11001b2001-11-12 22:45:36 +000011465Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11466
11467 * include/libxml/xmlerror.h: avoid an include problem if
11468 #include <libxml/xmlerror.h> happens first in code
11469 seems to be the case in KDE libs
11470
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011471Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11472
11473 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11474 from Igor for Windows
11475
11476Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11477
11478 * Makefile.am: Gary Pennington pointed out a missing prefix
11479
Daniel Veillard43d3f612001-11-10 11:57:23 +000011480Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11481
11482 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11483 * doc/*: upgraded and rebuilt the docs
11484
Daniel Veillardc1f78342001-11-10 11:43:05 +000011485Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11486
11487 * HTMLparser.c: fix comment in scripts element parsing.
11488 * result/HTML/doc3*: updated the results.
11489
11490Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11491
11492 * uri.c: another URI bug fix #63336, using Joel Young patch.
11493
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011494Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11495
11496 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11497 a cleaned up version of the Pwd shell string generation.
11498
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011499Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11500
11501 * valid.c include/libxml/tree.h: trying to fix namespaces +
11502 validation problems for good, closing #63619 in the process
11503 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11504 wrong in this respect, fixed it.
11505
Daniel Veillardd536f702001-11-08 17:32:47 +000011506Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11507
11508 * xmllint.c: Morus Walter patch to allow --format and --encode
11509
Daniel Veillard5004f422001-11-08 13:53:05 +000011510Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11511
11512 * debugXML.c: Stefan Kost provided an help command for the shell
11513
Daniel Veillarda6825e82001-11-07 13:33:59 +000011514Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11515
11516 * debugXML.c: Heiko Rupp pointed that the shell would crash
11517 on empty nodesets returns.
11518
Daniel Veillard03f848d2001-11-07 12:53:46 +000011519Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11520
11521 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11522 migh need the history libraries
11523
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011524Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11525
11526 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11527 handle the case of < in quoted attributes, Bastian Kleineidam
11528
Daniel Veillardc853b322001-11-06 15:24:37 +000011529Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11530
11531 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11532 fixing catalog breakages
11533 * Makefile.am catalog.c result/catalogs/catal
11534 result/catalogs/mycatalog.* test/catalogs/catal*:
11535 fixed more problems in catalog support, added more regression tests
11536 for both XML and SGML catalog handling
11537
Daniel Veillard66870c72001-11-05 19:27:49 +000011538Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11539
11540 * debugXML.c: applied an improvement to xmlGetLineNo() from
11541 Keith Isdale
11542
Daniel Veillardffe09c92001-11-05 14:21:47 +000011543Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11544
11545 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11546 Side effect of the progressive catalog loading
11547
Daniel Veillardad661b92001-11-05 11:43:15 +000011548Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11549
11550 * Makefile.am: confexecdir and confexec_DATA were defined twice
11551 pointed out by Karl Eichwalder
11552
Daniel Veillard6eb17722001-11-04 22:19:27 +000011553Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11554
11555 * xmlcatalog.c: avoid unlink() and use remove() instead.
11556
Daniel Veillardea898282001-11-04 22:13:45 +000011557Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11558
11559 * libxml.spec.in: cleanup
11560 * include/libxml/xmlwin32version.h: updated with 2.4.8
11561
Daniel Veillarda4617b82001-11-04 20:19:12 +000011562Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11563
11564 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11565 of compiling libxml with a non standard set of options
11566
John Fleck027edfb2001-11-04 20:13:58 +000011567Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11568
11569 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11570 document --sgml option, fixing gnome bugzilla #63382
11571
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011572Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11573
11574 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11575 breakage of 2.4.7, added a couple of really needed APIs
11576 like xmlCatalogIsEmpty() and xmlNewCatalog()
11577 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11578 for install-catalog
11579 * configure.in: preparing 2.4.8
11580
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011581Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11582
11583 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11584 include/libxml/tree.h include/libxml/xmlIO.h: more include
11585 cleanups, export cleanly one html output + format function.
11586
11587Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11588
11589 * parser.c: removed initGenericErrorDefaultFunc call from
11590 xmlInitParser() since it could destroy previous calls to
11591 xsltSetGenericErrorFunc() effects
11592
Daniel Veillardebd38c52001-11-01 08:38:12 +000011593Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11594
11595 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11596 keyword.
11597
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011598Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11599
11600 * Makefile.am: cleanup
11601 * threads.c: cleanup too
11602 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11603 from xsltproc
11604 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011605 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011606
Daniel Veillard91c00402001-10-30 17:41:38 +000011607Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11608
11609 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11610 was not used anymore !
11611
Daniel Veillard52dcab32001-10-30 12:51:17 +000011612Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * configure.in: preparing 2.4.7
11615 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11616 manual page from John
11617 * doc/*: updated the doc and rebuilt the generated pages
11618
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011619Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11620
11621 * xmlIO.c: closing bug #62711, the library should never
11622 close stdin or stdout.
11623
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011624Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11625
11626 * uri.c: second pass at fixing #63336, using Joel Young
11627 final patch. looks okay.
11628
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011629Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11630
11631 * uri.c include/libxml/uri.h: trying to clear #63336
11632 allowing the escaping routine to parse unconformant
11633 URI-References.
11634
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011635Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11636
11637 * vms/readme.vms vms/build_libxml.com nanoftp.c
11638 include/libxml/xmlversion.h.in: a few VMS updates from
11639 John A Fotheringham
11640 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11641 and xmlCleanupOutputCallbacks() for the Perl binding people.
11642
Daniel Veillard635ef722001-10-29 11:48:19 +000011643Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11644
11645 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11646 apply fixes to close #63271 and avoid segfaults when
11647 the error routine gets callbed before xmlInitParser()
11648 get called.
11649 * nanoftp.c error.c: Applied patches from Justin Fletcher
11650 correcting some xmlGenericError misuses.
11651
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011652Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11653
11654 *doc/xmllint.xml, doc/xmllint.1
11655 New and improved man page for xmllint - .xml is the original, .1
11656 is the generated man page
11657
Daniel Veillardc9484202001-10-24 12:35:52 +000011658Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11659
11660 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11661 the web site from the main HTML document.
11662
Daniel Veillard5151c062001-10-23 13:10:19 +000011663Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11664
11665 * parser.c: fixed an erroneous validation bug when PE refs
11666 occurs in external parsed entities referenced from the
11667 internals subset
11668 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11669 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11670 added the associated testcase, it's a nice one.
11671 * HTMLparser.c: generate the DTD node as HTML still ...
11672 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11673
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011674Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11675
11676 * HTMLparser.c: fixed a bug in htmlNewDoc()
11677
Daniel Veillard89cad532001-10-22 09:46:13 +000011678Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11679
11680 * test/threads/*: added entities testing to the Thread test
11681 * testThreads.c: make the test reasonable
11682 * DOCBparser.c: fix the DTD public and system ID
11683 * xmllint.c: added --sgml for SGML DocBook importing
11684 * Makefile.am: added Docbtests target
11685
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011686Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11687
11688 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11689 * testThreads.c: removed bogus include
11690
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011691Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11692
11693 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11694 fixed a very serious (looping) validation bug
11695
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011696Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11697
11698 * include/libxml/globals.h include/libxml/threads.h threads.c
11699 testThreads.c: far more testing, cleaning up bugs
11700 * *.c : make sure globals.h is always included.
11701
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011702Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11703
11704 * HTMLparser.c: try to get rid of parser loops for good.
11705
Daniel Veillardab7488e2001-10-17 11:30:37 +000011706Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11707
11708 * configure.in: fixed some bugs in CFLAGS passing.
11709 * test/threads Makefile.am testThreads.c: added a specific
11710 threaded test case (really nasty, guaranteed).
11711
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011712Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11713
11714 * catalog.c: serious cleanup on the management of the
11715 XML catalog tree, more tests done, especially with
11716 the catalog PI.
11717
Daniel Veillard364789a2001-10-16 12:45:00 +000011718Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11719
11720 * catalog.c: avoid a problem in catalog cleanup on SMP if
11721 catalogs were not initialized.
11722
Daniel Veillard81463942001-10-16 12:34:39 +000011723Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11724
11725 * catalog.c xpath.c: trying to cleanup the not thread safe
11726 parts of the library.
11727
Daniel Veillard64a411c2001-10-15 12:32:07 +000011728Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11729
11730 * include/libxml/globals.h configure.in global.data: make
11731 the allocation be per-thread a configure option
11732 * encoding.c include/libxml/parser.h: fixed compilation
11733 errors
11734
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011735Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11736
11737 * include/libxml/parser.h: Norm reported that a few lines
11738 added were breaking libxslt compile, removed them for now
11739
Daniel Veillard6f350292001-10-14 09:56:15 +000011740Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11741
11742 * parser.c parserInternals.c threads.c: debugged and fixed
11743 initialization problems which were giving troubles on SMP
11744 boxes.
11745
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011746Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11747
11748 * include/libxml/Makefile.am: missing globals.h
11749
Daniel Veillarde7090612001-10-13 12:18:28 +000011750Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011751
Daniel Veillarde7090612001-10-13 12:18:28 +000011752 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011753
Daniel Veillardd0463562001-10-13 09:15:48 +000011754Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11755
11756 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11757 include/libxml/parserInternals.h include/libxml/tree.h
11758 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11759 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11760 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11761 Applied the last patches from Gary, cleanup, activated threading
11762 all user accessible global variables are now handled in globals.[ch]
11763 Still a bit rought but make tests passes with either
11764 --with-threads defined at configure time or not.
11765 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11766 linking options
11767
Daniel Veillardb8478642001-10-12 17:29:10 +000011768Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * Makefile.am include/libxml/Makefile.am
11771 include/libxml/globals.h globals.c include/libxml/threads.h
11772 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11773 configure.in: started integrating the core of the thread support
11774 not activated yet but half integrated. The code should still
11775 compile and work anyway.
11776
Daniel Veillardb44025c2001-10-11 22:55:55 +000011777Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11778
11779 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11780 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11781 integrating the non-controversial parts of Gary Pennington
11782 multithread patches
11783 * catalog.c: corrected a small bug introduced
11784
Daniel Veillard75b96822001-10-11 18:59:45 +000011785Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11786
11787 * catalog.c include/libxml/catalog.h: very serious cleanup,
11788 isolating unportable code and as much as possible the accesses
11789 to the global shared catalog. May need more testing !
11790
Daniel Veillard78d12092001-10-11 09:12:24 +000011791Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11794 Keith Isdale patches for the XSLT debugger interfaces. Some
11795 cleanup
11796
Daniel Veillardff0b7312001-10-11 06:46:09 +000011797Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11798
11799 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11800 * DOCBparser.c: generate line nubers in elements
11801
Daniel Veillard60087f32001-10-10 09:45:09 +000011802Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11803
11804 * configure.in: preparing 2.4.6 release
11805 * doc/xml.html doc/html/*: updated and rebuilt the docs
11806 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11807
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011808Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11809
11810 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11811 adding documentation for DV's supercatalog support
11812
Daniel Veillard82d75332001-10-08 15:01:59 +000011813Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11814
11815 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11816 super catalog support adding one API and one flag --sgml to
11817 xmlcatalog
11818
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011819Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11820
11821 * doc/xmlcatalog_man.xml, xmlcatalog.1
11822 One more crack at
11823 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11824
11825
Thomas Broyer47334c02001-10-07 16:41:52 +000011826Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11827
11828 * xpath.c: implemented xmlXPathObjectCopy for external objects
11829 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11830
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011831Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11832
11833 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11834 finishing up fix to
11835 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11836 the xmlcatalog man page display more elegantly
11837
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011838Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11839
11840 * configure.in: closing bug #61832
11841 * HTMLparser.c: removed a warning
11842
Daniel Veillard6ab38382001-10-06 13:08:27 +000011843Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11844
11845 * xpath.c: fixing #61673 part I, do not loose doc information
11846 when copying result value trees.
11847
Daniel Veillard556c6682001-10-06 09:59:51 +000011848Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11849
11850 * xpath.c: trying to harden the XPath interpreter
11851
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011852Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11853
11854 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11855 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11856
William M. Brack1633d182001-10-05 15:41:19 +000011857Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11858
11859 * HTMLparser: repaired another loop problem
11860
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011861Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11862
11863 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11864 parsing.
11865 * xpath.c: fix bug #61291 the default XML namespace node is
11866 missing from the namespace axis.
11867 * tree.c: refuse to create namespaces nodes with prefix "xml"
11868
Daniel Veillard651f9472001-10-04 14:51:06 +000011869Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11870
11871 * SAX.c: ouch a non-defined namespace could lead to a crash,
11872 fixed #61215
11873
Daniel Veillard7dd05702001-10-04 14:25:12 +000011874Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11875
11876 * parserInternals.c: closed bug #61054
11877
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011878Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * include/libxml/Makefile.am: closing #60708
11881
Daniel Veillarda293c322001-10-02 13:54:14 +000011882Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11883
11884 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11885 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11886
Daniel Veillardf4309d72001-10-02 09:28:58 +000011887Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11890
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011891Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11892
11893 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11894 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11895
Daniel Veillard16756b62001-10-01 07:36:25 +000011896Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11897
11898 * catalog.c: Justin Fletcher provided cleaup code in case
11899 HAVE_STAT is not defined
11900 * include/win32config.h: Igor Zlatkovic suggested to have
11901 HAVE_STAT defined there
11902
William M. Brack5e1cac12001-09-28 16:19:18 +000011903Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11904
11905 * catalog.c - fixed typing error reported by M. Barros
11906
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011907Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11908
11909 * xmllint.c - fixing typo
11910
William M. Brackd28e48a2001-09-23 01:55:08 +000011911Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11912
11913 * HTMLparser.c: small enhancement to prevent loop on
11914 unrecognizable data
11915
Daniel Veillardb1d62872001-09-21 09:47:08 +000011916Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11917
11918 * parserInternals.c: applying patch from bug #60757 this
11919 should close it
11920
Daniel Veillardc0631a62001-09-20 13:56:06 +000011921Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11922
11923 * catalog.c xmlcatalog.c: removed a couple of warning
11924 * xpath.c: try to solve the linking problem on platforms
11925 needing trio to compile
11926
Daniel Veillard1a123612001-09-19 08:06:23 +000011927Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011928
Daniel Veillard1a123612001-09-19 08:06:23 +000011929 * Makefile.am libxml.spec.in: backing up non-documented changes
11930 commited without review or aproval by Jens Finke <jens@gnome.org>
11931 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011932
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011933Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11934
11935 * configure.in: Joe Orton provided a patch fixing a problem
11936 when iconv is specified to be in a non-standard directory
11937 but wasn't exported in xml2-config --cflags
11938
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011939Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11940
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011941 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011942 troubles with 2.4.4 errors.
11943
Daniel Veillard16698282001-09-14 10:29:27 +000011944Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11945
11946 * encoding.c entities.c: do not output hexadecimal charrefs
11947 when serializing HTML since some version of Netscape can't
11948 grok it, generate decimal ones.
11949 * result/HTML/doc3.htm: output changed due to previous test
11950 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11951
Daniel Veillard98fed372001-09-13 11:34:58 +000011952Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11953
11954 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11955 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11956
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011957Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011958 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011959
11960 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11961 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11962 updated the configuration scripts systems accordingly
11963
Daniel Veillard04382ae2001-09-12 18:51:30 +000011964Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11965
11966 * configure.in: preparing for 2.4.4
11967 * doc/xml.html doc/html/*: updated and rebuilt the docs
11968
Daniel Veillardd63437e2001-09-12 15:00:27 +000011969Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11970
11971 * win32/dsp/libxml2.def.src: tried to incorporate comments
11972 from bug #59220
11973
Daniel Veillard319a7422001-09-11 09:27:09 +000011974Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11975
11976 * parser.c result/noent/wml.xml: fixed bug #59981 related
11977 to handling of '&' in attributes when entities are substitued
11978
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011979Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11980
11981 * libxml.h include/libxml/xmlversion.h.in
11982 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11983 Tried to close bug #60131
11984
Daniel Veillardbce62332001-09-10 18:46:55 +000011985Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11986
11987 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11988
Daniel Veillard143b04f2001-09-10 18:14:14 +000011989Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11990
11991 * SAX.c: fixing bug #59946 on xmlns=""
11992
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011993Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11994
11995 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11996 but allocates a new error code.
11997
Daniel Veillard05c13a22001-09-09 08:38:09 +000011998Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11999
12000 * xmllint.c: John Fleck fixed typos in the options output
12001 * parser.c SAX.c: fix ignorable white space SAX selection
12002
12003Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12004
12005 * entities.c: Steve Underwood found the possibility of an
12006 ininite loop in case of error.
12007
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012008Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12009
12010 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12011
Daniel Veillarda050d232001-09-05 15:51:05 +000012012Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12013
12014 * parser.c: warn if version is not 1.0 but it's not
12015 strictly speaking an error after analyzing the spec
12016
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012017Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12018
12019 *doc/catalog.html - add link to the html version of the
12020 man page, other linguistic cleanups
12021
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012022Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12023
12024 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12025 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12026 file, has not yet been included in the build.
12027
Daniel Veillard99784ff2001-09-01 16:20:28 +000012028Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12029
12030 * catalog.c: removed a duplicate affectation Justin Fletcher
12031
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012032Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12033
12034 * tree.c: Armin Sander pointed a possible text coalescing
12035 problem, completed his patch.
12036
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012037Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12038
12039 * trionan.c: Fixed const and volatile re-definition problem
12040
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012041Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12042
12043 * libxml.4 parser.c: doc updates from Heiko Rupp
12044 * parserInternals.c: 2 sanity checks from Heiko Rupp
12045
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012046Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12047
12048 * tree.c: applied patch from Armin Sander to make some pointers
12049 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012050 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012051
Daniel Veillardb06c6142001-08-27 14:26:30 +000012052Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12053
12054 * xpath.c: hum, restrict the integer usage gcc bug workaround
12055 to only gcc compilers so that other architecture don't get
12056 penalized by this limitation.
12057 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12058
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012059Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12060
12061 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12062 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12063
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012064Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12067 --convert option to xmlcatalog to convert SGML ones to
12068 the XML syntax.
12069 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12070
12071 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012072Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12073
12074 * catalog.c xmlIO.c: started some serious testing and fixed
12075 a few bug and optmization needs.
12076
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012077Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12078
12079 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12080 preparing for a 2.4.3 release even if it may not be ready yet
12081 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12082 all file parsing lookup to go through the entity resolver, add
12083 to add an API to bypass it (needed to load catalogs themselves),
12084 some cleanup on the catalog code too.
12085 * nanoftp.c: small cleanup
12086 * doc/catalog.html: small update
12087
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012088Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12089
12090 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12091 Jun Kuriyama
12092
Daniel Veillardffb120d2001-08-23 00:52:23 +000012093Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12094
12095 * doc/catalog.html: finished the catalog documentation
12096
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012097Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12098
12099 * doc/catalog.html doc/xml.html: added documentation about
12100 Catalog support, misses an API description
12101 * doc/html/*: reextracted the API pages
12102
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012103Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12104
12105 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12106 Added the part about section 7.2 on URI resolution,
12107 fixed a side effect in the HTML parser, look complete
12108 and ready to rock except the URI/SystemID part!
12109
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012110Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12111
12112 * include/libxml/catalog.h include/libxml/parser.h
12113 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12114 xmlIO.c: added support and APIs needed for the catalog PI
12115 * include/libxml/xmlIO.h: cleanup
12116
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012117Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12118
12119 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12120 include/libxml/catalog.h: starts to look okay, really
12121 plugged the new framework, cleaned a lot of stuff,
12122 added some APIs, except the PI's support missing this
12123 should be mostly complete
12124 * result/catalogs/* test/catalogs/*: added new test, enriched
12125 the existing one with URN ID tests
12126
Daniel Veillard64339542001-08-21 12:57:59 +000012127Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12128
12129 * catalog.c: fixed nextCatalog
12130 * result/catalogs/docbook test/catalogs/*: started adding
12131 a small regression test
12132
Daniel Veillardcda96922001-08-21 10:56:31 +000012133Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12136 more work on the XML catalog support.
12137 * parser.c include/libxml/parser.h: small cleanup seems using
12138 list as a public parameter name can give portability troubles
12139 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12140 include/libxml/xpath.h include/libxml/Makefile.am: removed
12141 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12142 wrappers
12143
Bjorn Reese45029602001-08-21 09:23:53 +000012144Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12145
12146 * Makefile.am trio.c triodef.h trionan.c xpath.c
12147 include/libxml/Makefile.am include/libxml/trionan.h:
12148 Re-worked Not-A-Number and Infinity support.
12149 * xmlcatalog.c: added readline include files
12150
Daniel Veillard344cee72001-08-20 00:08:40 +000012151Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12154 testCatalog as xmlcatalog, making it an installed app
12155 adding a shell, and preparing it to be a /etc/xml/catalog
12156 management tool, though not ready yet
12157 * catalog.c include/libxml/catalog.h: adding support for
12158 XML Catalogs http://www.oasis-open.org/committees/entity/
12159 not finished, there is some interesting tradeoffs and a
12160 few open questions left.
12161
Daniel Veillardb7664f42001-08-19 13:00:43 +000012162Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12163
12164 * xmllint.c: fixed a line formatting problem
12165
Daniel Veillard5015b712001-08-17 09:37:52 +000012166Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12167
12168 * SAX.c: removed a couple of unused variable (Albert Chin)
12169
Daniel Veillardbb371292001-08-16 23:26:59 +000012170Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12171
12172 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12173 trying to fix some troubles w.r.t. function returning
12174 const xxxPtr.
12175
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012176Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12177
12178 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12179 defined
12180
Daniel Veillardae6db172001-08-16 19:32:00 +000012181Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12182
12183 * xpointer.c: removed unused var
12184
Daniel Veillard09190202001-08-16 16:27:41 +000012185Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12186
12187 * testXPath.c: another small cleanup closing bug #59110
12188
Daniel Veillard796f4b62001-08-16 16:00:13 +000012189Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12190
12191 * win32/dsp/libxml2.def.src: small cleanup closing bug
12192 #59108
12193
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012194Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12195
12196 * example/gjobread.c: add xmlCleanupParser() before leaving
12197
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012198Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12199
12200 * config.h.in configure.in include/libxml/xmlwin32version.h:
12201 released 2.4.2
12202
Daniel Veillardd3d06722001-08-15 12:06:36 +000012203Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12204
12205 * include/libxml/valid.h debugXML.c valid.c: deprecate
12206 the non-boundchecking Sprintf functions, add Snprintf
12207 this should close bug #57984
12208
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012209Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12210
12211 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12212 URIs before doing the lookups (pointed by Mark Vakoc)
12213
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012214Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12215
12216 * xpath.c: serious changes on Result Value Trees and NodeSets
12217 w.r.t. deallocation and collect operations. Probably not
12218 100% clean (merge of allocated trees smells like a problem).
12219 Seems sufficient to close #58943
12220
Daniel Veillard90493a92001-08-14 14:12:47 +000012221Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12222
12223 * xmllint.c: adding a --format option
12224
Daniel Veillardfe703322001-08-14 12:18:09 +000012225Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12226
12227 * xpath.c: count() was broken on Result Value Tree
12228 * xmlIO.c: fixed file:/// accesses on _WIN32
12229
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012230Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12231
12232 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12233 macro was renamed, this should close bug #58683
12234
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012235Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12236
12237 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12238 entity substitution mode text at the end of the entity might
12239 be added due to text coalescing.
12240 * nanoftp.c parser.c: small cleanup
12241
Daniel Veillard0c720972001-08-08 20:59:00 +000012242Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12243
12244 * HACKING: added John Fleck right to commit in the doc subdir
12245
Daniel Veillard48da9102001-08-07 01:10:10 +000012246Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12247
12248 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12249 allow to inherit attributes from the DTD directly in the
12250 tree, this is needed for XPath and can be a useful feature.
12251 Inherited namespaces are always provided at the tree level now
12252 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12253 of tests for this feature (XSLT being the prime user).
12254
Daniel Veillard50f34372001-08-03 12:06:36 +000012255Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12256
12257 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12258 testSAX.c xmlIO.c xmllint.c include/win32config.h
12259 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12260 include/libxml/xmlwin32version.h.in win32/README.MSDev
12261 win32/dsp/*: applied Win32 Facelift No.2 patches from
12262 Igor Zlatkovic for Windows/MSC
12263
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012264Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12265
12266 * SAX.c: unparsedEntityDecl() the URI computation of the
12267 entity wasn't done breaking XSLT unparsed-entity-uri()
12268
Daniel Veillard567e1b42001-08-01 15:53:47 +000012269Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12270
12271 * xpath.c: fixed a bug when walking the descendants and
12272 the current node has no children
12273 * debugXML.c: show up when a text node is supposed to not be escaped
12274
Thomas Broyerf186c822001-07-31 23:30:37 +000012275Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12276
12277 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12278 worked like the set:leading() function)
12279 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12280
Daniel Veillardba6db032001-07-31 16:25:45 +000012281Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12282
12283 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12284
Daniel Veillard57905372001-07-31 15:52:17 +000012285Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12286
12287 * include/libxml/xmlIO.h: apply change to close #58141
12288 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12289
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012290Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12291
12292 * parser.c: when the internal subset uses a PE, then the
12293 included entity can use conditional sections.
12294
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012295Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12296
12297 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12298 when walking the namespace axis showing up in
12299 libxst/tests/general/bug-12
12300 * xmlmemory.c: added the possibility to trace a given block
12301 defined by its address
12302
Daniel Veillard4aafa792001-07-28 17:21:12 +000012303Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12304
12305 * parser.c: don't override existing encoding specified before
12306 starting xmlParseDocument()
12307
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012308Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12309
12310 * include/libxml/xmlwin32version.h: reinserted, needed for
12311 Windows users of CVS
12312
Darin Adlera77cac02001-07-27 17:41:51 +0000123132001-07-27 Darin Adler <darin@bentspoon.com>
12314
Darin Adler699613b2001-07-27 22:47:14 +000012315 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12316 * testCatalog.c: Add include of <libxml/parser.h>.
12317
123182001-07-27 Darin Adler <darin@bentspoon.com>
12319
Darin Adlera77cac02001-07-27 17:41:51 +000012320 * include/libxml/.cvsignore:
12321 * include/libxml/xmlwin32version.h:
12322 Remove this file from CVS because it's generated.
12323
Daniel Veillard50822cb2001-07-26 20:05:51 +000012324Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12325
12326 * parser.c include/libxml/parser.h: applied const patches from
12327 Tom Moog #58002
12328
Thomas Broyerba4ad322001-07-26 16:55:21 +000012329Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12330
12331 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12332 lookup framework
12333
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012334Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12335
12336 * tree.c: fixed xmlCopyNode() for documents
12337
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012338Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12339
12340 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12341
12342Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012343
12344 * parser.c: fixes bug #57652 reported by Morus Walter
12345
Daniel Veillarde3924972001-07-25 20:25:21 +000012346Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12347
12348 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12349
Daniel Veillarda53c6882001-07-25 17:18:57 +000012350Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12351
12352 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12353 errors, lesson don't add new functions at 1am before a release
12354 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12355 from XPath initialization when possible.
12356
Daniel Veillardd9bad132001-07-23 19:39:43 +000012357Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12358
12359 * result/scripts/base*: removing history/readline changed
12360 this slightly
12361 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12362 xmllint.c: make element content line number generation
12363 optionnal to avoid breaking old apps added interface to switch
12364
Daniel Veillardf012a642001-07-23 19:10:52 +000012365Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12366
12367 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012368 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012369 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12370 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12371 John Kroll fixes to allow saving to HTTP via PUT (or
12372 POST of needed).
12373 * doc/html/*.html: regenerated the docs
12374
Thomas Broyere8126242001-07-22 03:54:15 +000012375Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12376
12377 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12378 xmlHashScanFull and xmlHashScannFull3 to get passed the
12379 three keys as arguments to the callback function
12380
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012381Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12382
12383 * configure.in Makefile.am: removed libxml softlink for good
12384 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12385 100% coverage by gtk-doc
12386
Daniel Veillard8599e702001-07-17 21:38:51 +000012387Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12388
12389 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12390 fixed serious troubles due to size_t vs. int mismatch
12391
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012392Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12393
12394 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12395
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012396Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12397
12398 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12399 convenient extension API for value and context managing
12400 Now handles external objects through xmlXPathPopExternal,
12401 xmlXPathWrapExternal and xmlXPathReturnExternal.
12402 Added functions for sets operations (intersection, etc.)
12403
Daniel Veillard22090732001-07-16 00:06:07 +000012404Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12405
12406 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12407 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12408 HTMLparser.c: cleanup of global variables, marking some
12409 const or private.
12410
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012411Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012412
12413 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12414 fixed xmlXPathNodeSetItem when passing index=0
12415
Daniel Veillard05dec342001-07-14 21:57:39 +000012416Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12417
12418 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12419
Daniel Veillard28ae6362001-07-14 16:44:32 +000012420Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12421
12422 * xmllint.c: fixed compilation under Cygwin #57503
12423 * TODO: update
12424
Peter Williamsed156f52001-07-13 18:35:13 +0000124252001-07-13 Peter Williams <peterw@ximian.com>
12426
12427 * config.h.in: add #undef HAVE_DLFCN_H
12428
12429 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12430 builddir.
12431
Daniel Veillard73b36e32001-07-12 15:09:52 +000012432Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12433
12434 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12435 raised by #57348 and #57381
12436
Daniel Veillard7db37732001-07-12 01:20:08 +000012437Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12438
12439 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12440 tree.c xpointer.c: store the line numbder in element->content,
12441 may break some software, need a configuration mechanism
12442
Darin Adler96037892001-07-11 00:03:16 +0000124432001-07-10 Darin Adler <darin@bentspoon.com>
12444
12445 * .cvsignore:
12446 * example/.cvsignore:
12447 * include/.cvsignore:
12448 * include/libxml/.cvsignore:
12449 Various things that are generated and should be ignored.
12450
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012451Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12454 * doc/xml.html doc/html/*: updated the docs
12455
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012456Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12457
12458 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12459 validation occured on content with element child
12460
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012461Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12462
12463 * tree.c: fixed XML Base computation which was broken
12464 * debugXML.c: added a base function to the shell
12465 * Makefile.am result/scripts/* test/scripts/*: added scripts
12466 based regression tests, and adding 2 XML Base tests
12467
Daniel Veillard19e96c32001-07-09 10:32:59 +000012468Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12469
12470 * tree.c: set properties doc and call xmlSetListDoc for properties
12471 content when grafting them in a different tree.
12472 * aclocal.m4: remove from CVS
12473
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012474Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12475
12476 * win32/libxml2/libxml2.def.src: added some missing entry point
12477 for XPath (Mark Vakoc)
12478
Daniel Veillard388236f2001-07-08 18:35:48 +000012479Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12480
12481 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12482 layer should URI-Unescape before trying to open resources.
12483
Daniel Veillard04383752001-07-08 14:27:15 +000012484Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12485
12486 * xpath.c: fix the name() bug for elements in the default
12487 namespace reported by Charlie Bozeman
12488
Daniel Veillard7583a592001-07-08 13:15:55 +000012489Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12490
12491 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12492 led to an XPath fix, improvements of SAX initialization, and
12493 an added option --nocdata to testXPath
12494
Daniel Veillard449d7392001-07-07 19:11:06 +000012495Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12496
12497 * doc/libxml-doc.el: Felix Natter provided anew version working
12498 with XEmacs too
12499
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012500Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12501
12502 * include/libxml/xpath.h: small cleanup
12503 * doc/xml.html: update
12504
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012505Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12506
12507 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12508 released 2.3.14
12509
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012510Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12511
12512 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012513 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012514
Daniel Veillard73c9c042001-07-05 20:02:54 +000012515Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12516
12517 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12518 were not equal to empty strings
12519
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012520Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12521
12522 * SAX.c: fixed a URI-Reference computation problem when validating
12523 * xmlIO.c: small cleanup
12524
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012525Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12526
12527 * parser.c: improved the description of a couple of interfaces
12528 upon Larry Stamper suggestion
12529
Daniel Veillard62f313b2001-07-04 19:49:14 +000012530Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12531
12532 * SAX.c entities.c parser.c: changed completely the way entities
12533 are handled when running the parser in entity substitution mode.
12534 This fixes a bug reported by Stephan Kulow and nearly divides
12535 by 3 the amount of memory required by libxslt to load and process
12536 DocBook TDG.
12537
Daniel Veillardf420ac52001-07-04 16:04:09 +000012538Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12539
12540 * HTMLparser.c: fixing a too early root closing problem raised
12541 byt Prashanth Naidu
12542
Daniel Veillard8c357d52001-07-03 23:43:33 +000012543Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12544
12545 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12546 raised by Mark Vakoc.
12547
Daniel Veillard6e90d192001-07-03 16:37:49 +000012548Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12549
12550 * example/Makefile.am: fixed the include path to add srcdir/include
12551 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12552 and some cleanup
12553
Daniel Veillardf06307e2001-07-03 10:35:50 +000012554Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
12556 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12557 lot of optimization work, results in significant improvements
12558 when handling really complex XPath queries. Add a small optimizer
12559 for unions, improve [n] and [last()], avoid some costly ops.
12560
Daniel Veillard77044732001-06-29 21:31:07 +000012561Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12562
12563 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12564 * xpath.c: small cleanup
12565 * xmlGetNsList: reformated, fixed problems if used on Entities
12566
Daniel Veillard2adbb512001-06-28 16:20:36 +000012567Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12568
12569 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12570
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012571Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12572
12573 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12574 * Makefile.am example/Makefile.am: workaround automake generating
12575 erroneous deps
12576
Daniel Veillard12f7d292001-06-28 13:12:11 +000012577Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12578
12579 * include/win32config.h: bug #56801 Yon Derek provided a patch
12580 to the windows config file.
12581
Daniel Veillard87ee9142001-06-28 12:54:16 +000012582Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12583
12584 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12585 libxml.h : Yon Derek provided a set of changes to compile from
12586 CVS on Windows/MSC
12587
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012588Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12589
12590 * parser.c: fixed UTF8 BOM support in push mode
12591 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12592 added a specific testcase
12593
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012594Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * Makefile.am: added --push regression tests
12597 * parserInternals.c: the XML parser segfaulted in --push mode
12598
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012599Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12600
12601 * configure.in: moved the symlinks detection within a CVS
12602 check, this is not portable and will be removed soon.
12603 * xpath.c: small cleanup/speedup
12604
Daniel Veillard11648102001-06-26 16:08:24 +000012605Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12606
12607 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12608 release of 2.3.12
12609 * parser.c: make an error message if unknow entities in all cases
12610
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012611Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12612
12613 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12614
Daniel Veillard23793842001-06-25 16:07:45 +000012615Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12616
12617 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12618 includes were installed in the wrong dir
12619
Daniel Veillardf5498f32001-06-25 15:08:36 +000012620Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12621
12622 * doc/html.xml: warn against sending code to exhibit bugs.
12623
Daniel Veillard56f06462001-06-24 21:34:03 +000012624Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12625
12626 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12627 Tru64 from Thomas Leitner
12628
Daniel Veillardc5d64342001-06-24 12:13:24 +000012629Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12630
12631 * AUTHORS: added William and Bjorn
12632 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12633 daniel@veillard.com hopefully I won't have to do this again
12634 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12635 docs can be rebuilt cleanly now
12636 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12637 from CVs it's generated, added include/libxml/xmlwin32version.h
12638 also generated but which should change far less frequently.
12639 * catalog.c nanoftp.c: made sure to include libxml.h not
12640 libxml/xmlversion.h directly
12641 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12642 when compiling on WIN32 and MSC
12643
Daniel Veillard07385fd2001-06-23 21:55:48 +000012644Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12645
12646 * include/Makefile.am include/libxml/Makefile.am configure.in:
12647 fixed make distcheck and rebuilding the rpms
12648
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012649Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12650
12651 * configure.in: should finish the migration of exported includes
12652 into a real include/libxml in CVS, at least for CVS users.
12653 * removed the exported headers, added in include/libxml (as well
12654 as xmlversion.h.in).
12655
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012656Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12657
12658 * configure.in: fixed the way to detect symlink
12659
Daniel Veillard66541772001-06-23 18:31:04 +000012660Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12661
12662 * configure.in: updated, include/libxml is now a real CVS dir
12663
Daniel Veillardca989762001-06-23 17:39:29 +000012664Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12667 version works with both libxml1 and libxml2 (it autodetects
12668 the prefix of the html-files) from Felix Natter.
12669 * doc/xml.html: updated doc accordingly
12670
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012671Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12672
12673 * xpath.c: fixed the bug generating a template loop in libxslt
12674 when using docbook-xsl-1.4, * should filter out document nodes
12675 * HACKING: added William
12676 * TODO: updated
12677
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012678Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12679
12680 * doc/FAQ.html: added a warning about gcc-3.0
12681 * doc/xml.html: added reference to gdome2 and removed a confusing
12682 sentence
12683
Daniel Veillardf7f41852001-06-22 15:18:01 +000012684Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12685
12686 * xmlversion.h: okay this is a generated file, but Windows
12687 users need it and they can't generate it, and I want CVS
12688 Windows users ...
12689 * win32/libxml2/libxml2_so.dsp: Windows project file for
12690 the shared lib version of libxml2
12691 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12692 resources needed for libxslt/xsltproc by Yon Derek
12693
Bjorn Reese3157b342001-06-22 14:41:45 +000012694Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12695
12696 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12697
Daniel Veillard4151acb2001-06-22 10:48:57 +000012698Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12699
Daniel Veillardcc146db2001-06-22 11:10:52 +000012700 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12701
12702Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12703
Daniel Veillard4151acb2001-06-22 10:48:57 +000012704 * include/win32config.h: Yon Derek provided a first fix
12705 to be able to compile libxslt/xsltproc on Windows
12706
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012707Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12708
12709 * xpath.c: attempt to work around what seemed a gcc optimizer
12710 bug when handling floats on i386 http://veillard.com/gcc.bug
12711 * tree.c entities.c encoding.c: doing some cleanups while
12712 chasing it
12713
Daniel Veillard017b1082001-06-21 11:20:21 +000012714Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12715
12716 * Makefile.am: cleanup when --without-debug is specified
12717 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12718 w.r.t. --without-debug and other include points
12719 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12720 Catalogs
12721 * configure.in entities.h tree.h HTMLparser.c: removed
12722 --without-corba, made the _private field mandatory
12723
Daniel Veillard87a764e2001-06-20 17:41:10 +000012724Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12725
12726 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12727 outputs a BOM in UTF8, an errata has been issued to avoid the
12728 problem, that was the most reasonable solution... Add support
12729 for a leading UTF8 BOM in entities.
12730
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012731Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12732
12733 * valid.c: fixed a bug found when post validating an entity ref
12734 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12735 activate it too
12736
Daniel Veillard39196eb2001-06-19 18:09:42 +000012737Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12738
12739 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12740 weakness in the node copy the XPointer and the XInclude
12741 implementations. Serious cleanup.
12742
Daniel Veillard3739b982001-06-19 12:51:30 +000012743Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12744
12745 * Makefile.am: Kjartan Maraas provided a small patch to
12746 add xml2-config.in to EXTRA_DIST
12747
Daniel Veillarda9142e72001-06-19 11:07:54 +000012748Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12749
12750 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12751 provided another failing case found in KDE, the way the
12752 ctxt->vctxt.nodeTab was allocated and freed changed over
12753 time but it wasn't completely cleaned up. This should fix it.
12754
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012755Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12756
12757 * parser.c: Stephan Kulow also raised the fact that line number
12758 could get miscounted making debug harder, fixed the problem
12759 in xmlParseCharData()
12760
Daniel Veillard64b98c02001-06-17 17:20:21 +000012761Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12762
12763 * valid.c: Stephan Kulow pointed out a problem when validating
12764 and using an empty entity, forgot a 'break' in a case.
12765
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012766Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12767
12768 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12769 * doc/xml.html: updated with 2.3.11
12770
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012771Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12772
12773 * TODO: updated adding cleanup of generated doc
12774 * configure.in: prepared to release 2.3.11
12775 * xmllint.c: added --version for bug reporting
12776 * doc/html/*.html: rebuilt the doc
12777
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012778Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12779
12780 * xpath.c: first part of the work on selecting namespace to
12781 fix bug #56115
12782
Daniel Veillard96ed5832001-06-15 22:22:04 +000012783Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12786 when using -liconv
12787 * TODO: updated
12788
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012789Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12790
12791 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12792 cleanup, encoding support.
12793
Daniel Veillard608ad072001-06-14 08:32:28 +000012794Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12795
12796 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12797
Daniel Veillard239d0522001-06-13 23:02:48 +000012798Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12799
12800 * xpath.c: bug detected by Ankh when / is used as a function arg
12801
Daniel Veillard02bb1702001-06-13 21:11:59 +000012802Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12803
12804 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12805 of element and use it to avoid outputting formatting spaces at
12806 the wrong place. Implemented the format parameter for HTML save.
12807 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12808 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12809 result/HTML/wired.html: of course this impact the result of a
12810 number of HTML tests
12811
Daniel Veillard95d845f2001-06-13 13:48:46 +000012812Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12813
12814 * HTMLtree.[ch]: started augmenting the HTML save API with
12815 encoding and formatting parameters
12816
Daniel Veillardeca60d02001-06-13 07:45:41 +000012817Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12818
12819 * HTMLtree.h: cleanup and started evaluating the work needed on
12820 revamping the HTML output code
12821
Daniel Veillard84666b32001-06-11 17:31:08 +000012822Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12823
12824 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12825
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012826Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12827
12828 * valid.c: fixed bug #56049, forgot one check in the
12829 validation routine
12830
Daniel Veillardca2366a2001-06-11 12:09:01 +000012831Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12832
12833 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12834
Daniel Veillard6761eee2001-06-11 10:29:38 +000012835Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12836
12837 * libxml.h: fixed an error in last commit
12838 * doc/FAQ.html: added an entry for compilation from CVS
12839
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012840Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12841
12842 * xmlversion.h.in libxml.h: Cygwin patches
12843 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12844 * tree.h: cleanup
12845
Daniel Veillardacd370f2001-06-09 17:17:51 +000012846Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12847
12848 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12849 memory block in a strange case where libxml is linked twice
12850 in the binary.
12851
Daniel Veillard1d047672001-06-09 16:41:01 +000012852Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12853
12854 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12855 state far too often, simple fix used to avoid it.
12856
Daniel Veillard4497e692001-06-09 14:19:02 +000012857Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12858
12859 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12860 being processed, applied his patch
12861 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12862
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012863Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12864
12865 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12866 provided fixes to compile on MSCC again
12867 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12868 also provided an update for the project files.
12869
Daniel Veillarda682b212001-06-07 19:59:42 +000012870Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12871
12872 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12873 bug #55810
12874
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012875Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12876
12877 * tree.c: fixed xmlGetNsProp() to close bug #55683
12878 Note this requires libxslt to use it's own function instead.
12879
Daniel Veillardf0c53762001-06-07 16:07:07 +000012880Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12881
12882 * HTMLtree.c: when in a pre element no formatting space should
12883 be added.
12884 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12885
Daniel Veillard068a9652001-06-07 15:30:26 +000012886Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12887
12888 * configure.in: added tests for signal() and signal.h
12889
Daniel Veillard541d6552001-06-07 14:20:01 +000012890Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12891
12892 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12893
Daniel Veillard8a367d42001-06-07 14:01:34 +000012894Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * doc/libxml-doc.el: Felix Natter provided a new version for
12897 libxml2
12898
Daniel Veillard8a926292001-06-07 11:20:20 +000012899Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12900
12901 * HTMLtree.c: when in a pre element no formatting space should
12902 be added.
12903
Daniel Veillard14839d52001-06-06 16:11:56 +000012904Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12905
12906 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12907
Daniel Veillarde95e2392001-06-06 10:46:28 +000012908Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12909
12910 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12911 hack
12912 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12913 * uri.c: fixed a warning
12914
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012915Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12916
12917 * HTMLtree.c: trying to close bug #55772 escaping in script
12918 elements
12919 * doc/xml.html: suggest to send mail to the list
12920
12921Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012922
12923 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12924 good. Use a macro and based on the solution provided in
12925 vsnprintf manual page from GNU.
12926
Bjorn Reese99748722001-06-05 12:49:15 +000012927Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12928
12929 * error.c: Workaround for non-preserving variadic list.
12930 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12931
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012932Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12933
12934 * doc/xml.html: added 2.3.10 release
12935
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012936Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * configure.in: releasing 2.3.10
12939
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012940Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12943
Daniel Veillard20042422001-05-31 18:22:04 +000012944Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * encoding.c: Robert Collins provided a patch to add the
12947 "US-ASCII" encoding alias
12948
Daniel Veillard97ac1312001-05-30 19:14:17 +000012949Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12950
12951 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12952 string oriented functions and started cleaning the related areas
12953 in xpath.c which needed fixing in this respect
12954
Daniel Veillard2d703722001-05-30 18:32:34 +000012955Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12956
12957 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12958 #55380
12959 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12960
Daniel Veillard9403a042001-05-28 11:00:53 +000012961Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12962
12963 * TODO: updated
12964 * nanohttp.[ch] : started adding APIs to get the redirected URL
12965 when this occurs (needed for further base computation
12966 * tree.h: cleanup
12967 * encoding.c: cleanup
12968 * SAX.c: minor change around ctxt->loadsubset
12969
Daniel Veillard6278fb52001-05-25 07:38:41 +000012970Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12971
12972 * Makefile.am include/Makefile.am: small change to have
12973 include/libxml rebuilt if working from CVS.
12974 * uri.c: applied another patch from Carl Douglas for URI escaping,
12975 this should close bug #51876
12976
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012977Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12978
12979 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12980 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12981 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12982 added specific regression test
12983 * parser.h: preparing for the XSLT mode where DTD inherited
12984 attributes are added to the tree.
12985
Daniel Veillardbbd22452001-05-23 12:02:27 +000012986Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12987
12988 * xinclude.[ch]: Updated the namespace for the Last Call version
12989 * result/XInclude/include test/XInclude/include: updated the
12990 testsuite accordingly
12991
Daniel Veillard8514c672001-05-23 10:29:12 +000012992Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12993
12994 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12995 related to bug #51876
12996
Daniel Veillard42596ad2001-05-22 16:57:14 +000012997Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12998
12999 * tree.c: fixed a gross mistake in base computation, xml:base is
13000 not completely correct yet (need cascade).
13001 * xpath.[ch]: added the few things needed to find a function name
13002 and URI from the XPath context when it is called.
13003
Daniel Veillard81418e32001-05-22 15:08:55 +000013004Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13005
13006 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13007 * DOCBparser.c: small cleanup
13008 * xmllint.c: added a --catalogs option to load catalogs from
13009 $SGML_CATALOG_FILES
13010 * tree.c: cleanup
13011 * configure.in: iconv library fixup, ICONV_LIBS
13012
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013013Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13014
13015 * catalog.c: handling of CATALOG entries. detection of recursion,
13016 and a few bugfixes
13017 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13018 against the default namespace
13019
Daniel Veillard04b93292001-05-21 08:15:31 +000013020Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13021
13022 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13023
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013024Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13025
13026 * parser.c: fixed propagation context info when parsing an
13027 external entity.
13028 * doc/html/*.html: regenerated a couple of docs
13029
Daniel Veillard4623acd2001-05-19 15:13:15 +000013030Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13031
13032 * doc/xml.html: update with 2.3.9 informations
13033
Daniel Veillardbed7b052001-05-19 14:59:49 +000013034Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13037 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13038 * doc/html/* : rebuilt the docs
13039 * valid.c: small patch which may improve some case when
13040 validating.
13041
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013042Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13043
13044 * HTMLparser.c: Closed bug #54891
13045 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13046 to the suite
13047
13048Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13049
13050 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13051 applied a documentation patch from LotR and filled in a few missing
13052 descriptions
13053
Daniel Veillard76d66f42001-05-16 21:05:17 +000013054Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13055
13056 * xpath.c tree.c parser.c: speed optimizations at the parser level
13057 document tree freeing and xpath evaluation
13058
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013059Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13060
13061 * parser.c parser.h parserInternals.h: fixed a couple of
13062 interfaces for handling memory buffer input to const char *
13063 upon suggestion of JamesH.
13064
Daniel Veillardc3739e72001-05-15 15:23:27 +000013065Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13066
13067 * configure.in: LoTR sent a patch fixing the previous commit
13068
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013069Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13070
13071 * configure.in: trying to deal again with the stoopid -R linking
13072 flag of Solaris
13073
Daniel Veillard790142b2001-05-15 10:51:53 +000013074Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13075
13076 * xpath.h: two nodeset access macros from Thomas Broyer
13077
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013078Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13079
13080 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13081 patch from Thomas Broyer
13082
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013083Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13084
13085 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13086 case
13087 * INSTALL: was empty added stuff from the FAQ
13088
Daniel Veillard75bea542001-05-11 17:41:21 +000013089Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13090
13091 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13092 attributes handling and #54433 by adding xmlUnsetProp()
13093 and xmlUnsetNsProp()
13094
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013095Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13096
13097 * HTMLparser.c: Patch from Jonas Borgström
13098 (htmlGetEndPriority): New function, returns
13099 the priority of a certain element.
13100 (htmlAutoCloseOnClose): Only close inline elements if they
13101 all have lower or equal priority.
13102 * result/HTML: this of course changed a number of tests results.
13103
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013104Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13105
13106 * xmlIO.c catalog.c: plugged in the default catalog resolution
13107 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13108 documentations
13109 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13110
Daniel Veillarda7374592001-05-10 14:17:55 +000013111Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13112
13113 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13114 integrating catalogs
13115 * catalog.[ch] testCatalog.c: adding a small catalo API
13116 (only SGML catalog support).
13117 * parser.c: restaured xmlKeepBlanksDefault(0) API
13118
Daniel Veillardc17337c2001-05-09 10:51:31 +000013119Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13122
Daniel Veillard257d9102001-05-08 10:41:44 +000013123Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13124
13125 * parser.c: added xmlParseExternalEntityPrivate() to allow
13126 propagation of ctxt->_private when parsing external entities
13127
Daniel Veillard083c2662001-05-08 08:27:14 +000013128Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13129
13130 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13131
Daniel Veillard01ef7382001-05-08 07:31:43 +000013132Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13133
13134 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13135
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013136Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13137
13138 * valid.c: warn when indeterminist content model is detected
13139 * result/VC/ElementValid8: this adds a message
13140 * Makefile.am: add --novalid for VCM tests
13141 * parserInternals.c: added a call to Init memory
13142
Daniel Veillard64269352001-05-04 17:52:34 +000013143Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13146 when both parameters are NULL.
13147
Daniel Veillard37721922001-05-04 15:21:12 +000013148Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13149
13150 * valid.c: applied small patch from Gary Pennington, reindented
13151 some part of the code.
13152
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013153Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13156 release, updated and regenerated the docs
13157
Daniel Veillard357c9602001-05-03 10:49:20 +000013158Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13159
13160 * xpath.c result/XPath/expr/floats : clarified and cleanup
13161 printing of abnormal floats in tests.
13162
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013163Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13166 * results/HTML/ : a few changes in the output of the HTML tests as
13167 a result.
13168 * configure.in: tying to fix -liconv where needed
13169
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013170Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13171
13172 * Makefile.am: fixed a stupid error
13173
Daniel Veillard7150a032001-05-02 16:41:11 +000013174Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13175
13176 * configure.in Makefile.am: make the inclusion of the trio
13177 modules in the library conditional
13178
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013179Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13180
13181 * DOCBparser.c: patche from László Kovács, fixed entities refs
13182 in attributes handling
13183
Daniel Veillardedddff92001-05-02 10:58:52 +000013184Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13187 flushing
13188
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013189Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13190
13191 * xpath.c: fix of an XSLT namespace bug reported on the list
13192 general/bug-8-
13193
Daniel Veillard5792e162001-04-30 17:44:45 +000013194Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13195
13196 * strio.h trio.c: Dan McNichol suggested a couple of small
13197 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13198
Daniel Veillard02141ea2001-04-30 11:46:40 +000013199Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13200
13201 * tree.c parser.c encoding.c: spent a bit more time looking
13202 at the parsing speed and DOM handling. Added a few more
13203 speedups.
13204
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013205Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * parser.c: small but effective parsing speed improvement
13208
Daniel Veillardb59076b2001-04-29 17:04:07 +000013209Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13210
13211 * configure.in: default on the DocBook parser inclusion (for Gnome)
13212 * DOCBparser.h: fixed a header reference
13213
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013214Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13215
13216 * configure.in xpath.c: applied Bjorn patches for FPE on the
13217 alpha
13218
Daniel Veillardeefd4492001-04-28 16:55:50 +000013219Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13220
13221 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13222 xmlSaveFormatFileTo()
13223
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013224Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13225
13226 * xpath.c: simple and efficient optimization, XPath functions
13227 aways bind to the same code, cache this
13228 * TODO: updated (by saying some is obsolete)
13229
Daniel Veillard2156a562001-04-28 12:24:34 +000013230Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13231
13232 * xpath.c: more cleanup work on XPath name parsing routines
13233
Daniel Veillard61d80a22001-04-27 17:13:01 +000013234Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13235
13236 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13237 xmlXPathParseName
13238 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13239 * debugXML.c: avoid compilation problems if compiling without
13240 HTML support, Igor Zlatkovic
13241 * win32/libxml2/libxml2.def.src: being able to compile without
13242 XPath on Windows
13243
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013244Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13245
13246 * libxml.m4: yet another patch from Toshio Kuratomi
13247
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013248Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13249
13250 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13251
Daniel Veillard67fee942001-04-26 18:59:03 +000013252Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13253
13254 * tree.[ch]: added xmlSaveFormatFile interface for saving
13255 and indenting a file.
13256
Daniel Veillard82e49712001-04-26 14:38:03 +000013257Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13258
13259 * xpath.c: fixed bug #53689 related to processing-instruction()
13260
Daniel Veillard02f077a2001-04-26 10:59:11 +000013261Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13262
13263 * DOCBparser.c: patche from László Kovács
13264
Daniel Veillard30211a02001-04-26 09:33:18 +000013265Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13266
13267 * parser.c: applied fixes from Christian Glahn bug report #53391
13268
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013269Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13270
13271 * error.c: Jean François Lecomte provided a complete description
13272 and a fix to bug #53537
13273
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013274Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13275
13276 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13277
Daniel Veillard1034da22001-04-25 19:06:28 +000013278Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13279
13280 * DOCBparser.c SAX.c: a bit more work on entities processing.
13281 Still Need to cleanup XML output and references in attributes
13282
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013283Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13284
13285 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13286
Daniel Veillardb33c2012001-04-25 12:59:04 +000013287Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * tree.c: trying to fix #53574, not completely complete,
13290 I would like xmllint --copy --debug test/ent1 and
13291 xmllint --debug test/ent1 to show the same result.
13292 * xpath.c: fix a bug when trying to sort namespace nodes
13293
Daniel Veillard5146f202001-04-25 10:29:44 +000013294Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13295
13296 * HTMLtree.c: real fix for #53402
13297
Daniel Veillard7533cc82001-04-24 15:52:00 +000013298Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13299
13300 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13301 PIs when using xsl:output
13302 * valid.c: closing #53537 some case generate segfaults if there
13303 is validity errors
13304
Daniel Veillard61b33d52001-04-24 13:55:12 +000013305Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13308 of external parsed entities, added --noent to testDocbook
13309 * valid.c: Garry Pennington found an uninitialized variable
13310 access in xmlValidateElementContent()
13311
Daniel Veillard56098d42001-04-24 12:51:09 +000013312Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13313
13314 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13315 with madness
13316 * result/HTML/ : this modified the result of the regression tests
13317 a lot.
13318
Daniel Veillard122376b2001-04-24 12:12:30 +000013319Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13320
13321 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13322 to doc where it wasn't checked against NULL reported by
13323 Jens Laas
13324
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013325Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13326
13327 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13328 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13329
Daniel Veillardeae522a2001-04-23 13:41:34 +000013330Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13331
13332 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13333 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13334 * SAX.[ch]: cleanup and updates for DocBook
13335 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13336 ex SGML identifier changes
13337 * valid.c: removed a static unused function.
13338
Daniel Veillardde57c612001-04-23 09:13:36 +000013339Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * HTMLtree.c: applied change for Paul Sponagl on script saving
13342 * Makefile.am: the warning about entity title.xml are normal.
13343
Daniel Veillard393df012001-04-22 20:11:18 +000013344Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13345
13346 * configure.in: release of 2.3.7
13347 * Makefile.am: fixing make distcheck
13348
Daniel Veillarda41123c2001-04-22 19:31:20 +000013349Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13350
13351 * doc/html/* doc/xml.html: updated and regenerated the docs
13352
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013353Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13354
13355 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13356
Daniel Veillarde82a9922001-04-22 12:12:58 +000013357Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * tree.c: fixed #53388 with the provided patch
13360
Daniel Veillard06803992001-04-22 10:35:56 +000013361Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * valid.c: Bjorn detected an invalid memory access. Fixed
13364 vstateVPush()
13365
Daniel Veillard40af6492001-04-22 08:50:55 +000013366Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13367
13368 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13369
Bjorn Reese70a9da52001-04-21 16:57:29 +000013370Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13371
13372 * libxml.h: new header used only for the compilation of libxml
13373 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13374 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13375 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13376 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13377 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13378 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13379 baseline (version 1.2 plus a single patch).
13380 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13381 scientific notation for numbers. Tests added.
13382 * xpath.c: formatting of numbers changed to use sprintf
13383 (contribution from William Brack)
13384
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013385Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13386
13387 * valid.c: cleanup, more useful debugging
13388 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13389 * xmlIO.c: entity loading is printed as an error when validating
13390
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013391Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13392
13393 * valid.c: fixed to validate within entities
13394 * test/VCM/v22.xml: added a specific testcase
13395
Daniel Veillardca1f1722001-04-20 15:47:35 +000013396Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13397
13398 * valid.c: forgot an epsilon transition in for ()+
13399 * test/VCM/v21.xml : added a specific test case
13400
Daniel Veillard85349052001-04-20 13:48:21 +000013401Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * valid.c: removed a state explosion exhibited by RSS
13404 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13405 from bug #51872
13406
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013407Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13408
13409 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13410 validation without using an ugly NFA -> DFA algo in the source.
13411 Made a specific algorithm easier to maintain, using a single
13412 stack and without recursion.
13413 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13414 * hash.c: made the growing routine static
13415 * tree.h parser.c: added the parent information to an
13416 xmlElementContent node.
13417
Daniel Veillarde470df72001-04-18 21:41:07 +000013418Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13419
13420 * SAX.c parser.c xpath.c: generating IDs when not validating
13421 from an external parsed entity was poisoning the ID has table
13422 with removed values. This was killing XSLT on the KDE help
13423 browser.
13424
Daniel Veillardceacdd92001-04-18 15:10:35 +000013425Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13426
13427 * entities.h: andrew@ugh.net.au detected a double declaration
13428
Daniel Veillarda10efa82001-04-18 13:09:01 +000013429Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13430
13431 * debugXML.c hash.c tree.h valid.c : some changes related to
13432 the validation suport to improve speed with DocBook
13433 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13434 the way validation errors get reported
13435
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013436Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13439 by P C Chow and William M. Brack for XSLT HTML output
13440
Daniel Veillard2d90de42001-04-16 17:46:18 +000013441Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13442
13443 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13444 Igor Zlatkovic patches for MSC compilation and added his
13445 updates
13446
Daniel Veillarde043ee12001-04-16 14:08:07 +000013447Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13450 prefix lookup.
13451 * parserInternals.c: fixed the bug reported by Morus Walter
13452 due to an off by one typo in xmlStringCurrentChar()
13453
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013454Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13455
13456 * HTMLparser.c result/HTML/*: revamped the way the HTML
13457 parser handles end of tags or end of input
13458
Daniel Veillard82daa812001-04-12 08:55:36 +000013459Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13460
13461 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13462
Daniel Veillard67a21302001-04-11 14:39:16 +000013463Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13466 bug where the linktime verions of free() won't work ...
13467
Daniel Veillard27b55282001-04-11 12:22:25 +000013468Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13469
13470 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13471
Daniel Veillardafc73112001-04-11 11:51:41 +000013472Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * doc/xml.html: added 2.3.6 release
13475
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013476Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13477
13478 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13479 * result/wml.xml: resulted in a small output change
13480
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013481Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13482
13483 * tree.c: xmlNewDoc was missing the charset initialization
13484 * xmllint.c: added --auto to autogenerate a doc, allow to
13485 reproduce the problem fixed on xmlNewDoc
13486
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013487Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13488
13489 * xpath.c: trying to get 52979 solved
13490 * tree.c result/ result/noent/: trying to get 52712 solved, this
13491 also made me clean up the fact that XML output in general should
13492 not add formating blanks by default, this changed the output of
13493 a few tests
13494
Daniel Veillard73639a72001-04-10 14:31:39 +000013495Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13496
13497 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13498
Daniel Veillardfac26a12001-04-08 13:08:14 +000013499Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * configure.in: finally released 2.3.6
13502
Daniel Veillard911f49a2001-04-07 15:39:35 +000013503Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13504
13505 * xpath.c: checking for null pointer generated by new code
13506
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013507Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * xpath.c: fixed a [] evaluation problem reported
13510 * test/XPath/tests/simpleaddr: extended test
13511 * result/XPath/simpleaddr: updated result
13512
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013513Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13514
13515 * xmllint.c: Dan Timis reported a portability problem
13516 on Macs without mmap, fixed it.
13517
Daniel Veillardb38bd552001-04-03 18:22:00 +000013518Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13519
13520 * testXPath.c : added a --tree option allowing to display the
13521 tree dump of the XPath expression
13522
Daniel Veillard4dd93462001-04-02 15:16:19 +000013523Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13524
13525 * xpath.c: fixed a memleak when comparing nodesets
13526 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13527 * tree.c: added a TODO
13528
Daniel Veillard92ad2102001-03-27 12:47:33 +000013529Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13530
13531 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13532 we need string functions
13533 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13534 to be able to use them where needed. Applied some changes
13535 to reduce name linking pollution and compile in only what's
13536 needed.
13537 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13538 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13539 for the string manipulation functions
13540 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13541 to the free() function of xmlmemory.c
13542 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13543 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13544 usage.
13545
13546
Daniel Veillard2be30642001-03-27 00:32:28 +000013547Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13548
13549 * error.c: applied the context output patch of the error
13550 handling submitted by Chuck Griffith
13551 * error/VC/*: this slightly change some error logs
13552
Daniel Veillard50582112001-03-26 22:52:16 +000013553Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13554
13555 * parser.c: fixed line number reporting on error
13556
Daniel Veillard04be4f52001-03-26 21:23:53 +000013557Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13558
13559 * parser.c: Sullivan and Darin found a parser bug,
13560 applied the patch.
13561
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013562Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13563
13564 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13565 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13566 xmlversion.h.in xpointer.c: of course the way I defined
13567 UNUSED breaks on old gcc version. Try to be smart and
13568 also define it directly in xmlversion.h
13569 * configure.in: removed -ansi flag from the pedantic set
13570
13571Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013572 Huge cleanup, I switched to compile with
13573 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13574 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13575 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13576 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13577 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13578 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13579 encoding.h entities.c error.c list.[ch] nanoftp.c
13580 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13581 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13582 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13583 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13584 Cleanup, staticfied a number of non-exported functions,
13585 detected and cleaned up a dozen of problem found this way,
13586 avoided a lot of public function name/typedef/system names clashes
13587 * doc/xml.html: updated
13588 * configure.in: switched private flags to the really pedantic ones.
13589
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013590Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13591
13592 * configure.in: 2.3.5
13593 * doc/html/*: rebuilt the docs
13594
Daniel Veillard146c9122001-03-22 15:22:27 +000013595Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * parser.c: fixed a reported bug in NOTATION parsing
13598 * uri.c: accepted but not fixed bug 51876, added TODO
13599 * Makefile.am: fixed bug 51876
13600
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013601Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * config.h.in configure.in error.c: fix a compilation problem
13604 on platforms without vsnprintf (xml@thewrittenword.com)
13605
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013606Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13607
13608 * parser.c: fixed a function name header typo
13609 * SAX.c: notations can also occur in external subset.
13610
Daniel Veillard7d42b542001-03-20 13:22:46 +000013611Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * error.c: removed a C++ like comment
13614
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013615Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13616
13617 * parser.c: fixing bug 52299 strange condition leading
13618 to a parser crash due to a buffer overflow
13619 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13620 added the specific test case
13621
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013622Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13625 xmlXPathConvert{String,Number,Boolean} to be able to make
13626 type casts without a context stack, fixed some implementation
13627 problems related to the absence of context at parse-time,
13628 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13629 in the public API too
13630 * xpointer.c xpathInternals.h: we need to know at parse time
13631 whether we are compiling an XPointer
13632
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013633Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13634
13635 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13636 cleaned up the parser internals, refactored XPath code, added
13637 new compilation based APIs and cleanly separated public and
13638 private APIs.
13639
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013640Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * xpath.h: the comp field must be added at the end to avoid
13643 killing binary compat.
13644
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013645Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13646
13647 * Makefile.am: detect XPath memleaks in regreson tests
13648 * error.c: fixed and error w.r.t. error reporting still using
13649 stderr
13650 * hash.c: added new line at end of file
13651 * tree.h: minor cleanup
13652 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13653 expression parsing from evaluation, resulted in a number of
13654 changes internally, and in XPointer. Likely to break stuff
13655 using xpathInternals.h but should remain binary compatible,
13656 new interfaces will be added.
13657
Daniel Veillardd574f782001-03-14 19:40:17 +000013658Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * configure.in: fixed a couple of problems reported by
13661 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13662 without gcc on non linux platforms.
13663
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013664Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13667 a fix for --with-html-dir= configure support. I hope it won't
13668 break rpm generation
13669
Daniel Veillarda022fe02001-03-14 16:30:00 +000013670Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * xmlIO.c: one function comment cleanup.
13673
Daniel Veillard25239c12001-03-14 13:56:48 +000013674Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * SAX.c: external subset notations were improperly registered
13677 in the internal subset.
13678
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013679Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13680
13681 * README.cvs-commits: added, pointing to HACKING
13682 * HACKING: updated
13683
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013684Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13685
13686 * parser.c: and Matt Sergeant found one in the XML push
13687 parser (erroneous check I forgot to remove when I fixed the
13688 main parser).
13689
Daniel Veillard68d7b672001-03-12 18:22:04 +000013690Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13691
13692 * xpath.c: ptittom found a small bug in UnaryExpr
13693
Daniel Veillarde356c282001-03-10 12:32:04 +000013694Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13695
13696 * configure.in: bumped to 2.3.4
13697 * error.c: fixed bug #51860
13698 * tree.c: fixed bug #51861
13699 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13700 * tree.[ch] : added xmlDefaultBufferSize
13701 * nanoftp.c: typo in function name header block
13702 * doc/xml.html : updated, added link to XML::LibXSLT
13703 * doc/html/* : rebuilt the docs
13704
Daniel Veillard80f32572001-03-07 19:45:40 +000013705Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * parser.c SAX.c: the new content parsing code raised an
13708 ugly bug in the characters() SAX callback. Found it
13709 just because of strangeness in XSLT XML Rec ouptut :-(
13710
Daniel Veillard6c831202001-03-07 15:57:53 +000013711Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * Makefile.am: Martin Baulig suggested to add -lm
13714 * tree.c: found another bug in xmlNodeGetContent()
13715
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013716Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13717
13718 * xpath.c: Bjorn found the error related to strictness of comparison.
13719
Daniel Veillard29631a82001-03-05 09:49:20 +000013720Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * parser.c: trying to fix the Dtd parsing problem reported
13723 by Gary, side effect of last week speed optimizations.
13724
Daniel Veillard14be0a12001-03-03 18:50:55 +000013725Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13726
13727 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13728 * parserInternals.c: removed unneeded test raised by Stric
13729
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013730Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13731
13732 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13733 and fixed by William Brack). Added xmlXPathFormatNumber.
13734 Changed the sorting slightly.
13735 * configure.in Makefile.am example/Makefile.am: Added -lm.
13736 Please note that applications linking with libxml2, must
13737 also like with the math library from now on.
13738
Daniel Veillardf9533d12001-03-03 10:04:57 +000013739Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13742
Daniel Veillard2f362242001-03-02 17:36:21 +000013743Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * parser.c: one must report spaces even if the Dtd element
13746 content proves that this is not part of the element content.
13747 * result/valid/*.xml: this changed the ouptu slightly
13748
Daniel Veillardb402c072001-03-01 17:28:58 +000013749Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13750
13751 * configure.in: bumped to 2.3.3
13752 * doc/xml.html: updated
13753
Daniel Veillard77851712001-02-27 21:54:07 +000013754Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * tree.c: minor doc fix
13757 * xpath.c: deallocation issues when a result tree has been
13758 converted to a node-set
13759
Daniel Veillardec70e912001-02-26 20:10:45 +000013760Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * doc/xml.html: oops corrected dates s/2000/2001
13763
Daniel Veillard8730c562001-02-26 10:49:57 +000013764Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13765
13766 * valid.c: new patch from Gary Pennington
13767
Daniel Veillard91e9d582001-02-26 07:31:12 +000013768Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13769
13770 * doc/xml.html: applied patch from Ankh
13771
Daniel Veillardedac3c92001-02-26 01:36:19 +000013772Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13773
13774 * xinclude.c: fixed a problem building on Mac
13775
Daniel Veillard21a0f912001-02-25 19:54:14 +000013776Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * parser.c: more work on increasing parsing ferformances
13779
Daniel Veillard48b2f892001-02-25 16:11:03 +000013780Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13783 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13784 avoiding memcpy in production builds MEM_CLEANUP macro use
13785 * parser.[ch] parserInternals.c: optimizations of the tightest
13786 internal loops inside the parser. Better checking of I/O
13787 flushing/loading conditions
13788 * xmllint.c : added --timing
13789
Daniel Veillard71681102001-02-24 17:48:53 +000013790Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13791
13792 * configure.in: bumped to 2.3.2
13793 * doc/xml.html: updated for release
13794
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013795Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * xpath.c: found a memleak and fixed a nasty bug
13798
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013799Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13800
13801 * xmllint.[c1] : added return code errors for xmllint
13802 * xpath.c: specific debug dump function for result value trees
13803
Daniel Veillard4b637072001-02-21 21:52:55 +000013804Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * xpath.c: finally implemented xmlXPathCompareNodeSets
13807 * test/XPath/expr/floats results/XPath/expr/floats: added
13808 a test for float expressions
13809
Daniel Veillardf714aa32001-02-21 03:07:44 +000013810Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13811
13812 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13813 * parserInternals.[ch]: trying to speed up parsing
13814 * xpath.c : speeded up node set equality op
13815
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013816Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13819 better handling of ID/IDREF and the list modules associated
13820 * configure.in: small CFLAGS cleanup
13821
Daniel Veillarda8abee62001-02-19 15:14:59 +000013822Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13823
13824 * configure.in: fixed iconv detection on AIX (stric)
13825
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013826Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013827
13828 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13829
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013830Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13831
13832 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13833 and optimized xmlXPathNodeSetSort
13834
Daniel Veillard142adbf2001-02-17 13:21:05 +000013835Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * xpath.c: bug fix when context size is 0
13838 * parser.c: I like Norm's Dtd because they still manage to break
13839 the parser occasionally
13840
Daniel Veillardf23e0092001-02-16 13:21:29 +000013841Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13844
Daniel Veillarde0e26512001-02-16 00:11:46 +000013845Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13848 attributes within the XML-1.0 namespace
13849
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013850Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13851
13852 * xpathInternals.h: exported a few axis functions
13853 * doc/xml.html: updated the doc
13854
Daniel Veillard760f4422001-02-15 14:59:48 +000013855Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * configure.in: applied patch from Daniel van Balen for OpenBSD
13858 and bumped version to 2.3.1
13859 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13860 attempt to find autoclosing was simply broken, removed it,
13861 updated the examples, this is better
13862
Daniel Veillardd194dd22001-02-14 10:37:43 +000013863Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13866 hash functionnalities.
13867 * doc/html/* : rebuild the doc
13868
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013869Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13872 on predicate
13873 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13874 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13875 really want to have tags closed on output even if we accept
13876 unclosed ones on input
13877
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013878Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13879
13880 * xpath.c: ouch don't free NULL, rare case fixed
13881 * tree.c: don't coalesce text nodes if they don't have the
13882 same behaviour wrt escaping on output
13883
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013884Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13885
13886 * xpath.c: small fixup
13887 * SAX.c: don't warn on empty namespaces.
13888
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013889Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13890
13891 * README: a bit of cleanup
13892 * configure.in: preparing for 2.3.0 release
13893
Daniel Veillard1f83d392001-02-08 09:37:42 +000013894Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13895
13896 * hash.[ch]: added a first version of xmlHashSize()
13897 * valid.c: another bug fix from Gary Pennington
13898
Daniel Veillard5eef6222001-02-07 18:24:48 +000013899Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13900
13901 * valid.c: couple of bug fixes pointed by Gary Pennington
13902 * HTMLtree.c: #if 0 cleanup
13903
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013904Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13905
13906 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13907 which removes a time consuming check of xmlXPathNodeSetAdd()
13908 and use it in places where we are sure to not break unicity
13909
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013910Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13911
13912 * xpath.c: bug fixes found from XSLT
13913 * tree.c: preserve node->name special values when copying nodes.
13914 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13915 external subset are fetched when available but without full
13916 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13917 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13918 output with encoding disabled.
13919
Daniel Veillard2c833b62001-02-03 08:52:06 +000013920Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13921
13922 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13923 xmlCheckFilename should not be called from xmlFileOpenW
13924 and xmlGzfileOpenW
13925
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013926Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13929 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13930 added the new tests for URI normalization
13931 * testURI.c: fixed stoopid bugs
13932 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13933 the URI in the error messages are now properly normalized
13934
Daniel Veillardea28ce62001-02-02 08:20:19 +000013935Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13938
Daniel Veillarde99a4762001-02-01 04:34:35 +000013939Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13940
13941 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13942
Daniel Veillard2b325a02001-01-31 20:46:31 +000013943Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * xpath.c: fixed mod operator
13946
Daniel Veillardde55cf62001-01-31 15:53:13 +000013947Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13948
13949 * parser.c: fixed xmlStrcat doc
13950 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13951 trees.
13952
Daniel Veillard2f913b72001-01-31 13:23:49 +000013953Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13954
13955 * xpath.c result/XPath/tests/chaptersbase
13956 result/XPath/tests/simplebase: fixed XPath node()
13957 * tree.c: small fix in xmlNewNs()
13958 * Makefile.am: removed extraneous xml2Conf.sh rule
13959
Daniel Veillardb42042b2001-01-28 07:40:36 +000013960Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13961
13962 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13963 Changed the library name, in order to get libxml-devel and
13964 libxml2-devel to coexist on a single system
13965 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13966 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13967
Daniel Veillardee0a4662001-01-27 18:59:33 +000013968Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13971 libxml2-devel installable in // as libxml-devel.
13972
Daniel Veillard5eb05942001-01-27 17:50:22 +000013973Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13974
13975 * doc/Makefile.am: fixed make rebuild in doc
13976 * doc/html/*.html: rebuilt the docs
13977
Daniel Veillard65c295d2001-01-26 09:32:39 +000013978Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13981
Daniel Veillard8e199902001-01-25 18:54:39 +000013982Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13985 the HTML doc to go into the -devel RPM ...
13986 * aclocal.m4 config.h.in: some updates due to auto* magic
13987
Daniel Veillard93086662001-01-25 18:13:04 +000013988Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13989
13990 * xpath.h: added a hook in the context structure allowing to
13991 link to extra support, needed for XSLT
13992
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013993Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13996 xmlXPtrCmpPoints to use it.
13997 * propagated the following patch from Alejandro Forero
13998 * include/win32config.h xmlIO.c: applied further suggestions
13999 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14000 * example/gjobread.c: fixed warnings, now that it builds
14001
14002Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14003
14004 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14005
14006 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14007 filename points to a valid file (not a directory).
14008 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14009 Added calls to xmlCheckFilenameDir.
14010
14011 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14012 `path' (rather than `filename') as the parameter to gzopen and open.
14013
Daniel Veillard48177c22001-01-23 15:27:41 +000014014Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14015
14016 * Makefile.am: fixed a problem with EXTRA_DIST
14017
Daniel Veillardb83ba402001-01-22 22:45:10 +000014018Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * Makefile.am example/Makefile.am: finally found the trick
14021 to build the example, i.e. add "." in SUBDIRS before example
14022 in the list <grin/>
14023
Daniel Veillard82687162001-01-22 15:32:01 +000014024Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * doc/xml.html: updated with an XSLT section, removed pointer to
14027 W3C CVS base.
14028
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014029Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14030
14031 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14032 too, and deallocation need to occur the same way.
14033
Daniel Veillarde4566462001-01-22 09:58:39 +000014034Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14035
14036 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14037 type correponding to an XSLT result tree fragment. Share most
14038 of the data format with node set, as well as operators.
14039 * HTMLtree.c: added a newline at the end of the doctype output
14040 whe this one is not present initially.
14041 * tree.c: make sure taht the parent and doc pointers are properly
14042 set when copying attributes (lists).
14043
Daniel Veillard701c7362001-01-21 09:48:59 +000014044Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14045
14046 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14047
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014048Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14049
14050 * xpath.c: seems I finally killed that ugly path evaluation
14051 context bug (tagged 9999 in case is is wrong)
14052
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014053Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14056 for XSLT
14057
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014058Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14061 for xmlGzfileOpen() bug
14062
Daniel Veillardf6eea272001-01-18 12:17:12 +000014063Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14064
14065 * xpath.c: removed an error found by XSLT usage
14066 * tree.c parserInternals.h: use a predefined static string
14067 for text and comment nodes, avoid freeing them in xmlFreeNode,
14068 exported the string name in parserInternals.h and added
14069 another value to disable encoding at output (for XSLT),
14070 gain memory, time.
14071
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014072Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14075 win32/libxml2/libxml2_so.dsp: new makefiles and update
14076 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14077
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014078Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14079
14080 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14081 Gary Pennington
14082
Daniel Veillard389e6b72001-01-15 19:41:13 +000014083Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * xpath.c: fixed the comaprision of values and nodelists,
14086 need to compare nodelist still ...
14087 * debugXML.c: avoided a possible core dump
14088 * HTMLparser.c: cleanup
14089 * nanohttp.c: contributed fix.
14090 * tree.c: fixes in properties handling added xmlSetNsProp
14091 needed by libxslt
14092 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14093 comment
14094 * TODO: updated
14095
Daniel Veillard167bd532001-01-06 21:09:34 +000014096Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14097
14098 * parser.c parserInternals.c: applied Bjorn Reese optimization
14099 patch
14100
14101Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * Makefile.am: applied patch fro make check from Martin Vidner
14104
Daniel Veillard503b8932001-01-05 06:36:31 +000014105Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14106
14107 * configure.in: preparing 2.2.11
14108 * doc/html/*: rebuild the HTML files
14109 * doc/xml.html : updated
14110
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014111Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14112
14113 * tree.c: fixed a stupid bug
14114 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14115 patches related to validation of an XInclude processing result
14116 * TODO: updated
14117
Daniel Veillarde2488192001-01-04 10:54:22 +000014118Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14121 on large files
14122
Daniel Veillardf060a412001-01-03 20:52:44 +000014123Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14126
Daniel Veillard45cff692001-01-03 18:02:04 +000014127Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14128
14129 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14130 reported by Jonas Borgström
14131 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14132
Daniel Veillard08108982001-01-03 15:24:58 +000014133Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14134
14135 * testXPath.c xpath.c: fixing the XPath union expressions problem
14136 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14137
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014138Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14139
14140 * xmllint.c: Made is so if the file name is "-" is will read form
14141 standard input. Sven Heinicke <sven@zen.org>
14142 * tree.c: fixed a problem when growing buffer
14143 * tree.h: fixed the comment of the node types following andersca
14144 comment
14145 * TODO: updated
14146
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014147Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14148
14149 * HTMLparser.[ch]: added a way to avoid adding automatically
14150 omitted tags. htmlHandleOmittedElem() allows to change the
14151 default handling.
14152 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14153 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14154 of xmllint too when using --memory flag, added a memory test
14155 suite at the Makefile level.
14156 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14157 with namespace use when encountering QNames in XPath evalation,
14158 added xmlns() scheme in XPointer.
14159 * nanoftp.c : incorporated a fix
14160 * parser.c xmlIO.c: fixed problems raised with encoding when using
14161 the memory I/O
14162 * parserInternals.c: closed bug 25934 reported by
14163 torsten.landschoff@innominate.de
14164 * TODO: updated
14165
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014166Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14167
14168 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14169 on a non-updated tree :-(, made a 2.2.10 release to correct the
14170 situation
14171
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014172Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14173
14174 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14175 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14176 integrated a set of OpenVMS changes from Howard Taylor
14177 <Howard.Taylor@pacoast.com>
14178
Daniel Veillard58770e72000-11-25 00:48:47 +000014179Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14180
14181 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14182 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14183
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014184Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14185
14186 * HTMLparser.c: some fixes on auto-open of html/head/body
14187 * encoding.c: fixed a compilation error on some gcc env
14188 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14189 XPointer implementation
14190 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14191 related XPointer tests and associated results
14192
Daniel Veillard300f7d62000-11-24 13:04:04 +000014193Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14194
14195 * doc/xmldtd.html doc/xml.html: following a short step by step
14196 guidance on IRC to help maciej with DTDs I started a small
14197 page on the subject.
14198
Daniel Veillard748e45d2000-11-17 16:36:08 +000014199Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14200
14201 * HTMLparser.c: fixed handling of broken charrefs
14202 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14203 patches
14204
Daniel Veillard28929b22000-11-13 18:22:49 +000014205Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14206
14207 * doc/xml.html doc/html/* : rebuilt the docs after adding
14208 xinclude and updated page for 2.2.7 and 2.2.8
14209 * configure.in: releasing 2.2.8
14210
Daniel Veillard41e06512000-11-13 11:47:47 +000014211Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14212
14213 * parser.[ch] parserInternals.c: applied the conditional
14214 section processing fix from Jonathan P Springer
14215 <jonathan.springer2@gte.net>
14216 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14217 project file, fixed iconv default non support
14218 * xpath.c: fixed the problem of evaluating relative expressions
14219 when a node context is provided.
14220
Daniel Veillardbf432752000-11-12 15:56:56 +000014221Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14222
14223 * nanoftp.c: fixed gcc 2.95 new warnings
14224 * SAX.c: fixed a stupid bug
14225 * tree.c: fixed a formatting problem when round-tripping
14226 from/to memory
14227 * xinclude.c: chased memleak, fixed a base problem
14228 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14229 xmlXPtrBuildNodeList()
14230 * TODO: updated
14231 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14232 adding a first small set of regression tests for XInclude
14233
Daniel Veillardc2def842000-11-07 14:21:01 +000014234Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14235
14236 * nanohttp.[ch]: applied Wayne Davison patches to access
14237 the WWW-Authorization header.
14238 * parser.c: Closed Bug#30847: Problems when switching encoding
14239 in short files by applying Simon Berg's patch.
14240 * valid.c: fixed a validation problem
14241 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14242 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14243 Wayne Davison
14244 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14245 need to be extended to non full nodes selections.
14246 * xinclude.c: starts to work decently
14247
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014248Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14249
14250 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14251 debugXML.c xmlversion.h.in: Started adding XInclude support,
14252 this is a new xmllint option
14253 * tree.c xpath.c: applied TOM patches for XPath
14254 * xpointer.c: fixed a couple of errors.
14255 * uri.c: added an escaping function needed for xinclude
14256 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14257 new warning from RH70 gcc's version
14258
Daniel Veillarda4964b72000-10-31 18:23:44 +000014259Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14260
14261 * HTMLparser.c: fixed loop on invalid char in scripts
14262 * parser.c: update to description of xmlIOParseDTD()
14263 * libxml.m4 xmlversion.h.in: changes contributed by
14264 Michael Schmeing <m.schmeing@internet-factory.de>
14265 * configure.in: preparing for 2.2.7
14266 * Makefile.am: trying to avoid config.h and acconfig.h
14267 being included in the distrib
14268 * configure.in: released 2.2.7
14269
14270Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14271
14272 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14273 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14274
Daniel Veillard01411222000-10-30 15:33:22 +000014275Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14276
14277 * parser.[ch]: added xmlIOParseDTD()
14278 * xpointer.c: added support for the 2 extra parameters of
14279 string-range, fixed a stoopid error when '0' was present
14280 in XPointer expressions
14281 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14282 testsuite for the above
14283
Daniel Veillard6db58192000-10-30 09:27:53 +000014284Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14285
14286 * libxml.spec.in: improved package descriptions
14287
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014288Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14289
14290 * xpath.c xpathInternals.h: applied a large cleaning patch
14291 from TOM <ptittom@free.fr>, it also add namespace support
14292 for function and variables registration.
14293
Daniel Veillardbd20df72000-10-29 17:53:40 +000014294Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14295
14296 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14297 * Makefile.mingw: Wayne Davison's update adding hash.c
14298
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014299Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * xpath.c: fixed the root evaluation problems
14302 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14303 ignorable spaces with <b> <bold> <em>
14304 * tree.c: fixed a loop in xmlSearchNsByHref()
14305
Daniel Veillard767662d2000-10-27 17:04:52 +000014306Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14307
14308 * xpath.c: applied another XPath patch from TOM
14309 * xpath.c include/makefile.am: applied another patch from
14310 china@thewrittenword.com (cleanup on IRIX).
14311
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014312Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14313
14314 * xml-config.1: received a fixed version from Fredrik Hallenberg
14315 <hallon@lysator.liu.se>
14316
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014317Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14318
14319 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14320 cleanup patch for XPath
14321
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014322Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14323
14324 * patched to redirrect all "out of context" error messages to
14325 a reconfigurable routine. The changes are:
14326 * xmlerror.h : added the export of an error context type (void *)
14327 an error handler type xmlGenericErrorFunc there is an interface
14328 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14329 to reset the error handling routine and its argument
14330 (by default it's equivalent to respectively fprintf and stderr.
14331 * all the c files: all wild accesses to stderr or stdout within
14332 the library have been replaced to calls to the handler.
14333
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014334Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14335
14336 * configure.in: release 2.2.6
14337 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14338 exporting the inner functions of xpath for extension modules
14339 * doc/*: updated and rebuilt the doc
14340
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014341Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14342
14343 * nanohttp.c : applied Wayne HTTP cleanup patch
14344 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14345 and xmlNodeSetSpacePreserve()
14346
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014347Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14348
14349 * xpath.c: closing bug #29260
14350
Daniel Veillard126f2792000-10-24 17:10:12 +000014351Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14352
14353 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14354 multikey tuples, made hash structure opaque
14355 * valid.[ch]: moved elements, attributes, notations decalarations
14356 as well as ID and refs to hash tables.
14357 * entities.c: hash cleanup
14358 * xmlmemory.c: fixed a dump problem in debug mode
14359 * include/Makefile.am: problem passing in DESTDIR= values patch
14360 from Marc Christensen <marc@calderasystems.com>
14361 * nanohttp.c: removed debugging remains
14362 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14363 * HTMLparser.c parser.c: fixing a number of problems with the
14364 macros in the *parser.c files (Wayne).
14365 * HTMLparser.c: close the previous option when opening a new one
14366 (Marc Sanfacon).
14367 * result/HTML/*: updated the HTML results accordingly
14368
Daniel Veillard52afe802000-10-22 16:56:02 +000014369Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14370
14371 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14372 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14373 XPath functions and XML entities table to them. More to come...
14374 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14375
Daniel Veillard683cb022000-10-22 12:04:13 +000014376Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14377
14378 * tree.c: coalesce adjacent text nodes
14379 * valid.c: handling of blank nodes in DTd validation (raised
14380 by problems with a posteriori validation).
14381 * nanohttp.c: changing behaviour on HTTP write stuff.
14382 * HTMLtree.c: forced body and html to be explicitely closed.
14383 * xpath.h: exported more XPath functions.
14384
Daniel Veillard1baf4122000-10-15 20:38:39 +000014385Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14386
14387 * Release of 2.2.5
14388 * xpointer.c: range() range-inside and other helper functions
14389 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14390
Daniel Veillard47e12f22000-10-15 14:24:25 +000014391Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14392
14393 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14394 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14395
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014396Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14397
14398 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14399 and XPointer modules
14400
Daniel Veillard134c9f32000-10-15 10:27:08 +000014401Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14402
14403 * SAX.h: closed #25107
14404
Daniel Veillard39915622000-10-15 10:06:55 +000014405Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14406
14407 * testSAX.c: fixed problem with cdata reporting
14408 * SAXresult/* : updated
14409
Daniel Veillard1e851392000-10-15 10:02:56 +000014410Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14411
14412 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14413 Closed bug #27499, added to regression tests
14414 * TODO: updated
14415
Daniel Veillard7eda8452000-10-14 23:38:43 +000014416Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14417
14418 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14419 support for SCRIPT and STYLE with help from Bjorn Reese
14420 * test/HTML/* result/HTML/*: added simple testcase and updated
14421 the existing ones.
14422
Daniel Veillardff9c3302000-10-13 16:38:25 +000014423Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14426 string-range for empty strings
14427 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14428 test/XPath/xptr/strrange: augmented the XPointer testsuite
14429
Daniel Veillard189446d2000-10-13 10:23:06 +000014430Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14431
14432 * doc/xml.html doc/xmlmem.html: added a module describing memory
14433 interfaces and use, updated the main page.
14434
Daniel Veillard2f971a22000-10-12 23:26:32 +000014435Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14436
14437 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14438 nanoftp code work on Windows too now
14439
14440Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014441
14442 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14443 * xpointer.c: implemented string-range() at least a good first version
14444 * test/XPath/docs/str test/XPath/xptr/strrange
14445 result/XPath/xptr/strrange: the string-range() tests
14446
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014447Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14448
14449 * Makefile.am include/Makefile.am include/win32config.h
14450 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14451 and make distcheck
14452
Daniel Veillard19d61112000-10-11 23:50:35 +000014453Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14454
14455 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14456 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14457 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14458
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014459Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14460
14461 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14462 patch for socklen_t detection by
14463 Albert Chin-A-Young <china@thewrittenword.com>
14464
Daniel Veillardcd429612000-10-11 15:57:05 +000014465Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14466
14467 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14468 and added a --dtdvalid option to xmllint used to test it
14469
Daniel Veillard47c02452000-10-11 13:04:36 +000014470Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14471
14472 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14473 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14474
Daniel Veillard2d38f042000-10-11 10:54:10 +000014475Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14476
14477 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14478 handlings (registration, lookup, cleanup)
14479
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014480Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14481
14482 * configure.in Makefile.am include/makefile.am: adding XPointer
14483 and XPtrtests target
14484 * xpointer.[ch] : new files for XPointer support
14485 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14486 more XPath tests
14487
Daniel Veillard57fda592000-10-10 23:24:14 +000014488Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14489
14490 * configure.in: fixed, very broken, make distcheck works again
14491
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014492Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14493
14494 * More work toward 2.2.5, integrated a number of patches
14495 * configure.in Makefile.am win32config.h.in: trying to cleanup
14496 make distcheck .... huh ...
14497 * include/Makefile.am include/win32config.h: new directory
14498 for includes
14499 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14500 updated teh makefiles and instructions for WIN32
14501 * xpath.c: small fixes
14502 * test/XPath/ results/XPath: updated the testcases and results
14503 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14504 suggested patches
14505 * valid.c: fixed an ID bug
14506
Daniel Veillardb71379b2000-10-09 12:30:39 +000014507Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14508
14509 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014510 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014511 * xpath.[ch]: worked on XPointer
14512
Daniel Veillard7e99c632000-10-06 12:59:53 +000014513Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14514
14515 * configure.in Makefile.am: 2.2.5, ship the include in an
14516 include/libxml subdirectory, use symlinks when using CVS
14517 * testSAX.c: fixed small bug
14518 * testXPath.c: changed the way testfiles are parsed
14519 * debugXML.c: same kind of cleanup when parsing an argument expression
14520 XPath/XPointers can have blanks embedded
14521 * xpath.[ch]: more cleanup, reorgs for XPointer work
14522 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14523 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14524
Daniel Veillard55b91f22000-10-05 16:30:11 +000014525Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14526
14527 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14528 in the XPath engine, rewrote large parts of it, now it's far
14529 cleaner and in sync with the REC not an old WD. Fixed a parsing
14530 problem in the interactive XML shell found when testing XPath.
14531
Daniel Veillardac260302000-10-04 13:33:43 +000014532Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14533
14534 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14535 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14536 examples with the extra test
14537
Daniel Veillard7cfce322000-10-04 12:40:27 +000014538Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14539
14540 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14541 the global init function.
14542
Daniel Veillard970112a2000-10-03 09:33:21 +000014543Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * HTMLparser.c: Doohhh, attribute name parsing was still case
14546 sensitive ! Fixed this ...
14547 * result/HTML/* : updated the tests results accordingly
14548
Daniel Veillard740abf52000-10-02 23:04:54 +000014549Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14550
14551 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14552 engine, should be far more stable, incorporated a new version of
14553 preceding/following axis, need testing
14554 * uri.c: fixed file:///c:/a/b/c problem
14555 * test/XPath/tests/idsimple: augmented the XPath tests
14556
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014557Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * doc/* rebuilding docs for 2.2.4 release
14560
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014561Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14562
14563 * configure.in: releasing 2.2.4
14564 * parser.[ch]: added xmlStrEqual()
14565 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14566 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14567 use xmlStrEqual instead
14568 * TODO: updated
14569 * added an XPath test
14570
Daniel Veillardbc765302000-10-01 18:23:35 +000014571Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14572
14573 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14574 * entities.h: exported xmlInitializePredefinedEntities
14575 * parser.[ch] : added xmlInitParser()
14576 * parserInternals.h : had to export htmlInitAutoClose()
14577
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014578Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14581 problems
14582 * Makefile.am : added XPath regression tests to normal tests
14583 * uri.c: fixed a problem with local paths, cleanup
14584 * parser.c: fixed a problem with large CData sections
14585
Daniel Veillardd2ade932000-09-30 14:39:55 +000014586Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14587
14588 * configure.in xml-config.in: patch from "Ben Taylor"
14589 <sol7x86@hotmail.com> for solaris shared libs lookup
14590
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000145912000-09-30 Martin Baulig <baulig@suse.de>
14592
14593 * libxml-2.0.pc.in: Provide pkg-config script.
14594
14595 * configure.in: Create the libxml-2.0.pc script from the
14596 libxml-2.0.pc.in templates.
14597 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014598 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014599
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014600Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14601
14602 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14603 when compiling with MSC
14604
Daniel Veillard46057e12000-09-24 18:49:59 +000014605Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14606
14607 * xpath.c: patch for normalize-string() substring-before(),
14608 substring-after() and translate() functions from Bjorn Reese
14609 <breese@mail1.stofanet.dk>
14610 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14611 Fredrik Hallenberg <hallon@lysator.liu.se>
14612 * TODO: updated
14613
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014614Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14615
14616 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14617 problem of socklen_t being undefined on a number of platforms
14618 * debugXML.c: fixed a compilation problem when without snprintf
14619
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014620Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14621
14622 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14623 an URI bug and a fix for the control-character-induced infinite loop
14624 * nanohttp.c: preventive fix for compiling on WIN32
14625
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014626Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14627
14628 * xmlint.c: closing bug #25000
14629
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014630Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14631
14632 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14633 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14634 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14635 related function, fixing xmlStrncmp(), and associated cleanup
14636 * result/HTML/entities.html.sax: updating result
14637
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014638Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14639
14640 * uri.c: applied patch for URI escaping from Wayne Davison
14641 <wayned@blorf.net>
14642 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14643 from Denis Barbier <barbier@imacs.polytechnique.fr>
14644 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14645 patch from Wayne Davison
14646
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014647Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14648
14649 * doc/xml.html : updated with new releases, adding "how to help"
14650
Daniel Veillard04698d92000-09-17 16:00:22 +000014651Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14652
14653 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14654 removed a few warnings in pedantic mode ...
14655 * parserInternals.c parser.c: moved encoding switching function
14656 to parserInternals.c
14657 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14658
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014659Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14660
14661 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14662 error or warning handlers
14663
Daniel Veillardb1059e22000-09-16 14:02:43 +000014664Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14665
14666 * parserInternals.c parserInternals.h parser.c Makefile.am:
14667 created a new module parserInternals.c, moved most of the
14668 code shared by the various parsers there, as well as
14669 deprecated code from parser.c. More cleanup of parser.c
14670 * uri.c: fixed a problem when URI is NULL
14671 * valid.c: speedup when looking for an attribute declaration
14672
Daniel Veillard39c7d712000-09-10 16:14:55 +000014673Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14674
14675 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14676 the cleanup of the computation of URI references when seeking
14677 external entities. The URI reference string and the resulting
14678 URI are both stored now.
14679 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14680 large s(n)printf checks and cleanup from Denis Barbier
14681 <barbier@imacs.polytechnique.fr>
14682 * xmlversion.h.in tree.h: couple of SGML declarations for a
14683 possible docbook module.
14684 * result/VC/ : a couple of test output changed due to the change
14685 of the entities URI
14686
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014687Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14688
14689 * parser.h: added a _private field for linking user's data
14690
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014691Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * parser.c parserInternals.h: demacroified most of the IS_XXX
14694 the gain in size is significant so ...
14695
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014696Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14697
14698 * entities.c: cases where looking up entities with doc==NULL
14699 covered
14700
Daniel Veillard90e11312000-09-05 10:42:32 +000014701Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14702
Daniel Veillard1de50802000-09-07 08:54:32 +000014703 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014704 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14705
Daniel Veillard98a79162000-09-04 11:15:39 +000014706Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14707
Daniel Veillard1de50802000-09-07 08:54:32 +000014708 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014709 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14710 * Makefile.in: added URItest and included thenin "make tests"
14711
14712Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014713
14714 * xmlversion.h.in: closed bug 22941
14715
Daniel Veillard2bb89092000-08-31 14:57:50 +000014716Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14717
14718 * doc/xmlio.html: added doc and example for entity loader
14719 redefinition.
14720
Daniel Veillard96984452000-08-31 13:50:12 +000014721Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14722
14723 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14724 used by libxml
14725
Daniel Veillarde715dd22000-08-29 18:29:38 +000014726Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14727
14728 * parser.c: Fixed bug on invalid ontent characters and when using
14729 push.
14730 * xmllint.c: fixed xmllint endling of errors in push mode
14731
Daniel Veillard4948eb42000-08-29 09:41:15 +000014732Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14733
14734 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014735 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014736 * result/HTML/*.sax: regenerated HTML SAX output
14737 * parser.c: more cleanup.
14738
Daniel Veillarde010c172000-08-28 10:04:51 +000014739Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14740
14741 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014742 patches from Wayne Davison <wayned@users.sourceforge.net>,
14743 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014744 * HTMLparser.c: fixed an ignorable white space detection bug
14745 occuring when parsing with SAX only
14746 * result/HTML/*.sax: updated since the output is now HTML
14747 encoded...
14748
Daniel Veillard47f3f312000-08-27 22:40:15 +000014749Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14750
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014751 * HTMLparser.[ch]: applied some of Wayne Davison
14752 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014753
Daniel Veillarde0854c32000-08-27 21:12:29 +000014754Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14755
14756 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14757 undeclared namespace prefix was used, added a warning.
14758 Cleaned up support w.r.t. entities, spilling out a warning
14759 and being pedantic on lookups.
14760 * test/warning/ent9 : added testcase for previous example.
14761 * TODO: updated
14762 * parserInternals.h parser.c: changed the way names are parsed
14763 now allow infinite size and decrease penalty for normal use
14764 * parser.c: Started a big cleanup/check of the parser code,
14765 fixed some of the most tortuous entity code, spotted code
14766 unused anymore
14767 * test/*: added tests for very long names and related nasty
14768 things.
14769
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014770Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14771
14772 * doc/encoding.html: added encoding aliases doc
14773 * doc/xml.html: updates
14774 * encoding.[ch]: added EncodingAliases functions
14775 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14776 bottleneck affecting large DTDs like Docbook
14777 * parser.[ch] xmllint.c: added a pedantic option, will be
14778 useful
14779 * SAX.c: redefinition of entities is reported in pedantic mode
14780 * testHTML.c: uninitialized warning from gcc
14781 * uri.c: fixed a couple of bugs
14782 * TODO: added issue raised by Michael
14783
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014784Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14785
14786 * doc/encoding.html: propagated Martin Duerst suggestions
14787
Daniel Veillard52402ce2000-08-22 23:36:12 +000014788Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14789
14790 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14791 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14792 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14793 by Wayne Davison
14794
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014795Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14796
14797 * nanoftp.c nanohttp.c: small cleanup
14798 * TODO: updated
14799
Daniel Veillard244ece92000-08-19 20:58:02 +000014800Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14801
14802 * added an old VC testcase and updated title.xml entity
14803
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014804Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14807 done on auto-opening of <p> tags and cleanup of SAX output
14808
Daniel Veillard979e55e2000-08-19 16:48:54 +000014809Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14810
14811 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14812
Daniel Veillard4540be42000-08-19 16:40:28 +000014813Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14814
14815 * doc/xml.html libxml.* structure.*: updated the doc a bit
14816
Daniel Veillard808a3f12000-08-17 13:50:51 +000014817Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14818
14819 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14820 of SAX tests
14821
Daniel Veillard29579362000-08-14 17:57:48 +000014822Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14823
14824 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14825 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14826
Daniel Veillard1255ab72000-08-14 15:13:33 +000014827Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14828
14829 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14830 * testHTML.c: fix core dump on Solaris 2.x systems
14831 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14832 * result/HTML/*.sax: previous bug fix lead to new results
14833
Daniel Veillard03109292000-08-14 14:58:22 +000014834Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14835
14836 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14837 * configure.in: added --with-readline=DIR to accept alternate
14838 path for readline include/library
14839 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14840 for ANSI under HP-UX
14841 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14842 includes @LIBS@
14843
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014844Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * doc/* : rebuilt the docs
14847 * getting ready for 2.2.2 release
14848
Daniel Veillard87b95392000-08-12 21:12:04 +000014849Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
14851 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14852 and xmlAddFeature()
14853 * tree.[ch]: added xmlAddChildList()
14854 * xmllint.c: MAP_FAILED macro test
14855 * parser.h: added xmlParseCtxtExternalEntity()
14856 * valid.c: applied bug fixes removed warning
14857 * tree.c: added CDATA block to elements content
14858 * testSAX.c: cleanup of output
14859 * testHTML.c: added SAX testing
14860 * encoding.c: better error recovery
14861 * SAX.c, parser.c: fixed one of the external entity processing
14862 of the OASis testsuite
14863 * Makefile.am: added HTML SAX regression tests
14864 * configure.in: bumped to 2.2.2
14865 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14866 SAX results
14867
Daniel Veillard88a172f2000-08-04 18:23:10 +000014868Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14869
14870 * configure.in: patch for HP compiler
14871
148722000-08-04 Sven Heinicke <sven@zen.org>
14873
14874 * xmllint.c: Was coredumping sometimes when the file given didn't
14875 exist.
14876
Daniel Veillard46e370e2000-07-21 20:32:03 +000014877Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14878
14879 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014880
Daniel Veillard46e370e2000-07-21 20:32:03 +000014881 when using in memory parsing. Need some cleanup.
14882 * xmllint.c configure.in: added a --memory flag to test memory
14883 parsing
14884
Daniel Veillard36650692000-07-21 15:16:39 +000014885Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14886
14887 * nanohttp.c: fixed socklen_t replacement to unsigned int
14888 * parser.c: fixed a space handdling missing at the end of
14889 production 28 DOCTYPE.
14890 * xmlmemory.c: fixed a stupid bug on the routine to override
14891 allocation functions
14892 * TODO: updated
14893
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014894Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14895
14896 * doc/ regenerated the docs
14897
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014898Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14899
14900 * doc/encoding.html doc/xml.html: added I18N doc
14901 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14902 improvements, both parser and filters, added ASCII & HTML,
14903 fixed the ISO-Latin-1 one
14904 * xmllint.c testHTML.c: added/made visible --encode
14905 * debugXML.c : cleanup
14906 * most .c files: applied patches due to warning on Windows and
14907 when using Sun Pro cc compiler
14908 * xpath.c : cleanup memleaks
14909 * nanoftp.c : added a TESTING preprocessor flag for standalong
14910 compile so that people can report bugs more easilly
14911 * nanohttp.c : ditched socklen_t which was a portability mess
14912 and replaced it with unsigned int.
14913 * tree.[ch]: added xmlHasProp()
14914 * TODO: updated
14915 * test/ : added more test for entities, NS, encoding, HTML, wap
14916 * configure.in: preparing for 2.2.0 release
14917
Daniel Veillard49703262000-07-10 10:27:46 +000014918Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14919
14920 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014921 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014922
Daniel Veillard306be992000-07-03 12:38:45 +000014923Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14924
14925 * doc/xml.html: changed the xmlsoft.org structure, updated the
14926 examples w.r.t. root and childs
14927
Daniel Veillard7d853352000-07-02 18:53:09 +000014928Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14929
Daniel Veillard784b9352003-02-16 15:50:27 +000014930 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014931
Daniel Veillard365e13b2000-07-02 07:56:37 +000014932Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14933
14934 * HTMLparser.c: Work on character encoding support for the HTML parser
14935 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14936 * encoding.c: Fixed a potential memleak in the encoding stuff
14937
Daniel Veillardaf743792000-07-01 11:49:28 +000014938Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * doc/FAQ.html doc/Makefile.am : added a FAQ
14941
14942Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014943
14944 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14945 of the HTML parser to force it to not bypass SAX
14946
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014947Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14948
14949 * win32config.h.in: updated
14950 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14951 lacks iconv support :-( need to release 2.1.1
14952 * configure.in: release 2.1.1
14953 * HTMLparser: fixed bug #14784
14954 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14955 by Windows compiler
14956 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14957 the SAX startDocument() callback.
14958 * TODO: updated
14959
14960Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14961
14962 * added xmlStopParser()
14963
Daniel Veillardbe803962000-06-28 23:40:59 +000014964Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14965
14966 * configure.in: 2.1.0 prerelease
14967 * Large resync between W3C and Gnome tree
14968 * nanoftp, nanohttp.c: fixed stalled connections probs
14969 * HTMLtree.c SAX.c : support for attribute without values in
14970 HTML for andersca
14971 * valid.c: Fixed most validation + namespace problems
14972 * HTMLparser.c: start document callback for andersca
14973 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14974 * parser.h, SAX.c: serious speed improvement for large
14975 CDATA blocks
14976 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14977 different encoding
14978 * example/Makefile.am example/gjobread.c tree.h: work on
14979 libxml1 libxml2 convergence.
14980 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14981 and the LIBXML_TEST_VERSION macro
14982
Daniel Veillardc310d562000-06-23 18:32:15 +000014983Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14984
14985 * doc/xml.html: various patches and improvements typo fixed by
14986 Felix Natter
14987 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14988 from Felix Natter <fnatter@gmx.net>
14989
Daniel Veillardf3029822000-05-06 08:11:19 +000014990Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * doc/upgrade.html: updated with instructions for support of both
14993 libxml-1.x and libxml-2.x
14994 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14995 for 2.x support and also fixed includes
14996
14997
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014998Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14999
15000 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15001 the encoding support, added iconv support, so now libxml if
15002 compiled with iconv automatically support japanese encodings
15003 among others. Work based on initial patch from Yuan-Chen Cheng
15004 I may have broken binary compat in the encoding handler
15005 registration scheme, but that was so utterly broken I don't
15006 expect anybody to have used this feature until now.
15007 * parserInternals.h: fixup on the CHAR range macro
15008 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15009 code.
15010 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15011 * uri.c: added xmlParseURI() I can't believe I forgot to
15012 implement this one in 2.0 !!!
15013 * SAX.c: moved doc->encoding update in the endDocument() call.
15014 * TODO: updated.
15015
Daniel Veillard06047432000-04-24 11:33:38 +000015016Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15017
15018 * tree.h: removed extraneous xmlRemoveProp definition
15019 * TODO: added item about --disable-corba configure switch
15020 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15021 * nanoftp.c: fixed include problems giving troubles on AIX and
15022 slowlaris
15023 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15024 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15025 comment and headers changes to lower gtk-doc number of warnings
15026 * doc/html/*: rebuilt docs
15027
Daniel Veillarde0aed302000-04-16 08:52:20 +000015028Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15029
15030 * HACKING: documented the tag for 1.x and instructions
15031
Daniel Veillard5e873c42000-04-12 13:27:38 +000015032Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15033
15034 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15035 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15036 xmlCreateIOParserCtxt
15037 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15038 significant overall improvement
15039 * xmllint.c: added I/O test to xmllint
15040 * testSAX.c: added a speed test
15041 * doc/* : updated/regenerated
15042
Daniel Veillardfc708e22000-04-08 13:17:27 +000015043Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * xpath.c uri.h parserInternals.h: cosmetic changes from
15046 "Timur I. Bakeyev" <timur@bat.ru>, including making
15047 xmlCreateURI() public
15048
Daniel Veillard5d211f42000-04-07 17:00:24 +000015049Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15050
15051 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15052 and the code at the same time. Added a clean mechanism for
15053 overload or added input methods: xmlRegisterInputCallbacks()
15054 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15055 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15056 * TODO: updated
15057 * doc/* : updated/regenerated
15058 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15059 source dir
15060
Daniel Veillarde77a9182000-04-05 19:12:29 +000015061Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
15063 * testURI.c: yet another forgotten commit, I should get some sleep !
15064
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015065Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * xmllint.c: forgot to commit this too ?
15068
Daniel Veillardb9df4042000-04-05 14:23:16 +000015069Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15070
15071 * xmlversion.h.in : forgot to commit this previously
15072
Daniel Veillard361d8452000-04-03 19:48:13 +000015073Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15076 * README TODO: updated for release
15077 * uri.c uri.h: added authority parsing/saving
15078 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15079 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15080 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15081 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15082 Makefile.am : added compile-time customization of libxml
15083 --with-ftp --with-http --with-html --with-xpath --with-debug
15084 --with-mem-debug
15085 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15086 #include <libxml/xxx.h> I hope it won't break too much stuff
15087 and will be manageable in the future...
15088 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15089 and added xmllint to the installed programs
15090 * uri.h: added xmlFreeURI()
15091
Daniel Veillardec303412000-03-24 13:41:54 +000015092Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15093
15094 * uri.c uri.h: finished the escaping handling, the base support
15095 and the URI path normalization. Looks good just lacks the
15096 authority content parsing code.
15097 * Makefile.am: added instructions to generate testURI
15098 * TODO: updated
15099 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15100 added links and icons for W3C and Gnome
15101
Daniel Veillard8f621982000-03-20 13:07:15 +000015102Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15103
15104 * xmlmemory.[ch] : seems I forgot to actually update the files in
15105 the last commit :-)
15106 * doc/xml.html doc/html/* : updated and uploaded the docs
15107
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015108Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15109
15110 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15111 * TODO: updated
15112 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015113 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015114 gfree).
15115 * Makefile.am, uri.c, uri.h: added a set of functions to do
15116 exact (litteraly copied from the RFC 2396 productions) parsing
15117 and handling of URI. Will be needed for XLink, one XML WFC,
15118 XML Base and reused in the nano[ftp/http] modules. Still work
15119 to be done.
15120
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015121Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15122
15123 * configure.in, libxml.spec.in : libxml2
15124 * doc/* : updated the doc page, rebuilt the docs
15125
Daniel Veillardcf461992000-03-14 18:30:20 +000015126Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15127
15128 * all: tagged LIB_XML_1_X
15129 * *.c *.h : updated from W3C CVS tree
15130 * configure.in : 2.0.0-beta
15131 * libxml.spec.in : libxml2 package nam
15132 * result/* : new version of the tests output
15133
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015134Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15135
15136 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15137
Daniel Veillardb566ce12000-03-04 11:39:42 +000015138Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15139
15140 * doc/* : rebuilt the docs
15141 * parser.c: final patch on #6766
15142 * valid.c: small patch on validity checks.
15143
Daniel Veillardfb76c402000-03-04 11:39:42 +000015144Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15145
15146 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15147 added
15148 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15149 compatibility w.r.t. XML spec and existing code.
15150
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015151Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15152
15153 * parser.c: seems a better solution to <a> </a> exists,
15154 will try it for a while
15155
Daniel Veillard83a30e72000-03-02 03:33:32 +000015156Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15157
15158 * parser.c: tried to remove the <a> </a> generating <a/>
15159 this is hard. Left a flag for that purpose. Fixed bug #6766
15160 * configure.in: prepared 1.8.7 not released, due to previous
15161 problem
15162
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015163Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15164
15165 * doc/xml.html : applied second patch from Paul DuBois
15166
Daniel Veillard402e8c82000-02-29 22:57:47 +000015167Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15168
15169 * doc/xml.html : applied patch from Paul DuBois
15170
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015171Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15172
15173 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15174
Daniel Veillard5feb8492000-02-02 17:15:36 +000015175Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15176
15177 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15178 compilation warnings on various platforms.
15179 * parser.c: Fixed #5281 validity error callbacks are now desactived
15180 by default if not validating.
15181
Daniel Veillardf341f932000-02-02 14:52:08 +000015182Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15183
15184 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15185
Daniel Veillard13c757e2000-02-01 23:59:15 +000015186Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15187
15188 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15189 <gkatsi@cs.toronto.edu>
15190
Daniel Veillard726e8792000-01-30 20:04:29 +000015191Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15194 processing URLs
15195
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015196Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15197
15198 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15199 xmlNanoFTPUpdateURL for persistent control connections.
15200 * configure.in: 1.8.6
15201
15202Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15203
15204 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15205 * tree.[ch] : added xmlSaveNoEmptyTags
15206
James Henstridgef3be9312000-01-28 13:59:21 +0000152072000-01-29 James Henstridge <james@daa.com.au>
15208
15209 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15210
15211 * Makefile.am: added nanoftp.[ch] to the build.
15212
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015213Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15214
15215 * nanoftp.[ch]: cleanup, comments, API
15216 * debugXML.c : fixed a bug in the cat command
15217 * doc/*: regenerated the docs
15218
Daniel Veillardda07c342000-01-25 18:31:22 +000015219Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15220
15221 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15222 * debugXML.c : fixed a bug in the cat command
15223 * valid.c: fixing some small probs
15224 * libxml.spec.in: get rid of the SNAP suffix
15225 * doc/xml.html: updated the status
15226
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015227Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15228
15229 * xml-config.in: xml-config --version to just return the
15230 version number
15231 * xpath.c: some cleanup w.r.t. axis when the current node is
15232 an attribute.
15233 * TODO: updated
15234
Daniel Veillard461a66c2000-01-18 18:01:01 +000015235Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15236
15237 * configure.in: prepared for libxml-1.8.5
15238 * doc/* recompiled the documentation
15239
152402000-01-17 Jody Goldberg <jgoldberg@home.com>
15241
15242 * configure.in : WARNING autoconf subtlety alert :
15243 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15244 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15245 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15246 get defined by AC_CHECK_HEADERS.
15247
Daniel Veillardf967b902000-01-17 16:06:10 +000015248Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15249
15250 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15251 Rune.Djurhuus@fast.no
15252
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015253Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15254
15255 * TODO: updated
15256 * tree.c, parser.c: made sure that only memory alloc problems
15257 and internal parser errors are allowed to write to stdout or
15258 stderr.
15259
Daniel Veillard0142b842000-01-14 14:45:24 +000015260Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15261
15262 * tree.c : restored xmlNewGlobalNs since this seems used by
15263 a lot of existing code :-(, fixed a bug in xmlNewNs
15264 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15265 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15266 to exit() from the library code.
15267 * xpath.c, parser.c: removed bugs or unused code detected by
15268 Windows compilers
15269 * parser.c: started adding interfaces for parsing well balanced
15270 XML fragments
15271 * configure.in: releasing 1.8.4
15272 * doc/* : rebuilt the docs
15273
Daniel Veillard2eac5032000-01-09 21:08:56 +000015274Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15275
15276 * tree.[ch] : added xmlNewDocFragment() for DOM
15277 * testHTML.c: uninitialized variable.
15278
Daniel Veillardf3a73582000-01-05 14:58:39 +000015279Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15280
15281 * doc/* : rebuild the docs
15282
Daniel Veillard71b656e2000-01-05 14:46:17 +000015283Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15284
15285 * acconfig.h: readline and history patch
15286 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15287 * tree.c: added check and handling when possibly removing an ID
15288 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15289 and saving.
15290 * test/HTML/entities.html result/HTML/entities.html* : test for
15291 various entities reference cases
15292 * result/HTML/* : as a result output of some testcase have
15293 changed
15294 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15295 by previous example. added xmlParseTryOrFinish().
15296 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15297 entities.h debugXML.h HTMLparser.h: changed the way struct are
15298 declared to allow gtk-doc to expose those
15299 * parser.c: closed bug #4960
15300 * Makefile.am configure.in: Applied patch from
15301 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15302 and math/socket libs detection
15303
Daniel Veillard437b87b2000-01-03 17:30:46 +000015304Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * configure.in, Makefile.am: link tester against readline
15307 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15308
Daniel Veillard686d6b62000-01-03 11:08:02 +000015309Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15310
15311 * tree.[ch]: added xmlRemoveProp
15312 * win32config.h.in nanohttp.c: avoid including the Windows
15313 socket stuff in every C files
15314 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15315 the XmL parser(s)
15316 * test/ns4 result/ns4 etc...: added test case for previous prob
15317 * tree.c: xmlNewNs wasn't checking for double definition
15318 * Makefile.in: fixed a problem with dist-hook duplicates
15319 * parser.[hc], xmlIO.c: fixed the loading of external entities
15320 APIs, now xmlLoadExternalEntity() is used everywhere and
15321 setting up an app specific front-end using the
15322 * SAX.c parser.c: some fixes, now the xhtml spec validates
15323 with the xhtml DTD.
15324 * error.c: fixed crashes in case of no input stream
15325 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15326 to the validation tests and results
15327
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015328Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15329
15330 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15331 too htmlCreatePushParserCtxt() and htmlParseChunk()
15332 * parser.c: a bit of cleanup.
15333 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15334 to XML) removed the last mem leak known
15335 * HTMLtree.c: output message cleanup
15336 * xmlmemory.c: display content info about memory blocks
15337 * result/HTML/wired.* : missing att value warning change
15338
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015339Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15340
15341 * doc/* : rebuilt the documentation
15342
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015343Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15344
15345 * parser.[ch] parserInternals.h: Push parser for XML,
15346 seems to work fine now
15347 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15348 --push for push testing
15349 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15350 * testSAX.c: added --push
15351 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15352 subtree
15353 * xmlIO.[ch] : enriched API + fixes for push mode
15354 * entities.[ch]: added the entity content length to the struct.
15355 * xmlmemory.[ch]: new API to show the last entries for the shell
15356 * valid.c: added required attribute testing
15357 * SAX.c: the cdata callback now merge contiguous fragments
15358 * HTMLparser.c: cleanup of some macros
15359
Daniel Veillard3c558c31999-12-22 11:30:41 +000015360Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15361
15362 * parser.c: fix for PIs name starting with xml
15363 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015364 * *.c, configure.in win32config.h.in : generate win32config.h for
15365 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015366
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015367Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15368
15369 * parser.c: fixed a stupid = vs. == bug :-(
15370 * doc/gnome-xml.sgml: s/glade/xml/
15371
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015372Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15373
15374 * configure.in, doc/xml.html : bug fix release 1.8.2
15375 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15376 Hopefully the end of that silly C++ include problem
15377 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15378 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15379 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15380 troubles with autoclosed elements when the stree shape doesn't
15381 follow the DtD specs. Added htmlIsAutoClosed() and
15382 htmlAutoCloseTag()
15383 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15384 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15385 * debugXML.c: fixed a bug on printing default namespaces.
15386 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15387
Daniel Veillardb24054a1999-12-18 15:32:46 +000015388Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15389
15390 * result/HTML/*.htm[l] : updated the HTML regression tests according
15391 to the new output
15392 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15393 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15394 problem due to intermix of extern "C" { ... } declarations for C++
15395 and recursive includes in the headers
15396
Chris Lahey323c48c1999-12-18 15:32:45 +0000153971999-12-20 Chris Lahey <clahey@umich.edu>
15398
15399 * HTMLtree.c: Made it so that html nodes with a single child do
15400 not insert a carriage return before or after the child node.
15401
Daniel Veillardb24054a1999-12-18 15:32:46 +000015402Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015403
15404 * configure.in, doc/xml.html : bug fix release 1.8.1
15405 * parser.c: fixed bug #4344
15406 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15407 added the glue to avoid C++ problems
15408 * doc/* : regenerated the documentation
15409
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015410Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15411
15412 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15413 namespace recognition, and Dia as a resul :-(
15414 * encoding.c: closed bug #3950
15415
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015416Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15417
15418 * valid.c: debugging a posteriori validation, except URI expansion
15419 stuff this should be fixed now
15420 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15421 Carl Nygard <cnygard@bellatlantic.net>
15422 * tester.c: added --postvalid, cleaning of the code
15423 * tree.[ch]: added xmlDocGetRootElement()
15424
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015425Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15426
15427 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15428 c++ losage.
15429
Daniel Veillard10a2c651999-12-12 13:03:50 +000015430Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15431
15432 * configure.in, doc/xml.html : bumped to 1.8.0
15433 * xlink.[ch], Makefile.am : added framework for link detection
15434 * parser.h: added nbChars to parser context, needed for cleanup.
15435 * xmlmemory.c: removed a nasty bug when out of mem
15436 * valid.[ch]: adding namespace support for attribute decl
15437 * tester.c: added --debugent option
15438 * debugXML.[ch]: added xmlDebugDumpEntities()
15439 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15440 buffers instead, this was really needed, validation was breaking
15441 in strange ways due to that. Added xmlParseStringPEReference()
15442 and other parsing from strings functions. Entities processing
15443 modified again, but PERef are still not handled correcly but
15444 unless you're Eve Maller you won't notice :-)
15445 * HTMLparser.c: large changes toward reliability, and switched to
15446 lowercase internal tags, XHTML is lowercase, so it will help
15447 that output is closer to next version.
15448 * doc/* : regenerated the documentation, it is now hosted at
15449 http://xmlsoft.org/ (same bits I just bought the domain :-)
15450
15451
Daniel Veillard294cbca1999-12-03 13:19:09 +000015452Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15453
15454 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15455 doc generation
15456 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15457 in the SAX API
15458 * doc/*: rebuilt the doc making sure everything appears in the
15459 HTML files
15460
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015461Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15462
15463 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15464 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15465 which allow impressive speed improvement on dataset with
15466 large text pieces, but at the cost of broken binary
15467 compatibility and slightly bigger memory usage.
15468 Configure with --with-buffers to activate them, they
15469 are protected with XML_USE_BUFFER_CONTENT define.
15470 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15471 goal is 0 memory left allocated once parser is no more used
15472 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15473 call xmlCleanupParser() and xmlMemoryDump()
15474
Daniel Veillarda819dac1999-11-24 18:04:22 +000015475Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15478 * parser.[ch] encoding.[ch]: added memory cleanup routines
15479 * parser.c: closing bug #3788
15480 * doc/*: rebuilt the doc
15481
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015482Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15483
15484 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15485 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15486 * tester.c: added --compress option
15487 * doc/*: rebuilt the documentation
15488
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015489Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15490
15491 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15492 if given /proc/kcore as input !
15493 * doc/xml.html doc/*: updated and rebuilt the documentation
15494
15495Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015496
15497 * parser.c: Fixed some wrongly space collapsing code due to
15498 a misreading of the spec.
15499 * result/*: fixed the output accordingly
15500
15501Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015502
15503 * encoding.c: bug fix and typos
15504 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15505 * parser.c: added attribute normalization closing bug #3597
15506 * test/att* result/att* SAXresult/att*: testcase for attribute
15507 normalization
15508
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015509Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * configure.in: closing bug #3163 by adding extra flags for the
15512 cc compiler on HP-UX
15513
Daniel Veillard51e3b151999-11-12 17:02:31 +000015514Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15515
15516 * valid.[ch] : removed a typo and an enumerated type bug in the
15517 xmlAddElementDecl() function
15518 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15519 call to xmlEncodeEntitiesReentrant() so that the functions
15520 New, Set and Get are at the same level.
15521 * parser.c HTMLparser.c: extra memory allocation bug for
15522 attributes detected by someone using libxml in embedded systems :-)
15523
Daniel Veillard962195f1999-10-28 15:51:53 +000015524Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15525
15526 * xmlmemory.h: turned off mem debug :-\
15527
Daniel Veillard35008381999-10-25 13:15:52 +000015528Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15529
15530 * parser.c: closed bug #2784 a one line fix, but worth pushing
15531 a new release out
15532 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15533 some structures, comments before and after the
15534 main element, and other nastyness
15535 * HTMLtree.c tree.c: accomodate the extended HTML supported
15536 * configure.in: pushing 1.7.4
15537 * test/ent8 and related outputs : added a new test for bug #2784
15538 * test/HTML/wired.html and related output: a nasty HTML example
15539 * Makefile.am: improved the test scripts
15540 * docs/* : reran the documentation extractor, updated xml.html
15541
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015542Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15543
15544 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15545 HTMLparser and debugged the HTML related code. HTML documents
15546 now have their own type
15547 * entities.c: do not dump &apos; for HTML output
15548 * xmlmemory.c: improvement, breakpoint mechanism
15549 * testHTML.c: added --sax --repeat ...
15550 * Makefile.am: improved the HTML tests
15551 * valid.[ch]: added xmlValidGetValidElements and
15552 xmlValidGetPotentialChildren
15553 * tester.c: added --insert to test the 2 new functions
15554 * test//* result//* SAXresult//* : regression test cleanup
15555 and extension.
15556 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15557 gnome-xml-nanohttp.html
15558
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015559Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15560
15561 * HTMLparser.c: fixed problems with some autoclose tags
15562 * tree.c: fixed XML output problems.
15563 * result/* SAXresult/*: update of the tests output
15564
Daniel Veillard6077d031999-10-09 09:11:45 +000015565Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15566
15567 * Makefile.am: Arturo patch for xmlConf.sh version info
15568 * parser.c: Tim Josling patch for single quoted items
15569 * tester.c: Tim Josling patch for tester options usage
15570 * tree.h: indent cleanup
15571
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015572Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15573
15574 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15575 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15576
Daniel Veillard00fdf371999-10-08 09:40:39 +000015577Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15578
15579 * tree.c : Raph patch for initialization of CORBA fields
15580 * parser.c, xpath.c, ...: modification of doc comments
15581 * xpath.c : allow spaces in xpath expressions
15582
Daniel Veillardad219441999-09-27 08:17:49 +000015583Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15584
15585 * xmlmemory.h: turning off memory debug :-(
15586
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015587Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15588
15589 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15590 better SAX interfaces.
15591 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15592 entity.
15593 * configure.in: 1.7.2
15594
15595Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015596
15597 * libxml.spec.in: fixed the URL
15598 * doc/xml.html: improved the documentation front-end
15599
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015600Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015601
15602 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15603
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015604Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015605
15606 * libxml.spec.in: fixed the alpha compile problem
15607 * parser.[ch]: changed errno to errNo in the parser context :-(
15608 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15609 * doc/xml.html: changed CHAR to xmlChar
15610 * doc/html/*: recompiled the documentation
15611 * configure.in: 1.7.1
15612
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015613Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15614
15615 * parser.h: modified the parser context struct to regain 1.4.0
15616 binary compatibility
15617 * parser.c, xml-error.h: added errno ot teh context and defined
15618 a set of errors values with update of errno
15619 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15620 DTDs and entities
15621 * *.h, *.c: complete cleanup of the use of config.h and include
15622 protection depending on the current setup.
15623 * overalll debugging, maintenance and bug-fixing on all modules
15624 * updated the documentation
15625 * ready for 1.7.0
15626
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015627Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15628
15629 * HTMLparser.c : cleanup
15630 * SAX.c valid.c valid.h: added ID/IDREF checking
15631 * tree.c tree.h: extended doc structure for refs
15632 * configure.in: 1.6.2
15633 * parser.c: patched bug in SAX user arg call
15634 * parserInternals.h: patched missing close in C++ wrapping
15635 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15636 especially upcoming XPointer implementation.
15637 * doc/xml.html: augmented, typo
15638
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015639Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15640
15641 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15642 not all invocations of install understand -d.
15643
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015644Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15645
15646 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15647 to make 'check' works, when builddir != srcdir.
15648
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015649Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15650
15651 * doc/xml.html : updated the documentation
15652
Daniel Veillard6454aec1999-09-02 22:04:43 +000015653Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15654
15655 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15656 not deallocated memory blocks
15657 * *.c : replaces all calls to malloc() free() and realloc() to
15658 the wrapper functions/macros
15659 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15660 instead of xmlFreeNodeList()
15661
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015662Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * HTMLparser.c: corrected a stupid bug leading to core dump at
15665 tree deallocation. Removed warnings indicated by
15666 Stephane.Conversy@lri.fr
15667 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15668 looked for in the external subset
15669
15670Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015671
15672 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15673 on SGI by Stephane.Conversy@lri.fr
15674
Daniel Veillardb96e6431999-08-29 21:02:19 +000015675Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * all .h : changed the prototype declaration indent as in gtk
15678 * most .c : working on reducing the TODOs in the code
15679 * most .c : cleanup though -pedantic and Insure++
15680 * improvements on validation ID checkings.
15681 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15682 * xml-config.in: closed #1810
15683
15684Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015685
15686 * tree.h, valid.c, valid.h: more work on validity, IDs
15687 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15688 definition for AIX
15689
Daniel Veillardb556eb51999-08-15 17:19:50 +000015690Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15691
15692 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15693 the distribution due to a cut'n paste error at last commit
15694
Daniel Veillardb05deb71999-08-10 19:04:08 +000015695Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15696
15697 * configure.in: upgraded to version 1.4.0
15698 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15699 Big update, added a large part of the validation process,
15700 it should be usable, but some parts are missing
15701 * xpath.c: improved the implementation w.r.t. root.
15702 * Makefile.am: added more tests
15703 * test and result trees: added a lot of tests
15704 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15705
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015706Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15707
15708 * Added an HACKING file
15709
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015710Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * xpath.[ch] : improvements and debug of the XPath implementation
15713 * parser.c, HTMLparser.c : modified the parsers to be progressive
15714 * tree.[ch] : extended the Buffer promitives
15715 * xmlIO.[ch] : added basic I/O routines providing progressive
15716 parsing and ready for I18N conversion plugins
15717 * SAXresult/* : the SAX callback sequence maybe slightly different
15718 now
15719 * test*.c : improved/updated the tests programs
15720 * doc/* : recompiled the docs.
15721
Daniel Veillard15b75af1999-07-26 16:42:37 +0000157221999-07-26 Michael Meeks <michael@edenproject.org>
15723
15724 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15725
15726 * tree.c: Ditto.
15727
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015728Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15729
15730 * configure.in: upgraded to version 1.4.0
15731 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15732 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15733 XML query language, see http://www.w3.org/TR/xpath for more details.
15734 * parser.c, parser.h: added CHAR* related string functions for XPath
15735 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15736 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15737 rebuild the docs.
15738 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15739 and regression testing capabilities for XPath.
15740
Daniel Veillardd79d7871999-07-12 10:38:12 +000015741Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15742
15743 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15744 closing bug #1646
15745
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015746Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * Makefile.am, example/Makefile.am: closed bug #1683
15749
Daniel Veillard3166ab11999-07-11 16:14:19 +000015750Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15751
15752 * example/Makefile.am, configure.in: added the makefile for the
15753 gjobread example
15754
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015755Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15756
15757 * doc/Makefile.am:
15758 - fix which allow "make install DESTDIR=</install/prefix>".
15759
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015760Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15763 which fixed a problem on the file reading-code.
15764
Daniel Veillard82150d81999-07-07 07:32:15 +000015765Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15766
15767 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15768 output.
15769 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15770
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015771Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * parser.h : Oops removed the binary compatibility problem
15774 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15775 * parser.c, HTMLparser.c: applied patches for reading from stdin
15776
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015777Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15778
15779 * parser.c, entities.c, valid.c: cleanup bug #1591
15780 * configure.in: cleanup bug #1592
15781 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15782 the same tree back-end. Hence gdome will be available for it.
15783 * doc/Makefile.am: close bug #617
15784
Daniel Veillard97fea181999-06-26 23:07:37 +000015785Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15786
15787 * parser.c: alloctate a per parser context SAX interface block
15788
Daniel Veillard14fff061999-06-22 21:49:07 +000015789Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15790
15791 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15792 and xmlEncodeEntitiesReentrant with the correct one :-\
15793
15794Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15795
15796 * commit of my internal XML base changes, quite a lot of
15797 changes, cleanups, better entities support, framework for
15798 new I/O and charset detection and handling
15799 * Fixed the configure/Makefile stuff to generate shared libs
15800 with the proper version info, so we jumped on rev from
15801 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15802 xmlEncodeEntities() result need to be freed now, and a string
15803 xmlParserVersion provide the current library version.
15804
Raph Levien05240da1999-06-15 21:27:11 +000015805Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15806
15807 * parser.c: fixed a buffer overrun for when you have a very long
15808 attribute with no entities in it.
15809
Daniel Veillardbb2da581999-06-13 14:37:07 +000015810Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * added example directory
15813 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15814
Daniel Veillard011b63c1999-06-02 17:44:04 +000015815Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * Release of libxml-1.1, nearly everything has been touched for
15818 this.
15819 * Added more regression tests
15820 * Updated the documentation
15821
Daniel Veillard27d88741999-05-29 11:51:49 +000015822Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15823
15824 * tree.[ch]: unified the XML_NO_CORBA defines.
15825 * parser.c encoding.[ch]: started plugging in char encoding detection
15826
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015827Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15828
15829 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15830 Also freed allocated buffer.
15831
Daniel Veillard27d88741999-05-29 11:51:49 +000015832Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015833 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15834 reentrancy problem at printing. One is left in entities.c, to
15835 remove ASAP
15836 * testSAX.c : added a test example showing the use of the SAX
15837 interface if one doesn't want to build the DOM tree.
15838 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15839
Daniel Veillard517752b1999-04-05 12:20:10 +000015840Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15841
15842 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15843 large revamping of the parser to use SAX callbacks
15844 http://www.megginson.com/SAX/ (or at least a C like interface
15845 a la Expat). It's now possible to set up your own callbacks
15846 and the parser will not build a DOM tree.
15847 * test/* result/*: updated the test suite, I finally removed
15848 the old Namespace draft support (PI based).
15849
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015850Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * Makefile.am: added test result to EXTRA_DIST for make tests
15853
Daniel Veillard64068b31999-03-24 20:42:16 +000015854Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15855
15856 * parser.c, parserInternals.h: moved the chars macro definitions
15857 to parserInternals.h
15858 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15859 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15860
Daniel Veillard012ccc11999-03-23 10:11:11 +000015861Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15862
15863 * xml-config.in : applied patch to make --version work
15864
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000158651999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15866
15867 * Makefile.am (check-local): Alias for `tests' target. This will
15868 cause `make check' to do the right thing.
15869 (tests): Don't run tests in srcdir. Also, replaced calls to
15870 basename with a `sed' "equivalent".
15871
Daniel Veillardd109e371999-03-05 06:26:45 +000015872Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15873
15874 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15875 it in the header and not the sources, updated the doc.
15876 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15877 pointing this out.
15878
Daniel Veillardbc50b591999-03-01 12:28:53 +000015879Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15880
15881 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15882 exported the inputStream routines.
15883 * doc/html/* : updated accordingly
15884
Daniel Veillardd692aa41999-02-28 21:54:31 +000015885Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15886
15887 * parser.c, parser.h, parserInternals.h: added a few extra
15888 internal calls to allocate and free parser contexts ...
15889 * doc/html/* : updated accordingly
15890
Daniel Veillard55a99271999-02-25 11:01:29 +000015891Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15892
15893 * configure.in, Makefile.am, doc/makefile.am : General changes for
15894 1.0.0 release and including the generated HTML documentation.
15895
Daniel Veillard35925471999-02-25 08:46:07 +000015896Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15897
15898 * makefile.am : added parserInternals.h, oops.
15899
Daniel Veillard1e346af1999-02-22 10:33:01 +000015900Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15901
15902 * parserInternals.h: added this header giving access to the parser
15903 internal functions.
15904 * doc/Makefile.am : added a rebuild target which rebuilds the full
15905 set of documentations
15906 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15907 the internal subset.
15908 * *.c *.h: modifications needed to generate the documentation using
15909 gtk-doc, cleanup of functions blocks, reorganisation of struct
15910 declarations.
15911
Daniel Veillard1164e751999-02-16 16:29:17 +000015912Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15915 the tar and spec file to include the beginning of the doc.
15916
Nuno Ferreira03d04781999-02-13 00:07:17 +0000159171999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15918
15919 * doc/.cvsignore: Added this file.
15920
Daniel Veillard6800ef31999-02-08 18:33:22 +000015921Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15922
15923 * tree.c: fixed xmlGetProp to return "" when the attribute
15924 exists, even if the node-list is NULL.
15925
Daniel Veillard726c7e31999-02-08 15:13:10 +000015926Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15927
15928 * tree.c: patched an error outputting empty attribute values.
15929 * Makefile.am and doc/makefile.am: have been updated during the
15930 week-end. Sorry for an empty CVS log, I got a shell problem.
15931
Daniel Veillard1899e851999-02-01 12:18:54 +000015932Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15933
15934 * tree.h: cleaned up using enums instead of defines
15935 * parser.c, valid.[ch]: more work on parsing/output of element
15936 declarations
15937
Daniel Veillard3b9def11999-01-31 22:15:06 +000015938Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15939
15940 * valid.[ch], tree.c, parser.c : more work toward full parsing
15941 of XML DTDs.
15942 * README: added informations about mailing-list and on-line
15943 documentation
15944
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000159451999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15946
15947 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15948
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015949Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15950
15951 * parser.c, tree.[ch] : more work toward conformance testing,
15952 added a last element to accelerate parsing of very flat structures
15953 started working on internal subset Element content declaration.
15954 * valid.[ch] : first cut at adding code toward validation.
15955 * previous changes had also small impact on most files, especially
15956 the conformance testing using James Clark test suite.
15957
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015958Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * test/* : updated the examples, most of them were not well
15961 formed (humm), and added rdf2.
15962 * result/* : resulting changes in the output.
15963
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015964Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15965
15966 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15967
Daniel Veillard44b3a061998-12-05 17:27:22 +000015968Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15969
15970 * tree.c: patched a bug in the generation of empty attributes
15971
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015972Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15973
15974 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15975 for node/trees/documents/... Biggest problem is namespace
15976 support when copying subtrees.
15977
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015978Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15979
15980 * parser.c, entities.c: improve entities and char ref encoding,
15981 and cleanups of error messages.
15982
Daniel Veillard242590e1998-11-13 18:04:35 +000015983Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * parser.c, entities.c: simple bug hunting done during rpm2html and
15986 rpmfind integration.
15987
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015988Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15989
15990 * parser.[ch]: Added interfaces allowing to specify a SAX
15991 handler before parsing.
15992
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015993Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15994
15995 * parser.c: redirrect all errors reporting through the SAX
15996 error function
15997
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015998Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16001 * libtool, tlmain ...: update of the libtool files
16002
Miguel de Icaza442321c1998-11-04 18:13:38 +0000160031998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16004
16005 * entities.c: Use g_snprintf insteda of snprintf.
16006
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016007Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16008
16009 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16010 added ent5 test for this purpose.
16011 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16012
Daniel Veillard27271681998-10-30 06:39:40 +000016013Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16014
16015 * parser.c: fixed? a strange error due to compression on a GWP
16016 document.
16017
Daniel Veillard25940b71998-10-29 05:51:30 +000016018Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16019
16020 * tree.[ch]: bug fixing
16021 * entities.[ch]: defined a specific type for predefined entities
16022 * doc/xml.html: more documentation on the library, how to use it,
16023 overview of the interfaces.
16024
Daniel Veillard16253641998-10-28 22:58:05 +000016025Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16026
16027 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16028
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016029Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16030
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016031 * tree.c: corrected a small bug
16032 * doc/xml.html: continuing writing documentation.
16033
16034Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16035
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016036 * debugXML.h debugXML.c: added debugging utilities.
16037 * tester.c: added --debug switch.
16038 * tree.c: patched an incorrect node->type assignment.
16039 * parser.c: formatting, ensure that node->doc != NULL in attributes
16040
Daniel Veillardccb09631998-10-27 06:21:04 +000016041Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16044 entity support and provide an internal representation close to
16045 DOM one (entity ref nodes, and attribute value as tree). I tried
16046 to preserve the interface but this will surely break some apps
16047 (I have to change rpm2html/rpmfind for example). I had to change
16048 two interfaces, and the generated tree is somewhat different.
16049 * doc/* : started documenting the XML library, the tree and
16050 DOM/Corba. This is a first step.
16051
Daniel Veillard11e00581998-10-24 18:27:49 +000016052Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16053
16054 * parser.c: Set up the fonctions comment block, boring but useful.
16055 * parser.h, SAX.c, parser.c: now attributes are processed through
16056 the SAX interface. The problem is that my SAX interface diverged
16057 quite a bit from the original one, well this is not an official
16058 spec, and translating it from Java to C is hairy anyway...
16059
Daniel Veillard97b58771998-10-20 06:14:16 +000016060Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16063 fonctions comment block, boring but useful.
16064
16065Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016066
16067 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16068 conversion routines. However they are not yet used to convert the
16069 inputs. The core will run with UTF-8.
16070
Daniel Veillard33942841998-10-18 19:12:41 +000016071Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * tree.c : make sure that the type id is properly set-up when
16074 a new object is allocated, needed for DOM.
16075
Daniel Veillard27fb0751998-10-17 06:47:46 +000016076Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16077
16078 * tree.h, tree.c: Ok, the main objects in the tree will be native
16079 corba objects, it costs 8 bytes per Node, Attribute and Document
16080 but it simplifies the Corba integration a lot (no extra interface
16081 objects to allocate/free).
16082
Daniel Veillard0bef1311998-10-14 02:36:47 +000016083Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16086 and changed NODEs contants for conformity with DOM Level 1
16087
Daniel Veillard27864701998-10-08 03:47:24 +000016088Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16089
16090 * added hooks to keep track of servants when creating objects
16091 xmlDoc and xmlNode (for Corba export).
16092
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016093Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16094
16095 * added xml-config script.
16096
Daniel Veillard7066a791998-10-01 20:28:28 +000016097Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16098
16099 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16100 to autoupdate libtool and automake conf files.
16101
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000161021998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16103
16104 * Makefile.am: Use '?' to separate the sed
16105 commands as ',' is used when people pass -Wl,something.
16106
16107
Daniel Veillard15a8df41998-09-24 19:15:06 +000016108Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16109
16110 * tree.c, tree.h: added a per-document compression interface.
16111
Daniel Veillard151b1b01998-09-23 00:49:46 +000016112Tue Sep 22 20:47:38 EDT 1998
16113
16114 * tree.c, tree.h: added saving with compression and added interfaces
16115 to control the compression level (xmlGetCompressMode,
16116 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16117
Daniel Veillard70120ff1998-09-22 00:24:21 +000016118Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16119
16120 * parser.c: corrected a loop for files of size 0
16121
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000161221998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16123
16124 * error.h: New file. Contains prototyes from `error.c'.
16125
Tom Tromeyc19653d1998-08-14 01:22:43 +000016126Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16127
16128 * Makefile.am (xmlincdir): New macro.
16129 (xmlinc_HEADERS): Renamed from include_HEADERS.
16130
Daniel Veillard845664d1998-08-13 04:43:19 +000016131Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16132
16133 * applied small patch on numeric entities from
16134 Christopher Blizzard <blizzard@appliedtheory.com>
16135
Daniel Veillard260a68f1998-08-13 03:39:55 +000016136Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16137
16138 * New release 0.2, removed the old xml_* files so that it's
16139 coherent with the other CVS base (W3C), far better conformance
16140 to standard, new namespaces, decent entities support, beginning
16141 of a SAX-like interface. Nearly nothing left intact, even the
16142 test examples ...
16143
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000161441998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16145
16146 * .cvsignore: Add .deps dir
16147
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016148Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16151
Daniel Veillardfe926001998-07-26 04:28:20 +000016152Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016153
Daniel Veillardfe926001998-07-26 04:28:20 +000016154 * configure.in: added test for CPP
16155 * AUTHORS, Changelog: the original ones didn't get commited but the
16156 glib ones instead, fixed.
16157 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016158
Daniel Veillardfe926001998-07-26 04:28:20 +000016159Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016160
Daniel Veillardfe926001998-07-26 04:28:20 +000016161 * integrated code developped at W3C
16162 * changed the original Copyright
16163 * migrated to automake
16164 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016165