blob: f83fa1cfeab4e79acf13108f90f3168fc0fc7393 [file] [log] [blame]
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
4 and IDREF, usable from RelaxNG now
5 * include/libxml/xmlschemastypes.h: need to add a new interface
6 because the validation modifies the infoset
7 * test/relaxng/testsuite.xml: extended the testsuite
8
Daniel Veillard952379b2003-03-17 15:37:12 +00009Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10
11 * relaxng.c: fixed the last core RelaxNG bug known #107083,
12 shemas datatype ID/IDREF support still missing though.
13 * xmlreader.c: fix a crashing bug with prefix raised by
14 Merijn Broeren
15 * test/relaxng/testsuite.xml: augmented the testsuite with
16 complex inheritance tests
17
Daniel Veillardfd573f12003-03-16 17:52:32 +000018Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
19
20 * relaxng.c: switched back to the previous Relax-NG code base,
21 the derivation algorithm need severe constraining code to avoid
22 combinatorial explosion. Fixed the problem with Sebastian Rahtz
23 TEI based example and other bugs
24 * result/relaxng/*err: updated the results
25 * test/relaxng/testsuite.xml: started a new test suite
26
Daniel Veillard1564e6e2003-03-15 21:30:25 +000027Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
28
29 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
30 that the original RelaxNG validation code was un-fixeable, it got
31 rewritten to use the derivation algorithm from James Clark and
32 redebugged it (nearly) from scratch:
33 found 373 test schemas: 372 success 1 failures
34 found 529 test instances: 529 success 0 failures
35
Daniel Veillard39eb88b2003-03-11 11:21:28 +000036Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * SAX.c parser.c: fix some recursion problems introduced in the
39 last release.
40 * relaxng.c: more debugging of the RNG validation engine, still
41 problems though.
42
Daniel Veillard5add8682003-03-10 13:13:58 +000043Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
44
45 * Makefile.am: stop generating wrong result file with * in name
46 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
47 * result/relaxng/demo* test/relaxng/demo: added the tests from
48 Sebastian reproducing the problem.
49
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000050Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
51
Daniel Veillard5add8682003-03-10 13:13:58 +000052 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
53 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000054
Aleksey Sanin693c9bc2003-03-09 22:36:52 +000055Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
56
57 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
58 variable to control the indentation for the xmllint "--format"
59 option
60
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000061Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
62
63 * encoding.c: applied Gennady's patch against buffer overrun
64
Daniel Veillard42f12e92003-03-07 18:32:59 +000065Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
66
67 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
68 Clark it appeared I had bug in URI parsing code ...
69 * relaxng.c include/libxml/relaxng.h: completely revamped error
70 reporting to not loose message from optional parts.
71 * xmllint.c: added timing for RNG validation steps
72 * result/relaxng/*: updated the result, all error messages changed
73
Daniel Veillardedfd5882003-03-07 14:20:40 +000074Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
75
76 * xpath.c: fix bug #107804, the algorithm used for document order
77 computation was failing on attributes.
78
Daniel Veillard83391282003-03-06 21:37:30 +000079Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
80
81 * valid.c: fix bug #107764 , possibility of buffer overflow
82 in xmlValidDebug()
83
Daniel Veillard6c73cb82003-03-05 16:45:40 +000084Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
85
86 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
87 from Philipp Dunkel
88
Daniel Veillard5f704af2003-03-05 10:01:43 +000089Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
90
91 * xmlschemastype.c: made powten array static it should not be exported
92 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
93 parser function.
94 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
95
Daniel Veillard7b72ee52003-02-27 23:24:53 +000096Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
97
98 * tree.c: fixed a node dump crash on attributes
99 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
100 an URI test bug and get better output.
101
Daniel Veillard463a5472003-02-27 21:30:32 +0000102Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
103
104 * check-xsddata-test-suite.py: give more infos
105 * relaxng.c: fix a bug reported by Sebastian Rahtz and
106 REF->DEF in attribute values.
107
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000108Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
109
110 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
111 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
112 regression tests from James Clark.
113
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000114Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * relaxng.c xmlschemas.c xmlschemastypes.c
117 include/libxml/xmlschemastypes.h: added param support for relaxng
118 type checking, started to increment the pool of simple types
119 registered, still much work to be done on simple types and
120 facets checkings.
121
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000122Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * entities.c: fixes again one of the problem raised by
125 James Clark in #106788
126
Daniel Veillardc482e262003-02-26 14:48:48 +0000127Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * relaxng.c: Fixed a couple of problem raised by James Clark
130 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
131 datatype level still not fixed though.
132
Daniel Veillard17bed982003-02-24 20:11:43 +0000133Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
134
135 * configure.in: preparing release 2.5.4
136 * doc/*: updated and rebuilt the docs
137 * relaxng.c: removed warnings
138 * result/relaxng/*: updated the results
139
Daniel Veillardf4be0182003-02-24 19:54:33 +0000140Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
141
142 * valid.c: fixes a DTD regexp generation problem.
143
Daniel Veillard02111c12003-02-24 19:14:52 +0000144Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
145
146 * parser.c: fixes bug #105998 about false detection of
147 attribute consumption loop.
148
Daniel Veillard2406abd2003-02-24 18:16:47 +0000149Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
152
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000153Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
154
155 * SAX.c: fixed bug #105992
156
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000157Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
158
159 * tree.c: fixed xmlSetProp and al. when the node passed is not an
160 element.
161 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
162 found 373 test schemas: 369 success 4 failures
163 found 529 test instances: 525 success 4 failures
164 * check-relaxng-test-suite.py: added memory debug reporting
165
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000166Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
167
168 * uri.c parser.c: some warning removal on Igor's patch
169 * tree.c: seems I messed up with #106788 fix
170 * python/libxml.c: fixed some base problems when Python provides
171 the resolver.
172 * relaxng.c: fixed the interleave algorithm
173 found 373 test schemas: 364 success 9 failures
174 found 529 test instances: 525 success 4 failures
175 the resulting failures are bug in the algorithm from 7.3 and
176 lack of support for params
177
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000178Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
179
180 * parser.c: another fix for nodeinfo in entities problem
181 * tree.c entities.c: fixed bug #106788 from James Clark
182 some spaces need to be serialized as character references.
183
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000184Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
185
186 * parser.c uri.c: fixed the bug I introduced in the path
187 handling, reported by Sebastian Bergmann
188
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000189Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
190
191 * parser.c: fixing some nodeinfo in entities problem raised
192 by Glenn W. Bach
193 * relaxng.c: implemented the first section 7.3 check
194 * result/relaxng/*: updated the results
195
Daniel Veillardc5312d72003-02-21 17:14:10 +0000196Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
197
198 * relaxng.c: fixed some problems in the previous commit
199 and finished implementing 4.16 rules checking
200 found 373 test schemas: 353 success 20 failures
201 found 529 test instances: 519 success 6 failures
202 * result/relaxng/*: updated the results
203
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000204Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
205
206 * relaxng.c: implemented checks from section 7.2
207
Daniel Veillard77648bb2003-02-20 15:03:22 +0000208Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
209
210 * relaxng.c: implemented the checks from section 7.1, fixed
211 some of the 4.20 and 4.21 problems.
212 found 373 test schemas: 338 success 35 failures
213 found 529 test instances: 519 success 6 failures
214 * result/relaxng/*: updated the results
215
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000216Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
217
218 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
219 * result/relaxng/*: updated the results
220
Daniel Veillardce14fa52003-02-19 17:32:48 +0000221Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
222
223 * relaxng.c: more bugfixes
224 * result/relaxng/*: updated the results
225
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000226Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
227
228 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
229 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
230 * SAX.c: ensured xmlDoc.URL is always canonic
231 * parser.c: obsoleted xmlNormalizeWindowsPath
232 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
233 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
234 * win32/libxml2.def.src: added few exports
235
236
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000237Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
238
239 * Makefile.am configure.in: patched to have shared libraries
240 for Python regression tests and static binaries for gdb debug
241 in my development environment
242 * relaxng.c: more bugfixes
243 found 373 test schemas: 296 success 77 failures
244 found 529 test instances: 516 success 8 failures
245 * result/relaxng/*: updated the results
246
Daniel Veillard8fe98712003-02-19 00:19:14 +0000247Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
250
Daniel Veillardd4310742003-02-18 21:12:46 +0000251Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
252
253 * xmlschemastypes.c: float/double check bugfix
254 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
255 validation
256 * xmlreader.c: add a TODO for Jody
257 * relaxng.c: bugfix bugfix bugfix
258 found 373 test schemas: 300 success 73 failures
259 found 529 test instances: 507 success 10 failures
260 * result/relaxng/*: updated the results
261
Daniel Veillard2df2de22003-02-17 23:34:33 +0000262Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
263
264 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
265
Daniel Veillard416589a2003-02-17 17:25:42 +0000266Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
267
268 * relaxng.c check-relaxng-test-suite.py: more work on the
269 RelaxNG implementation conformance testing.
270 found 373 test schemas: 284 success 89 failures
271 found 529 test instances: 448 success 47 failures
272 * result/relaxng/*: updated the results
273
Daniel Veillard784b9352003-02-16 15:50:27 +0000274Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
277 a patch from Kjartan Maraas to fix some typos
278
Daniel Veillardfebcca42003-02-16 15:44:18 +0000279Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
280
281 * relaxng.c: more bug-hunting
282 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
283 intermediate rng tree
284 * python/generator.py: patch from Stephane Bidoul to fix the generator
285 on python < 2.2
286
Daniel Veillardd2298792003-02-14 16:54:11 +0000287Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
288
289 * check-relaxng-test-suite.py relaxng.c: more testing on the
290 Relax-NG front, cleaning up the regression tests failures
291 current state and I forgot support for "mixed":
292 found 373 test schemas: 280 success 93 failures
293 found 529 test instances: 401 success 68 failures
294 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
295 moved the Name, NCName and QName validation routine in tree.c
296 * uri.c: fixed handling of URI ending up with #, i.e. having
297 an empty fragment ID.
298 * result/relaxng/*: updated the results
299
Daniel Veillard9a237c92003-02-13 15:52:58 +0000300Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
301
302 * check-xinclude-test-suite.py: improved the script accordingly
303 to the XInclude regression tests updates
304 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
305 November 2002
306 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
307 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
308 augmented the Xpointer testsuite for the element() scheme
309
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000310Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
311
312 * relaxng.c: added TODO for the DTD compatibility spec
313 * xinclude.c: more bug fixes driven by the testsuite
314
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000315Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
316
317 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
318 regression tests for XInclude, improved the script, improving
319 XInclude error reporting mechanism
320
Daniel Veillard1d788d22003-02-10 16:21:58 +0000321Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
322
323 * NEWS doc/* configure.in: preparing release 2.5.3
324
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000325Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
326
327 * tree.c: trying to fix #104934 about some XHTML1 serialization
328 issues.
329
Daniel Veillard809faa52003-02-10 15:43:53 +0000330Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
333 encoding conversion when the input buffer stops in the
334 middle of a multibyte char
335
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000336Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
337
338 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
339 * check-relaxng-test-suite.py: python script to run regression
340 against OASIS RelaxNG testsuite
341 * relaxng.c: some cleanup tweaks
342 * HTMLparser.c globals.c: cleanups in comments
343 * doc/libxml2-api.xml: updated the API
344 * result/relaxng/*: errors moved files, so large diffs but
345 no changes at the semantic level.
346
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000347Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
348
349 * tree.c: fixing #105678 problem when dumping a namespace node.
350
Daniel Veillard591b4be2003-02-09 23:33:36 +0000351Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
352
353 * xpath.c: fixed doc comment problems
354 * python/generator.py python/libxml_wrap.h python/types.c: adding
355 RelaxNG wrappers
356 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
357 test of those early Python RelaxNG bindings
358
359Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000360
361 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
362 * relaxng.c: found the validation problem I had with interleave
363 when not covering all remaining siblings
364 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
365 testsuite and check the RNG schemas against the RNG schemas
366 given in appendix A
367
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000368Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
369
370 * win32/Makefile.msvc: updates for RelaxNG
371 * win32/Makefile.mingw: updates for RelaxNG
372 * win32/libxml2.def.src: added RelaxNG exports
373
Daniel Veillard97fd5672003-02-07 13:01:54 +0000374Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * xinclude.c: applied another bug fix from Sean Chittenden
377
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000378Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
379
380 * configure.in xmllint.c: I f...ed up the default configuration
381 of schemas and --relaxng option display in xmllint, pointed by
382 Morus Walter.
383 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
384 detection module, fixes bug #105374.
385
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000386Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
387
388 * xmlschemastypes.c: added the boolean base type.
389
Daniel Veillard96a4b252003-02-06 08:22:32 +0000390Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
391
392 * xmlschemastypes.c: started implementing some of the missing
393 default simple types
394 * result/relaxng/*: updated the results
395
Daniel Veillard72fef162003-02-05 14:31:19 +0000396Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
397
398 * NEWS doc/*: updated the docs, ready for 2.5.2 release
399
Daniel Veillard71531f32003-02-05 13:19:53 +0000400Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * HTMLparser.c tree.c xmlIO.c: comments cleanups
403 * Makefile.am: use xmllint for doing the RelaxNG tests
404 * configure.in: preparing 2.5.2 made schemas support default to
405 on instead of off
406 * relaxng.c: removed the verbosity
407 * xmllint.c: added --relaxng option
408 * python/generator.py python/libxml_wrap.h: prepared the integration
409 of the new RelaxNG module and schemas
410 * result/relaxng/*: less verbose output
411
Daniel Veillardec498e12003-02-05 11:01:50 +0000412Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
413
414 * valid.c: do not run content model validation if the
415 content is not determinist
416
Daniel Veillardde590ca2003-02-05 10:45:26 +0000417Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
418
419 * SAX.c: added the redefinition of namespaced attribute
420 check that was missing as Fabrice Desré pointed out.
421
Daniel Veillard930dfb62003-02-05 10:17:38 +0000422Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
423
424 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
425 improvements from Nick Kew, allowing to do more checking
426 to HTML elements and attributes.
427
Daniel Veillard4287c572003-02-04 22:48:53 +0000428Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
429
430 * xinclude.c: fixing bug #105137 about entities declaration
431 needing to be copied to the including document.
432
Daniel Veillard652d8a92003-02-04 19:28:49 +0000433Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
434
435 * catalog.c: fixed bug #104817 with delegateURI
436 * xpath.c: fixing bugs #104123 and #104125
437
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000438Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
439
440 * configure.in valid.c xmlreader.c python/libxml_wrap.h
441 python/types.c: fixing #104096 to compile without regexps
442
Daniel Veillard57e79b32003-02-04 15:33:12 +0000443Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
444
445 * valid.c: fixing bug #103969 forgot to add an epsilon transition
446 when building the automata for elem*
447
Daniel Veillard358a9892003-02-04 15:22:32 +0000448Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
449
450 * HTMLparser.c: applied patch from Arne de Bruijn fixing
451 bug #103827
452
Daniel Veillardeb137172003-02-04 15:18:06 +0000453Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
454
455 * HTMLparser.c: updating a comment, fixing #103776
456
Daniel Veillard8d589042003-02-04 15:07:21 +0000457Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
458
459 * parser.c: fixing bug 105049 for validity checking of content
460 within recursive entities.
461
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000462Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
463
464 * HTMLparser.c: try to fix # 105049
465 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
466 * tree.c: updated a function comment
467
Daniel Veillard419a7682003-02-03 23:22:49 +0000468Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * relaxng: more work on grammars and refs/defs
471 * test/relaxng/* result/relaxng/*: augmented/updated the
472 regression tests
473
Daniel Veillard144fae12003-02-03 13:17:57 +0000474Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
475
476 * relaxng: more work on name classes, except support
477 * test/relaxng/* result/relaxng/*: augmented/updated the
478 regression tests
479
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000480Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
481
482 * relaxng: more work on name classes, the "validate all" schemas
483 seems to work now.
484 * test/relaxng/* result/relaxng/*: augmented/updated the
485 regression tests
486
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000487Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
488
489 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
490 * parser.c: put a guard against infinite document depth, basically
491 trying to avoid another kind of DoS attack.
492 * relaxng.c: some code w.r.t. nameClasses
493
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000494Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
495
496 * test/relaxng/* result/relaxng/*: check all the namespace support
497 was actually correct based on tutorial section 10.
498
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000499Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
500
501 * relaxng: include seems to work okay now
502 * test/relaxng/* result/relaxng/*: augmented/updated the
503 regression tests
504
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000505Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
506
507 * relaxng.c: a bit of work done in the train back.
508 * test/relaxng/*: added one of the include tests
509
Daniel Veillard154877e2003-01-30 12:17:05 +0000510Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
511
512 * relaxng: more work done in the train
513 * test/relaxng/* result/relaxng/*: augmented/updated the
514 regression tests
515
Daniel Veillarde431a272003-01-29 23:02:33 +0000516Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
517
518 * relaxng.c: debugging of externalRef
519 * test/relaxng/* result/relaxng/*: augmented/updated the
520 regression tests
521
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000522Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
523
524 * relaxng.c: more work on Relax-NG, implementing externalRef
525 * test/relaxng/* result/relaxng/*: augmented/updated the
526 regression tests
527 * Makefile.am: cleanup to Relaxtests target
528
Daniel Veillardb08c9812003-01-28 23:09:49 +0000529Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
530
531 * relaxng.c: more work on Relax-NG, implementing interleave
532 * test/relaxng/* result/relaxng/*: augmented/updated the
533 regression tests
534
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000535Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
536
537 * relaxng.c: more work on Relax-NG, implementing interleave
538 * test/relaxng/* result/relaxng/*: augmented/updated the
539 regression tests
540
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000541Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
542
543 * doc/tutorial/customfo.xsl
544 * doc/tutorial/customhtml.xsl
545 adding stylesheet customizations used to generate fo
546 for pdf and html
547
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000548Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
549
550 * relaxng.c: more work on Relax-NG
551 * test/relaxng/* result/relaxng/*: augmented/updated the
552 regression tests
553 * xmlschemastypes.c: added a number of base type definition but not
554 the associated checks, those are still TODOs
555
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000556Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
557
558 in docs/tutorial:
559 * apa.html
560 * apb.html
561 * apc.html
562 * apd.html
563 * ape.html
564 * apf.html
565 * apg.html
566 * ar01s02.html
567 * ar01s03.html
568 * ar01s04.html
569 * ar01s05.html
570 * ar01s06.html
571 * ar01s07.html
572 * ar01s08.html
573 * index.html
574 * xmltutorial.pdf
575 * xmltutorial.xml
576 add index to tutorial
577
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000578Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
579
580 * doc/xmlcatalog.1
581 * doc/xmlcatalog_man.html
582 * doc/xmlcatalog_man.xml
583 belatedly fixing bug #93622 (adds rewriteURI type to
584 "--add" option in xmlcatalog man page
585
Daniel Veillard3be27512003-01-26 19:49:04 +0000586Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
587
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000588 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000589 Julio Merino, closing #104475
590
Daniel Veillardea3f3982003-01-26 19:45:18 +0000591Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
592
593 * relaxng.c: more work on Relax-NG
594 * test/relaxng/* result/relaxng/*: augmented/updated the
595 regression tests
596
Daniel Veillardedc91922003-01-26 00:52:04 +0000597Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
598
599 * relaxng.c: more work on Relax-NG
600 * test/relaxng/* result/relaxng/*: augmented/updated the
601 regression tests
602
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000603Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
604
605 * README: updated the policy on private mail answers
606 * relaxng.c: more work on Relax-NG
607 * test/relaxng/* result/relaxng/*: augmented/updated the
608 regression tests
609
Daniel Veillard7424eb62003-01-24 14:14:52 +0000610Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
611
612 * error.c parser.c tree.c: applied a documentation patch from
613 Stefan Kost
614
Daniel Veillard276be4a2003-01-24 01:03:34 +0000615Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
616
617 * relaxng.c: more work on Relax-NG
618 * doc/*: regenerated the docs
619 * test/relaxng/* result/relaxng/*: updated and augmented the
620 Relax-NG regression tests and results
621
Daniel Veillard6eadf632003-01-23 18:29:16 +0000622Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
625 First commit of the new Relax-NG validation code, not generally
626 useful yet.
627 * test/relaxng/* result/relaxng/*: current state of the regression
628 tests
629
Daniel Veillard814a76d2003-01-23 18:24:20 +0000630Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * tree.c: minimized the memory allocated for GetContent
633 and a bit of cleanup.
634
Daniel Veillardff12c492003-01-23 16:42:55 +0000635Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
636
637 * python/generator.py: seems there is no good reasons to
638 not generate bindings for XPointer
639
Daniel Veillard540a31a2003-01-21 11:21:07 +0000640Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * xmlreader.c doc/apibuild.py: applied a new patch from
643 Stéphane Bidoul for cleanups
644 * doc/libxml2-api.xml: rebuilt the API description with
645 new entry points
646
Daniel Veillard417be3a2003-01-20 21:26:34 +0000647Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
648
649 * xmlreader.c python/drv_libxml2.py python/generator.py
650 python/libxml.c python/libxml.py python/libxml_wrap.h
651 python/types.c: patch from Stéphane Bidoul for better per
652 context error message APIs
653 * python/tests/ctxterror.py python/tests/readererr.py:
654 update of the tests
655
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000656Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
657
658 * doc/guidelines.html
659 grammar and spelling cleanup
660
Daniel Veillard26f70262003-01-16 22:45:08 +0000661Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
662
663 * xmlreader.c include/libxml/xmlreader.h python/generator.py
664 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
665 a patch from Stéphane Bidoul to allow per XMLtextReader error
666 and warning handling
667 * python/tests/Makefile.am python/tests/readererr.py: adding the
668 specific regression test
669
Daniel Veillard71f9d732003-01-14 16:07:16 +0000670Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
671
672 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
673 should raise a syntax error
674
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000675Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * python/libxml.c: cleanup patch from Stéphane Bidoul
678
Daniel Veillard81601f92003-01-14 13:42:37 +0000679Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
680
681 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
682
Daniel Veillarde6227e02003-01-14 11:42:39 +0000683Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
684
685 * python/generator.py python/libxml.c python/libxml.py
686 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000687 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000688 Python level.
689 * python/tests/Makefile.am python/tests/ctxterror.py: added a
690 regression test for it.
691
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000692Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
693
694 * xmlreader.c: fixed the streaming property of the reader,
695 it was generating tree faster than consuming it. Pointed out
696 by Nate Myers
697 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
698
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000699Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
700
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000701 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000702
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000703Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * xpath.c: fix to the XPath implementation for parent and
706 ancestors axis when operating on a Result Value Tree.
707 Fixes bug #100271
708
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000709Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
710
711 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
712 to fix some URI/file escaping problems
713
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000714Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * python/generator.py: fixed a bug raised by Raymond Wiker,
717 docSetRootElement() should not raise an exception if the
718 return is None
719
Daniel Veillard3e20a292003-01-10 13:14:40 +0000720Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
721
722 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
723 fixed bug #102181 by applying the suggested change and fixing
724 the generation/registration problem.
725
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000726Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
727
728 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
729 routines.
730
Daniel Veillard8f872442003-01-09 23:19:02 +0000731Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
732
733 * parser.c: one more IsEmptyElement crazyness, that time in
734 external parsed entities if substitution is asked.
735 * python/tests/reader3.py: added a specific test.
736
Daniel Veillarde329fc22003-01-09 21:36:42 +0000737Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
738
739 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
740 support and improved error handler registration
741
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000742Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
743
744 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
745 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
746 * README: fixed a link
747
Daniel Veillarde2830f12003-01-08 17:47:49 +0000748Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
749
750 * configure.in doc/* NEWS: preparing 2.5.1 release
751 * SAX.c parser.c: fixing XmlTextReader bug
752
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000753Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
754
755 * SAX.c: fuck, I introduced a memory leak on external parsed
756 entities in 2.5.0 :-(
757
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000758Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
759
760 * xmllint.c: another fix needed as pointed by Christophe Merlet
761 for --stream --debug if compiled without debug support.
762
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000763Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
764
765 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000766 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000767 update man page with --stream and --chkregister
768
Daniel Veillard8326e732003-01-07 00:19:07 +0000769Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
770
771 * globals.c: fixed --with-threads compile
772 * xmllint.c: fixed --without-debug compile
773 * include/libxml/globals.h: cleanup
774 * include/libxml/schemasInternals.h: add a missing include
775
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000776Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
777
778 * configure.in NEWS: preparing 2.5.0 release
779 * SAX.c: only warn in pedantic mode about namespace name
780 brokeness
781 * globals.c: fix a doc generation problem
782 * uri.c: fix #101520
783 * doc/*: updated and rebuilt the doc for the release, includuding
784 stylesheet update
785 * python/Makefile.am: fix a filename bug
786
787Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
788
789 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
790 should not be called.
791
792Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794 * libxml-2.0.pc.in: applied the patch to fix #101894
795
796Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
797
798 * tree.c : applied patch from Lukas Schroeder for register callbacks
799 * valid.c: modified patch from Lukas Schroeder to test
800 register callbacks with --chkregister
801
802Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
803
804 * xmlreader.c: seriously changed the way data are pushed to
805 the underlying parser, go by block of 512 bytes instead of
806 tryng to detect tag boundaries at that level. Changed the
807 way empty element are detected and tagged.
808 * python/tests/reader.py python/tests/reader2.py
809 python/tests/reader3.py: small changes mostly due to context
810 reporting being different and DTD node being reported. Some
811 errors previously undetected are now caught and fixed.
812 * doc/xmlreader.html: flagged last section as TODO
813
814Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
815
816 * python/libxml.py: integrated the Python 2.2 optimizations
817 from Hannu Krosing, while maintaining compatibility with
818 1.5 and 2.1
819
820Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
821
822 * xmllint.c: a bit of cleanup
823 * xmlreader.c: small fix
824 * doc/xmlreader.html: more work on the XmlTextReader tutorial
825 * python/libxml.py: a few fixes pointed out by Hannu Krosing
826
827Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
828
829 * python/setup.py.in: patch from Stéphane Bidoul to include
830 drv_libxml2.py in setup.py
831
832Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
833
834 * doc/xmlreader.html: starting documenting the new XmlTextReader
835 interface.
836
837Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
838
839 * xmllint.c: added the --stream flag to use the TextReader API
840 * xmlreader.c: small performance tweak
841
842Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
843
844 * xmlreader.c python/tests/reader2py: okay the DTD validation
845 code on top of the XMLTextParser API should be solid now.
846
847Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
848
849 * xmlreader.c python/tests/reader2py: Fixing some more mess
850 with validation and recursive entities while using the
851 reader interface, it's getting a bit messy...
852
853Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
854
855 * xmlreader.c python/tests/reader.py: another couple of problem
856 related to IsEmptyElement reported by Stéphane Bidoul needed
857 some fixes.
858
859Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
860
861 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
862 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
863 based on the python XmlTextReader interface.
864
865Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
866
867 * tree.c: backing out one change in the last patch which broke the
868 regression tests
869
870Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
871
872 * global.data globals.c tree.c include/libxml/globals.h: applied
873 an old patch from Lukas Schroeder to track node creation and
874 destruction. Probably missing a lot of references at the moment
875 and not usable reliably.
876
877Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
878
879 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
880 from doc/news.html and a stylesheet
881
882Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
883
884 * xmlreader.c python/tests/reader.py: fixed another couple of
885 xmlreader bugs reported by Stéphane Bidoul and added tests.
886
887Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
888
889 * xmlreader.c python/tests/reader2.py: fixed another validity
890 checking in external parsed entities raised by Stéphane Bidoul
891 and added a specific regression test.
892 * python/tests/reader3.py: cleanup
893
894Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
895
896 * xmlreader.c python/tests/reader2.py: fixed a problem with
897 validation within entities pointed by Stéphane Bidoul, augmented
898 the tests to catch those.
899
900Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
901
902 * python/generator.py: modified the generator to allow keeping
903 class references when creating new classes, needed to fix a bug
904 pointed by Stéphane Bidoul where the input buffer of the
905 xmlTextReader instance gets destroyed if the python wrapper for
906 the input is not referenced anymore.
907
908Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
909
910 * xmlreader.c python/tests/reader.py: fixed another pair of problem
911 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
912
913Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
914
915 * xmlreader.c python/tests/reader.py: fixed another problem
916 pointed by Stéphane Bidoul
917
918Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
919
920 * xmlreader.c python/tests/reader.py: fixed a limit case problem
921 with "<a/>"
922
923Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
924
925 * SAX.c: warn on xmlns:prefix="foo"
926 * xmlreader.c python/tests/reader.py: fixed a couple of problem
927 for namespace attributes handling.
928
929Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
930
931 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
932 a really nasty problem raised by a DocBook XSLT transform
933 provided by Sebastian Bergmann
934
935Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
936
937 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
938 by Stéphane Bidoul and integrated it into the tests
939
940Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
941
942 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
943 extended the XmlTextReader API a bit, addding accessors for
944 the current doc and node, and an entity substitution mode for
945 the parser.
946 * python/libxml.py python/libxml2class.txt: related updates
947 * python/tests/Makefile.am python/tests/reader.py
948 python/tests/reader2.py python/tests/reader3.py: updated a bit
949 the old tests and added a new one to test the entities handling
950
951Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
952
953 * python/generator.py python/libxml2class.txt
954 python/tests/reader.py python/tests/reader2.py: changed the
955 generator to provide casing for the XmlTextReader similar to
956 C# so that examples and documentation are more directly transposable.
957 Fixed the couple of tests in the suite.
958
959Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
960
961 * doc/guidelines.html: added a document on guildeline for
962 publishing and deploying XML
963
964Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
965
966 * valid.c xmlreader.c: final touch running DTD validation
967 on the XmlTextReader
968 * python/tests/Makefile.am python/tests/reader2.py: added a
969 specific run based on the examples from test/valid/*.xml
970
971Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
972
973 * python/libxml.py: added a few predefined xmlTextReader parser
974 configuration values.
975
976Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
977
978 * python/libxml_wrap.h: trying to fix #102037
979
980Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
981
982 * SAX.c: fixing bug #95296, when the predefined entities
983 are redefined in the DTD the default one must be used
984 instead anyway.
985
986Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
987
988 * doc/xmllint.xml
989 * doc/xmllint.1
990 Add discussion of XML_DEBUG_CATALOG to xmllint man
991 page - bug #100907
992
993
994Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
995
996 * xmlreader.c: Fixed the empty node detection to avoid reporting
997 an inexistant close tag.
998
999Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1000
1001 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1002 for Python 2.1
1003
1004Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1005
1006 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1007
1008Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1009
1010 * doc/libxml2-api.xml python/tests/reader.py: one really need
1011 to provide the base URI information when creating a reader parser
1012 from an input stream. Updated the API and the example using it.
1013
1014Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1015
1016 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1017 include/libxml/valid.h include/libxml/xmlreader.h: working on
1018 DTD validation on top of xml reader interfaces. Allows to
1019 validate arbitrary large instances. This required some extensions
1020 to the valid module interface and augmenting the size of xmlID
1021 and xmlRef structs a bit.
1022 * uri.c xmlregexp.c: simple cleanup.
1023
1024Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1025
1026 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1027 work on the xml reader interfaces.
1028 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1029 Web page for the Windows binaries.
1030
1031Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1032
1033 * xmlIO.c: applied a patch for VMS following the report by
1034 Nigel Hall
1035
1036Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1037
1038 * parser.c: the parseStartTag bug fix wasn't complete.
1039
1040Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1041
1042 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1043 parseStartTag, fixing it.
1044 * test/att4 result/att4 result/noent/att4: adding the test
1045 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1046 more methods to XmlTextReader.
1047
1048Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1049
1050 * win32/libxml2.def.src: added more xml reader exports
1051 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1052 to the build
1053
1054Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1055
1056 * doc/tutorial/xmltutorial.xml
1057 plus generated html and pdf
1058 Updating tutorial again based on further comments from Niraj
1059 Tolia on the last iteration
1060
1061Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1062
1063 * doc/tutorial/xmltutorial.xml
1064 * doc/tutorial/includekeyword.c
1065 * doc/tutorial/includegetattribute.c
1066 plus generated html and pdf
1067 Adding fix from Niraj Tolia to tutorial to properly free memory.
1068
1069
1070Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1071
1072 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1073 more methods of XmlTextReader.
1074 * python/libxml2class.txt python/tests/reader.py: this increased the
1075 methods in the bndings, augmented the test to check those new
1076 functions.
1077
1078Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1079
1080 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1081 methods of XmlTextReader.
1082 * python/generator.py python/libxml_wrap.h python/types.c
1083 python/libxml2class.txt: added the reader to the Python bindings
1084 * python/tests/Makefile.am python/tests/reader.py: added a specific
1085 test for the Python bindings of the Reader APIs
1086 * parser.c: small cleanup.
1087
1088Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1089
1090 * xinclude.c: fallback was only copying the first child not the
1091 full child list of the fallback element, closes #89684 as reopened
1092 by Bernd Kuemmerlen
1093
1094Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1095
1096 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1097
1098Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * configure.in: preparing release of 2.4.30
1101 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1102 gives enum values, fix functype return type, put back fields in
1103 structs
1104 * doc/*: updated the docs rebuilt
1105
1106Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1107
1108 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1109 about htmlNodeDumpOutput location.
1110 * xpath.c: removed an undefined function signature
1111 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1112 too many symbols in the API breaking the python bindings.
1113 Updated with the libxslt/libexslt changes.
1114
1115Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1116
1117 * configure.in: preparing release of 2.4.29
1118 * doc/*: rebuilt the docs and API
1119 * xmlreader.c: a few more fixes for the XmlTextReader API
1120
1121Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1122
1123 * include/win32config.h: applied mingw patch from Magnus Henoch
1124
1125Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1126
1127 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1128
1129Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1130
1131 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1132 building Python script, does the C parsing directly, generates
1133 a better API description including structure fieds defs and
1134 enums. Still a couple of bugs, but good enough for the python
1135 wrappers now.
1136 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1137 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1138 include/libxml/schemasInternals.h include/libxml/tree.h: more
1139 cleanup based on the python analysis script reports.
1140 * libxml.spec.in: make sure the API XML description is part of the
1141 devel package.
1142
1143Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1144
1145 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1146 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1147 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1148 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1149 code cleanup, especially the function comments.
1150 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1151
1152Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1153
1154 * Makefile.am xmlreader.c include/libxml/Makefile.am
1155 include/libxml/xmlreader.h: Adding a new set of APIs based on
1156 the C# TextXmlReader API but converted to C. Allow to parse
1157 in constant memory usage, far simpler to program and explain
1158 than the SAX like APIs, unfinished but working.
1159 * testReader.c: test program
1160
1161Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1162
1163 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1164
1165Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1166
1167 * tree.c: Chip turner indicated that XHTML1 serialization
1168 rule for style actually break on both IE and Mozilla,
1169 try to avoid the rule if escaping ain't necessary
1170
1171Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1172
1173 * nanhttp.c: handle HTTP URL escaping, problem reported by
1174 Glen Nakamura and Stefano Zacchiroli
1175
1176Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1177
1178 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1179
1180Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1181
1182 * uri.c: Johann Richard pointed out some XPointer problems for
1183 URN based URI references in XInclude. Modified the URI parsing
1184 and saving routines to allow correct parsing and saving of
1185 XPointers, especially when attached to "opaque" scheme accordingly
1186 to RFC 2396
1187
1188Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1189
1190 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1191 of refactoring to the HTML saving code.
1192 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1193 in the doc.
1194
1195Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1196
1197 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1198 to a buffer API to reuse the generic dump to an OutputIO layer,
1199 this reduces code, fixes xmlNodeDump() for XHTML, also made
1200 xmlNodeDump() now return the number of byte written.
1201
1202Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1203
1204 * python/setup.py.in: another patch from Stéphane Bidoul for
1205 Python bindings on Windows
1206 * doc/parsedecl.py: small cleanup
1207
1208Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * libxml.spec.in configure.in: add a line in %changelog for releases
1211
1212Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1213
1214 * parser.c: patch from Marcus Clarke fixing a problem in entities
1215 parsing that was detected in KDe documentations environment.
1216
1217Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1218
1219 * python/libxml.c (libxml_prev): Return the previous as opposed to
1220 the next node (I guess this is the result of some cut & paste programming:)
1221
1222Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1223
1224 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1225
1226Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1227
1228 * python/generator.py python/libxml.c python/setup.py.in: trying
1229 to fix the Python bindings build on Windows (Stéphane Bidoul)
1230
1231Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1232
1233 * win32/configure.js: added option for python bindings
1234 * win32/libxml2.def.src: added more exports
1235
1236Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1237
1238 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1239 pthreads
1240 * win32/wince/*: applied updates to Windows CE port from Javier
1241
1242Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1243
1244 * configure.in: preparing 2.4.28
1245 * libxml.spec.in doc/Makefile.am: some cleanup
1246 * doc/*: updated the news and regenerated.
1247
1248Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * HTMLparser.c: final touch at closing #87235 </p> end tags
1251 need to be generated.
1252 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1253 this change slightly the output of a few tests
1254 * doc/*: regenerated
1255
1256Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1257
1258 * parserInternals.c: fixing bug #99190 when UTF8 document are
1259 parsed using the progressive parser and the end of the chunk
1260 is in the middle of an UTF8 multibyte character.
1261
1262Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1263
1264 * threads.c: fixed initialization problem in xmlNewGlobalState
1265 which was causing crash.
1266 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1267 in xmlInitializeGlobalState.
1268 * parserInternals.c: cleaned up ctxt->sax initialisation.
1269
1270Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1271
1272 * tree.c include/libxml/tree.h: modified the existing APIs
1273 to handle XHTML1 serialization rules automatically, also add
1274 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1275 libxslt serialization uses it when needed without changing
1276 the library API.
1277 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1278 result/xhtml1: added a new test specifically for xhtml1 output
1279 and updated the result of one XHTML1 test
1280
1281Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1282
1283 * xinclude.c parserInternals.c encoding.c: fixed #99082
1284 for xi:include encoding="..." support on text includes.
1285 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1286 test/XInclude/ents/isolatin.txt : added a specific regression test
1287 * python/generator.py python/libxml2class.txt: fixed the generator
1288 the new set of comments generated for doc/libxml2-api.xml were
1289 breaking the python generation.
1290
1291Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1292
1293 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1294 * configure.in: patch for Solaris on new autoconf closes #98880
1295 * doc/parsedecl.py: repair the frigging API building script,
1296 did I say that python xmllib sucks ?
1297 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1298 and some comment are no more truncated.
1299
1300Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1301
1302 * parser.c: Martin Stoilov pointed out a potential leak in
1303 xmlCreateMemoryParserCtxt
1304
1305Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1306
1307 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1308 included in HTML documents and using the push parser.
1309
1310Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1311
1312 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1313 specified, look for the Python interpreter not just in the
1314 specified root but also in the specified location. Fixes #98825
1315
1316Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1317
1318 * python/libxml.c: fixing bug #98792 , node may have no doc
1319 and dereferencing without checking ain't good ...
1320
1321Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1322
1323 * configure.in: preparing release 2.4.27
1324 * doc/* : updated and rebuilt the docs
1325 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1326 and all the docs are actually packaged and in the final RPMs
1327 * parser.c parserInternals.c include/libxml/parser.h: restore
1328 xmllint --recover feature.
1329
1330Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1331
Daniel Veillard784b9352003-02-16 15:50:27 +00001332 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001333 processing of parsed entities, and XPath computation on sustitued
1334 entities.
1335 * testXPath.c: make sure entities are substitued.
1336
1337Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1338
Daniel Veillard784b9352003-02-16 15:50:27 +00001339 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001340 processing of internal parsed entities, which had to be changed.
1341
1342Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1343
1344 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1345 trying to fix bug #98517 about building outside the source tree
1346 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1347
1348Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1349
1350 * include/win32config.h: cleanup
1351 * win32/Makefile.mingw: integrated mingw in JScript configure
1352 * win32/Makefile.msvc: modified to allow mingw coexistence
1353 * win32/configure.js: integrated mingw
1354 * win32/Readme.txt: cleanup
1355
1356Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1357
1358 * HTMLparser.c: strengthen the guard in the Pop macros,
1359 like in the XML parser, closes bug #97315
1360
1361Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1362
1363 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1364 callback is never used.
1365
1366Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1367
1368 * parserInternals.c: fixed the initialization of the SAX structure
1369 which was breaking xsltproc
1370 * xpath.c: patch from Petr Pajas for CDATA nodes
1371 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1372 * parser.c include/libxml/parser.h: patch from Peter Jones
1373 removing a leak in xmlSAXParseMemory() and adding the
1374 function xmlSAXParseMemoryWithData()
1375
1376Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1377
1378 adding pdf of tutorial, changing web page to link to it
1379 * doc/tutorial/xmltutorial.pdf
1380 * doc/xml.html
1381 * doc/docs.html
1382
1383Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1384
1385 * doc/tutorial/ar01s08.html
1386 adding file what I forgot for tutorial
1387
1388
1389Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1390
1391 Adding encoding discussion to tutorial
1392 Added:
1393 * doc/tutorial/images/*.png: DocBook admonition image files
1394 * doc/tutorial/apf.html, apg.html: new generated html
1395 * doc/tutorial/includeconvert.c: conversion code entity file
1396 changed:
1397 * doc/tutorial/xmltutorial.xml: DocBook original
1398 * doc/tutorial/*.html: generated html
1399
1400Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1401
1402 * include/libxml/*.h: retired xmlwin32version.h
1403 * doc/Makefile.am: retired xmlwin32version.h
1404 * win32/configure.js: retired xmlwin32version.h
1405
1406Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1407
1408 * win32/libxml2.def.src: exported additional symbols
1409 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1410 sisterhood
1411
1412Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1413
1414 * globals.c: fixed a typo pointed out by Igor
1415 * xpath.c: try to speed up node compare using line numbers
1416 if available.
1417
1418Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * tree.c: make xmlFreeNode() handle attributes correctly.
1421
1422Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1423
1424 * catalog.c: completed the #96963 fix, as reported by Karl
1425 Eichwalder
1426
1427Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1428
1429 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1430
1431Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1432
1433 * Makefile.am: switched the order of a couple of includes
1434 to fix bugs #97100
1435
1436Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1437
1438 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1439 xmlLoadCatalogs that used to separate directories with a ':'.
1440
1441Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1442
1443 * threads.c: improvements to the Windows-side of thread handling
1444 * testThreads.c: conditionally excluded unistd.h
1445 * testThradsWin32.c: broke overlong lines
1446 * include/win32config.h: adapted thread-related macros to the new
1447 scheme and for pthreads on Windows
1448 * win32/Makefile.msvc: introduced a more flexible thread build,
1449 added testThreads[Win32].c to the build
1450 * win32/configure.js: introduced a more flexible thread config
1451
14522002-10-31 John Fleck <jfleck@inkstain.net>
1453
1454 * doc/xml.html (and, by implication, FAQ.html)
1455 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1456
1457Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1458
1459 * configure.in: removed xmlwin32version.h
1460 * include/libxml/Makefile.am: removed xmlwin32version.h
1461
1462Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1463
1464 * tree.c: applied patch from Brian Stafford to fix a bug
1465 in xmlReconciliateNs()
1466
1467Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1468
1469 * tree.c: applied patch from Christian Glahn to allow
1470 xmlNewChild() on document fragment nodes
1471
1472Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1473
1474 * parser.c: Christian Glahn found a problem with a recent
1475 patch to xmlParseBalancedChunkMemoryRecover()
1476 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1477 problems
1478 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1479 test/schemas/seq*: added the test cases from Charles
1480
1481Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1484 serious cleanup of the spec file and associated changes
1485 in the Makefiles.
1486 * valid.c: try to remove some warnings on x86_64
1487
1488Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1489
1490 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1491 fix bug #96586
1492
1493Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1494
1495 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1496 parsing, applied his patch
1497 * result/HTML/attrents.html result/HTML/attrents.html.err
1498 result/HTML/attrents.html.sax test/HTML/attrents.html:
1499 added the test and result case provided by Mikhail Sogrine
1500
1501Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * vms/build_libxml.com vms/config.vms vms/readme.vms
1504 include/libxml/parser.h include/libxml/parserInternals.h
1505 include/libxml/tree.h include/libxml/xmlIO.h
1506 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1507 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1508 Applied the VMS update patch from Craig A. Berry
1509 * doc/*.html: update
1510
1511Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1512
1513 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1514
1515Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1516
1517 * debugXML.c: adding a grep command to --shell in xmllint
1518 for T.V. Raman
1519
1520Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1521
1522 * xmlcatalog.c: tried to fix some of the problem with --sgml
1523
1524Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1525
1526 * parser.c: tried to fix bug #91500 where doc->children may
1527 be overriden by a call to xmlParseBalancedChunkMemory()
1528
1529Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1530
1531 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1532 identifiers in SGML catalogs containing '&'
1533
1534Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1535
1536 * python/types.c: fixed bugs when passing result value tree
1537 to Python functions.
1538
1539Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1540
1541 * configure.in: preparing the release of 2.4.26
1542 * doc/*: updated and rebuilt the documentation
1543
1544Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1545
1546 * parser.c: fixed a XML Namespace compliance bug reported by
1547 Alexander Grimalovsky
1548
1549Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1550
1551 * HTMLtree.c: fixed serialization of script and style when
1552 they are not lowercase (i.e. added using the API to the tree).
1553
1554Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1555
1556 * valid.c: make xmlValidateDocument emit a warning msg if there
1557 is no DTD, pointed by Christian Glahn
1558
1559Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1562 content model when some of the blocks have min or max, and a couple
1563 of bugs found in the process.
1564 * result/schemas/list0* test/schemas/list0*: added some specific
1565 regression tests
1566
1567Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1568
1569 * README: updated the contact informations
1570
1571Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1572
1573 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1574 misses it, reported by Peter Bray.
1575
1576Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1577
1578 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1579 and removed a few warnings
1580
1581Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * parser.c: Christian Glahn found a small bug in the push parser.
1584 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1585 public
1586
1587Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * xmlschemas.c include/libxml/xmlschemas.h: added
1590 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1591 * testSchemas.c: added --memory to test the new interface
1592
1593Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1594
1595 * doc/index.py doc/search.php: integrated the XSLT indexing,
1596 a few fixed in the indexer, added a scope selection at the
1597 search level.
1598
1599Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1600
1601 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1602 this was due to uninitialized parts of the validation context
1603
1604Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1605
1606 * debugXML.c: applied patch from Mark Vakoc except the API
1607 change, preserved it.
1608 * doc/*: updated the docs to point to the search engine for
1609 information lookup or before bug/help reports.
1610
1611Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1612
1613 * doc/index.py doc/search.php: added mailing-list archives
1614 indexing and lookup
1615
1616Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1617
1618 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1619
1620Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1621
1622 * doc/index.py: improved HTML indexing
1623 * doc/search.php: make the queries also lookup the HTML based indexes
1624
1625Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1626
1627 * doc/index.py: added HTML page indexing
1628
1629Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1630
1631 * xmlIO.c: extended Windows path normalisation to fix the base
1632 problem in libxslt.
1633 * catalog.c: fixed list handling in XML_CATALOG_FILES
1634
1635Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1636
1637 * valid.c: typo/bug found by Christian Glahn
1638
1639Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1640
1641 * xmlIO.c: applied Windows CE patch from Javier.
1642 * win32/wince: new directory, contains support for the PocketPC
1643 with Windows CE from Javier.
1644 * include/win32config.h: reorganised, removed duplicate
1645 definitions and applied WinCE patch from Javier.
1646 * include/wsockcompat.h: new file, now contains WinSock
1647 compatibility macros.
1648 * win32/Makefile.msvc: introduced double-run compilation.
1649
1650Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1651
1652 * configure.in include/libxml/xmlwin32version.h: preparing release
1653 of 2.4.25
1654 * doc/*: updated and regenerated teh docs and web pages.
1655
1656Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1657
1658 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1659 error were not covering namespace declarations.
1660 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1661 it was missing the attribute declaration for the namespace
1662 * result/VC/NS3: the fix now report breakages in that test
1663
1664Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1665
1666 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1667
1668Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1669
1670 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1671 and regenerated the docs and web site
1672
1673Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1674
1675 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1676 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1677 not before
1678
1679Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1680
1681 * python/generator.py python/libxml2class.txt: fixed a stupid error
1682 breaking the python API
1683
1684Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1685
1686 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1687 triostr.c triostr.h: applied a trio update patch from
1688 Bjorn Reese which should work with MinGW
1689
1690Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1691
1692 * tree.c: improving some documentation comments
1693 * xmlregexp.c: found and fixed a mem leak with python regression tests
1694 * doc/*: rebuilt the doc and the API XML file including the
1695 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1696 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1697 python/types.c: added access to the XML Schemas regexps from
1698 python
1699 * python/tests/Makefile.am python/tests/regexp.py: added a
1700 simple regexp bindings test
1701
1702Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1703
1704 * doc/xml.html:
1705 fixing ftp links - thanks to Vitaly Ostanin
1706
1707Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1708
1709 * xmlregexp.c: fixed the data callback on transition functionality
1710 which was broken when using the compact form
1711 * result/schemas/*: updated the results, less verbose, all tests
1712 pass like before
1713 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1714 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1715 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1716 annoying warnings
1717 * xpath.c: try to provide better error report when possible
1718
1719Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1720
1721 * Makefile.am: fixed a breakage raised by Jacob
1722
1723Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1724
1725 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1726 which don't use sockets
1727
1728Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1729
1730 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1731 * win32/configure.js: applied zlib patch from Daniel Gehriger
1732
1733Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1734
1735 * win32/configure.js: applied the patch from Mark Vakoc for
1736 regexp support
1737 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1738 for regexp support
1739
1740Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1741
1742 * xmlschemastypes.c: as pointed by Igor Float and Double
1743 parsing ain't finished yet
1744
1745Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1746
1747 * Makefile.am configure.in: trying to fix #88412 by bypassing
1748 all the python subdir if python ain't detected
1749
1750Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1751
1752 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1753 made configuring with regexps/automata/unicode the default
1754 but without schemas ATM
1755 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1756 fixed the regexp based DTD validation performance and memory
1757 problem by switching to a compact form for determinist regexps
1758 and detecting the determinism property in the process. Seems
1759 as fast as the old DTD validation specific engine :-) despite
1760 the regexp built and compaction process.
1761
1762Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1763
1764 * valid.c: determinism is debugged, new DTD checking code now works
1765 but xmlFAComputesDeterminism takes far too much CPU and the whole
1766 set usues too much memory to be really usable as-is
1767
1768Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1769
1770 * tree.c: fixed another stupid bug in xmlGetNodePath()
1771 * xmllint.c: --version now report the options compiled in
1772
1773Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1774
1775 * HTMLparser.c: small cleanup
1776 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1777 when configured with them. A bit of debugging around the determinism
1778 checks is still needed
1779
1780Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1781
1782 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1783
1784Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1785
1786 * xmlIO.c: small portability glitch fixed.
1787
1788Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1789
1790 * xmlschemastypes.c: incomplete steps for real/double support
1791 * testAutomata.c include/libxml/xmlautomata.h
1792 include/libxml/xmlregexp.h: avoiding a compilation problem
1793 * valid.c include/libxml/valid.h: starting the work toward using
1794 the regexps for actual DTD validation
1795
1796Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1797
1798 * hash.c: cosmetic cleanup
1799 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1800 integrating a DTD validation layer based on the regexps
1801
1802Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1803
1804 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1805 the determinism was tested before eliminating the epsilon
1806 transitions :-(
1807
1808Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1809
1810 * python/generator.py python/libxml.c python/libxml.py
1811 python/libxml2-python-api.xml python/libxml2class.txt
1812 python/libxml_wrap.h python/types.c: updated the python
1813 bindings, added code for easier File I/O, and the ability to
1814 define a resolver from Python fixing bug #91635
1815 * python/tests/Makefile.am python/tests/inbuf.py
1816 python/tests/outbuf.py python/tests/pushSAXhtml.py
1817 python/tests/resolver.py python/tests/serialize.py: updated
1818 and augmented the set of Python tests.
1819
1820Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1821
1822 * win32/configure.js: added more readme info for the binary
1823 package.
1824
1825Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1826
1827 * xmlIO.c: fixed a stupid out of bound array error
1828
1829Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1830
1831 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1832 messing around with support for Windows path, cleanups,
1833 trying to identify and fix the various code path to the
1834 filename access. Added xmlNormalizeWindowsPath()
1835
1836Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1837
1838 * error.c valid.c: working on better error reporting of validity
1839 errors, especially providing an accurate context.
1840 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1841 error reports in those cases.
1842
1843Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1844
1845 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1846 parser.c parserInternals.c xmlIO.c: get rid of all the
1847 perror() calls made in the library execution paths. This
1848 should fix both #92059 and #92385
1849
1850Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1851
1852 * xmllint.c: memory leak reporting was broken after a change
1853 of the preprocessor symbol used to activate it.
1854
1855Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1856
1857 * tree.c: try to make the copy function work for node of
1858 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1859 DOM layers though, not libxml2 itself.
1860
1861Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1862
1863 * valid.c: try to provide file and line informations, not all
1864 messages are covered, but it's a (good) start
1865
1866Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1867
1868 * xinclude.c: reimplemented a large part of the XInclude
1869 processor, trying to minimize resources used, James Henstridge
1870 provided a huge test case which was exhibiting severe memory
1871 consumption problems.
1872
1873Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1874
1875 * python/Makefile.am: applied patch from Christophe Merlet to
1876 reestablish DESTDIR
1877
1878Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1879
1880 * libxml.spec.in: fixes libary path for x86_64 AMD
1881
1882Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1883
1884 * doc/tutorial/includekeyword.c
1885 * doc/tutorial/xmltutorial.xml:
1886 (plus resulting generated html files)
1887 fixing one spot I missed in the tutorial where I hadn't freed
1888 memory properly
1889
1890Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1891
1892 * doc/tutorial/includeaddattribute.c
1893 * doc/tutorial/includeaddkeyword.c
1894 * doc/tutorial/includegetattribute.c
1895 * doc/tutorial/includekeyword.c
1896 * doc/tutorial/xmltutorial.xml
1897 * doc/tutorial/*.html:
1898 update tutorial to properly free memory (thanks to Christopher
1899 R. Harris for pointing out that this needs to be done)
1900 * doc/tutorial/images/callouts/*.png:
1901 added image files so the callouts are graphical, making it
1902 easier to read ( use "--param callout.graphics 1" to generate
1903 html with graphical callouts)
1904
1905Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1906
1907 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1908 nice logos generated by Marc Liyanage
1909 * doc/site.xsl *.html: changed the stylesheet to show the new
1910 logo and regenerated the pages
1911
1912Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1913
1914 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1915
1916Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1917
1918 * xpath.c: possible mem leak patch from Jason Adams
1919
1920Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1921
1922 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1923 in the XQuery namespace
1924 * configure.in: preparing 2.4.24
1925 * doc/*.html: updated the web pages
1926
1927Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1928
1929 * python/generator.py: closing bug #85258 by generating conditional
1930 compile check to avoid linking to routines not configured in.
1931
19322002-08-22 Havoc Pennington <hp@pobox.com>
1933
1934 * autogen.sh: update error message for missing automake
1935
1936Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1937
1938 * python/Makefile.am: typo in target name resulted in libxml2.py
1939 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1940
1941Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1942
1943 * win32/win32/Makefile.mingw: updated with version from
1944 Elizabeth Barham at http://soggytrousers.net/repository/
1945
1946Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1947
1948 * win32/Makefile.msvc: added the prefix location to the include
1949 and lib search path.
1950
19512002-08-18 Havoc Pennington <hp@pobox.com>
1952
1953 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1954 both automake 1.6 and 1.4 installed get the right automake. Means
1955 compilation from CVS will now require the latest automake 1.4
1956 release, or manually creating symlinks called "automake-1.4" and
1957 "aclocal-1.4"
1958
1959Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1960
1961 * configure.in python/Makefile.am: more AMD 64 induced changes from
1962 Frederic Crozat
1963
1964Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1965
1966 * xinclude.c: oops I was missing the xml:base fixup too
1967 * result/XInclude/*.xml: this adds xml:base attributes to most
1968 results of the tests
1969
1970Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1971
1972 * xinclude.c: quick but apparently working implementation of
1973 xi:fallback, should close bug #89684
1974 * Makefile.am test/XInclude/docs/fallback.xml
1975 result/XInclude/fallback.xml: added a basic test for fallback,
1976 and run with --nowarning to avoid a spurious warning
1977 * configure.in: applied patch from Frederic Crozat for python
1978 bindings on AMD 64bits machines.
1979
1980Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1981
1982 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1983 the caller don't pass a SAX callback block.
1984
1985Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * tree.c: applied the same fix for the XML-1.0 namespace to
1988 xmlSearchNsByHref() as was done for xmlSearchNs()
1989
1990Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1991
1992 * libxml.3: small cleanup of the man page
1993 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1994 when serializing HREF attributes generated by XSLT.
1995
1996Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1997
1998 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1999 version of Marc Liyanage' patch for boolean attributes in HTML
2000 output
2001
2002Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2003
2004 * python/tests/serialize.py: fixed the test results, indenting
2005 behaviour changed slightly
2006
2007Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2008
2009 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2010 new c14n function to Windows def files
2011
2012Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2013
2014 * c14n.c: fixed a memory leak in c14n code
2015
2016Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2017
2018 * parser.c include/libxml/parser.h: adding a new API for Christian
2019 Glahn: xmlParseBalancedChunkMemoryRecover
2020 * valid.c: patch from Rick Jones for some grammar cleanup in
2021 validation messages
2022 * result/VC/* result/valid/*: this slightly change some of the
2023 regression tests outputs
2024
2025Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2026
2027 * tree.c: trying to fix a problem in namespaced attribute handling
2028 raised by Christian Glahn
2029
2030Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2031
2032 * encoding.c include/libxml/encoding.h: Opening the interface
2033 xmlNewCharEncodingHandler as requested in #89415
2034 * python/generator.py python/setup.py.in: applied cleanup
2035 patches from Marc-Andre Lemburg
2036 * tree.c: fixing bug #89332 on a specific case of loosing
2037 the XML-1.0 namespace on xml:xxx attributes
2038
2039Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2040
2041 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2042 corner case from new Merlin's test suite and added a callback
2043 that will be used to improve xmlsec performance
2044
2045
2046Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2047
2048 * HTMLtree.c: trying to fix the <style> escaping problem in
2049 HTML serialization bug #89342
2050
2051Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2052
2053 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2054 and rebuilt the web site.
2055
2056Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2057
2058 * include/libxml/tree.h: added _private member to xmlNs struct
2059
2060Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * HTMLparser.c: fixing bug #84876 based on the xml working
2063 code.
2064
2065Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2066
2067 * python/Makefile.am: enhanced to fix bug 72012 (errors
2068 when using '-jX' make parameter)
2069
2070Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2071
2072 * xpath.c: small additional enhancement for booleans
2073 compared to nodesets
2074
2075Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2076
2077 * HTMLtree.c: changed the order of the encoding declaration
2078 attributes in the meta tags due to a bug in IE/Mac
2079
2080Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2081
2082 * xpath.c: enhanced handling of booleans (especially '='
2083 and '!=' for nodesets) - fixes bug 85256. Added new
2084 routine xmlXPathNotEqualValues for more proper handling
2085 of '!=' when nodesets are involved.
2086
2087Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2090 doc/xmlcatalog_man.xml to the source distribution
2091
2092Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2093
2094 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2095 asked for this.
2096
2097Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2098
2099 * configure.in: preparing 2.4.23
2100 * doc/*: rebuilt the docs
2101
2102Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2103
2104 * parser.c: fixing bug #84169 by fixing the
2105 comment of xmlCreatePushParserCtxt to describe the
2106 encoding detection parameters better.
2107
2108Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2109
2110 * valid.c: fixing bug #79331 in one path the lookup for
2111 ID attributes on a namespaced node wasn't handled correctly :-\
2112
2113Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2114
2115 * HTMLparser.c: trying to fix 87235 about discarded white
2116 spaces in the HTML parser.
2117 * result/HTML/*: this changes the output of a number of HTML
2118 regression tests
2119
2120Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2121
2122 * xpath.c: applied patch from Richard Jinks for the namespace
2123 axis + fixed a memory error.
2124 * parser.c parserInternals.c: applied patches from Peter Jacobi
2125 removing ctxt->token for good.
2126 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2127 popped out by the regression tests.
2128 * Makefile.am: patch for threads makefile from Gary Pennington
2129
2130Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2131
2132 * xpath.c: enhanced behaviour of position() after usage of
2133 expressions involving preceding-sibling (et al).
2134
2135Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2136
2137 * hash.c: applied a patch from Peter Jacobi to solve a problem
2138 when compiling with the Watcom C on Win32
2139 * result/schemas/*.err: the change of hashing algo generated
2140 permutations in the output
2141
2142Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2143
2144 * hash.c: applied patch from Sander Vesik improving the quality of
2145 the hash function.
2146
21472002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2148
2149 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2150 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2151 xmllint.c xpath.c: replaced sprintf() with snprintf()
2152 to prevent possible buffer overflow (the bug was pointed
2153 out by Anju Premachandran)
2154
2155Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * parser.c: removed an uninitialized data error popped by valgrind
2158 on PE references
2159
2160Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2161
2162 * doc/xml.html
2163 adding tutorial reference to the web page
2164
2165Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2166
2167 * doc/tutorial/xmltutorial.xml
2168 * doc/tutorial/ar01s07.html
2169 * doc/tutorial/ape.html
2170 * doc/tutorial/includegetattribute.c
2171 adding section to tutorial about retrieving an attribute
2172 value
2173
2174Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2175
2176 * parser.c: applied a couple of patches from Peter Jacobi to start
2177 to get rid of ctxt->token, with a possible significant speed
2178 improvement to be gained once done. Better compliance with PE
2179 references constructs in DTDs too.
2180 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2181 from Peter too
2182
2183Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2184
2185 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2186 xmlParseElement was likely to have been deallocated at the
2187 time of the report, possibly leading to segfault. Just report
2188 the tag name now.
2189
2190Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2191
2192 * xpath.c: patch from Richard Jinks for XPath substring() function
2193 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2194
21952002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2196
2197 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2198
2199Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2200
2201 *doc/FAQ.html
2202 fixing typos in FAQ, thanks to Robert Funnell for the
2203 editing help
2204
2205Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * NEWS: got complaints from rpmlint that it was empty
2208
2209Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2210
2211 * added doc/tutorial, including:
2212 apa.html
2213 apb.html
2214 apc.html
2215 apd.html
2216 ar01s02.html
2217 ar01s03.html
2218 ar01s04.html
2219 ar01s05.html
2220 ar01s06.html
2221 includeaddattribute.c
2222 includeaddkeyword.c
2223 includekeyword.c
2224 includestory.xml
2225 index.html
2226 xmltutorial.xml
2227 libxml tutorial, including generated html
2228
2229Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2230
2231 * result/c14n/exc-without-comments/merlin-c14n-two-*
2232 result/c14n/without-comments/merlin-c14n-two-*
2233 test/c14n/exc-without-comments/merlin-c14n-two-*
2234 test/c14n/without-comments/merlin-c14n-two-*
2235 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2236 c14n/exc-c14n and slightly modified test script to handle
2237 these test cases
2238 * c14n.c: fixed bugs for complicated nodes set (namespace
2239 without node and others from merlin-c14n-two.tar.gz)
2240 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2241 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2242 for xmlsec performance patch
2243 * xpath.c: fixed self::node() for namespaces and attributes
2244
2245Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2246
2247 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2248 but with the format parameter
2249 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2250
2251Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2252
2253 * Makefile.am: updated c14n tests suite
2254 * c14n.c: performance improvement for previous c14n patch
2255
2256Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2257
2258 * parser.c: another peroformance patch from Peter Jacobi, that
2259 time on parsing attribute values.
2260
2261Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2262
2263 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2264 into LibXML2 test suite
2265
2266Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2267
2268 * c14n.c: propagating xpath ancesstors node fix to c14n
2269 plus small performance improvement to reduce number of
2270 mallocs
2271 * xpath.c: fixed ancestors axis processing for namespace nodes
2272
2273Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2274
2275 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2276 Peter Jacobi
2277
2278Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2279
2280 * configure.in: preparing 2.4.22
2281
2282Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2283
2284 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2285 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2286 a public entry point.
2287 * doc/*: rebuilt the API and docs
2288
2289Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2290
2291 * xpath.c: patch from Richard Jinks to fix a problem introduced
2292 in the previous patch and pointed by Norm
2293
2294Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2295
2296 * libxml.spec.in: fixing bug #81112
2297
2298Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2299
2300 * uri.c: fixing bug #82848
2301
2302Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2305 output of one catalog test
2306
2307Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2308
2309 * global.data globals.c tree.c include/libxml/globals.h
2310 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2311 default value for global parameter xmlIndentTreeOutput to 1 and
2312 introduced new global parameter xmlTreeIndentString (the string
2313 used to do one-level indent) with default value " " (as it was
2314 in tree.c)
2315
2316Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2317
2318 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2319 with trio and schemas.
2320
2321Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2322
2323 * xpath.c: patch from Richard Jinks to fix the problem raised in
2324 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2325
2326Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * xmlschemas.c: a bit of work on import.
2329 * xmlschemastypes.c: Charles Bozeman provided a compare function
2330 for date/time types so min/max facet restrictions should work,
2331 indeterminate comparisons return an error instead of equal.
2332 * test/schemas/date_0* result/schemas/date_0_0: specific test
2333 from Charles Bozeman too
2334
2335Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2336
2337 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2338 from Christian Cornelssen fixing the man pages and the Catalog
2339 building script.
2340 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2341 next step is <xs:import> I now have a reasonable understanding
2342 of how it works.
2343
2344Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2345
2346 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2347
2348Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2349
2350 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2351
2352Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2353
2354 * xpath.c: fixing an XPath function evalutation bug pointed out
2355 by Alexey Efimov where the context was lost when evaluating
2356 the function arguments
2357
2358Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2359
2360 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2361 function public for XMLSec performance optimizations
2362
2363Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2364
2365 * python/generator.py python/libxml2class.txt : fixed a problem
2366 with the HTML parser pointed by Gary Benson
2367 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2368 example
2369
2370Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2371 * parser.c: fixed bug #81159 (memory growth in SAX)
2372
2373Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2374 * xpath.c: fixed bug #78858 (the real fix)
2375
2376Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2377 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2378
2379Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * tree.c: modified xmlNodeSetBase to allow changing the
2382 base of a document.
2383
2384Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2385
2386 * xmlschemastypes.c: patch Charles Bozeman for validation of
2387 all the date, time, and duration types
2388 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2389 * configure.in: fixed an error pointed by an user
2390 * xml2-config.in: fixed an error pointed by an user
2391
2392Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2393
2394 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2395 win32/libxml2.def.src xmlIO.c: exported default
2396 'file:', 'http:' and 'ftp:' protocols input handlers
2397 and maked protocols comparisson case insensitive
2398
2399Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * configure.in: Neven Has detected a typo
2402
2403Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2404
2405 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2406 as one of the persons allowed to commit directly to the
2407 module.
2408
2409Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2410
2411 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2412 * valid.c: raised a too low limit
2413 * doc/*: rebuilt the docs
2414
2415Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2416
2417 * test/XPath/expr/floats test/XPath/expr/functions
2418 result/XPath/expr/floats result/XPath/expr/functions
2419 xpath.c: another XPath conformance patch from Richard Jinks
2420
2421Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2422
2423 * xmlschemas.c: fixed validation of attribute groups.
2424 * test/schemas result/schemas: added an example from the primer
2425
2426Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2427
2428 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2429 * test/schemas result/schemas: updated the test list
2430
2431Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * TODO: updated a bit
2434 * parser.c: made a comment more specific
2435 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2436 Schemas conformance.
2437 * test/schemas result/schemas: updated the test list
2438
2439Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2440
2441 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2442 implementing xs:all with minOccurs = 0
2443 * tes/schemas/* result/schemas/*: added more tests covering
2444 xs:all
2445
2446Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2447
2448 * xmlregexp.c: first implementation of the all particle, this
2449 may need to be revisited for case where not all transitions
2450 must be crossed.
2451
2452Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2453
2454 * tree.c: another entity processing update from Markus Henke
2455
2456Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2457
2458 * trionan.c: fixed crash on OSF/1
2459
2460Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2461
2462 * xmlschemas.c: more Schemas work
2463 * test/schemas/* result/schemas/*: added more tests coming
2464 from the spec.
2465
2466Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2467
2468 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2469 ExcC14N specification
2470
2471Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2472
2473 * tree.c: patch from Markus Henke, fix for recursive entities.
2474
2475Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2476
2477 * xpath.c: fix a problem with string() on a document node.
2478
2479Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2480
2481 * Makefile.am xmlschemas.c: more Schemas work
2482 * test/schemas/* result/schemas/*: added more tests coming
2483 from the spec.
2484
2485Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2486
2487 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2488 * result/HTML/*: this changes a few things in the results
2489
2490Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2491
2492 * include/libxml/tree.h: eliminated 'declaration different than
2493 prototype' warning
2494 * include/win32config.h: "resolved" conflicts with errno.h
2495
2496Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2497
2498 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2499 on the automata interfaces and debug of counted choices
2500 * test/schemas/* result/schemas/*: added a number of tests
2501
2502Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2503
2504 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2505 a bit of work on Schemas
2506 * testSchemas.c: try to make it more useful
2507 * test/schemas/* result/schemas/* Makefile.am: changed the
2508 Schemas regression test procedure, started adding a few samples
2509
2510Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2511
2512 * include/libxml/encoding.h: Patch for the Borland C++ builder
2513 * include/libxml/tree.h: Patch for the Borland C++ builder
2514 * threads.c: Patch for the Borland C++ builder
2515 * win32/bcb5: New directory for the Borland C++ builder
2516 project files
2517
2518Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2519
2520 * win32/Makefile.msvc: Update for XML Schema support
2521 * win32/configure.js: Update for XML Schema support
2522 * win32/libxml2.def.src: Update for XML Schema support
2523
2524Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2525
2526 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2527 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2528 xmlunicode.c include/libxml/Makefile.am
2529 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2530 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2531 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2532 include/libxml/xmlversion.h.in : merged the current state of
2533 XML Schemas implementation, it is not configured in by default,
2534 a specific --schemas configure option has been added.
2535 * test/automata test/regexp test/schemas Makefile.am
2536 result/automata result/regexp result/schemas:
2537 merged automata/regexp/schemas regression tests
2538
2539Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * xpath.c: Gary found a compile time problem, fixes #78823
2542
2543Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2544
2545 * configure.in: release of 2.4.20
2546 * doc/*: updated and rebuilt the docs
2547
2548Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2549
2550 * python/Makefile.am: patch from Cristian Gafton to build on
2551 Red Hat 6.2, should also fix #75779
2552
2553Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2554
2555 * valid.c: first part of fixing #78729
2556
2557Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2558
2559 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2560 escaping of URI when saving HTML files.
2561 * result/HTML/*: this impacted some tests
2562
2563Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2564
2565 * configure.in: trying to fix #77441
2566
2567Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2568
2569 * include/libxml/xmlIO.h: Hallski complained it could not be
2570 included by itself.
2571
2572Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2573
2574 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2575
2576Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2577
2578 * win32/configure.js: patch from Nilo for the c14n option
2579 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2580
2581Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2584 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2585 LIBXML_THREAD_ENABLED
2586
2587Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * xpath.c: another patch from Richard Jinks for substring conformance
2590 * test/XPath/expr/floats test/XPath/expr/strings
2591 result/XPath/expr/floats result/XPath/expr/strings: update of the
2592 test suite to check those.
2593
2594Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2595
2596 * xpath.c: patch from Richard Jinks for .x float parsing.
2597
2598Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * parser.c: patch from Markus Henke when an encoding ain't recognized
2601
2602Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * libxml.m4: got a report that #include <string.h> was needed
2605
2606Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2609
2610Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2611
2612 * doc/example.html: fixing typo
2613
2614Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2617 pointed out by Melvyn Sopacua.
2618
2619Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * libxml.m4: Frédéric Crozat gave a patch related to the change
2622 of Include paths breaking the libxml.m4
2623
2624Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2625
2626 * xpath.c: Fix bug #76927 forgot to save some context
2627 when evaluating binary expressions
2628
2629Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * configure.in: fixed configure for MPE/iX from Markus Henke
2632 * xmlmemory.c: fixed initialization problems
2633 * xpath.c: another set of patches from Richard Jinks this
2634 fixes "make XPathtests" on linux
2635
2636Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2637
2638 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2639 * test/XPath/expr/compare test/XPath/expr/equality
2640 test/XPath/expr/floats test/XPath/expr/functions
2641 test/XPath/expr/strings result/XPath/expr/compare
2642 result/XPath/expr/equality result/XPath/expr/floats
2643 result/XPath/expr/functions result/XPath/expr/strings: Updated
2644 tests though they show a divergence on Linux
2645
2646Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2647
2648 * xpath.c trionan.c: previous commit also included patches
2649 from Richard Jinks on some IEEE support corner case
2650
2651Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2652
2653 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2654 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2655 that $(datadir) should be used for docs
2656
2657Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2658
2659 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2660 could leak filedescriptors
2661
2662Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2663
2664 * configure.in nanohttp.c: applied patch from Allan Clark for
2665 UnixWare/OpenServer
2666
2667Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * configure.in: preparing 2.4.19
2670 * doc/*: rebuilt the docs
2671
2672Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2673
2674 * nanohttp.c: fixing #76043, got fed up with non-portability
2675 of that piece of code.
2676
2677Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2678
2679 * valid.c SAX.c: Never commit without running "make tests" :-(
2680 fix a couple of stupidities in the previous commit
2681 * result/*: a few changes in some attribute order result of previous
2682 commit.
2683
2684Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2687 the internal subset should not raise duplicate ID errors,
2688 also there was a small bug in conjunction to namespace
2689 declarations defaulted and xml:xxx attributes DTD definitions.
2690
2691Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2692
2693 * xpath.c: Richard Jinks also raised some rounding problems
2694 this tries to fix them
2695
2696Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2697
2698 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2699 behaviour in xmlXPathCastToString()
2700
2701Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2702
2703 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2704 raised by Morus Walter
2705
2706Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2707
2708 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2709 from Igor
2710
2711Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2712
2713 * xpath.c: fixing #75619, related to a problem when trying
2714 to evaluate condition when the current node set resulting
2715 from that sub-step evaluation is empty. Also fixes 2 potential
2716 problem with previous-sibling and next-siblings axis.
2717
2718Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2719
2720 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2721 HTML support is not configured in.
2722
2723Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2724
2725 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2726 include/libxml/tree.h: dohh I really didn't intended to commit
2727 this test version :-(
2728
2729Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2730
2731 * testSAX.c: I wanted to see the real speed at the SAX interface
2732 after a little too many Ximianer started complaining about the
2733 parser speed.
2734 added a --quiet option:
2735 paphio:~/XML -> ls -l db100000.xml
2736 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2737 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2738 3200006 callbacks generated
2739 real 0m1.270s
2740 Which means 16MBytes/s and 3Mcallback/s
2741
2742Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2743
2744 * xpath.c: valgrind spotted another error that time when running
2745 on libxslt regression tests
2746
2747Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2748
2749 * Makefile.am: adding "make valgrind" running the full regression
2750 tests (except python ones) under Valgrind (using valgrind -q
2751 which was kindly added by the author).
2752 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2753 passes cleanly now except an obcure floating point initialization
2754 raised in log10() in one XPath regression test ???
2755 * tree.c: edited some comments to close #75244
2756
2757Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2758
2759 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2760 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2761 context of ScrollKeeper, made sure that if the number is
2762 an integer, the serialization follows the description at
2763 http://www.w3.org/TR/xpath#section-String-Functions
2764
2765Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2766
2767 * configure.in: preparing 2.4.18
2768 * doc/*: updated and rebuilt the web site
2769 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2770 the Windows and Cygwin maintainers.
2771 * parser.c: humm, changed the way the SAX parser work when
2772 xmlSubstituteEntitiesDefault(1) is set, it will then
2773 do the entity registration and loading by itself in case the
2774 user provided SAX getEntity() returns NULL.
2775 * testSAX.c: added --noent to test the behaviour.
2776
2777Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * parser.c: Wilfried Teiken provided a hackish but working
2780 way to get context reported back on entities when parsing
2781 with SAX and without breaking the DOM build.
2782
2783Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2784
2785 * c14n.c: applied a new patch from Aleksey Sanin
2786 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2787 to reference Aleksey implementation of XML digital Signatures
2788
2789Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * xpath.c: small fix to avoid potential problem due to
2792 ordering of freeing data
2793 * python/Makefile.am: people were complaining about
2794 the generated file in python dir not being built
2795
2796Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2797
2798 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2799 python/generator.py python/libxml.c python/types.c: Cleanup
2800 of the python Makefiles based on Jacob and James feedback,
2801 fixed the spec file accordingly, fixed the number of warning
2802 that passing my pedantic CFLAGS was generating. Conclusion
2803 is that Python includes are real crap.
2804
2805Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2806
2807 * configure,in: it was reported quite a few times that
2808 xml2-config --cflags should not output
2809 -I$includeprefix/libxml2/libxml because libxml2 header names
2810 clashes with existing names like list.h from C++ stl.
2811 Includes should be #include<libxml/xxx.h> so ...
2812
2813Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2814
2815 * c14n.c: another patch from Aleksey Sanin
2816
2817Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2818
2819 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2820 canonicalization algorithm
2821 * doc/xml.html doc/index.html: added the C14N references on the
2822 index page.
2823
28242002-03-13 jacob berkman <jacob@ximian.com>
2825
2826 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2827 usage, redundant, and gcc specific
2828
2829Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * xpath.c: speedup some node selection operations, this can
2832 have a significant impact on DocBook Norm's stylesheets
2833 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2834 make sure it's always the case
2835 * debugXML.c: distinguish CDATA and comments in ls operations
2836
2837Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2838
2839 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2840 to generate better API descriptions etc...
2841
2842Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2843
2844 * c14n.c: Fixing #74186, made sure all boolean expressions
2845 get fully parenthesized, ran indent on the output
2846 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2847 include/libxml/tree.h: also #74186 related, removed the
2848 --with-buffers option, and all the preprocessor conditional
2849 sections that were resulting from it.
2850
2851Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2852
2853 * valid.c: applied patch from Dodji Seketeli fixing an
2854 uninitailized variable in xmlValidGetValidElements()
2855
2856Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * c14n.c: fixed a few comments
2859 * doc/*.html doc/*/*.html: regenerated the docs and added
2860 the C14N API
2861 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2862
2863Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2864
2865 * check-xml-test-suite.py: fix to adapt varaiations in the
2866 bindings
2867 * configure.in python/setup.py python/setup.py.in: fixed to
2868 have the version of the python scripts automatically updated
2869
2870Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2871
2872 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2873 in xmlCopyProp()
2874
2875Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2876
2877 * configure.in: preparing 2.4.17 release
2878 * doc/*: updated and rebuilt the docs
2879 * xpath.c: fixed a comment
2880 * python/libxml.c: fixed a possible reentrancy problem
2881
2882Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2883
2884 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2885 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2886 added a specific regression test
2887 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2888 not raise exceptions when failing to find the attribute.
2889
2890Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2891
2892 * configure.in xmllint.c: owen pointed out a problem with the
2893 ftme fix, gettimeofday() was not detected by configure and
2894 the ftime header wasn't included, dohhh
2895
2896Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2897
2898 * configure.in xmllint.c: trying to fix #71457 for timing
2899 precision when gettimeofday() is not availble but ftime() is
2900
2901Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2902
2903 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2904 are now copied on install and part of the -devel RPM
2905
2906Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2907
2908 * xpath.c: trying to avoid bug #72150 which was apparently
2909 caused by a gcc bug (or a processor problem) as detailed
2910 at http://veillard.com/gcc.bug
2911
2912Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2915 fixed xmlReconciliateNs(), added a Python test/example for
2916 inter-document cut'n paste
2917 * python/libxml.py: fixed node.doc on document nodes and added
2918 xpathEval() onto node objects
2919
2920Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2921
2922 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2923 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2924 fixup and integrated tests for the serialization stuff
2925
2926Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2929 moved the libxml man page to section 3
2930
2931Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * tree.c: fix bug #72490
2934 * python/libxml.c python/libxml.py: added methods serialize()
2935 and saveTo() to all node elements.
2936
2937Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2938
2939 * xmlIO.c: closed #73430, don't read from an input source
2940 which indicated an end-of-file or an error.
2941
2942Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2943
2944 * parser.c: make sure SAX endDocument is always called as
2945 this could result in a Python memory leak otherwise (it's
2946 used to decrement ref-counting)
2947 * python/generator.py python/libxml.c python/libxml.py
2948 python/libxml2-python-api.xml python/libxml2class.txt
2949 python/tests/error.py python/tests/xpath.py: implemented
2950 the suggestions made by Gary Benson and extended the tests
2951 to match it.
2952
2953Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2954
2955 * python/generator.py: applied patch fixing #73450
2956
2957Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2958
2959 * xpath.c: fixing #61290 "namespace nodes have no parent"
2960 long standing divergence from the XPath REC. NodeSets
2961 simply hold a copy of namespace nodes and those node ->next
2962 points to the parent (which may not be the node carrying the
2963 definition).
2964 * include/libxml/xpath.h: flagged but didn't added a possible
2965 speedup
2966 * DOCBparser.c HTMLparser.c: removed some warnings from push
2967 parser due to new state being added.
2968 * tree.c: new fix from Boris Erdmann
2969 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2970 the XML Canonalization support from Aleksey Sanin
2971
2972Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2973
2974 * tree.c: patch from Boris Erdmann fixing some namespace odities
2975 with xmlCopyNode()
2976
2977Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * xmlIO.c: fix bug #72706 when loading a NULL entity
2980
2981Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2982
2983 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2984 actually change in a future XML Namespace revision.
2985
2986Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2987
2988 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2989 added the possibility of returning nodesets from XPath extension
2990 functions written in Python
2991
2992Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * python/*: commiting some Python bindings work done while travelling
2995
2996Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2997
2998 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2999 explicitely with memory debugging switched on
3000
3001Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3002
3003 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3004 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3005 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3006 the accessor generator for strings
3007 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3008 regression test.
3009
3010Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * python/README python/generator.py python/libxml.c python/setup.py:
3013 added the 'usual' setup.py to allow building a libxml2-python
3014 module based on the same code. The initialization is however
3015 different the 2 .so files fo libxml2 and libxslt are identical and
3016 they entry point initialize both libraries. this is done to avoid
3017 some possible nasty problem since the Python don't merge the maps
3018 of all shared modules.
3019
3020Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3021
3022 * parser.c: fixed a push/encoding bug reported by Michael
3023 on librsvg
3024
3025Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3026
3027 * include/libxml/parserInternals.h: fixes a misplaced #endif
3028
3029Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * parser.c valid.c: found and fixed a couple of allocation bugs
3032
3033Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3034
3035 * doc/xml.html doc/python.html doc/*: added a Python and binding
3036 page describing the current state of the Python bindings and
3037 giving pointers to the other languages wrappers.
3038
3039Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3040
3041 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3042 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3043 rebuilt the API and web site
3044 * xpath.c: fixed #71978 portability bugs
3045
3046Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3047
3048 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3049
3050Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * include/libxml/parserInternals.h parser.c: had to change
3053 2 internal parsing API when processing document content
3054 to check the start and end of element content are defined
3055 in the same entity
3056 * valid.c include/libxml/valid.h: attribute normalization can
3057 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3058 with the context to report it.
3059 * SAX.c: fixed the last known bugs, crazy validation constraints
3060 when a document is standalone seems correctly handled. There
3061 is a couple of open issues left which need consideration especially
3062 PE93 on external unparsed entities and standalone status.
3063 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3064 The 2 tests left failing are actually in error. Cleanup done.
3065
3066Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * valid.c: implemented E59 spaces in CDATA does not match the
3069 nonterminal S
3070
3071Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3072
3073 * SAX.c parser.c valid.c: more validation test fixups
3074 * check-xml-test-suite.py: added duration info for the tests
3075
3076Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3077
3078 * parser.c valid.c: a couple of errors were reported but not
3079 saved back as such in the parsing context. Down to 1% failure rate
3080 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3081
3082Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3083
3084 * xmlInternald.c: isExtender was missing a char
3085 * parser.c include/libxml/parser.h: % are acceptable in the
3086 internal subset if within a PUBLIC ID
3087
3088Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * SAX.c parserInternals.c valid.c: more work on the conformance
3091 suite. Took the step to finally block documents with encoding
3092 errors. It's a fatal error per the spec, people should have fixed
3093 their documents by now.
3094
3095Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * check-xml-test-suite.py: fixed the test script after some discussion
3098 on the semantic of TYPE="error"
3099 * Makefile.am: added the script to the distrib
3100
3101Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3102
3103 * SAX.c entities.c: fixed a couple of conformances issues deep
3104 into the validation code (standalone and undeclared Notations)
3105
3106Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3109 stayed there for years !
3110
3111Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3112
3113 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3114 missing
3115
3116Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3117
3118 * check-xml-test-suite.py: improved the behaviour a bit as
3119 well as the logs
3120 * parser.c valid.c SAX.c: fixed a few more bugs
3121 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3122
3123Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3124
3125 * check-xml-test-suite.py: python script to run regression tests
3126 against the XML Test suite of W3C/OASis
3127 * SAX.c: fixed a validation bug
3128 * parser.c: fixed 3 errors pointed by the test suite
3129 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3130 * python/Makefile.am: fixed a dependendy
3131
3132Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3133
3134 * xmlmemory.c: avoid a warning bug #71594
3135
3136Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3139 warning on alpha/Tru64
3140
3141Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * include/libxml/entities.h: fixing a comment
3144 * valid.c: fixing some troubles with validity check on namespaces
3145 * result/VC/NS3 test/VC/NS3: added a specific regression test
3146
3147Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3148
3149 * tree.c: Fixing #71342 serializing '\n' in attribute values
3150 * result/noent/att3 result/att3 test/att3: added a specific
3151 test.
3152
3153Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * python/libxml.c: couple of bug fixes
3156
3157Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * python/*.py: removed tabs and used spaces.
3160
3161Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3164 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3165
3166Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3167
3168 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3169 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3170
3171Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3172
3173 * include/libxml/encoding.h include/libxml/entities.h
3174 include/libxml/globals.h include/libxml/parser.h
3175 include/libxml/threads.h include/libxml/tree.h
3176 include/libxml/xmlmemory.h: trying to fix the include mess
3177
3178Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * include/libxml/xmlmemory.h: reverted part of the previous
3181 attempt to provide #69655, this was breaking the build.
3182
3183Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3184
3185 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3186 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3187 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3188 include/libxml/parserInternals.h include/libxml/tree.h
3189 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3190 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3191 clean.
3192 * python/libxml.c: fixed a warning.
3193
3194Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3195
3196 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3197 copying of node, merge back IDs in the target document.
3198 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3199 test/XInclude/ents/ids.xml: test case
3200 * result/VC/ElementValid4: output changed due to a typo fix
3201
3202Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003205 generate the dependencies right as Jacob found out. Add
3206 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003207
3208Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3209
3210 * parserInternals.c valid.c: Justin Fletcher found some parts
3211 of the code needing cleanup
3212 * libxml.spec.in python/Makefile.am python/generator.py
3213 python/libxml.c python/libxml.py: Fixed the python Makefiles
3214 corrected a bug showing up on ia64, changed the name of the
3215 python internal module too
3216
3217Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3218
3219 * Makefile.am: applied patch from Andris Pavenis for binary
3220 name suffixes
3221
3222Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * xmllint.c win32/win32config.h: fixing #68748
3225
3226Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3227
3228 * valid.c: fixing #70166
3229
3230Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3231
3232 * valid.c: fixing #70077
3233
3234Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3235
3236 * Copyright Makefile.am README configure.in libxml.spec.in:
3237 Changed to the MIT Licence
3238 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3239 doc/xmlio.html: updated the doc accordingly
3240 * include/libxml/xmlwin32version.h configure.in: preparing
3241 2.4.14 release
3242 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3243 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3244 fixed the const xmlChar * wrapper and generator, XPath extension
3245 functions now use the context as first argument
3246 * python/tests/tstxpath.py python/tests/xpath.py
3247 python/tests/xpathext.py: Updated the tests accordingly
3248 * tree.c: fixed bug #70067
3249
3250Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3251
3252 * Makefile.am: cleanup
3253 * debugXML.c: always use stdout if output is NULL
3254 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3255 * python/Makefile.am python/generator.py python/libxml2class.txt
3256 python/libxml_wrap.h python/types.c: augmented the number of bindings
3257 handling FILE * and XPath contexts
3258 * python/tests/Makefile.am: avoid a stupid problem due to the
3259 use of TEST.
3260
3261Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3264
3265Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * python/TODO python/libxml.c: cleanup the extension function lookup
3268 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3269
3270Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * configure.in python/Makefile.am: do not install outside
3273 of prefix
3274
3275Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3276
3277 * python/TODO python/libxml.c: started adding SAX interfaces
3278 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3279 SAX test
3280
3281Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3282
3283 * tree.c: hardened the addChild function
3284 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3285 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3286 added accessors needed for xmlNode, a bit more testing and
3287 extension of interfaces
3288 * python/tests/Makefile.am python/tests/build.py: added a test
3289 build from scratch/save/load/check
3290
3291Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3292
3293 * parserInternals.c: change a small bit in the way valididy
3294 error messages get initialized
3295 * python/TODO python/libxml.c python/libxml2-python-api.xml
3296 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3297 added some memory debugging to track leaks at the libxml2 level
3298 * python/tests/*.py: changed all tests to check for leaks,
3299 there is just one left in XPath extension registrations.
3300
3301Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3302
3303 * python/TODO python/generator.py python/libxml2-python-api.xml
3304 python/libxml2class.txt: more accessor classes for the parser
3305 context, allow to switch on and check validity
3306 * python/tests/Makefile.am python/tests/error.py
3307 python/tests/invalid.xml python/tests/valid.xml
3308 python/tests/validate.py: attded more test and and added error.py
3309 which I forgot to commit in the last step
3310
3311Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3312
3313 * python/Makefile.am python/types.c: cleanup
3314 * python/libxml.c python/libxml.py python/libxml_wrap.h
3315 python/generator.py python/libxml2-python-api.xml
3316 python/libxml2class.txt: added class for parser context, added
3317 first cut for push mode support. Added a framework to generate
3318 accessors functions.
3319 * python/tests/Makefile.am python/tests/push.py: added a push
3320 test
3321
3322Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3323
3324 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3325 bug a bit of cleanup.
3326
3327Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3328
3329 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3330 python/libxml2class.txt: adding error redirections and preformat
3331 to a python handler
3332 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3333 tests self checking
3334
3335Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3336
3337 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3338 a function
3339
3340Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3343 python/libxml.c python/libxml2-python-api.xml
3344 python/libxml2class.txt: Progressing through the TODOs, class
3345 description output, extra XML API, RPM now builds the wrappers
3346 for all python installed versions
3347
3348Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3349
3350 * configure.in libxml.spec.in python/Makefile.am python/TODO
3351 python/generator.py python/libxml2class.txt: added more informations
3352 in the libxml2-python package including docs. Slightly changed
3353 the class hierarchy
3354 * python/tests/*: added basic regression tests infrastructure too
3355
3356Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3357
3358 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3359 added libxml2-python as part of the packages installed
3360
3361Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * python/Makefile.am python/generator.py python/libxml.c
3364 python/libxml.py: more work, now able to extend the
3365 XPath interpreter with functions written in python.
3366
3367Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3368
3369 * python/Makefile.am: Jacob sent a patch to allow building from
3370 tarfile.
3371
3372Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3373
3374 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3375 inserted the python wrappers build, I hope this won't be too
3376 unportable
3377
3378Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * xpath.c: minor optimization
3381 * python/generator.py python/libxml.c python/libxml.py
3382 python/libxml_wrap.h: more work on the python bindings,
3383 they now support XPath and there is no evident leak
3384
3385Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3386
3387 * python/generator.py python/libxml.c python/libxml.py:
3388 more work on the python bindings generator.
3389
3390Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3391
3392 * python/generator.py python/libxml.c python/libxml_wrap.h:
3393 more work on the python bindings.
3394
3395Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * python/generator.py python/libxml.c python/libxml.py
3398 python/libxml_wrap.h: commited early version of a python binding
3399 for private use only ATM
3400
3401Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3402
3403 * entities.c tree.c include/libxml/entities.h: applied patch
3404 from Anthony Jones to implement copy of DTD subtree too. Had
3405 just to keep 2 function private which really ought to become
3406 public ones.
3407
3408Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3409
3410 * xmllint.c: added pointers to the web pages in the usage()
3411
3412Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3413
3414 * tree.c: more fixes from Petr Kozelka for attribute handling
3415 in the tree API to align the semantic with DOM.
3416
3417Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3418
3419 * valid.c tree.c entities.c: another set of patches from
3420 Anthony Jones for copy operations cleanup and robustness
3421
3422Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3423
3424 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3425 an alphabetic index based on comments content
3426 * doc/*: rebuilt the web site with the new references
3427
3428Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3429
3430 * parserInternals.h: Greg Sjaardema suggested to use an
3431 eponential buffer groth policy in xmlParserAddNodeInfo()
3432
3433Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3434
3435 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3436 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3437 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3438 to generate cross-references, and added/updated the stylesheets
3439 to generate and link API indexes. The generic keyword index
3440 is not done yet.
3441 * doc/*.html: regenerated all the usual docs too
3442
3443Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3444
3445 * debugXML.c: added an xpath function to the shell for T. V. Raman
3446
3447Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3448
3449 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3450 debug routines.
3451
3452Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3453
3454 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3455 support of attribute nodes
3456
3457Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3458
3459 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3460 hopefully near complete and fully documented of the API in XML
3461 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3462 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3463 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3464 include/libxml/parserInternals.h include/libxml/valid.hi
3465 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3466 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3467 include/libxml/xpath.h include/libxml/xpathInternals.h:
3468 Cleaned up the doc comments a lot in the process, the interface
3469 coverage is now 100%
3470
3471Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3474 extracts comments from the gtk-doc DocBook output (a bit
3475 convoluted but seems to work).
3476
3477Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3480 added an XML description of the API, moved the script generating
3481 it here. Added a "make api" target
3482
3483Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3484
3485 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3486
3487Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3488
3489 * xpath.c include/libxml/xpathInternals.h: the change made to
3490 xmlXPathFuncLookupFunc was incompatible roll it back
3491
3492Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3493
3494 * SAX.c: cleanup patch from Anthony Jones
3495 * doc/Makefile.am: fix the headers to avoid in make scan
3496 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3497 includes, * vs Ptr and general cleanup
3498 * parsedecl.py: first version of a script to extract the
3499 module interfaces, the goal will be to provide .decl or XML
3500 specification of the interfaces to build wrappers.
3501
3502Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3503
3504 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3505 now provides return codes in case of errors
3506
3507Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3508
3509 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3510 Upgraded to trio baseline 1.6
3511 * strio.h strio.c: Replaced by triostr.h and triostr.c
3512
3513Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3514
3515 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3516 of strdup usage in the code
3517
3518Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3519
3520 * parser.c error.c: Keith Isdale complained rightly that
3521 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3522
3523Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3524
3525 * tree.c: fixed the funxtion to set the xml: attributes
3526 * debugXML.c: added "setbase" to test it.
3527
3528Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3529
3530 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3531 to allow updating an attribute content
3532
3533Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3534
3535 * libxml.h: try to avoid problems when compiling on Windows
3536
3537Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3538
3539 * hash.c: patch from Anthony Jones for hash.c allocation size
3540 * Makefile.am: trying to work around Yet Another Libtool Madness
3541 and build the 2.4.13 release finally ...
3542
3543Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3544
3545 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3546 * doc/* : update of the documentation
3547
3548Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3549
3550 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3551 at fixing #61290 :-(
3552
3553Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3556 Fixes bug #67229
3557
3558Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * tree.c: trying to avoid troubles when a subtree is copied
3561 and coalesced in part with the target tree. Should fix
3562 bug #67407
3563
3564Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * valid.c: fixed validation of attributes content of type
3567 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3568 values, very old bug. Fixes #67671
3569
3570Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3571
3572 * parser.c include/libxml/parserInternals.h tree.c: integrated
3573 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3574 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3575
3576Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3577
3578 * threads.c: applied Serguei Narojnyi's patch to add native
3579 thread support on the Win32 platform
3580 * testThreadsWin32.c Makefile.am: added the test program also
3581 from Serguei, Win32 specific
3582 * include/win32config.h include/libxml/xmlwin32version.h.in:
3583 added patch from Igor for the Windows thread specific defines.
3584
3585Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3586
3587 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3588
3589Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3590
3591 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3592 output page into XMLinfo.html. Close bug #66951 and
3593 raised by Robert Collins too.
3594
3595Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3596
3597 * encoding.c: Paul Keogh pointed out a possibility of segfault
3598 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3599 Closes bug # 68238
3600
3601Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3602
3603 * doc/*.html: updated the Gdome2 links
3604
3605Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3606
3607 * libxml.h: Applied following patches from Robert Collins
3608 and make sure IN_LIBXML is defined when compiling it
3609 -------
3610 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3611 as well as Visual C.
3612 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3613 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3614 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3615 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3616 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3617 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3618 xmlSysIDExists xmlNoNetExists).
3619 * xmllint.c: Don't include winsock2.h for Cygwin.
3620
3621Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3622
3623 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3624 when the version info is not present.
3625
3626Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3627
3628 * tree.c: Anthony Jones pointed out a problem in
3629 xmlStringGetNodeList() and provided a fix for it
3630
3631Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3632
3633 * parser.c: patch from Frank J Franklin to remove a bug in
3634 xmlCreatePushParserCtxt() when the initial buffer passed
3635 is large.
3636
3637Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3638
3639 * win32/*: big cleanup of the Windows/MSVC project files
3640 from Igor Zlatkovic
3641
3642Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3643
3644 * doc/Makefile.am: should fix #67674 and avoid troubles if
3645 xsltproc is not available or fails in the prefix provided
3646
3647Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3648
3649 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3650
3651Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3652
3653 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3654 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3655 Fixed a few other problems raised by Charlie Bozeman.
3656 * result/VC/ElementValid[5-7]: fixed the output
3657
3658Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3659
3660 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3661 patches from Charlie Bozeman. Regenerated the HTML docs.
3662
3663Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3664
3665 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3666 for Windows from Igor
3667
3668Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3669
3670 * xmllint.c: applied Justin Fletcher patch for --output or -o
3671
3672Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3673
3674 * win32/libxml2/libxml2.def.src: close #67019
3675
3676Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3677
3678 * xmllint.c: applied Justin Fletcher generic timing patch
3679 similar to the one already applied to xsltproc.
3680
3681Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3682
3683 * include/libxml/tree.h tree.c: applied documentation patches
3684 from Charlie Bozeman
3685
3686Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3687
3688 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3689
3690Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3691
3692 * valid.c: fix the xmlStrdup() used in the previous patch.
3693 * valid.c: added --dropdtd
3694 * tree.c: fixed xmlUnlinkNode so it also removes the references
3695 from the document if the node is a DTD
3696
3697Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3698
3699 * HTMLtree.c valid.c: cleanup some static declarations
3700
3701Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3702
3703 * xmllint.c: removed another strdup()
3704 * doc/FAQ: removed the HP/UX entry
3705
3706Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3707
3708 * valid.c: fix bug #66816 when validating.
3709 * xmllint.c: don't use sys/time.h if configure did not found it
3710
3711Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3712
3713 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3714 xmlcatalog_man.xml
3715
3716Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3717
3718 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3719 xmlInitMemory() was declared twice
3720
3721Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3722
3723 * globals.c: do not reference strdup() !
3724 * configure.in libxml-2.0.pc.in: trying to fix the libs
3725 of the various config extraction modules
3726
3727Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3728
3729 * configure.in : preparing 2.4.12
3730 * doc/* : updated and rebuilt the docs
3731
3732Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3733
3734 * uri.c: closed bug #66159
3735 * testURI.c: added --escape option
3736 * configure.in: some cleanup for xml2-config --cflags
3737
3738Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3739
3740 * globals.c testThreads.c: removed some misplaced includes
3741 of xmlversion.h
3742
3743Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3744
3745 * threads.c: patch from Gary Pennington fixing a possible
3746 problem at initialization time.
3747
3748Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3749
3750 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3751 Eric Lavigne contribution to build libxml2 on MacOS using
3752 CodeWarrior.
3753
3754Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3755
3756 * xmllint.c: applied Geert Kloosterman's patch to fix
3757 --repeat --timing output
3758
3759Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3760
3761 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3762 where non-wellformed XML declaractions were not detected.
3763
3764Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3765
3766 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3767
3768Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3769
3770 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3771 gets reset by xmlCleanupInputCallbacks() and this makes the
3772 function useless. Same for output.
3773
3774Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3775
3776 * xmlIO.c: robert pointed out a loop error in callback cleanups
3777
3778Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3779
3780 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3781 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3782 they are not really tied to debugging
3783
3784Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3787 * xmllint.c: better --catalogs description
3788
3789Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3790
3791 * tree.c: fixed a couple of problems in xmlSetProp()
3792
3793Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3794
3795 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3796 unappropriate stdout output.
3797
3798Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3799
3800 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3801 by Denis Beurive, closes #65111
3802
3803Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3804
3805 * valid.c: in case of content model validity error, don't
3806 print it if validity warnings were not requested.
3807
3808Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3809
3810 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3811 * parserInternals.c: removed the last exit() call. Print an
3812 unmaskable error on stderr instead (library mismatch detection)
3813
3814Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3815
3816 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3817 shell instructions from Heiko Rupp
3818
3819Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3820
3821 * catalog.c: use the URL notation file:// for default catalog paths
3822
3823Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3824
3825 * include/libxml/tree.h: better comments for _private fields
3826 * tree.c: removed a problem when copying an entity reference.
3827
3828Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3829
3830 * vms/*: updated instructions and diffs from John A Fotheringham
3831
3832Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3833
3834 * include/libxml/xmlerror.h: avoid an include problem if
3835 #include <libxml/xmlerror.h> happens first in code
3836 seems to be the case in KDE libs
3837
3838Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3841 from Igor for Windows
3842
3843Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3844
3845 * Makefile.am: Gary Pennington pointed out a missing prefix
3846
3847Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3848
3849 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3850 * doc/*: upgraded and rebuilt the docs
3851
3852Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3853
3854 * HTMLparser.c: fix comment in scripts element parsing.
3855 * result/HTML/doc3*: updated the results.
3856
3857Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3858
3859 * uri.c: another URI bug fix #63336, using Joel Young patch.
3860
3861Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3862
3863 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3864 a cleaned up version of the Pwd shell string generation.
3865
3866Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * valid.c include/libxml/tree.h: trying to fix namespaces +
3869 validation problems for good, closing #63619 in the process
3870 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3871 wrong in this respect, fixed it.
3872
3873Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3874
3875 * xmllint.c: Morus Walter patch to allow --format and --encode
3876
3877Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3878
3879 * debugXML.c: Stefan Kost provided an help command for the shell
3880
3881Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3882
3883 * debugXML.c: Heiko Rupp pointed that the shell would crash
3884 on empty nodesets returns.
3885
3886Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3887
3888 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3889 migh need the history libraries
3890
3891Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3892
3893 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3894 handle the case of < in quoted attributes, Bastian Kleineidam
3895
3896Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3897
3898 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3899 fixing catalog breakages
3900 * Makefile.am catalog.c result/catalogs/catal
3901 result/catalogs/mycatalog.* test/catalogs/catal*:
3902 fixed more problems in catalog support, added more regression tests
3903 for both XML and SGML catalog handling
3904
3905Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3906
3907 * debugXML.c: applied an improvement to xmlGetLineNo() from
3908 Keith Isdale
3909
3910Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3911
3912 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3913 Side effect of the progressive catalog loading
3914
3915Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3916
3917 * Makefile.am: confexecdir and confexec_DATA were defined twice
3918 pointed out by Karl Eichwalder
3919
3920Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3921
3922 * xmlcatalog.c: avoid unlink() and use remove() instead.
3923
3924Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3925
3926 * libxml.spec.in: cleanup
3927 * include/libxml/xmlwin32version.h: updated with 2.4.8
3928
3929Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3930
3931 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3932 of compiling libxml with a non standard set of options
3933
3934Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3935
3936 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3937 document --sgml option, fixing gnome bugzilla #63382
3938
3939Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3940
3941 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3942 breakage of 2.4.7, added a couple of really needed APIs
3943 like xmlCatalogIsEmpty() and xmlNewCatalog()
3944 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3945 for install-catalog
3946 * configure.in: preparing 2.4.8
3947
3948Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3949
3950 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3951 include/libxml/tree.h include/libxml/xmlIO.h: more include
3952 cleanups, export cleanly one html output + format function.
3953
3954Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3955
3956 * parser.c: removed initGenericErrorDefaultFunc call from
3957 xmlInitParser() since it could destroy previous calls to
3958 xsltSetGenericErrorFunc() effects
3959
3960Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3961
3962 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3963 keyword.
3964
3965Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3966
3967 * Makefile.am: cleanup
3968 * threads.c: cleanup too
3969 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3970 from xsltproc
3971 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003972 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003973
3974Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3977 was not used anymore !
3978
3979Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3980
3981 * configure.in: preparing 2.4.7
3982 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3983 manual page from John
3984 * doc/*: updated the doc and rebuilt the generated pages
3985
3986Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3987
3988 * xmlIO.c: closing bug #62711, the library should never
3989 close stdin or stdout.
3990
3991Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3992
3993 * uri.c: second pass at fixing #63336, using Joel Young
3994 final patch. looks okay.
3995
3996Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3997
3998 * uri.c include/libxml/uri.h: trying to clear #63336
3999 allowing the escaping routine to parse unconformant
4000 URI-References.
4001
4002Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4003
4004 * vms/readme.vms vms/build_libxml.com nanoftp.c
4005 include/libxml/xmlversion.h.in: a few VMS updates from
4006 John A Fotheringham
4007 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4008 and xmlCleanupOutputCallbacks() for the Perl binding people.
4009
4010Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4011
4012 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4013 apply fixes to close #63271 and avoid segfaults when
4014 the error routine gets callbed before xmlInitParser()
4015 get called.
4016 * nanoftp.c error.c: Applied patches from Justin Fletcher
4017 correcting some xmlGenericError misuses.
4018
4019Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4020
4021 *doc/xmllint.xml, doc/xmllint.1
4022 New and improved man page for xmllint - .xml is the original, .1
4023 is the generated man page
4024
4025Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4026
4027 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4028 the web site from the main HTML document.
4029
4030Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4031
4032 * parser.c: fixed an erroneous validation bug when PE refs
4033 occurs in external parsed entities referenced from the
4034 internals subset
4035 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4036 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4037 added the associated testcase, it's a nice one.
4038 * HTMLparser.c: generate the DTD node as HTML still ...
4039 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4040
4041Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4042
4043 * HTMLparser.c: fixed a bug in htmlNewDoc()
4044
4045Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * test/threads/*: added entities testing to the Thread test
4048 * testThreads.c: make the test reasonable
4049 * DOCBparser.c: fix the DTD public and system ID
4050 * xmllint.c: added --sgml for SGML DocBook importing
4051 * Makefile.am: added Docbtests target
4052
4053Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4054
4055 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4056 * testThreads.c: removed bogus include
4057
4058Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4059
4060 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4061 fixed a very serious (looping) validation bug
4062
4063Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4064
4065 * include/libxml/globals.h include/libxml/threads.h threads.c
4066 testThreads.c: far more testing, cleaning up bugs
4067 * *.c : make sure globals.h is always included.
4068
4069Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4070
4071 * HTMLparser.c: try to get rid of parser loops for good.
4072
4073Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * configure.in: fixed some bugs in CFLAGS passing.
4076 * test/threads Makefile.am testThreads.c: added a specific
4077 threaded test case (really nasty, guaranteed).
4078
4079Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4080
4081 * catalog.c: serious cleanup on the management of the
4082 XML catalog tree, more tests done, especially with
4083 the catalog PI.
4084
4085Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * catalog.c: avoid a problem in catalog cleanup on SMP if
4088 catalogs were not initialized.
4089
4090Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4091
4092 * catalog.c xpath.c: trying to cleanup the not thread safe
4093 parts of the library.
4094
4095Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4096
4097 * include/libxml/globals.h configure.in global.data: make
4098 the allocation be per-thread a configure option
4099 * encoding.c include/libxml/parser.h: fixed compilation
4100 errors
4101
4102Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4103
4104 * include/libxml/parser.h: Norm reported that a few lines
4105 added were breaking libxslt compile, removed them for now
4106
4107Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4108
4109 * parser.c parserInternals.c threads.c: debugged and fixed
4110 initialization problems which were giving troubles on SMP
4111 boxes.
4112
4113Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4114
4115 * include/libxml/Makefile.am: missing globals.h
4116
4117Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4118
4119 * globals.c: added a couple of standard includes.
4120
4121Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4122
4123 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4124 include/libxml/parserInternals.h include/libxml/tree.h
4125 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4126 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4127 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4128 Applied the last patches from Gary, cleanup, activated threading
4129 all user accessible global variables are now handled in globals.[ch]
4130 Still a bit rought but make tests passes with either
4131 --with-threads defined at configure time or not.
4132 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4133 linking options
4134
4135Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4136
4137 * Makefile.am include/libxml/Makefile.am
4138 include/libxml/globals.h globals.c include/libxml/threads.h
4139 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4140 configure.in: started integrating the core of the thread support
4141 not activated yet but half integrated. The code should still
4142 compile and work anyway.
4143
4144Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4145
4146 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4147 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4148 integrating the non-controversial parts of Gary Pennington
4149 multithread patches
4150 * catalog.c: corrected a small bug introduced
4151
4152Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * catalog.c include/libxml/catalog.h: very serious cleanup,
4155 isolating unportable code and as much as possible the accesses
4156 to the global shared catalog. May need more testing !
4157
4158Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4159
4160 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4161 Keith Isdale patches for the XSLT debugger interfaces. Some
4162 cleanup
4163
4164Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4165
4166 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4167 * DOCBparser.c: generate line nubers in elements
4168
4169Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4170
4171 * configure.in: preparing 2.4.6 release
4172 * doc/xml.html doc/html/*: updated and rebuilt the docs
4173 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4174
4175Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4176
4177 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4178 adding documentation for DV's supercatalog support
4179
4180Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4181
4182 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4183 super catalog support adding one API and one flag --sgml to
4184 xmlcatalog
4185
4186Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4187
4188 * doc/xmlcatalog_man.xml, xmlcatalog.1
4189 One more crack at
4190 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4191
4192
4193Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4194
4195 * xpath.c: implemented xmlXPathObjectCopy for external objects
4196 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4197
4198Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4199
4200 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4201 finishing up fix to
4202 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4203 the xmlcatalog man page display more elegantly
4204
4205Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4206
4207 * configure.in: closing bug #61832
4208 * HTMLparser.c: removed a warning
4209
4210Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4211
4212 * xpath.c: fixing #61673 part I, do not loose doc information
4213 when copying result value trees.
4214
4215Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4216
4217 * xpath.c: trying to harden the XPath interpreter
4218
4219Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4220
4221 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4222 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4223
4224Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4225
4226 * HTMLparser: repaired another loop problem
4227
4228Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4229
4230 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4231 parsing.
4232 * xpath.c: fix bug #61291 the default XML namespace node is
4233 missing from the namespace axis.
4234 * tree.c: refuse to create namespaces nodes with prefix "xml"
4235
4236Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4237
4238 * SAX.c: ouch a non-defined namespace could lead to a crash,
4239 fixed #61215
4240
4241Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * parserInternals.c: closed bug #61054
4244
4245Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * include/libxml/Makefile.am: closing #60708
4248
4249Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4250
4251 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4252 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4253
4254Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4255
4256 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4257
4258Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4259
4260 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4261 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4262
4263Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4264
4265 * catalog.c: Justin Fletcher provided cleaup code in case
4266 HAVE_STAT is not defined
4267 * include/win32config.h: Igor Zlatkovic suggested to have
4268 HAVE_STAT defined there
4269
4270Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4271
4272 * catalog.c - fixed typing error reported by M. Barros
4273
4274Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4275
4276 * xmllint.c - fixing typo
4277
4278Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4279
4280 * HTMLparser.c: small enhancement to prevent loop on
4281 unrecognizable data
4282
4283Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4284
4285 * parserInternals.c: applying patch from bug #60757 this
4286 should close it
4287
4288Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4289
4290 * catalog.c xmlcatalog.c: removed a couple of warning
4291 * xpath.c: try to solve the linking problem on platforms
4292 needing trio to compile
4293
4294Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4295
4296 * Makefile.am libxml.spec.in: backing up non-documented changes
4297 commited without review or aproval by Jens Finke <jens@gnome.org>
4298 * HACKING: made 100% clear that no commit should be done directly
4299
4300Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4301
4302 * configure.in: Joe Orton provided a patch fixing a problem
4303 when iconv is specified to be in a non-standard directory
4304 but wasn't exported in xml2-config --cflags
4305
4306Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4307
4308 * configure.in: let's ship 2.4.5 before getting too much
4309 troubles with 2.4.4 errors.
4310
4311Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4312
4313 * encoding.c entities.c: do not output hexadecimal charrefs
4314 when serializing HTML since some version of Netscape can't
4315 grok it, generate decimal ones.
4316 * result/HTML/doc3.htm: output changed due to previous test
4317 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4318
4319Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4320
4321 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4322 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4323
4324Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4325 Released 2.4.4
4326
4327 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4328 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4329 updated the configuration scripts systems accordingly
4330
4331Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4332
4333 * configure.in: preparing for 2.4.4
4334 * doc/xml.html doc/html/*: updated and rebuilt the docs
4335
4336Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4337
4338 * win32/dsp/libxml2.def.src: tried to incorporate comments
4339 from bug #59220
4340
4341Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * parser.c result/noent/wml.xml: fixed bug #59981 related
4344 to handling of '&' in attributes when entities are substitued
4345
4346Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4347
4348 * libxml.h include/libxml/xmlversion.h.in
4349 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4350 Tried to close bug #60131
4351
4352Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4353
4354 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4355
4356Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4357
4358 * SAX.c: fixing bug #59946 on xmlns=""
4359
4360Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4361
4362 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4363 but allocates a new error code.
4364
4365Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4366
4367 * xmllint.c: John Fleck fixed typos in the options output
4368 * parser.c SAX.c: fix ignorable white space SAX selection
4369
4370Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4371
4372 * entities.c: Steve Underwood found the possibility of an
4373 ininite loop in case of error.
4374
4375Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4376
4377 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4378
4379Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4380
4381 * parser.c: warn if version is not 1.0 but it's not
4382 strictly speaking an error after analyzing the spec
4383
4384Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4385
4386 *doc/catalog.html - add link to the html version of the
4387 man page, other linguistic cleanups
4388
4389Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4390
4391 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4392 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4393 file, has not yet been included in the build.
4394
4395Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * catalog.c: removed a duplicate affectation Justin Fletcher
4398
4399Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4400
4401 * tree.c: Armin Sander pointed a possible text coalescing
4402 problem, completed his patch.
4403
4404Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4405
4406 * trionan.c: Fixed const and volatile re-definition problem
4407
4408Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4409
4410 * libxml.4 parser.c: doc updates from Heiko Rupp
4411 * parserInternals.c: 2 sanity checks from Heiko Rupp
4412
4413Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4414
4415 * tree.c: applied patch from Armin Sander to make some pointers
4416 const in xmlCopyNode()
4417 * include/libxml/tree.h: added fix to the header
4418
4419Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4420
4421 * xpath.c: hum, restrict the integer usage gcc bug workaround
4422 to only gcc compilers so that other architecture don't get
4423 penalized by this limitation.
4424 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4425
4426Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4427
4428 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4429 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4430
4431Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4432
4433 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4434 --convert option to xmlcatalog to convert SGML ones to
4435 the XML syntax.
4436 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4437
4438 2.4.3 got released at that point
4439Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4440
4441 * catalog.c xmlIO.c: started some serious testing and fixed
4442 a few bug and optmization needs.
4443
4444Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4445
4446 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4447 preparing for a 2.4.3 release even if it may not be ready yet
4448 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4449 all file parsing lookup to go through the entity resolver, add
4450 to add an API to bypass it (needed to load catalogs themselves),
4451 some cleanup on the catalog code too.
4452 * nanoftp.c: small cleanup
4453 * doc/catalog.html: small update
4454
4455Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4456
4457 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4458 Jun Kuriyama
4459
4460Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4461
4462 * doc/catalog.html: finished the catalog documentation
4463
4464Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4465
4466 * doc/catalog.html doc/xml.html: added documentation about
4467 Catalog support, misses an API description
4468 * doc/html/*: reextracted the API pages
4469
4470Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4471
4472 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4473 Added the part about section 7.2 on URI resolution,
4474 fixed a side effect in the HTML parser, look complete
4475 and ready to rock except the URI/SystemID part!
4476
4477Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4478
4479 * include/libxml/catalog.h include/libxml/parser.h
4480 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4481 xmlIO.c: added support and APIs needed for the catalog PI
4482 * include/libxml/xmlIO.h: cleanup
4483
4484Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4485
4486 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4487 include/libxml/catalog.h: starts to look okay, really
4488 plugged the new framework, cleaned a lot of stuff,
4489 added some APIs, except the PI's support missing this
4490 should be mostly complete
4491 * result/catalogs/* test/catalogs/*: added new test, enriched
4492 the existing one with URN ID tests
4493
4494Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4495
4496 * catalog.c: fixed nextCatalog
4497 * result/catalogs/docbook test/catalogs/*: started adding
4498 a small regression test
4499
4500Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4501
4502 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4503 more work on the XML catalog support.
4504 * parser.c include/libxml/parser.h: small cleanup seems using
4505 list as a public parameter name can give portability troubles
4506 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4507 include/libxml/xpath.h include/libxml/Makefile.am: removed
4508 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4509 wrappers
4510
4511Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4512
4513 * Makefile.am trio.c triodef.h trionan.c xpath.c
4514 include/libxml/Makefile.am include/libxml/trionan.h:
4515 Re-worked Not-A-Number and Infinity support.
4516 * xmlcatalog.c: added readline include files
4517
4518Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4519
4520 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4521 testCatalog as xmlcatalog, making it an installed app
4522 adding a shell, and preparing it to be a /etc/xml/catalog
4523 management tool, though not ready yet
4524 * catalog.c include/libxml/catalog.h: adding support for
4525 XML Catalogs http://www.oasis-open.org/committees/entity/
4526 not finished, there is some interesting tradeoffs and a
4527 few open questions left.
4528
4529Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * xmllint.c: fixed a line formatting problem
4532
4533Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4534
4535 * SAX.c: removed a couple of unused variable (Albert Chin)
4536
4537Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4538
4539 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4540 trying to fix some troubles w.r.t. function returning
4541 const xxxPtr.
4542
4543Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4544
4545 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4546 defined
4547
4548Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4549
4550 * xpointer.c: removed unused var
4551
4552Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4553
4554 * testXPath.c: another small cleanup closing bug #59110
4555
4556Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4557
4558 * win32/dsp/libxml2.def.src: small cleanup closing bug
4559 #59108
4560
4561Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4562
4563 * example/gjobread.c: add xmlCleanupParser() before leaving
4564
4565Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4566
4567 * config.h.in configure.in include/libxml/xmlwin32version.h:
4568 released 2.4.2
4569
4570Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4571
4572 * include/libxml/valid.h debugXML.c valid.c: deprecate
4573 the non-boundchecking Sprintf functions, add Snprintf
4574 this should close bug #57984
4575
4576Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4577
4578 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4579 URIs before doing the lookups (pointed by Mark Vakoc)
4580
4581Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4582
4583 * xpath.c: serious changes on Result Value Trees and NodeSets
4584 w.r.t. deallocation and collect operations. Probably not
4585 100% clean (merge of allocated trees smells like a problem).
4586 Seems sufficient to close #58943
4587
4588Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4589
4590 * xmllint.c: adding a --format option
4591
4592Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4593
4594 * xpath.c: count() was broken on Result Value Tree
4595 * xmlIO.c: fixed file:/// accesses on _WIN32
4596
4597Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4598
4599 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4600 macro was renamed, this should close bug #58683
4601
4602Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4603
4604 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4605 entity substitution mode text at the end of the entity might
4606 be added due to text coalescing.
4607 * nanoftp.c parser.c: small cleanup
4608
4609Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4610
4611 * HACKING: added John Fleck right to commit in the doc subdir
4612
4613Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4614
4615 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4616 allow to inherit attributes from the DTD directly in the
4617 tree, this is needed for XPath and can be a useful feature.
4618 Inherited namespaces are always provided at the tree level now
4619 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4620 of tests for this feature (XSLT being the prime user).
4621
4622Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4623
4624 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4625 testSAX.c xmlIO.c xmllint.c include/win32config.h
4626 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4627 include/libxml/xmlwin32version.h.in win32/README.MSDev
4628 win32/dsp/*: applied Win32 Facelift No.2 patches from
4629 Igor Zlatkovic for Windows/MSC
4630
4631Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4632
4633 * SAX.c: unparsedEntityDecl() the URI computation of the
4634 entity wasn't done breaking XSLT unparsed-entity-uri()
4635
4636Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4637
4638 * xpath.c: fixed a bug when walking the descendants and
4639 the current node has no children
4640 * debugXML.c: show up when a text node is supposed to not be escaped
4641
4642Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4643
4644 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4645 worked like the set:leading() function)
4646 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4647
4648Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4649
4650 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4651
4652Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4653
4654 * include/libxml/xmlIO.h: apply change to close #58141
4655 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4656
4657Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4658
4659 * parser.c: when the internal subset uses a PE, then the
4660 included entity can use conditional sections.
4661
4662Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4663
4664 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4665 when walking the namespace axis showing up in
4666 libxst/tests/general/bug-12
4667 * xmlmemory.c: added the possibility to trace a given block
4668 defined by its address
4669
4670Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4671
4672 * parser.c: don't override existing encoding specified before
4673 starting xmlParseDocument()
4674
4675Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4676
4677 * include/libxml/xmlwin32version.h: reinserted, needed for
4678 Windows users of CVS
4679
46802001-07-27 Darin Adler <darin@bentspoon.com>
4681
4682 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4683 * testCatalog.c: Add include of <libxml/parser.h>.
4684
46852001-07-27 Darin Adler <darin@bentspoon.com>
4686
4687 * include/libxml/.cvsignore:
4688 * include/libxml/xmlwin32version.h:
4689 Remove this file from CVS because it's generated.
4690
4691Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4692
4693 * parser.c include/libxml/parser.h: applied const patches from
4694 Tom Moog #58002
4695
4696Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4697
4698 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4699 lookup framework
4700
4701Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4702
4703 * tree.c: fixed xmlCopyNode() for documents
4704
4705Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4708
4709Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4710
4711 * parser.c: fixes bug #57652 reported by Morus Walter
4712
4713Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4714
4715 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4716
4717Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4718
4719 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4720 errors, lesson don't add new functions at 1am before a release
4721 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4722 from XPath initialization when possible.
4723
4724Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4725
4726 * result/scripts/base*: removing history/readline changed
4727 this slightly
4728 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4729 xmllint.c: make element content line number generation
4730 optionnal to avoid breaking old apps added interface to switch
4731
4732Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4733
4734 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004735 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004736 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4737 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4738 John Kroll fixes to allow saving to HTTP via PUT (or
4739 POST of needed).
4740 * doc/html/*.html: regenerated the docs
4741
4742Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4743
4744 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4745 xmlHashScanFull and xmlHashScannFull3 to get passed the
4746 three keys as arguments to the callback function
4747
4748Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4749
4750 * configure.in Makefile.am: removed libxml softlink for good
4751 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4752 100% coverage by gtk-doc
4753
4754Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4755
4756 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4757 fixed serious troubles due to size_t vs. int mismatch
4758
4759Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4760
4761 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4762
4763Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4764
4765 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4766 convenient extension API for value and context managing
4767 Now handles external objects through xmlXPathPopExternal,
4768 xmlXPathWrapExternal and xmlXPathReturnExternal.
4769 Added functions for sets operations (intersection, etc.)
4770
4771Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4772
4773 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4774 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4775 HTMLparser.c: cleanup of global variables, marking some
4776 const or private.
4777
4778Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4779
4780 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4781 fixed xmlXPathNodeSetItem when passing index=0
4782
4783Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4784
4785 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4786
4787Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4788
4789 * xmllint.c: fixed compilation under Cygwin #57503
4790 * TODO: update
4791
47922001-07-13 Peter Williams <peterw@ximian.com>
4793
4794 * config.h.in: add #undef HAVE_DLFCN_H
4795
4796 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4797 builddir.
4798
4799Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4800
4801 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4802 raised by #57348 and #57381
4803
4804Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4805
4806 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4807 tree.c xpointer.c: store the line numbder in element->content,
4808 may break some software, need a configuration mechanism
4809
48102001-07-10 Darin Adler <darin@bentspoon.com>
4811
4812 * .cvsignore:
4813 * example/.cvsignore:
4814 * include/.cvsignore:
4815 * include/libxml/.cvsignore:
4816 Various things that are generated and should be ignored.
4817
4818Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4819
4820 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4821 * doc/xml.html doc/html/*: updated the docs
4822
4823Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4824
4825 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4826 validation occured on content with element child
4827
4828Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4829
4830 * tree.c: fixed XML Base computation which was broken
4831 * debugXML.c: added a base function to the shell
4832 * Makefile.am result/scripts/* test/scripts/*: added scripts
4833 based regression tests, and adding 2 XML Base tests
4834
4835Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4836
4837 * tree.c: set properties doc and call xmlSetListDoc for properties
4838 content when grafting them in a different tree.
4839 * aclocal.m4: remove from CVS
4840
4841Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4842
4843 * win32/libxml2/libxml2.def.src: added some missing entry point
4844 for XPath (Mark Vakoc)
4845
4846Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4847
4848 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4849 layer should URI-Unescape before trying to open resources.
4850
4851Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4852
4853 * xpath.c: fix the name() bug for elements in the default
4854 namespace reported by Charlie Bozeman
4855
4856Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4857
4858 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4859 led to an XPath fix, improvements of SAX initialization, and
4860 an added option --nocdata to testXPath
4861
4862Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4863
4864 * doc/libxml-doc.el: Felix Natter provided anew version working
4865 with XEmacs too
4866
4867Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4868
4869 * include/libxml/xpath.h: small cleanup
4870 * doc/xml.html: update
4871
4872Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4873
4874 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4875 released 2.3.14
4876
4877Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4878
4879 * doc/html/*: rebuilt the docs for the release
4880 * doc/xml.html: added 2.3.14 release.
4881
4882Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4883
4884 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4885 were not equal to empty strings
4886
4887Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4888
4889 * SAX.c: fixed a URI-Reference computation problem when validating
4890 * xmlIO.c: small cleanup
4891
4892Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4893
4894 * parser.c: improved the description of a couple of interfaces
4895 upon Larry Stamper suggestion
4896
4897Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * SAX.c entities.c parser.c: changed completely the way entities
4900 are handled when running the parser in entity substitution mode.
4901 This fixes a bug reported by Stephan Kulow and nearly divides
4902 by 3 the amount of memory required by libxslt to load and process
4903 DocBook TDG.
4904
4905Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4906
4907 * HTMLparser.c: fixing a too early root closing problem raised
4908 byt Prashanth Naidu
4909
4910Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4911
4912 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4913 raised by Mark Vakoc.
4914
4915Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4916
4917 * example/Makefile.am: fixed the include path to add srcdir/include
4918 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4919 and some cleanup
4920
4921Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4922
4923 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4924 lot of optimization work, results in significant improvements
4925 when handling really complex XPath queries. Add a small optimizer
4926 for unions, improve [n] and [last()], avoid some costly ops.
4927
4928Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4929
4930 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4931 * xpath.c: small cleanup
4932 * xmlGetNsList: reformated, fixed problems if used on Entities
4933
4934Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4935
4936 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4937
4938Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4939
4940 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4941 * Makefile.am example/Makefile.am: workaround automake generating
4942 erroneous deps
4943
4944Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4945
4946 * include/win32config.h: bug #56801 Yon Derek provided a patch
4947 to the windows config file.
4948
4949Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4950
4951 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4952 libxml.h : Yon Derek provided a set of changes to compile from
4953 CVS on Windows/MSC
4954
4955Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4956
4957 * parser.c: fixed UTF8 BOM support in push mode
4958 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4959 added a specific testcase
4960
4961Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4962
4963 * Makefile.am: added --push regression tests
4964 * parserInternals.c: the XML parser segfaulted in --push mode
4965
4966Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4967
4968 * configure.in: moved the symlinks detection within a CVS
4969 check, this is not portable and will be removed soon.
4970 * xpath.c: small cleanup/speedup
4971
4972Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4973
4974 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4975 release of 2.3.12
4976 * parser.c: make an error message if unknow entities in all cases
4977
4978Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4979
4980 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4981
4982Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4983
4984 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4985 includes were installed in the wrong dir
4986
4987Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4988
4989 * doc/html.xml: warn against sending code to exhibit bugs.
4990
4991Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4992
4993 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4994 Tru64 from Thomas Leitner
4995
4996Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4997
4998 * AUTHORS: added William and Bjorn
4999 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5000 daniel@veillard.com hopefully I won't have to do this again
5001 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5002 docs can be rebuilt cleanly now
5003 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5004 from CVs it's generated, added include/libxml/xmlwin32version.h
5005 also generated but which should change far less frequently.
5006 * catalog.c nanoftp.c: made sure to include libxml.h not
5007 libxml/xmlversion.h directly
5008 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5009 when compiling on WIN32 and MSC
5010
5011Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5012
5013 * include/Makefile.am include/libxml/Makefile.am configure.in:
5014 fixed make distcheck and rebuilding the rpms
5015
5016Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5017
5018 * configure.in: should finish the migration of exported includes
5019 into a real include/libxml in CVS, at least for CVS users.
5020 * removed the exported headers, added in include/libxml (as well
5021 as xmlversion.h.in).
5022
5023Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5024
5025 * configure.in: fixed the way to detect symlink
5026
5027Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5028
5029 * configure.in: updated, include/libxml is now a real CVS dir
5030
5031Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5032
5033 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5034 version works with both libxml1 and libxml2 (it autodetects
5035 the prefix of the html-files) from Felix Natter.
5036 * doc/xml.html: updated doc accordingly
5037
5038Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5039
5040 * xpath.c: fixed the bug generating a template loop in libxslt
5041 when using docbook-xsl-1.4, * should filter out document nodes
5042 * HACKING: added William
5043 * TODO: updated
5044
5045Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5046
5047 * doc/FAQ.html: added a warning about gcc-3.0
5048 * doc/xml.html: added reference to gdome2 and removed a confusing
5049 sentence
5050
5051Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5052
5053 * xmlversion.h: okay this is a generated file, but Windows
5054 users need it and they can't generate it, and I want CVS
5055 Windows users ...
5056 * win32/libxml2/libxml2_so.dsp: Windows project file for
5057 the shared lib version of libxml2
5058 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5059 resources needed for libxslt/xsltproc by Yon Derek
5060
5061Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5062
5063 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5064
5065Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5068
5069Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5070
5071 * include/win32config.h: Yon Derek provided a first fix
5072 to be able to compile libxslt/xsltproc on Windows
5073
5074Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5075
5076 * xpath.c: attempt to work around what seemed a gcc optimizer
5077 bug when handling floats on i386 http://veillard.com/gcc.bug
5078 * tree.c entities.c encoding.c: doing some cleanups while
5079 chasing it
5080
5081Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5082
5083 * Makefile.am: cleanup when --without-debug is specified
5084 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5085 w.r.t. --without-debug and other include points
5086 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5087 Catalogs
5088 * configure.in entities.h tree.h HTMLparser.c: removed
5089 --without-corba, made the _private field mandatory
5090
5091Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5092
5093 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5094 outputs a BOM in UTF8, an errata has been issued to avoid the
5095 problem, that was the most reasonable solution... Add support
5096 for a leading UTF8 BOM in entities.
5097
5098Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * valid.c: fixed a bug found when post validating an entity ref
5101 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5102 activate it too
5103
5104Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5107 weakness in the node copy the XPointer and the XInclude
5108 implementations. Serious cleanup.
5109
5110Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5111
5112 * Makefile.am: Kjartan Maraas provided a small patch to
5113 add xml2-config.in to EXTRA_DIST
5114
5115Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5116
5117 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5118 provided another failing case found in KDE, the way the
5119 ctxt->vctxt.nodeTab was allocated and freed changed over
5120 time but it wasn't completely cleaned up. This should fix it.
5121
5122Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5123
5124 * parser.c: Stephan Kulow also raised the fact that line number
5125 could get miscounted making debug harder, fixed the problem
5126 in xmlParseCharData()
5127
5128Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5129
5130 * valid.c: Stephan Kulow pointed out a problem when validating
5131 and using an empty entity, forgot a 'break' in a case.
5132
5133Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5134
5135 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5136 * doc/xml.html: updated with 2.3.11
5137
5138Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140 * TODO: updated adding cleanup of generated doc
5141 * configure.in: prepared to release 2.3.11
5142 * xmllint.c: added --version for bug reporting
5143 * doc/html/*.html: rebuilt the doc
5144
5145Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5146
5147 * xpath.c: first part of the work on selecting namespace to
5148 fix bug #56115
5149
5150Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5151
5152 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5153 when using -liconv
5154 * TODO: updated
5155
5156Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5157
5158 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5159 cleanup, encoding support.
5160
5161Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5162
5163 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5164
5165Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * xpath.c: bug detected by Ankh when / is used as a function arg
5168
5169Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5170
5171 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5172 of element and use it to avoid outputting formatting spaces at
5173 the wrong place. Implemented the format parameter for HTML save.
5174 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5175 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5176 result/HTML/wired.html: of course this impact the result of a
5177 number of HTML tests
5178
5179Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5180
5181 * HTMLtree.[ch]: started augmenting the HTML save API with
5182 encoding and formatting parameters
5183
5184Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5185
5186 * HTMLtree.h: cleanup and started evaluating the work needed on
5187 revamping the HTML output code
5188
5189Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5190
5191 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5192
5193Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5194
5195 * valid.c: fixed bug #56049, forgot one check in the
5196 validation routine
5197
5198Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5201
5202Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5203
5204 * libxml.h: fixed an error in last commit
5205 * doc/FAQ.html: added an entry for compilation from CVS
5206
5207Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5208
5209 * xmlversion.h.in libxml.h: Cygwin patches
5210 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5211 * tree.h: cleanup
5212
5213Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5214
5215 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5216 memory block in a strange case where libxml is linked twice
5217 in the binary.
5218
5219Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5220
5221 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5222 state far too often, simple fix used to avoid it.
5223
5224Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5225
5226 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5227 being processed, applied his patch
5228 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5229
5230Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5231
5232 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5233 provided fixes to compile on MSCC again
5234 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5235 also provided an update for the project files.
5236
5237Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5238
5239 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5240 bug #55810
5241
5242Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5243
5244 * tree.c: fixed xmlGetNsProp() to close bug #55683
5245 Note this requires libxslt to use it's own function instead.
5246
5247Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5248
5249 * HTMLtree.c: when in a pre element no formatting space should
5250 be added.
5251 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5252
5253Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5254
5255 * configure.in: added tests for signal() and signal.h
5256
5257Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5258
5259 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5260
5261Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5262
5263 * doc/libxml-doc.el: Felix Natter provided a new version for
5264 libxml2
5265
5266Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5267
5268 * HTMLtree.c: when in a pre element no formatting space should
5269 be added.
5270
5271Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5274
5275Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5278 hack
5279 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5280 * uri.c: fixed a warning
5281
5282Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5283
5284 * HTMLtree.c: trying to close bug #55772 escaping in script
5285 elements
5286 * doc/xml.html: suggest to send mail to the list
5287
5288Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5291 good. Use a macro and based on the solution provided in
5292 vsnprintf manual page from GNU.
5293
5294Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5295
5296 * error.c: Workaround for non-preserving variadic list.
5297 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5298
5299Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5300
5301 * doc/xml.html: added 2.3.10 release
5302
5303Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5304
5305 * configure.in: releasing 2.3.10
5306
5307Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5308
5309 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5310
5311Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5312
5313 * encoding.c: Robert Collins provided a patch to add the
5314 "US-ASCII" encoding alias
5315
5316Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5317
5318 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5319 string oriented functions and started cleaning the related areas
5320 in xpath.c which needed fixing in this respect
5321
5322Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5323
5324 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5325 #55380
5326 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5327
5328Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5329
5330 * TODO: updated
5331 * nanohttp.[ch] : started adding APIs to get the redirected URL
5332 when this occurs (needed for further base computation
5333 * tree.h: cleanup
5334 * encoding.c: cleanup
5335 * SAX.c: minor change around ctxt->loadsubset
5336
5337Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5338
5339 * Makefile.am include/Makefile.am: small change to have
5340 include/libxml rebuilt if working from CVS.
5341 * uri.c: applied another patch from Carl Douglas for URI escaping,
5342 this should close bug #51876
5343
5344Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5345
5346 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5347 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5348 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5349 added specific regression test
5350 * parser.h: preparing for the XSLT mode where DTD inherited
5351 attributes are added to the tree.
5352
5353Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5354
5355 * xinclude.[ch]: Updated the namespace for the Last Call version
5356 * result/XInclude/include test/XInclude/include: updated the
5357 testsuite accordingly
5358
5359Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5360
5361 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5362 related to bug #51876
5363
5364Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5365
5366 * tree.c: fixed a gross mistake in base computation, xml:base is
5367 not completely correct yet (need cascade).
5368 * xpath.[ch]: added the few things needed to find a function name
5369 and URI from the XPath context when it is called.
5370
5371Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5372
5373 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5374 * DOCBparser.c: small cleanup
5375 * xmllint.c: added a --catalogs option to load catalogs from
5376 $SGML_CATALOG_FILES
5377 * tree.c: cleanup
5378 * configure.in: iconv library fixup, ICONV_LIBS
5379
5380Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * catalog.c: handling of CATALOG entries. detection of recursion,
5383 and a few bugfixes
5384 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5385 against the default namespace
5386
5387Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5388
5389 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5390
5391Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5392
5393 * parser.c: fixed propagation context info when parsing an
5394 external entity.
5395 * doc/html/*.html: regenerated a couple of docs
5396
5397Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * doc/xml.html: update with 2.3.9 informations
5400
5401Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5402
5403 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5404 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5405 * doc/html/* : rebuilt the docs
5406 * valid.c: small patch which may improve some case when
5407 validating.
5408
5409Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5410
5411 * HTMLparser.c: Closed bug #54891
5412 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5413 to the suite
5414
5415Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5416
5417 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5418 applied a documentation patch from LotR and filled in a few missing
5419 descriptions
5420
5421Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * xpath.c tree.c parser.c: speed optimizations at the parser level
5424 document tree freeing and xpath evaluation
5425
5426Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * parser.c parser.h parserInternals.h: fixed a couple of
5429 interfaces for handling memory buffer input to const char *
5430 upon suggestion of JamesH.
5431
5432Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5433
5434 * configure.in: LoTR sent a patch fixing the previous commit
5435
5436Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5437
5438 * configure.in: trying to deal again with the stoopid -R linking
5439 flag of Solaris
5440
5441Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5442
5443 * xpath.h: two nodeset access macros from Thomas Broyer
5444
5445Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5446
5447 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5448 patch from Thomas Broyer
5449
5450Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5453 case
5454 * INSTALL: was empty added stuff from the FAQ
5455
5456Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5457
5458 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5459 attributes handling and #54433 by adding xmlUnsetProp()
5460 and xmlUnsetNsProp()
5461
5462Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * HTMLparser.c: Patch from Jonas Borgström
5465 (htmlGetEndPriority): New function, returns
5466 the priority of a certain element.
5467 (htmlAutoCloseOnClose): Only close inline elements if they
5468 all have lower or equal priority.
5469 * result/HTML: this of course changed a number of tests results.
5470
5471Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5472
5473 * xmlIO.c catalog.c: plugged in the default catalog resolution
5474 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5475 documentations
5476 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5477
5478Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5479
5480 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5481 integrating catalogs
5482 * catalog.[ch] testCatalog.c: adding a small catalo API
5483 (only SGML catalog support).
5484 * parser.c: restaured xmlKeepBlanksDefault(0) API
5485
5486Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5487
5488 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5489
5490Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5491
5492 * parser.c: added xmlParseExternalEntityPrivate() to allow
5493 propagation of ctxt->_private when parsing external entities
5494
5495Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5496
5497 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5498
5499Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5500
5501 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5502
5503Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * valid.c: warn when indeterminist content model is detected
5506 * result/VC/ElementValid8: this adds a message
5507 * Makefile.am: add --novalid for VCM tests
5508 * parserInternals.c: added a call to Init memory
5509
5510Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5511
5512 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5513 when both parameters are NULL.
5514
5515Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5516
5517 * valid.c: applied small patch from Gary Pennington, reindented
5518 some part of the code.
5519
5520Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5521
5522 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5523 release, updated and regenerated the docs
5524
5525Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5526
5527 * xpath.c result/XPath/expr/floats : clarified and cleanup
5528 printing of abnormal floats in tests.
5529
5530Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5533 * results/HTML/ : a few changes in the output of the HTML tests as
5534 a result.
5535 * configure.in: tying to fix -liconv where needed
5536
5537Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5538
5539 * Makefile.am: fixed a stupid error
5540
5541Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * configure.in Makefile.am: make the inclusion of the trio
5544 modules in the library conditional
5545
5546Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5547
5548 * DOCBparser.c: patche from László Kovács, fixed entities refs
5549 in attributes handling
5550
5551Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5552
5553 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5554 flushing
5555
5556Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5557
5558 * xpath.c: fix of an XSLT namespace bug reported on the list
5559 general/bug-8-
5560
5561Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5562
5563 * strio.h trio.c: Dan McNichol suggested a couple of small
5564 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5565
5566Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5567
5568 * tree.c parser.c encoding.c: spent a bit more time looking
5569 at the parsing speed and DOM handling. Added a few more
5570 speedups.
5571
5572Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5573
5574 * parser.c: small but effective parsing speed improvement
5575
5576Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5577
5578 * configure.in: default on the DocBook parser inclusion (for Gnome)
5579 * DOCBparser.h: fixed a header reference
5580
5581Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * configure.in xpath.c: applied Bjorn patches for FPE on the
5584 alpha
5585
5586Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5589 xmlSaveFormatFileTo()
5590
5591Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * xpath.c: simple and efficient optimization, XPath functions
5594 aways bind to the same code, cache this
5595 * TODO: updated (by saying some is obsolete)
5596
5597Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5598
5599 * xpath.c: more cleanup work on XPath name parsing routines
5600
5601Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5604 xmlXPathParseName
5605 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5606 * debugXML.c: avoid compilation problems if compiling without
5607 HTML support, Igor Zlatkovic
5608 * win32/libxml2/libxml2.def.src: being able to compile without
5609 XPath on Windows
5610
5611Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * libxml.m4: yet another patch from Toshio Kuratomi
5614
5615Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5618
5619Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * tree.[ch]: added xmlSaveFormatFile interface for saving
5622 and indenting a file.
5623
5624Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * xpath.c: fixed bug #53689 related to processing-instruction()
5627
5628Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * DOCBparser.c: patche from László Kovács
5631
5632Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5633
5634 * parser.c: applied fixes from Christian Glahn bug report #53391
5635
5636Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5637
5638 * error.c: Jean François Lecomte provided a complete description
5639 and a fix to bug #53537
5640
5641Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5642
5643 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5644
5645Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5646
5647 * DOCBparser.c SAX.c: a bit more work on entities processing.
5648 Still Need to cleanup XML output and references in attributes
5649
5650Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5651
5652 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5653
5654Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5655
5656 * tree.c: trying to fix #53574, not completely complete,
5657 I would like xmllint --copy --debug test/ent1 and
5658 xmllint --debug test/ent1 to show the same result.
5659 * xpath.c: fix a bug when trying to sort namespace nodes
5660
5661Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5662
5663 * HTMLtree.c: real fix for #53402
5664
5665Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5666
5667 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5668 PIs when using xsl:output
5669 * valid.c: closing #53537 some case generate segfaults if there
5670 is validity errors
5671
5672Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5673
5674 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5675 of external parsed entities, added --noent to testDocbook
5676 * valid.c: Garry Pennington found an uninitialized variable
5677 access in xmlValidateElementContent()
5678
5679Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5680
5681 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5682 with madness
5683 * result/HTML/ : this modified the result of the regression tests
5684 a lot.
5685
5686Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5687
5688 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5689 to doc where it wasn't checked against NULL reported by
5690 Jens Laas
5691
5692Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5693
5694 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5695 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5696
5697Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5698
5699 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5700 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5701 * SAX.[ch]: cleanup and updates for DocBook
5702 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5703 ex SGML identifier changes
5704 * valid.c: removed a static unused function.
5705
5706Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5707
5708 * HTMLtree.c: applied change for Paul Sponagl on script saving
5709 * Makefile.am: the warning about entity title.xml are normal.
5710
5711Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * configure.in: release of 2.3.7
5714 * Makefile.am: fixing make distcheck
5715
5716Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * doc/html/* doc/xml.html: updated and regenerated the docs
5719
5720Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5723
5724Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5725
5726 * tree.c: fixed #53388 with the provided patch
5727
5728Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * valid.c: Bjorn detected an invalid memory access. Fixed
5731 vstateVPush()
5732
5733Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5734
5735 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5736
5737Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5738
5739 * libxml.h: new header used only for the compilation of libxml
5740 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5741 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5742 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5743 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5744 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5745 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5746 baseline (version 1.2 plus a single patch).
5747 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5748 scientific notation for numbers. Tests added.
5749 * xpath.c: formatting of numbers changed to use sprintf
5750 (contribution from William Brack)
5751
5752Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5753
5754 * valid.c: cleanup, more useful debugging
5755 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5756 * xmlIO.c: entity loading is printed as an error when validating
5757
5758Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5759
5760 * valid.c: fixed to validate within entities
5761 * test/VCM/v22.xml: added a specific testcase
5762
5763Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5764
5765 * valid.c: forgot an epsilon transition in for ()+
5766 * test/VCM/v21.xml : added a specific test case
5767
5768Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5769
5770 * valid.c: removed a state explosion exhibited by RSS
5771 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5772 from bug #51872
5773
5774Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5775
5776 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5777 validation without using an ugly NFA -> DFA algo in the source.
5778 Made a specific algorithm easier to maintain, using a single
5779 stack and without recursion.
5780 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5781 * hash.c: made the growing routine static
5782 * tree.h parser.c: added the parent information to an
5783 xmlElementContent node.
5784
5785Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * SAX.c parser.c xpath.c: generating IDs when not validating
5788 from an external parsed entity was poisoning the ID has table
5789 with removed values. This was killing XSLT on the KDE help
5790 browser.
5791
5792Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * entities.h: andrew@ugh.net.au detected a double declaration
5795
5796Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * debugXML.c hash.c tree.h valid.c : some changes related to
5799 the validation suport to improve speed with DocBook
5800 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5801 the way validation errors get reported
5802
5803Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5804
5805 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5806 by P C Chow and William M. Brack for XSLT HTML output
5807
5808Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5809
5810 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5811 Igor Zlatkovic patches for MSC compilation and added his
5812 updates
5813
5814Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5815
5816 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5817 prefix lookup.
5818 * parserInternals.c: fixed the bug reported by Morus Walter
5819 due to an off by one typo in xmlStringCurrentChar()
5820
5821Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5822
5823 * HTMLparser.c result/HTML/*: revamped the way the HTML
5824 parser handles end of tags or end of input
5825
5826Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5829
5830Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5831
5832 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5833 bug where the linktime verions of free() won't work ...
5834
5835Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5836
5837 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5838
5839Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * doc/xml.html: added 2.3.6 release
5842
5843Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5844
5845 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5846 * result/wml.xml: resulted in a small output change
5847
5848Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5849
5850 * tree.c: xmlNewDoc was missing the charset initialization
5851 * xmllint.c: added --auto to autogenerate a doc, allow to
5852 reproduce the problem fixed on xmlNewDoc
5853
5854Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * xpath.c: trying to get 52979 solved
5857 * tree.c result/ result/noent/: trying to get 52712 solved, this
5858 also made me clean up the fact that XML output in general should
5859 not add formating blanks by default, this changed the output of
5860 a few tests
5861
5862Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5863
5864 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5865
5866Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * configure.in: finally released 2.3.6
5869
5870Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * xpath.c: checking for null pointer generated by new code
5873
5874Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * xpath.c: fixed a [] evaluation problem reported
5877 * test/XPath/tests/simpleaddr: extended test
5878 * result/XPath/simpleaddr: updated result
5879
5880Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5881
5882 * xmllint.c: Dan Timis reported a portability problem
5883 on Macs without mmap, fixed it.
5884
5885Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5886
5887 * testXPath.c : added a --tree option allowing to display the
5888 tree dump of the XPath expression
5889
5890Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * xpath.c: fixed a memleak when comparing nodesets
5893 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5894 * tree.c: added a TODO
5895
5896Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5899 we need string functions
5900 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5901 to be able to use them where needed. Applied some changes
5902 to reduce name linking pollution and compile in only what's
5903 needed.
5904 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5905 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5906 for the string manipulation functions
5907 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5908 to the free() function of xmlmemory.c
5909 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5910 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5911 usage.
5912
5913
5914Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5915
5916 * error.c: applied the context output patch of the error
5917 handling submitted by Chuck Griffith
5918 * error/VC/*: this slightly change some error logs
5919
5920Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * parser.c: fixed line number reporting on error
5923
5924Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * parser.c: Sullivan and Darin found a parser bug,
5927 applied the patch.
5928
5929Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5930
5931 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5932 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5933 xmlversion.h.in xpointer.c: of course the way I defined
5934 UNUSED breaks on old gcc version. Try to be smart and
5935 also define it directly in xmlversion.h
5936 * configure.in: removed -ansi flag from the pedantic set
5937
5938Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5939 Huge cleanup, I switched to compile with
5940 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5941 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5942 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5943 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5944 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5945 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5946 encoding.h entities.c error.c list.[ch] nanoftp.c
5947 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5948 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5949 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5950 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5951 Cleanup, staticfied a number of non-exported functions,
5952 detected and cleaned up a dozen of problem found this way,
5953 avoided a lot of public function name/typedef/system names clashes
5954 * doc/xml.html: updated
5955 * configure.in: switched private flags to the really pedantic ones.
5956
5957Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5958
5959 * configure.in: 2.3.5
5960 * doc/html/*: rebuilt the docs
5961
5962Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5963
5964 * parser.c: fixed a reported bug in NOTATION parsing
5965 * uri.c: accepted but not fixed bug 51876, added TODO
5966 * Makefile.am: fixed bug 51876
5967
5968Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * config.h.in configure.in error.c: fix a compilation problem
5971 on platforms without vsnprintf (xml@thewrittenword.com)
5972
5973Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5974
5975 * parser.c: fixed a function name header typo
5976 * SAX.c: notations can also occur in external subset.
5977
5978Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5979
5980 * error.c: removed a C++ like comment
5981
5982Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * parser.c: fixing bug 52299 strange condition leading
5985 to a parser crash due to a buffer overflow
5986 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5987 added the specific test case
5988
5989Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5990
5991 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5992 xmlXPathConvert{String,Number,Boolean} to be able to make
5993 type casts without a context stack, fixed some implementation
5994 problems related to the absence of context at parse-time,
5995 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5996 in the public API too
5997 * xpointer.c xpathInternals.h: we need to know at parse time
5998 whether we are compiling an XPointer
5999
6000Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6001
6002 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6003 cleaned up the parser internals, refactored XPath code, added
6004 new compilation based APIs and cleanly separated public and
6005 private APIs.
6006
6007Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6008
6009 * xpath.h: the comp field must be added at the end to avoid
6010 killing binary compat.
6011
6012Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6013
6014 * Makefile.am: detect XPath memleaks in regreson tests
6015 * error.c: fixed and error w.r.t. error reporting still using
6016 stderr
6017 * hash.c: added new line at end of file
6018 * tree.h: minor cleanup
6019 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6020 expression parsing from evaluation, resulted in a number of
6021 changes internally, and in XPointer. Likely to break stuff
6022 using xpathInternals.h but should remain binary compatible,
6023 new interfaces will be added.
6024
6025Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6026
6027 * configure.in: fixed a couple of problems reported by
6028 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6029 without gcc on non linux platforms.
6030
6031Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6032
6033 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6034 a fix for --with-html-dir= configure support. I hope it won't
6035 break rpm generation
6036
6037Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6038
6039 * xmlIO.c: one function comment cleanup.
6040
6041Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6042
6043 * SAX.c: external subset notations were improperly registered
6044 in the internal subset.
6045
6046Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6047
6048 * README.cvs-commits: added, pointing to HACKING
6049 * HACKING: updated
6050
6051Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * parser.c: and Matt Sergeant found one in the XML push
6054 parser (erroneous check I forgot to remove when I fixed the
6055 main parser).
6056
6057Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6058
6059 * xpath.c: ptittom found a small bug in UnaryExpr
6060
6061Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * configure.in: bumped to 2.3.4
6064 * error.c: fixed bug #51860
6065 * tree.c: fixed bug #51861
6066 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6067 * tree.[ch] : added xmlDefaultBufferSize
6068 * nanoftp.c: typo in function name header block
6069 * doc/xml.html : updated, added link to XML::LibXSLT
6070 * doc/html/* : rebuilt the docs
6071
6072Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6073
6074 * parser.c SAX.c: the new content parsing code raised an
6075 ugly bug in the characters() SAX callback. Found it
6076 just because of strangeness in XSLT XML Rec ouptut :-(
6077
6078Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6079
6080 * Makefile.am: Martin Baulig suggested to add -lm
6081 * tree.c: found another bug in xmlNodeGetContent()
6082
6083Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6084
6085 * xpath.c: Bjorn found the error related to strictness of comparison.
6086
6087Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6088
6089 * parser.c: trying to fix the Dtd parsing problem reported
6090 by Gary, side effect of last week speed optimizations.
6091
6092Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6095 * parserInternals.c: removed unneeded test raised by Stric
6096
6097Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6098
6099 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6100 and fixed by William Brack). Added xmlXPathFormatNumber.
6101 Changed the sorting slightly.
6102 * configure.in Makefile.am example/Makefile.am: Added -lm.
6103 Please note that applications linking with libxml2, must
6104 also like with the math library from now on.
6105
6106Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6107
6108 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6109
6110Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * parser.c: one must report spaces even if the Dtd element
6113 content proves that this is not part of the element content.
6114 * result/valid/*.xml: this changed the ouptu slightly
6115
6116Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6117
6118 * configure.in: bumped to 2.3.3
6119 * doc/xml.html: updated
6120
6121Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6122
6123 * tree.c: minor doc fix
6124 * xpath.c: deallocation issues when a result tree has been
6125 converted to a node-set
6126
6127Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6128
6129 * doc/xml.html: oops corrected dates s/2000/2001
6130
6131Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6132
6133 * valid.c: new patch from Gary Pennington
6134
6135Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * doc/xml.html: applied patch from Ankh
6138
6139Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6140
6141 * xinclude.c: fixed a problem building on Mac
6142
6143Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6144
6145 * parser.c: more work on increasing parsing ferformances
6146
6147Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6148
6149 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6150 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6151 avoiding memcpy in production builds MEM_CLEANUP macro use
6152 * parser.[ch] parserInternals.c: optimizations of the tightest
6153 internal loops inside the parser. Better checking of I/O
6154 flushing/loading conditions
6155 * xmllint.c : added --timing
6156
6157Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6158
6159 * configure.in: bumped to 2.3.2
6160 * doc/xml.html: updated for release
6161
6162Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6163
6164 * xpath.c: found a memleak and fixed a nasty bug
6165
6166Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6167
6168 * xmllint.[c1] : added return code errors for xmllint
6169 * xpath.c: specific debug dump function for result value trees
6170
6171Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6172
6173 * xpath.c: finally implemented xmlXPathCompareNodeSets
6174 * test/XPath/expr/floats results/XPath/expr/floats: added
6175 a test for float expressions
6176
6177Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6178
6179 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6180 * parserInternals.[ch]: trying to speed up parsing
6181 * xpath.c : speeded up node set equality op
6182
6183Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6184
6185 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6186 better handling of ID/IDREF and the list modules associated
6187 * configure.in: small CFLAGS cleanup
6188
6189Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * configure.in: fixed iconv detection on AIX (stric)
6192
6193Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6194
6195 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6196
6197Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6198
6199 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6200 and optimized xmlXPathNodeSetSort
6201
6202Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6203
6204 * xpath.c: bug fix when context size is 0
6205 * parser.c: I like Norm's Dtd because they still manage to break
6206 the parser occasionally
6207
6208Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6209
6210 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6211
6212Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6215 attributes within the XML-1.0 namespace
6216
6217Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * xpathInternals.h: exported a few axis functions
6220 * doc/xml.html: updated the doc
6221
6222Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * configure.in: applied patch from Daniel van Balen for OpenBSD
6225 and bumped version to 2.3.1
6226 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6227 attempt to find autoclosing was simply broken, removed it,
6228 updated the examples, this is better
6229
6230Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6231
6232 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6233 hash functionnalities.
6234 * doc/html/* : rebuild the doc
6235
6236Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6239 on predicate
6240 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6241 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6242 really want to have tags closed on output even if we accept
6243 unclosed ones on input
6244
6245Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6246
6247 * xpath.c: ouch don't free NULL, rare case fixed
6248 * tree.c: don't coalesce text nodes if they don't have the
6249 same behaviour wrt escaping on output
6250
6251Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6252
6253 * xpath.c: small fixup
6254 * SAX.c: don't warn on empty namespaces.
6255
6256Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6257
6258 * README: a bit of cleanup
6259 * configure.in: preparing for 2.3.0 release
6260
6261Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6262
6263 * hash.[ch]: added a first version of xmlHashSize()
6264 * valid.c: another bug fix from Gary Pennington
6265
6266Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * valid.c: couple of bug fixes pointed by Gary Pennington
6269 * HTMLtree.c: #if 0 cleanup
6270
6271Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6274 which removes a time consuming check of xmlXPathNodeSetAdd()
6275 and use it in places where we are sure to not break unicity
6276
6277Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6278
6279 * xpath.c: bug fixes found from XSLT
6280 * tree.c: preserve node->name special values when copying nodes.
6281 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6282 external subset are fetched when available but without full
6283 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6284 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6285 output with encoding disabled.
6286
6287Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6290 xmlCheckFilename should not be called from xmlFileOpenW
6291 and xmlGzfileOpenW
6292
6293Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6296 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6297 added the new tests for URI normalization
6298 * testURI.c: fixed stoopid bugs
6299 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6300 the URI in the error messages are now properly normalized
6301
6302Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303
6304 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6305
6306Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6307
6308 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6309
6310Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6311
6312 * xpath.c: fixed mod operator
6313
6314Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6315
6316 * parser.c: fixed xmlStrcat doc
6317 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6318 trees.
6319
6320Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6321
6322 * xpath.c result/XPath/tests/chaptersbase
6323 result/XPath/tests/simplebase: fixed XPath node()
6324 * tree.c: small fix in xmlNewNs()
6325 * Makefile.am: removed extraneous xml2Conf.sh rule
6326
6327Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6328
6329 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6330 Changed the library name, in order to get libxml-devel and
6331 libxml2-devel to coexist on a single system
6332 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6333 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6334
6335Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6336
6337 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6338 libxml2-devel installable in // as libxml-devel.
6339
6340Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6341
6342 * doc/Makefile.am: fixed make rebuild in doc
6343 * doc/html/*.html: rebuilt the docs
6344
6345Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6346
6347 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6348
6349Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6350
6351 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6352 the HTML doc to go into the -devel RPM ...
6353 * aclocal.m4 config.h.in: some updates due to auto* magic
6354
6355Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * xpath.h: added a hook in the context structure allowing to
6358 link to extra support, needed for XSLT
6359
6360Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6361
6362 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6363 xmlXPtrCmpPoints to use it.
6364 * propagated the following patch from Alejandro Forero
6365 * include/win32config.h xmlIO.c: applied further suggestions
6366 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6367 * example/gjobread.c: fixed warnings, now that it builds
6368
6369Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6370
6371 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6372
6373 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6374 filename points to a valid file (not a directory).
6375 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6376 Added calls to xmlCheckFilenameDir.
6377
6378 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6379 `path' (rather than `filename') as the parameter to gzopen and open.
6380
6381Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6382
6383 * Makefile.am: fixed a problem with EXTRA_DIST
6384
6385Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6386
6387 * Makefile.am example/Makefile.am: finally found the trick
6388 to build the example, i.e. add "." in SUBDIRS before example
6389 in the list <grin/>
6390
6391Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6392
6393 * doc/xml.html: updated with an XSLT section, removed pointer to
6394 W3C CVS base.
6395
6396Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6397
6398 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6399 too, and deallocation need to occur the same way.
6400
6401Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6402
6403 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6404 type correponding to an XSLT result tree fragment. Share most
6405 of the data format with node set, as well as operators.
6406 * HTMLtree.c: added a newline at the end of the doctype output
6407 whe this one is not present initially.
6408 * tree.c: make sure taht the parent and doc pointers are properly
6409 set when copying attributes (lists).
6410
6411Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6412
6413 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6414
6415Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6416
6417 * xpath.c: seems I finally killed that ugly path evaluation
6418 context bug (tagged 9999 in case is is wrong)
6419
6420Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6423 for XSLT
6424
6425Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6426
6427 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6428 for xmlGzfileOpen() bug
6429
6430Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6431
6432 * xpath.c: removed an error found by XSLT usage
6433 * tree.c parserInternals.h: use a predefined static string
6434 for text and comment nodes, avoid freeing them in xmlFreeNode,
6435 exported the string name in parserInternals.h and added
6436 another value to disable encoding at output (for XSLT),
6437 gain memory, time.
6438
6439Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6440
6441 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6442 win32/libxml2/libxml2_so.dsp: new makefiles and update
6443 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6444
6445Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6446
6447 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6448 Gary Pennington
6449
6450Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * xpath.c: fixed the comaprision of values and nodelists,
6453 need to compare nodelist still ...
6454 * debugXML.c: avoided a possible core dump
6455 * HTMLparser.c: cleanup
6456 * nanohttp.c: contributed fix.
6457 * tree.c: fixes in properties handling added xmlSetNsProp
6458 needed by libxslt
6459 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6460 comment
6461 * TODO: updated
6462
6463Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6464
6465 * parser.c parserInternals.c: applied Bjorn Reese optimization
6466 patch
6467
6468Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6469
6470 * Makefile.am: applied patch fro make check from Martin Vidner
6471
6472Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6473
6474 * configure.in: preparing 2.2.11
6475 * doc/html/*: rebuild the HTML files
6476 * doc/xml.html : updated
6477
6478Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6479
6480 * tree.c: fixed a stupid bug
6481 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6482 patches related to validation of an XInclude processing result
6483 * TODO: updated
6484
6485Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6488 on large files
6489
6490Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6491
6492 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6493
6494Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6495
6496 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6497 reported by Jonas Borgström
6498 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6499
6500Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6501
6502 * testXPath.c xpath.c: fixing the XPath union expressions problem
6503 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6504
6505Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * xmllint.c: Made is so if the file name is "-" is will read form
6508 standard input. Sven Heinicke <sven@zen.org>
6509 * tree.c: fixed a problem when growing buffer
6510 * tree.h: fixed the comment of the node types following andersca
6511 comment
6512 * TODO: updated
6513
6514Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6515
6516 * HTMLparser.[ch]: added a way to avoid adding automatically
6517 omitted tags. htmlHandleOmittedElem() allows to change the
6518 default handling.
6519 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6520 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6521 of xmllint too when using --memory flag, added a memory test
6522 suite at the Makefile level.
6523 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6524 with namespace use when encountering QNames in XPath evalation,
6525 added xmlns() scheme in XPointer.
6526 * nanoftp.c : incorporated a fix
6527 * parser.c xmlIO.c: fixed problems raised with encoding when using
6528 the memory I/O
6529 * parserInternals.c: closed bug 25934 reported by
6530 torsten.landschoff@innominate.de
6531 * TODO: updated
6532
6533Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6534
6535 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6536 on a non-updated tree :-(, made a 2.2.10 release to correct the
6537 situation
6538
6539Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6540
6541 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6542 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6543 integrated a set of OpenVMS changes from Howard Taylor
6544 <Howard.Taylor@pacoast.com>
6545
6546Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6547
6548 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6549 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6550
6551Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6552
6553 * HTMLparser.c: some fixes on auto-open of html/head/body
6554 * encoding.c: fixed a compilation error on some gcc env
6555 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6556 XPointer implementation
6557 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6558 related XPointer tests and associated results
6559
6560Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6561
6562 * doc/xmldtd.html doc/xml.html: following a short step by step
6563 guidance on IRC to help maciej with DTDs I started a small
6564 page on the subject.
6565
6566Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6567
6568 * HTMLparser.c: fixed handling of broken charrefs
6569 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6570 patches
6571
6572Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6573
6574 * doc/xml.html doc/html/* : rebuilt the docs after adding
6575 xinclude and updated page for 2.2.7 and 2.2.8
6576 * configure.in: releasing 2.2.8
6577
6578Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6579
6580 * parser.[ch] parserInternals.c: applied the conditional
6581 section processing fix from Jonathan P Springer
6582 <jonathan.springer2@gte.net>
6583 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6584 project file, fixed iconv default non support
6585 * xpath.c: fixed the problem of evaluating relative expressions
6586 when a node context is provided.
6587
6588Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6589
6590 * nanoftp.c: fixed gcc 2.95 new warnings
6591 * SAX.c: fixed a stupid bug
6592 * tree.c: fixed a formatting problem when round-tripping
6593 from/to memory
6594 * xinclude.c: chased memleak, fixed a base problem
6595 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6596 xmlXPtrBuildNodeList()
6597 * TODO: updated
6598 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6599 adding a first small set of regression tests for XInclude
6600
6601Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6602
6603 * nanohttp.[ch]: applied Wayne Davison patches to access
6604 the WWW-Authorization header.
6605 * parser.c: Closed Bug#30847: Problems when switching encoding
6606 in short files by applying Simon Berg's patch.
6607 * valid.c: fixed a validation problem
6608 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6609 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6610 Wayne Davison
6611 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6612 need to be extended to non full nodes selections.
6613 * xinclude.c: starts to work decently
6614
6615Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6616
6617 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6618 debugXML.c xmlversion.h.in: Started adding XInclude support,
6619 this is a new xmllint option
6620 * tree.c xpath.c: applied TOM patches for XPath
6621 * xpointer.c: fixed a couple of errors.
6622 * uri.c: added an escaping function needed for xinclude
6623 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6624 new warning from RH70 gcc's version
6625
6626Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6627
6628 * HTMLparser.c: fixed loop on invalid char in scripts
6629 * parser.c: update to description of xmlIOParseDTD()
6630 * libxml.m4 xmlversion.h.in: changes contributed by
6631 Michael Schmeing <m.schmeing@internet-factory.de>
6632 * configure.in: preparing for 2.2.7
6633 * Makefile.am: trying to avoid config.h and acconfig.h
6634 being included in the distrib
6635 * configure.in: released 2.2.7
6636
6637Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6638
6639 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6640 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6641
6642Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6643
6644 * parser.[ch]: added xmlIOParseDTD()
6645 * xpointer.c: added support for the 2 extra parameters of
6646 string-range, fixed a stoopid error when '0' was present
6647 in XPointer expressions
6648 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6649 testsuite for the above
6650
6651Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6652
6653 * libxml.spec.in: improved package descriptions
6654
6655Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6656
6657 * xpath.c xpathInternals.h: applied a large cleaning patch
6658 from TOM <ptittom@free.fr>, it also add namespace support
6659 for function and variables registration.
6660
6661Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6662
6663 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6664 * Makefile.mingw: Wayne Davison's update adding hash.c
6665
6666Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6667
6668 * xpath.c: fixed the root evaluation problems
6669 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6670 ignorable spaces with <b> <bold> <em>
6671 * tree.c: fixed a loop in xmlSearchNsByHref()
6672
6673Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6674
6675 * xpath.c: applied another XPath patch from TOM
6676 * xpath.c include/makefile.am: applied another patch from
6677 china@thewrittenword.com (cleanup on IRIX).
6678
6679Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6680
6681 * xml-config.1: received a fixed version from Fredrik Hallenberg
6682 <hallon@lysator.liu.se>
6683
6684Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6685
6686 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6687 cleanup patch for XPath
6688
6689Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6690
6691 * patched to redirrect all "out of context" error messages to
6692 a reconfigurable routine. The changes are:
6693 * xmlerror.h : added the export of an error context type (void *)
6694 an error handler type xmlGenericErrorFunc there is an interface
6695 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6696 to reset the error handling routine and its argument
6697 (by default it's equivalent to respectively fprintf and stderr.
6698 * all the c files: all wild accesses to stderr or stdout within
6699 the library have been replaced to calls to the handler.
6700
6701Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * configure.in: release 2.2.6
6704 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6705 exporting the inner functions of xpath for extension modules
6706 * doc/*: updated and rebuilt the doc
6707
6708Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6709
6710 * nanohttp.c : applied Wayne HTTP cleanup patch
6711 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6712 and xmlNodeSetSpacePreserve()
6713
6714Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6715
6716 * xpath.c: closing bug #29260
6717
6718Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6719
6720 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6721 multikey tuples, made hash structure opaque
6722 * valid.[ch]: moved elements, attributes, notations decalarations
6723 as well as ID and refs to hash tables.
6724 * entities.c: hash cleanup
6725 * xmlmemory.c: fixed a dump problem in debug mode
6726 * include/Makefile.am: problem passing in DESTDIR= values patch
6727 from Marc Christensen <marc@calderasystems.com>
6728 * nanohttp.c: removed debugging remains
6729 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6730 * HTMLparser.c parser.c: fixing a number of problems with the
6731 macros in the *parser.c files (Wayne).
6732 * HTMLparser.c: close the previous option when opening a new one
6733 (Marc Sanfacon).
6734 * result/HTML/*: updated the HTML results accordingly
6735
6736Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6737
6738 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6739 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6740 XPath functions and XML entities table to them. More to come...
6741 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6742
6743Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6744
6745 * tree.c: coalesce adjacent text nodes
6746 * valid.c: handling of blank nodes in DTd validation (raised
6747 by problems with a posteriori validation).
6748 * nanohttp.c: changing behaviour on HTTP write stuff.
6749 * HTMLtree.c: forced body and html to be explicitely closed.
6750 * xpath.h: exported more XPath functions.
6751
6752Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6753
6754 * Release of 2.2.5
6755 * xpointer.c: range() range-inside and other helper functions
6756 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6757
6758Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6759
6760 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6761 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6762
6763Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6764
6765 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6766 and XPointer modules
6767
6768Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6769
6770 * SAX.h: closed #25107
6771
6772Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6773
6774 * testSAX.c: fixed problem with cdata reporting
6775 * SAXresult/* : updated
6776
6777Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6778
6779 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6780 Closed bug #27499, added to regression tests
6781 * TODO: updated
6782
6783Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6784
6785 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6786 support for SCRIPT and STYLE with help from Bjorn Reese
6787 * test/HTML/* result/HTML/*: added simple testcase and updated
6788 the existing ones.
6789
6790Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6791
6792 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6793 string-range for empty strings
6794 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6795 test/XPath/xptr/strrange: augmented the XPointer testsuite
6796
6797Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * doc/xml.html doc/xmlmem.html: added a module describing memory
6800 interfaces and use, updated the main page.
6801
6802Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6803
6804 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6805 nanoftp code work on Windows too now
6806
6807Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6810 * xpointer.c: implemented string-range() at least a good first version
6811 * test/XPath/docs/str test/XPath/xptr/strrange
6812 result/XPath/xptr/strrange: the string-range() tests
6813
6814Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6815
6816 * Makefile.am include/Makefile.am include/win32config.h
6817 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6818 and make distcheck
6819
6820Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6821
6822 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6823 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6824 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6825
6826Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6829 patch for socklen_t detection by
6830 Albert Chin-A-Young <china@thewrittenword.com>
6831
6832Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6835 and added a --dtdvalid option to xmllint used to test it
6836
6837Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6838
6839 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6840 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6841
6842Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6843
6844 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6845 handlings (registration, lookup, cleanup)
6846
6847Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6848
6849 * configure.in Makefile.am include/makefile.am: adding XPointer
6850 and XPtrtests target
6851 * xpointer.[ch] : new files for XPointer support
6852 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6853 more XPath tests
6854
6855Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6856
6857 * configure.in: fixed, very broken, make distcheck works again
6858
6859Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6860
6861 * More work toward 2.2.5, integrated a number of patches
6862 * configure.in Makefile.am win32config.h.in: trying to cleanup
6863 make distcheck .... huh ...
6864 * include/Makefile.am include/win32config.h: new directory
6865 for includes
6866 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6867 updated teh makefiles and instructions for WIN32
6868 * xpath.c: small fixes
6869 * test/XPath/ results/XPath: updated the testcases and results
6870 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6871 suggested patches
6872 * valid.c: fixed an ID bug
6873
6874Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6875
6876 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006877 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006878 * xpath.[ch]: worked on XPointer
6879
6880Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6881
6882 * configure.in Makefile.am: 2.2.5, ship the include in an
6883 include/libxml subdirectory, use symlinks when using CVS
6884 * testSAX.c: fixed small bug
6885 * testXPath.c: changed the way testfiles are parsed
6886 * debugXML.c: same kind of cleanup when parsing an argument expression
6887 XPath/XPointers can have blanks embedded
6888 * xpath.[ch]: more cleanup, reorgs for XPointer work
6889 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6890 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6891
6892Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6893
6894 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6895 in the XPath engine, rewrote large parts of it, now it's far
6896 cleaner and in sync with the REC not an old WD. Fixed a parsing
6897 problem in the interactive XML shell found when testing XPath.
6898
6899Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6900
6901 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6902 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6903 examples with the extra test
6904
6905Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6906
6907 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6908 the global init function.
6909
6910Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6911
6912 * HTMLparser.c: Doohhh, attribute name parsing was still case
6913 sensitive ! Fixed this ...
6914 * result/HTML/* : updated the tests results accordingly
6915
6916Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6917
6918 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6919 engine, should be far more stable, incorporated a new version of
6920 preceding/following axis, need testing
6921 * uri.c: fixed file:///c:/a/b/c problem
6922 * test/XPath/tests/idsimple: augmented the XPath tests
6923
6924Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6925
6926 * doc/* rebuilding docs for 2.2.4 release
6927
6928Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * configure.in: releasing 2.2.4
6931 * parser.[ch]: added xmlStrEqual()
6932 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6933 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6934 use xmlStrEqual instead
6935 * TODO: updated
6936 * added an XPath test
6937
6938Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6939
6940 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6941 * entities.h: exported xmlInitializePredefinedEntities
6942 * parser.[ch] : added xmlInitParser()
6943 * parserInternals.h : had to export htmlInitAutoClose()
6944
6945Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6948 problems
6949 * Makefile.am : added XPath regression tests to normal tests
6950 * uri.c: fixed a problem with local paths, cleanup
6951 * parser.c: fixed a problem with large CData sections
6952
6953Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6954
6955 * configure.in xml-config.in: patch from "Ben Taylor"
6956 <sol7x86@hotmail.com> for solaris shared libs lookup
6957
69582000-09-30 Martin Baulig <baulig@suse.de>
6959
6960 * libxml-2.0.pc.in: Provide pkg-config script.
6961
6962 * configure.in: Create the libxml-2.0.pc script from the
6963 libxml-2.0.pc.in templates.
6964 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6965 script in `$(libdir)/pkgconfig'.
6966
6967Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6968
6969 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6970 when compiling with MSC
6971
6972Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6973
6974 * xpath.c: patch for normalize-string() substring-before(),
6975 substring-after() and translate() functions from Bjorn Reese
6976 <breese@mail1.stofanet.dk>
6977 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6978 Fredrik Hallenberg <hallon@lysator.liu.se>
6979 * TODO: updated
6980
6981Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6982
6983 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6984 problem of socklen_t being undefined on a number of platforms
6985 * debugXML.c: fixed a compilation problem when without snprintf
6986
6987Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6988
6989 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6990 an URI bug and a fix for the control-character-induced infinite loop
6991 * nanohttp.c: preventive fix for compiling on WIN32
6992
6993Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6994
6995 * xmlint.c: closing bug #25000
6996
6997Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6998
6999 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7000 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7001 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7002 related function, fixing xmlStrncmp(), and associated cleanup
7003 * result/HTML/entities.html.sax: updating result
7004
7005Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7006
7007 * uri.c: applied patch for URI escaping from Wayne Davison
7008 <wayned@blorf.net>
7009 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7010 from Denis Barbier <barbier@imacs.polytechnique.fr>
7011 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7012 patch from Wayne Davison
7013
7014Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7015
7016 * doc/xml.html : updated with new releases, adding "how to help"
7017
7018Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7019
7020 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7021 removed a few warnings in pedantic mode ...
7022 * parserInternals.c parser.c: moved encoding switching function
7023 to parserInternals.c
7024 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7025
7026Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7027
7028 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7029 error or warning handlers
7030
7031Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7032
7033 * parserInternals.c parserInternals.h parser.c Makefile.am:
7034 created a new module parserInternals.c, moved most of the
7035 code shared by the various parsers there, as well as
7036 deprecated code from parser.c. More cleanup of parser.c
7037 * uri.c: fixed a problem when URI is NULL
7038 * valid.c: speedup when looking for an attribute declaration
7039
7040Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7041
7042 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7043 the cleanup of the computation of URI references when seeking
7044 external entities. The URI reference string and the resulting
7045 URI are both stored now.
7046 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7047 large s(n)printf checks and cleanup from Denis Barbier
7048 <barbier@imacs.polytechnique.fr>
7049 * xmlversion.h.in tree.h: couple of SGML declarations for a
7050 possible docbook module.
7051 * result/VC/ : a couple of test output changed due to the change
7052 of the entities URI
7053
7054Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7055
7056 * parser.h: added a _private field for linking user's data
7057
7058Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * parser.c parserInternals.h: demacroified most of the IS_XXX
7061 the gain in size is significant so ...
7062
7063Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7064
7065 * entities.c: cases where looking up entities with doc==NULL
7066 covered
7067
7068Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7069
7070 * uri.c: applied Wayne Davison patch
7071 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7072
7073Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7074
7075 * uri.c testUri.c: applied Wayne Davison patches
7076 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7077 * Makefile.in: added URItest and included thenin "make tests"
7078
7079Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7080
7081 * xmlversion.h.in: closed bug 22941
7082
7083Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7084
7085 * doc/xmlio.html: added doc and example for entity loader
7086 redefinition.
7087
7088Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7089
7090 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7091 used by libxml
7092
7093Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7094
7095 * parser.c: Fixed bug on invalid ontent characters and when using
7096 push.
7097 * xmllint.c: fixed xmllint endling of errors in push mode
7098
7099Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7100
7101 * HTMLparser.c testHTML.c: applied two new patches from
7102 Wayne Davison <wayned@users.sourceforge.net>
7103 * result/HTML/*.sax: regenerated HTML SAX output
7104 * parser.c: more cleanup.
7105
7106Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7107
7108 * HTMLparser.[ch] testHTML.c: applied the second set of
7109 patches from Wayne Davison <wayned@users.sourceforge.net>,
7110 adding htmlEncodeEntities()
7111 * HTMLparser.c: fixed an ignorable white space detection bug
7112 occuring when parsing with SAX only
7113 * result/HTML/*.sax: updated since the output is now HTML
7114 encoded...
7115
7116Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7117
7118 * HTMLparser.[ch]: applied some of Wayne Davison
7119 <wayned@users.sourceforge.net> patches
7120
7121Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7122
7123 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7124 undeclared namespace prefix was used, added a warning.
7125 Cleaned up support w.r.t. entities, spilling out a warning
7126 and being pedantic on lookups.
7127 * test/warning/ent9 : added testcase for previous example.
7128 * TODO: updated
7129 * parserInternals.h parser.c: changed the way names are parsed
7130 now allow infinite size and decrease penalty for normal use
7131 * parser.c: Started a big cleanup/check of the parser code,
7132 fixed some of the most tortuous entity code, spotted code
7133 unused anymore
7134 * test/*: added tests for very long names and related nasty
7135 things.
7136
7137Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7138
7139 * doc/encoding.html: added encoding aliases doc
7140 * doc/xml.html: updates
7141 * encoding.[ch]: added EncodingAliases functions
7142 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7143 bottleneck affecting large DTDs like Docbook
7144 * parser.[ch] xmllint.c: added a pedantic option, will be
7145 useful
7146 * SAX.c: redefinition of entities is reported in pedantic mode
7147 * testHTML.c: uninitialized warning from gcc
7148 * uri.c: fixed a couple of bugs
7149 * TODO: added issue raised by Michael
7150
7151Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7152
7153 * doc/encoding.html: propagated Martin Duerst suggestions
7154
7155Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7156
7157 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7158 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7159 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7160 by Wayne Davison
7161
7162Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7163
7164 * nanoftp.c nanohttp.c: small cleanup
7165 * TODO: updated
7166
7167Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * added an old VC testcase and updated title.xml entity
7170
7171Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7174 done on auto-opening of <p> tags and cleanup of SAX output
7175
7176Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7177
7178 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7179
7180Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7181
7182 * doc/xml.html libxml.* structure.*: updated the doc a bit
7183
7184Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7185
7186 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7187 of SAX tests
7188
7189Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7190
7191 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7192 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7193
7194Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7195
7196 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7197 * testHTML.c: fix core dump on Solaris 2.x systems
7198 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7199 * result/HTML/*.sax: previous bug fix lead to new results
7200
7201Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7202
7203 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7204 * configure.in: added --with-readline=DIR to accept alternate
7205 path for readline include/library
7206 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7207 for ANSI under HP-UX
7208 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7209 includes @LIBS@
7210
7211Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7212
7213 * doc/* : rebuilt the docs
7214 * getting ready for 2.2.2 release
7215
7216Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7217
7218 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7219 and xmlAddFeature()
7220 * tree.[ch]: added xmlAddChildList()
7221 * xmllint.c: MAP_FAILED macro test
7222 * parser.h: added xmlParseCtxtExternalEntity()
7223 * valid.c: applied bug fixes removed warning
7224 * tree.c: added CDATA block to elements content
7225 * testSAX.c: cleanup of output
7226 * testHTML.c: added SAX testing
7227 * encoding.c: better error recovery
7228 * SAX.c, parser.c: fixed one of the external entity processing
7229 of the OASis testsuite
7230 * Makefile.am: added HTML SAX regression tests
7231 * configure.in: bumped to 2.2.2
7232 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7233 SAX results
7234
7235Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7236
7237 * configure.in: patch for HP compiler
7238
72392000-08-04 Sven Heinicke <sven@zen.org>
7240
7241 * xmllint.c: Was coredumping sometimes when the file given didn't
7242 exist.
7243
7244Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7247
7248 when using in memory parsing. Need some cleanup.
7249 * xmllint.c configure.in: added a --memory flag to test memory
7250 parsing
7251
7252Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7253
7254 * nanohttp.c: fixed socklen_t replacement to unsigned int
7255 * parser.c: fixed a space handdling missing at the end of
7256 production 28 DOCTYPE.
7257 * xmlmemory.c: fixed a stupid bug on the routine to override
7258 allocation functions
7259 * TODO: updated
7260
7261Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7262
7263 * doc/ regenerated the docs
7264
7265Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7266
7267 * doc/encoding.html doc/xml.html: added I18N doc
7268 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7269 improvements, both parser and filters, added ASCII & HTML,
7270 fixed the ISO-Latin-1 one
7271 * xmllint.c testHTML.c: added/made visible --encode
7272 * debugXML.c : cleanup
7273 * most .c files: applied patches due to warning on Windows and
7274 when using Sun Pro cc compiler
7275 * xpath.c : cleanup memleaks
7276 * nanoftp.c : added a TESTING preprocessor flag for standalong
7277 compile so that people can report bugs more easilly
7278 * nanohttp.c : ditched socklen_t which was a portability mess
7279 and replaced it with unsigned int.
7280 * tree.[ch]: added xmlHasProp()
7281 * TODO: updated
7282 * test/ : added more test for entities, NS, encoding, HTML, wap
7283 * configure.in: preparing for 2.2.0 release
7284
7285Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7286
7287 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007288 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007289
7290Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7291
7292 * doc/xml.html: changed the xmlsoft.org structure, updated the
7293 examples w.r.t. root and childs
7294
7295Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7296
Daniel Veillard784b9352003-02-16 15:50:27 +00007297 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007298
7299Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7300
7301 * HTMLparser.c: Work on character encoding support for the HTML parser
7302 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7303 * encoding.c: Fixed a potential memleak in the encoding stuff
7304
7305Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7306
7307 * doc/FAQ.html doc/Makefile.am : added a FAQ
7308
7309Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7310
7311 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7312 of the HTML parser to force it to not bypass SAX
7313
7314Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7315
7316 * win32config.h.in: updated
7317 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7318 lacks iconv support :-( need to release 2.1.1
7319 * configure.in: release 2.1.1
7320 * HTMLparser: fixed bug #14784
7321 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7322 by Windows compiler
7323 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7324 the SAX startDocument() callback.
7325 * TODO: updated
7326
7327Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * added xmlStopParser()
7330
7331Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * configure.in: 2.1.0 prerelease
7334 * Large resync between W3C and Gnome tree
7335 * nanoftp, nanohttp.c: fixed stalled connections probs
7336 * HTMLtree.c SAX.c : support for attribute without values in
7337 HTML for andersca
7338 * valid.c: Fixed most validation + namespace problems
7339 * HTMLparser.c: start document callback for andersca
7340 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7341 * parser.h, SAX.c: serious speed improvement for large
7342 CDATA blocks
7343 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7344 different encoding
7345 * example/Makefile.am example/gjobread.c tree.h: work on
7346 libxml1 libxml2 convergence.
7347 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7348 and the LIBXML_TEST_VERSION macro
7349
7350Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7351
7352 * doc/xml.html: various patches and improvements typo fixed by
7353 Felix Natter
7354 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7355 from Felix Natter <fnatter@gmx.net>
7356
7357Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7358
7359 * doc/upgrade.html: updated with instructions for support of both
7360 libxml-1.x and libxml-2.x
7361 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7362 for 2.x support and also fixed includes
7363
7364
7365Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7368 the encoding support, added iconv support, so now libxml if
7369 compiled with iconv automatically support japanese encodings
7370 among others. Work based on initial patch from Yuan-Chen Cheng
7371 I may have broken binary compat in the encoding handler
7372 registration scheme, but that was so utterly broken I don't
7373 expect anybody to have used this feature until now.
7374 * parserInternals.h: fixup on the CHAR range macro
7375 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7376 code.
7377 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7378 * uri.c: added xmlParseURI() I can't believe I forgot to
7379 implement this one in 2.0 !!!
7380 * SAX.c: moved doc->encoding update in the endDocument() call.
7381 * TODO: updated.
7382
7383Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7384
7385 * tree.h: removed extraneous xmlRemoveProp definition
7386 * TODO: added item about --disable-corba configure switch
7387 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7388 * nanoftp.c: fixed include problems giving troubles on AIX and
7389 slowlaris
7390 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7391 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7392 comment and headers changes to lower gtk-doc number of warnings
7393 * doc/html/*: rebuilt docs
7394
7395Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7396
7397 * HACKING: documented the tag for 1.x and instructions
7398
7399Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7400
7401 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7402 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7403 xmlCreateIOParserCtxt
7404 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7405 significant overall improvement
7406 * xmllint.c: added I/O test to xmllint
7407 * testSAX.c: added a speed test
7408 * doc/* : updated/regenerated
7409
7410Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7411
7412 * xpath.c uri.h parserInternals.h: cosmetic changes from
7413 "Timur I. Bakeyev" <timur@bat.ru>, including making
7414 xmlCreateURI() public
7415
7416Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7417
7418 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7419 and the code at the same time. Added a clean mechanism for
7420 overload or added input methods: xmlRegisterInputCallbacks()
7421 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7422 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7423 * TODO: updated
7424 * doc/* : updated/regenerated
7425 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7426 source dir
7427
7428Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7429
7430 * testURI.c: yet another forgotten commit, I should get some sleep !
7431
7432Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7433
7434 * xmllint.c: forgot to commit this too ?
7435
7436Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7437
7438 * xmlversion.h.in : forgot to commit this previously
7439
7440Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7441
7442 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7443 * README TODO: updated for release
7444 * uri.c uri.h: added authority parsing/saving
7445 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7446 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7447 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7448 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7449 Makefile.am : added compile-time customization of libxml
7450 --with-ftp --with-http --with-html --with-xpath --with-debug
7451 --with-mem-debug
7452 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7453 #include <libxml/xxx.h> I hope it won't break too much stuff
7454 and will be manageable in the future...
7455 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7456 and added xmllint to the installed programs
7457 * uri.h: added xmlFreeURI()
7458
7459Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7460
7461 * uri.c uri.h: finished the escaping handling, the base support
7462 and the URI path normalization. Looks good just lacks the
7463 authority content parsing code.
7464 * Makefile.am: added instructions to generate testURI
7465 * TODO: updated
7466 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7467 added links and icons for W3C and Gnome
7468
7469Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * xmlmemory.[ch] : seems I forgot to actually update the files in
7472 the last commit :-)
7473 * doc/xml.html doc/html/* : updated and uploaded the docs
7474
7475Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7476
7477 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7478 * TODO: updated
7479 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7480 libxml default allocation function with another set (like gmalloc/
7481 gfree).
7482 * Makefile.am, uri.c, uri.h: added a set of functions to do
7483 exact (litteraly copied from the RFC 2396 productions) parsing
7484 and handling of URI. Will be needed for XLink, one XML WFC,
7485 XML Base and reused in the nano[ftp/http] modules. Still work
7486 to be done.
7487
7488Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7489
7490 * configure.in, libxml.spec.in : libxml2
7491 * doc/* : updated the doc page, rebuilt the docs
7492
7493Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7494
7495 * all: tagged LIB_XML_1_X
7496 * *.c *.h : updated from W3C CVS tree
7497 * configure.in : 2.0.0-beta
7498 * libxml.spec.in : libxml2 package nam
7499 * result/* : new version of the tests output
7500
7501Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7504
7505Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7506
7507 * doc/* : rebuilt the docs
7508 * parser.c: final patch on #6766
7509 * valid.c: small patch on validity checks.
7510
7511Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7512
7513 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7514 added
7515 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7516 compatibility w.r.t. XML spec and existing code.
7517
7518Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7519
7520 * parser.c: seems a better solution to <a> </a> exists,
7521 will try it for a while
7522
7523Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7524
7525 * parser.c: tried to remove the <a> </a> generating <a/>
7526 this is hard. Left a flag for that purpose. Fixed bug #6766
7527 * configure.in: prepared 1.8.7 not released, due to previous
7528 problem
7529
7530Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7531
7532 * doc/xml.html : applied second patch from Paul DuBois
7533
7534Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7535
7536 * doc/xml.html : applied patch from Paul DuBois
7537
7538Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7539
7540 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7541
7542Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7543
7544 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7545 compilation warnings on various platforms.
7546 * parser.c: Fixed #5281 validity error callbacks are now desactived
7547 by default if not validating.
7548
7549Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7550
7551 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7552
7553Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7554
7555 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7556 <gkatsi@cs.toronto.edu>
7557
7558Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7561 processing URLs
7562
7563Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7564
7565 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7566 xmlNanoFTPUpdateURL for persistent control connections.
7567 * configure.in: 1.8.6
7568
7569Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7572 * tree.[ch] : added xmlSaveNoEmptyTags
7573
75742000-01-29 James Henstridge <james@daa.com.au>
7575
7576 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7577
7578 * Makefile.am: added nanoftp.[ch] to the build.
7579
7580Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * nanoftp.[ch]: cleanup, comments, API
7583 * debugXML.c : fixed a bug in the cat command
7584 * doc/*: regenerated the docs
7585
7586Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7587
7588 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7589 * debugXML.c : fixed a bug in the cat command
7590 * valid.c: fixing some small probs
7591 * libxml.spec.in: get rid of the SNAP suffix
7592 * doc/xml.html: updated the status
7593
7594Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7595
7596 * xml-config.in: xml-config --version to just return the
7597 version number
7598 * xpath.c: some cleanup w.r.t. axis when the current node is
7599 an attribute.
7600 * TODO: updated
7601
7602Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7603
7604 * configure.in: prepared for libxml-1.8.5
7605 * doc/* recompiled the documentation
7606
76072000-01-17 Jody Goldberg <jgoldberg@home.com>
7608
7609 * configure.in : WARNING autoconf subtlety alert :
7610 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7611 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7612 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7613 get defined by AC_CHECK_HEADERS.
7614
7615Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7616
7617 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7618 Rune.Djurhuus@fast.no
7619
7620Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7621
7622 * TODO: updated
7623 * tree.c, parser.c: made sure that only memory alloc problems
7624 and internal parser errors are allowed to write to stdout or
7625 stderr.
7626
7627Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7628
7629 * tree.c : restored xmlNewGlobalNs since this seems used by
7630 a lot of existing code :-(, fixed a bug in xmlNewNs
7631 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7632 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7633 to exit() from the library code.
7634 * xpath.c, parser.c: removed bugs or unused code detected by
7635 Windows compilers
7636 * parser.c: started adding interfaces for parsing well balanced
7637 XML fragments
7638 * configure.in: releasing 1.8.4
7639 * doc/* : rebuilt the docs
7640
7641Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7642
7643 * tree.[ch] : added xmlNewDocFragment() for DOM
7644 * testHTML.c: uninitialized variable.
7645
7646Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7647
7648 * doc/* : rebuild the docs
7649
7650Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7651
7652 * acconfig.h: readline and history patch
7653 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7654 * tree.c: added check and handling when possibly removing an ID
7655 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7656 and saving.
7657 * test/HTML/entities.html result/HTML/entities.html* : test for
7658 various entities reference cases
7659 * result/HTML/* : as a result output of some testcase have
7660 changed
7661 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7662 by previous example. added xmlParseTryOrFinish().
7663 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7664 entities.h debugXML.h HTMLparser.h: changed the way struct are
7665 declared to allow gtk-doc to expose those
7666 * parser.c: closed bug #4960
7667 * Makefile.am configure.in: Applied patch from
7668 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7669 and math/socket libs detection
7670
7671Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7672
7673 * configure.in, Makefile.am: link tester against readline
7674 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7675
7676Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * tree.[ch]: added xmlRemoveProp
7679 * win32config.h.in nanohttp.c: avoid including the Windows
7680 socket stuff in every C files
7681 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7682 the XmL parser(s)
7683 * test/ns4 result/ns4 etc...: added test case for previous prob
7684 * tree.c: xmlNewNs wasn't checking for double definition
7685 * Makefile.in: fixed a problem with dist-hook duplicates
7686 * parser.[hc], xmlIO.c: fixed the loading of external entities
7687 APIs, now xmlLoadExternalEntity() is used everywhere and
7688 setting up an app specific front-end using the
7689 * SAX.c parser.c: some fixes, now the xhtml spec validates
7690 with the xhtml DTD.
7691 * error.c: fixed crashes in case of no input stream
7692 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7693 to the validation tests and results
7694
7695Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7696
7697 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7698 too htmlCreatePushParserCtxt() and htmlParseChunk()
7699 * parser.c: a bit of cleanup.
7700 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7701 to XML) removed the last mem leak known
7702 * HTMLtree.c: output message cleanup
7703 * xmlmemory.c: display content info about memory blocks
7704 * result/HTML/wired.* : missing att value warning change
7705
7706Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * doc/* : rebuilt the documentation
7709
7710Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7711
7712 * parser.[ch] parserInternals.h: Push parser for XML,
7713 seems to work fine now
7714 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7715 --push for push testing
7716 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7717 * testSAX.c: added --push
7718 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7719 subtree
7720 * xmlIO.[ch] : enriched API + fixes for push mode
7721 * entities.[ch]: added the entity content length to the struct.
7722 * xmlmemory.[ch]: new API to show the last entries for the shell
7723 * valid.c: added required attribute testing
7724 * SAX.c: the cdata callback now merge contiguous fragments
7725 * HTMLparser.c: cleanup of some macros
7726
7727Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7728
7729 * parser.c: fix for PIs name starting with xml
7730 * tree.c: fixed a potential problem with || and && ops
7731 * *.c, configure.in win32config.h.in : generate win32config.h for
7732 those on the Other Side !
7733
7734Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7735
7736 * parser.c: fixed a stupid = vs. == bug :-(
7737 * doc/gnome-xml.sgml: s/glade/xml/
7738
7739Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7740
7741 * configure.in, doc/xml.html : bug fix release 1.8.2
7742 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7743 Hopefully the end of that silly C++ include problem
7744 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7745 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7746 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7747 troubles with autoclosed elements when the stree shape doesn't
7748 follow the DtD specs. Added htmlIsAutoClosed() and
7749 htmlAutoCloseTag()
7750 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7751 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7752 * debugXML.c: fixed a bug on printing default namespaces.
7753 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7754
7755Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * result/HTML/*.htm[l] : updated the HTML regression tests according
7758 to the new output
7759 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7760 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7761 problem due to intermix of extern "C" { ... } declarations for C++
7762 and recursive includes in the headers
7763
77641999-12-20 Chris Lahey <clahey@umich.edu>
7765
7766 * HTMLtree.c: Made it so that html nodes with a single child do
7767 not insert a carriage return before or after the child node.
7768
7769Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7770
7771 * configure.in, doc/xml.html : bug fix release 1.8.1
7772 * parser.c: fixed bug #4344
7773 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7774 added the glue to avoid C++ problems
7775 * doc/* : regenerated the documentation
7776
7777Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7780 namespace recognition, and Dia as a resul :-(
7781 * encoding.c: closed bug #3950
7782
7783Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7784
7785 * valid.c: debugging a posteriori validation, except URI expansion
7786 stuff this should be fixed now
7787 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7788 Carl Nygard <cnygard@bellatlantic.net>
7789 * tester.c: added --postvalid, cleaning of the code
7790 * tree.[ch]: added xmlDocGetRootElement()
7791
7792Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7793
7794 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7795 c++ losage.
7796
7797Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7798
7799 * configure.in, doc/xml.html : bumped to 1.8.0
7800 * xlink.[ch], Makefile.am : added framework for link detection
7801 * parser.h: added nbChars to parser context, needed for cleanup.
7802 * xmlmemory.c: removed a nasty bug when out of mem
7803 * valid.[ch]: adding namespace support for attribute decl
7804 * tester.c: added --debugent option
7805 * debugXML.[ch]: added xmlDebugDumpEntities()
7806 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7807 buffers instead, this was really needed, validation was breaking
7808 in strange ways due to that. Added xmlParseStringPEReference()
7809 and other parsing from strings functions. Entities processing
7810 modified again, but PERef are still not handled correcly but
7811 unless you're Eve Maller you won't notice :-)
7812 * HTMLparser.c: large changes toward reliability, and switched to
7813 lowercase internal tags, XHTML is lowercase, so it will help
7814 that output is closer to next version.
7815 * doc/* : regenerated the documentation, it is now hosted at
7816 http://xmlsoft.org/ (same bits I just bought the domain :-)
7817
7818
7819Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7820
7821 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7822 doc generation
7823 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7824 in the SAX API
7825 * doc/*: rebuilt the doc making sure everything appears in the
7826 HTML files
7827
7828Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7829
7830 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7831 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7832 which allow impressive speed improvement on dataset with
7833 large text pieces, but at the cost of broken binary
7834 compatibility and slightly bigger memory usage.
7835 Configure with --with-buffers to activate them, they
7836 are protected with XML_USE_BUFFER_CONTENT define.
7837 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7838 goal is 0 memory left allocated once parser is no more used
7839 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7840 call xmlCleanupParser() and xmlMemoryDump()
7841
7842Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7843
7844 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7845 * parser.[ch] encoding.[ch]: added memory cleanup routines
7846 * parser.c: closing bug #3788
7847 * doc/*: rebuilt the doc
7848
7849Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7850
7851 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7852 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7853 * tester.c: added --compress option
7854 * doc/*: rebuilt the documentation
7855
7856Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7857
7858 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7859 if given /proc/kcore as input !
7860 * doc/xml.html doc/*: updated and rebuilt the documentation
7861
7862Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * parser.c: Fixed some wrongly space collapsing code due to
7865 a misreading of the spec.
7866 * result/*: fixed the output accordingly
7867
7868Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7869
7870 * encoding.c: bug fix and typos
7871 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7872 * parser.c: added attribute normalization closing bug #3597
7873 * test/att* result/att* SAXresult/att*: testcase for attribute
7874 normalization
7875
7876Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7877
7878 * configure.in: closing bug #3163 by adding extra flags for the
7879 cc compiler on HP-UX
7880
7881Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7882
7883 * valid.[ch] : removed a typo and an enumerated type bug in the
7884 xmlAddElementDecl() function
7885 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7886 call to xmlEncodeEntitiesReentrant() so that the functions
7887 New, Set and Get are at the same level.
7888 * parser.c HTMLparser.c: extra memory allocation bug for
7889 attributes detected by someone using libxml in embedded systems :-)
7890
7891Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7892
7893 * xmlmemory.h: turned off mem debug :-\
7894
7895Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7896
7897 * parser.c: closed bug #2784 a one line fix, but worth pushing
7898 a new release out
7899 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7900 some structures, comments before and after the
7901 main element, and other nastyness
7902 * HTMLtree.c tree.c: accomodate the extended HTML supported
7903 * configure.in: pushing 1.7.4
7904 * test/ent8 and related outputs : added a new test for bug #2784
7905 * test/HTML/wired.html and related output: a nasty HTML example
7906 * Makefile.am: improved the test scripts
7907 * docs/* : reran the documentation extractor, updated xml.html
7908
7909Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7910
7911 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7912 HTMLparser and debugged the HTML related code. HTML documents
7913 now have their own type
7914 * entities.c: do not dump &apos; for HTML output
7915 * xmlmemory.c: improvement, breakpoint mechanism
7916 * testHTML.c: added --sax --repeat ...
7917 * Makefile.am: improved the HTML tests
7918 * valid.[ch]: added xmlValidGetValidElements and
7919 xmlValidGetPotentialChildren
7920 * tester.c: added --insert to test the 2 new functions
7921 * test//* result//* SAXresult//* : regression test cleanup
7922 and extension.
7923 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7924 gnome-xml-nanohttp.html
7925
7926Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7927
7928 * HTMLparser.c: fixed problems with some autoclose tags
7929 * tree.c: fixed XML output problems.
7930 * result/* SAXresult/*: update of the tests output
7931
7932Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7933
7934 * Makefile.am: Arturo patch for xmlConf.sh version info
7935 * parser.c: Tim Josling patch for single quoted items
7936 * tester.c: Tim Josling patch for tester options usage
7937 * tree.h: indent cleanup
7938
7939Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7940
7941 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7942 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7943
7944Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7945
7946 * tree.c : Raph patch for initialization of CORBA fields
7947 * parser.c, xpath.c, ...: modification of doc comments
7948 * xpath.c : allow spaces in xpath expressions
7949
7950Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7951
7952 * xmlmemory.h: turning off memory debug :-(
7953
7954Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7955
7956 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7957 better SAX interfaces.
7958 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7959 entity.
7960 * configure.in: 1.7.2
7961
7962Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7963
7964 * libxml.spec.in: fixed the URL
7965 * doc/xml.html: improved the documentation front-end
7966
7967Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7970
7971Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7972
7973 * libxml.spec.in: fixed the alpha compile problem
7974 * parser.[ch]: changed errno to errNo in the parser context :-(
7975 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7976 * doc/xml.html: changed CHAR to xmlChar
7977 * doc/html/*: recompiled the documentation
7978 * configure.in: 1.7.1
7979
7980Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7981
7982 * parser.h: modified the parser context struct to regain 1.4.0
7983 binary compatibility
7984 * parser.c, xml-error.h: added errno ot teh context and defined
7985 a set of errors values with update of errno
7986 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7987 DTDs and entities
7988 * *.h, *.c: complete cleanup of the use of config.h and include
7989 protection depending on the current setup.
7990 * overalll debugging, maintenance and bug-fixing on all modules
7991 * updated the documentation
7992 * ready for 1.7.0
7993
7994Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7995
7996 * HTMLparser.c : cleanup
7997 * SAX.c valid.c valid.h: added ID/IDREF checking
7998 * tree.c tree.h: extended doc structure for refs
7999 * configure.in: 1.6.2
8000 * parser.c: patched bug in SAX user arg call
8001 * parserInternals.h: patched missing close in C++ wrapping
8002 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8003 especially upcoming XPointer implementation.
8004 * doc/xml.html: augmented, typo
8005
8006Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8007
8008 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8009 not all invocations of install understand -d.
8010
8011Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8012
8013 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8014 to make 'check' works, when builddir != srcdir.
8015
8016Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8017
8018 * doc/xml.html : updated the documentation
8019
8020Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8021
8022 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8023 not deallocated memory blocks
8024 * *.c : replaces all calls to malloc() free() and realloc() to
8025 the wrapper functions/macros
8026 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8027 instead of xmlFreeNodeList()
8028
8029Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * HTMLparser.c: corrected a stupid bug leading to core dump at
8032 tree deallocation. Removed warnings indicated by
8033 Stephane.Conversy@lri.fr
8034 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8035 looked for in the external subset
8036
8037Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8038
8039 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8040 on SGI by Stephane.Conversy@lri.fr
8041
8042Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8043
8044 * all .h : changed the prototype declaration indent as in gtk
8045 * most .c : working on reducing the TODOs in the code
8046 * most .c : cleanup though -pedantic and Insure++
8047 * improvements on validation ID checkings.
8048 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8049 * xml-config.in: closed #1810
8050
8051Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * tree.h, valid.c, valid.h: more work on validity, IDs
8054 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8055 definition for AIX
8056
8057Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8058
8059 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8060 the distribution due to a cut'n paste error at last commit
8061
8062Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8063
8064 * configure.in: upgraded to version 1.4.0
8065 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8066 Big update, added a large part of the validation process,
8067 it should be usable, but some parts are missing
8068 * xpath.c: improved the implementation w.r.t. root.
8069 * Makefile.am: added more tests
8070 * test and result trees: added a lot of tests
8071 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8072
8073Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8074
8075 * Added an HACKING file
8076
8077Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * xpath.[ch] : improvements and debug of the XPath implementation
8080 * parser.c, HTMLparser.c : modified the parsers to be progressive
8081 * tree.[ch] : extended the Buffer promitives
8082 * xmlIO.[ch] : added basic I/O routines providing progressive
8083 parsing and ready for I18N conversion plugins
8084 * SAXresult/* : the SAX callback sequence maybe slightly different
8085 now
8086 * test*.c : improved/updated the tests programs
8087 * doc/* : recompiled the docs.
8088
80891999-07-26 Michael Meeks <michael@edenproject.org>
8090
8091 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8092
8093 * tree.c: Ditto.
8094
8095Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8096
8097 * configure.in: upgraded to version 1.4.0
8098 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8099 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8100 XML query language, see http://www.w3.org/TR/xpath for more details.
8101 * parser.c, parser.h: added CHAR* related string functions for XPath
8102 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8103 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8104 rebuild the docs.
8105 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8106 and regression testing capabilities for XPath.
8107
8108Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8109
8110 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8111 closing bug #1646
8112
8113Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8114
8115 * Makefile.am, example/Makefile.am: closed bug #1683
8116
8117Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8118
8119 * example/Makefile.am, configure.in: added the makefile for the
8120 gjobread example
8121
8122Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8123
8124 * doc/Makefile.am:
8125 - fix which allow "make install DESTDIR=</install/prefix>".
8126
8127Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8130 which fixed a problem on the file reading-code.
8131
8132Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8133
8134 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8135 output.
8136 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8137
8138Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8139
8140 * parser.h : Oops removed the binary compatibility problem
8141 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8142 * parser.c, HTMLparser.c: applied patches for reading from stdin
8143
8144Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8145
8146 * parser.c, entities.c, valid.c: cleanup bug #1591
8147 * configure.in: cleanup bug #1592
8148 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8149 the same tree back-end. Hence gdome will be available for it.
8150 * doc/Makefile.am: close bug #617
8151
8152Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8153
8154 * parser.c: alloctate a per parser context SAX interface block
8155
8156Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8157
8158 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8159 and xmlEncodeEntitiesReentrant with the correct one :-\
8160
8161Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8162
8163 * commit of my internal XML base changes, quite a lot of
8164 changes, cleanups, better entities support, framework for
8165 new I/O and charset detection and handling
8166 * Fixed the configure/Makefile stuff to generate shared libs
8167 with the proper version info, so we jumped on rev from
8168 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8169 xmlEncodeEntities() result need to be freed now, and a string
8170 xmlParserVersion provide the current library version.
8171
8172Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8173
8174 * parser.c: fixed a buffer overrun for when you have a very long
8175 attribute with no entities in it.
8176
8177Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8178
8179 * added example directory
8180 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8181
8182Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8183
8184 * Release of libxml-1.1, nearly everything has been touched for
8185 this.
8186 * Added more regression tests
8187 * Updated the documentation
8188
8189Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * tree.[ch]: unified the XML_NO_CORBA defines.
8192 * parser.c encoding.[ch]: started plugging in char encoding detection
8193
8194Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8195
8196 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8197 Also freed allocated buffer.
8198
8199Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8200 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8201 reentrancy problem at printing. One is left in entities.c, to
8202 remove ASAP
8203 * testSAX.c : added a test example showing the use of the SAX
8204 interface if one doesn't want to build the DOM tree.
8205 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8206
8207Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8208
8209 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8210 large revamping of the parser to use SAX callbacks
8211 http://www.megginson.com/SAX/ (or at least a C like interface
8212 a la Expat). It's now possible to set up your own callbacks
8213 and the parser will not build a DOM tree.
8214 * test/* result/*: updated the test suite, I finally removed
8215 the old Namespace draft support (PI based).
8216
8217Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8218
8219 * Makefile.am: added test result to EXTRA_DIST for make tests
8220
8221Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8222
8223 * parser.c, parserInternals.h: moved the chars macro definitions
8224 to parserInternals.h
8225 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8226 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8227
8228Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8229
8230 * xml-config.in : applied patch to make --version work
8231
82321999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8233
8234 * Makefile.am (check-local): Alias for `tests' target. This will
8235 cause `make check' to do the right thing.
8236 (tests): Don't run tests in srcdir. Also, replaced calls to
8237 basename with a `sed' "equivalent".
8238
8239Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8240
8241 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8242 it in the header and not the sources, updated the doc.
8243 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8244 pointing this out.
8245
8246Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8247
8248 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8249 exported the inputStream routines.
8250 * doc/html/* : updated accordingly
8251
8252Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * parser.c, parser.h, parserInternals.h: added a few extra
8255 internal calls to allocate and free parser contexts ...
8256 * doc/html/* : updated accordingly
8257
8258Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8259
8260 * configure.in, Makefile.am, doc/makefile.am : General changes for
8261 1.0.0 release and including the generated HTML documentation.
8262
8263Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * makefile.am : added parserInternals.h, oops.
8266
8267Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8268
8269 * parserInternals.h: added this header giving access to the parser
8270 internal functions.
8271 * doc/Makefile.am : added a rebuild target which rebuilds the full
8272 set of documentations
8273 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8274 the internal subset.
8275 * *.c *.h: modifications needed to generate the documentation using
8276 gtk-doc, cleanup of functions blocks, reorganisation of struct
8277 declarations.
8278
8279Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8280
8281 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8282 the tar and spec file to include the beginning of the doc.
8283
82841999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8285
8286 * doc/.cvsignore: Added this file.
8287
8288Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * tree.c: fixed xmlGetProp to return "" when the attribute
8291 exists, even if the node-list is NULL.
8292
8293Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8294
8295 * tree.c: patched an error outputting empty attribute values.
8296 * Makefile.am and doc/makefile.am: have been updated during the
8297 week-end. Sorry for an empty CVS log, I got a shell problem.
8298
8299Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8300
8301 * tree.h: cleaned up using enums instead of defines
8302 * parser.c, valid.[ch]: more work on parsing/output of element
8303 declarations
8304
8305Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8306
8307 * valid.[ch], tree.c, parser.c : more work toward full parsing
8308 of XML DTDs.
8309 * README: added informations about mailing-list and on-line
8310 documentation
8311
83121999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8313
8314 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8315
8316Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8317
8318 * parser.c, tree.[ch] : more work toward conformance testing,
8319 added a last element to accelerate parsing of very flat structures
8320 started working on internal subset Element content declaration.
8321 * valid.[ch] : first cut at adding code toward validation.
8322 * previous changes had also small impact on most files, especially
8323 the conformance testing using James Clark test suite.
8324
8325Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * test/* : updated the examples, most of them were not well
8328 formed (humm), and added rdf2.
8329 * result/* : resulting changes in the output.
8330
8331Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8332
8333 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8334
8335Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8336
8337 * tree.c: patched a bug in the generation of empty attributes
8338
8339Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8340
8341 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8342 for node/trees/documents/... Biggest problem is namespace
8343 support when copying subtrees.
8344
8345Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8346
8347 * parser.c, entities.c: improve entities and char ref encoding,
8348 and cleanups of error messages.
8349
8350Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * parser.c, entities.c: simple bug hunting done during rpm2html and
8353 rpmfind integration.
8354
8355Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8356
8357 * parser.[ch]: Added interfaces allowing to specify a SAX
8358 handler before parsing.
8359
8360Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8361
8362 * parser.c: redirrect all errors reporting through the SAX
8363 error function
8364
8365Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8366
8367 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8368 * libtool, tlmain ...: update of the libtool files
8369
83701998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8371
8372 * entities.c: Use g_snprintf insteda of snprintf.
8373
8374Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8375
8376 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8377 added ent5 test for this purpose.
8378 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8379
8380Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8381
8382 * parser.c: fixed? a strange error due to compression on a GWP
8383 document.
8384
8385Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8386
8387 * tree.[ch]: bug fixing
8388 * entities.[ch]: defined a specific type for predefined entities
8389 * doc/xml.html: more documentation on the library, how to use it,
8390 overview of the interfaces.
8391
8392Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8393
8394 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8395
8396Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8397
8398 * tree.c: corrected a small bug
8399 * doc/xml.html: continuing writing documentation.
8400
8401Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8402
8403 * debugXML.h debugXML.c: added debugging utilities.
8404 * tester.c: added --debug switch.
8405 * tree.c: patched an incorrect node->type assignment.
8406 * parser.c: formatting, ensure that node->doc != NULL in attributes
8407
8408Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8409
8410 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8411 entity support and provide an internal representation close to
8412 DOM one (entity ref nodes, and attribute value as tree). I tried
8413 to preserve the interface but this will surely break some apps
8414 (I have to change rpm2html/rpmfind for example). I had to change
8415 two interfaces, and the generated tree is somewhat different.
8416 * doc/* : started documenting the XML library, the tree and
8417 DOM/Corba. This is a first step.
8418
8419Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8420
8421 * parser.c: Set up the fonctions comment block, boring but useful.
8422 * parser.h, SAX.c, parser.c: now attributes are processed through
8423 the SAX interface. The problem is that my SAX interface diverged
8424 quite a bit from the original one, well this is not an official
8425 spec, and translating it from Java to C is hairy anyway...
8426
8427Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8430 fonctions comment block, boring but useful.
8431
8432Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8433
8434 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8435 conversion routines. However they are not yet used to convert the
8436 inputs. The core will run with UTF-8.
8437
8438Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8439
8440 * tree.c : make sure that the type id is properly set-up when
8441 a new object is allocated, needed for DOM.
8442
8443Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8444
8445 * tree.h, tree.c: Ok, the main objects in the tree will be native
8446 corba objects, it costs 8 bytes per Node, Attribute and Document
8447 but it simplifies the Corba integration a lot (no extra interface
8448 objects to allocate/free).
8449
8450Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8451
8452 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8453 and changed NODEs contants for conformity with DOM Level 1
8454
8455Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8456
8457 * added hooks to keep track of servants when creating objects
8458 xmlDoc and xmlNode (for Corba export).
8459
8460Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8461
8462 * added xml-config script.
8463
8464Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8465
8466 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8467 to autoupdate libtool and automake conf files.
8468
84691998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8470
8471 * Makefile.am: Use '?' to separate the sed
8472 commands as ',' is used when people pass -Wl,something.
8473
8474
8475Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8476
8477 * tree.c, tree.h: added a per-document compression interface.
8478
8479Tue Sep 22 20:47:38 EDT 1998
8480
8481 * tree.c, tree.h: added saving with compression and added interfaces
8482 to control the compression level (xmlGetCompressMode,
8483 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8484
8485Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8486
8487 * parser.c: corrected a loop for files of size 0
8488
84891998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8490
8491 * error.h: New file. Contains prototyes from `error.c'.
8492
8493Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8494
8495 * Makefile.am (xmlincdir): New macro.
8496 (xmlinc_HEADERS): Renamed from include_HEADERS.
8497
8498Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8499
8500 * applied small patch on numeric entities from
8501 Christopher Blizzard <blizzard@appliedtheory.com>
8502
8503Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8504
8505 * New release 0.2, removed the old xml_* files so that it's
8506 coherent with the other CVS base (W3C), far better conformance
8507 to standard, new namespaces, decent entities support, beginning
8508 of a SAX-like interface. Nearly nothing left intact, even the
8509 test examples ...
8510
85111998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8512
8513 * .cvsignore: Add .deps dir
8514
8515Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8516
8517 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8518
8519Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8520
8521 * configure.in: added test for CPP
8522 * AUTHORS, Changelog: the original ones didn't get commited but the
8523 glib ones instead, fixed.
8524 * Makefile.am: corrected an error in library naming
8525
8526Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8527
8528 * integrated code developped at W3C
8529 * changed the original Copyright
8530 * migrated to automake
8531 * prefixed the filenames by xml_ to avoid filename clashes
8532
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008533Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8534
8535 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8536 should not be called.
8537
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008538Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8539
8540 * libxml-2.0.pc.in: applied the patch to fix #101894
8541
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008542Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8543
8544 * tree.c : applied patch from Lukas Schroeder for register callbacks
8545 * valid.c: modified patch from Lukas Schroeder to test
8546 register callbacks with --chkregister
8547
Daniel Veillard067bae52003-01-05 01:27:54 +00008548Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8549
8550 * xmlreader.c: seriously changed the way data are pushed to
8551 the underlying parser, go by block of 512 bytes instead of
8552 tryng to detect tag boundaries at that level. Changed the
8553 way empty element are detected and tagged.
8554 * python/tests/reader.py python/tests/reader2.py
8555 python/tests/reader3.py: small changes mostly due to context
8556 reporting being different and DTD node being reported. Some
8557 errors previously undetected are now caught and fixed.
8558 * doc/xmlreader.html: flagged last section as TODO
8559
Daniel Veillard51a447a2003-01-04 19:42:46 +00008560Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8561
8562 * python/libxml.py: integrated the Python 2.2 optimizations
8563 from Hannu Krosing, while maintaining compatibility with
8564 1.5 and 2.1
8565
Daniel Veillarde59494f2003-01-04 16:35:29 +00008566Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8567
8568 * xmllint.c: a bit of cleanup
8569 * xmlreader.c: small fix
8570 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8571 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8572
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008573Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8574
8575 * python/setup.py.in: patch from Stéphane Bidoul to include
8576 drv_libxml2.py in setup.py
8577
Daniel Veillard66b82892003-01-04 00:44:13 +00008578Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8579
8580 * doc/xmlreader.html: starting documenting the new XmlTextReader
8581 interface.
8582
Daniel Veillard7704fb12003-01-03 16:19:51 +00008583Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8584
8585 * xmllint.c: added the --stream flag to use the TextReader API
8586 * xmlreader.c: small performance tweak
8587
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008588Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8589
8590 * xmlreader.c python/tests/reader2py: okay the DTD validation
8591 code on top of the XMLTextParser API should be solid now.
8592
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008593Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8594
8595 * xmlreader.c python/tests/reader2py: Fixing some more mess
8596 with validation and recursive entities while using the
8597 reader interface, it's getting a bit messy...
8598
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008599Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8600
8601 * xmlreader.c python/tests/reader.py: another couple of problem
8602 related to IsEmptyElement reported by Stéphane Bidoul needed
8603 some fixes.
8604
Daniel Veillard4f860202003-01-02 13:00:02 +00008605Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8606
8607 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8608 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8609 based on the python XmlTextReader interface.
8610
Daniel Veillard3c265e42003-01-01 21:06:49 +00008611Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8612
8613 * tree.c: backing out one change in the last patch which broke the
8614 regression tests
8615
Daniel Veillard5335dc52003-01-01 20:59:38 +00008616Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8617
8618 * global.data globals.c tree.c include/libxml/globals.h: applied
8619 an old patch from Lukas Schroeder to track node creation and
8620 destruction. Probably missing a lot of references at the moment
8621 and not usable reliably.
8622
Daniel Veillard8ba17412003-01-01 19:13:12 +00008623Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8624
8625 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8626 from doc/news.html and a stylesheet
8627
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008628Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8629
8630 * xmlreader.c python/tests/reader.py: fixed another couple of
8631 xmlreader bugs reported by Stéphane Bidoul and added tests.
8632
Daniel Veillard9e395c22003-01-01 14:50:44 +00008633Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8634
8635 * xmlreader.c python/tests/reader2.py: fixed another validity
8636 checking in external parsed entities raised by Stéphane Bidoul
8637 and added a specific regression test.
8638 * python/tests/reader3.py: cleanup
8639
Daniel Veillardd5896142002-12-31 14:45:26 +00008640Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8641
8642 * xmlreader.c python/tests/reader2.py: fixed a problem with
8643 validation within entities pointed by Stéphane Bidoul, augmented
8644 the tests to catch those.
8645
Daniel Veillarddc85f282002-12-31 11:18:37 +00008646Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8647
8648 * python/generator.py: modified the generator to allow keeping
8649 class references when creating new classes, needed to fix a bug
8650 pointed by Stéphane Bidoul where the input buffer of the
8651 xmlTextReader instance gets destroyed if the python wrapper for
8652 the input is not referenced anymore.
8653
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008654Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8655
8656 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8657 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8658
Daniel Veillard571b8892002-12-30 12:37:59 +00008659Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8660
8661 * xmlreader.c python/tests/reader.py: fixed another problem
8662 pointed by Stéphane Bidoul
8663
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008664Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8665
8666 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8667 with "<a/>"
8668
Daniel Veillardecaba492002-12-30 10:55:29 +00008669Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8670
8671 * SAX.c: warn on xmlns:prefix="foo"
8672 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8673 for namespace attributes handling.
8674
Daniel Veillard2d84a892002-12-30 00:01:08 +00008675Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8676
8677 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8678 a really nasty problem raised by a DocBook XSLT transform
8679 provided by Sebastian Bergmann
8680
Daniel Veillard29b3e282002-12-29 11:14:41 +00008681Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8682
8683 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8684 by Stéphane Bidoul and integrated it into the tests
8685
Daniel Veillarde18fc182002-12-28 22:56:33 +00008686Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8687
8688 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8689 extended the XmlTextReader API a bit, addding accessors for
8690 the current doc and node, and an entity substitution mode for
8691 the parser.
8692 * python/libxml.py python/libxml2class.txt: related updates
8693 * python/tests/Makefile.am python/tests/reader.py
8694 python/tests/reader2.py python/tests/reader3.py: updated a bit
8695 the old tests and added a new one to test the entities handling
8696
Daniel Veillardaba976d2002-12-28 21:14:18 +00008697Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8698
8699 * python/generator.py python/libxml2class.txt
8700 python/tests/reader.py python/tests/reader2.py: changed the
8701 generator to provide casing for the XmlTextReader similar to
8702 C# so that examples and documentation are more directly transposable.
8703 Fixed the couple of tests in the suite.
8704
Daniel Veillard83298842002-12-28 15:12:33 +00008705Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8706
8707 * doc/guidelines.html: added a document on guildeline for
8708 publishing and deploying XML
8709
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008710Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8711
8712 * valid.c xmlreader.c: final touch running DTD validation
8713 on the XmlTextReader
8714 * python/tests/Makefile.am python/tests/reader2.py: added a
8715 specific run based on the examples from test/valid/*.xml
8716
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008717Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8718
8719 * python/libxml.py: added a few predefined xmlTextReader parser
8720 configuration values.
8721
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008722Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8723
8724 * python/libxml_wrap.h: trying to fix #102037
8725
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008726Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8727
8728 * SAX.c: fixing bug #95296, when the predefined entities
8729 are redefined in the DTD the default one must be used
8730 instead anyway.
8731
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008732Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8733
8734 * doc/xmllint.xml
8735 * doc/xmllint.1
8736 Add discussion of XML_DEBUG_CATALOG to xmllint man
8737 page - bug #100907
8738
8739
Daniel Veillarddf512f42002-12-23 15:56:21 +00008740Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8741
8742 * xmlreader.c: Fixed the empty node detection to avoid reporting
8743 an inexistant close tag.
8744
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008745Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8746
8747 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8748 for Python 2.1
8749
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008750Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8751
8752 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8753
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008754Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8755
8756 * doc/libxml2-api.xml python/tests/reader.py: one really need
8757 to provide the base URI information when creating a reader parser
8758 from an input stream. Updated the API and the example using it.
8759
Daniel Veillardea7751d2002-12-20 00:16:24 +00008760Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8761
8762 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8763 include/libxml/valid.h include/libxml/xmlreader.h: working on
8764 DTD validation on top of xml reader interfaces. Allows to
8765 validate arbitrary large instances. This required some extensions
8766 to the valid module interface and augmenting the size of xmlID
8767 and xmlRef structs a bit.
8768 * uri.c xmlregexp.c: simple cleanup.
8769
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008770Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8771
8772 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8773 work on the xml reader interfaces.
8774 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8775 Web page for the Windows binaries.
8776
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008777Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8778
8779 * xmlIO.c: applied a patch for VMS following the report by
8780 Nigel Hall
8781
Daniel Veillard3772de32002-12-17 10:31:45 +00008782Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8783
8784 * parser.c: the parseStartTag bug fix wasn't complete.
8785
Daniel Veillard67df8092002-12-16 22:04:11 +00008786Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8787
8788 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8789 parseStartTag, fixing it.
8790 * test/att4 result/att4 result/noent/att4: adding the test
8791 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8792 more methods to XmlTextReader.
8793
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008794Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8795
8796 * win32/libxml2.def.src: added more xml reader exports
8797 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8798 to the build
8799
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008800Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8801
8802 * doc/tutorial/xmltutorial.xml
8803 plus generated html and pdf
8804 Updating tutorial again based on further comments from Niraj
8805 Tolia on the last iteration
8806
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008807Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8808
8809 * doc/tutorial/xmltutorial.xml
8810 * doc/tutorial/includekeyword.c
8811 * doc/tutorial/includegetattribute.c
8812 plus generated html and pdf
8813 Adding fix from Niraj Tolia to tutorial to properly free memory.
8814
8815
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008816Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8817
8818 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8819 more methods of XmlTextReader.
8820 * python/libxml2class.txt python/tests/reader.py: this increased the
8821 methods in the bndings, augmented the test to check those new
8822 functions.
8823
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008824Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8825
8826 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8827 methods of XmlTextReader.
8828 * python/generator.py python/libxml_wrap.h python/types.c
8829 python/libxml2class.txt: added the reader to the Python bindings
8830 * python/tests/Makefile.am python/tests/reader.py: added a specific
8831 test for the Python bindings of the Reader APIs
8832 * parser.c: small cleanup.
8833
Daniel Veillard06503452002-12-13 10:42:08 +00008834Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8835
8836 * xinclude.c: fallback was only copying the first child not the
8837 full child list of the fallback element, closes #89684 as reopened
8838 by Bernd Kuemmerlen
8839
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008840Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8841
8842 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8843
Daniel Veillard000eafb2002-12-12 10:04:22 +00008844Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
Daniel Veillardc1eed322002-12-12 11:01:32 +00008846 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008847 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008848 gives enum values, fix functype return type, put back fields in
8849 structs
8850 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008851
Daniel Veillard024b5702002-12-12 00:15:55 +00008852Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8853
8854 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8855 about htmlNodeDumpOutput location.
8856 * xpath.c: removed an undefined function signature
8857 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8858 too many symbols in the API breaking the python bindings.
8859 Updated with the libxslt/libexslt changes.
8860
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008861Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8862
8863 * configure.in: preparing release of 2.4.29
8864 * doc/*: rebuilt the docs and API
8865 * xmlreader.c: a few more fixes for the XmlTextReader API
8866
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008867Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8868
8869 * include/win32config.h: applied mingw patch from Magnus Henoch
8870
Daniel Veillard5aad8322002-12-11 15:59:44 +00008871Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8872
8873 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8874
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008875Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8876
8877 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8878 building Python script, does the C parsing directly, generates
8879 a better API description including structure fieds defs and
8880 enums. Still a couple of bugs, but good enough for the python
8881 wrappers now.
8882 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8883 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8884 include/libxml/schemasInternals.h include/libxml/tree.h: more
8885 cleanup based on the python analysis script reports.
8886 * libxml.spec.in: make sure the API XML description is part of the
8887 devel package.
8888
Daniel Veillard01c13b52002-12-10 15:19:08 +00008889Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8890
8891 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8892 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8893 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8894 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8895 code cleanup, especially the function comments.
8896 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8897
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008898Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8899
8900 * Makefile.am xmlreader.c include/libxml/Makefile.am
8901 include/libxml/xmlreader.h: Adding a new set of APIs based on
8902 the C# TextXmlReader API but converted to C. Allow to parse
8903 in constant memory usage, far simpler to program and explain
8904 than the SAX like APIs, unfinished but working.
8905 * testReader.c: test program
8906
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008907Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8908
8909 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8910
Daniel Veillard64b35282002-12-04 15:10:40 +00008911Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8912
8913 * tree.c: Chip turner indicated that XHTML1 serialization
8914 rule for style actually break on both IE and Mozilla,
8915 try to avoid the rule if escaping ain't necessary
8916
Daniel Veillard8efff672002-12-04 11:44:48 +00008917Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8918
8919 * nanhttp.c: handle HTTP URL escaping, problem reported by
8920 Glen Nakamura and Stefano Zacchiroli
8921
Daniel Veillard1c732d22002-11-30 11:22:59 +00008922Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8923
8924 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8925
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008926Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8927
8928 * uri.c: Johann Richard pointed out some XPointer problems for
8929 URN based URI references in XInclude. Modified the URI parsing
8930 and saving routines to allow correct parsing and saving of
8931 XPointers, especially when attached to "opaque" scheme accordingly
8932 to RFC 2396
8933
Daniel Veillard8db67d22002-11-27 19:39:27 +00008934Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8935
8936 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8937 of refactoring to the HTML saving code.
8938 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8939 in the doc.
8940
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008941Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8942
8943 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8944 to a buffer API to reuse the generic dump to an OutputIO layer,
8945 this reduces code, fixes xmlNodeDump() for XHTML, also made
8946 xmlNodeDump() now return the number of byte written.
8947
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008948Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8949
8950 * python/setup.py.in: another patch from Stéphane Bidoul for
8951 Python bindings on Windows
8952 * doc/parsedecl.py: small cleanup
8953
Daniel Veillard9715c172002-11-25 16:33:40 +00008954Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8955
8956 * libxml.spec.in configure.in: add a line in %changelog for releases
8957
Daniel Veillard9bc53102002-11-25 13:20:04 +00008958Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8959
8960 * parser.c: patch from Marcus Clarke fixing a problem in entities
8961 parsing that was detected in KDe documentations environment.
8962
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008963Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8964
8965 * python/libxml.c (libxml_prev): Return the previous as opposed to
8966 the next node (I guess this is the result of some cut & paste programming:)
8967
Daniel Veillard80d7b902002-11-23 16:23:08 +00008968Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8969
8970 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8971
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008972Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8973
8974 * python/generator.py python/libxml.c python/setup.py.in: trying
8975 to fix the Python bindings build on Windows (Stéphane Bidoul)
8976
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008977Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8978
8979 * win32/configure.js: added option for python bindings
8980 * win32/libxml2.def.src: added more exports
8981
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008982Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8983
8984 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8985 pthreads
8986 * win32/wince/*: applied updates to Windows CE port from Javier
8987
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008988Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8989
8990 * configure.in: preparing 2.4.28
8991 * libxml.spec.in doc/Makefile.am: some cleanup
8992 * doc/*: updated the news and regenerated.
8993
Daniel Veillardfee408f2002-11-22 13:18:30 +00008994Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * HTMLparser.c: final touch at closing #87235 </p> end tags
8997 need to be generated.
8998 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8999 this change slightly the output of a few tests
9000 * doc/*: regenerated
9001
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009002Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9003
9004 * parserInternals.c: fixing bug #99190 when UTF8 document are
9005 parsed using the progressive parser and the end of the chunk
9006 is in the middle of an UTF8 multibyte character.
9007
William M. Brack8b2c7f12002-11-22 05:07:29 +00009008Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9009
9010 * threads.c: fixed initialization problem in xmlNewGlobalState
9011 which was causing crash.
9012 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9013 in xmlInitializeGlobalState.
9014 * parserInternals.c: cleaned up ctxt->sax initialisation.
9015
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009016Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9017
9018 * tree.c include/libxml/tree.h: modified the existing APIs
9019 to handle XHTML1 serialization rules automatically, also add
9020 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9021 libxslt serialization uses it when needed without changing
9022 the library API.
9023 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9024 result/xhtml1: added a new test specifically for xhtml1 output
9025 and updated the result of one XHTML1 test
9026
Daniel Veillardd076a202002-11-20 13:28:31 +00009027Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9028
9029 * xinclude.c parserInternals.c encoding.c: fixed #99082
9030 for xi:include encoding="..." support on text includes.
9031 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9032 test/XInclude/ents/isolatin.txt : added a specific regression test
9033 * python/generator.py python/libxml2class.txt: fixed the generator
9034 the new set of comments generated for doc/libxml2-api.xml were
9035 breaking the python generation.
9036
Daniel Veillard817e70b2002-11-19 22:28:48 +00009037Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9038
9039 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9040 * configure.in: patch for Solaris on new autoconf closes #98880
9041 * doc/parsedecl.py: repair the frigging API building script,
9042 did I say that python xmllib sucks ?
9043 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9044 and some comment are no more truncated.
9045
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009046Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9047
9048 * parser.c: Martin Stoilov pointed out a potential leak in
9049 xmlCreateMemoryParserCtxt
9050
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009051Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9052
9053 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9054 included in HTML documents and using the push parser.
9055
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009056Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9057
9058 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9059 specified, look for the Python interpreter not just in the
9060 specified root but also in the specified location. Fixes #98825
9061
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009062Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9063
9064 * python/libxml.c: fixing bug #98792 , node may have no doc
9065 and dereferencing without checking ain't good ...
9066
Daniel Veillarddad3f682002-11-17 16:47:27 +00009067Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9068
9069 * configure.in: preparing release 2.4.27
9070 * doc/* : updated and rebuilt the docs
9071 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9072 and all the docs are actually packaged and in the final RPMs
9073 * parser.c parserInternals.c include/libxml/parser.h: restore
9074 xmllint --recover feature.
9075
Daniel Veillard68e9e742002-11-16 15:35:11 +00009076Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9077
Daniel Veillard784b9352003-02-16 15:50:27 +00009078 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009079 processing of parsed entities, and XPath computation on sustitued
9080 entities.
9081 * testXPath.c: make sure entities are substitued.
9082
Daniel Veillard328f48c2002-11-15 15:24:34 +00009083Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9084
Daniel Veillard784b9352003-02-16 15:50:27 +00009085 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009086 processing of internal parsed entities, which had to be changed.
9087
Daniel Veillard66651aa2002-11-15 11:21:43 +00009088Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9089
9090 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9091 trying to fix bug #98517 about building outside the source tree
9092 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9093
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009094Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9095
9096 * include/win32config.h: cleanup
9097 * win32/Makefile.mingw: integrated mingw in JScript configure
9098 * win32/Makefile.msvc: modified to allow mingw coexistence
9099 * win32/configure.js: integrated mingw
9100 * win32/Readme.txt: cleanup
9101
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009102Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9103
9104 * HTMLparser.c: strengthen the guard in the Pop macros,
9105 like in the XML parser, closes bug #97315
9106
Daniel Veillard0821b152002-11-12 20:57:47 +00009107Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9108
9109 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9110 callback is never used.
9111
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009112Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9113
9114 * parserInternals.c: fixed the initialization of the SAX structure
9115 which was breaking xsltproc
9116 * xpath.c: patch from Petr Pajas for CDATA nodes
9117 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9118 * parser.c include/libxml/parser.h: patch from Peter Jones
9119 removing a leak in xmlSAXParseMemory() and adding the
9120 function xmlSAXParseMemoryWithData()
9121
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009122Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9123
9124 adding pdf of tutorial, changing web page to link to it
9125 * doc/tutorial/xmltutorial.pdf
9126 * doc/xml.html
9127 * doc/docs.html
9128
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009129Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9130
9131 * doc/tutorial/ar01s08.html
9132 adding file what I forgot for tutorial
9133
9134
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009135Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9136
9137 Adding encoding discussion to tutorial
9138 Added:
9139 * doc/tutorial/images/*.png: DocBook admonition image files
9140 * doc/tutorial/apf.html, apg.html: new generated html
9141 * doc/tutorial/includeconvert.c: conversion code entity file
9142 changed:
9143 * doc/tutorial/xmltutorial.xml: DocBook original
9144 * doc/tutorial/*.html: generated html
9145
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009146Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9147
9148 * include/libxml/*.h: retired xmlwin32version.h
9149 * doc/Makefile.am: retired xmlwin32version.h
9150 * win32/configure.js: retired xmlwin32version.h
9151
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009152Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9153
9154 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009155 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9156 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009157
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009158Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9159
9160 * globals.c: fixed a typo pointed out by Igor
9161 * xpath.c: try to speed up node compare using line numbers
9162 if available.
9163
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009164Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * tree.c: make xmlFreeNode() handle attributes correctly.
9167
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009168Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9169
9170 * catalog.c: completed the #96963 fix, as reported by Karl
9171 Eichwalder
9172
Daniel Veillard56f21f22002-11-06 15:49:46 +00009173Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9174
9175 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9176
Daniel Veillard91ad8792002-11-04 17:06:52 +00009177Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9178
9179 * Makefile.am: switched the order of a couple of includes
9180 to fix bugs #97100
9181
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009182Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9183
9184 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9185 xmlLoadCatalogs that used to separate directories with a ':'.
9186
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009187Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9188
9189 * threads.c: improvements to the Windows-side of thread handling
9190 * testThreads.c: conditionally excluded unistd.h
9191 * testThradsWin32.c: broke overlong lines
9192 * include/win32config.h: adapted thread-related macros to the new
9193 scheme and for pthreads on Windows
9194 * win32/Makefile.msvc: introduced a more flexible thread build,
9195 added testThreads[Win32].c to the build
9196 * win32/configure.js: introduced a more flexible thread config
9197
John Fleck61f6fb62002-10-31 15:23:29 +000091982002-10-31 John Fleck <jfleck@inkstain.net>
9199
9200 * doc/xml.html (and, by implication, FAQ.html)
9201 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9202
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009203Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9204
9205 * configure.in: removed xmlwin32version.h
9206 * include/libxml/Makefile.am: removed xmlwin32version.h
9207
Daniel Veillardce66ce12002-10-28 19:01:59 +00009208Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9209
9210 * tree.c: applied patch from Brian Stafford to fix a bug
9211 in xmlReconciliateNs()
9212
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009213Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9214
9215 * tree.c: applied patch from Christian Glahn to allow
9216 xmlNewChild() on document fragment nodes
9217
Daniel Veillardb39bc392002-10-26 19:29:51 +00009218Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9219
9220 * parser.c: Christian Glahn found a problem with a recent
9221 patch to xmlParseBalancedChunkMemoryRecover()
9222 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9223 problems
9224 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9225 test/schemas/seq*: added the test cases from Charles
9226
Daniel Veillard366a9152002-10-23 20:43:53 +00009227Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9230 serious cleanup of the spec file and associated changes
9231 in the Makefiles.
9232 * valid.c: try to remove some warnings on x86_64
9233
Daniel Veillardd033d022002-10-23 14:55:02 +00009234Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9235
9236 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9237 fix bug #96586
9238
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009239Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9240
9241 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9242 parsing, applied his patch
9243 * result/HTML/attrents.html result/HTML/attrents.html.err
9244 result/HTML/attrents.html.sax test/HTML/attrents.html:
9245 added the test and result case provided by Mikhail Sogrine
9246
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009247Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * vms/build_libxml.com vms/config.vms vms/readme.vms
9250 include/libxml/parser.h include/libxml/parserInternals.h
9251 include/libxml/tree.h include/libxml/xmlIO.h
9252 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9253 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9254 Applied the VMS update patch from Craig A. Berry
9255 * doc/*.html: update
9256
Daniel Veillardf000f072002-10-22 14:28:17 +00009257Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9258
9259 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9260
Daniel Veillard1e208222002-10-22 14:25:25 +00009261Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9262
9263 * debugXML.c: adding a grep command to --shell in xmllint
9264 for T.V. Raman
9265
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009266Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9267
9268 * xmlcatalog.c: tried to fix some of the problem with --sgml
9269
Daniel Veillard935494a2002-10-22 14:22:46 +00009270Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9271
9272 * parser.c: tried to fix bug #91500 where doc->children may
9273 be overriden by a call to xmlParseBalancedChunkMemory()
9274
9275Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9276
9277 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9278 identifiers in SGML catalogs containing '&'
9279
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009280Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9281
9282 * python/types.c: fixed bugs when passing result value tree
9283 to Python functions.
9284
Daniel Veillard48267432002-10-18 11:21:38 +00009285Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9286
9287 * configure.in: preparing the release of 2.4.26
9288 * doc/*: updated and rebuilt the documentation
9289
Daniel Veillardbb284f42002-10-16 18:02:47 +00009290Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9291
9292 * parser.c: fixed a XML Namespace compliance bug reported by
9293 Alexander Grimalovsky
9294
Daniel Veillard44892f72002-10-16 15:23:26 +00009295Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9296
9297 * HTMLtree.c: fixed serialization of script and style when
9298 they are not lowercase (i.e. added using the API to the tree).
9299
Daniel Veillard2fd85422002-10-16 14:32:41 +00009300Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9301
9302 * valid.c: make xmlValidateDocument emit a warning msg if there
9303 is no DTD, pointed by Christian Glahn
9304
Daniel Veillard32370232002-10-16 14:08:14 +00009305Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9308 content model when some of the blocks have min or max, and a couple
9309 of bugs found in the process.
9310 * result/schemas/list0* test/schemas/list0*: added some specific
9311 regression tests
9312
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009313Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9314
9315 * README: updated the contact informations
9316
Daniel Veillard63186732002-10-15 08:43:17 +00009317Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9318
9319 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9320 misses it, reported by Peter Bray.
9321
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009322Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9323
9324 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9325 and removed a few warnings
9326
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009327Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * parser.c: Christian Glahn found a small bug in the push parser.
9330 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9331 public
9332
Daniel Veillard6045c902002-10-09 21:13:59 +00009333Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * xmlschemas.c include/libxml/xmlschemas.h: added
9336 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9337 * testSchemas.c: added --memory to test the new interface
9338
Daniel Veillardf0070122002-10-09 14:24:17 +00009339Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9340
9341 * doc/index.py doc/search.php: integrated the XSLT indexing,
9342 a few fixed in the indexer, added a scope selection at the
9343 search level.
9344
Daniel Veillard01992e02002-10-09 10:20:30 +00009345Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9346
9347 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9348 this was due to uninitialized parts of the validation context
9349
Daniel Veillard321be0c2002-10-08 21:26:42 +00009350Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9351
9352 * debugXML.c: applied patch from Mark Vakoc except the API
9353 change, preserved it.
9354 * doc/*: updated the docs to point to the search engine for
9355 information lookup or before bug/help reports.
9356
Daniel Veillard01e87d22002-10-08 16:55:06 +00009357Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9358
9359 * doc/index.py doc/search.php: added mailing-list archives
9360 indexing and lookup
9361
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009362Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9363
9364 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9365
Daniel Veillard9b006132002-10-07 11:13:27 +00009366Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9367
9368 * doc/index.py: improved HTML indexing
9369 * doc/search.php: make the queries also lookup the HTML based indexes
9370
Daniel Veillard141d04b2002-10-06 21:51:18 +00009371Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9372
9373 * doc/index.py: added HTML page indexing
9374
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009375Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9376
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009377 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009378 problem in libxslt.
9379 * catalog.c: fixed list handling in XML_CATALOG_FILES
9380
Daniel Veillardceb09b92002-10-04 11:46:37 +00009381Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9382
9383 * valid.c: typo/bug found by Christian Glahn
9384
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009385Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9386
9387 * xmlIO.c: applied Windows CE patch from Javier.
9388 * win32/wince: new directory, contains support for the PocketPC
9389 with Windows CE from Javier.
9390 * include/win32config.h: reorganised, removed duplicate
9391 definitions and applied WinCE patch from Javier.
9392 * include/wsockcompat.h: new file, now contains WinSock
9393 compatibility macros.
9394 * win32/Makefile.msvc: introduced double-run compilation.
9395
Daniel Veillarde16b5742002-09-26 17:50:03 +00009396Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9397
9398 * configure.in include/libxml/xmlwin32version.h: preparing release
9399 of 2.4.25
9400 * doc/*: updated and regenerated teh docs and web pages.
9401
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009402Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9403
9404 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9405 error were not covering namespace declarations.
9406 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9407 it was missing the attribute declaration for the namespace
9408 * result/VC/NS3: the fix now report breakages in that test
9409
Daniel Veillardabe01742002-09-26 12:40:03 +00009410Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9411
9412 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9413
Daniel Veillard2ace1952002-09-26 12:28:02 +00009414Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9415
9416 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9417 and regenerated the docs and web site
9418
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009419Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9420
9421 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9422 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9423 not before
9424
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009425Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9426
9427 * python/generator.py python/libxml2class.txt: fixed a stupid error
9428 breaking the python API
9429
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009430Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9431
9432 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9433 triostr.c triostr.h: applied a trio update patch from
9434 Bjorn Reese which should work with MinGW
9435
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009436Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9437
9438 * tree.c: improving some documentation comments
9439 * xmlregexp.c: found and fixed a mem leak with python regression tests
9440 * doc/*: rebuilt the doc and the API XML file including the
9441 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9442 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9443 python/types.c: added access to the XML Schemas regexps from
9444 python
9445 * python/tests/Makefile.am python/tests/regexp.py: added a
9446 simple regexp bindings test
9447
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009448Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9449
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009450 * doc/xml.html:
9451 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009452
Daniel Veillard118aed72002-09-24 14:13:13 +00009453Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9454
9455 * xmlregexp.c: fixed the data callback on transition functionality
9456 which was broken when using the compact form
9457 * result/schemas/*: updated the results, less verbose, all tests
9458 pass like before
9459 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9460 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9461 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9462 annoying warnings
9463 * xpath.c: try to provide better error report when possible
9464
Daniel Veillard72336152002-09-21 13:08:14 +00009465Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9466
9467 * Makefile.am: fixed a breakage raised by Jacob
9468
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009469Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9470
9471 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9472 which don't use sockets
9473
Igor Zlatkovic01280582002-09-20 16:40:34 +00009474Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9475
9476 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9477 * win32/configure.js: applied zlib patch from Daniel Gehriger
9478
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009479Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9480
9481 * win32/configure.js: applied the patch from Mark Vakoc for
9482 regexp support
9483 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9484 for regexp support
9485
Daniel Veillardb5c05732002-09-20 13:36:25 +00009486Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9487
9488 * xmlschemastypes.c: as pointed by Igor Float and Double
9489 parsing ain't finished yet
9490
Daniel Veillard40b11342002-09-20 12:01:39 +00009491Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9492
9493 * Makefile.am configure.in: trying to fix #88412 by bypassing
9494 all the python subdir if python ain't detected
9495
Daniel Veillard23e73572002-09-19 19:56:43 +00009496Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9497
9498 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9499 made configuring with regexps/automata/unicode the default
9500 but without schemas ATM
9501 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9502 fixed the regexp based DTD validation performance and memory
9503 problem by switching to a compact form for determinist regexps
9504 and detecting the determinism property in the process. Seems
9505 as fast as the old DTD validation specific engine :-) despite
9506 the regexp built and compaction process.
9507
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009508Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9509
9510 * valid.c: determinism is debugged, new DTD checking code now works
9511 but xmlFAComputesDeterminism takes far too much CPU and the whole
9512 set usues too much memory to be really usable as-is
9513
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009514Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9515
9516 * tree.c: fixed another stupid bug in xmlGetNodePath()
9517 * xmllint.c: --version now report the options compiled in
9518
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009519Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9520
9521 * HTMLparser.c: small cleanup
9522 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9523 when configured with them. A bit of debugging around the determinism
9524 checks is still needed
9525
Daniel Veillard63b01c22002-09-17 19:25:28 +00009526Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9527
9528 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9529
Daniel Veillard92727042002-09-17 17:59:20 +00009530Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9531
9532 * xmlIO.c: small portability glitch fixed.
9533
Daniel Veillard84d70a42002-09-16 10:51:38 +00009534Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9535
9536 * xmlschemastypes.c: incomplete steps for real/double support
9537 * testAutomata.c include/libxml/xmlautomata.h
9538 include/libxml/xmlregexp.h: avoiding a compilation problem
9539 * valid.c include/libxml/valid.h: starting the work toward using
9540 the regexps for actual DTD validation
9541
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009542Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9543
9544 * hash.c: cosmetic cleanup
9545 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9546 integrating a DTD validation layer based on the regexps
9547
Daniel Veillard4402ab42002-09-12 16:02:56 +00009548Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9549
9550 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9551 the determinism was tested before eliminating the epsilon
9552 transitions :-(
9553
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009554Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9555
9556 * python/generator.py python/libxml.c python/libxml.py
9557 python/libxml2-python-api.xml python/libxml2class.txt
9558 python/libxml_wrap.h python/types.c: updated the python
9559 bindings, added code for easier File I/O, and the ability to
9560 define a resolver from Python fixing bug #91635
9561 * python/tests/Makefile.am python/tests/inbuf.py
9562 python/tests/outbuf.py python/tests/pushSAXhtml.py
9563 python/tests/resolver.py python/tests/serialize.py: updated
9564 and augmented the set of Python tests.
9565
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009566Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9567
9568 * win32/configure.js: added more readme info for the binary
9569 package.
9570
Daniel Veillard607b35c2002-09-10 12:16:19 +00009571Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9572
9573 * xmlIO.c: fixed a stupid out of bound array error
9574
9575Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9576
9577 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9578 messing around with support for Windows path, cleanups,
9579 trying to identify and fix the various code path to the
9580 filename access. Added xmlNormalizeWindowsPath()
9581
Daniel Veillard76575762002-09-05 14:21:15 +00009582Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9583
9584 * error.c valid.c: working on better error reporting of validity
9585 errors, especially providing an accurate context.
9586 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9587 error reports in those cases.
9588
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009589Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9590
9591 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9592 parser.c parserInternals.c xmlIO.c: get rid of all the
9593 perror() calls made in the library execution paths. This
9594 should fix both #92059 and #92385
9595
Daniel Veillard19aa7022002-09-05 11:14:19 +00009596Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9597
9598 * xmllint.c: memory leak reporting was broken after a change
9599 of the preprocessor symbol used to activate it.
9600
Daniel Veillardec6725e2002-09-05 11:12:45 +00009601Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9602
9603 * tree.c: try to make the copy function work for node of
9604 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9605 DOM layers though, not libxml2 itself.
9606
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009607Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9608
9609 * valid.c: try to provide file and line informations, not all
9610 messages are covered, but it's a (good) start
9611
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009612Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9613
9614 * xinclude.c: reimplemented a large part of the XInclude
9615 processor, trying to minimize resources used, James Henstridge
9616 provided a huge test case which was exhibiting severe memory
9617 consumption problems.
9618
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009619Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9620
9621 * python/Makefile.am: applied patch from Christophe Merlet to
9622 reestablish DESTDIR
9623
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009624Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9625
9626 * libxml.spec.in: fixes libary path for x86_64 AMD
9627
John Fleckbe98b332002-09-04 03:16:23 +00009628Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9629
9630 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009631 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009632 (plus resulting generated html files)
9633 fixing one spot I missed in the tutorial where I hadn't freed
9634 memory properly
9635
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009636Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9637
9638 * doc/tutorial/includeaddattribute.c
9639 * doc/tutorial/includeaddkeyword.c
9640 * doc/tutorial/includegetattribute.c
9641 * doc/tutorial/includekeyword.c
9642 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009643 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009644 update tutorial to properly free memory (thanks to Christopher
9645 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009646 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009647 added image files so the callouts are graphical, making it
9648 easier to read ( use "--param callout.graphics 1" to generate
9649 html with graphical callouts)
9650
Daniel Veillarde1662542002-08-28 11:50:59 +00009651Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9652
9653 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9654 nice logos generated by Marc Liyanage
9655 * doc/site.xsl *.html: changed the stylesheet to show the new
9656 logo and regenerated the pages
9657
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009658Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9659
9660 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9661
Daniel Veillard42766c02002-08-22 20:52:17 +00009662Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9663
9664 * xpath.c: possible mem leak patch from Jason Adams
9665
9666Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9667
9668 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9669 in the XQuery namespace
9670 * configure.in: preparing 2.4.24
9671 * doc/*.html: updated the web pages
9672
9673Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9674
9675 * python/generator.py: closing bug #85258 by generating conditional
9676 compile check to avoid linking to routines not configured in.
9677
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096782002-08-22 Havoc Pennington <hp@pobox.com>
9679
9680 * autogen.sh: update error message for missing automake
9681
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009682Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9683
9684 * python/Makefile.am: typo in target name resulted in libxml2.py
9685 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9686
Daniel Veillard22669b22002-08-22 07:17:11 +00009687Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9688
9689 * win32/win32/Makefile.mingw: updated with version from
9690 Elizabeth Barham at http://soggytrousers.net/repository/
9691
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009692Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9693
9694 * win32/Makefile.msvc: added the prefix location to the include
9695 and lib search path.
9696
Havoc Pennington830e8972002-08-18 22:22:13 +000096972002-08-18 Havoc Pennington <hp@pobox.com>
9698
9699 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9700 both automake 1.6 and 1.4 installed get the right automake. Means
9701 compilation from CVS will now require the latest automake 1.4
9702 release, or manually creating symlinks called "automake-1.4" and
9703 "aclocal-1.4"
9704
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009705Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9706
9707 * configure.in python/Makefile.am: more AMD 64 induced changes from
9708 Frederic Crozat
9709
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009710Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9711
9712 * xinclude.c: oops I was missing the xml:base fixup too
9713 * result/XInclude/*.xml: this adds xml:base attributes to most
9714 results of the tests
9715
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009716Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9717
9718 * xinclude.c: quick but apparently working implementation of
9719 xi:fallback, should close bug #89684
9720 * Makefile.am test/XInclude/docs/fallback.xml
9721 result/XInclude/fallback.xml: added a basic test for fallback,
9722 and run with --nowarning to avoid a spurious warning
9723 * configure.in: applied patch from Frederic Crozat for python
9724 bindings on AMD 64bits machines.
9725
Daniel Veillard9e923512002-08-14 08:48:52 +00009726Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9727
9728 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9729 the caller don't pass a SAX callback block.
9730
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009731Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * tree.c: applied the same fix for the XML-1.0 namespace to
9734 xmlSearchNsByHref() as was done for xmlSearchNs()
9735
Daniel Veillardad11b302002-08-12 14:53:41 +00009736Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9737
9738 * libxml.3: small cleanup of the man page
9739 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9740 when serializing HREF attributes generated by XSLT.
9741
Daniel Veillardc084e472002-08-12 13:27:28 +00009742Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9743
9744 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9745 version of Marc Liyanage' patch for boolean attributes in HTML
9746 output
9747
Daniel Veillard5f91b372002-08-12 12:13:01 +00009748Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9749
9750 * python/tests/serialize.py: fixed the test results, indenting
9751 behaviour changed slightly
9752
Aleksey Sanin9e951762002-08-08 18:02:41 +00009753Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9754
9755 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9756 new c14n function to Windows def files
9757
Aleksey Saninea4272a2002-08-02 23:50:03 +00009758Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9759
9760 * c14n.c: fixed a memory leak in c14n code
9761
Daniel Veillard58e44c92002-08-02 22:19:49 +00009762Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9763
9764 * parser.c include/libxml/parser.h: adding a new API for Christian
9765 Glahn: xmlParseBalancedChunkMemoryRecover
9766 * valid.c: patch from Rick Jones for some grammar cleanup in
9767 validation messages
9768 * result/VC/* result/valid/*: this slightly change some of the
9769 regression tests outputs
9770
Daniel Veillard0bf29002002-08-01 12:54:11 +00009771Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9772
9773 * tree.c: trying to fix a problem in namespaced attribute handling
9774 raised by Christian Glahn
9775
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009776Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9777
9778 * encoding.c include/libxml/encoding.h: Opening the interface
9779 xmlNewCharEncodingHandler as requested in #89415
9780 * python/generator.py python/setup.py.in: applied cleanup
9781 patches from Marc-Andre Lemburg
9782 * tree.c: fixing bug #89332 on a specific case of loosing
9783 the XML-1.0 namespace on xml:xxx attributes
9784
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009785Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9786
9787 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9788 corner case from new Merlin's test suite and added a callback
9789 that will be used to improve xmlsec performance
9790
9791
Daniel Veillard0b22def2002-07-29 16:23:03 +00009792Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9793
9794 * HTMLtree.c: trying to fix the <style> escaping problem in
9795 HTML serialization bug #89342
9796
Daniel Veillard0b28e882002-07-24 23:47:05 +00009797Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9798
9799 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9800 and rebuilt the web site.
9801
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009802Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009803
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009804 * include/libxml/tree.h: added _private member to xmlNs struct
9805
Daniel Veillard1d995272002-07-22 16:43:32 +00009806Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * HTMLparser.c: fixing bug #84876 based on the xml working
9809 code.
9810
William M. Brack61eaba52002-07-21 11:14:18 +00009811Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9812
9813 * python/Makefile.am: enhanced to fix bug 72012 (errors
9814 when using '-jX' make parameter)
9815
William M. Brackef61d202002-07-19 08:32:00 +00009816Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9817
9818 * xpath.c: small additional enhancement for booleans
9819 compared to nodesets
9820
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009821Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9822
9823 * HTMLtree.c: changed the order of the encoding declaration
9824 attributes in the meta tags due to a bug in IE/Mac
9825
William M. Brack0c022ad2002-07-12 00:56:01 +00009826Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9827
9828 * xpath.c: enhanced handling of booleans (especially '='
9829 and '!=' for nodesets) - fixes bug 85256. Added new
9830 routine xmlXPathNotEqualValues for more proper handling
9831 of '!=' when nodesets are involved.
9832
Daniel Veillard06944e22002-07-11 19:55:18 +00009833Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9836 doc/xmlcatalog_man.xml to the source distribution
9837
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009838Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9839
9840 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9841 asked for this.
9842
Daniel Veillard539638b2002-07-06 19:55:14 +00009843Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9844
9845 * configure.in: preparing 2.4.23
9846 * doc/*: rebuilt the docs
9847
Daniel Veillard176d99f2002-07-06 19:22:28 +00009848Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9849
9850 * parser.c: fixing bug #84169 by fixing the
9851 comment of xmlCreatePushParserCtxt to describe the
9852 encoding detection parameters better.
9853
Daniel Veillard37f961d2002-07-06 17:53:56 +00009854Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9855
9856 * valid.c: fixing bug #79331 in one path the lookup for
9857 ID attributes on a namespaced node wasn't handled correctly :-\
9858
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009859Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9860
9861 * HTMLparser.c: trying to fix 87235 about discarded white
9862 spaces in the HTML parser.
9863 * result/HTML/*: this changes the output of a number of HTML
9864 regression tests
9865
Daniel Veillardfdc91562002-07-01 21:52:03 +00009866Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9867
9868 * xpath.c: applied patch from Richard Jinks for the namespace
9869 axis + fixed a memory error.
9870 * parser.c parserInternals.c: applied patches from Peter Jacobi
9871 removing ctxt->token for good.
9872 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9873 popped out by the regression tests.
9874 * Makefile.am: patch for threads makefile from Gary Pennington
9875
William M. Brack6000af52002-06-28 11:43:13 +00009876Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9877
Daniel Veillardfdc91562002-07-01 21:52:03 +00009878 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009879 expressions involving preceding-sibling (et al).
9880
Daniel Veillard153120c2002-06-18 07:58:35 +00009881Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9882
9883 * hash.c: applied a patch from Peter Jacobi to solve a problem
9884 when compiling with the Watcom C on Win32
9885 * result/schemas/*.err: the change of hashing algo generated
9886 permutations in the output
9887
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009888Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9889
9890 * hash.c: applied patch from Sander Vesik improving the quality of
9891 the hash function.
9892
Aleksey Sanina5808b92002-06-14 17:07:41 +000098932002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009894
9895 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9896 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9897 xmllint.c xpath.c: replaced sprintf() with snprintf()
9898 to prevent possible buffer overflow (the bug was pointed
9899 out by Anju Premachandran)
9900
Daniel Veillarde059b892002-06-13 15:32:10 +00009901Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * parser.c: removed an uninitialized data error popped by valgrind
9904 on PE references
9905
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009906Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9907
9908 * doc/xml.html
9909 adding tutorial reference to the web page
9910
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009911Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9912
9913 * doc/tutorial/xmltutorial.xml
9914 * doc/tutorial/ar01s07.html
9915 * doc/tutorial/ape.html
9916 * doc/tutorial/includegetattribute.c
9917 adding section to tutorial about retrieving an attribute
9918 value
9919
Daniel Veillardf5582f12002-06-11 10:08:16 +00009920Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9921
9922 * parser.c: applied a couple of patches from Peter Jacobi to start
9923 to get rid of ctxt->token, with a possible significant speed
9924 improvement to be gained once done. Better compliance with PE
9925 references constructs in DTDs too.
9926 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9927 from Peter too
9928
Daniel Veillard38d80e22002-06-11 07:24:56 +00009929Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9930
9931 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9932 xmlParseElement was likely to have been deallocated at the
9933 time of the report, possibly leading to segfault. Just report
9934 the tag name now.
9935
Daniel Veillard9e412302002-06-10 15:59:44 +00009936Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9937
9938 * xpath.c: patch from Richard Jinks for XPath substring() function
9939 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9940
Aleksey Sanina5808b92002-06-14 17:07:41 +000099412002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009942
9943 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9944
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009945Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9946
9947 *doc/FAQ.html
9948 fixing typos in FAQ, thanks to Robert Funnell for the
9949 editing help
9950
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009951Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * NEWS: got complaints from rpmlint that it was empty
9954
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009955Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9956
9957 * added doc/tutorial, including:
9958 apa.html
9959 apb.html
9960 apc.html
9961 apd.html
9962 ar01s02.html
9963 ar01s03.html
9964 ar01s04.html
9965 ar01s05.html
9966 ar01s06.html
9967 includeaddattribute.c
9968 includeaddkeyword.c
9969 includekeyword.c
9970 includestory.xml
9971 index.html
9972 xmltutorial.xml
9973 libxml tutorial, including generated html
9974
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009975Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9976
9977 * result/c14n/exc-without-comments/merlin-c14n-two-*
9978 result/c14n/without-comments/merlin-c14n-two-*
9979 test/c14n/exc-without-comments/merlin-c14n-two-*
9980 test/c14n/without-comments/merlin-c14n-two-*
9981 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9982 c14n/exc-c14n and slightly modified test script to handle
9983 these test cases
9984 * c14n.c: fixed bugs for complicated nodes set (namespace
9985 without node and others from merlin-c14n-two.tar.gz)
9986 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9987 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9988 for xmlsec performance patch
9989 * xpath.c: fixed self::node() for namespaces and attributes
9990
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009991Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9992
9993 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9994 but with the format parameter
9995 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9996
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009997Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9998
9999 * Makefile.am: updated c14n tests suite
10000 * c14n.c: performance improvement for previous c14n patch
10001
Daniel Veillarde72c7562002-05-31 09:47:30 +000010002Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10003
10004 * parser.c: another peroformance patch from Peter Jacobi, that
10005 time on parsing attribute values.
10006
Aleksey Sanin508a1012002-05-31 06:32:32 +000010007Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10008
10009 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10010 into LibXML2 test suite
10011
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010012Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10013
10014 * c14n.c: propagating xpath ancesstors node fix to c14n
10015 plus small performance improvement to reduce number of
10016 mallocs
10017 * xpath.c: fixed ancestors axis processing for namespace nodes
10018
Daniel Veillard46de64e2002-05-29 08:21:33 +000010019Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10020
10021 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10022 Peter Jacobi
10023
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010024Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10025
10026 * configure.in: preparing 2.4.22
10027
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010028Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10029
10030 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10031 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10032 a public entry point.
10033 * doc/*: rebuilt the API and docs
10034
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010035Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10036
10037 * xpath.c: patch from Richard Jinks to fix a problem introduced
10038 in the previous patch and pointed by Norm
10039
Daniel Veillardc6924812002-05-24 11:10:43 +000010040Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10041
10042 * libxml.spec.in: fixing bug #81112
10043
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010044Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10045
10046 * uri.c: fixing bug #82848
10047
Daniel Veillarda2878972002-05-24 07:54:39 +000010048Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10051 output of one catalog test
10052
Aleksey Sanin114e4752002-05-24 07:20:27 +000010053Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010054
Aleksey Sanin114e4752002-05-24 07:20:27 +000010055 * global.data globals.c tree.c include/libxml/globals.h
10056 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10057 default value for global parameter xmlIndentTreeOutput to 1 and
10058 introduced new global parameter xmlTreeIndentString (the string
10059 used to do one-level indent) with default value " " (as it was
10060 in tree.c)
10061
Daniel Veillard49d5af82002-05-23 11:55:49 +000010062Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10063
10064 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10065 with trio and schemas.
10066
Daniel Veillard7c13af42002-05-22 09:57:32 +000010067Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10068
10069 * xpath.c: patch from Richard Jinks to fix the problem raised in
10070 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10071
Daniel Veillard5a872412002-05-22 06:40:27 +000010072Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * xmlschemas.c: a bit of work on import.
10075 * xmlschemastypes.c: Charles Bozeman provided a compare function
10076 for date/time types so min/max facet restrictions should work,
10077 indeterminate comparisons return an error instead of equal.
10078 * test/schemas/date_0* result/schemas/date_0_0: specific test
10079 from Charles Bozeman too
10080
Daniel Veillard10b6da42002-05-18 07:55:20 +000010081Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10082
10083 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10084 from Christian Cornelssen fixing the man pages and the Catalog
10085 building script.
10086 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10087 next step is <xs:import> I now have a reasonable understanding
10088 of how it works.
10089
Daniel Veillarde5354492002-05-16 08:43:22 +000010090Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10091
10092 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10093
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010094Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10095
10096 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10097
Daniel Veillard088bf112002-05-14 11:03:59 +000010098Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10099
10100 * xpath.c: fixing an XPath function evalutation bug pointed out
10101 by Alexey Efimov where the context was lost when evaluating
10102 the function arguments
10103
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010104Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010105
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010106 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10107 function public for XMLSec performance optimizations
10108
Daniel Veillard3cd72402002-05-13 10:33:30 +000010109Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10110
10111 * python/generator.py python/libxml2class.txt : fixed a problem
10112 with the HTML parser pointed by Gary Benson
10113 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10114 example
10115
Aleksey Sanine48a3182002-05-09 18:20:01 +000010116Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10117 * parser.c: fixed bug #81159 (memory growth in SAX)
10118
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010119Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10120 * xpath.c: fixed bug #78858 (the real fix)
10121
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010122Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010123 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010124
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010125Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * tree.c: modified xmlNodeSetBase to allow changing the
10128 base of a document.
10129
Daniel Veillard070803b2002-05-03 07:29:38 +000010130Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10131
10132 * xmlschemastypes.c: patch Charles Bozeman for validation of
10133 all the date, time, and duration types
10134 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10135 * configure.in: fixed an error pointed by an user
10136 * xml2-config.in: fixed an error pointed by an user
10137
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010138Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10139
10140 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10141 win32/libxml2.def.src xmlIO.c: exported default
10142 'file:', 'http:' and 'ftp:' protocols input handlers
10143 and maked protocols comparisson case insensitive
10144
Daniel Veillard34de97f2002-04-30 14:29:22 +000010145Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * configure.in: Neven Has detected a typo
10148
Daniel Veillard28577c32002-04-30 06:48:41 +000010149Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10150
10151 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10152 as one of the persons allowed to commit directly to the
10153 module.
10154
Daniel Veillardfc57b412002-04-29 15:50:14 +000010155Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10156
10157 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10158 * valid.c: raised a too low limit
10159 * doc/*: rebuilt the docs
10160
Daniel Veillardeca82812002-04-24 11:42:02 +000010161Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10162
10163 * test/XPath/expr/floats test/XPath/expr/functions
10164 result/XPath/expr/floats result/XPath/expr/functions
10165 xpath.c: another XPath conformance patch from Richard Jinks
10166
Daniel Veillard13e04c62002-04-23 17:51:29 +000010167Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10168
10169 * xmlschemas.c: fixed validation of attribute groups.
10170 * test/schemas result/schemas: added an example from the primer
10171
Daniel Veillard88c58912002-04-23 07:12:20 +000010172Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10173
10174 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10175 * test/schemas result/schemas: updated the test list
10176
Daniel Veillarde19fc232002-04-22 16:01:24 +000010177Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * TODO: updated a bit
10180 * parser.c: made a comment more specific
10181 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10182 Schemas conformance.
10183 * test/schemas result/schemas: updated the test list
10184
Daniel Veillard441bc322002-04-20 17:38:48 +000010185Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10186
10187 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10188 implementing xs:all with minOccurs = 0
10189 * tes/schemas/* result/schemas/*: added more tests covering
10190 xs:all
10191
Daniel Veillard8a001f62002-04-20 07:24:11 +000010192Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10193
10194 * xmlregexp.c: first implementation of the all particle, this
10195 may need to be revisited for case where not all transitions
10196 must be crossed.
10197
Daniel Veillard7646b182002-04-20 06:41:40 +000010198Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10199
10200 * tree.c: another entity processing update from Markus Henke
10201
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010202Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10203
10204 * trionan.c: fixed crash on OSF/1
10205
Daniel Veillardb4398962002-04-19 07:01:55 +000010206Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10207
10208 * xmlschemas.c: more Schemas work
10209 * test/schemas/* result/schemas/*: added more tests coming
10210 from the spec.
10211
Daniel Veillard54761132002-04-18 21:00:44 +000010212Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10213
10214 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10215 ExcC14N specification
10216
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010217Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10218
10219 * tree.c: patch from Markus Henke, fix for recursive entities.
10220
Daniel Veillard23b1f372002-04-18 15:50:05 +000010221Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10222
10223 * xpath.c: fix a problem with string() on a document node.
10224
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010225Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10226
10227 * Makefile.am xmlschemas.c: more Schemas work
10228 * test/schemas/* result/schemas/*: added more tests coming
10229 from the spec.
10230
Daniel Veillard6231e842002-04-18 11:54:04 +000010231Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10232
10233 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10234 * result/HTML/*: this changes a few things in the results
10235
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010236Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10237
10238 * include/libxml/tree.h: eliminated 'declaration different than
10239 prototype' warning
10240 * include/win32config.h: "resolved" conflicts with errno.h
10241
Daniel Veillardb509f152002-04-17 16:28:10 +000010242Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10243
10244 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10245 on the automata interfaces and debug of counted choices
10246 * test/schemas/* result/schemas/*: added a number of tests
10247
Daniel Veillard8651f532002-04-17 09:06:27 +000010248Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10249
10250 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10251 a bit of work on Schemas
10252 * testSchemas.c: try to make it more useful
10253 * test/schemas/* result/schemas/* Makefile.am: changed the
10254 Schemas regression test procedure, started adding a few samples
10255
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010256Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10257
10258 * include/libxml/encoding.h: Patch for the Borland C++ builder
10259 * include/libxml/tree.h: Patch for the Borland C++ builder
10260 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010261 * win32/bcb5: New directory for the Borland C++ builder
10262 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010263
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010264Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10265
10266 * win32/Makefile.msvc: Update for XML Schema support
10267 * win32/configure.js: Update for XML Schema support
10268 * win32/libxml2.def.src: Update for XML Schema support
10269
Daniel Veillard4255d502002-04-16 15:50:10 +000010270Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10271
10272 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10273 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10274 xmlunicode.c include/libxml/Makefile.am
10275 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10276 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10277 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10278 include/libxml/xmlversion.h.in : merged the current state of
10279 XML Schemas implementation, it is not configured in by default,
10280 a specific --schemas configure option has been added.
10281 * test/automata test/regexp test/schemas Makefile.am
10282 result/automata result/regexp result/schemas:
10283 merged automata/regexp/schemas regression tests
10284
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010285Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * xpath.c: Gary found a compile time problem, fixes #78823
10288
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010289Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10290
10291 * configure.in: release of 2.4.20
10292 * doc/*: updated and rebuilt the docs
10293
Daniel Veillardf544f192002-04-15 12:56:56 +000010294Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10295
10296 * python/Makefile.am: patch from Cristian Gafton to build on
10297 Red Hat 6.2, should also fix #75779
10298
Daniel Veillard940492d2002-04-15 10:15:25 +000010299Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10300
10301 * valid.c: first part of fixing #78729
10302
Daniel Veillardeb475a32002-04-14 22:00:22 +000010303Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10304
10305 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10306 escaping of URI when saving HTML files.
10307 * result/HTML/*: this impacted some tests
10308
Daniel Veillard9b731d72002-04-14 12:56:08 +000010309Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10310
10311 * configure.in: trying to fix #77441
10312
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010313Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10314
10315 * include/libxml/xmlIO.h: Hallski complained it could not be
10316 included by itself.
10317
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010318Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10319
10320 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10321
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010322Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10323
10324 * win32/configure.js: patch from Nilo for the c14n option
10325 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10326
Daniel Veillardda423da2002-04-10 19:25:38 +000010327Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10330 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10331 LIBXML_THREAD_ENABLED
10332
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010333Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * xpath.c: another patch from Richard Jinks for substring conformance
10336 * test/XPath/expr/floats test/XPath/expr/strings
10337 result/XPath/expr/floats result/XPath/expr/strings: update of the
10338 test suite to check those.
10339
Daniel Veillard01917aa2002-04-10 11:30:41 +000010340Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10341
10342 * xpath.c: patch from Richard Jinks for .x float parsing.
10343
Daniel Veillard46d6c442002-04-09 16:10:39 +000010344Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * parser.c: patch from Markus Henke when an encoding ain't recognized
10347
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010348Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * libxml.m4: got a report that #include <string.h> was needed
10351
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010352Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10355
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010356Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10357
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010358 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010359
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010360Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10363 pointed out by Melvyn Sopacua.
10364
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010365Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * libxml.m4: Frédéric Crozat gave a patch related to the change
10368 of Include paths breaking the libxml.m4
10369
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010370Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10371
10372 * xpath.c: Fix bug #76927 forgot to save some context
10373 when evaluating binary expressions
10374
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010375Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * configure.in: fixed configure for MPE/iX from Markus Henke
10378 * xmlmemory.c: fixed initialization problems
10379 * xpath.c: another set of patches from Richard Jinks this
10380 fixes "make XPathtests" on linux
10381
Daniel Veillard21458c82002-03-27 16:12:22 +000010382Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10383
10384 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10385 * test/XPath/expr/compare test/XPath/expr/equality
10386 test/XPath/expr/floats test/XPath/expr/functions
10387 test/XPath/expr/strings result/XPath/expr/compare
10388 result/XPath/expr/equality result/XPath/expr/floats
10389 result/XPath/expr/functions result/XPath/expr/strings: Updated
10390 tests though they show a divergence on Linux
10391
Daniel Veillard28dfed12002-03-27 09:08:17 +000010392Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10393
10394 * xpath.c trionan.c: previous commit also included patches
10395 from Richard Jinks on some IEEE support corner case
10396
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010397Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10398
10399 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10400 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10401 that $(datadir) should be used for docs
10402
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010403Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10404
10405 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10406 could leak filedescriptors
10407
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010408Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10409
10410 * configure.in nanohttp.c: applied patch from Allan Clark for
10411 UnixWare/OpenServer
10412
Daniel Veillard19274092002-03-25 16:48:03 +000010413Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * configure.in: preparing 2.4.19
10416 * doc/*: rebuilt the docs
10417
Daniel Veillard56b2db72002-03-25 16:35:28 +000010418Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10419
10420 * nanohttp.c: fixing #76043, got fed up with non-portability
10421 of that piece of code.
10422
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010423Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10424
10425 * valid.c SAX.c: Never commit without running "make tests" :-(
10426 fix a couple of stupidities in the previous commit
10427 * result/*: a few changes in some attribute order result of previous
10428 commit.
10429
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010430Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10433 the internal subset should not raise duplicate ID errors,
10434 also there was a small bug in conjunction to namespace
10435 declarations defaulted and xml:xxx attributes DTD definitions.
10436
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010437Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10438
10439 * xpath.c: Richard Jinks also raised some rounding problems
10440 this tries to fix them
10441
Daniel Veillard4e2df542002-03-22 12:23:14 +000010442Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10443
10444 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10445 behaviour in xmlXPathCastToString()
10446
Daniel Veillarddb552912002-03-21 13:27:59 +000010447Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10448
10449 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10450 raised by Morus Walter
10451
Daniel Veillard9e537932002-03-21 13:08:08 +000010452Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10453
10454 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10455 from Igor
10456
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010457Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10458
10459 * xpath.c: fixing #75619, related to a problem when trying
10460 to evaluate condition when the current node set resulting
10461 from that sub-step evaluation is empty. Also fixes 2 potential
10462 problem with previous-sibling and next-siblings axis.
10463
Daniel Veillard1840ef02002-03-21 08:05:23 +000010464Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10465
10466 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10467 HTML support is not configured in.
10468
Daniel Veillard561b7f82002-03-20 21:55:57 +000010469Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10470
10471 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10472 include/libxml/tree.h: dohh I really didn't intended to commit
10473 this test version :-(
10474
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010475Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10476
10477 * testSAX.c: I wanted to see the real speed at the SAX interface
10478 after a little too many Ximianer started complaining about the
10479 parser speed.
10480 added a --quiet option:
10481 paphio:~/XML -> ls -l db100000.xml
10482 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10483 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10484 3200006 callbacks generated
10485 real 0m1.270s
10486 Which means 16MBytes/s and 3Mcallback/s
10487
Daniel Veillardc62a1472002-03-19 18:35:12 +000010488Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10489
10490 * xpath.c: valgrind spotted another error that time when running
10491 on libxslt regression tests
10492
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010493Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10494
10495 * Makefile.am: adding "make valgrind" running the full regression
10496 tests (except python ones) under Valgrind (using valgrind -q
10497 which was kindly added by the author).
10498 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10499 passes cleanly now except an obcure floating point initialization
10500 raised in log10() in one XPath regression test ???
10501 * tree.c: edited some comments to close #75244
10502
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010503Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10504
10505 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10506 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10507 context of ScrollKeeper, made sure that if the number is
10508 an integer, the serialization follows the description at
10509 http://www.w3.org/TR/xpath#section-String-Functions
10510
Daniel Veillard5997aca2002-03-18 18:36:20 +000010511Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10512
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010513 * configure.in: preparing 2.4.18
10514 * doc/*: updated and rebuilt the web site
10515 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10516 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010517 * parser.c: humm, changed the way the SAX parser work when
10518 xmlSubstituteEntitiesDefault(1) is set, it will then
10519 do the entity registration and loading by itself in case the
10520 user provided SAX getEntity() returns NULL.
10521 * testSAX.c: added --noent to test the behaviour.
10522
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010523Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * parser.c: Wilfried Teiken provided a hackish but working
10526 way to get context reported back on entities when parsing
10527 with SAX and without breaking the DOM build.
10528
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010529Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10530
10531 * c14n.c: applied a new patch from Aleksey Sanin
10532 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10533 to reference Aleksey implementation of XML digital Signatures
10534
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010535Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * xpath.c: small fix to avoid potential problem due to
10538 ordering of freeing data
10539 * python/Makefile.am: people were complaining about
10540 the generated file in python dir not being built
10541
Daniel Veillardd2379012002-03-15 22:24:56 +000010542Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10543
10544 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10545 python/generator.py python/libxml.c python/types.c: Cleanup
10546 of the python Makefiles based on Jacob and James feedback,
10547 fixed the spec file accordingly, fixed the number of warning
10548 that passing my pedantic CFLAGS was generating. Conclusion
10549 is that Python includes are real crap.
10550
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010551Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10552
10553 * configure,in: it was reported quite a few times that
10554 xml2-config --cflags should not output
10555 -I$includeprefix/libxml2/libxml because libxml2 header names
10556 clashes with existing names like list.h from C++ stl.
10557 Includes should be #include<libxml/xxx.h> so ...
10558
Daniel Veillard6f293b12002-03-15 09:42:33 +000010559Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10560
10561 * c14n.c: another patch from Aleksey Sanin
10562
Daniel Veillard5c396542002-03-15 07:57:50 +000010563Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10564
10565 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10566 canonicalization algorithm
10567 * doc/xml.html doc/index.html: added the C14N references on the
10568 index page.
10569
jacob berkman9be65862002-03-14 02:15:56 +0000105702002-03-13 jacob berkman <jacob@ximian.com>
10571
10572 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10573 usage, redundant, and gcc specific
10574
Daniel Veillard75be0132002-03-13 10:03:35 +000010575Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * xpath.c: speedup some node selection operations, this can
10578 have a significant impact on DocBook Norm's stylesheets
10579 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10580 make sure it's always the case
10581 * debugXML.c: distinguish CDATA and comments in ls operations
10582
Daniel Veillard61f26172002-03-12 18:46:39 +000010583Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10584
10585 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10586 to generate better API descriptions etc...
10587
Daniel Veillard9ff88172002-03-11 09:15:32 +000010588Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10589
10590 * c14n.c: Fixing #74186, made sure all boolean expressions
10591 get fully parenthesized, ran indent on the output
10592 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10593 include/libxml/tree.h: also #74186 related, removed the
10594 --with-buffers option, and all the preprocessor conditional
10595 sections that were resulting from it.
10596
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010597Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10598
10599 * valid.c: applied patch from Dodji Seketeli fixing an
10600 uninitailized variable in xmlValidGetValidElements()
10601
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010602Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * c14n.c: fixed a few comments
10605 * doc/*.html doc/*/*.html: regenerated the docs and added
10606 the C14N API
10607 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10608
Daniel Veillardfa49d872002-03-09 10:20:00 +000010609Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10610
10611 * check-xml-test-suite.py: fix to adapt varaiations in the
10612 bindings
10613 * configure.in python/setup.py python/setup.py.in: fixed to
10614 have the version of the python scripts automatically updated
10615
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010616Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10617
10618 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10619 in xmlCopyProp()
10620
Daniel Veillardaf43f632002-03-08 15:05:20 +000010621Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10622
10623 * configure.in: preparing 2.4.17 release
10624 * doc/*: updated and rebuilt the docs
10625 * xpath.c: fixed a comment
10626 * python/libxml.c: fixed a possible reentrancy problem
10627
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010628Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10629
10630 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10631 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10632 added a specific regression test
10633 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10634 not raise exceptions when failing to find the attribute.
10635
Daniel Veillard90bc3712002-03-07 15:12:58 +000010636Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10637
10638 * configure.in xmllint.c: owen pointed out a problem with the
10639 ftme fix, gettimeofday() was not detected by configure and
10640 the ftime header wasn't included, dohhh
10641
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010642Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10643
10644 * configure.in xmllint.c: trying to fix #71457 for timing
10645 precision when gettimeofday() is not availble but ftime() is
10646
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010647Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10648
10649 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10650 are now copied on install and part of the -devel RPM
10651
Daniel Veillard7b416132002-03-07 08:36:03 +000010652Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10653
10654 * xpath.c: trying to avoid bug #72150 which was apparently
10655 caused by a gcc bug (or a processor problem) as detailed
10656 at http://veillard.com/gcc.bug
10657
Daniel Veillardf742d342002-03-07 00:05:35 +000010658Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10661 fixed xmlReconciliateNs(), added a Python test/example for
10662 inter-document cut'n paste
10663 * python/libxml.py: fixed node.doc on document nodes and added
10664 xpathEval() onto node objects
10665
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010666Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10667
10668 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10669 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10670 fixup and integrated tests for the serialization stuff
10671
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010672Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10675 moved the libxml man page to section 3
10676
Daniel Veillard1e774382002-03-06 17:35:40 +000010677Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * tree.c: fix bug #72490
10680 * python/libxml.c python/libxml.py: added methods serialize()
10681 and saveTo() to all node elements.
10682
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010683Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10684
10685 * xmlIO.c: closed #73430, don't read from an input source
10686 which indicated an end-of-file or an error.
10687
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010688Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10689
10690 * parser.c: make sure SAX endDocument is always called as
10691 this could result in a Python memory leak otherwise (it's
10692 used to decrement ref-counting)
10693 * python/generator.py python/libxml.c python/libxml.py
10694 python/libxml2-python-api.xml python/libxml2class.txt
10695 python/tests/error.py python/tests/xpath.py: implemented
10696 the suggestions made by Gary Benson and extended the tests
10697 to match it.
10698
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010699Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10700
10701 * python/generator.py: applied patch fixing #73450
10702
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010703Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10704
10705 * xpath.c: fixing #61290 "namespace nodes have no parent"
10706 long standing divergence from the XPath REC. NodeSets
10707 simply hold a copy of namespace nodes and those node ->next
10708 points to the parent (which may not be the node carrying the
10709 definition).
10710 * include/libxml/xpath.h: flagged but didn't added a possible
10711 speedup
10712 * DOCBparser.c HTMLparser.c: removed some warnings from push
10713 parser due to new state being added.
10714 * tree.c: new fix from Boris Erdmann
10715 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10716 the XML Canonalization support from Aleksey Sanin
10717
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010718Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10719
10720 * tree.c: patch from Boris Erdmann fixing some namespace odities
10721 with xmlCopyNode()
10722
Daniel Veillardc6613042002-03-02 09:34:02 +000010723Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * xmlIO.c: fix bug #72706 when loading a NULL entity
10726
Daniel Veillardc0fef772002-03-01 16:16:31 +000010727Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10728
10729 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10730 actually change in a future XML Namespace revision.
10731
Daniel Veillard79426f22002-03-01 16:14:17 +000010732Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10733
10734 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10735 added the possibility of returning nodesets from XPath extension
10736 functions written in Python
10737
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010738Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * python/*: commiting some Python bindings work done while travelling
10741
Daniel Veillard97300512002-03-01 09:13:41 +000010742Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10743
10744 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10745 explicitely with memory debugging switched on
10746
Daniel Veillard6361da02002-02-23 10:10:33 +000010747Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10748
10749 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10750 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10751 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10752 the accessor generator for strings
10753 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10754 regression test.
10755
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010756Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * python/README python/generator.py python/libxml.c python/setup.py:
10759 added the 'usual' setup.py to allow building a libxml2-python
10760 module based on the same code. The initialization is however
10761 different the 2 .so files fo libxml2 and libxslt are identical and
10762 they entry point initialize both libraries. this is done to avoid
10763 some possible nasty problem since the Python don't merge the maps
10764 of all shared modules.
10765
Daniel Veillard158a4d22002-02-20 22:17:58 +000010766Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10767
10768 * parser.c: fixed a push/encoding bug reported by Michael
10769 on librsvg
10770
Daniel Veillard7839e162002-02-20 18:54:48 +000010771Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10772
10773 * include/libxml/parserInternals.h: fixes a misplaced #endif
10774
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010775Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * parser.c valid.c: found and fixed a couple of allocation bugs
10778
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010779Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10780
10781 * doc/xml.html doc/python.html doc/*: added a Python and binding
10782 page describing the current state of the Python bindings and
10783 giving pointers to the other languages wrappers.
10784
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010785Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10786
10787 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10788 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10789 rebuilt the API and web site
10790 * xpath.c: fixed #71978 portability bugs
10791
Daniel Veillard8aff2472002-02-19 21:50:43 +000010792Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10793
10794 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10795
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010796Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * include/libxml/parserInternals.h parser.c: had to change
10799 2 internal parsing API when processing document content
10800 to check the start and end of element content are defined
10801 in the same entity
10802 * valid.c include/libxml/valid.h: attribute normalization can
10803 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10804 with the context to report it.
10805 * SAX.c: fixed the last known bugs, crazy validation constraints
10806 when a document is standalone seems correctly handled. There
10807 is a couple of open issues left which need consideration especially
10808 PE93 on external unparsed entities and standalone status.
10809 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10810 The 2 tests left failing are actually in error. Cleanup done.
10811
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010812Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * valid.c: implemented E59 spaces in CDATA does not match the
10815 nonterminal S
10816
Daniel Veillard878eab02002-02-19 13:46:09 +000010817Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10818
10819 * SAX.c parser.c valid.c: more validation test fixups
10820 * check-xml-test-suite.py: added duration info for the tests
10821
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010822Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10823
10824 * parser.c valid.c: a couple of errors were reported but not
10825 saved back as such in the parsing context. Down to 1% failure rate
10826 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10827
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010828Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10829
10830 * xmlInternald.c: isExtender was missing a char
10831 * parser.c include/libxml/parser.h: % are acceptable in the
10832 internal subset if within a PUBLIC ID
10833
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010834Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * SAX.c parserInternals.c valid.c: more work on the conformance
10837 suite. Took the step to finally block documents with encoding
10838 errors. It's a fatal error per the spec, people should have fixed
10839 their documents by now.
10840
Daniel Veillard55253e22002-02-18 14:32:39 +000010841Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * check-xml-test-suite.py: fixed the test script after some discussion
10844 on the semantic of TYPE="error"
10845 * Makefile.am: added the script to the distrib
10846
Daniel Veillard28757702002-02-18 11:19:30 +000010847Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10848
10849 * SAX.c entities.c: fixed a couple of conformances issues deep
10850 into the validation code (standalone and undeclared Notations)
10851
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010852Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10855 stayed there for years !
10856
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010857Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10858
10859 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10860 missing
10861
Daniel Veillardc7612992002-02-17 22:47:37 +000010862Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10863
10864 * check-xml-test-suite.py: improved the behaviour a bit as
10865 well as the logs
10866 * parser.c valid.c SAX.c: fixed a few more bugs
10867 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10868
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010869Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10870
10871 * check-xml-test-suite.py: python script to run regression tests
10872 against the XML Test suite of W3C/OASis
10873 * SAX.c: fixed a validation bug
10874 * parser.c: fixed 3 errors pointed by the test suite
10875 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10876 * python/Makefile.am: fixed a dependendy
10877
Daniel Veillard9f28f302002-02-15 20:48:08 +000010878Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10879
10880 * xmlmemory.c: avoid a warning bug #71594
10881
Daniel Veillard144024e2002-02-13 21:14:46 +000010882Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10885 warning on alpha/Tru64
10886
Daniel Veillarde4301c82002-02-13 13:32:35 +000010887Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * include/libxml/entities.h: fixing a comment
10890 * valid.c: fixing some troubles with validity check on namespaces
10891 * result/VC/NS3 test/VC/NS3: added a specific regression test
10892
Daniel Veillarda6d05382002-02-13 13:07:41 +000010893Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10894
10895 * tree.c: Fixing #71342 serializing '\n' in attribute values
10896 * result/noent/att3 result/att3 test/att3: added a specific
10897 test.
10898
Daniel Veillard797a5652002-02-12 13:46:21 +000010899Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * python/libxml.c: couple of bug fixes
10902
Daniel Veillard01a6d412002-02-11 18:42:20 +000010903Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * python/*.py: removed tabs and used spaces.
10906
Daniel Veillard397ff112002-02-11 18:27:20 +000010907Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10910 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10911
Daniel Veillard03517542002-02-11 13:54:40 +000010912Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10913
10914 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10915 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10916
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010917Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10918
10919 * include/libxml/encoding.h include/libxml/entities.h
10920 include/libxml/globals.h include/libxml/parser.h
10921 include/libxml/threads.h include/libxml/tree.h
10922 include/libxml/xmlmemory.h: trying to fix the include mess
10923
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010924Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * include/libxml/xmlmemory.h: reverted part of the previous
10927 attempt to provide #69655, this was breaking the build.
10928
Daniel Veillard0ba59232002-02-10 13:20:39 +000010929Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10930
10931 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10932 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10933 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10934 include/libxml/parserInternals.h include/libxml/tree.h
10935 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10936 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10937 clean.
10938 * python/libxml.c: fixed a warning.
10939
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010940Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10941
10942 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10943 copying of node, merge back IDs in the target document.
10944 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10945 test/XInclude/ents/ids.xml: test case
10946 * result/VC/ElementValid4: output changed due to a typo fix
10947
Daniel Veillard1c18e302002-02-09 22:16:40 +000010948Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010951 generate the dependencies right as Jacob found out. Add
10952 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010953
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010954Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10955
10956 * parserInternals.c valid.c: Justin Fletcher found some parts
10957 of the code needing cleanup
10958 * libxml.spec.in python/Makefile.am python/generator.py
10959 python/libxml.c python/libxml.py: Fixed the python Makefiles
10960 corrected a bug showing up on ia64, changed the name of the
10961 python internal module too
10962
Daniel Veillard07be19b2002-02-08 14:20:35 +000010963Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10964
10965 * Makefile.am: applied patch from Andris Pavenis for binary
10966 name suffixes
10967
Daniel Veillardf216d462002-02-08 13:44:24 +000010968Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * xmllint.c win32/win32config.h: fixing #68748
10971
Daniel Veillardd455d792002-02-08 13:37:46 +000010972Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10973
10974 * valid.c: fixing #70166
10975
10976Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10977
10978 * valid.c: fixing #70077
10979
Daniel Veillardc575b992002-02-08 13:28:40 +000010980Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10981
10982 * Copyright Makefile.am README configure.in libxml.spec.in:
10983 Changed to the MIT Licence
10984 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10985 doc/xmlio.html: updated the doc accordingly
10986 * include/libxml/xmlwin32version.h configure.in: preparing
10987 2.4.14 release
10988 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10989 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10990 fixed the const xmlChar * wrapper and generator, XPath extension
10991 functions now use the context as first argument
10992 * python/tests/tstxpath.py python/tests/xpath.py
10993 python/tests/xpathext.py: Updated the tests accordingly
10994 * tree.c: fixed bug #70067
10995
Daniel Veillard7db38712002-02-07 16:39:11 +000010996Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10997
10998 * Makefile.am: cleanup
10999 * debugXML.c: always use stdout if output is NULL
11000 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11001 * python/Makefile.am python/generator.py python/libxml2class.txt
11002 python/libxml_wrap.h python/types.c: augmented the number of bindings
11003 handling FILE * and XPath contexts
11004 * python/tests/Makefile.am: avoid a stupid problem due to the
11005 use of TEST.
11006
Daniel Veillard15a143b2002-02-06 22:40:50 +000011007Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11010
Daniel Veillard70cab352002-02-06 16:06:58 +000011011Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * python/TODO python/libxml.c: cleanup the extension function lookup
11014 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11015
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011016Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * configure.in python/Makefile.am: do not install outside
11019 of prefix
11020
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011021Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * python/TODO python/libxml.c: started adding SAX interfaces
11024 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11025 SAX test
11026
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011027Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11028
11029 * tree.c: hardened the addChild function
11030 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11031 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11032 added accessors needed for xmlNode, a bit more testing and
11033 extension of interfaces
11034 * python/tests/Makefile.am python/tests/build.py: added a test
11035 build from scratch/save/load/check
11036
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011037Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11038
11039 * parserInternals.c: change a small bit in the way valididy
11040 error messages get initialized
11041 * python/TODO python/libxml.c python/libxml2-python-api.xml
11042 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11043 added some memory debugging to track leaks at the libxml2 level
11044 * python/tests/*.py: changed all tests to check for leaks,
11045 there is just one left in XPath extension registrations.
11046
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011047Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11048
11049 * python/TODO python/generator.py python/libxml2-python-api.xml
11050 python/libxml2class.txt: more accessor classes for the parser
11051 context, allow to switch on and check validity
11052 * python/tests/Makefile.am python/tests/error.py
11053 python/tests/invalid.xml python/tests/valid.xml
11054 python/tests/validate.py: attded more test and and added error.py
11055 which I forgot to commit in the last step
11056
Daniel Veillard3ce52572002-02-03 15:08:05 +000011057Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11058
11059 * python/Makefile.am python/types.c: cleanup
11060 * python/libxml.c python/libxml.py python/libxml_wrap.h
11061 python/generator.py python/libxml2-python-api.xml
11062 python/libxml2class.txt: added class for parser context, added
11063 first cut for push mode support. Added a framework to generate
11064 accessors functions.
11065 * python/tests/Makefile.am python/tests/push.py: added a push
11066 test
11067
Daniel Veillardcfb05462002-02-02 23:18:22 +000011068Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11069
11070 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11071 bug a bit of cleanup.
11072
Daniel Veillard5d819032002-02-02 21:49:17 +000011073Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11074
11075 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11076 python/libxml2class.txt: adding error redirections and preformat
11077 to a python handler
11078 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11079 tests self checking
11080
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011081Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11082
11083 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11084 a function
11085
Daniel Veillard9589d452002-02-02 10:28:17 +000011086Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11089 python/libxml.c python/libxml2-python-api.xml
11090 python/libxml2class.txt: Progressing through the TODOs, class
11091 description output, extra XML API, RPM now builds the wrappers
11092 for all python installed versions
11093
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011094Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * configure.in libxml.spec.in python/Makefile.am python/TODO
11097 python/generator.py python/libxml2class.txt: added more informations
11098 in the libxml2-python package including docs. Slightly changed
11099 the class hierarchy
11100 * python/tests/*: added basic regression tests infrastructure too
11101
11102Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11103
11104 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11105 added libxml2-python as part of the packages installed
11106
Daniel Veillarda7340c82002-02-01 17:56:45 +000011107Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * python/Makefile.am python/generator.py python/libxml.c
11110 python/libxml.py: more work, now able to extend the
11111 XPath interpreter with functions written in python.
11112
Daniel Veillardc3e39442002-02-01 09:29:41 +000011113Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11114
11115 * python/Makefile.am: Jacob sent a patch to allow building from
11116 tarfile.
11117
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011118Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11119
11120 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11121 inserted the python wrappers build, I hope this won't be too
11122 unportable
11123
Daniel Veillard1971ee22002-01-31 20:29:19 +000011124Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * xpath.c: minor optimization
11127 * python/generator.py python/libxml.c python/libxml.py
11128 python/libxml_wrap.h: more work on the python bindings,
11129 they now support XPath and there is no evident leak
11130
Daniel Veillard36ed5292002-01-30 23:49:06 +000011131Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11132
11133 * python/generator.py python/libxml.c python/libxml.py:
11134 more work on the python bindings generator.
11135
Daniel Veillard96fe0952002-01-30 20:52:23 +000011136Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * python/generator.py python/libxml.c python/libxml_wrap.h:
11139 more work on the python bindings.
11140
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011141Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * python/generator.py python/libxml.c python/libxml.py
11144 python/libxml_wrap.h: commited early version of a python binding
11145 for private use only ATM
11146
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011147Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11148
11149 * entities.c tree.c include/libxml/entities.h: applied patch
11150 from Anthony Jones to implement copy of DTD subtree too. Had
11151 just to keep 2 function private which really ought to become
11152 public ones.
11153
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011154Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11155
11156 * xmllint.c: added pointers to the web pages in the usage()
11157
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011158Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11159
11160 * tree.c: more fixes from Petr Kozelka for attribute handling
11161 in the tree API to align the semantic with DOM.
11162
Daniel Veillard36065812002-01-24 15:02:46 +000011163Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11164
11165 * valid.c tree.c entities.c: another set of patches from
11166 Anthony Jones for copy operations cleanup and robustness
11167
Daniel Veillardf8592562002-01-23 17:58:17 +000011168Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11169
11170 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11171 an alphabetic index based on comments content
11172 * doc/*: rebuilt the web site with the new references
11173
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011174Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11175
11176 * parserInternals.h: Greg Sjaardema suggested to use an
11177 eponential buffer groth policy in xmlParserAddNodeInfo()
11178
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011179Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11180
11181 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11182 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11183 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11184 to generate cross-references, and added/updated the stylesheets
11185 to generate and link API indexes. The generic keyword index
11186 is not done yet.
11187 * doc/*.html: regenerated all the usual docs too
11188
Daniel Veillard2070c482002-01-22 22:12:19 +000011189Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11190
11191 * debugXML.c: added an xpath function to the shell for T. V. Raman
11192
11193Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011194
11195 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11196 debug routines.
11197
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011198Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11199
11200 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11201 support of attribute nodes
11202
Daniel Veillard9d06d302002-01-22 18:15:52 +000011203Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11204
11205 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11206 hopefully near complete and fully documented of the API in XML
11207 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11208 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11209 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11210 include/libxml/parserInternals.h include/libxml/valid.hi
11211 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11212 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11213 include/libxml/xpath.h include/libxml/xpathInternals.h:
11214 Cleaned up the doc comments a lot in the process, the interface
11215 coverage is now 100%
11216
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011217Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11220 extracts comments from the gtk-doc DocBook output (a bit
11221 convoluted but seems to work).
11222
Daniel Veillard61006472002-01-21 17:31:47 +000011223Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11226 added an XML description of the API, moved the script generating
11227 it here. Added a "make api" target
11228
Daniel Veillardd2f23002002-01-21 13:36:00 +000011229Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11230
11231 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11232
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011233Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11234
11235 * xpath.c include/libxml/xpathInternals.h: the change made to
11236 xmlXPathFuncLookupFunc was incompatible roll it back
11237
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011238Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11239
11240 * SAX.c: cleanup patch from Anthony Jones
11241 * doc/Makefile.am: fix the headers to avoid in make scan
11242 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11243 includes, * vs Ptr and general cleanup
11244 * parsedecl.py: first version of a script to extract the
11245 module interfaces, the goal will be to provide .decl or XML
11246 specification of the interfaces to build wrappers.
11247
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011248Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11249
11250 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11251 now provides return codes in case of errors
11252
Bjorn Reese026d29f2002-01-19 15:40:18 +000011253Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11254
11255 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11256 Upgraded to trio baseline 1.6
11257 * strio.h strio.c: Replaced by triostr.h and triostr.c
11258
Daniel Veillard572577e2002-01-18 16:23:55 +000011259Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11260
11261 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11262 of strdup usage in the code
11263
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011264Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11265
11266 * parser.c error.c: Keith Isdale complained rightly that
11267 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11268
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011269Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11270
11271 * tree.c: fixed the funxtion to set the xml: attributes
11272 * debugXML.c: added "setbase" to test it.
11273
Daniel Veillard2c748c62002-01-16 15:37:50 +000011274Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11275
11276 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11277 to allow updating an attribute content
11278
Daniel Veillard8de85c62002-01-15 17:10:15 +000011279Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11280
11281 * libxml.h: try to avoid problems when compiling on Windows
11282
Daniel Veillard314cfa02002-01-14 17:58:01 +000011283Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11284
11285 * hash.c: patch from Anthony Jones for hash.c allocation size
11286 * Makefile.am: trying to work around Yet Another Libtool Madness
11287 and build the 2.4.13 release finally ...
11288
Daniel Veillard744683d2002-01-14 17:30:20 +000011289Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11290
11291 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11292 * doc/* : update of the documentation
11293
Daniel Veillarde6a55192002-01-14 17:11:53 +000011294Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11295
11296 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11297 at fixing #61290 :-(
11298
Daniel Veillardfb25a512002-01-13 20:32:08 +000011299Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11302 Fixes bug #67229
11303
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011304Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * tree.c: trying to avoid troubles when a subtree is copied
11307 and coalesced in part with the target tree. Should fix
11308 bug #67407
11309
Daniel Veillardd8224e02002-01-13 15:43:22 +000011310Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * valid.c: fixed validation of attributes content of type
11313 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11314 values, very old bug. Fixes #67671
11315
Daniel Veillard8107a222002-01-13 14:10:10 +000011316Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11317
11318 * parser.c include/libxml/parserInternals.h tree.c: integrated
11319 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11320 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11321
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011322Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11323
11324 * threads.c: applied Serguei Narojnyi's patch to add native
11325 thread support on the Win32 platform
11326 * testThreadsWin32.c Makefile.am: added the test program also
11327 from Serguei, Win32 specific
11328 * include/win32config.h include/libxml/xmlwin32version.h.in:
11329 added patch from Igor for the Windows thread specific defines.
11330
Daniel Veillard845cce42002-01-09 11:51:37 +000011331Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11332
11333 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11334
Daniel Veillard7b602b42002-01-08 13:26:00 +000011335Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11336
11337 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11338 output page into XMLinfo.html. Close bug #66951 and
11339 raised by Robert Collins too.
11340
Daniel Veillard73c6e532002-01-08 13:15:33 +000011341Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11342
11343 * encoding.c: Paul Keogh pointed out a possibility of segfault
11344 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11345 Closes bug # 68238
11346
Daniel Veillard4a859202002-01-08 11:49:22 +000011347Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11348
11349 * doc/*.html: updated the Gdome2 links
11350
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011351Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11352
11353 * libxml.h: Applied following patches from Robert Collins
11354 and make sure IN_LIBXML is defined when compiling it
11355 -------
11356 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11357 as well as Visual C.
11358 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11359 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11360 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11361 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11362 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11363 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11364 xmlSysIDExists xmlNoNetExists).
11365 * xmllint.c: Don't include winsock2.h for Cygwin.
11366
Daniel Veillard401c2112002-01-07 16:54:10 +000011367Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11370 when the version info is not present.
11371
Daniel Veillard6f42c132002-01-06 23:05:13 +000011372Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11373
11374 * tree.c: Anthony Jones pointed out a problem in
11375 xmlStringGetNodeList() and provided a fix for it
11376
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011377Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11378
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011379 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011380 xmlCreatePushParserCtxt() when the initial buffer passed
11381 is large.
11382
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011383Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11384
11385 * win32/*: big cleanup of the Windows/MSVC project files
11386 from Igor Zlatkovic
11387
Daniel Veillardcebb1362002-01-02 13:13:30 +000011388Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11389
11390 * doc/Makefile.am: should fix #67674 and avoid troubles if
11391 xsltproc is not available or fails in the prefix provided
11392
Daniel Veillard26908ab2002-01-01 16:50:03 +000011393Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11394
11395 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11396
Daniel Veillard5344c602001-12-31 16:37:34 +000011397Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11398
11399 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11400 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11401 Fixed a few other problems raised by Charlie Bozeman.
11402 * result/VC/ElementValid[5-7]: fixed the output
11403
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011404Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11405
11406 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11407 patches from Charlie Bozeman. Regenerated the HTML docs.
11408
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011409Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11410
11411 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11412 for Windows from Igor
11413
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011414Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11415
11416 * xmllint.c: applied Justin Fletcher patch for --output or -o
11417
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011418Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11419
11420 * win32/libxml2/libxml2.def.src: close #67019
11421
Daniel Veillard01db67c2001-12-18 07:09:59 +000011422Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11423
11424 * xmllint.c: applied Justin Fletcher generic timing patch
11425 similar to the one already applied to xsltproc.
11426
Daniel Veillardd1640922001-12-17 15:30:10 +000011427Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11428
11429 * include/libxml/tree.h tree.c: applied documentation patches
11430 from Charlie Bozeman
11431
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011432Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11433
11434 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11435
Daniel Veillard29e43992001-12-13 22:21:58 +000011436Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11437
11438 * valid.c: fix the xmlStrdup() used in the previous patch.
11439 * valid.c: added --dropdtd
11440 * tree.c: fixed xmlUnlinkNode so it also removes the references
11441 from the document if the node is a DTD
11442
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011443Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11444
11445 * HTMLtree.c valid.c: cleanup some static declarations
11446
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011447Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11448
11449 * xmllint.c: removed another strdup()
11450 * doc/FAQ: removed the HP/UX entry
11451
Daniel Veillarded472f32001-12-13 08:48:14 +000011452Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11453
11454 * valid.c: fix bug #66816 when validating.
11455 * xmllint.c: don't use sys/time.h if configure did not found it
11456
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011457Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11458
11459 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11460 xmlcatalog_man.xml
11461
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011462Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11463
11464 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11465 xmlInitMemory() was declared twice
11466
Daniel Veillardb82c1662001-12-09 14:00:54 +000011467Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11468
11469 * globals.c: do not reference strdup() !
11470 * configure.in libxml-2.0.pc.in: trying to fix the libs
11471 of the various config extraction modules
11472
Daniel Veillardef90ba72001-12-07 14:24:22 +000011473Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11474
11475 * configure.in : preparing 2.4.12
11476 * doc/* : updated and rebuilt the docs
11477
Daniel Veillard220346d2001-12-07 11:33:54 +000011478Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11479
11480 * uri.c: closed bug #66159
11481 * testURI.c: added --escape option
11482 * configure.in: some cleanup for xml2-config --cflags
11483
Daniel Veillard2a906822001-12-06 14:34:08 +000011484Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11485
11486 * globals.c testThreads.c: removed some misplaced includes
11487 of xmlversion.h
11488
Daniel Veillarde28313b2001-12-06 14:08:31 +000011489Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11490
11491 * threads.c: patch from Gary Pennington fixing a possible
11492 problem at initialization time.
11493
Daniel Veillardd3b08822001-12-05 12:03:33 +000011494Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11495
11496 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011497 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011498 CodeWarrior.
11499
Daniel Veillarda7866932001-12-04 13:14:44 +000011500Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11501
11502 * xmllint.c: applied Geert Kloosterman's patch to fix
11503 --repeat --timing output
11504
Daniel Veillard19840942001-11-29 16:11:38 +000011505Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11506
11507 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11508 where non-wellformed XML declaractions were not detected.
11509
Daniel Veillarde85d9342001-11-28 14:43:12 +000011510Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11511
11512 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11513
Daniel Veillard22f25a82001-11-28 09:12:23 +000011514Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11515
11516 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11517 gets reset by xmlCleanupInputCallbacks() and this makes the
11518 function useless. Same for output.
11519
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011520Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11521
11522 * xmlIO.c: robert pointed out a loop error in callback cleanups
11523
Daniel Veillard8faa7832001-11-26 15:58:08 +000011524Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11525
11526 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11527 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11528 they are not really tied to debugging
11529
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011530Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11533 * xmllint.c: better --catalogs description
11534
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011535Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11536
11537 * tree.c: fixed a couple of problems in xmlSetProp()
11538
Daniel Veillardcd337f02001-11-22 18:20:37 +000011539Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11540
11541 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11542 unappropriate stdout output.
11543
Daniel Veillard566d4df2001-11-22 13:00:53 +000011544Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11545
11546 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11547 by Denis Beurive, closes #65111
11548
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011549Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11550
11551 * valid.c: in case of content model validity error, don't
11552 print it if validity warnings were not requested.
11553
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011554Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11555
11556 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11557 * parserInternals.c: removed the last exit() call. Print an
11558 unmaskable error on stderr instead (library mismatch detection)
11559
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011560Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11561
11562 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11563 shell instructions from Heiko Rupp
11564
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011565Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11566
11567 * catalog.c: use the URL notation file:// for default catalog paths
11568
Daniel Veillard0ec98632001-11-14 15:04:32 +000011569Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11570
11571 * include/libxml/tree.h: better comments for _private fields
11572 * tree.c: removed a problem when copying an entity reference.
11573
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011574Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11575
11576 * vms/*: updated instructions and diffs from John A Fotheringham
11577
Daniel Veillarda11001b2001-11-12 22:45:36 +000011578Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11579
11580 * include/libxml/xmlerror.h: avoid an include problem if
11581 #include <libxml/xmlerror.h> happens first in code
11582 seems to be the case in KDE libs
11583
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011584Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11587 from Igor for Windows
11588
11589Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11590
11591 * Makefile.am: Gary Pennington pointed out a missing prefix
11592
Daniel Veillard43d3f612001-11-10 11:57:23 +000011593Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11594
11595 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11596 * doc/*: upgraded and rebuilt the docs
11597
Daniel Veillardc1f78342001-11-10 11:43:05 +000011598Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11599
11600 * HTMLparser.c: fix comment in scripts element parsing.
11601 * result/HTML/doc3*: updated the results.
11602
11603Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11604
11605 * uri.c: another URI bug fix #63336, using Joel Young patch.
11606
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011607Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11608
11609 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11610 a cleaned up version of the Pwd shell string generation.
11611
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011612Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * valid.c include/libxml/tree.h: trying to fix namespaces +
11615 validation problems for good, closing #63619 in the process
11616 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11617 wrong in this respect, fixed it.
11618
Daniel Veillardd536f702001-11-08 17:32:47 +000011619Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11620
11621 * xmllint.c: Morus Walter patch to allow --format and --encode
11622
Daniel Veillard5004f422001-11-08 13:53:05 +000011623Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11624
11625 * debugXML.c: Stefan Kost provided an help command for the shell
11626
Daniel Veillarda6825e82001-11-07 13:33:59 +000011627Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11628
11629 * debugXML.c: Heiko Rupp pointed that the shell would crash
11630 on empty nodesets returns.
11631
Daniel Veillard03f848d2001-11-07 12:53:46 +000011632Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11633
11634 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11635 migh need the history libraries
11636
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011637Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11638
11639 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11640 handle the case of < in quoted attributes, Bastian Kleineidam
11641
Daniel Veillardc853b322001-11-06 15:24:37 +000011642Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11643
11644 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11645 fixing catalog breakages
11646 * Makefile.am catalog.c result/catalogs/catal
11647 result/catalogs/mycatalog.* test/catalogs/catal*:
11648 fixed more problems in catalog support, added more regression tests
11649 for both XML and SGML catalog handling
11650
Daniel Veillard66870c72001-11-05 19:27:49 +000011651Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11652
11653 * debugXML.c: applied an improvement to xmlGetLineNo() from
11654 Keith Isdale
11655
Daniel Veillardffe09c92001-11-05 14:21:47 +000011656Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11657
11658 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11659 Side effect of the progressive catalog loading
11660
Daniel Veillardad661b92001-11-05 11:43:15 +000011661Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11662
11663 * Makefile.am: confexecdir and confexec_DATA were defined twice
11664 pointed out by Karl Eichwalder
11665
Daniel Veillard6eb17722001-11-04 22:19:27 +000011666Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11667
11668 * xmlcatalog.c: avoid unlink() and use remove() instead.
11669
Daniel Veillardea898282001-11-04 22:13:45 +000011670Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11671
11672 * libxml.spec.in: cleanup
11673 * include/libxml/xmlwin32version.h: updated with 2.4.8
11674
Daniel Veillarda4617b82001-11-04 20:19:12 +000011675Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11676
11677 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11678 of compiling libxml with a non standard set of options
11679
John Fleck027edfb2001-11-04 20:13:58 +000011680Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11681
11682 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11683 document --sgml option, fixing gnome bugzilla #63382
11684
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011685Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11686
11687 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11688 breakage of 2.4.7, added a couple of really needed APIs
11689 like xmlCatalogIsEmpty() and xmlNewCatalog()
11690 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11691 for install-catalog
11692 * configure.in: preparing 2.4.8
11693
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011694Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11695
11696 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11697 include/libxml/tree.h include/libxml/xmlIO.h: more include
11698 cleanups, export cleanly one html output + format function.
11699
11700Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11701
11702 * parser.c: removed initGenericErrorDefaultFunc call from
11703 xmlInitParser() since it could destroy previous calls to
11704 xsltSetGenericErrorFunc() effects
11705
Daniel Veillardebd38c52001-11-01 08:38:12 +000011706Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11707
11708 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11709 keyword.
11710
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011711Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11712
11713 * Makefile.am: cleanup
11714 * threads.c: cleanup too
11715 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11716 from xsltproc
11717 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011718 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011719
Daniel Veillard91c00402001-10-30 17:41:38 +000011720Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11723 was not used anymore !
11724
Daniel Veillard52dcab32001-10-30 12:51:17 +000011725Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11726
11727 * configure.in: preparing 2.4.7
11728 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11729 manual page from John
11730 * doc/*: updated the doc and rebuilt the generated pages
11731
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011732Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11733
11734 * xmlIO.c: closing bug #62711, the library should never
11735 close stdin or stdout.
11736
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011737Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11738
11739 * uri.c: second pass at fixing #63336, using Joel Young
11740 final patch. looks okay.
11741
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011742Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11743
11744 * uri.c include/libxml/uri.h: trying to clear #63336
11745 allowing the escaping routine to parse unconformant
11746 URI-References.
11747
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011748Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11749
11750 * vms/readme.vms vms/build_libxml.com nanoftp.c
11751 include/libxml/xmlversion.h.in: a few VMS updates from
11752 John A Fotheringham
11753 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11754 and xmlCleanupOutputCallbacks() for the Perl binding people.
11755
Daniel Veillard635ef722001-10-29 11:48:19 +000011756Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11757
11758 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11759 apply fixes to close #63271 and avoid segfaults when
11760 the error routine gets callbed before xmlInitParser()
11761 get called.
11762 * nanoftp.c error.c: Applied patches from Justin Fletcher
11763 correcting some xmlGenericError misuses.
11764
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011765Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11766
11767 *doc/xmllint.xml, doc/xmllint.1
11768 New and improved man page for xmllint - .xml is the original, .1
11769 is the generated man page
11770
Daniel Veillardc9484202001-10-24 12:35:52 +000011771Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11772
11773 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11774 the web site from the main HTML document.
11775
Daniel Veillard5151c062001-10-23 13:10:19 +000011776Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11777
11778 * parser.c: fixed an erroneous validation bug when PE refs
11779 occurs in external parsed entities referenced from the
11780 internals subset
11781 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11782 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11783 added the associated testcase, it's a nice one.
11784 * HTMLparser.c: generate the DTD node as HTML still ...
11785 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11786
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011787Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11788
11789 * HTMLparser.c: fixed a bug in htmlNewDoc()
11790
Daniel Veillard89cad532001-10-22 09:46:13 +000011791Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * test/threads/*: added entities testing to the Thread test
11794 * testThreads.c: make the test reasonable
11795 * DOCBparser.c: fix the DTD public and system ID
11796 * xmllint.c: added --sgml for SGML DocBook importing
11797 * Makefile.am: added Docbtests target
11798
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011799Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11800
11801 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11802 * testThreads.c: removed bogus include
11803
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011804Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11805
11806 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11807 fixed a very serious (looping) validation bug
11808
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011809Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11810
11811 * include/libxml/globals.h include/libxml/threads.h threads.c
11812 testThreads.c: far more testing, cleaning up bugs
11813 * *.c : make sure globals.h is always included.
11814
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011815Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11816
11817 * HTMLparser.c: try to get rid of parser loops for good.
11818
Daniel Veillardab7488e2001-10-17 11:30:37 +000011819Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * configure.in: fixed some bugs in CFLAGS passing.
11822 * test/threads Makefile.am testThreads.c: added a specific
11823 threaded test case (really nasty, guaranteed).
11824
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011825Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11826
11827 * catalog.c: serious cleanup on the management of the
11828 XML catalog tree, more tests done, especially with
11829 the catalog PI.
11830
Daniel Veillard364789a2001-10-16 12:45:00 +000011831Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * catalog.c: avoid a problem in catalog cleanup on SMP if
11834 catalogs were not initialized.
11835
Daniel Veillard81463942001-10-16 12:34:39 +000011836Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11837
11838 * catalog.c xpath.c: trying to cleanup the not thread safe
11839 parts of the library.
11840
Daniel Veillard64a411c2001-10-15 12:32:07 +000011841Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11842
11843 * include/libxml/globals.h configure.in global.data: make
11844 the allocation be per-thread a configure option
11845 * encoding.c include/libxml/parser.h: fixed compilation
11846 errors
11847
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011848Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11849
11850 * include/libxml/parser.h: Norm reported that a few lines
11851 added were breaking libxslt compile, removed them for now
11852
Daniel Veillard6f350292001-10-14 09:56:15 +000011853Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11854
11855 * parser.c parserInternals.c threads.c: debugged and fixed
11856 initialization problems which were giving troubles on SMP
11857 boxes.
11858
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011859Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11860
11861 * include/libxml/Makefile.am: missing globals.h
11862
Daniel Veillarde7090612001-10-13 12:18:28 +000011863Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011864
Daniel Veillarde7090612001-10-13 12:18:28 +000011865 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011866
Daniel Veillardd0463562001-10-13 09:15:48 +000011867Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11868
11869 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11870 include/libxml/parserInternals.h include/libxml/tree.h
11871 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11872 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11873 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11874 Applied the last patches from Gary, cleanup, activated threading
11875 all user accessible global variables are now handled in globals.[ch]
11876 Still a bit rought but make tests passes with either
11877 --with-threads defined at configure time or not.
11878 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11879 linking options
11880
Daniel Veillardb8478642001-10-12 17:29:10 +000011881Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11882
11883 * Makefile.am include/libxml/Makefile.am
11884 include/libxml/globals.h globals.c include/libxml/threads.h
11885 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11886 configure.in: started integrating the core of the thread support
11887 not activated yet but half integrated. The code should still
11888 compile and work anyway.
11889
Daniel Veillardb44025c2001-10-11 22:55:55 +000011890Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11891
11892 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11893 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11894 integrating the non-controversial parts of Gary Pennington
11895 multithread patches
11896 * catalog.c: corrected a small bug introduced
11897
Daniel Veillard75b96822001-10-11 18:59:45 +000011898Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * catalog.c include/libxml/catalog.h: very serious cleanup,
11901 isolating unportable code and as much as possible the accesses
11902 to the global shared catalog. May need more testing !
11903
Daniel Veillard78d12092001-10-11 09:12:24 +000011904Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11905
11906 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11907 Keith Isdale patches for the XSLT debugger interfaces. Some
11908 cleanup
11909
Daniel Veillardff0b7312001-10-11 06:46:09 +000011910Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11911
11912 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11913 * DOCBparser.c: generate line nubers in elements
11914
Daniel Veillard60087f32001-10-10 09:45:09 +000011915Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11916
11917 * configure.in: preparing 2.4.6 release
11918 * doc/xml.html doc/html/*: updated and rebuilt the docs
11919 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11920
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011921Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11922
11923 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11924 adding documentation for DV's supercatalog support
11925
Daniel Veillard82d75332001-10-08 15:01:59 +000011926Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11927
11928 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11929 super catalog support adding one API and one flag --sgml to
11930 xmlcatalog
11931
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011932Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11933
11934 * doc/xmlcatalog_man.xml, xmlcatalog.1
11935 One more crack at
11936 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11937
11938
Thomas Broyer47334c02001-10-07 16:41:52 +000011939Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11940
11941 * xpath.c: implemented xmlXPathObjectCopy for external objects
11942 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11943
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011944Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11945
11946 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11947 finishing up fix to
11948 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11949 the xmlcatalog man page display more elegantly
11950
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011951Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11952
11953 * configure.in: closing bug #61832
11954 * HTMLparser.c: removed a warning
11955
Daniel Veillard6ab38382001-10-06 13:08:27 +000011956Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11957
11958 * xpath.c: fixing #61673 part I, do not loose doc information
11959 when copying result value trees.
11960
Daniel Veillard556c6682001-10-06 09:59:51 +000011961Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11962
11963 * xpath.c: trying to harden the XPath interpreter
11964
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011965Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11966
11967 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11968 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11969
William M. Brack1633d182001-10-05 15:41:19 +000011970Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11971
11972 * HTMLparser: repaired another loop problem
11973
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011974Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11975
11976 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11977 parsing.
11978 * xpath.c: fix bug #61291 the default XML namespace node is
11979 missing from the namespace axis.
11980 * tree.c: refuse to create namespaces nodes with prefix "xml"
11981
Daniel Veillard651f9472001-10-04 14:51:06 +000011982Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11983
11984 * SAX.c: ouch a non-defined namespace could lead to a crash,
11985 fixed #61215
11986
Daniel Veillard7dd05702001-10-04 14:25:12 +000011987Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * parserInternals.c: closed bug #61054
11990
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011991Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * include/libxml/Makefile.am: closing #60708
11994
Daniel Veillarda293c322001-10-02 13:54:14 +000011995Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11996
11997 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11998 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11999
Daniel Veillardf4309d72001-10-02 09:28:58 +000012000Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12001
12002 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12003
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012004Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12005
12006 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12007 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12008
Daniel Veillard16756b62001-10-01 07:36:25 +000012009Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12010
12011 * catalog.c: Justin Fletcher provided cleaup code in case
12012 HAVE_STAT is not defined
12013 * include/win32config.h: Igor Zlatkovic suggested to have
12014 HAVE_STAT defined there
12015
William M. Brack5e1cac12001-09-28 16:19:18 +000012016Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12017
12018 * catalog.c - fixed typing error reported by M. Barros
12019
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012020Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12021
12022 * xmllint.c - fixing typo
12023
William M. Brackd28e48a2001-09-23 01:55:08 +000012024Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12025
12026 * HTMLparser.c: small enhancement to prevent loop on
12027 unrecognizable data
12028
Daniel Veillardb1d62872001-09-21 09:47:08 +000012029Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12030
12031 * parserInternals.c: applying patch from bug #60757 this
12032 should close it
12033
Daniel Veillardc0631a62001-09-20 13:56:06 +000012034Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12035
12036 * catalog.c xmlcatalog.c: removed a couple of warning
12037 * xpath.c: try to solve the linking problem on platforms
12038 needing trio to compile
12039
Daniel Veillard1a123612001-09-19 08:06:23 +000012040Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012041
Daniel Veillard1a123612001-09-19 08:06:23 +000012042 * Makefile.am libxml.spec.in: backing up non-documented changes
12043 commited without review or aproval by Jens Finke <jens@gnome.org>
12044 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012045
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012046Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12047
12048 * configure.in: Joe Orton provided a patch fixing a problem
12049 when iconv is specified to be in a non-standard directory
12050 but wasn't exported in xml2-config --cflags
12051
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012052Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12053
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012054 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012055 troubles with 2.4.4 errors.
12056
Daniel Veillard16698282001-09-14 10:29:27 +000012057Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12058
12059 * encoding.c entities.c: do not output hexadecimal charrefs
12060 when serializing HTML since some version of Netscape can't
12061 grok it, generate decimal ones.
12062 * result/HTML/doc3.htm: output changed due to previous test
12063 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12064
Daniel Veillard98fed372001-09-13 11:34:58 +000012065Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12066
12067 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12068 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12069
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012070Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012071 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012072
12073 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12074 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12075 updated the configuration scripts systems accordingly
12076
Daniel Veillard04382ae2001-09-12 18:51:30 +000012077Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12078
12079 * configure.in: preparing for 2.4.4
12080 * doc/xml.html doc/html/*: updated and rebuilt the docs
12081
Daniel Veillardd63437e2001-09-12 15:00:27 +000012082Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12083
12084 * win32/dsp/libxml2.def.src: tried to incorporate comments
12085 from bug #59220
12086
Daniel Veillard319a7422001-09-11 09:27:09 +000012087Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12088
12089 * parser.c result/noent/wml.xml: fixed bug #59981 related
12090 to handling of '&' in attributes when entities are substitued
12091
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012092Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12093
12094 * libxml.h include/libxml/xmlversion.h.in
12095 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12096 Tried to close bug #60131
12097
Daniel Veillardbce62332001-09-10 18:46:55 +000012098Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12099
12100 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12101
Daniel Veillard143b04f2001-09-10 18:14:14 +000012102Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12103
12104 * SAX.c: fixing bug #59946 on xmlns=""
12105
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012106Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12107
12108 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12109 but allocates a new error code.
12110
Daniel Veillard05c13a22001-09-09 08:38:09 +000012111Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12112
12113 * xmllint.c: John Fleck fixed typos in the options output
12114 * parser.c SAX.c: fix ignorable white space SAX selection
12115
12116Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12117
12118 * entities.c: Steve Underwood found the possibility of an
12119 ininite loop in case of error.
12120
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012121Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12122
12123 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12124
Daniel Veillarda050d232001-09-05 15:51:05 +000012125Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12126
12127 * parser.c: warn if version is not 1.0 but it's not
12128 strictly speaking an error after analyzing the spec
12129
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012130Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12131
12132 *doc/catalog.html - add link to the html version of the
12133 man page, other linguistic cleanups
12134
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012135Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12136
12137 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12138 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12139 file, has not yet been included in the build.
12140
Daniel Veillard99784ff2001-09-01 16:20:28 +000012141Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * catalog.c: removed a duplicate affectation Justin Fletcher
12144
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012145Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12146
12147 * tree.c: Armin Sander pointed a possible text coalescing
12148 problem, completed his patch.
12149
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012150Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12151
12152 * trionan.c: Fixed const and volatile re-definition problem
12153
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012154Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12155
12156 * libxml.4 parser.c: doc updates from Heiko Rupp
12157 * parserInternals.c: 2 sanity checks from Heiko Rupp
12158
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012159Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12160
12161 * tree.c: applied patch from Armin Sander to make some pointers
12162 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012163 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012164
Daniel Veillardb06c6142001-08-27 14:26:30 +000012165Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12166
12167 * xpath.c: hum, restrict the integer usage gcc bug workaround
12168 to only gcc compilers so that other architecture don't get
12169 penalized by this limitation.
12170 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12171
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012172Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12173
12174 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12175 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12176
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012177Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12178
12179 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12180 --convert option to xmlcatalog to convert SGML ones to
12181 the XML syntax.
12182 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12183
12184 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012185Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12186
12187 * catalog.c xmlIO.c: started some serious testing and fixed
12188 a few bug and optmization needs.
12189
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012190Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12191
12192 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12193 preparing for a 2.4.3 release even if it may not be ready yet
12194 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12195 all file parsing lookup to go through the entity resolver, add
12196 to add an API to bypass it (needed to load catalogs themselves),
12197 some cleanup on the catalog code too.
12198 * nanoftp.c: small cleanup
12199 * doc/catalog.html: small update
12200
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012201Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12202
12203 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12204 Jun Kuriyama
12205
Daniel Veillardffb120d2001-08-23 00:52:23 +000012206Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12207
12208 * doc/catalog.html: finished the catalog documentation
12209
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012210Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12211
12212 * doc/catalog.html doc/xml.html: added documentation about
12213 Catalog support, misses an API description
12214 * doc/html/*: reextracted the API pages
12215
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012216Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12217
12218 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12219 Added the part about section 7.2 on URI resolution,
12220 fixed a side effect in the HTML parser, look complete
12221 and ready to rock except the URI/SystemID part!
12222
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012223Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12224
12225 * include/libxml/catalog.h include/libxml/parser.h
12226 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12227 xmlIO.c: added support and APIs needed for the catalog PI
12228 * include/libxml/xmlIO.h: cleanup
12229
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012230Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12231
12232 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12233 include/libxml/catalog.h: starts to look okay, really
12234 plugged the new framework, cleaned a lot of stuff,
12235 added some APIs, except the PI's support missing this
12236 should be mostly complete
12237 * result/catalogs/* test/catalogs/*: added new test, enriched
12238 the existing one with URN ID tests
12239
Daniel Veillard64339542001-08-21 12:57:59 +000012240Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12241
12242 * catalog.c: fixed nextCatalog
12243 * result/catalogs/docbook test/catalogs/*: started adding
12244 a small regression test
12245
Daniel Veillardcda96922001-08-21 10:56:31 +000012246Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12247
12248 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12249 more work on the XML catalog support.
12250 * parser.c include/libxml/parser.h: small cleanup seems using
12251 list as a public parameter name can give portability troubles
12252 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12253 include/libxml/xpath.h include/libxml/Makefile.am: removed
12254 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12255 wrappers
12256
Bjorn Reese45029602001-08-21 09:23:53 +000012257Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12258
12259 * Makefile.am trio.c triodef.h trionan.c xpath.c
12260 include/libxml/Makefile.am include/libxml/trionan.h:
12261 Re-worked Not-A-Number and Infinity support.
12262 * xmlcatalog.c: added readline include files
12263
Daniel Veillard344cee72001-08-20 00:08:40 +000012264Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12265
12266 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12267 testCatalog as xmlcatalog, making it an installed app
12268 adding a shell, and preparing it to be a /etc/xml/catalog
12269 management tool, though not ready yet
12270 * catalog.c include/libxml/catalog.h: adding support for
12271 XML Catalogs http://www.oasis-open.org/committees/entity/
12272 not finished, there is some interesting tradeoffs and a
12273 few open questions left.
12274
Daniel Veillardb7664f42001-08-19 13:00:43 +000012275Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * xmllint.c: fixed a line formatting problem
12278
Daniel Veillard5015b712001-08-17 09:37:52 +000012279Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12280
12281 * SAX.c: removed a couple of unused variable (Albert Chin)
12282
Daniel Veillardbb371292001-08-16 23:26:59 +000012283Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12284
12285 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12286 trying to fix some troubles w.r.t. function returning
12287 const xxxPtr.
12288
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012289Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12290
12291 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12292 defined
12293
Daniel Veillardae6db172001-08-16 19:32:00 +000012294Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12295
12296 * xpointer.c: removed unused var
12297
Daniel Veillard09190202001-08-16 16:27:41 +000012298Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12299
12300 * testXPath.c: another small cleanup closing bug #59110
12301
Daniel Veillard796f4b62001-08-16 16:00:13 +000012302Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12303
12304 * win32/dsp/libxml2.def.src: small cleanup closing bug
12305 #59108
12306
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012307Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12308
12309 * example/gjobread.c: add xmlCleanupParser() before leaving
12310
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012311Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12312
12313 * config.h.in configure.in include/libxml/xmlwin32version.h:
12314 released 2.4.2
12315
Daniel Veillardd3d06722001-08-15 12:06:36 +000012316Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12317
12318 * include/libxml/valid.h debugXML.c valid.c: deprecate
12319 the non-boundchecking Sprintf functions, add Snprintf
12320 this should close bug #57984
12321
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012322Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12323
12324 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12325 URIs before doing the lookups (pointed by Mark Vakoc)
12326
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012327Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12328
12329 * xpath.c: serious changes on Result Value Trees and NodeSets
12330 w.r.t. deallocation and collect operations. Probably not
12331 100% clean (merge of allocated trees smells like a problem).
12332 Seems sufficient to close #58943
12333
Daniel Veillard90493a92001-08-14 14:12:47 +000012334Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12335
12336 * xmllint.c: adding a --format option
12337
Daniel Veillardfe703322001-08-14 12:18:09 +000012338Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12339
12340 * xpath.c: count() was broken on Result Value Tree
12341 * xmlIO.c: fixed file:/// accesses on _WIN32
12342
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012343Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12344
12345 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12346 macro was renamed, this should close bug #58683
12347
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012348Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12349
12350 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12351 entity substitution mode text at the end of the entity might
12352 be added due to text coalescing.
12353 * nanoftp.c parser.c: small cleanup
12354
Daniel Veillard0c720972001-08-08 20:59:00 +000012355Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12356
12357 * HACKING: added John Fleck right to commit in the doc subdir
12358
Daniel Veillard48da9102001-08-07 01:10:10 +000012359Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12360
12361 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12362 allow to inherit attributes from the DTD directly in the
12363 tree, this is needed for XPath and can be a useful feature.
12364 Inherited namespaces are always provided at the tree level now
12365 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12366 of tests for this feature (XSLT being the prime user).
12367
Daniel Veillard50f34372001-08-03 12:06:36 +000012368Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12369
12370 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12371 testSAX.c xmlIO.c xmllint.c include/win32config.h
12372 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12373 include/libxml/xmlwin32version.h.in win32/README.MSDev
12374 win32/dsp/*: applied Win32 Facelift No.2 patches from
12375 Igor Zlatkovic for Windows/MSC
12376
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012377Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12378
12379 * SAX.c: unparsedEntityDecl() the URI computation of the
12380 entity wasn't done breaking XSLT unparsed-entity-uri()
12381
Daniel Veillard567e1b42001-08-01 15:53:47 +000012382Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12383
12384 * xpath.c: fixed a bug when walking the descendants and
12385 the current node has no children
12386 * debugXML.c: show up when a text node is supposed to not be escaped
12387
Thomas Broyerf186c822001-07-31 23:30:37 +000012388Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12389
12390 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12391 worked like the set:leading() function)
12392 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12393
Daniel Veillardba6db032001-07-31 16:25:45 +000012394Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12395
12396 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12397
Daniel Veillard57905372001-07-31 15:52:17 +000012398Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12399
12400 * include/libxml/xmlIO.h: apply change to close #58141
12401 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12402
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012403Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12404
12405 * parser.c: when the internal subset uses a PE, then the
12406 included entity can use conditional sections.
12407
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012408Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12409
12410 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12411 when walking the namespace axis showing up in
12412 libxst/tests/general/bug-12
12413 * xmlmemory.c: added the possibility to trace a given block
12414 defined by its address
12415
Daniel Veillard4aafa792001-07-28 17:21:12 +000012416Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12417
12418 * parser.c: don't override existing encoding specified before
12419 starting xmlParseDocument()
12420
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012421Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12422
12423 * include/libxml/xmlwin32version.h: reinserted, needed for
12424 Windows users of CVS
12425
Darin Adlera77cac02001-07-27 17:41:51 +0000124262001-07-27 Darin Adler <darin@bentspoon.com>
12427
Darin Adler699613b2001-07-27 22:47:14 +000012428 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12429 * testCatalog.c: Add include of <libxml/parser.h>.
12430
124312001-07-27 Darin Adler <darin@bentspoon.com>
12432
Darin Adlera77cac02001-07-27 17:41:51 +000012433 * include/libxml/.cvsignore:
12434 * include/libxml/xmlwin32version.h:
12435 Remove this file from CVS because it's generated.
12436
Daniel Veillard50822cb2001-07-26 20:05:51 +000012437Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12438
12439 * parser.c include/libxml/parser.h: applied const patches from
12440 Tom Moog #58002
12441
Thomas Broyerba4ad322001-07-26 16:55:21 +000012442Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12443
12444 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12445 lookup framework
12446
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012447Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12448
12449 * tree.c: fixed xmlCopyNode() for documents
12450
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012451Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12454
12455Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012456
12457 * parser.c: fixes bug #57652 reported by Morus Walter
12458
Daniel Veillarde3924972001-07-25 20:25:21 +000012459Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12460
12461 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12462
Daniel Veillarda53c6882001-07-25 17:18:57 +000012463Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12464
12465 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12466 errors, lesson don't add new functions at 1am before a release
12467 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12468 from XPath initialization when possible.
12469
Daniel Veillardd9bad132001-07-23 19:39:43 +000012470Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12471
12472 * result/scripts/base*: removing history/readline changed
12473 this slightly
12474 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12475 xmllint.c: make element content line number generation
12476 optionnal to avoid breaking old apps added interface to switch
12477
Daniel Veillardf012a642001-07-23 19:10:52 +000012478Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12479
12480 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012481 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012482 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12483 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12484 John Kroll fixes to allow saving to HTTP via PUT (or
12485 POST of needed).
12486 * doc/html/*.html: regenerated the docs
12487
Thomas Broyere8126242001-07-22 03:54:15 +000012488Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12489
12490 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12491 xmlHashScanFull and xmlHashScannFull3 to get passed the
12492 three keys as arguments to the callback function
12493
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012494Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12495
12496 * configure.in Makefile.am: removed libxml softlink for good
12497 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12498 100% coverage by gtk-doc
12499
Daniel Veillard8599e702001-07-17 21:38:51 +000012500Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12501
12502 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12503 fixed serious troubles due to size_t vs. int mismatch
12504
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012505Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12506
12507 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12508
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012509Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12510
12511 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12512 convenient extension API for value and context managing
12513 Now handles external objects through xmlXPathPopExternal,
12514 xmlXPathWrapExternal and xmlXPathReturnExternal.
12515 Added functions for sets operations (intersection, etc.)
12516
Daniel Veillard22090732001-07-16 00:06:07 +000012517Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12518
12519 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12520 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12521 HTMLparser.c: cleanup of global variables, marking some
12522 const or private.
12523
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012524Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012525
12526 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12527 fixed xmlXPathNodeSetItem when passing index=0
12528
Daniel Veillard05dec342001-07-14 21:57:39 +000012529Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12530
12531 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12532
Daniel Veillard28ae6362001-07-14 16:44:32 +000012533Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12534
12535 * xmllint.c: fixed compilation under Cygwin #57503
12536 * TODO: update
12537
Peter Williamsed156f52001-07-13 18:35:13 +0000125382001-07-13 Peter Williams <peterw@ximian.com>
12539
12540 * config.h.in: add #undef HAVE_DLFCN_H
12541
12542 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12543 builddir.
12544
Daniel Veillard73b36e32001-07-12 15:09:52 +000012545Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12546
12547 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12548 raised by #57348 and #57381
12549
Daniel Veillard7db37732001-07-12 01:20:08 +000012550Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12551
12552 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12553 tree.c xpointer.c: store the line numbder in element->content,
12554 may break some software, need a configuration mechanism
12555
Darin Adler96037892001-07-11 00:03:16 +0000125562001-07-10 Darin Adler <darin@bentspoon.com>
12557
12558 * .cvsignore:
12559 * example/.cvsignore:
12560 * include/.cvsignore:
12561 * include/libxml/.cvsignore:
12562 Various things that are generated and should be ignored.
12563
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012564Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12565
12566 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12567 * doc/xml.html doc/html/*: updated the docs
12568
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012569Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12570
12571 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12572 validation occured on content with element child
12573
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012574Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12575
12576 * tree.c: fixed XML Base computation which was broken
12577 * debugXML.c: added a base function to the shell
12578 * Makefile.am result/scripts/* test/scripts/*: added scripts
12579 based regression tests, and adding 2 XML Base tests
12580
Daniel Veillard19e96c32001-07-09 10:32:59 +000012581Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12582
12583 * tree.c: set properties doc and call xmlSetListDoc for properties
12584 content when grafting them in a different tree.
12585 * aclocal.m4: remove from CVS
12586
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012587Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12588
12589 * win32/libxml2/libxml2.def.src: added some missing entry point
12590 for XPath (Mark Vakoc)
12591
Daniel Veillard388236f2001-07-08 18:35:48 +000012592Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12593
12594 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12595 layer should URI-Unescape before trying to open resources.
12596
Daniel Veillard04383752001-07-08 14:27:15 +000012597Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12598
12599 * xpath.c: fix the name() bug for elements in the default
12600 namespace reported by Charlie Bozeman
12601
Daniel Veillard7583a592001-07-08 13:15:55 +000012602Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12603
12604 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12605 led to an XPath fix, improvements of SAX initialization, and
12606 an added option --nocdata to testXPath
12607
Daniel Veillard449d7392001-07-07 19:11:06 +000012608Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12609
12610 * doc/libxml-doc.el: Felix Natter provided anew version working
12611 with XEmacs too
12612
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012613Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12614
12615 * include/libxml/xpath.h: small cleanup
12616 * doc/xml.html: update
12617
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012618Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12619
12620 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12621 released 2.3.14
12622
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012623Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12624
12625 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012626 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012627
Daniel Veillard73c9c042001-07-05 20:02:54 +000012628Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12629
12630 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12631 were not equal to empty strings
12632
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012633Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12634
12635 * SAX.c: fixed a URI-Reference computation problem when validating
12636 * xmlIO.c: small cleanup
12637
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012638Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12639
12640 * parser.c: improved the description of a couple of interfaces
12641 upon Larry Stamper suggestion
12642
Daniel Veillard62f313b2001-07-04 19:49:14 +000012643Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * SAX.c entities.c parser.c: changed completely the way entities
12646 are handled when running the parser in entity substitution mode.
12647 This fixes a bug reported by Stephan Kulow and nearly divides
12648 by 3 the amount of memory required by libxslt to load and process
12649 DocBook TDG.
12650
Daniel Veillardf420ac52001-07-04 16:04:09 +000012651Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12652
12653 * HTMLparser.c: fixing a too early root closing problem raised
12654 byt Prashanth Naidu
12655
Daniel Veillard8c357d52001-07-03 23:43:33 +000012656Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12657
12658 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12659 raised by Mark Vakoc.
12660
Daniel Veillard6e90d192001-07-03 16:37:49 +000012661Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12662
12663 * example/Makefile.am: fixed the include path to add srcdir/include
12664 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12665 and some cleanup
12666
Daniel Veillardf06307e2001-07-03 10:35:50 +000012667Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12668
12669 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12670 lot of optimization work, results in significant improvements
12671 when handling really complex XPath queries. Add a small optimizer
12672 for unions, improve [n] and [last()], avoid some costly ops.
12673
Daniel Veillard77044732001-06-29 21:31:07 +000012674Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12675
12676 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12677 * xpath.c: small cleanup
12678 * xmlGetNsList: reformated, fixed problems if used on Entities
12679
Daniel Veillard2adbb512001-06-28 16:20:36 +000012680Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12681
12682 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12683
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012684Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12685
12686 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12687 * Makefile.am example/Makefile.am: workaround automake generating
12688 erroneous deps
12689
Daniel Veillard12f7d292001-06-28 13:12:11 +000012690Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12691
12692 * include/win32config.h: bug #56801 Yon Derek provided a patch
12693 to the windows config file.
12694
Daniel Veillard87ee9142001-06-28 12:54:16 +000012695Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12696
12697 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12698 libxml.h : Yon Derek provided a set of changes to compile from
12699 CVS on Windows/MSC
12700
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012701Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12702
12703 * parser.c: fixed UTF8 BOM support in push mode
12704 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12705 added a specific testcase
12706
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012707Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12708
12709 * Makefile.am: added --push regression tests
12710 * parserInternals.c: the XML parser segfaulted in --push mode
12711
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012712Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12713
12714 * configure.in: moved the symlinks detection within a CVS
12715 check, this is not portable and will be removed soon.
12716 * xpath.c: small cleanup/speedup
12717
Daniel Veillard11648102001-06-26 16:08:24 +000012718Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12719
12720 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12721 release of 2.3.12
12722 * parser.c: make an error message if unknow entities in all cases
12723
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012724Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12725
12726 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12727
Daniel Veillard23793842001-06-25 16:07:45 +000012728Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12729
12730 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12731 includes were installed in the wrong dir
12732
Daniel Veillardf5498f32001-06-25 15:08:36 +000012733Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12734
12735 * doc/html.xml: warn against sending code to exhibit bugs.
12736
Daniel Veillard56f06462001-06-24 21:34:03 +000012737Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12738
12739 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12740 Tru64 from Thomas Leitner
12741
Daniel Veillardc5d64342001-06-24 12:13:24 +000012742Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12743
12744 * AUTHORS: added William and Bjorn
12745 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12746 daniel@veillard.com hopefully I won't have to do this again
12747 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12748 docs can be rebuilt cleanly now
12749 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12750 from CVs it's generated, added include/libxml/xmlwin32version.h
12751 also generated but which should change far less frequently.
12752 * catalog.c nanoftp.c: made sure to include libxml.h not
12753 libxml/xmlversion.h directly
12754 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12755 when compiling on WIN32 and MSC
12756
Daniel Veillard07385fd2001-06-23 21:55:48 +000012757Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12758
12759 * include/Makefile.am include/libxml/Makefile.am configure.in:
12760 fixed make distcheck and rebuilding the rpms
12761
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012762Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12763
12764 * configure.in: should finish the migration of exported includes
12765 into a real include/libxml in CVS, at least for CVS users.
12766 * removed the exported headers, added in include/libxml (as well
12767 as xmlversion.h.in).
12768
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012769Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12770
12771 * configure.in: fixed the way to detect symlink
12772
Daniel Veillard66541772001-06-23 18:31:04 +000012773Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12774
12775 * configure.in: updated, include/libxml is now a real CVS dir
12776
Daniel Veillardca989762001-06-23 17:39:29 +000012777Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12778
12779 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12780 version works with both libxml1 and libxml2 (it autodetects
12781 the prefix of the html-files) from Felix Natter.
12782 * doc/xml.html: updated doc accordingly
12783
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012784Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12785
12786 * xpath.c: fixed the bug generating a template loop in libxslt
12787 when using docbook-xsl-1.4, * should filter out document nodes
12788 * HACKING: added William
12789 * TODO: updated
12790
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012791Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12792
12793 * doc/FAQ.html: added a warning about gcc-3.0
12794 * doc/xml.html: added reference to gdome2 and removed a confusing
12795 sentence
12796
Daniel Veillardf7f41852001-06-22 15:18:01 +000012797Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12798
12799 * xmlversion.h: okay this is a generated file, but Windows
12800 users need it and they can't generate it, and I want CVS
12801 Windows users ...
12802 * win32/libxml2/libxml2_so.dsp: Windows project file for
12803 the shared lib version of libxml2
12804 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12805 resources needed for libxslt/xsltproc by Yon Derek
12806
Bjorn Reese3157b342001-06-22 14:41:45 +000012807Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12808
12809 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12810
Daniel Veillard4151acb2001-06-22 10:48:57 +000012811Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
Daniel Veillardcc146db2001-06-22 11:10:52 +000012813 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12814
12815Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12816
Daniel Veillard4151acb2001-06-22 10:48:57 +000012817 * include/win32config.h: Yon Derek provided a first fix
12818 to be able to compile libxslt/xsltproc on Windows
12819
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012820Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12821
12822 * xpath.c: attempt to work around what seemed a gcc optimizer
12823 bug when handling floats on i386 http://veillard.com/gcc.bug
12824 * tree.c entities.c encoding.c: doing some cleanups while
12825 chasing it
12826
Daniel Veillard017b1082001-06-21 11:20:21 +000012827Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12828
12829 * Makefile.am: cleanup when --without-debug is specified
12830 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12831 w.r.t. --without-debug and other include points
12832 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12833 Catalogs
12834 * configure.in entities.h tree.h HTMLparser.c: removed
12835 --without-corba, made the _private field mandatory
12836
Daniel Veillard87a764e2001-06-20 17:41:10 +000012837Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12838
12839 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12840 outputs a BOM in UTF8, an errata has been issued to avoid the
12841 problem, that was the most reasonable solution... Add support
12842 for a leading UTF8 BOM in entities.
12843
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012844Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * valid.c: fixed a bug found when post validating an entity ref
12847 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12848 activate it too
12849
Daniel Veillard39196eb2001-06-19 18:09:42 +000012850Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
12852 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12853 weakness in the node copy the XPointer and the XInclude
12854 implementations. Serious cleanup.
12855
Daniel Veillard3739b982001-06-19 12:51:30 +000012856Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12857
12858 * Makefile.am: Kjartan Maraas provided a small patch to
12859 add xml2-config.in to EXTRA_DIST
12860
Daniel Veillarda9142e72001-06-19 11:07:54 +000012861Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12862
12863 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12864 provided another failing case found in KDE, the way the
12865 ctxt->vctxt.nodeTab was allocated and freed changed over
12866 time but it wasn't completely cleaned up. This should fix it.
12867
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012868Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12869
12870 * parser.c: Stephan Kulow also raised the fact that line number
12871 could get miscounted making debug harder, fixed the problem
12872 in xmlParseCharData()
12873
Daniel Veillard64b98c02001-06-17 17:20:21 +000012874Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12875
12876 * valid.c: Stephan Kulow pointed out a problem when validating
12877 and using an empty entity, forgot a 'break' in a case.
12878
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012879Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12880
12881 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12882 * doc/xml.html: updated with 2.3.11
12883
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012884Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12885
12886 * TODO: updated adding cleanup of generated doc
12887 * configure.in: prepared to release 2.3.11
12888 * xmllint.c: added --version for bug reporting
12889 * doc/html/*.html: rebuilt the doc
12890
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012891Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12892
12893 * xpath.c: first part of the work on selecting namespace to
12894 fix bug #56115
12895
Daniel Veillard96ed5832001-06-15 22:22:04 +000012896Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12897
12898 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12899 when using -liconv
12900 * TODO: updated
12901
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012902Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12903
12904 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12905 cleanup, encoding support.
12906
Daniel Veillard608ad072001-06-14 08:32:28 +000012907Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12908
12909 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12910
Daniel Veillard239d0522001-06-13 23:02:48 +000012911Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * xpath.c: bug detected by Ankh when / is used as a function arg
12914
Daniel Veillard02bb1702001-06-13 21:11:59 +000012915Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12916
12917 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12918 of element and use it to avoid outputting formatting spaces at
12919 the wrong place. Implemented the format parameter for HTML save.
12920 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12921 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12922 result/HTML/wired.html: of course this impact the result of a
12923 number of HTML tests
12924
Daniel Veillard95d845f2001-06-13 13:48:46 +000012925Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12926
12927 * HTMLtree.[ch]: started augmenting the HTML save API with
12928 encoding and formatting parameters
12929
Daniel Veillardeca60d02001-06-13 07:45:41 +000012930Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12931
12932 * HTMLtree.h: cleanup and started evaluating the work needed on
12933 revamping the HTML output code
12934
Daniel Veillard84666b32001-06-11 17:31:08 +000012935Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12936
12937 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12938
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012939Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12940
12941 * valid.c: fixed bug #56049, forgot one check in the
12942 validation routine
12943
Daniel Veillardca2366a2001-06-11 12:09:01 +000012944Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12947
Daniel Veillard6761eee2001-06-11 10:29:38 +000012948Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12949
12950 * libxml.h: fixed an error in last commit
12951 * doc/FAQ.html: added an entry for compilation from CVS
12952
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012953Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12954
12955 * xmlversion.h.in libxml.h: Cygwin patches
12956 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12957 * tree.h: cleanup
12958
Daniel Veillardacd370f2001-06-09 17:17:51 +000012959Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12960
12961 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12962 memory block in a strange case where libxml is linked twice
12963 in the binary.
12964
Daniel Veillard1d047672001-06-09 16:41:01 +000012965Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12966
12967 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12968 state far too often, simple fix used to avoid it.
12969
Daniel Veillard4497e692001-06-09 14:19:02 +000012970Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12971
12972 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12973 being processed, applied his patch
12974 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12975
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012976Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12977
12978 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12979 provided fixes to compile on MSCC again
12980 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12981 also provided an update for the project files.
12982
Daniel Veillarda682b212001-06-07 19:59:42 +000012983Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12984
12985 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12986 bug #55810
12987
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012988Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12989
12990 * tree.c: fixed xmlGetNsProp() to close bug #55683
12991 Note this requires libxslt to use it's own function instead.
12992
Daniel Veillardf0c53762001-06-07 16:07:07 +000012993Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12994
12995 * HTMLtree.c: when in a pre element no formatting space should
12996 be added.
12997 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12998
Daniel Veillard068a9652001-06-07 15:30:26 +000012999Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13000
13001 * configure.in: added tests for signal() and signal.h
13002
Daniel Veillard541d6552001-06-07 14:20:01 +000013003Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13004
13005 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13006
Daniel Veillard8a367d42001-06-07 14:01:34 +000013007Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13008
13009 * doc/libxml-doc.el: Felix Natter provided a new version for
13010 libxml2
13011
Daniel Veillard8a926292001-06-07 11:20:20 +000013012Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13013
13014 * HTMLtree.c: when in a pre element no formatting space should
13015 be added.
13016
Daniel Veillard14839d52001-06-06 16:11:56 +000013017Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13020
Daniel Veillarde95e2392001-06-06 10:46:28 +000013021Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13024 hack
13025 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13026 * uri.c: fixed a warning
13027
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013028Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13029
13030 * HTMLtree.c: trying to close bug #55772 escaping in script
13031 elements
13032 * doc/xml.html: suggest to send mail to the list
13033
13034Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013035
13036 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13037 good. Use a macro and based on the solution provided in
13038 vsnprintf manual page from GNU.
13039
Bjorn Reese99748722001-06-05 12:49:15 +000013040Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13041
13042 * error.c: Workaround for non-preserving variadic list.
13043 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13044
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013045Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13046
13047 * doc/xml.html: added 2.3.10 release
13048
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013049Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13050
13051 * configure.in: releasing 2.3.10
13052
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013053Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13054
13055 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13056
Daniel Veillard20042422001-05-31 18:22:04 +000013057Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13058
13059 * encoding.c: Robert Collins provided a patch to add the
13060 "US-ASCII" encoding alias
13061
Daniel Veillard97ac1312001-05-30 19:14:17 +000013062Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13063
13064 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13065 string oriented functions and started cleaning the related areas
13066 in xpath.c which needed fixing in this respect
13067
Daniel Veillard2d703722001-05-30 18:32:34 +000013068Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13069
13070 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13071 #55380
13072 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13073
Daniel Veillard9403a042001-05-28 11:00:53 +000013074Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13075
13076 * TODO: updated
13077 * nanohttp.[ch] : started adding APIs to get the redirected URL
13078 when this occurs (needed for further base computation
13079 * tree.h: cleanup
13080 * encoding.c: cleanup
13081 * SAX.c: minor change around ctxt->loadsubset
13082
Daniel Veillard6278fb52001-05-25 07:38:41 +000013083Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13084
13085 * Makefile.am include/Makefile.am: small change to have
13086 include/libxml rebuilt if working from CVS.
13087 * uri.c: applied another patch from Carl Douglas for URI escaping,
13088 this should close bug #51876
13089
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013090Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13091
13092 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13093 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13094 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13095 added specific regression test
13096 * parser.h: preparing for the XSLT mode where DTD inherited
13097 attributes are added to the tree.
13098
Daniel Veillardbbd22452001-05-23 12:02:27 +000013099Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13100
13101 * xinclude.[ch]: Updated the namespace for the Last Call version
13102 * result/XInclude/include test/XInclude/include: updated the
13103 testsuite accordingly
13104
Daniel Veillard8514c672001-05-23 10:29:12 +000013105Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13106
13107 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13108 related to bug #51876
13109
Daniel Veillard42596ad2001-05-22 16:57:14 +000013110Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13111
13112 * tree.c: fixed a gross mistake in base computation, xml:base is
13113 not completely correct yet (need cascade).
13114 * xpath.[ch]: added the few things needed to find a function name
13115 and URI from the XPath context when it is called.
13116
Daniel Veillard81418e32001-05-22 15:08:55 +000013117Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13118
13119 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13120 * DOCBparser.c: small cleanup
13121 * xmllint.c: added a --catalogs option to load catalogs from
13122 $SGML_CATALOG_FILES
13123 * tree.c: cleanup
13124 * configure.in: iconv library fixup, ICONV_LIBS
13125
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013126Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * catalog.c: handling of CATALOG entries. detection of recursion,
13129 and a few bugfixes
13130 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13131 against the default namespace
13132
Daniel Veillard04b93292001-05-21 08:15:31 +000013133Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13134
13135 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13136
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013137Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13138
13139 * parser.c: fixed propagation context info when parsing an
13140 external entity.
13141 * doc/html/*.html: regenerated a couple of docs
13142
Daniel Veillard4623acd2001-05-19 15:13:15 +000013143Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * doc/xml.html: update with 2.3.9 informations
13146
Daniel Veillardbed7b052001-05-19 14:59:49 +000013147Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13148
13149 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13150 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13151 * doc/html/* : rebuilt the docs
13152 * valid.c: small patch which may improve some case when
13153 validating.
13154
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013155Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13156
13157 * HTMLparser.c: Closed bug #54891
13158 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13159 to the suite
13160
13161Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13162
13163 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13164 applied a documentation patch from LotR and filled in a few missing
13165 descriptions
13166
Daniel Veillard76d66f42001-05-16 21:05:17 +000013167Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * xpath.c tree.c parser.c: speed optimizations at the parser level
13170 document tree freeing and xpath evaluation
13171
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013172Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * parser.c parser.h parserInternals.h: fixed a couple of
13175 interfaces for handling memory buffer input to const char *
13176 upon suggestion of JamesH.
13177
Daniel Veillardc3739e72001-05-15 15:23:27 +000013178Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13179
13180 * configure.in: LoTR sent a patch fixing the previous commit
13181
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013182Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13183
13184 * configure.in: trying to deal again with the stoopid -R linking
13185 flag of Solaris
13186
Daniel Veillard790142b2001-05-15 10:51:53 +000013187Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13188
13189 * xpath.h: two nodeset access macros from Thomas Broyer
13190
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013191Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13192
13193 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13194 patch from Thomas Broyer
13195
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013196Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13199 case
13200 * INSTALL: was empty added stuff from the FAQ
13201
Daniel Veillard75bea542001-05-11 17:41:21 +000013202Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13203
13204 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13205 attributes handling and #54433 by adding xmlUnsetProp()
13206 and xmlUnsetNsProp()
13207
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013208Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
13210 * HTMLparser.c: Patch from Jonas Borgström
13211 (htmlGetEndPriority): New function, returns
13212 the priority of a certain element.
13213 (htmlAutoCloseOnClose): Only close inline elements if they
13214 all have lower or equal priority.
13215 * result/HTML: this of course changed a number of tests results.
13216
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013217Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13218
13219 * xmlIO.c catalog.c: plugged in the default catalog resolution
13220 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13221 documentations
13222 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13223
Daniel Veillarda7374592001-05-10 14:17:55 +000013224Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13225
13226 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13227 integrating catalogs
13228 * catalog.[ch] testCatalog.c: adding a small catalo API
13229 (only SGML catalog support).
13230 * parser.c: restaured xmlKeepBlanksDefault(0) API
13231
Daniel Veillardc17337c2001-05-09 10:51:31 +000013232Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13233
13234 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13235
Daniel Veillard257d9102001-05-08 10:41:44 +000013236Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13237
13238 * parser.c: added xmlParseExternalEntityPrivate() to allow
13239 propagation of ctxt->_private when parsing external entities
13240
Daniel Veillard083c2662001-05-08 08:27:14 +000013241Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13242
13243 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13244
Daniel Veillard01ef7382001-05-08 07:31:43 +000013245Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13246
13247 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13248
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013249Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * valid.c: warn when indeterminist content model is detected
13252 * result/VC/ElementValid8: this adds a message
13253 * Makefile.am: add --novalid for VCM tests
13254 * parserInternals.c: added a call to Init memory
13255
Daniel Veillard64269352001-05-04 17:52:34 +000013256Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13257
13258 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13259 when both parameters are NULL.
13260
Daniel Veillard37721922001-05-04 15:21:12 +000013261Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13262
13263 * valid.c: applied small patch from Gary Pennington, reindented
13264 some part of the code.
13265
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013266Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13267
13268 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13269 release, updated and regenerated the docs
13270
Daniel Veillard357c9602001-05-03 10:49:20 +000013271Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13272
13273 * xpath.c result/XPath/expr/floats : clarified and cleanup
13274 printing of abnormal floats in tests.
13275
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013276Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13279 * results/HTML/ : a few changes in the output of the HTML tests as
13280 a result.
13281 * configure.in: tying to fix -liconv where needed
13282
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013283Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13284
13285 * Makefile.am: fixed a stupid error
13286
Daniel Veillard7150a032001-05-02 16:41:11 +000013287Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * configure.in Makefile.am: make the inclusion of the trio
13290 modules in the library conditional
13291
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013292Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13293
13294 * DOCBparser.c: patche from László Kovács, fixed entities refs
13295 in attributes handling
13296
Daniel Veillardedddff92001-05-02 10:58:52 +000013297Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13298
13299 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13300 flushing
13301
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013302Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13303
13304 * xpath.c: fix of an XSLT namespace bug reported on the list
13305 general/bug-8-
13306
Daniel Veillard5792e162001-04-30 17:44:45 +000013307Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13308
13309 * strio.h trio.c: Dan McNichol suggested a couple of small
13310 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13311
Daniel Veillard02141ea2001-04-30 11:46:40 +000013312Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13313
13314 * tree.c parser.c encoding.c: spent a bit more time looking
13315 at the parsing speed and DOM handling. Added a few more
13316 speedups.
13317
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013318Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13319
13320 * parser.c: small but effective parsing speed improvement
13321
Daniel Veillardb59076b2001-04-29 17:04:07 +000013322Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13323
13324 * configure.in: default on the DocBook parser inclusion (for Gnome)
13325 * DOCBparser.h: fixed a header reference
13326
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013327Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * configure.in xpath.c: applied Bjorn patches for FPE on the
13330 alpha
13331
Daniel Veillardeefd4492001-04-28 16:55:50 +000013332Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13335 xmlSaveFormatFileTo()
13336
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013337Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13338
13339 * xpath.c: simple and efficient optimization, XPath functions
13340 aways bind to the same code, cache this
13341 * TODO: updated (by saying some is obsolete)
13342
Daniel Veillard2156a562001-04-28 12:24:34 +000013343Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13344
13345 * xpath.c: more cleanup work on XPath name parsing routines
13346
Daniel Veillard61d80a22001-04-27 17:13:01 +000013347Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13350 xmlXPathParseName
13351 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13352 * debugXML.c: avoid compilation problems if compiling without
13353 HTML support, Igor Zlatkovic
13354 * win32/libxml2/libxml2.def.src: being able to compile without
13355 XPath on Windows
13356
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013357Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * libxml.m4: yet another patch from Toshio Kuratomi
13360
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013361Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13364
Daniel Veillard67fee942001-04-26 18:59:03 +000013365Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * tree.[ch]: added xmlSaveFormatFile interface for saving
13368 and indenting a file.
13369
Daniel Veillard82e49712001-04-26 14:38:03 +000013370Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * xpath.c: fixed bug #53689 related to processing-instruction()
13373
Daniel Veillard02f077a2001-04-26 10:59:11 +000013374Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * DOCBparser.c: patche from László Kovács
13377
Daniel Veillard30211a02001-04-26 09:33:18 +000013378Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13379
13380 * parser.c: applied fixes from Christian Glahn bug report #53391
13381
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013382Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13383
13384 * error.c: Jean François Lecomte provided a complete description
13385 and a fix to bug #53537
13386
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013387Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13388
13389 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13390
Daniel Veillard1034da22001-04-25 19:06:28 +000013391Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13392
13393 * DOCBparser.c SAX.c: a bit more work on entities processing.
13394 Still Need to cleanup XML output and references in attributes
13395
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013396Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13397
13398 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13399
Daniel Veillardb33c2012001-04-25 12:59:04 +000013400Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13401
13402 * tree.c: trying to fix #53574, not completely complete,
13403 I would like xmllint --copy --debug test/ent1 and
13404 xmllint --debug test/ent1 to show the same result.
13405 * xpath.c: fix a bug when trying to sort namespace nodes
13406
Daniel Veillard5146f202001-04-25 10:29:44 +000013407Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13408
13409 * HTMLtree.c: real fix for #53402
13410
Daniel Veillard7533cc82001-04-24 15:52:00 +000013411Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13412
13413 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13414 PIs when using xsl:output
13415 * valid.c: closing #53537 some case generate segfaults if there
13416 is validity errors
13417
Daniel Veillard61b33d52001-04-24 13:55:12 +000013418Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13419
13420 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13421 of external parsed entities, added --noent to testDocbook
13422 * valid.c: Garry Pennington found an uninitialized variable
13423 access in xmlValidateElementContent()
13424
Daniel Veillard56098d42001-04-24 12:51:09 +000013425Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13426
13427 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13428 with madness
13429 * result/HTML/ : this modified the result of the regression tests
13430 a lot.
13431
Daniel Veillard122376b2001-04-24 12:12:30 +000013432Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13433
13434 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13435 to doc where it wasn't checked against NULL reported by
13436 Jens Laas
13437
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013438Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13439
13440 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13441 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13442
Daniel Veillardeae522a2001-04-23 13:41:34 +000013443Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13444
13445 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13446 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13447 * SAX.[ch]: cleanup and updates for DocBook
13448 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13449 ex SGML identifier changes
13450 * valid.c: removed a static unused function.
13451
Daniel Veillardde57c612001-04-23 09:13:36 +000013452Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13453
13454 * HTMLtree.c: applied change for Paul Sponagl on script saving
13455 * Makefile.am: the warning about entity title.xml are normal.
13456
Daniel Veillard393df012001-04-22 20:11:18 +000013457Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * configure.in: release of 2.3.7
13460 * Makefile.am: fixing make distcheck
13461
Daniel Veillarda41123c2001-04-22 19:31:20 +000013462Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * doc/html/* doc/xml.html: updated and regenerated the docs
13465
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013466Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13469
Daniel Veillarde82a9922001-04-22 12:12:58 +000013470Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13471
13472 * tree.c: fixed #53388 with the provided patch
13473
Daniel Veillard06803992001-04-22 10:35:56 +000013474Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13475
13476 * valid.c: Bjorn detected an invalid memory access. Fixed
13477 vstateVPush()
13478
Daniel Veillard40af6492001-04-22 08:50:55 +000013479Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13480
13481 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13482
Bjorn Reese70a9da52001-04-21 16:57:29 +000013483Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13484
13485 * libxml.h: new header used only for the compilation of libxml
13486 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13487 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13488 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13489 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13490 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13491 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13492 baseline (version 1.2 plus a single patch).
13493 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13494 scientific notation for numbers. Tests added.
13495 * xpath.c: formatting of numbers changed to use sprintf
13496 (contribution from William Brack)
13497
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013498Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13499
13500 * valid.c: cleanup, more useful debugging
13501 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13502 * xmlIO.c: entity loading is printed as an error when validating
13503
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013504Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13505
13506 * valid.c: fixed to validate within entities
13507 * test/VCM/v22.xml: added a specific testcase
13508
Daniel Veillardca1f1722001-04-20 15:47:35 +000013509Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13510
13511 * valid.c: forgot an epsilon transition in for ()+
13512 * test/VCM/v21.xml : added a specific test case
13513
Daniel Veillard85349052001-04-20 13:48:21 +000013514Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13515
13516 * valid.c: removed a state explosion exhibited by RSS
13517 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13518 from bug #51872
13519
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013520Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13521
13522 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13523 validation without using an ugly NFA -> DFA algo in the source.
13524 Made a specific algorithm easier to maintain, using a single
13525 stack and without recursion.
13526 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13527 * hash.c: made the growing routine static
13528 * tree.h parser.c: added the parent information to an
13529 xmlElementContent node.
13530
Daniel Veillarde470df72001-04-18 21:41:07 +000013531Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * SAX.c parser.c xpath.c: generating IDs when not validating
13534 from an external parsed entity was poisoning the ID has table
13535 with removed values. This was killing XSLT on the KDE help
13536 browser.
13537
Daniel Veillardceacdd92001-04-18 15:10:35 +000013538Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * entities.h: andrew@ugh.net.au detected a double declaration
13541
Daniel Veillarda10efa82001-04-18 13:09:01 +000013542Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * debugXML.c hash.c tree.h valid.c : some changes related to
13545 the validation suport to improve speed with DocBook
13546 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13547 the way validation errors get reported
13548
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013549Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13550
13551 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13552 by P C Chow and William M. Brack for XSLT HTML output
13553
Daniel Veillard2d90de42001-04-16 17:46:18 +000013554Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13555
13556 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13557 Igor Zlatkovic patches for MSC compilation and added his
13558 updates
13559
Daniel Veillarde043ee12001-04-16 14:08:07 +000013560Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13561
13562 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13563 prefix lookup.
13564 * parserInternals.c: fixed the bug reported by Morus Walter
13565 due to an off by one typo in xmlStringCurrentChar()
13566
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013567Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13568
13569 * HTMLparser.c result/HTML/*: revamped the way the HTML
13570 parser handles end of tags or end of input
13571
Daniel Veillard82daa812001-04-12 08:55:36 +000013572Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13575
Daniel Veillard67a21302001-04-11 14:39:16 +000013576Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13577
13578 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13579 bug where the linktime verions of free() won't work ...
13580
Daniel Veillard27b55282001-04-11 12:22:25 +000013581Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13582
13583 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13584
Daniel Veillardafc73112001-04-11 11:51:41 +000013585Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * doc/xml.html: added 2.3.6 release
13588
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013589Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13590
13591 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13592 * result/wml.xml: resulted in a small output change
13593
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013594Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13595
13596 * tree.c: xmlNewDoc was missing the charset initialization
13597 * xmllint.c: added --auto to autogenerate a doc, allow to
13598 reproduce the problem fixed on xmlNewDoc
13599
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013600Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * xpath.c: trying to get 52979 solved
13603 * tree.c result/ result/noent/: trying to get 52712 solved, this
13604 also made me clean up the fact that XML output in general should
13605 not add formating blanks by default, this changed the output of
13606 a few tests
13607
Daniel Veillard73639a72001-04-10 14:31:39 +000013608Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13609
13610 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13611
Daniel Veillardfac26a12001-04-08 13:08:14 +000013612Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * configure.in: finally released 2.3.6
13615
Daniel Veillard911f49a2001-04-07 15:39:35 +000013616Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * xpath.c: checking for null pointer generated by new code
13619
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013620Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * xpath.c: fixed a [] evaluation problem reported
13623 * test/XPath/tests/simpleaddr: extended test
13624 * result/XPath/simpleaddr: updated result
13625
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013626Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13627
13628 * xmllint.c: Dan Timis reported a portability problem
13629 on Macs without mmap, fixed it.
13630
Daniel Veillardb38bd552001-04-03 18:22:00 +000013631Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13632
13633 * testXPath.c : added a --tree option allowing to display the
13634 tree dump of the XPath expression
13635
Daniel Veillard4dd93462001-04-02 15:16:19 +000013636Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * xpath.c: fixed a memleak when comparing nodesets
13639 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13640 * tree.c: added a TODO
13641
Daniel Veillard92ad2102001-03-27 12:47:33 +000013642Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13645 we need string functions
13646 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13647 to be able to use them where needed. Applied some changes
13648 to reduce name linking pollution and compile in only what's
13649 needed.
13650 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13651 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13652 for the string manipulation functions
13653 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13654 to the free() function of xmlmemory.c
13655 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13656 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13657 usage.
13658
13659
Daniel Veillard2be30642001-03-27 00:32:28 +000013660Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13661
13662 * error.c: applied the context output patch of the error
13663 handling submitted by Chuck Griffith
13664 * error/VC/*: this slightly change some error logs
13665
Daniel Veillard50582112001-03-26 22:52:16 +000013666Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * parser.c: fixed line number reporting on error
13669
Daniel Veillard04be4f52001-03-26 21:23:53 +000013670Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * parser.c: Sullivan and Darin found a parser bug,
13673 applied the patch.
13674
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013675Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13676
13677 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13678 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13679 xmlversion.h.in xpointer.c: of course the way I defined
13680 UNUSED breaks on old gcc version. Try to be smart and
13681 also define it directly in xmlversion.h
13682 * configure.in: removed -ansi flag from the pedantic set
13683
13684Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013685 Huge cleanup, I switched to compile with
13686 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13687 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13688 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13689 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13690 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13691 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13692 encoding.h entities.c error.c list.[ch] nanoftp.c
13693 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13694 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13695 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13696 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13697 Cleanup, staticfied a number of non-exported functions,
13698 detected and cleaned up a dozen of problem found this way,
13699 avoided a lot of public function name/typedef/system names clashes
13700 * doc/xml.html: updated
13701 * configure.in: switched private flags to the really pedantic ones.
13702
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013703Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13704
13705 * configure.in: 2.3.5
13706 * doc/html/*: rebuilt the docs
13707
Daniel Veillard146c9122001-03-22 15:22:27 +000013708Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13709
13710 * parser.c: fixed a reported bug in NOTATION parsing
13711 * uri.c: accepted but not fixed bug 51876, added TODO
13712 * Makefile.am: fixed bug 51876
13713
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013714Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * config.h.in configure.in error.c: fix a compilation problem
13717 on platforms without vsnprintf (xml@thewrittenword.com)
13718
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013719Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13720
13721 * parser.c: fixed a function name header typo
13722 * SAX.c: notations can also occur in external subset.
13723
Daniel Veillard7d42b542001-03-20 13:22:46 +000013724Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13725
13726 * error.c: removed a C++ like comment
13727
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013728Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13729
13730 * parser.c: fixing bug 52299 strange condition leading
13731 to a parser crash due to a buffer overflow
13732 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13733 added the specific test case
13734
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013735Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13736
13737 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13738 xmlXPathConvert{String,Number,Boolean} to be able to make
13739 type casts without a context stack, fixed some implementation
13740 problems related to the absence of context at parse-time,
13741 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13742 in the public API too
13743 * xpointer.c xpathInternals.h: we need to know at parse time
13744 whether we are compiling an XPointer
13745
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013746Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13747
13748 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13749 cleaned up the parser internals, refactored XPath code, added
13750 new compilation based APIs and cleanly separated public and
13751 private APIs.
13752
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013753Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13754
13755 * xpath.h: the comp field must be added at the end to avoid
13756 killing binary compat.
13757
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013758Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13759
13760 * Makefile.am: detect XPath memleaks in regreson tests
13761 * error.c: fixed and error w.r.t. error reporting still using
13762 stderr
13763 * hash.c: added new line at end of file
13764 * tree.h: minor cleanup
13765 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13766 expression parsing from evaluation, resulted in a number of
13767 changes internally, and in XPointer. Likely to break stuff
13768 using xpathInternals.h but should remain binary compatible,
13769 new interfaces will be added.
13770
Daniel Veillardd574f782001-03-14 19:40:17 +000013771Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13772
13773 * configure.in: fixed a couple of problems reported by
13774 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13775 without gcc on non linux platforms.
13776
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013777Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13778
13779 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13780 a fix for --with-html-dir= configure support. I hope it won't
13781 break rpm generation
13782
Daniel Veillarda022fe02001-03-14 16:30:00 +000013783Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13784
13785 * xmlIO.c: one function comment cleanup.
13786
Daniel Veillard25239c12001-03-14 13:56:48 +000013787Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13788
13789 * SAX.c: external subset notations were improperly registered
13790 in the internal subset.
13791
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013792Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13793
13794 * README.cvs-commits: added, pointing to HACKING
13795 * HACKING: updated
13796
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013797Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * parser.c: and Matt Sergeant found one in the XML push
13800 parser (erroneous check I forgot to remove when I fixed the
13801 main parser).
13802
Daniel Veillard68d7b672001-03-12 18:22:04 +000013803Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13804
13805 * xpath.c: ptittom found a small bug in UnaryExpr
13806
Daniel Veillarde356c282001-03-10 12:32:04 +000013807Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * configure.in: bumped to 2.3.4
13810 * error.c: fixed bug #51860
13811 * tree.c: fixed bug #51861
13812 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13813 * tree.[ch] : added xmlDefaultBufferSize
13814 * nanoftp.c: typo in function name header block
13815 * doc/xml.html : updated, added link to XML::LibXSLT
13816 * doc/html/* : rebuilt the docs
13817
Daniel Veillard80f32572001-03-07 19:45:40 +000013818Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13819
13820 * parser.c SAX.c: the new content parsing code raised an
13821 ugly bug in the characters() SAX callback. Found it
13822 just because of strangeness in XSLT XML Rec ouptut :-(
13823
Daniel Veillard6c831202001-03-07 15:57:53 +000013824Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13825
13826 * Makefile.am: Martin Baulig suggested to add -lm
13827 * tree.c: found another bug in xmlNodeGetContent()
13828
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013829Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13830
13831 * xpath.c: Bjorn found the error related to strictness of comparison.
13832
Daniel Veillard29631a82001-03-05 09:49:20 +000013833Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13834
13835 * parser.c: trying to fix the Dtd parsing problem reported
13836 by Gary, side effect of last week speed optimizations.
13837
Daniel Veillard14be0a12001-03-03 18:50:55 +000013838Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13841 * parserInternals.c: removed unneeded test raised by Stric
13842
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013843Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13844
13845 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13846 and fixed by William Brack). Added xmlXPathFormatNumber.
13847 Changed the sorting slightly.
13848 * configure.in Makefile.am example/Makefile.am: Added -lm.
13849 Please note that applications linking with libxml2, must
13850 also like with the math library from now on.
13851
Daniel Veillardf9533d12001-03-03 10:04:57 +000013852Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13853
13854 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13855
Daniel Veillard2f362242001-03-02 17:36:21 +000013856Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * parser.c: one must report spaces even if the Dtd element
13859 content proves that this is not part of the element content.
13860 * result/valid/*.xml: this changed the ouptu slightly
13861
Daniel Veillardb402c072001-03-01 17:28:58 +000013862Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13863
13864 * configure.in: bumped to 2.3.3
13865 * doc/xml.html: updated
13866
Daniel Veillard77851712001-02-27 21:54:07 +000013867Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13868
13869 * tree.c: minor doc fix
13870 * xpath.c: deallocation issues when a result tree has been
13871 converted to a node-set
13872
Daniel Veillardec70e912001-02-26 20:10:45 +000013873Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13874
13875 * doc/xml.html: oops corrected dates s/2000/2001
13876
Daniel Veillard8730c562001-02-26 10:49:57 +000013877Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13878
13879 * valid.c: new patch from Gary Pennington
13880
Daniel Veillard91e9d582001-02-26 07:31:12 +000013881Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * doc/xml.html: applied patch from Ankh
13884
Daniel Veillardedac3c92001-02-26 01:36:19 +000013885Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13886
13887 * xinclude.c: fixed a problem building on Mac
13888
Daniel Veillard21a0f912001-02-25 19:54:14 +000013889Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13890
13891 * parser.c: more work on increasing parsing ferformances
13892
Daniel Veillard48b2f892001-02-25 16:11:03 +000013893Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13894
13895 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13896 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13897 avoiding memcpy in production builds MEM_CLEANUP macro use
13898 * parser.[ch] parserInternals.c: optimizations of the tightest
13899 internal loops inside the parser. Better checking of I/O
13900 flushing/loading conditions
13901 * xmllint.c : added --timing
13902
Daniel Veillard71681102001-02-24 17:48:53 +000013903Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13904
13905 * configure.in: bumped to 2.3.2
13906 * doc/xml.html: updated for release
13907
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013908Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13909
13910 * xpath.c: found a memleak and fixed a nasty bug
13911
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013912Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13913
13914 * xmllint.[c1] : added return code errors for xmllint
13915 * xpath.c: specific debug dump function for result value trees
13916
Daniel Veillard4b637072001-02-21 21:52:55 +000013917Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13918
13919 * xpath.c: finally implemented xmlXPathCompareNodeSets
13920 * test/XPath/expr/floats results/XPath/expr/floats: added
13921 a test for float expressions
13922
Daniel Veillardf714aa32001-02-21 03:07:44 +000013923Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13924
13925 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13926 * parserInternals.[ch]: trying to speed up parsing
13927 * xpath.c : speeded up node set equality op
13928
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013929Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13930
13931 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13932 better handling of ID/IDREF and the list modules associated
13933 * configure.in: small CFLAGS cleanup
13934
Daniel Veillarda8abee62001-02-19 15:14:59 +000013935Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * configure.in: fixed iconv detection on AIX (stric)
13938
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013939Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013940
13941 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13942
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013943Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13944
13945 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13946 and optimized xmlXPathNodeSetSort
13947
Daniel Veillard142adbf2001-02-17 13:21:05 +000013948Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13949
13950 * xpath.c: bug fix when context size is 0
13951 * parser.c: I like Norm's Dtd because they still manage to break
13952 the parser occasionally
13953
Daniel Veillardf23e0092001-02-16 13:21:29 +000013954Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13955
13956 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13957
Daniel Veillarde0e26512001-02-16 00:11:46 +000013958Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13961 attributes within the XML-1.0 namespace
13962
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013963Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * xpathInternals.h: exported a few axis functions
13966 * doc/xml.html: updated the doc
13967
Daniel Veillard760f4422001-02-15 14:59:48 +000013968Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * configure.in: applied patch from Daniel van Balen for OpenBSD
13971 and bumped version to 2.3.1
13972 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13973 attempt to find autoclosing was simply broken, removed it,
13974 updated the examples, this is better
13975
Daniel Veillardd194dd22001-02-14 10:37:43 +000013976Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13977
13978 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13979 hash functionnalities.
13980 * doc/html/* : rebuild the doc
13981
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013982Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13985 on predicate
13986 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13987 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13988 really want to have tags closed on output even if we accept
13989 unclosed ones on input
13990
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013991Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13992
13993 * xpath.c: ouch don't free NULL, rare case fixed
13994 * tree.c: don't coalesce text nodes if they don't have the
13995 same behaviour wrt escaping on output
13996
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013997Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13998
13999 * xpath.c: small fixup
14000 * SAX.c: don't warn on empty namespaces.
14001
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014002Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14003
14004 * README: a bit of cleanup
14005 * configure.in: preparing for 2.3.0 release
14006
Daniel Veillard1f83d392001-02-08 09:37:42 +000014007Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14008
14009 * hash.[ch]: added a first version of xmlHashSize()
14010 * valid.c: another bug fix from Gary Pennington
14011
Daniel Veillard5eef6222001-02-07 18:24:48 +000014012Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * valid.c: couple of bug fixes pointed by Gary Pennington
14015 * HTMLtree.c: #if 0 cleanup
14016
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014017Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14020 which removes a time consuming check of xmlXPathNodeSetAdd()
14021 and use it in places where we are sure to not break unicity
14022
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014023Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14024
14025 * xpath.c: bug fixes found from XSLT
14026 * tree.c: preserve node->name special values when copying nodes.
14027 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14028 external subset are fetched when available but without full
14029 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14030 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14031 output with encoding disabled.
14032
Daniel Veillard2c833b62001-02-03 08:52:06 +000014033Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14036 xmlCheckFilename should not be called from xmlFileOpenW
14037 and xmlGzfileOpenW
14038
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014039Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14042 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14043 added the new tests for URI normalization
14044 * testURI.c: fixed stoopid bugs
14045 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14046 the URI in the error messages are now properly normalized
14047
Daniel Veillardea28ce62001-02-02 08:20:19 +000014048Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14049
14050 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14051
Daniel Veillarde99a4762001-02-01 04:34:35 +000014052Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14053
14054 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14055
Daniel Veillard2b325a02001-01-31 20:46:31 +000014056Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14057
14058 * xpath.c: fixed mod operator
14059
Daniel Veillardde55cf62001-01-31 15:53:13 +000014060Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14061
14062 * parser.c: fixed xmlStrcat doc
14063 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14064 trees.
14065
Daniel Veillard2f913b72001-01-31 13:23:49 +000014066Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14067
14068 * xpath.c result/XPath/tests/chaptersbase
14069 result/XPath/tests/simplebase: fixed XPath node()
14070 * tree.c: small fix in xmlNewNs()
14071 * Makefile.am: removed extraneous xml2Conf.sh rule
14072
Daniel Veillardb42042b2001-01-28 07:40:36 +000014073Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14074
14075 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14076 Changed the library name, in order to get libxml-devel and
14077 libxml2-devel to coexist on a single system
14078 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14079 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14080
Daniel Veillardee0a4662001-01-27 18:59:33 +000014081Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14082
14083 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14084 libxml2-devel installable in // as libxml-devel.
14085
Daniel Veillard5eb05942001-01-27 17:50:22 +000014086Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14087
14088 * doc/Makefile.am: fixed make rebuild in doc
14089 * doc/html/*.html: rebuilt the docs
14090
Daniel Veillard65c295d2001-01-26 09:32:39 +000014091Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14092
14093 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14094
Daniel Veillard8e199902001-01-25 18:54:39 +000014095Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14096
14097 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14098 the HTML doc to go into the -devel RPM ...
14099 * aclocal.m4 config.h.in: some updates due to auto* magic
14100
Daniel Veillard93086662001-01-25 18:13:04 +000014101Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * xpath.h: added a hook in the context structure allowing to
14104 link to extra support, needed for XSLT
14105
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014106Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14107
14108 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14109 xmlXPtrCmpPoints to use it.
14110 * propagated the following patch from Alejandro Forero
14111 * include/win32config.h xmlIO.c: applied further suggestions
14112 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14113 * example/gjobread.c: fixed warnings, now that it builds
14114
14115Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14116
14117 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14118
14119 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14120 filename points to a valid file (not a directory).
14121 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14122 Added calls to xmlCheckFilenameDir.
14123
14124 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14125 `path' (rather than `filename') as the parameter to gzopen and open.
14126
Daniel Veillard48177c22001-01-23 15:27:41 +000014127Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14128
14129 * Makefile.am: fixed a problem with EXTRA_DIST
14130
Daniel Veillardb83ba402001-01-22 22:45:10 +000014131Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14132
14133 * Makefile.am example/Makefile.am: finally found the trick
14134 to build the example, i.e. add "." in SUBDIRS before example
14135 in the list <grin/>
14136
Daniel Veillard82687162001-01-22 15:32:01 +000014137Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14138
14139 * doc/xml.html: updated with an XSLT section, removed pointer to
14140 W3C CVS base.
14141
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014142Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14143
14144 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14145 too, and deallocation need to occur the same way.
14146
Daniel Veillarde4566462001-01-22 09:58:39 +000014147Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14148
14149 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14150 type correponding to an XSLT result tree fragment. Share most
14151 of the data format with node set, as well as operators.
14152 * HTMLtree.c: added a newline at the end of the doctype output
14153 whe this one is not present initially.
14154 * tree.c: make sure taht the parent and doc pointers are properly
14155 set when copying attributes (lists).
14156
Daniel Veillard701c7362001-01-21 09:48:59 +000014157Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14158
14159 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14160
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014161Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14162
14163 * xpath.c: seems I finally killed that ugly path evaluation
14164 context bug (tagged 9999 in case is is wrong)
14165
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014166Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14169 for XSLT
14170
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014171Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14172
14173 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14174 for xmlGzfileOpen() bug
14175
Daniel Veillardf6eea272001-01-18 12:17:12 +000014176Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14177
14178 * xpath.c: removed an error found by XSLT usage
14179 * tree.c parserInternals.h: use a predefined static string
14180 for text and comment nodes, avoid freeing them in xmlFreeNode,
14181 exported the string name in parserInternals.h and added
14182 another value to disable encoding at output (for XSLT),
14183 gain memory, time.
14184
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014185Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14186
14187 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14188 win32/libxml2/libxml2_so.dsp: new makefiles and update
14189 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14190
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014191Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14192
14193 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14194 Gary Pennington
14195
Daniel Veillard389e6b72001-01-15 19:41:13 +000014196Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * xpath.c: fixed the comaprision of values and nodelists,
14199 need to compare nodelist still ...
14200 * debugXML.c: avoided a possible core dump
14201 * HTMLparser.c: cleanup
14202 * nanohttp.c: contributed fix.
14203 * tree.c: fixes in properties handling added xmlSetNsProp
14204 needed by libxslt
14205 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14206 comment
14207 * TODO: updated
14208
Daniel Veillard167bd532001-01-06 21:09:34 +000014209Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14210
14211 * parser.c parserInternals.c: applied Bjorn Reese optimization
14212 patch
14213
14214Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14215
14216 * Makefile.am: applied patch fro make check from Martin Vidner
14217
Daniel Veillard503b8932001-01-05 06:36:31 +000014218Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14219
14220 * configure.in: preparing 2.2.11
14221 * doc/html/*: rebuild the HTML files
14222 * doc/xml.html : updated
14223
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014224Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14225
14226 * tree.c: fixed a stupid bug
14227 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14228 patches related to validation of an XInclude processing result
14229 * TODO: updated
14230
Daniel Veillarde2488192001-01-04 10:54:22 +000014231Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
14233 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14234 on large files
14235
Daniel Veillardf060a412001-01-03 20:52:44 +000014236Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14237
14238 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14239
Daniel Veillard45cff692001-01-03 18:02:04 +000014240Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14241
14242 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14243 reported by Jonas Borgström
14244 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14245
Daniel Veillard08108982001-01-03 15:24:58 +000014246Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14247
14248 * testXPath.c xpath.c: fixing the XPath union expressions problem
14249 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14250
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014251Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * xmllint.c: Made is so if the file name is "-" is will read form
14254 standard input. Sven Heinicke <sven@zen.org>
14255 * tree.c: fixed a problem when growing buffer
14256 * tree.h: fixed the comment of the node types following andersca
14257 comment
14258 * TODO: updated
14259
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014260Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14261
14262 * HTMLparser.[ch]: added a way to avoid adding automatically
14263 omitted tags. htmlHandleOmittedElem() allows to change the
14264 default handling.
14265 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14266 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14267 of xmllint too when using --memory flag, added a memory test
14268 suite at the Makefile level.
14269 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14270 with namespace use when encountering QNames in XPath evalation,
14271 added xmlns() scheme in XPointer.
14272 * nanoftp.c : incorporated a fix
14273 * parser.c xmlIO.c: fixed problems raised with encoding when using
14274 the memory I/O
14275 * parserInternals.c: closed bug 25934 reported by
14276 torsten.landschoff@innominate.de
14277 * TODO: updated
14278
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014279Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14280
14281 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14282 on a non-updated tree :-(, made a 2.2.10 release to correct the
14283 situation
14284
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014285Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14286
14287 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14288 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14289 integrated a set of OpenVMS changes from Howard Taylor
14290 <Howard.Taylor@pacoast.com>
14291
Daniel Veillard58770e72000-11-25 00:48:47 +000014292Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14293
14294 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14295 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14296
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014297Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14298
14299 * HTMLparser.c: some fixes on auto-open of html/head/body
14300 * encoding.c: fixed a compilation error on some gcc env
14301 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14302 XPointer implementation
14303 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14304 related XPointer tests and associated results
14305
Daniel Veillard300f7d62000-11-24 13:04:04 +000014306Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14307
14308 * doc/xmldtd.html doc/xml.html: following a short step by step
14309 guidance on IRC to help maciej with DTDs I started a small
14310 page on the subject.
14311
Daniel Veillard748e45d2000-11-17 16:36:08 +000014312Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14313
14314 * HTMLparser.c: fixed handling of broken charrefs
14315 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14316 patches
14317
Daniel Veillard28929b22000-11-13 18:22:49 +000014318Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14319
14320 * doc/xml.html doc/html/* : rebuilt the docs after adding
14321 xinclude and updated page for 2.2.7 and 2.2.8
14322 * configure.in: releasing 2.2.8
14323
Daniel Veillard41e06512000-11-13 11:47:47 +000014324Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14325
14326 * parser.[ch] parserInternals.c: applied the conditional
14327 section processing fix from Jonathan P Springer
14328 <jonathan.springer2@gte.net>
14329 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14330 project file, fixed iconv default non support
14331 * xpath.c: fixed the problem of evaluating relative expressions
14332 when a node context is provided.
14333
Daniel Veillardbf432752000-11-12 15:56:56 +000014334Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14335
14336 * nanoftp.c: fixed gcc 2.95 new warnings
14337 * SAX.c: fixed a stupid bug
14338 * tree.c: fixed a formatting problem when round-tripping
14339 from/to memory
14340 * xinclude.c: chased memleak, fixed a base problem
14341 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14342 xmlXPtrBuildNodeList()
14343 * TODO: updated
14344 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14345 adding a first small set of regression tests for XInclude
14346
Daniel Veillardc2def842000-11-07 14:21:01 +000014347Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14348
14349 * nanohttp.[ch]: applied Wayne Davison patches to access
14350 the WWW-Authorization header.
14351 * parser.c: Closed Bug#30847: Problems when switching encoding
14352 in short files by applying Simon Berg's patch.
14353 * valid.c: fixed a validation problem
14354 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14355 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14356 Wayne Davison
14357 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14358 need to be extended to non full nodes selections.
14359 * xinclude.c: starts to work decently
14360
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014361Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14362
14363 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14364 debugXML.c xmlversion.h.in: Started adding XInclude support,
14365 this is a new xmllint option
14366 * tree.c xpath.c: applied TOM patches for XPath
14367 * xpointer.c: fixed a couple of errors.
14368 * uri.c: added an escaping function needed for xinclude
14369 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14370 new warning from RH70 gcc's version
14371
Daniel Veillarda4964b72000-10-31 18:23:44 +000014372Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14373
14374 * HTMLparser.c: fixed loop on invalid char in scripts
14375 * parser.c: update to description of xmlIOParseDTD()
14376 * libxml.m4 xmlversion.h.in: changes contributed by
14377 Michael Schmeing <m.schmeing@internet-factory.de>
14378 * configure.in: preparing for 2.2.7
14379 * Makefile.am: trying to avoid config.h and acconfig.h
14380 being included in the distrib
14381 * configure.in: released 2.2.7
14382
14383Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14384
14385 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14386 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14387
Daniel Veillard01411222000-10-30 15:33:22 +000014388Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14389
14390 * parser.[ch]: added xmlIOParseDTD()
14391 * xpointer.c: added support for the 2 extra parameters of
14392 string-range, fixed a stoopid error when '0' was present
14393 in XPointer expressions
14394 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14395 testsuite for the above
14396
Daniel Veillard6db58192000-10-30 09:27:53 +000014397Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14398
14399 * libxml.spec.in: improved package descriptions
14400
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014401Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14402
14403 * xpath.c xpathInternals.h: applied a large cleaning patch
14404 from TOM <ptittom@free.fr>, it also add namespace support
14405 for function and variables registration.
14406
Daniel Veillardbd20df72000-10-29 17:53:40 +000014407Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14408
14409 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14410 * Makefile.mingw: Wayne Davison's update adding hash.c
14411
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014412Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14413
14414 * xpath.c: fixed the root evaluation problems
14415 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14416 ignorable spaces with <b> <bold> <em>
14417 * tree.c: fixed a loop in xmlSearchNsByHref()
14418
Daniel Veillard767662d2000-10-27 17:04:52 +000014419Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14420
14421 * xpath.c: applied another XPath patch from TOM
14422 * xpath.c include/makefile.am: applied another patch from
14423 china@thewrittenword.com (cleanup on IRIX).
14424
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014425Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14426
14427 * xml-config.1: received a fixed version from Fredrik Hallenberg
14428 <hallon@lysator.liu.se>
14429
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014430Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14431
14432 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14433 cleanup patch for XPath
14434
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014435Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14436
14437 * patched to redirrect all "out of context" error messages to
14438 a reconfigurable routine. The changes are:
14439 * xmlerror.h : added the export of an error context type (void *)
14440 an error handler type xmlGenericErrorFunc there is an interface
14441 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14442 to reset the error handling routine and its argument
14443 (by default it's equivalent to respectively fprintf and stderr.
14444 * all the c files: all wild accesses to stderr or stdout within
14445 the library have been replaced to calls to the handler.
14446
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014447Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14448
14449 * configure.in: release 2.2.6
14450 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14451 exporting the inner functions of xpath for extension modules
14452 * doc/*: updated and rebuilt the doc
14453
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014454Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14455
14456 * nanohttp.c : applied Wayne HTTP cleanup patch
14457 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14458 and xmlNodeSetSpacePreserve()
14459
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014460Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14461
14462 * xpath.c: closing bug #29260
14463
Daniel Veillard126f2792000-10-24 17:10:12 +000014464Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14465
14466 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14467 multikey tuples, made hash structure opaque
14468 * valid.[ch]: moved elements, attributes, notations decalarations
14469 as well as ID and refs to hash tables.
14470 * entities.c: hash cleanup
14471 * xmlmemory.c: fixed a dump problem in debug mode
14472 * include/Makefile.am: problem passing in DESTDIR= values patch
14473 from Marc Christensen <marc@calderasystems.com>
14474 * nanohttp.c: removed debugging remains
14475 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14476 * HTMLparser.c parser.c: fixing a number of problems with the
14477 macros in the *parser.c files (Wayne).
14478 * HTMLparser.c: close the previous option when opening a new one
14479 (Marc Sanfacon).
14480 * result/HTML/*: updated the HTML results accordingly
14481
Daniel Veillard52afe802000-10-22 16:56:02 +000014482Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14483
14484 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14485 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14486 XPath functions and XML entities table to them. More to come...
14487 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14488
Daniel Veillard683cb022000-10-22 12:04:13 +000014489Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14490
14491 * tree.c: coalesce adjacent text nodes
14492 * valid.c: handling of blank nodes in DTd validation (raised
14493 by problems with a posteriori validation).
14494 * nanohttp.c: changing behaviour on HTTP write stuff.
14495 * HTMLtree.c: forced body and html to be explicitely closed.
14496 * xpath.h: exported more XPath functions.
14497
Daniel Veillard1baf4122000-10-15 20:38:39 +000014498Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14499
14500 * Release of 2.2.5
14501 * xpointer.c: range() range-inside and other helper functions
14502 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14503
Daniel Veillard47e12f22000-10-15 14:24:25 +000014504Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14505
14506 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14507 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14508
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014509Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14510
14511 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14512 and XPointer modules
14513
Daniel Veillard134c9f32000-10-15 10:27:08 +000014514Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14515
14516 * SAX.h: closed #25107
14517
Daniel Veillard39915622000-10-15 10:06:55 +000014518Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14519
14520 * testSAX.c: fixed problem with cdata reporting
14521 * SAXresult/* : updated
14522
Daniel Veillard1e851392000-10-15 10:02:56 +000014523Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14524
14525 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14526 Closed bug #27499, added to regression tests
14527 * TODO: updated
14528
Daniel Veillard7eda8452000-10-14 23:38:43 +000014529Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14530
14531 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14532 support for SCRIPT and STYLE with help from Bjorn Reese
14533 * test/HTML/* result/HTML/*: added simple testcase and updated
14534 the existing ones.
14535
Daniel Veillardff9c3302000-10-13 16:38:25 +000014536Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14537
14538 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14539 string-range for empty strings
14540 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14541 test/XPath/xptr/strrange: augmented the XPointer testsuite
14542
Daniel Veillard189446d2000-10-13 10:23:06 +000014543Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * doc/xml.html doc/xmlmem.html: added a module describing memory
14546 interfaces and use, updated the main page.
14547
Daniel Veillard2f971a22000-10-12 23:26:32 +000014548Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14549
14550 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14551 nanoftp code work on Windows too now
14552
14553Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014554
14555 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14556 * xpointer.c: implemented string-range() at least a good first version
14557 * test/XPath/docs/str test/XPath/xptr/strrange
14558 result/XPath/xptr/strrange: the string-range() tests
14559
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014560Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14561
14562 * Makefile.am include/Makefile.am include/win32config.h
14563 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14564 and make distcheck
14565
Daniel Veillard19d61112000-10-11 23:50:35 +000014566Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14567
14568 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14569 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14570 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14571
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014572Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14575 patch for socklen_t detection by
14576 Albert Chin-A-Young <china@thewrittenword.com>
14577
Daniel Veillardcd429612000-10-11 15:57:05 +000014578Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14581 and added a --dtdvalid option to xmllint used to test it
14582
Daniel Veillard47c02452000-10-11 13:04:36 +000014583Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14584
14585 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14586 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14587
Daniel Veillard2d38f042000-10-11 10:54:10 +000014588Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14589
14590 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14591 handlings (registration, lookup, cleanup)
14592
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014593Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14594
14595 * configure.in Makefile.am include/makefile.am: adding XPointer
14596 and XPtrtests target
14597 * xpointer.[ch] : new files for XPointer support
14598 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14599 more XPath tests
14600
Daniel Veillard57fda592000-10-10 23:24:14 +000014601Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14602
14603 * configure.in: fixed, very broken, make distcheck works again
14604
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014605Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14606
14607 * More work toward 2.2.5, integrated a number of patches
14608 * configure.in Makefile.am win32config.h.in: trying to cleanup
14609 make distcheck .... huh ...
14610 * include/Makefile.am include/win32config.h: new directory
14611 for includes
14612 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14613 updated teh makefiles and instructions for WIN32
14614 * xpath.c: small fixes
14615 * test/XPath/ results/XPath: updated the testcases and results
14616 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14617 suggested patches
14618 * valid.c: fixed an ID bug
14619
Daniel Veillardb71379b2000-10-09 12:30:39 +000014620Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14621
14622 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014623 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014624 * xpath.[ch]: worked on XPointer
14625
Daniel Veillard7e99c632000-10-06 12:59:53 +000014626Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14627
14628 * configure.in Makefile.am: 2.2.5, ship the include in an
14629 include/libxml subdirectory, use symlinks when using CVS
14630 * testSAX.c: fixed small bug
14631 * testXPath.c: changed the way testfiles are parsed
14632 * debugXML.c: same kind of cleanup when parsing an argument expression
14633 XPath/XPointers can have blanks embedded
14634 * xpath.[ch]: more cleanup, reorgs for XPointer work
14635 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14636 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14637
Daniel Veillard55b91f22000-10-05 16:30:11 +000014638Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14639
14640 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14641 in the XPath engine, rewrote large parts of it, now it's far
14642 cleaner and in sync with the REC not an old WD. Fixed a parsing
14643 problem in the interactive XML shell found when testing XPath.
14644
Daniel Veillardac260302000-10-04 13:33:43 +000014645Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14646
14647 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14648 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14649 examples with the extra test
14650
Daniel Veillard7cfce322000-10-04 12:40:27 +000014651Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14652
14653 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14654 the global init function.
14655
Daniel Veillard970112a2000-10-03 09:33:21 +000014656Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14657
14658 * HTMLparser.c: Doohhh, attribute name parsing was still case
14659 sensitive ! Fixed this ...
14660 * result/HTML/* : updated the tests results accordingly
14661
Daniel Veillard740abf52000-10-02 23:04:54 +000014662Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14663
14664 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14665 engine, should be far more stable, incorporated a new version of
14666 preceding/following axis, need testing
14667 * uri.c: fixed file:///c:/a/b/c problem
14668 * test/XPath/tests/idsimple: augmented the XPath tests
14669
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014670Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14671
14672 * doc/* rebuilding docs for 2.2.4 release
14673
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014674Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * configure.in: releasing 2.2.4
14677 * parser.[ch]: added xmlStrEqual()
14678 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14679 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14680 use xmlStrEqual instead
14681 * TODO: updated
14682 * added an XPath test
14683
Daniel Veillardbc765302000-10-01 18:23:35 +000014684Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14685
14686 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14687 * entities.h: exported xmlInitializePredefinedEntities
14688 * parser.[ch] : added xmlInitParser()
14689 * parserInternals.h : had to export htmlInitAutoClose()
14690
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014691Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14694 problems
14695 * Makefile.am : added XPath regression tests to normal tests
14696 * uri.c: fixed a problem with local paths, cleanup
14697 * parser.c: fixed a problem with large CData sections
14698
Daniel Veillardd2ade932000-09-30 14:39:55 +000014699Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14700
14701 * configure.in xml-config.in: patch from "Ben Taylor"
14702 <sol7x86@hotmail.com> for solaris shared libs lookup
14703
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000147042000-09-30 Martin Baulig <baulig@suse.de>
14705
14706 * libxml-2.0.pc.in: Provide pkg-config script.
14707
14708 * configure.in: Create the libxml-2.0.pc script from the
14709 libxml-2.0.pc.in templates.
14710 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014711 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014712
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014713Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14714
14715 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14716 when compiling with MSC
14717
Daniel Veillard46057e12000-09-24 18:49:59 +000014718Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14719
14720 * xpath.c: patch for normalize-string() substring-before(),
14721 substring-after() and translate() functions from Bjorn Reese
14722 <breese@mail1.stofanet.dk>
14723 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14724 Fredrik Hallenberg <hallon@lysator.liu.se>
14725 * TODO: updated
14726
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014727Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14728
14729 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14730 problem of socklen_t being undefined on a number of platforms
14731 * debugXML.c: fixed a compilation problem when without snprintf
14732
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014733Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14734
14735 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14736 an URI bug and a fix for the control-character-induced infinite loop
14737 * nanohttp.c: preventive fix for compiling on WIN32
14738
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014739Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14740
14741 * xmlint.c: closing bug #25000
14742
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014743Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14744
14745 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14746 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14747 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14748 related function, fixing xmlStrncmp(), and associated cleanup
14749 * result/HTML/entities.html.sax: updating result
14750
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014751Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14752
14753 * uri.c: applied patch for URI escaping from Wayne Davison
14754 <wayned@blorf.net>
14755 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14756 from Denis Barbier <barbier@imacs.polytechnique.fr>
14757 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14758 patch from Wayne Davison
14759
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014760Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14761
14762 * doc/xml.html : updated with new releases, adding "how to help"
14763
Daniel Veillard04698d92000-09-17 16:00:22 +000014764Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14765
14766 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14767 removed a few warnings in pedantic mode ...
14768 * parserInternals.c parser.c: moved encoding switching function
14769 to parserInternals.c
14770 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14771
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014772Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14773
14774 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14775 error or warning handlers
14776
Daniel Veillardb1059e22000-09-16 14:02:43 +000014777Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14778
14779 * parserInternals.c parserInternals.h parser.c Makefile.am:
14780 created a new module parserInternals.c, moved most of the
14781 code shared by the various parsers there, as well as
14782 deprecated code from parser.c. More cleanup of parser.c
14783 * uri.c: fixed a problem when URI is NULL
14784 * valid.c: speedup when looking for an attribute declaration
14785
Daniel Veillard39c7d712000-09-10 16:14:55 +000014786Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14787
14788 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14789 the cleanup of the computation of URI references when seeking
14790 external entities. The URI reference string and the resulting
14791 URI are both stored now.
14792 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14793 large s(n)printf checks and cleanup from Denis Barbier
14794 <barbier@imacs.polytechnique.fr>
14795 * xmlversion.h.in tree.h: couple of SGML declarations for a
14796 possible docbook module.
14797 * result/VC/ : a couple of test output changed due to the change
14798 of the entities URI
14799
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014800Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14801
14802 * parser.h: added a _private field for linking user's data
14803
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014804Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * parser.c parserInternals.h: demacroified most of the IS_XXX
14807 the gain in size is significant so ...
14808
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014809Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14810
14811 * entities.c: cases where looking up entities with doc==NULL
14812 covered
14813
Daniel Veillard90e11312000-09-05 10:42:32 +000014814Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14815
Daniel Veillard1de50802000-09-07 08:54:32 +000014816 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014817 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14818
Daniel Veillard98a79162000-09-04 11:15:39 +000014819Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14820
Daniel Veillard1de50802000-09-07 08:54:32 +000014821 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014822 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14823 * Makefile.in: added URItest and included thenin "make tests"
14824
14825Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014826
14827 * xmlversion.h.in: closed bug 22941
14828
Daniel Veillard2bb89092000-08-31 14:57:50 +000014829Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14830
14831 * doc/xmlio.html: added doc and example for entity loader
14832 redefinition.
14833
Daniel Veillard96984452000-08-31 13:50:12 +000014834Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14835
14836 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14837 used by libxml
14838
Daniel Veillarde715dd22000-08-29 18:29:38 +000014839Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14840
14841 * parser.c: Fixed bug on invalid ontent characters and when using
14842 push.
14843 * xmllint.c: fixed xmllint endling of errors in push mode
14844
Daniel Veillard4948eb42000-08-29 09:41:15 +000014845Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14846
14847 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014848 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014849 * result/HTML/*.sax: regenerated HTML SAX output
14850 * parser.c: more cleanup.
14851
Daniel Veillarde010c172000-08-28 10:04:51 +000014852Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14853
14854 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014855 patches from Wayne Davison <wayned@users.sourceforge.net>,
14856 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014857 * HTMLparser.c: fixed an ignorable white space detection bug
14858 occuring when parsing with SAX only
14859 * result/HTML/*.sax: updated since the output is now HTML
14860 encoded...
14861
Daniel Veillard47f3f312000-08-27 22:40:15 +000014862Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14863
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014864 * HTMLparser.[ch]: applied some of Wayne Davison
14865 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014866
Daniel Veillarde0854c32000-08-27 21:12:29 +000014867Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14868
14869 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14870 undeclared namespace prefix was used, added a warning.
14871 Cleaned up support w.r.t. entities, spilling out a warning
14872 and being pedantic on lookups.
14873 * test/warning/ent9 : added testcase for previous example.
14874 * TODO: updated
14875 * parserInternals.h parser.c: changed the way names are parsed
14876 now allow infinite size and decrease penalty for normal use
14877 * parser.c: Started a big cleanup/check of the parser code,
14878 fixed some of the most tortuous entity code, spotted code
14879 unused anymore
14880 * test/*: added tests for very long names and related nasty
14881 things.
14882
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014883Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14884
14885 * doc/encoding.html: added encoding aliases doc
14886 * doc/xml.html: updates
14887 * encoding.[ch]: added EncodingAliases functions
14888 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14889 bottleneck affecting large DTDs like Docbook
14890 * parser.[ch] xmllint.c: added a pedantic option, will be
14891 useful
14892 * SAX.c: redefinition of entities is reported in pedantic mode
14893 * testHTML.c: uninitialized warning from gcc
14894 * uri.c: fixed a couple of bugs
14895 * TODO: added issue raised by Michael
14896
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014897Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14898
14899 * doc/encoding.html: propagated Martin Duerst suggestions
14900
Daniel Veillard52402ce2000-08-22 23:36:12 +000014901Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14902
14903 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14904 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14905 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14906 by Wayne Davison
14907
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014908Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14909
14910 * nanoftp.c nanohttp.c: small cleanup
14911 * TODO: updated
14912
Daniel Veillard244ece92000-08-19 20:58:02 +000014913Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14914
14915 * added an old VC testcase and updated title.xml entity
14916
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014917Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14918
14919 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14920 done on auto-opening of <p> tags and cleanup of SAX output
14921
Daniel Veillard979e55e2000-08-19 16:48:54 +000014922Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14923
14924 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14925
Daniel Veillard4540be42000-08-19 16:40:28 +000014926Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14927
14928 * doc/xml.html libxml.* structure.*: updated the doc a bit
14929
Daniel Veillard808a3f12000-08-17 13:50:51 +000014930Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14931
14932 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14933 of SAX tests
14934
Daniel Veillard29579362000-08-14 17:57:48 +000014935Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14936
14937 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14938 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14939
Daniel Veillard1255ab72000-08-14 15:13:33 +000014940Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14941
14942 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14943 * testHTML.c: fix core dump on Solaris 2.x systems
14944 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14945 * result/HTML/*.sax: previous bug fix lead to new results
14946
Daniel Veillard03109292000-08-14 14:58:22 +000014947Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14948
14949 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14950 * configure.in: added --with-readline=DIR to accept alternate
14951 path for readline include/library
14952 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14953 for ANSI under HP-UX
14954 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14955 includes @LIBS@
14956
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014957Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14958
14959 * doc/* : rebuilt the docs
14960 * getting ready for 2.2.2 release
14961
Daniel Veillard87b95392000-08-12 21:12:04 +000014962Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14963
14964 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14965 and xmlAddFeature()
14966 * tree.[ch]: added xmlAddChildList()
14967 * xmllint.c: MAP_FAILED macro test
14968 * parser.h: added xmlParseCtxtExternalEntity()
14969 * valid.c: applied bug fixes removed warning
14970 * tree.c: added CDATA block to elements content
14971 * testSAX.c: cleanup of output
14972 * testHTML.c: added SAX testing
14973 * encoding.c: better error recovery
14974 * SAX.c, parser.c: fixed one of the external entity processing
14975 of the OASis testsuite
14976 * Makefile.am: added HTML SAX regression tests
14977 * configure.in: bumped to 2.2.2
14978 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14979 SAX results
14980
Daniel Veillard88a172f2000-08-04 18:23:10 +000014981Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14982
14983 * configure.in: patch for HP compiler
14984
149852000-08-04 Sven Heinicke <sven@zen.org>
14986
14987 * xmllint.c: Was coredumping sometimes when the file given didn't
14988 exist.
14989
Daniel Veillard46e370e2000-07-21 20:32:03 +000014990Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014993
Daniel Veillard46e370e2000-07-21 20:32:03 +000014994 when using in memory parsing. Need some cleanup.
14995 * xmllint.c configure.in: added a --memory flag to test memory
14996 parsing
14997
Daniel Veillard36650692000-07-21 15:16:39 +000014998Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14999
15000 * nanohttp.c: fixed socklen_t replacement to unsigned int
15001 * parser.c: fixed a space handdling missing at the end of
15002 production 28 DOCTYPE.
15003 * xmlmemory.c: fixed a stupid bug on the routine to override
15004 allocation functions
15005 * TODO: updated
15006
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015007Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15008
15009 * doc/ regenerated the docs
15010
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015011Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15012
15013 * doc/encoding.html doc/xml.html: added I18N doc
15014 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15015 improvements, both parser and filters, added ASCII & HTML,
15016 fixed the ISO-Latin-1 one
15017 * xmllint.c testHTML.c: added/made visible --encode
15018 * debugXML.c : cleanup
15019 * most .c files: applied patches due to warning on Windows and
15020 when using Sun Pro cc compiler
15021 * xpath.c : cleanup memleaks
15022 * nanoftp.c : added a TESTING preprocessor flag for standalong
15023 compile so that people can report bugs more easilly
15024 * nanohttp.c : ditched socklen_t which was a portability mess
15025 and replaced it with unsigned int.
15026 * tree.[ch]: added xmlHasProp()
15027 * TODO: updated
15028 * test/ : added more test for entities, NS, encoding, HTML, wap
15029 * configure.in: preparing for 2.2.0 release
15030
Daniel Veillard49703262000-07-10 10:27:46 +000015031Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15032
15033 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015034 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015035
Daniel Veillard306be992000-07-03 12:38:45 +000015036Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15037
15038 * doc/xml.html: changed the xmlsoft.org structure, updated the
15039 examples w.r.t. root and childs
15040
Daniel Veillard7d853352000-07-02 18:53:09 +000015041Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15042
Daniel Veillard784b9352003-02-16 15:50:27 +000015043 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015044
Daniel Veillard365e13b2000-07-02 07:56:37 +000015045Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15046
15047 * HTMLparser.c: Work on character encoding support for the HTML parser
15048 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15049 * encoding.c: Fixed a potential memleak in the encoding stuff
15050
Daniel Veillardaf743792000-07-01 11:49:28 +000015051Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15052
15053 * doc/FAQ.html doc/Makefile.am : added a FAQ
15054
15055Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015056
15057 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15058 of the HTML parser to force it to not bypass SAX
15059
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015060Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15061
15062 * win32config.h.in: updated
15063 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15064 lacks iconv support :-( need to release 2.1.1
15065 * configure.in: release 2.1.1
15066 * HTMLparser: fixed bug #14784
15067 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15068 by Windows compiler
15069 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15070 the SAX startDocument() callback.
15071 * TODO: updated
15072
15073Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * added xmlStopParser()
15076
Daniel Veillardbe803962000-06-28 23:40:59 +000015077Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * configure.in: 2.1.0 prerelease
15080 * Large resync between W3C and Gnome tree
15081 * nanoftp, nanohttp.c: fixed stalled connections probs
15082 * HTMLtree.c SAX.c : support for attribute without values in
15083 HTML for andersca
15084 * valid.c: Fixed most validation + namespace problems
15085 * HTMLparser.c: start document callback for andersca
15086 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15087 * parser.h, SAX.c: serious speed improvement for large
15088 CDATA blocks
15089 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15090 different encoding
15091 * example/Makefile.am example/gjobread.c tree.h: work on
15092 libxml1 libxml2 convergence.
15093 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15094 and the LIBXML_TEST_VERSION macro
15095
Daniel Veillardc310d562000-06-23 18:32:15 +000015096Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15097
15098 * doc/xml.html: various patches and improvements typo fixed by
15099 Felix Natter
15100 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15101 from Felix Natter <fnatter@gmx.net>
15102
Daniel Veillardf3029822000-05-06 08:11:19 +000015103Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15104
15105 * doc/upgrade.html: updated with instructions for support of both
15106 libxml-1.x and libxml-2.x
15107 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15108 for 2.x support and also fixed includes
15109
15110
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015111Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15112
15113 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15114 the encoding support, added iconv support, so now libxml if
15115 compiled with iconv automatically support japanese encodings
15116 among others. Work based on initial patch from Yuan-Chen Cheng
15117 I may have broken binary compat in the encoding handler
15118 registration scheme, but that was so utterly broken I don't
15119 expect anybody to have used this feature until now.
15120 * parserInternals.h: fixup on the CHAR range macro
15121 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15122 code.
15123 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15124 * uri.c: added xmlParseURI() I can't believe I forgot to
15125 implement this one in 2.0 !!!
15126 * SAX.c: moved doc->encoding update in the endDocument() call.
15127 * TODO: updated.
15128
Daniel Veillard06047432000-04-24 11:33:38 +000015129Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15130
15131 * tree.h: removed extraneous xmlRemoveProp definition
15132 * TODO: added item about --disable-corba configure switch
15133 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15134 * nanoftp.c: fixed include problems giving troubles on AIX and
15135 slowlaris
15136 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15137 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15138 comment and headers changes to lower gtk-doc number of warnings
15139 * doc/html/*: rebuilt docs
15140
Daniel Veillarde0aed302000-04-16 08:52:20 +000015141Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15142
15143 * HACKING: documented the tag for 1.x and instructions
15144
Daniel Veillard5e873c42000-04-12 13:27:38 +000015145Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15146
15147 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15148 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15149 xmlCreateIOParserCtxt
15150 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15151 significant overall improvement
15152 * xmllint.c: added I/O test to xmllint
15153 * testSAX.c: added a speed test
15154 * doc/* : updated/regenerated
15155
Daniel Veillardfc708e22000-04-08 13:17:27 +000015156Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15157
15158 * xpath.c uri.h parserInternals.h: cosmetic changes from
15159 "Timur I. Bakeyev" <timur@bat.ru>, including making
15160 xmlCreateURI() public
15161
Daniel Veillard5d211f42000-04-07 17:00:24 +000015162Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15163
15164 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15165 and the code at the same time. Added a clean mechanism for
15166 overload or added input methods: xmlRegisterInputCallbacks()
15167 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15168 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15169 * TODO: updated
15170 * doc/* : updated/regenerated
15171 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15172 source dir
15173
Daniel Veillarde77a9182000-04-05 19:12:29 +000015174Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15175
15176 * testURI.c: yet another forgotten commit, I should get some sleep !
15177
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015178Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15179
15180 * xmllint.c: forgot to commit this too ?
15181
Daniel Veillardb9df4042000-04-05 14:23:16 +000015182Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15183
15184 * xmlversion.h.in : forgot to commit this previously
15185
Daniel Veillard361d8452000-04-03 19:48:13 +000015186Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15187
15188 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15189 * README TODO: updated for release
15190 * uri.c uri.h: added authority parsing/saving
15191 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15192 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15193 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15194 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15195 Makefile.am : added compile-time customization of libxml
15196 --with-ftp --with-http --with-html --with-xpath --with-debug
15197 --with-mem-debug
15198 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15199 #include <libxml/xxx.h> I hope it won't break too much stuff
15200 and will be manageable in the future...
15201 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15202 and added xmllint to the installed programs
15203 * uri.h: added xmlFreeURI()
15204
Daniel Veillardec303412000-03-24 13:41:54 +000015205Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15206
15207 * uri.c uri.h: finished the escaping handling, the base support
15208 and the URI path normalization. Looks good just lacks the
15209 authority content parsing code.
15210 * Makefile.am: added instructions to generate testURI
15211 * TODO: updated
15212 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15213 added links and icons for W3C and Gnome
15214
Daniel Veillard8f621982000-03-20 13:07:15 +000015215Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15216
15217 * xmlmemory.[ch] : seems I forgot to actually update the files in
15218 the last commit :-)
15219 * doc/xml.html doc/html/* : updated and uploaded the docs
15220
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015221Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15222
15223 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15224 * TODO: updated
15225 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015226 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015227 gfree).
15228 * Makefile.am, uri.c, uri.h: added a set of functions to do
15229 exact (litteraly copied from the RFC 2396 productions) parsing
15230 and handling of URI. Will be needed for XLink, one XML WFC,
15231 XML Base and reused in the nano[ftp/http] modules. Still work
15232 to be done.
15233
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015234Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15235
15236 * configure.in, libxml.spec.in : libxml2
15237 * doc/* : updated the doc page, rebuilt the docs
15238
Daniel Veillardcf461992000-03-14 18:30:20 +000015239Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15240
15241 * all: tagged LIB_XML_1_X
15242 * *.c *.h : updated from W3C CVS tree
15243 * configure.in : 2.0.0-beta
15244 * libxml.spec.in : libxml2 package nam
15245 * result/* : new version of the tests output
15246
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015247Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15248
15249 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15250
Daniel Veillardb566ce12000-03-04 11:39:42 +000015251Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15252
15253 * doc/* : rebuilt the docs
15254 * parser.c: final patch on #6766
15255 * valid.c: small patch on validity checks.
15256
Daniel Veillardfb76c402000-03-04 11:39:42 +000015257Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15258
15259 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15260 added
15261 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15262 compatibility w.r.t. XML spec and existing code.
15263
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015264Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15265
15266 * parser.c: seems a better solution to <a> </a> exists,
15267 will try it for a while
15268
Daniel Veillard83a30e72000-03-02 03:33:32 +000015269Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15270
15271 * parser.c: tried to remove the <a> </a> generating <a/>
15272 this is hard. Left a flag for that purpose. Fixed bug #6766
15273 * configure.in: prepared 1.8.7 not released, due to previous
15274 problem
15275
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015276Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15277
15278 * doc/xml.html : applied second patch from Paul DuBois
15279
Daniel Veillard402e8c82000-02-29 22:57:47 +000015280Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15281
15282 * doc/xml.html : applied patch from Paul DuBois
15283
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015284Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15285
15286 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15287
Daniel Veillard5feb8492000-02-02 17:15:36 +000015288Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15289
15290 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15291 compilation warnings on various platforms.
15292 * parser.c: Fixed #5281 validity error callbacks are now desactived
15293 by default if not validating.
15294
Daniel Veillardf341f932000-02-02 14:52:08 +000015295Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15296
15297 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15298
Daniel Veillard13c757e2000-02-01 23:59:15 +000015299Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15300
15301 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15302 <gkatsi@cs.toronto.edu>
15303
Daniel Veillard726e8792000-01-30 20:04:29 +000015304Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15307 processing URLs
15308
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015309Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15310
15311 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15312 xmlNanoFTPUpdateURL for persistent control connections.
15313 * configure.in: 1.8.6
15314
15315Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15318 * tree.[ch] : added xmlSaveNoEmptyTags
15319
James Henstridgef3be9312000-01-28 13:59:21 +0000153202000-01-29 James Henstridge <james@daa.com.au>
15321
15322 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15323
15324 * Makefile.am: added nanoftp.[ch] to the build.
15325
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015326Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * nanoftp.[ch]: cleanup, comments, API
15329 * debugXML.c : fixed a bug in the cat command
15330 * doc/*: regenerated the docs
15331
Daniel Veillardda07c342000-01-25 18:31:22 +000015332Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15333
15334 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15335 * debugXML.c : fixed a bug in the cat command
15336 * valid.c: fixing some small probs
15337 * libxml.spec.in: get rid of the SNAP suffix
15338 * doc/xml.html: updated the status
15339
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015340Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15341
15342 * xml-config.in: xml-config --version to just return the
15343 version number
15344 * xpath.c: some cleanup w.r.t. axis when the current node is
15345 an attribute.
15346 * TODO: updated
15347
Daniel Veillard461a66c2000-01-18 18:01:01 +000015348Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15349
15350 * configure.in: prepared for libxml-1.8.5
15351 * doc/* recompiled the documentation
15352
153532000-01-17 Jody Goldberg <jgoldberg@home.com>
15354
15355 * configure.in : WARNING autoconf subtlety alert :
15356 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15357 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15358 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15359 get defined by AC_CHECK_HEADERS.
15360
Daniel Veillardf967b902000-01-17 16:06:10 +000015361Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15362
15363 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15364 Rune.Djurhuus@fast.no
15365
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015366Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15367
15368 * TODO: updated
15369 * tree.c, parser.c: made sure that only memory alloc problems
15370 and internal parser errors are allowed to write to stdout or
15371 stderr.
15372
Daniel Veillard0142b842000-01-14 14:45:24 +000015373Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15374
15375 * tree.c : restored xmlNewGlobalNs since this seems used by
15376 a lot of existing code :-(, fixed a bug in xmlNewNs
15377 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15378 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15379 to exit() from the library code.
15380 * xpath.c, parser.c: removed bugs or unused code detected by
15381 Windows compilers
15382 * parser.c: started adding interfaces for parsing well balanced
15383 XML fragments
15384 * configure.in: releasing 1.8.4
15385 * doc/* : rebuilt the docs
15386
Daniel Veillard2eac5032000-01-09 21:08:56 +000015387Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15388
15389 * tree.[ch] : added xmlNewDocFragment() for DOM
15390 * testHTML.c: uninitialized variable.
15391
Daniel Veillardf3a73582000-01-05 14:58:39 +000015392Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15393
15394 * doc/* : rebuild the docs
15395
Daniel Veillard71b656e2000-01-05 14:46:17 +000015396Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15397
15398 * acconfig.h: readline and history patch
15399 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15400 * tree.c: added check and handling when possibly removing an ID
15401 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15402 and saving.
15403 * test/HTML/entities.html result/HTML/entities.html* : test for
15404 various entities reference cases
15405 * result/HTML/* : as a result output of some testcase have
15406 changed
15407 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15408 by previous example. added xmlParseTryOrFinish().
15409 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15410 entities.h debugXML.h HTMLparser.h: changed the way struct are
15411 declared to allow gtk-doc to expose those
15412 * parser.c: closed bug #4960
15413 * Makefile.am configure.in: Applied patch from
15414 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15415 and math/socket libs detection
15416
Daniel Veillard437b87b2000-01-03 17:30:46 +000015417Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15418
15419 * configure.in, Makefile.am: link tester against readline
15420 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15421
Daniel Veillard686d6b62000-01-03 11:08:02 +000015422Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * tree.[ch]: added xmlRemoveProp
15425 * win32config.h.in nanohttp.c: avoid including the Windows
15426 socket stuff in every C files
15427 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15428 the XmL parser(s)
15429 * test/ns4 result/ns4 etc...: added test case for previous prob
15430 * tree.c: xmlNewNs wasn't checking for double definition
15431 * Makefile.in: fixed a problem with dist-hook duplicates
15432 * parser.[hc], xmlIO.c: fixed the loading of external entities
15433 APIs, now xmlLoadExternalEntity() is used everywhere and
15434 setting up an app specific front-end using the
15435 * SAX.c parser.c: some fixes, now the xhtml spec validates
15436 with the xhtml DTD.
15437 * error.c: fixed crashes in case of no input stream
15438 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15439 to the validation tests and results
15440
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015441Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15442
15443 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15444 too htmlCreatePushParserCtxt() and htmlParseChunk()
15445 * parser.c: a bit of cleanup.
15446 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15447 to XML) removed the last mem leak known
15448 * HTMLtree.c: output message cleanup
15449 * xmlmemory.c: display content info about memory blocks
15450 * result/HTML/wired.* : missing att value warning change
15451
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015452Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15453
15454 * doc/* : rebuilt the documentation
15455
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015456Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15457
15458 * parser.[ch] parserInternals.h: Push parser for XML,
15459 seems to work fine now
15460 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15461 --push for push testing
15462 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15463 * testSAX.c: added --push
15464 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15465 subtree
15466 * xmlIO.[ch] : enriched API + fixes for push mode
15467 * entities.[ch]: added the entity content length to the struct.
15468 * xmlmemory.[ch]: new API to show the last entries for the shell
15469 * valid.c: added required attribute testing
15470 * SAX.c: the cdata callback now merge contiguous fragments
15471 * HTMLparser.c: cleanup of some macros
15472
Daniel Veillard3c558c31999-12-22 11:30:41 +000015473Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15474
15475 * parser.c: fix for PIs name starting with xml
15476 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015477 * *.c, configure.in win32config.h.in : generate win32config.h for
15478 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015479
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015480Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15481
15482 * parser.c: fixed a stupid = vs. == bug :-(
15483 * doc/gnome-xml.sgml: s/glade/xml/
15484
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015485Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15486
15487 * configure.in, doc/xml.html : bug fix release 1.8.2
15488 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15489 Hopefully the end of that silly C++ include problem
15490 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15491 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15492 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15493 troubles with autoclosed elements when the stree shape doesn't
15494 follow the DtD specs. Added htmlIsAutoClosed() and
15495 htmlAutoCloseTag()
15496 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15497 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15498 * debugXML.c: fixed a bug on printing default namespaces.
15499 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15500
Daniel Veillardb24054a1999-12-18 15:32:46 +000015501Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15502
15503 * result/HTML/*.htm[l] : updated the HTML regression tests according
15504 to the new output
15505 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15506 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15507 problem due to intermix of extern "C" { ... } declarations for C++
15508 and recursive includes in the headers
15509
Chris Lahey323c48c1999-12-18 15:32:45 +0000155101999-12-20 Chris Lahey <clahey@umich.edu>
15511
15512 * HTMLtree.c: Made it so that html nodes with a single child do
15513 not insert a carriage return before or after the child node.
15514
Daniel Veillardb24054a1999-12-18 15:32:46 +000015515Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015516
15517 * configure.in, doc/xml.html : bug fix release 1.8.1
15518 * parser.c: fixed bug #4344
15519 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15520 added the glue to avoid C++ problems
15521 * doc/* : regenerated the documentation
15522
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015523Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15526 namespace recognition, and Dia as a resul :-(
15527 * encoding.c: closed bug #3950
15528
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015529Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15530
15531 * valid.c: debugging a posteriori validation, except URI expansion
15532 stuff this should be fixed now
15533 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15534 Carl Nygard <cnygard@bellatlantic.net>
15535 * tester.c: added --postvalid, cleaning of the code
15536 * tree.[ch]: added xmlDocGetRootElement()
15537
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015538Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15539
15540 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15541 c++ losage.
15542
Daniel Veillard10a2c651999-12-12 13:03:50 +000015543Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15544
15545 * configure.in, doc/xml.html : bumped to 1.8.0
15546 * xlink.[ch], Makefile.am : added framework for link detection
15547 * parser.h: added nbChars to parser context, needed for cleanup.
15548 * xmlmemory.c: removed a nasty bug when out of mem
15549 * valid.[ch]: adding namespace support for attribute decl
15550 * tester.c: added --debugent option
15551 * debugXML.[ch]: added xmlDebugDumpEntities()
15552 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15553 buffers instead, this was really needed, validation was breaking
15554 in strange ways due to that. Added xmlParseStringPEReference()
15555 and other parsing from strings functions. Entities processing
15556 modified again, but PERef are still not handled correcly but
15557 unless you're Eve Maller you won't notice :-)
15558 * HTMLparser.c: large changes toward reliability, and switched to
15559 lowercase internal tags, XHTML is lowercase, so it will help
15560 that output is closer to next version.
15561 * doc/* : regenerated the documentation, it is now hosted at
15562 http://xmlsoft.org/ (same bits I just bought the domain :-)
15563
15564
Daniel Veillard294cbca1999-12-03 13:19:09 +000015565Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15566
15567 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15568 doc generation
15569 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15570 in the SAX API
15571 * doc/*: rebuilt the doc making sure everything appears in the
15572 HTML files
15573
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015574Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15575
15576 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15577 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15578 which allow impressive speed improvement on dataset with
15579 large text pieces, but at the cost of broken binary
15580 compatibility and slightly bigger memory usage.
15581 Configure with --with-buffers to activate them, they
15582 are protected with XML_USE_BUFFER_CONTENT define.
15583 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15584 goal is 0 memory left allocated once parser is no more used
15585 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15586 call xmlCleanupParser() and xmlMemoryDump()
15587
Daniel Veillarda819dac1999-11-24 18:04:22 +000015588Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15589
15590 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15591 * parser.[ch] encoding.[ch]: added memory cleanup routines
15592 * parser.c: closing bug #3788
15593 * doc/*: rebuilt the doc
15594
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015595Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15596
15597 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15598 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15599 * tester.c: added --compress option
15600 * doc/*: rebuilt the documentation
15601
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015602Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15603
15604 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15605 if given /proc/kcore as input !
15606 * doc/xml.html doc/*: updated and rebuilt the documentation
15607
15608Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015609
15610 * parser.c: Fixed some wrongly space collapsing code due to
15611 a misreading of the spec.
15612 * result/*: fixed the output accordingly
15613
15614Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015615
15616 * encoding.c: bug fix and typos
15617 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15618 * parser.c: added attribute normalization closing bug #3597
15619 * test/att* result/att* SAXresult/att*: testcase for attribute
15620 normalization
15621
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015622Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15623
15624 * configure.in: closing bug #3163 by adding extra flags for the
15625 cc compiler on HP-UX
15626
Daniel Veillard51e3b151999-11-12 17:02:31 +000015627Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15628
15629 * valid.[ch] : removed a typo and an enumerated type bug in the
15630 xmlAddElementDecl() function
15631 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15632 call to xmlEncodeEntitiesReentrant() so that the functions
15633 New, Set and Get are at the same level.
15634 * parser.c HTMLparser.c: extra memory allocation bug for
15635 attributes detected by someone using libxml in embedded systems :-)
15636
Daniel Veillard962195f1999-10-28 15:51:53 +000015637Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15638
15639 * xmlmemory.h: turned off mem debug :-\
15640
Daniel Veillard35008381999-10-25 13:15:52 +000015641Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15642
15643 * parser.c: closed bug #2784 a one line fix, but worth pushing
15644 a new release out
15645 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15646 some structures, comments before and after the
15647 main element, and other nastyness
15648 * HTMLtree.c tree.c: accomodate the extended HTML supported
15649 * configure.in: pushing 1.7.4
15650 * test/ent8 and related outputs : added a new test for bug #2784
15651 * test/HTML/wired.html and related output: a nasty HTML example
15652 * Makefile.am: improved the test scripts
15653 * docs/* : reran the documentation extractor, updated xml.html
15654
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015655Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15656
15657 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15658 HTMLparser and debugged the HTML related code. HTML documents
15659 now have their own type
15660 * entities.c: do not dump &apos; for HTML output
15661 * xmlmemory.c: improvement, breakpoint mechanism
15662 * testHTML.c: added --sax --repeat ...
15663 * Makefile.am: improved the HTML tests
15664 * valid.[ch]: added xmlValidGetValidElements and
15665 xmlValidGetPotentialChildren
15666 * tester.c: added --insert to test the 2 new functions
15667 * test//* result//* SAXresult//* : regression test cleanup
15668 and extension.
15669 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15670 gnome-xml-nanohttp.html
15671
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015672Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15673
15674 * HTMLparser.c: fixed problems with some autoclose tags
15675 * tree.c: fixed XML output problems.
15676 * result/* SAXresult/*: update of the tests output
15677
Daniel Veillard6077d031999-10-09 09:11:45 +000015678Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15679
15680 * Makefile.am: Arturo patch for xmlConf.sh version info
15681 * parser.c: Tim Josling patch for single quoted items
15682 * tester.c: Tim Josling patch for tester options usage
15683 * tree.h: indent cleanup
15684
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015685Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15686
15687 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15688 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15689
Daniel Veillard00fdf371999-10-08 09:40:39 +000015690Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15691
15692 * tree.c : Raph patch for initialization of CORBA fields
15693 * parser.c, xpath.c, ...: modification of doc comments
15694 * xpath.c : allow spaces in xpath expressions
15695
Daniel Veillardad219441999-09-27 08:17:49 +000015696Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15697
15698 * xmlmemory.h: turning off memory debug :-(
15699
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015700Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15701
15702 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15703 better SAX interfaces.
15704 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15705 entity.
15706 * configure.in: 1.7.2
15707
15708Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015709
15710 * libxml.spec.in: fixed the URL
15711 * doc/xml.html: improved the documentation front-end
15712
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015713Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015714
15715 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15716
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015717Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015718
15719 * libxml.spec.in: fixed the alpha compile problem
15720 * parser.[ch]: changed errno to errNo in the parser context :-(
15721 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15722 * doc/xml.html: changed CHAR to xmlChar
15723 * doc/html/*: recompiled the documentation
15724 * configure.in: 1.7.1
15725
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015726Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15727
15728 * parser.h: modified the parser context struct to regain 1.4.0
15729 binary compatibility
15730 * parser.c, xml-error.h: added errno ot teh context and defined
15731 a set of errors values with update of errno
15732 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15733 DTDs and entities
15734 * *.h, *.c: complete cleanup of the use of config.h and include
15735 protection depending on the current setup.
15736 * overalll debugging, maintenance and bug-fixing on all modules
15737 * updated the documentation
15738 * ready for 1.7.0
15739
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015740Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15741
15742 * HTMLparser.c : cleanup
15743 * SAX.c valid.c valid.h: added ID/IDREF checking
15744 * tree.c tree.h: extended doc structure for refs
15745 * configure.in: 1.6.2
15746 * parser.c: patched bug in SAX user arg call
15747 * parserInternals.h: patched missing close in C++ wrapping
15748 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15749 especially upcoming XPointer implementation.
15750 * doc/xml.html: augmented, typo
15751
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015752Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15753
15754 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15755 not all invocations of install understand -d.
15756
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015757Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15758
15759 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15760 to make 'check' works, when builddir != srcdir.
15761
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015762Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15763
15764 * doc/xml.html : updated the documentation
15765
Daniel Veillard6454aec1999-09-02 22:04:43 +000015766Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15767
15768 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15769 not deallocated memory blocks
15770 * *.c : replaces all calls to malloc() free() and realloc() to
15771 the wrapper functions/macros
15772 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15773 instead of xmlFreeNodeList()
15774
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015775Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15776
15777 * HTMLparser.c: corrected a stupid bug leading to core dump at
15778 tree deallocation. Removed warnings indicated by
15779 Stephane.Conversy@lri.fr
15780 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15781 looked for in the external subset
15782
15783Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015784
15785 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15786 on SGI by Stephane.Conversy@lri.fr
15787
Daniel Veillardb96e6431999-08-29 21:02:19 +000015788Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15789
15790 * all .h : changed the prototype declaration indent as in gtk
15791 * most .c : working on reducing the TODOs in the code
15792 * most .c : cleanup though -pedantic and Insure++
15793 * improvements on validation ID checkings.
15794 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15795 * xml-config.in: closed #1810
15796
15797Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015798
15799 * tree.h, valid.c, valid.h: more work on validity, IDs
15800 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15801 definition for AIX
15802
Daniel Veillardb556eb51999-08-15 17:19:50 +000015803Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15804
15805 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15806 the distribution due to a cut'n paste error at last commit
15807
Daniel Veillardb05deb71999-08-10 19:04:08 +000015808Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15809
15810 * configure.in: upgraded to version 1.4.0
15811 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15812 Big update, added a large part of the validation process,
15813 it should be usable, but some parts are missing
15814 * xpath.c: improved the implementation w.r.t. root.
15815 * Makefile.am: added more tests
15816 * test and result trees: added a lot of tests
15817 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15818
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015819Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15820
15821 * Added an HACKING file
15822
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015823Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * xpath.[ch] : improvements and debug of the XPath implementation
15826 * parser.c, HTMLparser.c : modified the parsers to be progressive
15827 * tree.[ch] : extended the Buffer promitives
15828 * xmlIO.[ch] : added basic I/O routines providing progressive
15829 parsing and ready for I18N conversion plugins
15830 * SAXresult/* : the SAX callback sequence maybe slightly different
15831 now
15832 * test*.c : improved/updated the tests programs
15833 * doc/* : recompiled the docs.
15834
Daniel Veillard15b75af1999-07-26 16:42:37 +0000158351999-07-26 Michael Meeks <michael@edenproject.org>
15836
15837 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15838
15839 * tree.c: Ditto.
15840
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015841Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15842
15843 * configure.in: upgraded to version 1.4.0
15844 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15845 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15846 XML query language, see http://www.w3.org/TR/xpath for more details.
15847 * parser.c, parser.h: added CHAR* related string functions for XPath
15848 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15849 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15850 rebuild the docs.
15851 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15852 and regression testing capabilities for XPath.
15853
Daniel Veillardd79d7871999-07-12 10:38:12 +000015854Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15855
15856 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15857 closing bug #1646
15858
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015859Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15860
15861 * Makefile.am, example/Makefile.am: closed bug #1683
15862
Daniel Veillard3166ab11999-07-11 16:14:19 +000015863Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15864
15865 * example/Makefile.am, configure.in: added the makefile for the
15866 gjobread example
15867
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015868Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15869
15870 * doc/Makefile.am:
15871 - fix which allow "make install DESTDIR=</install/prefix>".
15872
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015873Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15874
15875 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15876 which fixed a problem on the file reading-code.
15877
Daniel Veillard82150d81999-07-07 07:32:15 +000015878Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15879
15880 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15881 output.
15882 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15883
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015884Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15885
15886 * parser.h : Oops removed the binary compatibility problem
15887 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15888 * parser.c, HTMLparser.c: applied patches for reading from stdin
15889
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015890Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15891
15892 * parser.c, entities.c, valid.c: cleanup bug #1591
15893 * configure.in: cleanup bug #1592
15894 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15895 the same tree back-end. Hence gdome will be available for it.
15896 * doc/Makefile.am: close bug #617
15897
Daniel Veillard97fea181999-06-26 23:07:37 +000015898Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15899
15900 * parser.c: alloctate a per parser context SAX interface block
15901
Daniel Veillard14fff061999-06-22 21:49:07 +000015902Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15903
15904 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15905 and xmlEncodeEntitiesReentrant with the correct one :-\
15906
15907Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15908
15909 * commit of my internal XML base changes, quite a lot of
15910 changes, cleanups, better entities support, framework for
15911 new I/O and charset detection and handling
15912 * Fixed the configure/Makefile stuff to generate shared libs
15913 with the proper version info, so we jumped on rev from
15914 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15915 xmlEncodeEntities() result need to be freed now, and a string
15916 xmlParserVersion provide the current library version.
15917
Raph Levien05240da1999-06-15 21:27:11 +000015918Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15919
15920 * parser.c: fixed a buffer overrun for when you have a very long
15921 attribute with no entities in it.
15922
Daniel Veillardbb2da581999-06-13 14:37:07 +000015923Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15924
15925 * added example directory
15926 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15927
Daniel Veillard011b63c1999-06-02 17:44:04 +000015928Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15929
15930 * Release of libxml-1.1, nearly everything has been touched for
15931 this.
15932 * Added more regression tests
15933 * Updated the documentation
15934
Daniel Veillard27d88741999-05-29 11:51:49 +000015935Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15936
15937 * tree.[ch]: unified the XML_NO_CORBA defines.
15938 * parser.c encoding.[ch]: started plugging in char encoding detection
15939
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015940Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15941
15942 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15943 Also freed allocated buffer.
15944
Daniel Veillard27d88741999-05-29 11:51:49 +000015945Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015946 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15947 reentrancy problem at printing. One is left in entities.c, to
15948 remove ASAP
15949 * testSAX.c : added a test example showing the use of the SAX
15950 interface if one doesn't want to build the DOM tree.
15951 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15952
Daniel Veillard517752b1999-04-05 12:20:10 +000015953Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15954
15955 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15956 large revamping of the parser to use SAX callbacks
15957 http://www.megginson.com/SAX/ (or at least a C like interface
15958 a la Expat). It's now possible to set up your own callbacks
15959 and the parser will not build a DOM tree.
15960 * test/* result/*: updated the test suite, I finally removed
15961 the old Namespace draft support (PI based).
15962
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015963Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15964
15965 * Makefile.am: added test result to EXTRA_DIST for make tests
15966
Daniel Veillard64068b31999-03-24 20:42:16 +000015967Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15968
15969 * parser.c, parserInternals.h: moved the chars macro definitions
15970 to parserInternals.h
15971 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15972 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15973
Daniel Veillard012ccc11999-03-23 10:11:11 +000015974Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15975
15976 * xml-config.in : applied patch to make --version work
15977
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159781999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15979
15980 * Makefile.am (check-local): Alias for `tests' target. This will
15981 cause `make check' to do the right thing.
15982 (tests): Don't run tests in srcdir. Also, replaced calls to
15983 basename with a `sed' "equivalent".
15984
Daniel Veillardd109e371999-03-05 06:26:45 +000015985Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15986
15987 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15988 it in the header and not the sources, updated the doc.
15989 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15990 pointing this out.
15991
Daniel Veillardbc50b591999-03-01 12:28:53 +000015992Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15993
15994 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15995 exported the inputStream routines.
15996 * doc/html/* : updated accordingly
15997
Daniel Veillardd692aa41999-02-28 21:54:31 +000015998Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * parser.c, parser.h, parserInternals.h: added a few extra
16001 internal calls to allocate and free parser contexts ...
16002 * doc/html/* : updated accordingly
16003
Daniel Veillard55a99271999-02-25 11:01:29 +000016004Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16005
16006 * configure.in, Makefile.am, doc/makefile.am : General changes for
16007 1.0.0 release and including the generated HTML documentation.
16008
Daniel Veillard35925471999-02-25 08:46:07 +000016009Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * makefile.am : added parserInternals.h, oops.
16012
Daniel Veillard1e346af1999-02-22 10:33:01 +000016013Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16014
16015 * parserInternals.h: added this header giving access to the parser
16016 internal functions.
16017 * doc/Makefile.am : added a rebuild target which rebuilds the full
16018 set of documentations
16019 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16020 the internal subset.
16021 * *.c *.h: modifications needed to generate the documentation using
16022 gtk-doc, cleanup of functions blocks, reorganisation of struct
16023 declarations.
16024
Daniel Veillard1164e751999-02-16 16:29:17 +000016025Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16026
16027 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16028 the tar and spec file to include the beginning of the doc.
16029
Nuno Ferreira03d04781999-02-13 00:07:17 +0000160301999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16031
16032 * doc/.cvsignore: Added this file.
16033
Daniel Veillard6800ef31999-02-08 18:33:22 +000016034Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16035
16036 * tree.c: fixed xmlGetProp to return "" when the attribute
16037 exists, even if the node-list is NULL.
16038
Daniel Veillard726c7e31999-02-08 15:13:10 +000016039Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16040
16041 * tree.c: patched an error outputting empty attribute values.
16042 * Makefile.am and doc/makefile.am: have been updated during the
16043 week-end. Sorry for an empty CVS log, I got a shell problem.
16044
Daniel Veillard1899e851999-02-01 12:18:54 +000016045Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16046
16047 * tree.h: cleaned up using enums instead of defines
16048 * parser.c, valid.[ch]: more work on parsing/output of element
16049 declarations
16050
Daniel Veillard3b9def11999-01-31 22:15:06 +000016051Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16052
16053 * valid.[ch], tree.c, parser.c : more work toward full parsing
16054 of XML DTDs.
16055 * README: added informations about mailing-list and on-line
16056 documentation
16057
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160581999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16059
16060 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16061
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016062Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16063
16064 * parser.c, tree.[ch] : more work toward conformance testing,
16065 added a last element to accelerate parsing of very flat structures
16066 started working on internal subset Element content declaration.
16067 * valid.[ch] : first cut at adding code toward validation.
16068 * previous changes had also small impact on most files, especially
16069 the conformance testing using James Clark test suite.
16070
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016071Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * test/* : updated the examples, most of them were not well
16074 formed (humm), and added rdf2.
16075 * result/* : resulting changes in the output.
16076
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016077Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16078
16079 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16080
Daniel Veillard44b3a061998-12-05 17:27:22 +000016081Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16082
16083 * tree.c: patched a bug in the generation of empty attributes
16084
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016085Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16086
16087 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16088 for node/trees/documents/... Biggest problem is namespace
16089 support when copying subtrees.
16090
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016091Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16092
16093 * parser.c, entities.c: improve entities and char ref encoding,
16094 and cleanups of error messages.
16095
Daniel Veillard242590e1998-11-13 18:04:35 +000016096Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * parser.c, entities.c: simple bug hunting done during rpm2html and
16099 rpmfind integration.
16100
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016101Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16102
16103 * parser.[ch]: Added interfaces allowing to specify a SAX
16104 handler before parsing.
16105
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016106Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16107
16108 * parser.c: redirrect all errors reporting through the SAX
16109 error function
16110
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016111Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16112
16113 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16114 * libtool, tlmain ...: update of the libtool files
16115
Miguel de Icaza442321c1998-11-04 18:13:38 +0000161161998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16117
16118 * entities.c: Use g_snprintf insteda of snprintf.
16119
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016120Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16121
16122 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16123 added ent5 test for this purpose.
16124 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16125
Daniel Veillard27271681998-10-30 06:39:40 +000016126Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16127
16128 * parser.c: fixed? a strange error due to compression on a GWP
16129 document.
16130
Daniel Veillard25940b71998-10-29 05:51:30 +000016131Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16132
16133 * tree.[ch]: bug fixing
16134 * entities.[ch]: defined a specific type for predefined entities
16135 * doc/xml.html: more documentation on the library, how to use it,
16136 overview of the interfaces.
16137
Daniel Veillard16253641998-10-28 22:58:05 +000016138Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16139
16140 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16141
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016142Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16143
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016144 * tree.c: corrected a small bug
16145 * doc/xml.html: continuing writing documentation.
16146
16147Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16148
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016149 * debugXML.h debugXML.c: added debugging utilities.
16150 * tester.c: added --debug switch.
16151 * tree.c: patched an incorrect node->type assignment.
16152 * parser.c: formatting, ensure that node->doc != NULL in attributes
16153
Daniel Veillardccb09631998-10-27 06:21:04 +000016154Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16155
16156 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16157 entity support and provide an internal representation close to
16158 DOM one (entity ref nodes, and attribute value as tree). I tried
16159 to preserve the interface but this will surely break some apps
16160 (I have to change rpm2html/rpmfind for example). I had to change
16161 two interfaces, and the generated tree is somewhat different.
16162 * doc/* : started documenting the XML library, the tree and
16163 DOM/Corba. This is a first step.
16164
Daniel Veillard11e00581998-10-24 18:27:49 +000016165Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16166
16167 * parser.c: Set up the fonctions comment block, boring but useful.
16168 * parser.h, SAX.c, parser.c: now attributes are processed through
16169 the SAX interface. The problem is that my SAX interface diverged
16170 quite a bit from the original one, well this is not an official
16171 spec, and translating it from Java to C is hairy anyway...
16172
Daniel Veillard97b58771998-10-20 06:14:16 +000016173Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16176 fonctions comment block, boring but useful.
16177
16178Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016179
16180 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16181 conversion routines. However they are not yet used to convert the
16182 inputs. The core will run with UTF-8.
16183
Daniel Veillard33942841998-10-18 19:12:41 +000016184Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16185
16186 * tree.c : make sure that the type id is properly set-up when
16187 a new object is allocated, needed for DOM.
16188
Daniel Veillard27fb0751998-10-17 06:47:46 +000016189Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16190
16191 * tree.h, tree.c: Ok, the main objects in the tree will be native
16192 corba objects, it costs 8 bytes per Node, Attribute and Document
16193 but it simplifies the Corba integration a lot (no extra interface
16194 objects to allocate/free).
16195
Daniel Veillard0bef1311998-10-14 02:36:47 +000016196Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16197
16198 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16199 and changed NODEs contants for conformity with DOM Level 1
16200
Daniel Veillard27864701998-10-08 03:47:24 +000016201Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16202
16203 * added hooks to keep track of servants when creating objects
16204 xmlDoc and xmlNode (for Corba export).
16205
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016206Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16207
16208 * added xml-config script.
16209
Daniel Veillard7066a791998-10-01 20:28:28 +000016210Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16211
16212 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16213 to autoupdate libtool and automake conf files.
16214
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000162151998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16216
16217 * Makefile.am: Use '?' to separate the sed
16218 commands as ',' is used when people pass -Wl,something.
16219
16220
Daniel Veillard15a8df41998-09-24 19:15:06 +000016221Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16222
16223 * tree.c, tree.h: added a per-document compression interface.
16224
Daniel Veillard151b1b01998-09-23 00:49:46 +000016225Tue Sep 22 20:47:38 EDT 1998
16226
16227 * tree.c, tree.h: added saving with compression and added interfaces
16228 to control the compression level (xmlGetCompressMode,
16229 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16230
Daniel Veillard70120ff1998-09-22 00:24:21 +000016231Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16232
16233 * parser.c: corrected a loop for files of size 0
16234
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000162351998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16236
16237 * error.h: New file. Contains prototyes from `error.c'.
16238
Tom Tromeyc19653d1998-08-14 01:22:43 +000016239Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16240
16241 * Makefile.am (xmlincdir): New macro.
16242 (xmlinc_HEADERS): Renamed from include_HEADERS.
16243
Daniel Veillard845664d1998-08-13 04:43:19 +000016244Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16245
16246 * applied small patch on numeric entities from
16247 Christopher Blizzard <blizzard@appliedtheory.com>
16248
Daniel Veillard260a68f1998-08-13 03:39:55 +000016249Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16250
16251 * New release 0.2, removed the old xml_* files so that it's
16252 coherent with the other CVS base (W3C), far better conformance
16253 to standard, new namespaces, decent entities support, beginning
16254 of a SAX-like interface. Nearly nothing left intact, even the
16255 test examples ...
16256
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162571998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16258
16259 * .cvsignore: Add .deps dir
16260
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016261Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16262
16263 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16264
Daniel Veillardfe926001998-07-26 04:28:20 +000016265Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016266
Daniel Veillardfe926001998-07-26 04:28:20 +000016267 * configure.in: added test for CPP
16268 * AUTHORS, Changelog: the original ones didn't get commited but the
16269 glib ones instead, fixed.
16270 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016271
Daniel Veillardfe926001998-07-26 04:28:20 +000016272Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016273
Daniel Veillardfe926001998-07-26 04:28:20 +000016274 * integrated code developped at W3C
16275 * changed the original Copyright
16276 * migrated to automake
16277 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016278