blob: 84253adbb55fe51241633052eba3b8d38040cbcb [file] [log] [blame]
Daniel Veillard952379b2003-03-17 15:37:12 +00001Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: fixed the last core RelaxNG bug known #107083,
4 shemas datatype ID/IDREF support still missing though.
5 * xmlreader.c: fix a crashing bug with prefix raised by
6 Merijn Broeren
7 * test/relaxng/testsuite.xml: augmented the testsuite with
8 complex inheritance tests
9
Daniel Veillardfd573f12003-03-16 17:52:32 +000010Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11
12 * relaxng.c: switched back to the previous Relax-NG code base,
13 the derivation algorithm need severe constraining code to avoid
14 combinatorial explosion. Fixed the problem with Sebastian Rahtz
15 TEI based example and other bugs
16 * result/relaxng/*err: updated the results
17 * test/relaxng/testsuite.xml: started a new test suite
18
Daniel Veillard1564e6e2003-03-15 21:30:25 +000019Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
20
21 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
22 that the original RelaxNG validation code was un-fixeable, it got
23 rewritten to use the derivation algorithm from James Clark and
24 redebugged it (nearly) from scratch:
25 found 373 test schemas: 372 success 1 failures
26 found 529 test instances: 529 success 0 failures
27
Daniel Veillard39eb88b2003-03-11 11:21:28 +000028Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
29
30 * SAX.c parser.c: fix some recursion problems introduced in the
31 last release.
32 * relaxng.c: more debugging of the RNG validation engine, still
33 problems though.
34
Daniel Veillard5add8682003-03-10 13:13:58 +000035Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
36
37 * Makefile.am: stop generating wrong result file with * in name
38 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
39 * result/relaxng/demo* test/relaxng/demo: added the tests from
40 Sebastian reproducing the problem.
41
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000042Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
43
Daniel Veillard5add8682003-03-10 13:13:58 +000044 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
45 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000046
Aleksey Sanin693c9bc2003-03-09 22:36:52 +000047Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
48
49 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
50 variable to control the indentation for the xmllint "--format"
51 option
52
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000053Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
54
55 * encoding.c: applied Gennady's patch against buffer overrun
56
Daniel Veillard42f12e92003-03-07 18:32:59 +000057Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
58
59 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
60 Clark it appeared I had bug in URI parsing code ...
61 * relaxng.c include/libxml/relaxng.h: completely revamped error
62 reporting to not loose message from optional parts.
63 * xmllint.c: added timing for RNG validation steps
64 * result/relaxng/*: updated the result, all error messages changed
65
Daniel Veillardedfd5882003-03-07 14:20:40 +000066Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
67
68 * xpath.c: fix bug #107804, the algorithm used for document order
69 computation was failing on attributes.
70
Daniel Veillard83391282003-03-06 21:37:30 +000071Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
72
73 * valid.c: fix bug #107764 , possibility of buffer overflow
74 in xmlValidDebug()
75
Daniel Veillard6c73cb82003-03-05 16:45:40 +000076Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
77
78 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
79 from Philipp Dunkel
80
Daniel Veillard5f704af2003-03-05 10:01:43 +000081Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
82
83 * xmlschemastype.c: made powten array static it should not be exported
84 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
85 parser function.
86 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
87
Daniel Veillard7b72ee52003-02-27 23:24:53 +000088Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
89
90 * tree.c: fixed a node dump crash on attributes
91 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
92 an URI test bug and get better output.
93
Daniel Veillard463a5472003-02-27 21:30:32 +000094Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
95
96 * check-xsddata-test-suite.py: give more infos
97 * relaxng.c: fix a bug reported by Sebastian Rahtz and
98 REF->DEF in attribute values.
99
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000100Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
101
102 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
103 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
104 regression tests from James Clark.
105
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000106Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
107
108 * relaxng.c xmlschemas.c xmlschemastypes.c
109 include/libxml/xmlschemastypes.h: added param support for relaxng
110 type checking, started to increment the pool of simple types
111 registered, still much work to be done on simple types and
112 facets checkings.
113
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000114Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * entities.c: fixes again one of the problem raised by
117 James Clark in #106788
118
Daniel Veillardc482e262003-02-26 14:48:48 +0000119Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
120
121 * relaxng.c: Fixed a couple of problem raised by James Clark
122 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
123 datatype level still not fixed though.
124
Daniel Veillard17bed982003-02-24 20:11:43 +0000125Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
126
127 * configure.in: preparing release 2.5.4
128 * doc/*: updated and rebuilt the docs
129 * relaxng.c: removed warnings
130 * result/relaxng/*: updated the results
131
Daniel Veillardf4be0182003-02-24 19:54:33 +0000132Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
133
134 * valid.c: fixes a DTD regexp generation problem.
135
Daniel Veillard02111c12003-02-24 19:14:52 +0000136Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
137
138 * parser.c: fixes bug #105998 about false detection of
139 attribute consumption loop.
140
Daniel Veillard2406abd2003-02-24 18:16:47 +0000141Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
142
143 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
144
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000145Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
146
147 * SAX.c: fixed bug #105992
148
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000149Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * tree.c: fixed xmlSetProp and al. when the node passed is not an
152 element.
153 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
154 found 373 test schemas: 369 success 4 failures
155 found 529 test instances: 525 success 4 failures
156 * check-relaxng-test-suite.py: added memory debug reporting
157
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000158Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
159
160 * uri.c parser.c: some warning removal on Igor's patch
161 * tree.c: seems I messed up with #106788 fix
162 * python/libxml.c: fixed some base problems when Python provides
163 the resolver.
164 * relaxng.c: fixed the interleave algorithm
165 found 373 test schemas: 364 success 9 failures
166 found 529 test instances: 525 success 4 failures
167 the resulting failures are bug in the algorithm from 7.3 and
168 lack of support for params
169
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000170Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
171
172 * parser.c: another fix for nodeinfo in entities problem
173 * tree.c entities.c: fixed bug #106788 from James Clark
174 some spaces need to be serialized as character references.
175
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000176Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
177
178 * parser.c uri.c: fixed the bug I introduced in the path
179 handling, reported by Sebastian Bergmann
180
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000181Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
182
183 * parser.c: fixing some nodeinfo in entities problem raised
184 by Glenn W. Bach
185 * relaxng.c: implemented the first section 7.3 check
186 * result/relaxng/*: updated the results
187
Daniel Veillardc5312d72003-02-21 17:14:10 +0000188Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
189
190 * relaxng.c: fixed some problems in the previous commit
191 and finished implementing 4.16 rules checking
192 found 373 test schemas: 353 success 20 failures
193 found 529 test instances: 519 success 6 failures
194 * result/relaxng/*: updated the results
195
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000196Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
197
198 * relaxng.c: implemented checks from section 7.2
199
Daniel Veillard77648bb2003-02-20 15:03:22 +0000200Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
201
202 * relaxng.c: implemented the checks from section 7.1, fixed
203 some of the 4.20 and 4.21 problems.
204 found 373 test schemas: 338 success 35 failures
205 found 529 test instances: 519 success 6 failures
206 * result/relaxng/*: updated the results
207
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000208Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
209
210 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
211 * result/relaxng/*: updated the results
212
Daniel Veillardce14fa52003-02-19 17:32:48 +0000213Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * relaxng.c: more bugfixes
216 * result/relaxng/*: updated the results
217
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000218Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
219
220 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
221 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
222 * SAX.c: ensured xmlDoc.URL is always canonic
223 * parser.c: obsoleted xmlNormalizeWindowsPath
224 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
225 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
226 * win32/libxml2.def.src: added few exports
227
228
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000229Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
230
231 * Makefile.am configure.in: patched to have shared libraries
232 for Python regression tests and static binaries for gdb debug
233 in my development environment
234 * relaxng.c: more bugfixes
235 found 373 test schemas: 296 success 77 failures
236 found 529 test instances: 516 success 8 failures
237 * result/relaxng/*: updated the results
238
Daniel Veillard8fe98712003-02-19 00:19:14 +0000239Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
240
241 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
242
Daniel Veillardd4310742003-02-18 21:12:46 +0000243Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
244
245 * xmlschemastypes.c: float/double check bugfix
246 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
247 validation
248 * xmlreader.c: add a TODO for Jody
249 * relaxng.c: bugfix bugfix bugfix
250 found 373 test schemas: 300 success 73 failures
251 found 529 test instances: 507 success 10 failures
252 * result/relaxng/*: updated the results
253
Daniel Veillard2df2de22003-02-17 23:34:33 +0000254Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
255
256 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
257
Daniel Veillard416589a2003-02-17 17:25:42 +0000258Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
259
260 * relaxng.c check-relaxng-test-suite.py: more work on the
261 RelaxNG implementation conformance testing.
262 found 373 test schemas: 284 success 89 failures
263 found 529 test instances: 448 success 47 failures
264 * result/relaxng/*: updated the results
265
Daniel Veillard784b9352003-02-16 15:50:27 +0000266Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
267
268 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
269 a patch from Kjartan Maraas to fix some typos
270
Daniel Veillardfebcca42003-02-16 15:44:18 +0000271Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
272
273 * relaxng.c: more bug-hunting
274 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
275 intermediate rng tree
276 * python/generator.py: patch from Stephane Bidoul to fix the generator
277 on python < 2.2
278
Daniel Veillardd2298792003-02-14 16:54:11 +0000279Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
280
281 * check-relaxng-test-suite.py relaxng.c: more testing on the
282 Relax-NG front, cleaning up the regression tests failures
283 current state and I forgot support for "mixed":
284 found 373 test schemas: 280 success 93 failures
285 found 529 test instances: 401 success 68 failures
286 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
287 moved the Name, NCName and QName validation routine in tree.c
288 * uri.c: fixed handling of URI ending up with #, i.e. having
289 an empty fragment ID.
290 * result/relaxng/*: updated the results
291
Daniel Veillard9a237c92003-02-13 15:52:58 +0000292Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
293
294 * check-xinclude-test-suite.py: improved the script accordingly
295 to the XInclude regression tests updates
296 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
297 November 2002
298 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
299 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
300 augmented the Xpointer testsuite for the element() scheme
301
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000302Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * relaxng.c: added TODO for the DTD compatibility spec
305 * xinclude.c: more bug fixes driven by the testsuite
306
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000307Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
308
309 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
310 regression tests for XInclude, improved the script, improving
311 XInclude error reporting mechanism
312
Daniel Veillard1d788d22003-02-10 16:21:58 +0000313Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * NEWS doc/* configure.in: preparing release 2.5.3
316
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000317Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
318
319 * tree.c: trying to fix #104934 about some XHTML1 serialization
320 issues.
321
Daniel Veillard809faa52003-02-10 15:43:53 +0000322Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
323
324 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
325 encoding conversion when the input buffer stops in the
326 middle of a multibyte char
327
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000328Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
329
330 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
331 * check-relaxng-test-suite.py: python script to run regression
332 against OASIS RelaxNG testsuite
333 * relaxng.c: some cleanup tweaks
334 * HTMLparser.c globals.c: cleanups in comments
335 * doc/libxml2-api.xml: updated the API
336 * result/relaxng/*: errors moved files, so large diffs but
337 no changes at the semantic level.
338
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000339Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
340
341 * tree.c: fixing #105678 problem when dumping a namespace node.
342
Daniel Veillard591b4be2003-02-09 23:33:36 +0000343Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
344
345 * xpath.c: fixed doc comment problems
346 * python/generator.py python/libxml_wrap.h python/types.c: adding
347 RelaxNG wrappers
348 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
349 test of those early Python RelaxNG bindings
350
351Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000352
353 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
354 * relaxng.c: found the validation problem I had with interleave
355 when not covering all remaining siblings
356 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
357 testsuite and check the RNG schemas against the RNG schemas
358 given in appendix A
359
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000360Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
361
362 * win32/Makefile.msvc: updates for RelaxNG
363 * win32/Makefile.mingw: updates for RelaxNG
364 * win32/libxml2.def.src: added RelaxNG exports
365
Daniel Veillard97fd5672003-02-07 13:01:54 +0000366Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
367
368 * xinclude.c: applied another bug fix from Sean Chittenden
369
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000370Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
371
372 * configure.in xmllint.c: I f...ed up the default configuration
373 of schemas and --relaxng option display in xmllint, pointed by
374 Morus Walter.
375 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
376 detection module, fixes bug #105374.
377
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000378Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
379
380 * xmlschemastypes.c: added the boolean base type.
381
Daniel Veillard96a4b252003-02-06 08:22:32 +0000382Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
383
384 * xmlschemastypes.c: started implementing some of the missing
385 default simple types
386 * result/relaxng/*: updated the results
387
Daniel Veillard72fef162003-02-05 14:31:19 +0000388Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
389
390 * NEWS doc/*: updated the docs, ready for 2.5.2 release
391
Daniel Veillard71531f32003-02-05 13:19:53 +0000392Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
393
394 * HTMLparser.c tree.c xmlIO.c: comments cleanups
395 * Makefile.am: use xmllint for doing the RelaxNG tests
396 * configure.in: preparing 2.5.2 made schemas support default to
397 on instead of off
398 * relaxng.c: removed the verbosity
399 * xmllint.c: added --relaxng option
400 * python/generator.py python/libxml_wrap.h: prepared the integration
401 of the new RelaxNG module and schemas
402 * result/relaxng/*: less verbose output
403
Daniel Veillardec498e12003-02-05 11:01:50 +0000404Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
405
406 * valid.c: do not run content model validation if the
407 content is not determinist
408
Daniel Veillardde590ca2003-02-05 10:45:26 +0000409Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
410
411 * SAX.c: added the redefinition of namespaced attribute
412 check that was missing as Fabrice Desré pointed out.
413
Daniel Veillard930dfb62003-02-05 10:17:38 +0000414Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
415
416 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
417 improvements from Nick Kew, allowing to do more checking
418 to HTML elements and attributes.
419
Daniel Veillard4287c572003-02-04 22:48:53 +0000420Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * xinclude.c: fixing bug #105137 about entities declaration
423 needing to be copied to the including document.
424
Daniel Veillard652d8a92003-02-04 19:28:49 +0000425Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
426
427 * catalog.c: fixed bug #104817 with delegateURI
428 * xpath.c: fixing bugs #104123 and #104125
429
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000430Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
431
432 * configure.in valid.c xmlreader.c python/libxml_wrap.h
433 python/types.c: fixing #104096 to compile without regexps
434
Daniel Veillard57e79b32003-02-04 15:33:12 +0000435Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
436
437 * valid.c: fixing bug #103969 forgot to add an epsilon transition
438 when building the automata for elem*
439
Daniel Veillard358a9892003-02-04 15:22:32 +0000440Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
441
442 * HTMLparser.c: applied patch from Arne de Bruijn fixing
443 bug #103827
444
Daniel Veillardeb137172003-02-04 15:18:06 +0000445Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
446
447 * HTMLparser.c: updating a comment, fixing #103776
448
Daniel Veillard8d589042003-02-04 15:07:21 +0000449Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
450
451 * parser.c: fixing bug 105049 for validity checking of content
452 within recursive entities.
453
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000454Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
455
456 * HTMLparser.c: try to fix # 105049
457 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
458 * tree.c: updated a function comment
459
Daniel Veillard419a7682003-02-03 23:22:49 +0000460Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
461
462 * relaxng: more work on grammars and refs/defs
463 * test/relaxng/* result/relaxng/*: augmented/updated the
464 regression tests
465
Daniel Veillard144fae12003-02-03 13:17:57 +0000466Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
467
468 * relaxng: more work on name classes, except support
469 * test/relaxng/* result/relaxng/*: augmented/updated the
470 regression tests
471
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000472Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * relaxng: more work on name classes, the "validate all" schemas
475 seems to work now.
476 * test/relaxng/* result/relaxng/*: augmented/updated the
477 regression tests
478
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000479Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
480
481 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
482 * parser.c: put a guard against infinite document depth, basically
483 trying to avoid another kind of DoS attack.
484 * relaxng.c: some code w.r.t. nameClasses
485
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000486Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
487
488 * test/relaxng/* result/relaxng/*: check all the namespace support
489 was actually correct based on tutorial section 10.
490
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000491Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
492
493 * relaxng: include seems to work okay now
494 * test/relaxng/* result/relaxng/*: augmented/updated the
495 regression tests
496
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000497Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * relaxng.c: a bit of work done in the train back.
500 * test/relaxng/*: added one of the include tests
501
Daniel Veillard154877e2003-01-30 12:17:05 +0000502Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
503
504 * relaxng: more work done in the train
505 * test/relaxng/* result/relaxng/*: augmented/updated the
506 regression tests
507
Daniel Veillarde431a272003-01-29 23:02:33 +0000508Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
509
510 * relaxng.c: debugging of externalRef
511 * test/relaxng/* result/relaxng/*: augmented/updated the
512 regression tests
513
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000514Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
515
516 * relaxng.c: more work on Relax-NG, implementing externalRef
517 * test/relaxng/* result/relaxng/*: augmented/updated the
518 regression tests
519 * Makefile.am: cleanup to Relaxtests target
520
Daniel Veillardb08c9812003-01-28 23:09:49 +0000521Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
522
523 * relaxng.c: more work on Relax-NG, implementing interleave
524 * test/relaxng/* result/relaxng/*: augmented/updated the
525 regression tests
526
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000527Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
528
529 * relaxng.c: more work on Relax-NG, implementing interleave
530 * test/relaxng/* result/relaxng/*: augmented/updated the
531 regression tests
532
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000533Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
534
535 * doc/tutorial/customfo.xsl
536 * doc/tutorial/customhtml.xsl
537 adding stylesheet customizations used to generate fo
538 for pdf and html
539
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000540Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
541
542 * relaxng.c: more work on Relax-NG
543 * test/relaxng/* result/relaxng/*: augmented/updated the
544 regression tests
545 * xmlschemastypes.c: added a number of base type definition but not
546 the associated checks, those are still TODOs
547
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000548Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
549
550 in docs/tutorial:
551 * apa.html
552 * apb.html
553 * apc.html
554 * apd.html
555 * ape.html
556 * apf.html
557 * apg.html
558 * ar01s02.html
559 * ar01s03.html
560 * ar01s04.html
561 * ar01s05.html
562 * ar01s06.html
563 * ar01s07.html
564 * ar01s08.html
565 * index.html
566 * xmltutorial.pdf
567 * xmltutorial.xml
568 add index to tutorial
569
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000570Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
571
572 * doc/xmlcatalog.1
573 * doc/xmlcatalog_man.html
574 * doc/xmlcatalog_man.xml
575 belatedly fixing bug #93622 (adds rewriteURI type to
576 "--add" option in xmlcatalog man page
577
Daniel Veillard3be27512003-01-26 19:49:04 +0000578Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
579
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000580 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000581 Julio Merino, closing #104475
582
Daniel Veillardea3f3982003-01-26 19:45:18 +0000583Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
584
585 * relaxng.c: more work on Relax-NG
586 * test/relaxng/* result/relaxng/*: augmented/updated the
587 regression tests
588
Daniel Veillardedc91922003-01-26 00:52:04 +0000589Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
590
591 * relaxng.c: more work on Relax-NG
592 * test/relaxng/* result/relaxng/*: augmented/updated the
593 regression tests
594
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000595Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
596
597 * README: updated the policy on private mail answers
598 * relaxng.c: more work on Relax-NG
599 * test/relaxng/* result/relaxng/*: augmented/updated the
600 regression tests
601
Daniel Veillard7424eb62003-01-24 14:14:52 +0000602Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
603
604 * error.c parser.c tree.c: applied a documentation patch from
605 Stefan Kost
606
Daniel Veillard276be4a2003-01-24 01:03:34 +0000607Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
608
609 * relaxng.c: more work on Relax-NG
610 * doc/*: regenerated the docs
611 * test/relaxng/* result/relaxng/*: updated and augmented the
612 Relax-NG regression tests and results
613
Daniel Veillard6eadf632003-01-23 18:29:16 +0000614Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
615
616 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
617 First commit of the new Relax-NG validation code, not generally
618 useful yet.
619 * test/relaxng/* result/relaxng/*: current state of the regression
620 tests
621
Daniel Veillard814a76d2003-01-23 18:24:20 +0000622Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * tree.c: minimized the memory allocated for GetContent
625 and a bit of cleanup.
626
Daniel Veillardff12c492003-01-23 16:42:55 +0000627Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
628
629 * python/generator.py: seems there is no good reasons to
630 not generate bindings for XPointer
631
Daniel Veillard540a31a2003-01-21 11:21:07 +0000632Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
633
634 * xmlreader.c doc/apibuild.py: applied a new patch from
635 Stéphane Bidoul for cleanups
636 * doc/libxml2-api.xml: rebuilt the API description with
637 new entry points
638
Daniel Veillard417be3a2003-01-20 21:26:34 +0000639Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
640
641 * xmlreader.c python/drv_libxml2.py python/generator.py
642 python/libxml.c python/libxml.py python/libxml_wrap.h
643 python/types.c: patch from Stéphane Bidoul for better per
644 context error message APIs
645 * python/tests/ctxterror.py python/tests/readererr.py:
646 update of the tests
647
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000648Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
649
650 * doc/guidelines.html
651 grammar and spelling cleanup
652
Daniel Veillard26f70262003-01-16 22:45:08 +0000653Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
654
655 * xmlreader.c include/libxml/xmlreader.h python/generator.py
656 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
657 a patch from Stéphane Bidoul to allow per XMLtextReader error
658 and warning handling
659 * python/tests/Makefile.am python/tests/readererr.py: adding the
660 specific regression test
661
Daniel Veillard71f9d732003-01-14 16:07:16 +0000662Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
665 should raise a syntax error
666
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000667Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * python/libxml.c: cleanup patch from Stéphane Bidoul
670
Daniel Veillard81601f92003-01-14 13:42:37 +0000671Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
672
673 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
674
Daniel Veillarde6227e02003-01-14 11:42:39 +0000675Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * python/generator.py python/libxml.c python/libxml.py
678 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000679 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000680 Python level.
681 * python/tests/Makefile.am python/tests/ctxterror.py: added a
682 regression test for it.
683
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000684Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
685
686 * xmlreader.c: fixed the streaming property of the reader,
687 it was generating tree faster than consuming it. Pointed out
688 by Nate Myers
689 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
690
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000691Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
692
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000693 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000694
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000695Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
696
697 * xpath.c: fix to the XPath implementation for parent and
698 ancestors axis when operating on a Result Value Tree.
699 Fixes bug #100271
700
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000701Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
702
703 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
704 to fix some URI/file escaping problems
705
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000706Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
707
708 * python/generator.py: fixed a bug raised by Raymond Wiker,
709 docSetRootElement() should not raise an exception if the
710 return is None
711
Daniel Veillard3e20a292003-01-10 13:14:40 +0000712Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
713
714 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
715 fixed bug #102181 by applying the suggested change and fixing
716 the generation/registration problem.
717
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000718Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
719
720 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
721 routines.
722
Daniel Veillard8f872442003-01-09 23:19:02 +0000723Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * parser.c: one more IsEmptyElement crazyness, that time in
726 external parsed entities if substitution is asked.
727 * python/tests/reader3.py: added a specific test.
728
Daniel Veillarde329fc22003-01-09 21:36:42 +0000729Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
730
731 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
732 support and improved error handler registration
733
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000734Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
735
736 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
737 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
738 * README: fixed a link
739
Daniel Veillarde2830f12003-01-08 17:47:49 +0000740Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
741
742 * configure.in doc/* NEWS: preparing 2.5.1 release
743 * SAX.c parser.c: fixing XmlTextReader bug
744
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000745Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
746
747 * SAX.c: fuck, I introduced a memory leak on external parsed
748 entities in 2.5.0 :-(
749
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000750Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
751
752 * xmllint.c: another fix needed as pointed by Christophe Merlet
753 for --stream --debug if compiled without debug support.
754
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000755Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
756
757 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000758 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000759 update man page with --stream and --chkregister
760
Daniel Veillard8326e732003-01-07 00:19:07 +0000761Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
762
763 * globals.c: fixed --with-threads compile
764 * xmllint.c: fixed --without-debug compile
765 * include/libxml/globals.h: cleanup
766 * include/libxml/schemasInternals.h: add a missing include
767
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000768Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
769
770 * configure.in NEWS: preparing 2.5.0 release
771 * SAX.c: only warn in pedantic mode about namespace name
772 brokeness
773 * globals.c: fix a doc generation problem
774 * uri.c: fix #101520
775 * doc/*: updated and rebuilt the doc for the release, includuding
776 stylesheet update
777 * python/Makefile.am: fix a filename bug
778
779Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
780
781 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
782 should not be called.
783
784Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
785
786 * libxml-2.0.pc.in: applied the patch to fix #101894
787
788Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
789
790 * tree.c : applied patch from Lukas Schroeder for register callbacks
791 * valid.c: modified patch from Lukas Schroeder to test
792 register callbacks with --chkregister
793
794Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
795
796 * xmlreader.c: seriously changed the way data are pushed to
797 the underlying parser, go by block of 512 bytes instead of
798 tryng to detect tag boundaries at that level. Changed the
799 way empty element are detected and tagged.
800 * python/tests/reader.py python/tests/reader2.py
801 python/tests/reader3.py: small changes mostly due to context
802 reporting being different and DTD node being reported. Some
803 errors previously undetected are now caught and fixed.
804 * doc/xmlreader.html: flagged last section as TODO
805
806Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
807
808 * python/libxml.py: integrated the Python 2.2 optimizations
809 from Hannu Krosing, while maintaining compatibility with
810 1.5 and 2.1
811
812Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
813
814 * xmllint.c: a bit of cleanup
815 * xmlreader.c: small fix
816 * doc/xmlreader.html: more work on the XmlTextReader tutorial
817 * python/libxml.py: a few fixes pointed out by Hannu Krosing
818
819Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
820
821 * python/setup.py.in: patch from Stéphane Bidoul to include
822 drv_libxml2.py in setup.py
823
824Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
825
826 * doc/xmlreader.html: starting documenting the new XmlTextReader
827 interface.
828
829Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
830
831 * xmllint.c: added the --stream flag to use the TextReader API
832 * xmlreader.c: small performance tweak
833
834Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
835
836 * xmlreader.c python/tests/reader2py: okay the DTD validation
837 code on top of the XMLTextParser API should be solid now.
838
839Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
840
841 * xmlreader.c python/tests/reader2py: Fixing some more mess
842 with validation and recursive entities while using the
843 reader interface, it's getting a bit messy...
844
845Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
846
847 * xmlreader.c python/tests/reader.py: another couple of problem
848 related to IsEmptyElement reported by Stéphane Bidoul needed
849 some fixes.
850
851Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
852
853 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
854 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
855 based on the python XmlTextReader interface.
856
857Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
858
859 * tree.c: backing out one change in the last patch which broke the
860 regression tests
861
862Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
863
864 * global.data globals.c tree.c include/libxml/globals.h: applied
865 an old patch from Lukas Schroeder to track node creation and
866 destruction. Probably missing a lot of references at the moment
867 and not usable reliably.
868
869Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
870
871 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
872 from doc/news.html and a stylesheet
873
874Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
875
876 * xmlreader.c python/tests/reader.py: fixed another couple of
877 xmlreader bugs reported by Stéphane Bidoul and added tests.
878
879Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
880
881 * xmlreader.c python/tests/reader2.py: fixed another validity
882 checking in external parsed entities raised by Stéphane Bidoul
883 and added a specific regression test.
884 * python/tests/reader3.py: cleanup
885
886Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
887
888 * xmlreader.c python/tests/reader2.py: fixed a problem with
889 validation within entities pointed by Stéphane Bidoul, augmented
890 the tests to catch those.
891
892Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
893
894 * python/generator.py: modified the generator to allow keeping
895 class references when creating new classes, needed to fix a bug
896 pointed by Stéphane Bidoul where the input buffer of the
897 xmlTextReader instance gets destroyed if the python wrapper for
898 the input is not referenced anymore.
899
900Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
901
902 * xmlreader.c python/tests/reader.py: fixed another pair of problem
903 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
904
905Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
906
907 * xmlreader.c python/tests/reader.py: fixed another problem
908 pointed by Stéphane Bidoul
909
910Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
911
912 * xmlreader.c python/tests/reader.py: fixed a limit case problem
913 with "<a/>"
914
915Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
916
917 * SAX.c: warn on xmlns:prefix="foo"
918 * xmlreader.c python/tests/reader.py: fixed a couple of problem
919 for namespace attributes handling.
920
921Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
922
923 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
924 a really nasty problem raised by a DocBook XSLT transform
925 provided by Sebastian Bergmann
926
927Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
928
929 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
930 by Stéphane Bidoul and integrated it into the tests
931
932Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
933
934 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
935 extended the XmlTextReader API a bit, addding accessors for
936 the current doc and node, and an entity substitution mode for
937 the parser.
938 * python/libxml.py python/libxml2class.txt: related updates
939 * python/tests/Makefile.am python/tests/reader.py
940 python/tests/reader2.py python/tests/reader3.py: updated a bit
941 the old tests and added a new one to test the entities handling
942
943Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
944
945 * python/generator.py python/libxml2class.txt
946 python/tests/reader.py python/tests/reader2.py: changed the
947 generator to provide casing for the XmlTextReader similar to
948 C# so that examples and documentation are more directly transposable.
949 Fixed the couple of tests in the suite.
950
951Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
952
953 * doc/guidelines.html: added a document on guildeline for
954 publishing and deploying XML
955
956Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
957
958 * valid.c xmlreader.c: final touch running DTD validation
959 on the XmlTextReader
960 * python/tests/Makefile.am python/tests/reader2.py: added a
961 specific run based on the examples from test/valid/*.xml
962
963Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
964
965 * python/libxml.py: added a few predefined xmlTextReader parser
966 configuration values.
967
968Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
969
970 * python/libxml_wrap.h: trying to fix #102037
971
972Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
973
974 * SAX.c: fixing bug #95296, when the predefined entities
975 are redefined in the DTD the default one must be used
976 instead anyway.
977
978Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
979
980 * doc/xmllint.xml
981 * doc/xmllint.1
982 Add discussion of XML_DEBUG_CATALOG to xmllint man
983 page - bug #100907
984
985
986Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
987
988 * xmlreader.c: Fixed the empty node detection to avoid reporting
989 an inexistant close tag.
990
991Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
992
993 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
994 for Python 2.1
995
996Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
997
998 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
999
1000Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1001
1002 * doc/libxml2-api.xml python/tests/reader.py: one really need
1003 to provide the base URI information when creating a reader parser
1004 from an input stream. Updated the API and the example using it.
1005
1006Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1007
1008 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1009 include/libxml/valid.h include/libxml/xmlreader.h: working on
1010 DTD validation on top of xml reader interfaces. Allows to
1011 validate arbitrary large instances. This required some extensions
1012 to the valid module interface and augmenting the size of xmlID
1013 and xmlRef structs a bit.
1014 * uri.c xmlregexp.c: simple cleanup.
1015
1016Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1017
1018 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1019 work on the xml reader interfaces.
1020 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1021 Web page for the Windows binaries.
1022
1023Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1024
1025 * xmlIO.c: applied a patch for VMS following the report by
1026 Nigel Hall
1027
1028Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1029
1030 * parser.c: the parseStartTag bug fix wasn't complete.
1031
1032Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1033
1034 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1035 parseStartTag, fixing it.
1036 * test/att4 result/att4 result/noent/att4: adding the test
1037 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1038 more methods to XmlTextReader.
1039
1040Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1041
1042 * win32/libxml2.def.src: added more xml reader exports
1043 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1044 to the build
1045
1046Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1047
1048 * doc/tutorial/xmltutorial.xml
1049 plus generated html and pdf
1050 Updating tutorial again based on further comments from Niraj
1051 Tolia on the last iteration
1052
1053Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1054
1055 * doc/tutorial/xmltutorial.xml
1056 * doc/tutorial/includekeyword.c
1057 * doc/tutorial/includegetattribute.c
1058 plus generated html and pdf
1059 Adding fix from Niraj Tolia to tutorial to properly free memory.
1060
1061
1062Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1063
1064 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1065 more methods of XmlTextReader.
1066 * python/libxml2class.txt python/tests/reader.py: this increased the
1067 methods in the bndings, augmented the test to check those new
1068 functions.
1069
1070Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1071
1072 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1073 methods of XmlTextReader.
1074 * python/generator.py python/libxml_wrap.h python/types.c
1075 python/libxml2class.txt: added the reader to the Python bindings
1076 * python/tests/Makefile.am python/tests/reader.py: added a specific
1077 test for the Python bindings of the Reader APIs
1078 * parser.c: small cleanup.
1079
1080Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1081
1082 * xinclude.c: fallback was only copying the first child not the
1083 full child list of the fallback element, closes #89684 as reopened
1084 by Bernd Kuemmerlen
1085
1086Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1087
1088 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1089
1090Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1091
1092 * configure.in: preparing release of 2.4.30
1093 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1094 gives enum values, fix functype return type, put back fields in
1095 structs
1096 * doc/*: updated the docs rebuilt
1097
1098Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1101 about htmlNodeDumpOutput location.
1102 * xpath.c: removed an undefined function signature
1103 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1104 too many symbols in the API breaking the python bindings.
1105 Updated with the libxslt/libexslt changes.
1106
1107Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1108
1109 * configure.in: preparing release of 2.4.29
1110 * doc/*: rebuilt the docs and API
1111 * xmlreader.c: a few more fixes for the XmlTextReader API
1112
1113Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1114
1115 * include/win32config.h: applied mingw patch from Magnus Henoch
1116
1117Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1118
1119 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1120
1121Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1122
1123 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1124 building Python script, does the C parsing directly, generates
1125 a better API description including structure fieds defs and
1126 enums. Still a couple of bugs, but good enough for the python
1127 wrappers now.
1128 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1129 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1130 include/libxml/schemasInternals.h include/libxml/tree.h: more
1131 cleanup based on the python analysis script reports.
1132 * libxml.spec.in: make sure the API XML description is part of the
1133 devel package.
1134
1135Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1138 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1139 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1140 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1141 code cleanup, especially the function comments.
1142 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1143
1144Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1145
1146 * Makefile.am xmlreader.c include/libxml/Makefile.am
1147 include/libxml/xmlreader.h: Adding a new set of APIs based on
1148 the C# TextXmlReader API but converted to C. Allow to parse
1149 in constant memory usage, far simpler to program and explain
1150 than the SAX like APIs, unfinished but working.
1151 * testReader.c: test program
1152
1153Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1154
1155 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1156
1157Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1158
1159 * tree.c: Chip turner indicated that XHTML1 serialization
1160 rule for style actually break on both IE and Mozilla,
1161 try to avoid the rule if escaping ain't necessary
1162
1163Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1164
1165 * nanhttp.c: handle HTTP URL escaping, problem reported by
1166 Glen Nakamura and Stefano Zacchiroli
1167
1168Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1169
1170 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1171
1172Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1173
1174 * uri.c: Johann Richard pointed out some XPointer problems for
1175 URN based URI references in XInclude. Modified the URI parsing
1176 and saving routines to allow correct parsing and saving of
1177 XPointers, especially when attached to "opaque" scheme accordingly
1178 to RFC 2396
1179
1180Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1181
1182 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1183 of refactoring to the HTML saving code.
1184 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1185 in the doc.
1186
1187Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1188
1189 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1190 to a buffer API to reuse the generic dump to an OutputIO layer,
1191 this reduces code, fixes xmlNodeDump() for XHTML, also made
1192 xmlNodeDump() now return the number of byte written.
1193
1194Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1195
1196 * python/setup.py.in: another patch from Stéphane Bidoul for
1197 Python bindings on Windows
1198 * doc/parsedecl.py: small cleanup
1199
1200Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * libxml.spec.in configure.in: add a line in %changelog for releases
1203
1204Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1205
1206 * parser.c: patch from Marcus Clarke fixing a problem in entities
1207 parsing that was detected in KDe documentations environment.
1208
1209Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1210
1211 * python/libxml.c (libxml_prev): Return the previous as opposed to
1212 the next node (I guess this is the result of some cut & paste programming:)
1213
1214Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1215
1216 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1217
1218Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1219
1220 * python/generator.py python/libxml.c python/setup.py.in: trying
1221 to fix the Python bindings build on Windows (Stéphane Bidoul)
1222
1223Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1224
1225 * win32/configure.js: added option for python bindings
1226 * win32/libxml2.def.src: added more exports
1227
1228Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1229
1230 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1231 pthreads
1232 * win32/wince/*: applied updates to Windows CE port from Javier
1233
1234Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1235
1236 * configure.in: preparing 2.4.28
1237 * libxml.spec.in doc/Makefile.am: some cleanup
1238 * doc/*: updated the news and regenerated.
1239
1240Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1241
1242 * HTMLparser.c: final touch at closing #87235 </p> end tags
1243 need to be generated.
1244 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1245 this change slightly the output of a few tests
1246 * doc/*: regenerated
1247
1248Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * parserInternals.c: fixing bug #99190 when UTF8 document are
1251 parsed using the progressive parser and the end of the chunk
1252 is in the middle of an UTF8 multibyte character.
1253
1254Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1255
1256 * threads.c: fixed initialization problem in xmlNewGlobalState
1257 which was causing crash.
1258 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1259 in xmlInitializeGlobalState.
1260 * parserInternals.c: cleaned up ctxt->sax initialisation.
1261
1262Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1263
1264 * tree.c include/libxml/tree.h: modified the existing APIs
1265 to handle XHTML1 serialization rules automatically, also add
1266 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1267 libxslt serialization uses it when needed without changing
1268 the library API.
1269 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1270 result/xhtml1: added a new test specifically for xhtml1 output
1271 and updated the result of one XHTML1 test
1272
1273Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1274
1275 * xinclude.c parserInternals.c encoding.c: fixed #99082
1276 for xi:include encoding="..." support on text includes.
1277 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1278 test/XInclude/ents/isolatin.txt : added a specific regression test
1279 * python/generator.py python/libxml2class.txt: fixed the generator
1280 the new set of comments generated for doc/libxml2-api.xml were
1281 breaking the python generation.
1282
1283Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1286 * configure.in: patch for Solaris on new autoconf closes #98880
1287 * doc/parsedecl.py: repair the frigging API building script,
1288 did I say that python xmllib sucks ?
1289 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1290 and some comment are no more truncated.
1291
1292Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1293
1294 * parser.c: Martin Stoilov pointed out a potential leak in
1295 xmlCreateMemoryParserCtxt
1296
1297Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1298
1299 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1300 included in HTML documents and using the push parser.
1301
1302Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1303
1304 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1305 specified, look for the Python interpreter not just in the
1306 specified root but also in the specified location. Fixes #98825
1307
1308Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1309
1310 * python/libxml.c: fixing bug #98792 , node may have no doc
1311 and dereferencing without checking ain't good ...
1312
1313Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1314
1315 * configure.in: preparing release 2.4.27
1316 * doc/* : updated and rebuilt the docs
1317 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1318 and all the docs are actually packaged and in the final RPMs
1319 * parser.c parserInternals.c include/libxml/parser.h: restore
1320 xmllint --recover feature.
1321
1322Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1323
Daniel Veillard784b9352003-02-16 15:50:27 +00001324 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001325 processing of parsed entities, and XPath computation on sustitued
1326 entities.
1327 * testXPath.c: make sure entities are substitued.
1328
1329Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1330
Daniel Veillard784b9352003-02-16 15:50:27 +00001331 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001332 processing of internal parsed entities, which had to be changed.
1333
1334Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1335
1336 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1337 trying to fix bug #98517 about building outside the source tree
1338 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1339
1340Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1341
1342 * include/win32config.h: cleanup
1343 * win32/Makefile.mingw: integrated mingw in JScript configure
1344 * win32/Makefile.msvc: modified to allow mingw coexistence
1345 * win32/configure.js: integrated mingw
1346 * win32/Readme.txt: cleanup
1347
1348Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1349
1350 * HTMLparser.c: strengthen the guard in the Pop macros,
1351 like in the XML parser, closes bug #97315
1352
1353Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1354
1355 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1356 callback is never used.
1357
1358Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1359
1360 * parserInternals.c: fixed the initialization of the SAX structure
1361 which was breaking xsltproc
1362 * xpath.c: patch from Petr Pajas for CDATA nodes
1363 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1364 * parser.c include/libxml/parser.h: patch from Peter Jones
1365 removing a leak in xmlSAXParseMemory() and adding the
1366 function xmlSAXParseMemoryWithData()
1367
1368Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1369
1370 adding pdf of tutorial, changing web page to link to it
1371 * doc/tutorial/xmltutorial.pdf
1372 * doc/xml.html
1373 * doc/docs.html
1374
1375Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1376
1377 * doc/tutorial/ar01s08.html
1378 adding file what I forgot for tutorial
1379
1380
1381Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1382
1383 Adding encoding discussion to tutorial
1384 Added:
1385 * doc/tutorial/images/*.png: DocBook admonition image files
1386 * doc/tutorial/apf.html, apg.html: new generated html
1387 * doc/tutorial/includeconvert.c: conversion code entity file
1388 changed:
1389 * doc/tutorial/xmltutorial.xml: DocBook original
1390 * doc/tutorial/*.html: generated html
1391
1392Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1393
1394 * include/libxml/*.h: retired xmlwin32version.h
1395 * doc/Makefile.am: retired xmlwin32version.h
1396 * win32/configure.js: retired xmlwin32version.h
1397
1398Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1399
1400 * win32/libxml2.def.src: exported additional symbols
1401 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1402 sisterhood
1403
1404Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1405
1406 * globals.c: fixed a typo pointed out by Igor
1407 * xpath.c: try to speed up node compare using line numbers
1408 if available.
1409
1410Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1411
1412 * tree.c: make xmlFreeNode() handle attributes correctly.
1413
1414Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1415
1416 * catalog.c: completed the #96963 fix, as reported by Karl
1417 Eichwalder
1418
1419Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1420
1421 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1422
1423Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1424
1425 * Makefile.am: switched the order of a couple of includes
1426 to fix bugs #97100
1427
1428Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1429
1430 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1431 xmlLoadCatalogs that used to separate directories with a ':'.
1432
1433Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1434
1435 * threads.c: improvements to the Windows-side of thread handling
1436 * testThreads.c: conditionally excluded unistd.h
1437 * testThradsWin32.c: broke overlong lines
1438 * include/win32config.h: adapted thread-related macros to the new
1439 scheme and for pthreads on Windows
1440 * win32/Makefile.msvc: introduced a more flexible thread build,
1441 added testThreads[Win32].c to the build
1442 * win32/configure.js: introduced a more flexible thread config
1443
14442002-10-31 John Fleck <jfleck@inkstain.net>
1445
1446 * doc/xml.html (and, by implication, FAQ.html)
1447 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1448
1449Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1450
1451 * configure.in: removed xmlwin32version.h
1452 * include/libxml/Makefile.am: removed xmlwin32version.h
1453
1454Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1455
1456 * tree.c: applied patch from Brian Stafford to fix a bug
1457 in xmlReconciliateNs()
1458
1459Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1460
1461 * tree.c: applied patch from Christian Glahn to allow
1462 xmlNewChild() on document fragment nodes
1463
1464Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1465
1466 * parser.c: Christian Glahn found a problem with a recent
1467 patch to xmlParseBalancedChunkMemoryRecover()
1468 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1469 problems
1470 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1471 test/schemas/seq*: added the test cases from Charles
1472
1473Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1474
1475 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1476 serious cleanup of the spec file and associated changes
1477 in the Makefiles.
1478 * valid.c: try to remove some warnings on x86_64
1479
1480Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1481
1482 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1483 fix bug #96586
1484
1485Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1486
1487 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1488 parsing, applied his patch
1489 * result/HTML/attrents.html result/HTML/attrents.html.err
1490 result/HTML/attrents.html.sax test/HTML/attrents.html:
1491 added the test and result case provided by Mikhail Sogrine
1492
1493Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1494
1495 * vms/build_libxml.com vms/config.vms vms/readme.vms
1496 include/libxml/parser.h include/libxml/parserInternals.h
1497 include/libxml/tree.h include/libxml/xmlIO.h
1498 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1499 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1500 Applied the VMS update patch from Craig A. Berry
1501 * doc/*.html: update
1502
1503Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1504
1505 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1506
1507Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * debugXML.c: adding a grep command to --shell in xmllint
1510 for T.V. Raman
1511
1512Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * xmlcatalog.c: tried to fix some of the problem with --sgml
1515
1516Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * parser.c: tried to fix bug #91500 where doc->children may
1519 be overriden by a call to xmlParseBalancedChunkMemory()
1520
1521Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1522
1523 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1524 identifiers in SGML catalogs containing '&'
1525
1526Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1527
1528 * python/types.c: fixed bugs when passing result value tree
1529 to Python functions.
1530
1531Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1532
1533 * configure.in: preparing the release of 2.4.26
1534 * doc/*: updated and rebuilt the documentation
1535
1536Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1537
1538 * parser.c: fixed a XML Namespace compliance bug reported by
1539 Alexander Grimalovsky
1540
1541Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1542
1543 * HTMLtree.c: fixed serialization of script and style when
1544 they are not lowercase (i.e. added using the API to the tree).
1545
1546Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1547
1548 * valid.c: make xmlValidateDocument emit a warning msg if there
1549 is no DTD, pointed by Christian Glahn
1550
1551Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1552
1553 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1554 content model when some of the blocks have min or max, and a couple
1555 of bugs found in the process.
1556 * result/schemas/list0* test/schemas/list0*: added some specific
1557 regression tests
1558
1559Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * README: updated the contact informations
1562
1563Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1564
1565 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1566 misses it, reported by Peter Bray.
1567
1568Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1569
1570 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1571 and removed a few warnings
1572
1573Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1574
1575 * parser.c: Christian Glahn found a small bug in the push parser.
1576 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1577 public
1578
1579Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1580
1581 * xmlschemas.c include/libxml/xmlschemas.h: added
1582 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1583 * testSchemas.c: added --memory to test the new interface
1584
1585Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1586
1587 * doc/index.py doc/search.php: integrated the XSLT indexing,
1588 a few fixed in the indexer, added a scope selection at the
1589 search level.
1590
1591Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1592
1593 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1594 this was due to uninitialized parts of the validation context
1595
1596Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1597
1598 * debugXML.c: applied patch from Mark Vakoc except the API
1599 change, preserved it.
1600 * doc/*: updated the docs to point to the search engine for
1601 information lookup or before bug/help reports.
1602
1603Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1604
1605 * doc/index.py doc/search.php: added mailing-list archives
1606 indexing and lookup
1607
1608Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1609
1610 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1611
1612Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1613
1614 * doc/index.py: improved HTML indexing
1615 * doc/search.php: make the queries also lookup the HTML based indexes
1616
1617Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * doc/index.py: added HTML page indexing
1620
1621Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1622
1623 * xmlIO.c: extended Windows path normalisation to fix the base
1624 problem in libxslt.
1625 * catalog.c: fixed list handling in XML_CATALOG_FILES
1626
1627Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1628
1629 * valid.c: typo/bug found by Christian Glahn
1630
1631Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1632
1633 * xmlIO.c: applied Windows CE patch from Javier.
1634 * win32/wince: new directory, contains support for the PocketPC
1635 with Windows CE from Javier.
1636 * include/win32config.h: reorganised, removed duplicate
1637 definitions and applied WinCE patch from Javier.
1638 * include/wsockcompat.h: new file, now contains WinSock
1639 compatibility macros.
1640 * win32/Makefile.msvc: introduced double-run compilation.
1641
1642Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1643
1644 * configure.in include/libxml/xmlwin32version.h: preparing release
1645 of 2.4.25
1646 * doc/*: updated and regenerated teh docs and web pages.
1647
1648Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1649
1650 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1651 error were not covering namespace declarations.
1652 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1653 it was missing the attribute declaration for the namespace
1654 * result/VC/NS3: the fix now report breakages in that test
1655
1656Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1657
1658 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1659
1660Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1661
1662 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1663 and regenerated the docs and web site
1664
1665Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1666
1667 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1668 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1669 not before
1670
1671Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * python/generator.py python/libxml2class.txt: fixed a stupid error
1674 breaking the python API
1675
1676Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1677
1678 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1679 triostr.c triostr.h: applied a trio update patch from
1680 Bjorn Reese which should work with MinGW
1681
1682Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1683
1684 * tree.c: improving some documentation comments
1685 * xmlregexp.c: found and fixed a mem leak with python regression tests
1686 * doc/*: rebuilt the doc and the API XML file including the
1687 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1688 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1689 python/types.c: added access to the XML Schemas regexps from
1690 python
1691 * python/tests/Makefile.am python/tests/regexp.py: added a
1692 simple regexp bindings test
1693
1694Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1695
1696 * doc/xml.html:
1697 fixing ftp links - thanks to Vitaly Ostanin
1698
1699Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1700
1701 * xmlregexp.c: fixed the data callback on transition functionality
1702 which was broken when using the compact form
1703 * result/schemas/*: updated the results, less verbose, all tests
1704 pass like before
1705 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1706 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1707 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1708 annoying warnings
1709 * xpath.c: try to provide better error report when possible
1710
1711Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1712
1713 * Makefile.am: fixed a breakage raised by Jacob
1714
1715Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1716
1717 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1718 which don't use sockets
1719
1720Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1721
1722 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1723 * win32/configure.js: applied zlib patch from Daniel Gehriger
1724
1725Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1726
1727 * win32/configure.js: applied the patch from Mark Vakoc for
1728 regexp support
1729 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1730 for regexp support
1731
1732Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1733
1734 * xmlschemastypes.c: as pointed by Igor Float and Double
1735 parsing ain't finished yet
1736
1737Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1738
1739 * Makefile.am configure.in: trying to fix #88412 by bypassing
1740 all the python subdir if python ain't detected
1741
1742Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1743
1744 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1745 made configuring with regexps/automata/unicode the default
1746 but without schemas ATM
1747 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1748 fixed the regexp based DTD validation performance and memory
1749 problem by switching to a compact form for determinist regexps
1750 and detecting the determinism property in the process. Seems
1751 as fast as the old DTD validation specific engine :-) despite
1752 the regexp built and compaction process.
1753
1754Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1755
1756 * valid.c: determinism is debugged, new DTD checking code now works
1757 but xmlFAComputesDeterminism takes far too much CPU and the whole
1758 set usues too much memory to be really usable as-is
1759
1760Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1761
1762 * tree.c: fixed another stupid bug in xmlGetNodePath()
1763 * xmllint.c: --version now report the options compiled in
1764
1765Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * HTMLparser.c: small cleanup
1768 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1769 when configured with them. A bit of debugging around the determinism
1770 checks is still needed
1771
1772Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1773
1774 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1775
1776Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1777
1778 * xmlIO.c: small portability glitch fixed.
1779
1780Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1781
1782 * xmlschemastypes.c: incomplete steps for real/double support
1783 * testAutomata.c include/libxml/xmlautomata.h
1784 include/libxml/xmlregexp.h: avoiding a compilation problem
1785 * valid.c include/libxml/valid.h: starting the work toward using
1786 the regexps for actual DTD validation
1787
1788Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1789
1790 * hash.c: cosmetic cleanup
1791 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1792 integrating a DTD validation layer based on the regexps
1793
1794Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1795
1796 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1797 the determinism was tested before eliminating the epsilon
1798 transitions :-(
1799
1800Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * python/generator.py python/libxml.c python/libxml.py
1803 python/libxml2-python-api.xml python/libxml2class.txt
1804 python/libxml_wrap.h python/types.c: updated the python
1805 bindings, added code for easier File I/O, and the ability to
1806 define a resolver from Python fixing bug #91635
1807 * python/tests/Makefile.am python/tests/inbuf.py
1808 python/tests/outbuf.py python/tests/pushSAXhtml.py
1809 python/tests/resolver.py python/tests/serialize.py: updated
1810 and augmented the set of Python tests.
1811
1812Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1813
1814 * win32/configure.js: added more readme info for the binary
1815 package.
1816
1817Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1818
1819 * xmlIO.c: fixed a stupid out of bound array error
1820
1821Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1822
1823 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1824 messing around with support for Windows path, cleanups,
1825 trying to identify and fix the various code path to the
1826 filename access. Added xmlNormalizeWindowsPath()
1827
1828Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1829
1830 * error.c valid.c: working on better error reporting of validity
1831 errors, especially providing an accurate context.
1832 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1833 error reports in those cases.
1834
1835Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1836
1837 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1838 parser.c parserInternals.c xmlIO.c: get rid of all the
1839 perror() calls made in the library execution paths. This
1840 should fix both #92059 and #92385
1841
1842Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1843
1844 * xmllint.c: memory leak reporting was broken after a change
1845 of the preprocessor symbol used to activate it.
1846
1847Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * tree.c: try to make the copy function work for node of
1850 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1851 DOM layers though, not libxml2 itself.
1852
1853Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1854
1855 * valid.c: try to provide file and line informations, not all
1856 messages are covered, but it's a (good) start
1857
1858Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1859
1860 * xinclude.c: reimplemented a large part of the XInclude
1861 processor, trying to minimize resources used, James Henstridge
1862 provided a huge test case which was exhibiting severe memory
1863 consumption problems.
1864
1865Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * python/Makefile.am: applied patch from Christophe Merlet to
1868 reestablish DESTDIR
1869
1870Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1871
1872 * libxml.spec.in: fixes libary path for x86_64 AMD
1873
1874Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1875
1876 * doc/tutorial/includekeyword.c
1877 * doc/tutorial/xmltutorial.xml:
1878 (plus resulting generated html files)
1879 fixing one spot I missed in the tutorial where I hadn't freed
1880 memory properly
1881
1882Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1883
1884 * doc/tutorial/includeaddattribute.c
1885 * doc/tutorial/includeaddkeyword.c
1886 * doc/tutorial/includegetattribute.c
1887 * doc/tutorial/includekeyword.c
1888 * doc/tutorial/xmltutorial.xml
1889 * doc/tutorial/*.html:
1890 update tutorial to properly free memory (thanks to Christopher
1891 R. Harris for pointing out that this needs to be done)
1892 * doc/tutorial/images/callouts/*.png:
1893 added image files so the callouts are graphical, making it
1894 easier to read ( use "--param callout.graphics 1" to generate
1895 html with graphical callouts)
1896
1897Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1898
1899 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1900 nice logos generated by Marc Liyanage
1901 * doc/site.xsl *.html: changed the stylesheet to show the new
1902 logo and regenerated the pages
1903
1904Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1905
1906 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1907
1908Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1909
1910 * xpath.c: possible mem leak patch from Jason Adams
1911
1912Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1913
1914 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1915 in the XQuery namespace
1916 * configure.in: preparing 2.4.24
1917 * doc/*.html: updated the web pages
1918
1919Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1920
1921 * python/generator.py: closing bug #85258 by generating conditional
1922 compile check to avoid linking to routines not configured in.
1923
19242002-08-22 Havoc Pennington <hp@pobox.com>
1925
1926 * autogen.sh: update error message for missing automake
1927
1928Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1929
1930 * python/Makefile.am: typo in target name resulted in libxml2.py
1931 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1932
1933Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1934
1935 * win32/win32/Makefile.mingw: updated with version from
1936 Elizabeth Barham at http://soggytrousers.net/repository/
1937
1938Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1939
1940 * win32/Makefile.msvc: added the prefix location to the include
1941 and lib search path.
1942
19432002-08-18 Havoc Pennington <hp@pobox.com>
1944
1945 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1946 both automake 1.6 and 1.4 installed get the right automake. Means
1947 compilation from CVS will now require the latest automake 1.4
1948 release, or manually creating symlinks called "automake-1.4" and
1949 "aclocal-1.4"
1950
1951Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1952
1953 * configure.in python/Makefile.am: more AMD 64 induced changes from
1954 Frederic Crozat
1955
1956Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1957
1958 * xinclude.c: oops I was missing the xml:base fixup too
1959 * result/XInclude/*.xml: this adds xml:base attributes to most
1960 results of the tests
1961
1962Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1963
1964 * xinclude.c: quick but apparently working implementation of
1965 xi:fallback, should close bug #89684
1966 * Makefile.am test/XInclude/docs/fallback.xml
1967 result/XInclude/fallback.xml: added a basic test for fallback,
1968 and run with --nowarning to avoid a spurious warning
1969 * configure.in: applied patch from Frederic Crozat for python
1970 bindings on AMD 64bits machines.
1971
1972Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1973
1974 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1975 the caller don't pass a SAX callback block.
1976
1977Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1978
1979 * tree.c: applied the same fix for the XML-1.0 namespace to
1980 xmlSearchNsByHref() as was done for xmlSearchNs()
1981
1982Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1983
1984 * libxml.3: small cleanup of the man page
1985 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1986 when serializing HREF attributes generated by XSLT.
1987
1988Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1989
1990 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1991 version of Marc Liyanage' patch for boolean attributes in HTML
1992 output
1993
1994Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1995
1996 * python/tests/serialize.py: fixed the test results, indenting
1997 behaviour changed slightly
1998
1999Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2000
2001 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2002 new c14n function to Windows def files
2003
2004Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2005
2006 * c14n.c: fixed a memory leak in c14n code
2007
2008Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2009
2010 * parser.c include/libxml/parser.h: adding a new API for Christian
2011 Glahn: xmlParseBalancedChunkMemoryRecover
2012 * valid.c: patch from Rick Jones for some grammar cleanup in
2013 validation messages
2014 * result/VC/* result/valid/*: this slightly change some of the
2015 regression tests outputs
2016
2017Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2018
2019 * tree.c: trying to fix a problem in namespaced attribute handling
2020 raised by Christian Glahn
2021
2022Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2023
2024 * encoding.c include/libxml/encoding.h: Opening the interface
2025 xmlNewCharEncodingHandler as requested in #89415
2026 * python/generator.py python/setup.py.in: applied cleanup
2027 patches from Marc-Andre Lemburg
2028 * tree.c: fixing bug #89332 on a specific case of loosing
2029 the XML-1.0 namespace on xml:xxx attributes
2030
2031Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2032
2033 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2034 corner case from new Merlin's test suite and added a callback
2035 that will be used to improve xmlsec performance
2036
2037
2038Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2039
2040 * HTMLtree.c: trying to fix the <style> escaping problem in
2041 HTML serialization bug #89342
2042
2043Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2046 and rebuilt the web site.
2047
2048Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2049
2050 * include/libxml/tree.h: added _private member to xmlNs struct
2051
2052Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2053
2054 * HTMLparser.c: fixing bug #84876 based on the xml working
2055 code.
2056
2057Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2058
2059 * python/Makefile.am: enhanced to fix bug 72012 (errors
2060 when using '-jX' make parameter)
2061
2062Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2063
2064 * xpath.c: small additional enhancement for booleans
2065 compared to nodesets
2066
2067Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2068
2069 * HTMLtree.c: changed the order of the encoding declaration
2070 attributes in the meta tags due to a bug in IE/Mac
2071
2072Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2073
2074 * xpath.c: enhanced handling of booleans (especially '='
2075 and '!=' for nodesets) - fixes bug 85256. Added new
2076 routine xmlXPathNotEqualValues for more proper handling
2077 of '!=' when nodesets are involved.
2078
2079Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2080
2081 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2082 doc/xmlcatalog_man.xml to the source distribution
2083
2084Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2085
2086 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2087 asked for this.
2088
2089Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2090
2091 * configure.in: preparing 2.4.23
2092 * doc/*: rebuilt the docs
2093
2094Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2095
2096 * parser.c: fixing bug #84169 by fixing the
2097 comment of xmlCreatePushParserCtxt to describe the
2098 encoding detection parameters better.
2099
2100Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2101
2102 * valid.c: fixing bug #79331 in one path the lookup for
2103 ID attributes on a namespaced node wasn't handled correctly :-\
2104
2105Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2106
2107 * HTMLparser.c: trying to fix 87235 about discarded white
2108 spaces in the HTML parser.
2109 * result/HTML/*: this changes the output of a number of HTML
2110 regression tests
2111
2112Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2113
2114 * xpath.c: applied patch from Richard Jinks for the namespace
2115 axis + fixed a memory error.
2116 * parser.c parserInternals.c: applied patches from Peter Jacobi
2117 removing ctxt->token for good.
2118 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2119 popped out by the regression tests.
2120 * Makefile.am: patch for threads makefile from Gary Pennington
2121
2122Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2123
2124 * xpath.c: enhanced behaviour of position() after usage of
2125 expressions involving preceding-sibling (et al).
2126
2127Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2128
2129 * hash.c: applied a patch from Peter Jacobi to solve a problem
2130 when compiling with the Watcom C on Win32
2131 * result/schemas/*.err: the change of hashing algo generated
2132 permutations in the output
2133
2134Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2135
2136 * hash.c: applied patch from Sander Vesik improving the quality of
2137 the hash function.
2138
21392002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2140
2141 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2142 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2143 xmllint.c xpath.c: replaced sprintf() with snprintf()
2144 to prevent possible buffer overflow (the bug was pointed
2145 out by Anju Premachandran)
2146
2147Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2148
2149 * parser.c: removed an uninitialized data error popped by valgrind
2150 on PE references
2151
2152Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2153
2154 * doc/xml.html
2155 adding tutorial reference to the web page
2156
2157Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2158
2159 * doc/tutorial/xmltutorial.xml
2160 * doc/tutorial/ar01s07.html
2161 * doc/tutorial/ape.html
2162 * doc/tutorial/includegetattribute.c
2163 adding section to tutorial about retrieving an attribute
2164 value
2165
2166Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * parser.c: applied a couple of patches from Peter Jacobi to start
2169 to get rid of ctxt->token, with a possible significant speed
2170 improvement to be gained once done. Better compliance with PE
2171 references constructs in DTDs too.
2172 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2173 from Peter too
2174
2175Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2176
2177 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2178 xmlParseElement was likely to have been deallocated at the
2179 time of the report, possibly leading to segfault. Just report
2180 the tag name now.
2181
2182Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2183
2184 * xpath.c: patch from Richard Jinks for XPath substring() function
2185 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2186
21872002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2188
2189 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2190
2191Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2192
2193 *doc/FAQ.html
2194 fixing typos in FAQ, thanks to Robert Funnell for the
2195 editing help
2196
2197Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2198
2199 * NEWS: got complaints from rpmlint that it was empty
2200
2201Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2202
2203 * added doc/tutorial, including:
2204 apa.html
2205 apb.html
2206 apc.html
2207 apd.html
2208 ar01s02.html
2209 ar01s03.html
2210 ar01s04.html
2211 ar01s05.html
2212 ar01s06.html
2213 includeaddattribute.c
2214 includeaddkeyword.c
2215 includekeyword.c
2216 includestory.xml
2217 index.html
2218 xmltutorial.xml
2219 libxml tutorial, including generated html
2220
2221Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2222
2223 * result/c14n/exc-without-comments/merlin-c14n-two-*
2224 result/c14n/without-comments/merlin-c14n-two-*
2225 test/c14n/exc-without-comments/merlin-c14n-two-*
2226 test/c14n/without-comments/merlin-c14n-two-*
2227 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2228 c14n/exc-c14n and slightly modified test script to handle
2229 these test cases
2230 * c14n.c: fixed bugs for complicated nodes set (namespace
2231 without node and others from merlin-c14n-two.tar.gz)
2232 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2233 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2234 for xmlsec performance patch
2235 * xpath.c: fixed self::node() for namespaces and attributes
2236
2237Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2238
2239 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2240 but with the format parameter
2241 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2242
2243Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2244
2245 * Makefile.am: updated c14n tests suite
2246 * c14n.c: performance improvement for previous c14n patch
2247
2248Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2249
2250 * parser.c: another peroformance patch from Peter Jacobi, that
2251 time on parsing attribute values.
2252
2253Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2254
2255 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2256 into LibXML2 test suite
2257
2258Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2259
2260 * c14n.c: propagating xpath ancesstors node fix to c14n
2261 plus small performance improvement to reduce number of
2262 mallocs
2263 * xpath.c: fixed ancestors axis processing for namespace nodes
2264
2265Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2266
2267 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2268 Peter Jacobi
2269
2270Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2271
2272 * configure.in: preparing 2.4.22
2273
2274Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2275
2276 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2277 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2278 a public entry point.
2279 * doc/*: rebuilt the API and docs
2280
2281Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * xpath.c: patch from Richard Jinks to fix a problem introduced
2284 in the previous patch and pointed by Norm
2285
2286Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2287
2288 * libxml.spec.in: fixing bug #81112
2289
2290Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2291
2292 * uri.c: fixing bug #82848
2293
2294Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2295
2296 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2297 output of one catalog test
2298
2299Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2300
2301 * global.data globals.c tree.c include/libxml/globals.h
2302 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2303 default value for global parameter xmlIndentTreeOutput to 1 and
2304 introduced new global parameter xmlTreeIndentString (the string
2305 used to do one-level indent) with default value " " (as it was
2306 in tree.c)
2307
2308Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2309
2310 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2311 with trio and schemas.
2312
2313Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2314
2315 * xpath.c: patch from Richard Jinks to fix the problem raised in
2316 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2317
2318Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * xmlschemas.c: a bit of work on import.
2321 * xmlschemastypes.c: Charles Bozeman provided a compare function
2322 for date/time types so min/max facet restrictions should work,
2323 indeterminate comparisons return an error instead of equal.
2324 * test/schemas/date_0* result/schemas/date_0_0: specific test
2325 from Charles Bozeman too
2326
2327Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2328
2329 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2330 from Christian Cornelssen fixing the man pages and the Catalog
2331 building script.
2332 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2333 next step is <xs:import> I now have a reasonable understanding
2334 of how it works.
2335
2336Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2339
2340Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2341
2342 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2343
2344Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2345
2346 * xpath.c: fixing an XPath function evalutation bug pointed out
2347 by Alexey Efimov where the context was lost when evaluating
2348 the function arguments
2349
2350Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2351
2352 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2353 function public for XMLSec performance optimizations
2354
2355Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2356
2357 * python/generator.py python/libxml2class.txt : fixed a problem
2358 with the HTML parser pointed by Gary Benson
2359 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2360 example
2361
2362Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2363 * parser.c: fixed bug #81159 (memory growth in SAX)
2364
2365Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2366 * xpath.c: fixed bug #78858 (the real fix)
2367
2368Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2369 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2370
2371Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2372
2373 * tree.c: modified xmlNodeSetBase to allow changing the
2374 base of a document.
2375
2376Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2377
2378 * xmlschemastypes.c: patch Charles Bozeman for validation of
2379 all the date, time, and duration types
2380 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2381 * configure.in: fixed an error pointed by an user
2382 * xml2-config.in: fixed an error pointed by an user
2383
2384Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2385
2386 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2387 win32/libxml2.def.src xmlIO.c: exported default
2388 'file:', 'http:' and 'ftp:' protocols input handlers
2389 and maked protocols comparisson case insensitive
2390
2391Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2392
2393 * configure.in: Neven Has detected a typo
2394
2395Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2398 as one of the persons allowed to commit directly to the
2399 module.
2400
2401Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2402
2403 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2404 * valid.c: raised a too low limit
2405 * doc/*: rebuilt the docs
2406
2407Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2408
2409 * test/XPath/expr/floats test/XPath/expr/functions
2410 result/XPath/expr/floats result/XPath/expr/functions
2411 xpath.c: another XPath conformance patch from Richard Jinks
2412
2413Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2414
2415 * xmlschemas.c: fixed validation of attribute groups.
2416 * test/schemas result/schemas: added an example from the primer
2417
2418Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2419
2420 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2421 * test/schemas result/schemas: updated the test list
2422
2423Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * TODO: updated a bit
2426 * parser.c: made a comment more specific
2427 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2428 Schemas conformance.
2429 * test/schemas result/schemas: updated the test list
2430
2431Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2434 implementing xs:all with minOccurs = 0
2435 * tes/schemas/* result/schemas/*: added more tests covering
2436 xs:all
2437
2438Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2439
2440 * xmlregexp.c: first implementation of the all particle, this
2441 may need to be revisited for case where not all transitions
2442 must be crossed.
2443
2444Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * tree.c: another entity processing update from Markus Henke
2447
2448Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2449
2450 * trionan.c: fixed crash on OSF/1
2451
2452Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2453
2454 * xmlschemas.c: more Schemas work
2455 * test/schemas/* result/schemas/*: added more tests coming
2456 from the spec.
2457
2458Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2459
2460 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2461 ExcC14N specification
2462
2463Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2464
2465 * tree.c: patch from Markus Henke, fix for recursive entities.
2466
2467Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2468
2469 * xpath.c: fix a problem with string() on a document node.
2470
2471Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2472
2473 * Makefile.am xmlschemas.c: more Schemas work
2474 * test/schemas/* result/schemas/*: added more tests coming
2475 from the spec.
2476
2477Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2478
2479 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2480 * result/HTML/*: this changes a few things in the results
2481
2482Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2483
2484 * include/libxml/tree.h: eliminated 'declaration different than
2485 prototype' warning
2486 * include/win32config.h: "resolved" conflicts with errno.h
2487
2488Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2489
2490 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2491 on the automata interfaces and debug of counted choices
2492 * test/schemas/* result/schemas/*: added a number of tests
2493
2494Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2495
2496 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2497 a bit of work on Schemas
2498 * testSchemas.c: try to make it more useful
2499 * test/schemas/* result/schemas/* Makefile.am: changed the
2500 Schemas regression test procedure, started adding a few samples
2501
2502Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2503
2504 * include/libxml/encoding.h: Patch for the Borland C++ builder
2505 * include/libxml/tree.h: Patch for the Borland C++ builder
2506 * threads.c: Patch for the Borland C++ builder
2507 * win32/bcb5: New directory for the Borland C++ builder
2508 project files
2509
2510Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2511
2512 * win32/Makefile.msvc: Update for XML Schema support
2513 * win32/configure.js: Update for XML Schema support
2514 * win32/libxml2.def.src: Update for XML Schema support
2515
2516Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2519 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2520 xmlunicode.c include/libxml/Makefile.am
2521 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2522 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2523 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2524 include/libxml/xmlversion.h.in : merged the current state of
2525 XML Schemas implementation, it is not configured in by default,
2526 a specific --schemas configure option has been added.
2527 * test/automata test/regexp test/schemas Makefile.am
2528 result/automata result/regexp result/schemas:
2529 merged automata/regexp/schemas regression tests
2530
2531Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * xpath.c: Gary found a compile time problem, fixes #78823
2534
2535Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * configure.in: release of 2.4.20
2538 * doc/*: updated and rebuilt the docs
2539
2540Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2541
2542 * python/Makefile.am: patch from Cristian Gafton to build on
2543 Red Hat 6.2, should also fix #75779
2544
2545Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2546
2547 * valid.c: first part of fixing #78729
2548
2549Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2550
2551 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2552 escaping of URI when saving HTML files.
2553 * result/HTML/*: this impacted some tests
2554
2555Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * configure.in: trying to fix #77441
2558
2559Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * include/libxml/xmlIO.h: Hallski complained it could not be
2562 included by itself.
2563
2564Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2567
2568Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2569
2570 * win32/configure.js: patch from Nilo for the c14n option
2571 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2572
2573Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2574
2575 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2576 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2577 LIBXML_THREAD_ENABLED
2578
2579Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2580
2581 * xpath.c: another patch from Richard Jinks for substring conformance
2582 * test/XPath/expr/floats test/XPath/expr/strings
2583 result/XPath/expr/floats result/XPath/expr/strings: update of the
2584 test suite to check those.
2585
2586Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2587
2588 * xpath.c: patch from Richard Jinks for .x float parsing.
2589
2590Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2591
2592 * parser.c: patch from Markus Henke when an encoding ain't recognized
2593
2594Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2595
2596 * libxml.m4: got a report that #include <string.h> was needed
2597
2598Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2601
2602Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2603
2604 * doc/example.html: fixing typo
2605
2606Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2609 pointed out by Melvyn Sopacua.
2610
2611Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2612
2613 * libxml.m4: Frédéric Crozat gave a patch related to the change
2614 of Include paths breaking the libxml.m4
2615
2616Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2617
2618 * xpath.c: Fix bug #76927 forgot to save some context
2619 when evaluating binary expressions
2620
2621Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2622
2623 * configure.in: fixed configure for MPE/iX from Markus Henke
2624 * xmlmemory.c: fixed initialization problems
2625 * xpath.c: another set of patches from Richard Jinks this
2626 fixes "make XPathtests" on linux
2627
2628Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2629
2630 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2631 * test/XPath/expr/compare test/XPath/expr/equality
2632 test/XPath/expr/floats test/XPath/expr/functions
2633 test/XPath/expr/strings result/XPath/expr/compare
2634 result/XPath/expr/equality result/XPath/expr/floats
2635 result/XPath/expr/functions result/XPath/expr/strings: Updated
2636 tests though they show a divergence on Linux
2637
2638Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2639
2640 * xpath.c trionan.c: previous commit also included patches
2641 from Richard Jinks on some IEEE support corner case
2642
2643Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2644
2645 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2646 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2647 that $(datadir) should be used for docs
2648
2649Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2650
2651 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2652 could leak filedescriptors
2653
2654Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2655
2656 * configure.in nanohttp.c: applied patch from Allan Clark for
2657 UnixWare/OpenServer
2658
2659Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2660
2661 * configure.in: preparing 2.4.19
2662 * doc/*: rebuilt the docs
2663
2664Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * nanohttp.c: fixing #76043, got fed up with non-portability
2667 of that piece of code.
2668
2669Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2670
2671 * valid.c SAX.c: Never commit without running "make tests" :-(
2672 fix a couple of stupidities in the previous commit
2673 * result/*: a few changes in some attribute order result of previous
2674 commit.
2675
2676Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2677
2678 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2679 the internal subset should not raise duplicate ID errors,
2680 also there was a small bug in conjunction to namespace
2681 declarations defaulted and xml:xxx attributes DTD definitions.
2682
2683Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2684
2685 * xpath.c: Richard Jinks also raised some rounding problems
2686 this tries to fix them
2687
2688Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2689
2690 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2691 behaviour in xmlXPathCastToString()
2692
2693Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2694
2695 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2696 raised by Morus Walter
2697
2698Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2699
2700 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2701 from Igor
2702
2703Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2704
2705 * xpath.c: fixing #75619, related to a problem when trying
2706 to evaluate condition when the current node set resulting
2707 from that sub-step evaluation is empty. Also fixes 2 potential
2708 problem with previous-sibling and next-siblings axis.
2709
2710Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2711
2712 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2713 HTML support is not configured in.
2714
2715Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2716
2717 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2718 include/libxml/tree.h: dohh I really didn't intended to commit
2719 this test version :-(
2720
2721Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2722
2723 * testSAX.c: I wanted to see the real speed at the SAX interface
2724 after a little too many Ximianer started complaining about the
2725 parser speed.
2726 added a --quiet option:
2727 paphio:~/XML -> ls -l db100000.xml
2728 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2729 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2730 3200006 callbacks generated
2731 real 0m1.270s
2732 Which means 16MBytes/s and 3Mcallback/s
2733
2734Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2735
2736 * xpath.c: valgrind spotted another error that time when running
2737 on libxslt regression tests
2738
2739Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2740
2741 * Makefile.am: adding "make valgrind" running the full regression
2742 tests (except python ones) under Valgrind (using valgrind -q
2743 which was kindly added by the author).
2744 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2745 passes cleanly now except an obcure floating point initialization
2746 raised in log10() in one XPath regression test ???
2747 * tree.c: edited some comments to close #75244
2748
2749Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2750
2751 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2752 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2753 context of ScrollKeeper, made sure that if the number is
2754 an integer, the serialization follows the description at
2755 http://www.w3.org/TR/xpath#section-String-Functions
2756
2757Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2758
2759 * configure.in: preparing 2.4.18
2760 * doc/*: updated and rebuilt the web site
2761 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2762 the Windows and Cygwin maintainers.
2763 * parser.c: humm, changed the way the SAX parser work when
2764 xmlSubstituteEntitiesDefault(1) is set, it will then
2765 do the entity registration and loading by itself in case the
2766 user provided SAX getEntity() returns NULL.
2767 * testSAX.c: added --noent to test the behaviour.
2768
2769Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * parser.c: Wilfried Teiken provided a hackish but working
2772 way to get context reported back on entities when parsing
2773 with SAX and without breaking the DOM build.
2774
2775Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2776
2777 * c14n.c: applied a new patch from Aleksey Sanin
2778 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2779 to reference Aleksey implementation of XML digital Signatures
2780
2781Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2782
2783 * xpath.c: small fix to avoid potential problem due to
2784 ordering of freeing data
2785 * python/Makefile.am: people were complaining about
2786 the generated file in python dir not being built
2787
2788Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2791 python/generator.py python/libxml.c python/types.c: Cleanup
2792 of the python Makefiles based on Jacob and James feedback,
2793 fixed the spec file accordingly, fixed the number of warning
2794 that passing my pedantic CFLAGS was generating. Conclusion
2795 is that Python includes are real crap.
2796
2797Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2798
2799 * configure,in: it was reported quite a few times that
2800 xml2-config --cflags should not output
2801 -I$includeprefix/libxml2/libxml because libxml2 header names
2802 clashes with existing names like list.h from C++ stl.
2803 Includes should be #include<libxml/xxx.h> so ...
2804
2805Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2806
2807 * c14n.c: another patch from Aleksey Sanin
2808
2809Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2812 canonicalization algorithm
2813 * doc/xml.html doc/index.html: added the C14N references on the
2814 index page.
2815
28162002-03-13 jacob berkman <jacob@ximian.com>
2817
2818 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2819 usage, redundant, and gcc specific
2820
2821Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2822
2823 * xpath.c: speedup some node selection operations, this can
2824 have a significant impact on DocBook Norm's stylesheets
2825 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2826 make sure it's always the case
2827 * debugXML.c: distinguish CDATA and comments in ls operations
2828
2829Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2832 to generate better API descriptions etc...
2833
2834Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2835
2836 * c14n.c: Fixing #74186, made sure all boolean expressions
2837 get fully parenthesized, ran indent on the output
2838 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2839 include/libxml/tree.h: also #74186 related, removed the
2840 --with-buffers option, and all the preprocessor conditional
2841 sections that were resulting from it.
2842
2843Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2844
2845 * valid.c: applied patch from Dodji Seketeli fixing an
2846 uninitailized variable in xmlValidGetValidElements()
2847
2848Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2849
2850 * c14n.c: fixed a few comments
2851 * doc/*.html doc/*/*.html: regenerated the docs and added
2852 the C14N API
2853 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2854
2855Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * check-xml-test-suite.py: fix to adapt varaiations in the
2858 bindings
2859 * configure.in python/setup.py python/setup.py.in: fixed to
2860 have the version of the python scripts automatically updated
2861
2862Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2863
2864 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2865 in xmlCopyProp()
2866
2867Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2868
2869 * configure.in: preparing 2.4.17 release
2870 * doc/*: updated and rebuilt the docs
2871 * xpath.c: fixed a comment
2872 * python/libxml.c: fixed a possible reentrancy problem
2873
2874Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2875
2876 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2877 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2878 added a specific regression test
2879 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2880 not raise exceptions when failing to find the attribute.
2881
2882Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2883
2884 * configure.in xmllint.c: owen pointed out a problem with the
2885 ftme fix, gettimeofday() was not detected by configure and
2886 the ftime header wasn't included, dohhh
2887
2888Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * configure.in xmllint.c: trying to fix #71457 for timing
2891 precision when gettimeofday() is not availble but ftime() is
2892
2893Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2894
2895 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2896 are now copied on install and part of the -devel RPM
2897
2898Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2899
2900 * xpath.c: trying to avoid bug #72150 which was apparently
2901 caused by a gcc bug (or a processor problem) as detailed
2902 at http://veillard.com/gcc.bug
2903
2904Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2907 fixed xmlReconciliateNs(), added a Python test/example for
2908 inter-document cut'n paste
2909 * python/libxml.py: fixed node.doc on document nodes and added
2910 xpathEval() onto node objects
2911
2912Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2915 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2916 fixup and integrated tests for the serialization stuff
2917
2918Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2919
2920 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2921 moved the libxml man page to section 3
2922
2923Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2924
2925 * tree.c: fix bug #72490
2926 * python/libxml.c python/libxml.py: added methods serialize()
2927 and saveTo() to all node elements.
2928
2929Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2930
2931 * xmlIO.c: closed #73430, don't read from an input source
2932 which indicated an end-of-file or an error.
2933
2934Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2935
2936 * parser.c: make sure SAX endDocument is always called as
2937 this could result in a Python memory leak otherwise (it's
2938 used to decrement ref-counting)
2939 * python/generator.py python/libxml.c python/libxml.py
2940 python/libxml2-python-api.xml python/libxml2class.txt
2941 python/tests/error.py python/tests/xpath.py: implemented
2942 the suggestions made by Gary Benson and extended the tests
2943 to match it.
2944
2945Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2946
2947 * python/generator.py: applied patch fixing #73450
2948
2949Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2950
2951 * xpath.c: fixing #61290 "namespace nodes have no parent"
2952 long standing divergence from the XPath REC. NodeSets
2953 simply hold a copy of namespace nodes and those node ->next
2954 points to the parent (which may not be the node carrying the
2955 definition).
2956 * include/libxml/xpath.h: flagged but didn't added a possible
2957 speedup
2958 * DOCBparser.c HTMLparser.c: removed some warnings from push
2959 parser due to new state being added.
2960 * tree.c: new fix from Boris Erdmann
2961 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2962 the XML Canonalization support from Aleksey Sanin
2963
2964Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2965
2966 * tree.c: patch from Boris Erdmann fixing some namespace odities
2967 with xmlCopyNode()
2968
2969Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2970
2971 * xmlIO.c: fix bug #72706 when loading a NULL entity
2972
2973Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2974
2975 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2976 actually change in a future XML Namespace revision.
2977
2978Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2979
2980 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2981 added the possibility of returning nodesets from XPath extension
2982 functions written in Python
2983
2984Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2985
2986 * python/*: commiting some Python bindings work done while travelling
2987
2988Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2991 explicitely with memory debugging switched on
2992
2993Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2996 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2997 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2998 the accessor generator for strings
2999 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3000 regression test.
3001
3002Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3003
3004 * python/README python/generator.py python/libxml.c python/setup.py:
3005 added the 'usual' setup.py to allow building a libxml2-python
3006 module based on the same code. The initialization is however
3007 different the 2 .so files fo libxml2 and libxslt are identical and
3008 they entry point initialize both libraries. this is done to avoid
3009 some possible nasty problem since the Python don't merge the maps
3010 of all shared modules.
3011
3012Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3013
3014 * parser.c: fixed a push/encoding bug reported by Michael
3015 on librsvg
3016
3017Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3018
3019 * include/libxml/parserInternals.h: fixes a misplaced #endif
3020
3021Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3022
3023 * parser.c valid.c: found and fixed a couple of allocation bugs
3024
3025Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3026
3027 * doc/xml.html doc/python.html doc/*: added a Python and binding
3028 page describing the current state of the Python bindings and
3029 giving pointers to the other languages wrappers.
3030
3031Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3032
3033 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3034 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3035 rebuilt the API and web site
3036 * xpath.c: fixed #71978 portability bugs
3037
3038Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3039
3040 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3041
3042Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3043
3044 * include/libxml/parserInternals.h parser.c: had to change
3045 2 internal parsing API when processing document content
3046 to check the start and end of element content are defined
3047 in the same entity
3048 * valid.c include/libxml/valid.h: attribute normalization can
3049 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3050 with the context to report it.
3051 * SAX.c: fixed the last known bugs, crazy validation constraints
3052 when a document is standalone seems correctly handled. There
3053 is a couple of open issues left which need consideration especially
3054 PE93 on external unparsed entities and standalone status.
3055 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3056 The 2 tests left failing are actually in error. Cleanup done.
3057
3058Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * valid.c: implemented E59 spaces in CDATA does not match the
3061 nonterminal S
3062
3063Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3064
3065 * SAX.c parser.c valid.c: more validation test fixups
3066 * check-xml-test-suite.py: added duration info for the tests
3067
3068Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * parser.c valid.c: a couple of errors were reported but not
3071 saved back as such in the parsing context. Down to 1% failure rate
3072 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3073
3074Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3075
3076 * xmlInternald.c: isExtender was missing a char
3077 * parser.c include/libxml/parser.h: % are acceptable in the
3078 internal subset if within a PUBLIC ID
3079
3080Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3081
3082 * SAX.c parserInternals.c valid.c: more work on the conformance
3083 suite. Took the step to finally block documents with encoding
3084 errors. It's a fatal error per the spec, people should have fixed
3085 their documents by now.
3086
3087Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3088
3089 * check-xml-test-suite.py: fixed the test script after some discussion
3090 on the semantic of TYPE="error"
3091 * Makefile.am: added the script to the distrib
3092
3093Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3094
3095 * SAX.c entities.c: fixed a couple of conformances issues deep
3096 into the validation code (standalone and undeclared Notations)
3097
3098Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3099
3100 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3101 stayed there for years !
3102
3103Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3104
3105 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3106 missing
3107
3108Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3109
3110 * check-xml-test-suite.py: improved the behaviour a bit as
3111 well as the logs
3112 * parser.c valid.c SAX.c: fixed a few more bugs
3113 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3114
3115Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * check-xml-test-suite.py: python script to run regression tests
3118 against the XML Test suite of W3C/OASis
3119 * SAX.c: fixed a validation bug
3120 * parser.c: fixed 3 errors pointed by the test suite
3121 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3122 * python/Makefile.am: fixed a dependendy
3123
3124Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3125
3126 * xmlmemory.c: avoid a warning bug #71594
3127
3128Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3129
3130 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3131 warning on alpha/Tru64
3132
3133Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * include/libxml/entities.h: fixing a comment
3136 * valid.c: fixing some troubles with validity check on namespaces
3137 * result/VC/NS3 test/VC/NS3: added a specific regression test
3138
3139Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3140
3141 * tree.c: Fixing #71342 serializing '\n' in attribute values
3142 * result/noent/att3 result/att3 test/att3: added a specific
3143 test.
3144
3145Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3146
3147 * python/libxml.c: couple of bug fixes
3148
3149Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3150
3151 * python/*.py: removed tabs and used spaces.
3152
3153Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3156 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3157
3158Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3159
3160 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3161 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3162
3163Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3164
3165 * include/libxml/encoding.h include/libxml/entities.h
3166 include/libxml/globals.h include/libxml/parser.h
3167 include/libxml/threads.h include/libxml/tree.h
3168 include/libxml/xmlmemory.h: trying to fix the include mess
3169
3170Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * include/libxml/xmlmemory.h: reverted part of the previous
3173 attempt to provide #69655, this was breaking the build.
3174
3175Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3176
3177 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3178 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3179 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3180 include/libxml/parserInternals.h include/libxml/tree.h
3181 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3182 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3183 clean.
3184 * python/libxml.c: fixed a warning.
3185
3186Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3189 copying of node, merge back IDs in the target document.
3190 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3191 test/XInclude/ents/ids.xml: test case
3192 * result/VC/ElementValid4: output changed due to a typo fix
3193
3194Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3195
3196 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003197 generate the dependencies right as Jacob found out. Add
3198 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003199
3200Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3201
3202 * parserInternals.c valid.c: Justin Fletcher found some parts
3203 of the code needing cleanup
3204 * libxml.spec.in python/Makefile.am python/generator.py
3205 python/libxml.c python/libxml.py: Fixed the python Makefiles
3206 corrected a bug showing up on ia64, changed the name of the
3207 python internal module too
3208
3209Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3210
3211 * Makefile.am: applied patch from Andris Pavenis for binary
3212 name suffixes
3213
3214Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3215
3216 * xmllint.c win32/win32config.h: fixing #68748
3217
3218Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * valid.c: fixing #70166
3221
3222Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * valid.c: fixing #70077
3225
3226Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3227
3228 * Copyright Makefile.am README configure.in libxml.spec.in:
3229 Changed to the MIT Licence
3230 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3231 doc/xmlio.html: updated the doc accordingly
3232 * include/libxml/xmlwin32version.h configure.in: preparing
3233 2.4.14 release
3234 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3235 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3236 fixed the const xmlChar * wrapper and generator, XPath extension
3237 functions now use the context as first argument
3238 * python/tests/tstxpath.py python/tests/xpath.py
3239 python/tests/xpathext.py: Updated the tests accordingly
3240 * tree.c: fixed bug #70067
3241
3242Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * Makefile.am: cleanup
3245 * debugXML.c: always use stdout if output is NULL
3246 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3247 * python/Makefile.am python/generator.py python/libxml2class.txt
3248 python/libxml_wrap.h python/types.c: augmented the number of bindings
3249 handling FILE * and XPath contexts
3250 * python/tests/Makefile.am: avoid a stupid problem due to the
3251 use of TEST.
3252
3253Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3254
3255 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3256
3257Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3258
3259 * python/TODO python/libxml.c: cleanup the extension function lookup
3260 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3261
3262Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3263
3264 * configure.in python/Makefile.am: do not install outside
3265 of prefix
3266
3267Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * python/TODO python/libxml.c: started adding SAX interfaces
3270 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3271 SAX test
3272
3273Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3274
3275 * tree.c: hardened the addChild function
3276 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3277 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3278 added accessors needed for xmlNode, a bit more testing and
3279 extension of interfaces
3280 * python/tests/Makefile.am python/tests/build.py: added a test
3281 build from scratch/save/load/check
3282
3283Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3284
3285 * parserInternals.c: change a small bit in the way valididy
3286 error messages get initialized
3287 * python/TODO python/libxml.c python/libxml2-python-api.xml
3288 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3289 added some memory debugging to track leaks at the libxml2 level
3290 * python/tests/*.py: changed all tests to check for leaks,
3291 there is just one left in XPath extension registrations.
3292
3293Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3294
3295 * python/TODO python/generator.py python/libxml2-python-api.xml
3296 python/libxml2class.txt: more accessor classes for the parser
3297 context, allow to switch on and check validity
3298 * python/tests/Makefile.am python/tests/error.py
3299 python/tests/invalid.xml python/tests/valid.xml
3300 python/tests/validate.py: attded more test and and added error.py
3301 which I forgot to commit in the last step
3302
3303Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3304
3305 * python/Makefile.am python/types.c: cleanup
3306 * python/libxml.c python/libxml.py python/libxml_wrap.h
3307 python/generator.py python/libxml2-python-api.xml
3308 python/libxml2class.txt: added class for parser context, added
3309 first cut for push mode support. Added a framework to generate
3310 accessors functions.
3311 * python/tests/Makefile.am python/tests/push.py: added a push
3312 test
3313
3314Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3315
3316 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3317 bug a bit of cleanup.
3318
3319Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3320
3321 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3322 python/libxml2class.txt: adding error redirections and preformat
3323 to a python handler
3324 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3325 tests self checking
3326
3327Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3328
3329 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3330 a function
3331
3332Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3333
3334 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3335 python/libxml.c python/libxml2-python-api.xml
3336 python/libxml2class.txt: Progressing through the TODOs, class
3337 description output, extra XML API, RPM now builds the wrappers
3338 for all python installed versions
3339
3340Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * configure.in libxml.spec.in python/Makefile.am python/TODO
3343 python/generator.py python/libxml2class.txt: added more informations
3344 in the libxml2-python package including docs. Slightly changed
3345 the class hierarchy
3346 * python/tests/*: added basic regression tests infrastructure too
3347
3348Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3349
3350 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3351 added libxml2-python as part of the packages installed
3352
3353Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3354
3355 * python/Makefile.am python/generator.py python/libxml.c
3356 python/libxml.py: more work, now able to extend the
3357 XPath interpreter with functions written in python.
3358
3359Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3360
3361 * python/Makefile.am: Jacob sent a patch to allow building from
3362 tarfile.
3363
3364Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3365
3366 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3367 inserted the python wrappers build, I hope this won't be too
3368 unportable
3369
3370Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * xpath.c: minor optimization
3373 * python/generator.py python/libxml.c python/libxml.py
3374 python/libxml_wrap.h: more work on the python bindings,
3375 they now support XPath and there is no evident leak
3376
3377Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3378
3379 * python/generator.py python/libxml.c python/libxml.py:
3380 more work on the python bindings generator.
3381
3382Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * python/generator.py python/libxml.c python/libxml_wrap.h:
3385 more work on the python bindings.
3386
3387Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3388
3389 * python/generator.py python/libxml.c python/libxml.py
3390 python/libxml_wrap.h: commited early version of a python binding
3391 for private use only ATM
3392
3393Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3394
3395 * entities.c tree.c include/libxml/entities.h: applied patch
3396 from Anthony Jones to implement copy of DTD subtree too. Had
3397 just to keep 2 function private which really ought to become
3398 public ones.
3399
3400Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3401
3402 * xmllint.c: added pointers to the web pages in the usage()
3403
3404Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3405
3406 * tree.c: more fixes from Petr Kozelka for attribute handling
3407 in the tree API to align the semantic with DOM.
3408
3409Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3410
3411 * valid.c tree.c entities.c: another set of patches from
3412 Anthony Jones for copy operations cleanup and robustness
3413
3414Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3417 an alphabetic index based on comments content
3418 * doc/*: rebuilt the web site with the new references
3419
3420Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * parserInternals.h: Greg Sjaardema suggested to use an
3423 eponential buffer groth policy in xmlParserAddNodeInfo()
3424
3425Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3426
3427 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3428 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3429 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3430 to generate cross-references, and added/updated the stylesheets
3431 to generate and link API indexes. The generic keyword index
3432 is not done yet.
3433 * doc/*.html: regenerated all the usual docs too
3434
3435Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * debugXML.c: added an xpath function to the shell for T. V. Raman
3438
3439Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3440
3441 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3442 debug routines.
3443
3444Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3445
3446 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3447 support of attribute nodes
3448
3449Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3450
3451 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3452 hopefully near complete and fully documented of the API in XML
3453 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3454 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3455 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3456 include/libxml/parserInternals.h include/libxml/valid.hi
3457 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3458 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3459 include/libxml/xpath.h include/libxml/xpathInternals.h:
3460 Cleaned up the doc comments a lot in the process, the interface
3461 coverage is now 100%
3462
3463Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3466 extracts comments from the gtk-doc DocBook output (a bit
3467 convoluted but seems to work).
3468
3469Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3470
3471 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3472 added an XML description of the API, moved the script generating
3473 it here. Added a "make api" target
3474
3475Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3478
3479Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3480
3481 * xpath.c include/libxml/xpathInternals.h: the change made to
3482 xmlXPathFuncLookupFunc was incompatible roll it back
3483
3484Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3485
3486 * SAX.c: cleanup patch from Anthony Jones
3487 * doc/Makefile.am: fix the headers to avoid in make scan
3488 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3489 includes, * vs Ptr and general cleanup
3490 * parsedecl.py: first version of a script to extract the
3491 module interfaces, the goal will be to provide .decl or XML
3492 specification of the interfaces to build wrappers.
3493
3494Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3495
3496 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3497 now provides return codes in case of errors
3498
3499Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3500
3501 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3502 Upgraded to trio baseline 1.6
3503 * strio.h strio.c: Replaced by triostr.h and triostr.c
3504
3505Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3506
3507 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3508 of strdup usage in the code
3509
3510Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3511
3512 * parser.c error.c: Keith Isdale complained rightly that
3513 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3514
3515Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3516
3517 * tree.c: fixed the funxtion to set the xml: attributes
3518 * debugXML.c: added "setbase" to test it.
3519
3520Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3521
3522 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3523 to allow updating an attribute content
3524
3525Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3526
3527 * libxml.h: try to avoid problems when compiling on Windows
3528
3529Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3530
3531 * hash.c: patch from Anthony Jones for hash.c allocation size
3532 * Makefile.am: trying to work around Yet Another Libtool Madness
3533 and build the 2.4.13 release finally ...
3534
3535Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3536
3537 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3538 * doc/* : update of the documentation
3539
3540Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3541
3542 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3543 at fixing #61290 :-(
3544
3545Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3546
3547 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3548 Fixes bug #67229
3549
3550Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * tree.c: trying to avoid troubles when a subtree is copied
3553 and coalesced in part with the target tree. Should fix
3554 bug #67407
3555
3556Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3557
3558 * valid.c: fixed validation of attributes content of type
3559 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3560 values, very old bug. Fixes #67671
3561
3562Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3563
3564 * parser.c include/libxml/parserInternals.h tree.c: integrated
3565 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3566 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3567
3568Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * threads.c: applied Serguei Narojnyi's patch to add native
3571 thread support on the Win32 platform
3572 * testThreadsWin32.c Makefile.am: added the test program also
3573 from Serguei, Win32 specific
3574 * include/win32config.h include/libxml/xmlwin32version.h.in:
3575 added patch from Igor for the Windows thread specific defines.
3576
3577Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3578
3579 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3580
3581Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3582
3583 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3584 output page into XMLinfo.html. Close bug #66951 and
3585 raised by Robert Collins too.
3586
3587Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3588
3589 * encoding.c: Paul Keogh pointed out a possibility of segfault
3590 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3591 Closes bug # 68238
3592
3593Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3594
3595 * doc/*.html: updated the Gdome2 links
3596
3597Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3598
3599 * libxml.h: Applied following patches from Robert Collins
3600 and make sure IN_LIBXML is defined when compiling it
3601 -------
3602 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3603 as well as Visual C.
3604 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3605 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3606 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3607 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3608 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3609 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3610 xmlSysIDExists xmlNoNetExists).
3611 * xmllint.c: Don't include winsock2.h for Cygwin.
3612
3613Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3614
3615 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3616 when the version info is not present.
3617
3618Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3619
3620 * tree.c: Anthony Jones pointed out a problem in
3621 xmlStringGetNodeList() and provided a fix for it
3622
3623Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3624
3625 * parser.c: patch from Frank J Franklin to remove a bug in
3626 xmlCreatePushParserCtxt() when the initial buffer passed
3627 is large.
3628
3629Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3630
3631 * win32/*: big cleanup of the Windows/MSVC project files
3632 from Igor Zlatkovic
3633
3634Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3635
3636 * doc/Makefile.am: should fix #67674 and avoid troubles if
3637 xsltproc is not available or fails in the prefix provided
3638
3639Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3640
3641 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3642
3643Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3644
3645 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3646 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3647 Fixed a few other problems raised by Charlie Bozeman.
3648 * result/VC/ElementValid[5-7]: fixed the output
3649
3650Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3651
3652 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3653 patches from Charlie Bozeman. Regenerated the HTML docs.
3654
3655Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3656
3657 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3658 for Windows from Igor
3659
3660Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3661
3662 * xmllint.c: applied Justin Fletcher patch for --output or -o
3663
3664Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3665
3666 * win32/libxml2/libxml2.def.src: close #67019
3667
3668Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3669
3670 * xmllint.c: applied Justin Fletcher generic timing patch
3671 similar to the one already applied to xsltproc.
3672
3673Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3674
3675 * include/libxml/tree.h tree.c: applied documentation patches
3676 from Charlie Bozeman
3677
3678Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3679
3680 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3681
3682Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3683
3684 * valid.c: fix the xmlStrdup() used in the previous patch.
3685 * valid.c: added --dropdtd
3686 * tree.c: fixed xmlUnlinkNode so it also removes the references
3687 from the document if the node is a DTD
3688
3689Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3690
3691 * HTMLtree.c valid.c: cleanup some static declarations
3692
3693Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3694
3695 * xmllint.c: removed another strdup()
3696 * doc/FAQ: removed the HP/UX entry
3697
3698Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3699
3700 * valid.c: fix bug #66816 when validating.
3701 * xmllint.c: don't use sys/time.h if configure did not found it
3702
3703Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3704
3705 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3706 xmlcatalog_man.xml
3707
3708Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3709
3710 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3711 xmlInitMemory() was declared twice
3712
3713Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3714
3715 * globals.c: do not reference strdup() !
3716 * configure.in libxml-2.0.pc.in: trying to fix the libs
3717 of the various config extraction modules
3718
3719Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3720
3721 * configure.in : preparing 2.4.12
3722 * doc/* : updated and rebuilt the docs
3723
3724Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3725
3726 * uri.c: closed bug #66159
3727 * testURI.c: added --escape option
3728 * configure.in: some cleanup for xml2-config --cflags
3729
3730Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3731
3732 * globals.c testThreads.c: removed some misplaced includes
3733 of xmlversion.h
3734
3735Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3736
3737 * threads.c: patch from Gary Pennington fixing a possible
3738 problem at initialization time.
3739
3740Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3741
3742 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3743 Eric Lavigne contribution to build libxml2 on MacOS using
3744 CodeWarrior.
3745
3746Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3747
3748 * xmllint.c: applied Geert Kloosterman's patch to fix
3749 --repeat --timing output
3750
3751Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3752
3753 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3754 where non-wellformed XML declaractions were not detected.
3755
3756Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3757
3758 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3759
3760Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3761
3762 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3763 gets reset by xmlCleanupInputCallbacks() and this makes the
3764 function useless. Same for output.
3765
3766Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3767
3768 * xmlIO.c: robert pointed out a loop error in callback cleanups
3769
3770Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3771
3772 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3773 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3774 they are not really tied to debugging
3775
3776Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3777
3778 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3779 * xmllint.c: better --catalogs description
3780
3781Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3782
3783 * tree.c: fixed a couple of problems in xmlSetProp()
3784
3785Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3786
3787 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3788 unappropriate stdout output.
3789
3790Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3791
3792 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3793 by Denis Beurive, closes #65111
3794
3795Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3796
3797 * valid.c: in case of content model validity error, don't
3798 print it if validity warnings were not requested.
3799
3800Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3801
3802 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3803 * parserInternals.c: removed the last exit() call. Print an
3804 unmaskable error on stderr instead (library mismatch detection)
3805
3806Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3807
3808 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3809 shell instructions from Heiko Rupp
3810
3811Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3812
3813 * catalog.c: use the URL notation file:// for default catalog paths
3814
3815Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3816
3817 * include/libxml/tree.h: better comments for _private fields
3818 * tree.c: removed a problem when copying an entity reference.
3819
3820Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3821
3822 * vms/*: updated instructions and diffs from John A Fotheringham
3823
3824Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3825
3826 * include/libxml/xmlerror.h: avoid an include problem if
3827 #include <libxml/xmlerror.h> happens first in code
3828 seems to be the case in KDE libs
3829
3830Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3831
3832 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3833 from Igor for Windows
3834
3835Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3836
3837 * Makefile.am: Gary Pennington pointed out a missing prefix
3838
3839Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3840
3841 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3842 * doc/*: upgraded and rebuilt the docs
3843
3844Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3845
3846 * HTMLparser.c: fix comment in scripts element parsing.
3847 * result/HTML/doc3*: updated the results.
3848
3849Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3850
3851 * uri.c: another URI bug fix #63336, using Joel Young patch.
3852
3853Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3854
3855 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3856 a cleaned up version of the Pwd shell string generation.
3857
3858Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3859
3860 * valid.c include/libxml/tree.h: trying to fix namespaces +
3861 validation problems for good, closing #63619 in the process
3862 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3863 wrong in this respect, fixed it.
3864
3865Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3866
3867 * xmllint.c: Morus Walter patch to allow --format and --encode
3868
3869Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3870
3871 * debugXML.c: Stefan Kost provided an help command for the shell
3872
3873Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3874
3875 * debugXML.c: Heiko Rupp pointed that the shell would crash
3876 on empty nodesets returns.
3877
3878Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3879
3880 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3881 migh need the history libraries
3882
3883Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3884
3885 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3886 handle the case of < in quoted attributes, Bastian Kleineidam
3887
3888Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3889
3890 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3891 fixing catalog breakages
3892 * Makefile.am catalog.c result/catalogs/catal
3893 result/catalogs/mycatalog.* test/catalogs/catal*:
3894 fixed more problems in catalog support, added more regression tests
3895 for both XML and SGML catalog handling
3896
3897Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3898
3899 * debugXML.c: applied an improvement to xmlGetLineNo() from
3900 Keith Isdale
3901
3902Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3903
3904 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3905 Side effect of the progressive catalog loading
3906
3907Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3908
3909 * Makefile.am: confexecdir and confexec_DATA were defined twice
3910 pointed out by Karl Eichwalder
3911
3912Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3913
3914 * xmlcatalog.c: avoid unlink() and use remove() instead.
3915
3916Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3917
3918 * libxml.spec.in: cleanup
3919 * include/libxml/xmlwin32version.h: updated with 2.4.8
3920
3921Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3922
3923 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3924 of compiling libxml with a non standard set of options
3925
3926Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3927
3928 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3929 document --sgml option, fixing gnome bugzilla #63382
3930
3931Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3932
3933 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3934 breakage of 2.4.7, added a couple of really needed APIs
3935 like xmlCatalogIsEmpty() and xmlNewCatalog()
3936 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3937 for install-catalog
3938 * configure.in: preparing 2.4.8
3939
3940Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3941
3942 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3943 include/libxml/tree.h include/libxml/xmlIO.h: more include
3944 cleanups, export cleanly one html output + format function.
3945
3946Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3947
3948 * parser.c: removed initGenericErrorDefaultFunc call from
3949 xmlInitParser() since it could destroy previous calls to
3950 xsltSetGenericErrorFunc() effects
3951
3952Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3953
3954 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3955 keyword.
3956
3957Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3958
3959 * Makefile.am: cleanup
3960 * threads.c: cleanup too
3961 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3962 from xsltproc
3963 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003964 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003965
3966Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3967
3968 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3969 was not used anymore !
3970
3971Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3972
3973 * configure.in: preparing 2.4.7
3974 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3975 manual page from John
3976 * doc/*: updated the doc and rebuilt the generated pages
3977
3978Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3979
3980 * xmlIO.c: closing bug #62711, the library should never
3981 close stdin or stdout.
3982
3983Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3984
3985 * uri.c: second pass at fixing #63336, using Joel Young
3986 final patch. looks okay.
3987
3988Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3989
3990 * uri.c include/libxml/uri.h: trying to clear #63336
3991 allowing the escaping routine to parse unconformant
3992 URI-References.
3993
3994Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3995
3996 * vms/readme.vms vms/build_libxml.com nanoftp.c
3997 include/libxml/xmlversion.h.in: a few VMS updates from
3998 John A Fotheringham
3999 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4000 and xmlCleanupOutputCallbacks() for the Perl binding people.
4001
4002Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4003
4004 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4005 apply fixes to close #63271 and avoid segfaults when
4006 the error routine gets callbed before xmlInitParser()
4007 get called.
4008 * nanoftp.c error.c: Applied patches from Justin Fletcher
4009 correcting some xmlGenericError misuses.
4010
4011Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4012
4013 *doc/xmllint.xml, doc/xmllint.1
4014 New and improved man page for xmllint - .xml is the original, .1
4015 is the generated man page
4016
4017Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4018
4019 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4020 the web site from the main HTML document.
4021
4022Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * parser.c: fixed an erroneous validation bug when PE refs
4025 occurs in external parsed entities referenced from the
4026 internals subset
4027 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4028 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4029 added the associated testcase, it's a nice one.
4030 * HTMLparser.c: generate the DTD node as HTML still ...
4031 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4032
4033Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4034
4035 * HTMLparser.c: fixed a bug in htmlNewDoc()
4036
4037Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4038
4039 * test/threads/*: added entities testing to the Thread test
4040 * testThreads.c: make the test reasonable
4041 * DOCBparser.c: fix the DTD public and system ID
4042 * xmllint.c: added --sgml for SGML DocBook importing
4043 * Makefile.am: added Docbtests target
4044
4045Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4048 * testThreads.c: removed bogus include
4049
4050Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4051
4052 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4053 fixed a very serious (looping) validation bug
4054
4055Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4056
4057 * include/libxml/globals.h include/libxml/threads.h threads.c
4058 testThreads.c: far more testing, cleaning up bugs
4059 * *.c : make sure globals.h is always included.
4060
4061Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4062
4063 * HTMLparser.c: try to get rid of parser loops for good.
4064
4065Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * configure.in: fixed some bugs in CFLAGS passing.
4068 * test/threads Makefile.am testThreads.c: added a specific
4069 threaded test case (really nasty, guaranteed).
4070
4071Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4072
4073 * catalog.c: serious cleanup on the management of the
4074 XML catalog tree, more tests done, especially with
4075 the catalog PI.
4076
4077Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4078
4079 * catalog.c: avoid a problem in catalog cleanup on SMP if
4080 catalogs were not initialized.
4081
4082Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4083
4084 * catalog.c xpath.c: trying to cleanup the not thread safe
4085 parts of the library.
4086
4087Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4088
4089 * include/libxml/globals.h configure.in global.data: make
4090 the allocation be per-thread a configure option
4091 * encoding.c include/libxml/parser.h: fixed compilation
4092 errors
4093
4094Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4095
4096 * include/libxml/parser.h: Norm reported that a few lines
4097 added were breaking libxslt compile, removed them for now
4098
4099Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * parser.c parserInternals.c threads.c: debugged and fixed
4102 initialization problems which were giving troubles on SMP
4103 boxes.
4104
4105Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4106
4107 * include/libxml/Makefile.am: missing globals.h
4108
4109Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4110
4111 * globals.c: added a couple of standard includes.
4112
4113Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4114
4115 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4116 include/libxml/parserInternals.h include/libxml/tree.h
4117 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4118 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4119 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4120 Applied the last patches from Gary, cleanup, activated threading
4121 all user accessible global variables are now handled in globals.[ch]
4122 Still a bit rought but make tests passes with either
4123 --with-threads defined at configure time or not.
4124 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4125 linking options
4126
4127Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4128
4129 * Makefile.am include/libxml/Makefile.am
4130 include/libxml/globals.h globals.c include/libxml/threads.h
4131 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4132 configure.in: started integrating the core of the thread support
4133 not activated yet but half integrated. The code should still
4134 compile and work anyway.
4135
4136Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4137
4138 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4139 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4140 integrating the non-controversial parts of Gary Pennington
4141 multithread patches
4142 * catalog.c: corrected a small bug introduced
4143
4144Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4145
4146 * catalog.c include/libxml/catalog.h: very serious cleanup,
4147 isolating unportable code and as much as possible the accesses
4148 to the global shared catalog. May need more testing !
4149
4150Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4151
4152 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4153 Keith Isdale patches for the XSLT debugger interfaces. Some
4154 cleanup
4155
4156Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4157
4158 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4159 * DOCBparser.c: generate line nubers in elements
4160
4161Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4162
4163 * configure.in: preparing 2.4.6 release
4164 * doc/xml.html doc/html/*: updated and rebuilt the docs
4165 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4166
4167Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4168
4169 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4170 adding documentation for DV's supercatalog support
4171
4172Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4175 super catalog support adding one API and one flag --sgml to
4176 xmlcatalog
4177
4178Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4179
4180 * doc/xmlcatalog_man.xml, xmlcatalog.1
4181 One more crack at
4182 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4183
4184
4185Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4186
4187 * xpath.c: implemented xmlXPathObjectCopy for external objects
4188 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4189
4190Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4191
4192 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4193 finishing up fix to
4194 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4195 the xmlcatalog man page display more elegantly
4196
4197Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4198
4199 * configure.in: closing bug #61832
4200 * HTMLparser.c: removed a warning
4201
4202Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4203
4204 * xpath.c: fixing #61673 part I, do not loose doc information
4205 when copying result value trees.
4206
4207Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4208
4209 * xpath.c: trying to harden the XPath interpreter
4210
4211Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4212
4213 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4214 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4215
4216Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4217
4218 * HTMLparser: repaired another loop problem
4219
4220Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4221
4222 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4223 parsing.
4224 * xpath.c: fix bug #61291 the default XML namespace node is
4225 missing from the namespace axis.
4226 * tree.c: refuse to create namespaces nodes with prefix "xml"
4227
4228Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4229
4230 * SAX.c: ouch a non-defined namespace could lead to a crash,
4231 fixed #61215
4232
4233Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4234
4235 * parserInternals.c: closed bug #61054
4236
4237Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4238
4239 * include/libxml/Makefile.am: closing #60708
4240
4241Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4244 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4245
4246Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4247
4248 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4249
4250Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4251
4252 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4253 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4254
4255Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4256
4257 * catalog.c: Justin Fletcher provided cleaup code in case
4258 HAVE_STAT is not defined
4259 * include/win32config.h: Igor Zlatkovic suggested to have
4260 HAVE_STAT defined there
4261
4262Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4263
4264 * catalog.c - fixed typing error reported by M. Barros
4265
4266Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4267
4268 * xmllint.c - fixing typo
4269
4270Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4271
4272 * HTMLparser.c: small enhancement to prevent loop on
4273 unrecognizable data
4274
4275Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4276
4277 * parserInternals.c: applying patch from bug #60757 this
4278 should close it
4279
4280Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4281
4282 * catalog.c xmlcatalog.c: removed a couple of warning
4283 * xpath.c: try to solve the linking problem on platforms
4284 needing trio to compile
4285
4286Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4287
4288 * Makefile.am libxml.spec.in: backing up non-documented changes
4289 commited without review or aproval by Jens Finke <jens@gnome.org>
4290 * HACKING: made 100% clear that no commit should be done directly
4291
4292Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4293
4294 * configure.in: Joe Orton provided a patch fixing a problem
4295 when iconv is specified to be in a non-standard directory
4296 but wasn't exported in xml2-config --cflags
4297
4298Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4299
4300 * configure.in: let's ship 2.4.5 before getting too much
4301 troubles with 2.4.4 errors.
4302
4303Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * encoding.c entities.c: do not output hexadecimal charrefs
4306 when serializing HTML since some version of Netscape can't
4307 grok it, generate decimal ones.
4308 * result/HTML/doc3.htm: output changed due to previous test
4309 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4310
4311Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4312
4313 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4314 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4315
4316Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4317 Released 2.4.4
4318
4319 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4320 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4321 updated the configuration scripts systems accordingly
4322
4323Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4324
4325 * configure.in: preparing for 2.4.4
4326 * doc/xml.html doc/html/*: updated and rebuilt the docs
4327
4328Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4329
4330 * win32/dsp/libxml2.def.src: tried to incorporate comments
4331 from bug #59220
4332
4333Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4334
4335 * parser.c result/noent/wml.xml: fixed bug #59981 related
4336 to handling of '&' in attributes when entities are substitued
4337
4338Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4339
4340 * libxml.h include/libxml/xmlversion.h.in
4341 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4342 Tried to close bug #60131
4343
4344Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4345
4346 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4347
4348Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4349
4350 * SAX.c: fixing bug #59946 on xmlns=""
4351
4352Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4353
4354 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4355 but allocates a new error code.
4356
4357Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4358
4359 * xmllint.c: John Fleck fixed typos in the options output
4360 * parser.c SAX.c: fix ignorable white space SAX selection
4361
4362Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4363
4364 * entities.c: Steve Underwood found the possibility of an
4365 ininite loop in case of error.
4366
4367Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4368
4369 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4370
4371Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4372
4373 * parser.c: warn if version is not 1.0 but it's not
4374 strictly speaking an error after analyzing the spec
4375
4376Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4377
4378 *doc/catalog.html - add link to the html version of the
4379 man page, other linguistic cleanups
4380
4381Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4382
4383 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4384 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4385 file, has not yet been included in the build.
4386
4387Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * catalog.c: removed a duplicate affectation Justin Fletcher
4390
4391Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * tree.c: Armin Sander pointed a possible text coalescing
4394 problem, completed his patch.
4395
4396Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4397
4398 * trionan.c: Fixed const and volatile re-definition problem
4399
4400Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4401
4402 * libxml.4 parser.c: doc updates from Heiko Rupp
4403 * parserInternals.c: 2 sanity checks from Heiko Rupp
4404
4405Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * tree.c: applied patch from Armin Sander to make some pointers
4408 const in xmlCopyNode()
4409 * include/libxml/tree.h: added fix to the header
4410
4411Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4412
4413 * xpath.c: hum, restrict the integer usage gcc bug workaround
4414 to only gcc compilers so that other architecture don't get
4415 penalized by this limitation.
4416 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4417
4418Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4419
4420 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4421 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4422
4423Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4424
4425 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4426 --convert option to xmlcatalog to convert SGML ones to
4427 the XML syntax.
4428 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4429
4430 2.4.3 got released at that point
4431Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4432
4433 * catalog.c xmlIO.c: started some serious testing and fixed
4434 a few bug and optmization needs.
4435
4436Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4437
4438 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4439 preparing for a 2.4.3 release even if it may not be ready yet
4440 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4441 all file parsing lookup to go through the entity resolver, add
4442 to add an API to bypass it (needed to load catalogs themselves),
4443 some cleanup on the catalog code too.
4444 * nanoftp.c: small cleanup
4445 * doc/catalog.html: small update
4446
4447Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4448
4449 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4450 Jun Kuriyama
4451
4452Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4453
4454 * doc/catalog.html: finished the catalog documentation
4455
4456Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4457
4458 * doc/catalog.html doc/xml.html: added documentation about
4459 Catalog support, misses an API description
4460 * doc/html/*: reextracted the API pages
4461
4462Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4463
4464 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4465 Added the part about section 7.2 on URI resolution,
4466 fixed a side effect in the HTML parser, look complete
4467 and ready to rock except the URI/SystemID part!
4468
4469Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4470
4471 * include/libxml/catalog.h include/libxml/parser.h
4472 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4473 xmlIO.c: added support and APIs needed for the catalog PI
4474 * include/libxml/xmlIO.h: cleanup
4475
4476Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4477
4478 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4479 include/libxml/catalog.h: starts to look okay, really
4480 plugged the new framework, cleaned a lot of stuff,
4481 added some APIs, except the PI's support missing this
4482 should be mostly complete
4483 * result/catalogs/* test/catalogs/*: added new test, enriched
4484 the existing one with URN ID tests
4485
4486Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4487
4488 * catalog.c: fixed nextCatalog
4489 * result/catalogs/docbook test/catalogs/*: started adding
4490 a small regression test
4491
4492Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4493
4494 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4495 more work on the XML catalog support.
4496 * parser.c include/libxml/parser.h: small cleanup seems using
4497 list as a public parameter name can give portability troubles
4498 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4499 include/libxml/xpath.h include/libxml/Makefile.am: removed
4500 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4501 wrappers
4502
4503Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4504
4505 * Makefile.am trio.c triodef.h trionan.c xpath.c
4506 include/libxml/Makefile.am include/libxml/trionan.h:
4507 Re-worked Not-A-Number and Infinity support.
4508 * xmlcatalog.c: added readline include files
4509
4510Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4511
4512 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4513 testCatalog as xmlcatalog, making it an installed app
4514 adding a shell, and preparing it to be a /etc/xml/catalog
4515 management tool, though not ready yet
4516 * catalog.c include/libxml/catalog.h: adding support for
4517 XML Catalogs http://www.oasis-open.org/committees/entity/
4518 not finished, there is some interesting tradeoffs and a
4519 few open questions left.
4520
4521Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4522
4523 * xmllint.c: fixed a line formatting problem
4524
4525Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4526
4527 * SAX.c: removed a couple of unused variable (Albert Chin)
4528
4529Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4532 trying to fix some troubles w.r.t. function returning
4533 const xxxPtr.
4534
4535Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4536
4537 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4538 defined
4539
4540Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4541
4542 * xpointer.c: removed unused var
4543
4544Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4545
4546 * testXPath.c: another small cleanup closing bug #59110
4547
4548Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4549
4550 * win32/dsp/libxml2.def.src: small cleanup closing bug
4551 #59108
4552
4553Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4554
4555 * example/gjobread.c: add xmlCleanupParser() before leaving
4556
4557Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4558
4559 * config.h.in configure.in include/libxml/xmlwin32version.h:
4560 released 2.4.2
4561
4562Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4563
4564 * include/libxml/valid.h debugXML.c valid.c: deprecate
4565 the non-boundchecking Sprintf functions, add Snprintf
4566 this should close bug #57984
4567
4568Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4569
4570 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4571 URIs before doing the lookups (pointed by Mark Vakoc)
4572
4573Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4574
4575 * xpath.c: serious changes on Result Value Trees and NodeSets
4576 w.r.t. deallocation and collect operations. Probably not
4577 100% clean (merge of allocated trees smells like a problem).
4578 Seems sufficient to close #58943
4579
4580Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4581
4582 * xmllint.c: adding a --format option
4583
4584Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4585
4586 * xpath.c: count() was broken on Result Value Tree
4587 * xmlIO.c: fixed file:/// accesses on _WIN32
4588
4589Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4590
4591 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4592 macro was renamed, this should close bug #58683
4593
4594Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4595
4596 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4597 entity substitution mode text at the end of the entity might
4598 be added due to text coalescing.
4599 * nanoftp.c parser.c: small cleanup
4600
4601Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4602
4603 * HACKING: added John Fleck right to commit in the doc subdir
4604
4605Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4606
4607 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4608 allow to inherit attributes from the DTD directly in the
4609 tree, this is needed for XPath and can be a useful feature.
4610 Inherited namespaces are always provided at the tree level now
4611 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4612 of tests for this feature (XSLT being the prime user).
4613
4614Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4615
4616 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4617 testSAX.c xmlIO.c xmllint.c include/win32config.h
4618 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4619 include/libxml/xmlwin32version.h.in win32/README.MSDev
4620 win32/dsp/*: applied Win32 Facelift No.2 patches from
4621 Igor Zlatkovic for Windows/MSC
4622
4623Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4624
4625 * SAX.c: unparsedEntityDecl() the URI computation of the
4626 entity wasn't done breaking XSLT unparsed-entity-uri()
4627
4628Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4629
4630 * xpath.c: fixed a bug when walking the descendants and
4631 the current node has no children
4632 * debugXML.c: show up when a text node is supposed to not be escaped
4633
4634Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4635
4636 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4637 worked like the set:leading() function)
4638 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4639
4640Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4641
4642 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4643
4644Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4645
4646 * include/libxml/xmlIO.h: apply change to close #58141
4647 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4648
4649Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4650
4651 * parser.c: when the internal subset uses a PE, then the
4652 included entity can use conditional sections.
4653
4654Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4655
4656 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4657 when walking the namespace axis showing up in
4658 libxst/tests/general/bug-12
4659 * xmlmemory.c: added the possibility to trace a given block
4660 defined by its address
4661
4662Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4663
4664 * parser.c: don't override existing encoding specified before
4665 starting xmlParseDocument()
4666
4667Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4668
4669 * include/libxml/xmlwin32version.h: reinserted, needed for
4670 Windows users of CVS
4671
46722001-07-27 Darin Adler <darin@bentspoon.com>
4673
4674 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4675 * testCatalog.c: Add include of <libxml/parser.h>.
4676
46772001-07-27 Darin Adler <darin@bentspoon.com>
4678
4679 * include/libxml/.cvsignore:
4680 * include/libxml/xmlwin32version.h:
4681 Remove this file from CVS because it's generated.
4682
4683Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4684
4685 * parser.c include/libxml/parser.h: applied const patches from
4686 Tom Moog #58002
4687
4688Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4689
4690 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4691 lookup framework
4692
4693Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4694
4695 * tree.c: fixed xmlCopyNode() for documents
4696
4697Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4698
4699 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4700
4701Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4702
4703 * parser.c: fixes bug #57652 reported by Morus Walter
4704
4705Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4708
4709Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4710
4711 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4712 errors, lesson don't add new functions at 1am before a release
4713 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4714 from XPath initialization when possible.
4715
4716Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4717
4718 * result/scripts/base*: removing history/readline changed
4719 this slightly
4720 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4721 xmllint.c: make element content line number generation
4722 optionnal to avoid breaking old apps added interface to switch
4723
4724Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4725
4726 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004727 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004728 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4729 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4730 John Kroll fixes to allow saving to HTTP via PUT (or
4731 POST of needed).
4732 * doc/html/*.html: regenerated the docs
4733
4734Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4735
4736 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4737 xmlHashScanFull and xmlHashScannFull3 to get passed the
4738 three keys as arguments to the callback function
4739
4740Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4741
4742 * configure.in Makefile.am: removed libxml softlink for good
4743 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4744 100% coverage by gtk-doc
4745
4746Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4747
4748 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4749 fixed serious troubles due to size_t vs. int mismatch
4750
4751Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4752
4753 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4754
4755Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4756
4757 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4758 convenient extension API for value and context managing
4759 Now handles external objects through xmlXPathPopExternal,
4760 xmlXPathWrapExternal and xmlXPathReturnExternal.
4761 Added functions for sets operations (intersection, etc.)
4762
4763Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4764
4765 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4766 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4767 HTMLparser.c: cleanup of global variables, marking some
4768 const or private.
4769
4770Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4771
4772 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4773 fixed xmlXPathNodeSetItem when passing index=0
4774
4775Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4776
4777 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4778
4779Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4780
4781 * xmllint.c: fixed compilation under Cygwin #57503
4782 * TODO: update
4783
47842001-07-13 Peter Williams <peterw@ximian.com>
4785
4786 * config.h.in: add #undef HAVE_DLFCN_H
4787
4788 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4789 builddir.
4790
4791Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4792
4793 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4794 raised by #57348 and #57381
4795
4796Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4797
4798 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4799 tree.c xpointer.c: store the line numbder in element->content,
4800 may break some software, need a configuration mechanism
4801
48022001-07-10 Darin Adler <darin@bentspoon.com>
4803
4804 * .cvsignore:
4805 * example/.cvsignore:
4806 * include/.cvsignore:
4807 * include/libxml/.cvsignore:
4808 Various things that are generated and should be ignored.
4809
4810Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4811
4812 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4813 * doc/xml.html doc/html/*: updated the docs
4814
4815Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4816
4817 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4818 validation occured on content with element child
4819
4820Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4821
4822 * tree.c: fixed XML Base computation which was broken
4823 * debugXML.c: added a base function to the shell
4824 * Makefile.am result/scripts/* test/scripts/*: added scripts
4825 based regression tests, and adding 2 XML Base tests
4826
4827Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4828
4829 * tree.c: set properties doc and call xmlSetListDoc for properties
4830 content when grafting them in a different tree.
4831 * aclocal.m4: remove from CVS
4832
4833Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4834
4835 * win32/libxml2/libxml2.def.src: added some missing entry point
4836 for XPath (Mark Vakoc)
4837
4838Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4839
4840 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4841 layer should URI-Unescape before trying to open resources.
4842
4843Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4844
4845 * xpath.c: fix the name() bug for elements in the default
4846 namespace reported by Charlie Bozeman
4847
4848Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4851 led to an XPath fix, improvements of SAX initialization, and
4852 an added option --nocdata to testXPath
4853
4854Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4855
4856 * doc/libxml-doc.el: Felix Natter provided anew version working
4857 with XEmacs too
4858
4859Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4860
4861 * include/libxml/xpath.h: small cleanup
4862 * doc/xml.html: update
4863
4864Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4865
4866 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4867 released 2.3.14
4868
4869Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4870
4871 * doc/html/*: rebuilt the docs for the release
4872 * doc/xml.html: added 2.3.14 release.
4873
4874Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4875
4876 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4877 were not equal to empty strings
4878
4879Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4880
4881 * SAX.c: fixed a URI-Reference computation problem when validating
4882 * xmlIO.c: small cleanup
4883
4884Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4885
4886 * parser.c: improved the description of a couple of interfaces
4887 upon Larry Stamper suggestion
4888
4889Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4890
4891 * SAX.c entities.c parser.c: changed completely the way entities
4892 are handled when running the parser in entity substitution mode.
4893 This fixes a bug reported by Stephan Kulow and nearly divides
4894 by 3 the amount of memory required by libxslt to load and process
4895 DocBook TDG.
4896
4897Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * HTMLparser.c: fixing a too early root closing problem raised
4900 byt Prashanth Naidu
4901
4902Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4903
4904 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4905 raised by Mark Vakoc.
4906
4907Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * example/Makefile.am: fixed the include path to add srcdir/include
4910 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4911 and some cleanup
4912
4913Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4914
4915 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4916 lot of optimization work, results in significant improvements
4917 when handling really complex XPath queries. Add a small optimizer
4918 for unions, improve [n] and [last()], avoid some costly ops.
4919
4920Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4921
4922 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4923 * xpath.c: small cleanup
4924 * xmlGetNsList: reformated, fixed problems if used on Entities
4925
4926Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4927
4928 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4929
4930Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4931
4932 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4933 * Makefile.am example/Makefile.am: workaround automake generating
4934 erroneous deps
4935
4936Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4937
4938 * include/win32config.h: bug #56801 Yon Derek provided a patch
4939 to the windows config file.
4940
4941Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4944 libxml.h : Yon Derek provided a set of changes to compile from
4945 CVS on Windows/MSC
4946
4947Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4948
4949 * parser.c: fixed UTF8 BOM support in push mode
4950 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4951 added a specific testcase
4952
4953Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4954
4955 * Makefile.am: added --push regression tests
4956 * parserInternals.c: the XML parser segfaulted in --push mode
4957
4958Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * configure.in: moved the symlinks detection within a CVS
4961 check, this is not portable and will be removed soon.
4962 * xpath.c: small cleanup/speedup
4963
4964Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4965
4966 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4967 release of 2.3.12
4968 * parser.c: make an error message if unknow entities in all cases
4969
4970Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4971
4972 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4973
4974Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4975
4976 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4977 includes were installed in the wrong dir
4978
4979Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * doc/html.xml: warn against sending code to exhibit bugs.
4982
4983Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4984
4985 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4986 Tru64 from Thomas Leitner
4987
4988Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4989
4990 * AUTHORS: added William and Bjorn
4991 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4992 daniel@veillard.com hopefully I won't have to do this again
4993 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4994 docs can be rebuilt cleanly now
4995 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4996 from CVs it's generated, added include/libxml/xmlwin32version.h
4997 also generated but which should change far less frequently.
4998 * catalog.c nanoftp.c: made sure to include libxml.h not
4999 libxml/xmlversion.h directly
5000 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5001 when compiling on WIN32 and MSC
5002
5003Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5004
5005 * include/Makefile.am include/libxml/Makefile.am configure.in:
5006 fixed make distcheck and rebuilding the rpms
5007
5008Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5009
5010 * configure.in: should finish the migration of exported includes
5011 into a real include/libxml in CVS, at least for CVS users.
5012 * removed the exported headers, added in include/libxml (as well
5013 as xmlversion.h.in).
5014
5015Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5016
5017 * configure.in: fixed the way to detect symlink
5018
5019Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5020
5021 * configure.in: updated, include/libxml is now a real CVS dir
5022
5023Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5024
5025 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5026 version works with both libxml1 and libxml2 (it autodetects
5027 the prefix of the html-files) from Felix Natter.
5028 * doc/xml.html: updated doc accordingly
5029
5030Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5031
5032 * xpath.c: fixed the bug generating a template loop in libxslt
5033 when using docbook-xsl-1.4, * should filter out document nodes
5034 * HACKING: added William
5035 * TODO: updated
5036
5037Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * doc/FAQ.html: added a warning about gcc-3.0
5040 * doc/xml.html: added reference to gdome2 and removed a confusing
5041 sentence
5042
5043Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5044
5045 * xmlversion.h: okay this is a generated file, but Windows
5046 users need it and they can't generate it, and I want CVS
5047 Windows users ...
5048 * win32/libxml2/libxml2_so.dsp: Windows project file for
5049 the shared lib version of libxml2
5050 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5051 resources needed for libxslt/xsltproc by Yon Derek
5052
5053Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5054
5055 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5056
5057Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5058
5059 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5060
5061Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5062
5063 * include/win32config.h: Yon Derek provided a first fix
5064 to be able to compile libxslt/xsltproc on Windows
5065
5066Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5067
5068 * xpath.c: attempt to work around what seemed a gcc optimizer
5069 bug when handling floats on i386 http://veillard.com/gcc.bug
5070 * tree.c entities.c encoding.c: doing some cleanups while
5071 chasing it
5072
5073Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5074
5075 * Makefile.am: cleanup when --without-debug is specified
5076 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5077 w.r.t. --without-debug and other include points
5078 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5079 Catalogs
5080 * configure.in entities.h tree.h HTMLparser.c: removed
5081 --without-corba, made the _private field mandatory
5082
5083Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5084
5085 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5086 outputs a BOM in UTF8, an errata has been issued to avoid the
5087 problem, that was the most reasonable solution... Add support
5088 for a leading UTF8 BOM in entities.
5089
5090Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5091
5092 * valid.c: fixed a bug found when post validating an entity ref
5093 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5094 activate it too
5095
5096Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5099 weakness in the node copy the XPointer and the XInclude
5100 implementations. Serious cleanup.
5101
5102Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5103
5104 * Makefile.am: Kjartan Maraas provided a small patch to
5105 add xml2-config.in to EXTRA_DIST
5106
5107Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5108
5109 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5110 provided another failing case found in KDE, the way the
5111 ctxt->vctxt.nodeTab was allocated and freed changed over
5112 time but it wasn't completely cleaned up. This should fix it.
5113
5114Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5115
5116 * parser.c: Stephan Kulow also raised the fact that line number
5117 could get miscounted making debug harder, fixed the problem
5118 in xmlParseCharData()
5119
5120Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5121
5122 * valid.c: Stephan Kulow pointed out a problem when validating
5123 and using an empty entity, forgot a 'break' in a case.
5124
5125Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5126
5127 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5128 * doc/xml.html: updated with 2.3.11
5129
5130Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5131
5132 * TODO: updated adding cleanup of generated doc
5133 * configure.in: prepared to release 2.3.11
5134 * xmllint.c: added --version for bug reporting
5135 * doc/html/*.html: rebuilt the doc
5136
5137Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5138
5139 * xpath.c: first part of the work on selecting namespace to
5140 fix bug #56115
5141
5142Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5143
5144 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5145 when using -liconv
5146 * TODO: updated
5147
5148Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5151 cleanup, encoding support.
5152
5153Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5154
5155 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5156
5157Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * xpath.c: bug detected by Ankh when / is used as a function arg
5160
5161Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5162
5163 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5164 of element and use it to avoid outputting formatting spaces at
5165 the wrong place. Implemented the format parameter for HTML save.
5166 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5167 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5168 result/HTML/wired.html: of course this impact the result of a
5169 number of HTML tests
5170
5171Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5172
5173 * HTMLtree.[ch]: started augmenting the HTML save API with
5174 encoding and formatting parameters
5175
5176Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * HTMLtree.h: cleanup and started evaluating the work needed on
5179 revamping the HTML output code
5180
5181Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5182
5183 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5184
5185Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * valid.c: fixed bug #56049, forgot one check in the
5188 validation routine
5189
5190Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5193
5194Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * libxml.h: fixed an error in last commit
5197 * doc/FAQ.html: added an entry for compilation from CVS
5198
5199Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5200
5201 * xmlversion.h.in libxml.h: Cygwin patches
5202 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5203 * tree.h: cleanup
5204
5205Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5206
5207 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5208 memory block in a strange case where libxml is linked twice
5209 in the binary.
5210
5211Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5212
5213 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5214 state far too often, simple fix used to avoid it.
5215
5216Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5217
5218 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5219 being processed, applied his patch
5220 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5221
5222Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5223
5224 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5225 provided fixes to compile on MSCC again
5226 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5227 also provided an update for the project files.
5228
5229Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5230
5231 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5232 bug #55810
5233
5234Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * tree.c: fixed xmlGetNsProp() to close bug #55683
5237 Note this requires libxslt to use it's own function instead.
5238
5239Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5240
5241 * HTMLtree.c: when in a pre element no formatting space should
5242 be added.
5243 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5244
5245Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5246
5247 * configure.in: added tests for signal() and signal.h
5248
5249Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5252
5253Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5254
5255 * doc/libxml-doc.el: Felix Natter provided a new version for
5256 libxml2
5257
5258Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5259
5260 * HTMLtree.c: when in a pre element no formatting space should
5261 be added.
5262
5263Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5264
5265 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5266
5267Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5268
5269 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5270 hack
5271 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5272 * uri.c: fixed a warning
5273
5274Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5275
5276 * HTMLtree.c: trying to close bug #55772 escaping in script
5277 elements
5278 * doc/xml.html: suggest to send mail to the list
5279
5280Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5283 good. Use a macro and based on the solution provided in
5284 vsnprintf manual page from GNU.
5285
5286Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5287
5288 * error.c: Workaround for non-preserving variadic list.
5289 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5290
5291Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5292
5293 * doc/xml.html: added 2.3.10 release
5294
5295Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5296
5297 * configure.in: releasing 2.3.10
5298
5299Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5300
5301 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5302
5303Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5304
5305 * encoding.c: Robert Collins provided a patch to add the
5306 "US-ASCII" encoding alias
5307
5308Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5311 string oriented functions and started cleaning the related areas
5312 in xpath.c which needed fixing in this respect
5313
5314Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5315
5316 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5317 #55380
5318 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5319
5320Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5321
5322 * TODO: updated
5323 * nanohttp.[ch] : started adding APIs to get the redirected URL
5324 when this occurs (needed for further base computation
5325 * tree.h: cleanup
5326 * encoding.c: cleanup
5327 * SAX.c: minor change around ctxt->loadsubset
5328
5329Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5330
5331 * Makefile.am include/Makefile.am: small change to have
5332 include/libxml rebuilt if working from CVS.
5333 * uri.c: applied another patch from Carl Douglas for URI escaping,
5334 this should close bug #51876
5335
5336Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5339 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5340 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5341 added specific regression test
5342 * parser.h: preparing for the XSLT mode where DTD inherited
5343 attributes are added to the tree.
5344
5345Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5346
5347 * xinclude.[ch]: Updated the namespace for the Last Call version
5348 * result/XInclude/include test/XInclude/include: updated the
5349 testsuite accordingly
5350
5351Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5352
5353 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5354 related to bug #51876
5355
5356Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5357
5358 * tree.c: fixed a gross mistake in base computation, xml:base is
5359 not completely correct yet (need cascade).
5360 * xpath.[ch]: added the few things needed to find a function name
5361 and URI from the XPath context when it is called.
5362
5363Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5366 * DOCBparser.c: small cleanup
5367 * xmllint.c: added a --catalogs option to load catalogs from
5368 $SGML_CATALOG_FILES
5369 * tree.c: cleanup
5370 * configure.in: iconv library fixup, ICONV_LIBS
5371
5372Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5373
5374 * catalog.c: handling of CATALOG entries. detection of recursion,
5375 and a few bugfixes
5376 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5377 against the default namespace
5378
5379Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5382
5383Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5384
5385 * parser.c: fixed propagation context info when parsing an
5386 external entity.
5387 * doc/html/*.html: regenerated a couple of docs
5388
5389Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5390
5391 * doc/xml.html: update with 2.3.9 informations
5392
5393Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5394
5395 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5396 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5397 * doc/html/* : rebuilt the docs
5398 * valid.c: small patch which may improve some case when
5399 validating.
5400
5401Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5402
5403 * HTMLparser.c: Closed bug #54891
5404 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5405 to the suite
5406
5407Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5410 applied a documentation patch from LotR and filled in a few missing
5411 descriptions
5412
5413Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5414
5415 * xpath.c tree.c parser.c: speed optimizations at the parser level
5416 document tree freeing and xpath evaluation
5417
5418Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5419
5420 * parser.c parser.h parserInternals.h: fixed a couple of
5421 interfaces for handling memory buffer input to const char *
5422 upon suggestion of JamesH.
5423
5424Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5425
5426 * configure.in: LoTR sent a patch fixing the previous commit
5427
5428Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5429
5430 * configure.in: trying to deal again with the stoopid -R linking
5431 flag of Solaris
5432
5433Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5434
5435 * xpath.h: two nodeset access macros from Thomas Broyer
5436
5437Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5438
5439 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5440 patch from Thomas Broyer
5441
5442Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5445 case
5446 * INSTALL: was empty added stuff from the FAQ
5447
5448Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5449
5450 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5451 attributes handling and #54433 by adding xmlUnsetProp()
5452 and xmlUnsetNsProp()
5453
5454Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * HTMLparser.c: Patch from Jonas Borgström
5457 (htmlGetEndPriority): New function, returns
5458 the priority of a certain element.
5459 (htmlAutoCloseOnClose): Only close inline elements if they
5460 all have lower or equal priority.
5461 * result/HTML: this of course changed a number of tests results.
5462
5463Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5464
5465 * xmlIO.c catalog.c: plugged in the default catalog resolution
5466 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5467 documentations
5468 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5469
5470Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5471
5472 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5473 integrating catalogs
5474 * catalog.[ch] testCatalog.c: adding a small catalo API
5475 (only SGML catalog support).
5476 * parser.c: restaured xmlKeepBlanksDefault(0) API
5477
5478Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5479
5480 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5481
5482Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * parser.c: added xmlParseExternalEntityPrivate() to allow
5485 propagation of ctxt->_private when parsing external entities
5486
5487Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5488
5489 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5490
5491Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5494
5495Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5496
5497 * valid.c: warn when indeterminist content model is detected
5498 * result/VC/ElementValid8: this adds a message
5499 * Makefile.am: add --novalid for VCM tests
5500 * parserInternals.c: added a call to Init memory
5501
5502Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5503
5504 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5505 when both parameters are NULL.
5506
5507Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5508
5509 * valid.c: applied small patch from Gary Pennington, reindented
5510 some part of the code.
5511
5512Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5513
5514 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5515 release, updated and regenerated the docs
5516
5517Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * xpath.c result/XPath/expr/floats : clarified and cleanup
5520 printing of abnormal floats in tests.
5521
5522Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5523
5524 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5525 * results/HTML/ : a few changes in the output of the HTML tests as
5526 a result.
5527 * configure.in: tying to fix -liconv where needed
5528
5529Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5530
5531 * Makefile.am: fixed a stupid error
5532
5533Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5534
5535 * configure.in Makefile.am: make the inclusion of the trio
5536 modules in the library conditional
5537
5538Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5539
5540 * DOCBparser.c: patche from László Kovács, fixed entities refs
5541 in attributes handling
5542
5543Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5544
5545 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5546 flushing
5547
5548Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * xpath.c: fix of an XSLT namespace bug reported on the list
5551 general/bug-8-
5552
5553Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5554
5555 * strio.h trio.c: Dan McNichol suggested a couple of small
5556 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5557
5558Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5559
5560 * tree.c parser.c encoding.c: spent a bit more time looking
5561 at the parsing speed and DOM handling. Added a few more
5562 speedups.
5563
5564Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5565
5566 * parser.c: small but effective parsing speed improvement
5567
5568Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5569
5570 * configure.in: default on the DocBook parser inclusion (for Gnome)
5571 * DOCBparser.h: fixed a header reference
5572
5573Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5574
5575 * configure.in xpath.c: applied Bjorn patches for FPE on the
5576 alpha
5577
5578Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5579
5580 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5581 xmlSaveFormatFileTo()
5582
5583Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5584
5585 * xpath.c: simple and efficient optimization, XPath functions
5586 aways bind to the same code, cache this
5587 * TODO: updated (by saying some is obsolete)
5588
5589Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5590
5591 * xpath.c: more cleanup work on XPath name parsing routines
5592
5593Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5596 xmlXPathParseName
5597 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5598 * debugXML.c: avoid compilation problems if compiling without
5599 HTML support, Igor Zlatkovic
5600 * win32/libxml2/libxml2.def.src: being able to compile without
5601 XPath on Windows
5602
5603Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5604
5605 * libxml.m4: yet another patch from Toshio Kuratomi
5606
5607Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5608
5609 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5610
5611Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * tree.[ch]: added xmlSaveFormatFile interface for saving
5614 and indenting a file.
5615
5616Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5617
5618 * xpath.c: fixed bug #53689 related to processing-instruction()
5619
5620Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5621
5622 * DOCBparser.c: patche from László Kovács
5623
5624Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * parser.c: applied fixes from Christian Glahn bug report #53391
5627
5628Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * error.c: Jean François Lecomte provided a complete description
5631 and a fix to bug #53537
5632
5633Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5634
5635 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5636
5637Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5638
5639 * DOCBparser.c SAX.c: a bit more work on entities processing.
5640 Still Need to cleanup XML output and references in attributes
5641
5642Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5643
5644 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5645
5646Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * tree.c: trying to fix #53574, not completely complete,
5649 I would like xmllint --copy --debug test/ent1 and
5650 xmllint --debug test/ent1 to show the same result.
5651 * xpath.c: fix a bug when trying to sort namespace nodes
5652
5653Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5654
5655 * HTMLtree.c: real fix for #53402
5656
5657Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5658
5659 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5660 PIs when using xsl:output
5661 * valid.c: closing #53537 some case generate segfaults if there
5662 is validity errors
5663
5664Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5665
5666 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5667 of external parsed entities, added --noent to testDocbook
5668 * valid.c: Garry Pennington found an uninitialized variable
5669 access in xmlValidateElementContent()
5670
5671Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5672
5673 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5674 with madness
5675 * result/HTML/ : this modified the result of the regression tests
5676 a lot.
5677
5678Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5679
5680 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5681 to doc where it wasn't checked against NULL reported by
5682 Jens Laas
5683
5684Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5685
5686 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5687 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5688
5689Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5692 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5693 * SAX.[ch]: cleanup and updates for DocBook
5694 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5695 ex SGML identifier changes
5696 * valid.c: removed a static unused function.
5697
5698Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5699
5700 * HTMLtree.c: applied change for Paul Sponagl on script saving
5701 * Makefile.am: the warning about entity title.xml are normal.
5702
5703Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5704
5705 * configure.in: release of 2.3.7
5706 * Makefile.am: fixing make distcheck
5707
5708Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5709
5710 * doc/html/* doc/xml.html: updated and regenerated the docs
5711
5712Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5715
5716Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * tree.c: fixed #53388 with the provided patch
5719
5720Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * valid.c: Bjorn detected an invalid memory access. Fixed
5723 vstateVPush()
5724
5725Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5728
5729Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5730
5731 * libxml.h: new header used only for the compilation of libxml
5732 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5733 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5734 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5735 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5736 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5737 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5738 baseline (version 1.2 plus a single patch).
5739 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5740 scientific notation for numbers. Tests added.
5741 * xpath.c: formatting of numbers changed to use sprintf
5742 (contribution from William Brack)
5743
5744Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * valid.c: cleanup, more useful debugging
5747 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5748 * xmlIO.c: entity loading is printed as an error when validating
5749
5750Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5751
5752 * valid.c: fixed to validate within entities
5753 * test/VCM/v22.xml: added a specific testcase
5754
5755Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * valid.c: forgot an epsilon transition in for ()+
5758 * test/VCM/v21.xml : added a specific test case
5759
5760Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5761
5762 * valid.c: removed a state explosion exhibited by RSS
5763 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5764 from bug #51872
5765
5766Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5767
5768 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5769 validation without using an ugly NFA -> DFA algo in the source.
5770 Made a specific algorithm easier to maintain, using a single
5771 stack and without recursion.
5772 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5773 * hash.c: made the growing routine static
5774 * tree.h parser.c: added the parent information to an
5775 xmlElementContent node.
5776
5777Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5778
5779 * SAX.c parser.c xpath.c: generating IDs when not validating
5780 from an external parsed entity was poisoning the ID has table
5781 with removed values. This was killing XSLT on the KDE help
5782 browser.
5783
5784Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5785
5786 * entities.h: andrew@ugh.net.au detected a double declaration
5787
5788Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5789
5790 * debugXML.c hash.c tree.h valid.c : some changes related to
5791 the validation suport to improve speed with DocBook
5792 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5793 the way validation errors get reported
5794
5795Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5796
5797 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5798 by P C Chow and William M. Brack for XSLT HTML output
5799
5800Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5803 Igor Zlatkovic patches for MSC compilation and added his
5804 updates
5805
5806Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5807
5808 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5809 prefix lookup.
5810 * parserInternals.c: fixed the bug reported by Morus Walter
5811 due to an off by one typo in xmlStringCurrentChar()
5812
5813Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5814
5815 * HTMLparser.c result/HTML/*: revamped the way the HTML
5816 parser handles end of tags or end of input
5817
5818Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5821
5822Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5825 bug where the linktime verions of free() won't work ...
5826
5827Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5828
5829 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5830
5831Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * doc/xml.html: added 2.3.6 release
5834
5835Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5836
5837 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5838 * result/wml.xml: resulted in a small output change
5839
5840Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5841
5842 * tree.c: xmlNewDoc was missing the charset initialization
5843 * xmllint.c: added --auto to autogenerate a doc, allow to
5844 reproduce the problem fixed on xmlNewDoc
5845
5846Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5847
5848 * xpath.c: trying to get 52979 solved
5849 * tree.c result/ result/noent/: trying to get 52712 solved, this
5850 also made me clean up the fact that XML output in general should
5851 not add formating blanks by default, this changed the output of
5852 a few tests
5853
5854Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5857
5858Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5859
5860 * configure.in: finally released 2.3.6
5861
5862Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5863
5864 * xpath.c: checking for null pointer generated by new code
5865
5866Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * xpath.c: fixed a [] evaluation problem reported
5869 * test/XPath/tests/simpleaddr: extended test
5870 * result/XPath/simpleaddr: updated result
5871
5872Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5873
5874 * xmllint.c: Dan Timis reported a portability problem
5875 on Macs without mmap, fixed it.
5876
5877Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5878
5879 * testXPath.c : added a --tree option allowing to display the
5880 tree dump of the XPath expression
5881
5882Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5883
5884 * xpath.c: fixed a memleak when comparing nodesets
5885 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5886 * tree.c: added a TODO
5887
5888Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5889
5890 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5891 we need string functions
5892 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5893 to be able to use them where needed. Applied some changes
5894 to reduce name linking pollution and compile in only what's
5895 needed.
5896 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5897 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5898 for the string manipulation functions
5899 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5900 to the free() function of xmlmemory.c
5901 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5902 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5903 usage.
5904
5905
5906Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5907
5908 * error.c: applied the context output patch of the error
5909 handling submitted by Chuck Griffith
5910 * error/VC/*: this slightly change some error logs
5911
5912Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * parser.c: fixed line number reporting on error
5915
5916Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * parser.c: Sullivan and Darin found a parser bug,
5919 applied the patch.
5920
5921Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5922
5923 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5924 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5925 xmlversion.h.in xpointer.c: of course the way I defined
5926 UNUSED breaks on old gcc version. Try to be smart and
5927 also define it directly in xmlversion.h
5928 * configure.in: removed -ansi flag from the pedantic set
5929
5930Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5931 Huge cleanup, I switched to compile with
5932 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5933 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5934 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5935 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5936 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5937 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5938 encoding.h entities.c error.c list.[ch] nanoftp.c
5939 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5940 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5941 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5942 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5943 Cleanup, staticfied a number of non-exported functions,
5944 detected and cleaned up a dozen of problem found this way,
5945 avoided a lot of public function name/typedef/system names clashes
5946 * doc/xml.html: updated
5947 * configure.in: switched private flags to the really pedantic ones.
5948
5949Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * configure.in: 2.3.5
5952 * doc/html/*: rebuilt the docs
5953
5954Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * parser.c: fixed a reported bug in NOTATION parsing
5957 * uri.c: accepted but not fixed bug 51876, added TODO
5958 * Makefile.am: fixed bug 51876
5959
5960Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5961
5962 * config.h.in configure.in error.c: fix a compilation problem
5963 on platforms without vsnprintf (xml@thewrittenword.com)
5964
5965Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * parser.c: fixed a function name header typo
5968 * SAX.c: notations can also occur in external subset.
5969
5970Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5971
5972 * error.c: removed a C++ like comment
5973
5974Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * parser.c: fixing bug 52299 strange condition leading
5977 to a parser crash due to a buffer overflow
5978 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5979 added the specific test case
5980
5981Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5982
5983 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5984 xmlXPathConvert{String,Number,Boolean} to be able to make
5985 type casts without a context stack, fixed some implementation
5986 problems related to the absence of context at parse-time,
5987 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5988 in the public API too
5989 * xpointer.c xpathInternals.h: we need to know at parse time
5990 whether we are compiling an XPointer
5991
5992Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5993
5994 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5995 cleaned up the parser internals, refactored XPath code, added
5996 new compilation based APIs and cleanly separated public and
5997 private APIs.
5998
5999Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * xpath.h: the comp field must be added at the end to avoid
6002 killing binary compat.
6003
6004Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6005
6006 * Makefile.am: detect XPath memleaks in regreson tests
6007 * error.c: fixed and error w.r.t. error reporting still using
6008 stderr
6009 * hash.c: added new line at end of file
6010 * tree.h: minor cleanup
6011 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6012 expression parsing from evaluation, resulted in a number of
6013 changes internally, and in XPointer. Likely to break stuff
6014 using xpathInternals.h but should remain binary compatible,
6015 new interfaces will be added.
6016
6017Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6018
6019 * configure.in: fixed a couple of problems reported by
6020 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6021 without gcc on non linux platforms.
6022
6023Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6024
6025 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6026 a fix for --with-html-dir= configure support. I hope it won't
6027 break rpm generation
6028
6029Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * xmlIO.c: one function comment cleanup.
6032
6033Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6034
6035 * SAX.c: external subset notations were improperly registered
6036 in the internal subset.
6037
6038Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * README.cvs-commits: added, pointing to HACKING
6041 * HACKING: updated
6042
6043Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * parser.c: and Matt Sergeant found one in the XML push
6046 parser (erroneous check I forgot to remove when I fixed the
6047 main parser).
6048
6049Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * xpath.c: ptittom found a small bug in UnaryExpr
6052
6053Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6054
6055 * configure.in: bumped to 2.3.4
6056 * error.c: fixed bug #51860
6057 * tree.c: fixed bug #51861
6058 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6059 * tree.[ch] : added xmlDefaultBufferSize
6060 * nanoftp.c: typo in function name header block
6061 * doc/xml.html : updated, added link to XML::LibXSLT
6062 * doc/html/* : rebuilt the docs
6063
6064Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6065
6066 * parser.c SAX.c: the new content parsing code raised an
6067 ugly bug in the characters() SAX callback. Found it
6068 just because of strangeness in XSLT XML Rec ouptut :-(
6069
6070Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * Makefile.am: Martin Baulig suggested to add -lm
6073 * tree.c: found another bug in xmlNodeGetContent()
6074
6075Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6076
6077 * xpath.c: Bjorn found the error related to strictness of comparison.
6078
6079Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6080
6081 * parser.c: trying to fix the Dtd parsing problem reported
6082 by Gary, side effect of last week speed optimizations.
6083
6084Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6087 * parserInternals.c: removed unneeded test raised by Stric
6088
6089Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6090
6091 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6092 and fixed by William Brack). Added xmlXPathFormatNumber.
6093 Changed the sorting slightly.
6094 * configure.in Makefile.am example/Makefile.am: Added -lm.
6095 Please note that applications linking with libxml2, must
6096 also like with the math library from now on.
6097
6098Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6099
6100 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6101
6102Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6103
6104 * parser.c: one must report spaces even if the Dtd element
6105 content proves that this is not part of the element content.
6106 * result/valid/*.xml: this changed the ouptu slightly
6107
6108Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6109
6110 * configure.in: bumped to 2.3.3
6111 * doc/xml.html: updated
6112
6113Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6114
6115 * tree.c: minor doc fix
6116 * xpath.c: deallocation issues when a result tree has been
6117 converted to a node-set
6118
6119Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6120
6121 * doc/xml.html: oops corrected dates s/2000/2001
6122
6123Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * valid.c: new patch from Gary Pennington
6126
6127Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6128
6129 * doc/xml.html: applied patch from Ankh
6130
6131Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6132
6133 * xinclude.c: fixed a problem building on Mac
6134
6135Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * parser.c: more work on increasing parsing ferformances
6138
6139Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6140
6141 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6142 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6143 avoiding memcpy in production builds MEM_CLEANUP macro use
6144 * parser.[ch] parserInternals.c: optimizations of the tightest
6145 internal loops inside the parser. Better checking of I/O
6146 flushing/loading conditions
6147 * xmllint.c : added --timing
6148
6149Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * configure.in: bumped to 2.3.2
6152 * doc/xml.html: updated for release
6153
6154Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6155
6156 * xpath.c: found a memleak and fixed a nasty bug
6157
6158Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6159
6160 * xmllint.[c1] : added return code errors for xmllint
6161 * xpath.c: specific debug dump function for result value trees
6162
6163Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6164
6165 * xpath.c: finally implemented xmlXPathCompareNodeSets
6166 * test/XPath/expr/floats results/XPath/expr/floats: added
6167 a test for float expressions
6168
6169Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6170
6171 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6172 * parserInternals.[ch]: trying to speed up parsing
6173 * xpath.c : speeded up node set equality op
6174
6175Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6176
6177 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6178 better handling of ID/IDREF and the list modules associated
6179 * configure.in: small CFLAGS cleanup
6180
6181Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6182
6183 * configure.in: fixed iconv detection on AIX (stric)
6184
6185Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6188
6189Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6190
6191 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6192 and optimized xmlXPathNodeSetSort
6193
6194Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6195
6196 * xpath.c: bug fix when context size is 0
6197 * parser.c: I like Norm's Dtd because they still manage to break
6198 the parser occasionally
6199
6200Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6201
6202 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6203
6204Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6207 attributes within the XML-1.0 namespace
6208
6209Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6210
6211 * xpathInternals.h: exported a few axis functions
6212 * doc/xml.html: updated the doc
6213
6214Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6215
6216 * configure.in: applied patch from Daniel van Balen for OpenBSD
6217 and bumped version to 2.3.1
6218 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6219 attempt to find autoclosing was simply broken, removed it,
6220 updated the examples, this is better
6221
6222Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6225 hash functionnalities.
6226 * doc/html/* : rebuild the doc
6227
6228Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6231 on predicate
6232 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6233 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6234 really want to have tags closed on output even if we accept
6235 unclosed ones on input
6236
6237Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6238
6239 * xpath.c: ouch don't free NULL, rare case fixed
6240 * tree.c: don't coalesce text nodes if they don't have the
6241 same behaviour wrt escaping on output
6242
6243Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * xpath.c: small fixup
6246 * SAX.c: don't warn on empty namespaces.
6247
6248Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * README: a bit of cleanup
6251 * configure.in: preparing for 2.3.0 release
6252
6253Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6254
6255 * hash.[ch]: added a first version of xmlHashSize()
6256 * valid.c: another bug fix from Gary Pennington
6257
6258Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6259
6260 * valid.c: couple of bug fixes pointed by Gary Pennington
6261 * HTMLtree.c: #if 0 cleanup
6262
6263Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6264
6265 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6266 which removes a time consuming check of xmlXPathNodeSetAdd()
6267 and use it in places where we are sure to not break unicity
6268
6269Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6270
6271 * xpath.c: bug fixes found from XSLT
6272 * tree.c: preserve node->name special values when copying nodes.
6273 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6274 external subset are fetched when available but without full
6275 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6276 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6277 output with encoding disabled.
6278
6279Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6280
6281 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6282 xmlCheckFilename should not be called from xmlFileOpenW
6283 and xmlGzfileOpenW
6284
6285Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6288 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6289 added the new tests for URI normalization
6290 * testURI.c: fixed stoopid bugs
6291 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6292 the URI in the error messages are now properly normalized
6293
6294Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6295
6296 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6297
6298Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6299
6300 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6301
6302Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303
6304 * xpath.c: fixed mod operator
6305
6306Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6307
6308 * parser.c: fixed xmlStrcat doc
6309 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6310 trees.
6311
6312Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * xpath.c result/XPath/tests/chaptersbase
6315 result/XPath/tests/simplebase: fixed XPath node()
6316 * tree.c: small fix in xmlNewNs()
6317 * Makefile.am: removed extraneous xml2Conf.sh rule
6318
6319Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6320
6321 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6322 Changed the library name, in order to get libxml-devel and
6323 libxml2-devel to coexist on a single system
6324 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6325 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6326
6327Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6328
6329 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6330 libxml2-devel installable in // as libxml-devel.
6331
6332Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6333
6334 * doc/Makefile.am: fixed make rebuild in doc
6335 * doc/html/*.html: rebuilt the docs
6336
6337Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6340
6341Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6342
6343 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6344 the HTML doc to go into the -devel RPM ...
6345 * aclocal.m4 config.h.in: some updates due to auto* magic
6346
6347Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6348
6349 * xpath.h: added a hook in the context structure allowing to
6350 link to extra support, needed for XSLT
6351
6352Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6353
6354 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6355 xmlXPtrCmpPoints to use it.
6356 * propagated the following patch from Alejandro Forero
6357 * include/win32config.h xmlIO.c: applied further suggestions
6358 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6359 * example/gjobread.c: fixed warnings, now that it builds
6360
6361Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6362
6363 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6364
6365 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6366 filename points to a valid file (not a directory).
6367 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6368 Added calls to xmlCheckFilenameDir.
6369
6370 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6371 `path' (rather than `filename') as the parameter to gzopen and open.
6372
6373Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6374
6375 * Makefile.am: fixed a problem with EXTRA_DIST
6376
6377Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * Makefile.am example/Makefile.am: finally found the trick
6380 to build the example, i.e. add "." in SUBDIRS before example
6381 in the list <grin/>
6382
6383Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6384
6385 * doc/xml.html: updated with an XSLT section, removed pointer to
6386 W3C CVS base.
6387
6388Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6389
6390 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6391 too, and deallocation need to occur the same way.
6392
6393Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6394
6395 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6396 type correponding to an XSLT result tree fragment. Share most
6397 of the data format with node set, as well as operators.
6398 * HTMLtree.c: added a newline at the end of the doctype output
6399 whe this one is not present initially.
6400 * tree.c: make sure taht the parent and doc pointers are properly
6401 set when copying attributes (lists).
6402
6403Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6404
6405 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6406
6407Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6408
6409 * xpath.c: seems I finally killed that ugly path evaluation
6410 context bug (tagged 9999 in case is is wrong)
6411
6412Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6413
6414 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6415 for XSLT
6416
6417Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6418
6419 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6420 for xmlGzfileOpen() bug
6421
6422Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6423
6424 * xpath.c: removed an error found by XSLT usage
6425 * tree.c parserInternals.h: use a predefined static string
6426 for text and comment nodes, avoid freeing them in xmlFreeNode,
6427 exported the string name in parserInternals.h and added
6428 another value to disable encoding at output (for XSLT),
6429 gain memory, time.
6430
6431Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6432
6433 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6434 win32/libxml2/libxml2_so.dsp: new makefiles and update
6435 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6436
6437Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6440 Gary Pennington
6441
6442Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6443
6444 * xpath.c: fixed the comaprision of values and nodelists,
6445 need to compare nodelist still ...
6446 * debugXML.c: avoided a possible core dump
6447 * HTMLparser.c: cleanup
6448 * nanohttp.c: contributed fix.
6449 * tree.c: fixes in properties handling added xmlSetNsProp
6450 needed by libxslt
6451 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6452 comment
6453 * TODO: updated
6454
6455Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * parser.c parserInternals.c: applied Bjorn Reese optimization
6458 patch
6459
6460Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6461
6462 * Makefile.am: applied patch fro make check from Martin Vidner
6463
6464Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6465
6466 * configure.in: preparing 2.2.11
6467 * doc/html/*: rebuild the HTML files
6468 * doc/xml.html : updated
6469
6470Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6471
6472 * tree.c: fixed a stupid bug
6473 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6474 patches related to validation of an XInclude processing result
6475 * TODO: updated
6476
6477Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6478
6479 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6480 on large files
6481
6482Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6483
6484 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6485
6486Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6487
6488 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6489 reported by Jonas Borgström
6490 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6491
6492Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6493
6494 * testXPath.c xpath.c: fixing the XPath union expressions problem
6495 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6496
6497Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * xmllint.c: Made is so if the file name is "-" is will read form
6500 standard input. Sven Heinicke <sven@zen.org>
6501 * tree.c: fixed a problem when growing buffer
6502 * tree.h: fixed the comment of the node types following andersca
6503 comment
6504 * TODO: updated
6505
6506Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6507
6508 * HTMLparser.[ch]: added a way to avoid adding automatically
6509 omitted tags. htmlHandleOmittedElem() allows to change the
6510 default handling.
6511 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6512 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6513 of xmllint too when using --memory flag, added a memory test
6514 suite at the Makefile level.
6515 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6516 with namespace use when encountering QNames in XPath evalation,
6517 added xmlns() scheme in XPointer.
6518 * nanoftp.c : incorporated a fix
6519 * parser.c xmlIO.c: fixed problems raised with encoding when using
6520 the memory I/O
6521 * parserInternals.c: closed bug 25934 reported by
6522 torsten.landschoff@innominate.de
6523 * TODO: updated
6524
6525Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6526
6527 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6528 on a non-updated tree :-(, made a 2.2.10 release to correct the
6529 situation
6530
6531Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6532
6533 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6534 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6535 integrated a set of OpenVMS changes from Howard Taylor
6536 <Howard.Taylor@pacoast.com>
6537
6538Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6539
6540 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6541 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6542
6543Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6544
6545 * HTMLparser.c: some fixes on auto-open of html/head/body
6546 * encoding.c: fixed a compilation error on some gcc env
6547 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6548 XPointer implementation
6549 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6550 related XPointer tests and associated results
6551
6552Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6553
6554 * doc/xmldtd.html doc/xml.html: following a short step by step
6555 guidance on IRC to help maciej with DTDs I started a small
6556 page on the subject.
6557
6558Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6559
6560 * HTMLparser.c: fixed handling of broken charrefs
6561 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6562 patches
6563
6564Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6565
6566 * doc/xml.html doc/html/* : rebuilt the docs after adding
6567 xinclude and updated page for 2.2.7 and 2.2.8
6568 * configure.in: releasing 2.2.8
6569
6570Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6571
6572 * parser.[ch] parserInternals.c: applied the conditional
6573 section processing fix from Jonathan P Springer
6574 <jonathan.springer2@gte.net>
6575 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6576 project file, fixed iconv default non support
6577 * xpath.c: fixed the problem of evaluating relative expressions
6578 when a node context is provided.
6579
6580Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6581
6582 * nanoftp.c: fixed gcc 2.95 new warnings
6583 * SAX.c: fixed a stupid bug
6584 * tree.c: fixed a formatting problem when round-tripping
6585 from/to memory
6586 * xinclude.c: chased memleak, fixed a base problem
6587 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6588 xmlXPtrBuildNodeList()
6589 * TODO: updated
6590 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6591 adding a first small set of regression tests for XInclude
6592
6593Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6594
6595 * nanohttp.[ch]: applied Wayne Davison patches to access
6596 the WWW-Authorization header.
6597 * parser.c: Closed Bug#30847: Problems when switching encoding
6598 in short files by applying Simon Berg's patch.
6599 * valid.c: fixed a validation problem
6600 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6601 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6602 Wayne Davison
6603 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6604 need to be extended to non full nodes selections.
6605 * xinclude.c: starts to work decently
6606
6607Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6610 debugXML.c xmlversion.h.in: Started adding XInclude support,
6611 this is a new xmllint option
6612 * tree.c xpath.c: applied TOM patches for XPath
6613 * xpointer.c: fixed a couple of errors.
6614 * uri.c: added an escaping function needed for xinclude
6615 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6616 new warning from RH70 gcc's version
6617
6618Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6619
6620 * HTMLparser.c: fixed loop on invalid char in scripts
6621 * parser.c: update to description of xmlIOParseDTD()
6622 * libxml.m4 xmlversion.h.in: changes contributed by
6623 Michael Schmeing <m.schmeing@internet-factory.de>
6624 * configure.in: preparing for 2.2.7
6625 * Makefile.am: trying to avoid config.h and acconfig.h
6626 being included in the distrib
6627 * configure.in: released 2.2.7
6628
6629Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6630
6631 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6632 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6633
6634Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6635
6636 * parser.[ch]: added xmlIOParseDTD()
6637 * xpointer.c: added support for the 2 extra parameters of
6638 string-range, fixed a stoopid error when '0' was present
6639 in XPointer expressions
6640 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6641 testsuite for the above
6642
6643Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6644
6645 * libxml.spec.in: improved package descriptions
6646
6647Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6648
6649 * xpath.c xpathInternals.h: applied a large cleaning patch
6650 from TOM <ptittom@free.fr>, it also add namespace support
6651 for function and variables registration.
6652
6653Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6654
6655 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6656 * Makefile.mingw: Wayne Davison's update adding hash.c
6657
6658Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6659
6660 * xpath.c: fixed the root evaluation problems
6661 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6662 ignorable spaces with <b> <bold> <em>
6663 * tree.c: fixed a loop in xmlSearchNsByHref()
6664
6665Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6666
6667 * xpath.c: applied another XPath patch from TOM
6668 * xpath.c include/makefile.am: applied another patch from
6669 china@thewrittenword.com (cleanup on IRIX).
6670
6671Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6672
6673 * xml-config.1: received a fixed version from Fredrik Hallenberg
6674 <hallon@lysator.liu.se>
6675
6676Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6677
6678 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6679 cleanup patch for XPath
6680
6681Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6682
6683 * patched to redirrect all "out of context" error messages to
6684 a reconfigurable routine. The changes are:
6685 * xmlerror.h : added the export of an error context type (void *)
6686 an error handler type xmlGenericErrorFunc there is an interface
6687 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6688 to reset the error handling routine and its argument
6689 (by default it's equivalent to respectively fprintf and stderr.
6690 * all the c files: all wild accesses to stderr or stdout within
6691 the library have been replaced to calls to the handler.
6692
6693Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6694
6695 * configure.in: release 2.2.6
6696 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6697 exporting the inner functions of xpath for extension modules
6698 * doc/*: updated and rebuilt the doc
6699
6700Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6701
6702 * nanohttp.c : applied Wayne HTTP cleanup patch
6703 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6704 and xmlNodeSetSpacePreserve()
6705
6706Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6707
6708 * xpath.c: closing bug #29260
6709
6710Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6711
6712 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6713 multikey tuples, made hash structure opaque
6714 * valid.[ch]: moved elements, attributes, notations decalarations
6715 as well as ID and refs to hash tables.
6716 * entities.c: hash cleanup
6717 * xmlmemory.c: fixed a dump problem in debug mode
6718 * include/Makefile.am: problem passing in DESTDIR= values patch
6719 from Marc Christensen <marc@calderasystems.com>
6720 * nanohttp.c: removed debugging remains
6721 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6722 * HTMLparser.c parser.c: fixing a number of problems with the
6723 macros in the *parser.c files (Wayne).
6724 * HTMLparser.c: close the previous option when opening a new one
6725 (Marc Sanfacon).
6726 * result/HTML/*: updated the HTML results accordingly
6727
6728Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6729
6730 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6731 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6732 XPath functions and XML entities table to them. More to come...
6733 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6734
6735Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6736
6737 * tree.c: coalesce adjacent text nodes
6738 * valid.c: handling of blank nodes in DTd validation (raised
6739 by problems with a posteriori validation).
6740 * nanohttp.c: changing behaviour on HTTP write stuff.
6741 * HTMLtree.c: forced body and html to be explicitely closed.
6742 * xpath.h: exported more XPath functions.
6743
6744Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6745
6746 * Release of 2.2.5
6747 * xpointer.c: range() range-inside and other helper functions
6748 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6749
6750Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6751
6752 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6753 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6754
6755Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6756
6757 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6758 and XPointer modules
6759
6760Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6761
6762 * SAX.h: closed #25107
6763
6764Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6765
6766 * testSAX.c: fixed problem with cdata reporting
6767 * SAXresult/* : updated
6768
6769Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6770
6771 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6772 Closed bug #27499, added to regression tests
6773 * TODO: updated
6774
6775Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6776
6777 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6778 support for SCRIPT and STYLE with help from Bjorn Reese
6779 * test/HTML/* result/HTML/*: added simple testcase and updated
6780 the existing ones.
6781
6782Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6783
6784 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6785 string-range for empty strings
6786 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6787 test/XPath/xptr/strrange: augmented the XPointer testsuite
6788
6789Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6790
6791 * doc/xml.html doc/xmlmem.html: added a module describing memory
6792 interfaces and use, updated the main page.
6793
6794Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6795
6796 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6797 nanoftp code work on Windows too now
6798
6799Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6800
6801 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6802 * xpointer.c: implemented string-range() at least a good first version
6803 * test/XPath/docs/str test/XPath/xptr/strrange
6804 result/XPath/xptr/strrange: the string-range() tests
6805
6806Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6807
6808 * Makefile.am include/Makefile.am include/win32config.h
6809 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6810 and make distcheck
6811
6812Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6813
6814 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6815 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6816 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6817
6818Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6819
6820 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6821 patch for socklen_t detection by
6822 Albert Chin-A-Young <china@thewrittenword.com>
6823
6824Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6825
6826 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6827 and added a --dtdvalid option to xmllint used to test it
6828
6829Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6830
6831 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6832 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6833
6834Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6835
6836 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6837 handlings (registration, lookup, cleanup)
6838
6839Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6840
6841 * configure.in Makefile.am include/makefile.am: adding XPointer
6842 and XPtrtests target
6843 * xpointer.[ch] : new files for XPointer support
6844 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6845 more XPath tests
6846
6847Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6848
6849 * configure.in: fixed, very broken, make distcheck works again
6850
6851Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6852
6853 * More work toward 2.2.5, integrated a number of patches
6854 * configure.in Makefile.am win32config.h.in: trying to cleanup
6855 make distcheck .... huh ...
6856 * include/Makefile.am include/win32config.h: new directory
6857 for includes
6858 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6859 updated teh makefiles and instructions for WIN32
6860 * xpath.c: small fixes
6861 * test/XPath/ results/XPath: updated the testcases and results
6862 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6863 suggested patches
6864 * valid.c: fixed an ID bug
6865
6866Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6867
6868 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006869 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006870 * xpath.[ch]: worked on XPointer
6871
6872Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6873
6874 * configure.in Makefile.am: 2.2.5, ship the include in an
6875 include/libxml subdirectory, use symlinks when using CVS
6876 * testSAX.c: fixed small bug
6877 * testXPath.c: changed the way testfiles are parsed
6878 * debugXML.c: same kind of cleanup when parsing an argument expression
6879 XPath/XPointers can have blanks embedded
6880 * xpath.[ch]: more cleanup, reorgs for XPointer work
6881 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6882 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6883
6884Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6885
6886 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6887 in the XPath engine, rewrote large parts of it, now it's far
6888 cleaner and in sync with the REC not an old WD. Fixed a parsing
6889 problem in the interactive XML shell found when testing XPath.
6890
6891Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6892
6893 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6894 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6895 examples with the extra test
6896
6897Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6898
6899 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6900 the global init function.
6901
6902Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6903
6904 * HTMLparser.c: Doohhh, attribute name parsing was still case
6905 sensitive ! Fixed this ...
6906 * result/HTML/* : updated the tests results accordingly
6907
6908Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6909
6910 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6911 engine, should be far more stable, incorporated a new version of
6912 preceding/following axis, need testing
6913 * uri.c: fixed file:///c:/a/b/c problem
6914 * test/XPath/tests/idsimple: augmented the XPath tests
6915
6916Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6917
6918 * doc/* rebuilding docs for 2.2.4 release
6919
6920Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6921
6922 * configure.in: releasing 2.2.4
6923 * parser.[ch]: added xmlStrEqual()
6924 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6925 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6926 use xmlStrEqual instead
6927 * TODO: updated
6928 * added an XPath test
6929
6930Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6933 * entities.h: exported xmlInitializePredefinedEntities
6934 * parser.[ch] : added xmlInitParser()
6935 * parserInternals.h : had to export htmlInitAutoClose()
6936
6937Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6938
6939 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6940 problems
6941 * Makefile.am : added XPath regression tests to normal tests
6942 * uri.c: fixed a problem with local paths, cleanup
6943 * parser.c: fixed a problem with large CData sections
6944
6945Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * configure.in xml-config.in: patch from "Ben Taylor"
6948 <sol7x86@hotmail.com> for solaris shared libs lookup
6949
69502000-09-30 Martin Baulig <baulig@suse.de>
6951
6952 * libxml-2.0.pc.in: Provide pkg-config script.
6953
6954 * configure.in: Create the libxml-2.0.pc script from the
6955 libxml-2.0.pc.in templates.
6956 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6957 script in `$(libdir)/pkgconfig'.
6958
6959Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6962 when compiling with MSC
6963
6964Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6965
6966 * xpath.c: patch for normalize-string() substring-before(),
6967 substring-after() and translate() functions from Bjorn Reese
6968 <breese@mail1.stofanet.dk>
6969 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6970 Fredrik Hallenberg <hallon@lysator.liu.se>
6971 * TODO: updated
6972
6973Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6974
6975 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6976 problem of socklen_t being undefined on a number of platforms
6977 * debugXML.c: fixed a compilation problem when without snprintf
6978
6979Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6980
6981 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6982 an URI bug and a fix for the control-character-induced infinite loop
6983 * nanohttp.c: preventive fix for compiling on WIN32
6984
6985Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6986
6987 * xmlint.c: closing bug #25000
6988
6989Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6990
6991 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6992 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6993 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6994 related function, fixing xmlStrncmp(), and associated cleanup
6995 * result/HTML/entities.html.sax: updating result
6996
6997Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6998
6999 * uri.c: applied patch for URI escaping from Wayne Davison
7000 <wayned@blorf.net>
7001 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7002 from Denis Barbier <barbier@imacs.polytechnique.fr>
7003 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7004 patch from Wayne Davison
7005
7006Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7007
7008 * doc/xml.html : updated with new releases, adding "how to help"
7009
7010Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7011
7012 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7013 removed a few warnings in pedantic mode ...
7014 * parserInternals.c parser.c: moved encoding switching function
7015 to parserInternals.c
7016 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7017
7018Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7019
7020 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7021 error or warning handlers
7022
7023Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7024
7025 * parserInternals.c parserInternals.h parser.c Makefile.am:
7026 created a new module parserInternals.c, moved most of the
7027 code shared by the various parsers there, as well as
7028 deprecated code from parser.c. More cleanup of parser.c
7029 * uri.c: fixed a problem when URI is NULL
7030 * valid.c: speedup when looking for an attribute declaration
7031
7032Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7033
7034 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7035 the cleanup of the computation of URI references when seeking
7036 external entities. The URI reference string and the resulting
7037 URI are both stored now.
7038 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7039 large s(n)printf checks and cleanup from Denis Barbier
7040 <barbier@imacs.polytechnique.fr>
7041 * xmlversion.h.in tree.h: couple of SGML declarations for a
7042 possible docbook module.
7043 * result/VC/ : a couple of test output changed due to the change
7044 of the entities URI
7045
7046Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7047
7048 * parser.h: added a _private field for linking user's data
7049
7050Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7051
7052 * parser.c parserInternals.h: demacroified most of the IS_XXX
7053 the gain in size is significant so ...
7054
7055Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7056
7057 * entities.c: cases where looking up entities with doc==NULL
7058 covered
7059
7060Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7061
7062 * uri.c: applied Wayne Davison patch
7063 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7064
7065Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7066
7067 * uri.c testUri.c: applied Wayne Davison patches
7068 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7069 * Makefile.in: added URItest and included thenin "make tests"
7070
7071Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7072
7073 * xmlversion.h.in: closed bug 22941
7074
7075Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7076
7077 * doc/xmlio.html: added doc and example for entity loader
7078 redefinition.
7079
7080Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7081
7082 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7083 used by libxml
7084
7085Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7086
7087 * parser.c: Fixed bug on invalid ontent characters and when using
7088 push.
7089 * xmllint.c: fixed xmllint endling of errors in push mode
7090
7091Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7092
7093 * HTMLparser.c testHTML.c: applied two new patches from
7094 Wayne Davison <wayned@users.sourceforge.net>
7095 * result/HTML/*.sax: regenerated HTML SAX output
7096 * parser.c: more cleanup.
7097
7098Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * HTMLparser.[ch] testHTML.c: applied the second set of
7101 patches from Wayne Davison <wayned@users.sourceforge.net>,
7102 adding htmlEncodeEntities()
7103 * HTMLparser.c: fixed an ignorable white space detection bug
7104 occuring when parsing with SAX only
7105 * result/HTML/*.sax: updated since the output is now HTML
7106 encoded...
7107
7108Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7109
7110 * HTMLparser.[ch]: applied some of Wayne Davison
7111 <wayned@users.sourceforge.net> patches
7112
7113Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7114
7115 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7116 undeclared namespace prefix was used, added a warning.
7117 Cleaned up support w.r.t. entities, spilling out a warning
7118 and being pedantic on lookups.
7119 * test/warning/ent9 : added testcase for previous example.
7120 * TODO: updated
7121 * parserInternals.h parser.c: changed the way names are parsed
7122 now allow infinite size and decrease penalty for normal use
7123 * parser.c: Started a big cleanup/check of the parser code,
7124 fixed some of the most tortuous entity code, spotted code
7125 unused anymore
7126 * test/*: added tests for very long names and related nasty
7127 things.
7128
7129Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7130
7131 * doc/encoding.html: added encoding aliases doc
7132 * doc/xml.html: updates
7133 * encoding.[ch]: added EncodingAliases functions
7134 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7135 bottleneck affecting large DTDs like Docbook
7136 * parser.[ch] xmllint.c: added a pedantic option, will be
7137 useful
7138 * SAX.c: redefinition of entities is reported in pedantic mode
7139 * testHTML.c: uninitialized warning from gcc
7140 * uri.c: fixed a couple of bugs
7141 * TODO: added issue raised by Michael
7142
7143Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7144
7145 * doc/encoding.html: propagated Martin Duerst suggestions
7146
7147Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7148
7149 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7150 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7151 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7152 by Wayne Davison
7153
7154Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7155
7156 * nanoftp.c nanohttp.c: small cleanup
7157 * TODO: updated
7158
7159Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7160
7161 * added an old VC testcase and updated title.xml entity
7162
7163Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7164
7165 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7166 done on auto-opening of <p> tags and cleanup of SAX output
7167
7168Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7169
7170 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7171
7172Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7173
7174 * doc/xml.html libxml.* structure.*: updated the doc a bit
7175
7176Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7177
7178 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7179 of SAX tests
7180
7181Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7182
7183 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7184 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7185
7186Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7187
7188 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7189 * testHTML.c: fix core dump on Solaris 2.x systems
7190 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7191 * result/HTML/*.sax: previous bug fix lead to new results
7192
7193Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7194
7195 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7196 * configure.in: added --with-readline=DIR to accept alternate
7197 path for readline include/library
7198 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7199 for ANSI under HP-UX
7200 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7201 includes @LIBS@
7202
7203Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7204
7205 * doc/* : rebuilt the docs
7206 * getting ready for 2.2.2 release
7207
7208Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7209
7210 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7211 and xmlAddFeature()
7212 * tree.[ch]: added xmlAddChildList()
7213 * xmllint.c: MAP_FAILED macro test
7214 * parser.h: added xmlParseCtxtExternalEntity()
7215 * valid.c: applied bug fixes removed warning
7216 * tree.c: added CDATA block to elements content
7217 * testSAX.c: cleanup of output
7218 * testHTML.c: added SAX testing
7219 * encoding.c: better error recovery
7220 * SAX.c, parser.c: fixed one of the external entity processing
7221 of the OASis testsuite
7222 * Makefile.am: added HTML SAX regression tests
7223 * configure.in: bumped to 2.2.2
7224 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7225 SAX results
7226
7227Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7228
7229 * configure.in: patch for HP compiler
7230
72312000-08-04 Sven Heinicke <sven@zen.org>
7232
7233 * xmllint.c: Was coredumping sometimes when the file given didn't
7234 exist.
7235
7236Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7237
7238 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7239
7240 when using in memory parsing. Need some cleanup.
7241 * xmllint.c configure.in: added a --memory flag to test memory
7242 parsing
7243
7244Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * nanohttp.c: fixed socklen_t replacement to unsigned int
7247 * parser.c: fixed a space handdling missing at the end of
7248 production 28 DOCTYPE.
7249 * xmlmemory.c: fixed a stupid bug on the routine to override
7250 allocation functions
7251 * TODO: updated
7252
7253Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7254
7255 * doc/ regenerated the docs
7256
7257Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7258
7259 * doc/encoding.html doc/xml.html: added I18N doc
7260 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7261 improvements, both parser and filters, added ASCII & HTML,
7262 fixed the ISO-Latin-1 one
7263 * xmllint.c testHTML.c: added/made visible --encode
7264 * debugXML.c : cleanup
7265 * most .c files: applied patches due to warning on Windows and
7266 when using Sun Pro cc compiler
7267 * xpath.c : cleanup memleaks
7268 * nanoftp.c : added a TESTING preprocessor flag for standalong
7269 compile so that people can report bugs more easilly
7270 * nanohttp.c : ditched socklen_t which was a portability mess
7271 and replaced it with unsigned int.
7272 * tree.[ch]: added xmlHasProp()
7273 * TODO: updated
7274 * test/ : added more test for entities, NS, encoding, HTML, wap
7275 * configure.in: preparing for 2.2.0 release
7276
7277Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7278
7279 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007280 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007281
7282Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7283
7284 * doc/xml.html: changed the xmlsoft.org structure, updated the
7285 examples w.r.t. root and childs
7286
7287Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7288
Daniel Veillard784b9352003-02-16 15:50:27 +00007289 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007290
7291Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7292
7293 * HTMLparser.c: Work on character encoding support for the HTML parser
7294 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7295 * encoding.c: Fixed a potential memleak in the encoding stuff
7296
7297Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * doc/FAQ.html doc/Makefile.am : added a FAQ
7300
7301Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7302
7303 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7304 of the HTML parser to force it to not bypass SAX
7305
7306Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7307
7308 * win32config.h.in: updated
7309 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7310 lacks iconv support :-( need to release 2.1.1
7311 * configure.in: release 2.1.1
7312 * HTMLparser: fixed bug #14784
7313 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7314 by Windows compiler
7315 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7316 the SAX startDocument() callback.
7317 * TODO: updated
7318
7319Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * added xmlStopParser()
7322
7323Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7324
7325 * configure.in: 2.1.0 prerelease
7326 * Large resync between W3C and Gnome tree
7327 * nanoftp, nanohttp.c: fixed stalled connections probs
7328 * HTMLtree.c SAX.c : support for attribute without values in
7329 HTML for andersca
7330 * valid.c: Fixed most validation + namespace problems
7331 * HTMLparser.c: start document callback for andersca
7332 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7333 * parser.h, SAX.c: serious speed improvement for large
7334 CDATA blocks
7335 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7336 different encoding
7337 * example/Makefile.am example/gjobread.c tree.h: work on
7338 libxml1 libxml2 convergence.
7339 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7340 and the LIBXML_TEST_VERSION macro
7341
7342Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7343
7344 * doc/xml.html: various patches and improvements typo fixed by
7345 Felix Natter
7346 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7347 from Felix Natter <fnatter@gmx.net>
7348
7349Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7350
7351 * doc/upgrade.html: updated with instructions for support of both
7352 libxml-1.x and libxml-2.x
7353 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7354 for 2.x support and also fixed includes
7355
7356
7357Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7358
7359 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7360 the encoding support, added iconv support, so now libxml if
7361 compiled with iconv automatically support japanese encodings
7362 among others. Work based on initial patch from Yuan-Chen Cheng
7363 I may have broken binary compat in the encoding handler
7364 registration scheme, but that was so utterly broken I don't
7365 expect anybody to have used this feature until now.
7366 * parserInternals.h: fixup on the CHAR range macro
7367 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7368 code.
7369 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7370 * uri.c: added xmlParseURI() I can't believe I forgot to
7371 implement this one in 2.0 !!!
7372 * SAX.c: moved doc->encoding update in the endDocument() call.
7373 * TODO: updated.
7374
7375Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7376
7377 * tree.h: removed extraneous xmlRemoveProp definition
7378 * TODO: added item about --disable-corba configure switch
7379 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7380 * nanoftp.c: fixed include problems giving troubles on AIX and
7381 slowlaris
7382 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7383 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7384 comment and headers changes to lower gtk-doc number of warnings
7385 * doc/html/*: rebuilt docs
7386
7387Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7388
7389 * HACKING: documented the tag for 1.x and instructions
7390
7391Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7392
7393 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7394 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7395 xmlCreateIOParserCtxt
7396 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7397 significant overall improvement
7398 * xmllint.c: added I/O test to xmllint
7399 * testSAX.c: added a speed test
7400 * doc/* : updated/regenerated
7401
7402Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7403
7404 * xpath.c uri.h parserInternals.h: cosmetic changes from
7405 "Timur I. Bakeyev" <timur@bat.ru>, including making
7406 xmlCreateURI() public
7407
7408Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7409
7410 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7411 and the code at the same time. Added a clean mechanism for
7412 overload or added input methods: xmlRegisterInputCallbacks()
7413 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7414 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7415 * TODO: updated
7416 * doc/* : updated/regenerated
7417 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7418 source dir
7419
7420Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7421
7422 * testURI.c: yet another forgotten commit, I should get some sleep !
7423
7424Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7425
7426 * xmllint.c: forgot to commit this too ?
7427
7428Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7429
7430 * xmlversion.h.in : forgot to commit this previously
7431
7432Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7433
7434 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7435 * README TODO: updated for release
7436 * uri.c uri.h: added authority parsing/saving
7437 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7438 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7439 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7440 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7441 Makefile.am : added compile-time customization of libxml
7442 --with-ftp --with-http --with-html --with-xpath --with-debug
7443 --with-mem-debug
7444 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7445 #include <libxml/xxx.h> I hope it won't break too much stuff
7446 and will be manageable in the future...
7447 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7448 and added xmllint to the installed programs
7449 * uri.h: added xmlFreeURI()
7450
7451Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7452
7453 * uri.c uri.h: finished the escaping handling, the base support
7454 and the URI path normalization. Looks good just lacks the
7455 authority content parsing code.
7456 * Makefile.am: added instructions to generate testURI
7457 * TODO: updated
7458 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7459 added links and icons for W3C and Gnome
7460
7461Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7462
7463 * xmlmemory.[ch] : seems I forgot to actually update the files in
7464 the last commit :-)
7465 * doc/xml.html doc/html/* : updated and uploaded the docs
7466
7467Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7468
7469 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7470 * TODO: updated
7471 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7472 libxml default allocation function with another set (like gmalloc/
7473 gfree).
7474 * Makefile.am, uri.c, uri.h: added a set of functions to do
7475 exact (litteraly copied from the RFC 2396 productions) parsing
7476 and handling of URI. Will be needed for XLink, one XML WFC,
7477 XML Base and reused in the nano[ftp/http] modules. Still work
7478 to be done.
7479
7480Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7481
7482 * configure.in, libxml.spec.in : libxml2
7483 * doc/* : updated the doc page, rebuilt the docs
7484
7485Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7486
7487 * all: tagged LIB_XML_1_X
7488 * *.c *.h : updated from W3C CVS tree
7489 * configure.in : 2.0.0-beta
7490 * libxml.spec.in : libxml2 package nam
7491 * result/* : new version of the tests output
7492
7493Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7494
7495 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7496
7497Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7498
7499 * doc/* : rebuilt the docs
7500 * parser.c: final patch on #6766
7501 * valid.c: small patch on validity checks.
7502
7503Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7504
7505 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7506 added
7507 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7508 compatibility w.r.t. XML spec and existing code.
7509
7510Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * parser.c: seems a better solution to <a> </a> exists,
7513 will try it for a while
7514
7515Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7516
7517 * parser.c: tried to remove the <a> </a> generating <a/>
7518 this is hard. Left a flag for that purpose. Fixed bug #6766
7519 * configure.in: prepared 1.8.7 not released, due to previous
7520 problem
7521
7522Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7523
7524 * doc/xml.html : applied second patch from Paul DuBois
7525
7526Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7527
7528 * doc/xml.html : applied patch from Paul DuBois
7529
7530Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7531
7532 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7533
7534Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7535
7536 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7537 compilation warnings on various platforms.
7538 * parser.c: Fixed #5281 validity error callbacks are now desactived
7539 by default if not validating.
7540
7541Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7542
7543 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7544
7545Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7546
7547 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7548 <gkatsi@cs.toronto.edu>
7549
7550Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7551
7552 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7553 processing URLs
7554
7555Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7556
7557 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7558 xmlNanoFTPUpdateURL for persistent control connections.
7559 * configure.in: 1.8.6
7560
7561Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7562
7563 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7564 * tree.[ch] : added xmlSaveNoEmptyTags
7565
75662000-01-29 James Henstridge <james@daa.com.au>
7567
7568 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7569
7570 * Makefile.am: added nanoftp.[ch] to the build.
7571
7572Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7573
7574 * nanoftp.[ch]: cleanup, comments, API
7575 * debugXML.c : fixed a bug in the cat command
7576 * doc/*: regenerated the docs
7577
7578Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7579
7580 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7581 * debugXML.c : fixed a bug in the cat command
7582 * valid.c: fixing some small probs
7583 * libxml.spec.in: get rid of the SNAP suffix
7584 * doc/xml.html: updated the status
7585
7586Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7587
7588 * xml-config.in: xml-config --version to just return the
7589 version number
7590 * xpath.c: some cleanup w.r.t. axis when the current node is
7591 an attribute.
7592 * TODO: updated
7593
7594Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7595
7596 * configure.in: prepared for libxml-1.8.5
7597 * doc/* recompiled the documentation
7598
75992000-01-17 Jody Goldberg <jgoldberg@home.com>
7600
7601 * configure.in : WARNING autoconf subtlety alert :
7602 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7603 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7604 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7605 get defined by AC_CHECK_HEADERS.
7606
7607Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7608
7609 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7610 Rune.Djurhuus@fast.no
7611
7612Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7613
7614 * TODO: updated
7615 * tree.c, parser.c: made sure that only memory alloc problems
7616 and internal parser errors are allowed to write to stdout or
7617 stderr.
7618
7619Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7620
7621 * tree.c : restored xmlNewGlobalNs since this seems used by
7622 a lot of existing code :-(, fixed a bug in xmlNewNs
7623 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7624 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7625 to exit() from the library code.
7626 * xpath.c, parser.c: removed bugs or unused code detected by
7627 Windows compilers
7628 * parser.c: started adding interfaces for parsing well balanced
7629 XML fragments
7630 * configure.in: releasing 1.8.4
7631 * doc/* : rebuilt the docs
7632
7633Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7634
7635 * tree.[ch] : added xmlNewDocFragment() for DOM
7636 * testHTML.c: uninitialized variable.
7637
7638Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7639
7640 * doc/* : rebuild the docs
7641
7642Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7643
7644 * acconfig.h: readline and history patch
7645 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7646 * tree.c: added check and handling when possibly removing an ID
7647 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7648 and saving.
7649 * test/HTML/entities.html result/HTML/entities.html* : test for
7650 various entities reference cases
7651 * result/HTML/* : as a result output of some testcase have
7652 changed
7653 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7654 by previous example. added xmlParseTryOrFinish().
7655 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7656 entities.h debugXML.h HTMLparser.h: changed the way struct are
7657 declared to allow gtk-doc to expose those
7658 * parser.c: closed bug #4960
7659 * Makefile.am configure.in: Applied patch from
7660 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7661 and math/socket libs detection
7662
7663Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7664
7665 * configure.in, Makefile.am: link tester against readline
7666 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7667
7668Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7669
7670 * tree.[ch]: added xmlRemoveProp
7671 * win32config.h.in nanohttp.c: avoid including the Windows
7672 socket stuff in every C files
7673 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7674 the XmL parser(s)
7675 * test/ns4 result/ns4 etc...: added test case for previous prob
7676 * tree.c: xmlNewNs wasn't checking for double definition
7677 * Makefile.in: fixed a problem with dist-hook duplicates
7678 * parser.[hc], xmlIO.c: fixed the loading of external entities
7679 APIs, now xmlLoadExternalEntity() is used everywhere and
7680 setting up an app specific front-end using the
7681 * SAX.c parser.c: some fixes, now the xhtml spec validates
7682 with the xhtml DTD.
7683 * error.c: fixed crashes in case of no input stream
7684 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7685 to the validation tests and results
7686
7687Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7688
7689 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7690 too htmlCreatePushParserCtxt() and htmlParseChunk()
7691 * parser.c: a bit of cleanup.
7692 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7693 to XML) removed the last mem leak known
7694 * HTMLtree.c: output message cleanup
7695 * xmlmemory.c: display content info about memory blocks
7696 * result/HTML/wired.* : missing att value warning change
7697
7698Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * doc/* : rebuilt the documentation
7701
7702Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7703
7704 * parser.[ch] parserInternals.h: Push parser for XML,
7705 seems to work fine now
7706 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7707 --push for push testing
7708 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7709 * testSAX.c: added --push
7710 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7711 subtree
7712 * xmlIO.[ch] : enriched API + fixes for push mode
7713 * entities.[ch]: added the entity content length to the struct.
7714 * xmlmemory.[ch]: new API to show the last entries for the shell
7715 * valid.c: added required attribute testing
7716 * SAX.c: the cdata callback now merge contiguous fragments
7717 * HTMLparser.c: cleanup of some macros
7718
7719Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7720
7721 * parser.c: fix for PIs name starting with xml
7722 * tree.c: fixed a potential problem with || and && ops
7723 * *.c, configure.in win32config.h.in : generate win32config.h for
7724 those on the Other Side !
7725
7726Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7727
7728 * parser.c: fixed a stupid = vs. == bug :-(
7729 * doc/gnome-xml.sgml: s/glade/xml/
7730
7731Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7732
7733 * configure.in, doc/xml.html : bug fix release 1.8.2
7734 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7735 Hopefully the end of that silly C++ include problem
7736 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7737 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7738 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7739 troubles with autoclosed elements when the stree shape doesn't
7740 follow the DtD specs. Added htmlIsAutoClosed() and
7741 htmlAutoCloseTag()
7742 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7743 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7744 * debugXML.c: fixed a bug on printing default namespaces.
7745 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7746
7747Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * result/HTML/*.htm[l] : updated the HTML regression tests according
7750 to the new output
7751 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7752 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7753 problem due to intermix of extern "C" { ... } declarations for C++
7754 and recursive includes in the headers
7755
77561999-12-20 Chris Lahey <clahey@umich.edu>
7757
7758 * HTMLtree.c: Made it so that html nodes with a single child do
7759 not insert a carriage return before or after the child node.
7760
7761Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7762
7763 * configure.in, doc/xml.html : bug fix release 1.8.1
7764 * parser.c: fixed bug #4344
7765 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7766 added the glue to avoid C++ problems
7767 * doc/* : regenerated the documentation
7768
7769Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7770
7771 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7772 namespace recognition, and Dia as a resul :-(
7773 * encoding.c: closed bug #3950
7774
7775Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7776
7777 * valid.c: debugging a posteriori validation, except URI expansion
7778 stuff this should be fixed now
7779 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7780 Carl Nygard <cnygard@bellatlantic.net>
7781 * tester.c: added --postvalid, cleaning of the code
7782 * tree.[ch]: added xmlDocGetRootElement()
7783
7784Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7785
7786 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7787 c++ losage.
7788
7789Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * configure.in, doc/xml.html : bumped to 1.8.0
7792 * xlink.[ch], Makefile.am : added framework for link detection
7793 * parser.h: added nbChars to parser context, needed for cleanup.
7794 * xmlmemory.c: removed a nasty bug when out of mem
7795 * valid.[ch]: adding namespace support for attribute decl
7796 * tester.c: added --debugent option
7797 * debugXML.[ch]: added xmlDebugDumpEntities()
7798 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7799 buffers instead, this was really needed, validation was breaking
7800 in strange ways due to that. Added xmlParseStringPEReference()
7801 and other parsing from strings functions. Entities processing
7802 modified again, but PERef are still not handled correcly but
7803 unless you're Eve Maller you won't notice :-)
7804 * HTMLparser.c: large changes toward reliability, and switched to
7805 lowercase internal tags, XHTML is lowercase, so it will help
7806 that output is closer to next version.
7807 * doc/* : regenerated the documentation, it is now hosted at
7808 http://xmlsoft.org/ (same bits I just bought the domain :-)
7809
7810
7811Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7812
7813 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7814 doc generation
7815 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7816 in the SAX API
7817 * doc/*: rebuilt the doc making sure everything appears in the
7818 HTML files
7819
7820Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7821
7822 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7823 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7824 which allow impressive speed improvement on dataset with
7825 large text pieces, but at the cost of broken binary
7826 compatibility and slightly bigger memory usage.
7827 Configure with --with-buffers to activate them, they
7828 are protected with XML_USE_BUFFER_CONTENT define.
7829 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7830 goal is 0 memory left allocated once parser is no more used
7831 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7832 call xmlCleanupParser() and xmlMemoryDump()
7833
7834Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7835
7836 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7837 * parser.[ch] encoding.[ch]: added memory cleanup routines
7838 * parser.c: closing bug #3788
7839 * doc/*: rebuilt the doc
7840
7841Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7842
7843 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7844 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7845 * tester.c: added --compress option
7846 * doc/*: rebuilt the documentation
7847
7848Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7849
7850 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7851 if given /proc/kcore as input !
7852 * doc/xml.html doc/*: updated and rebuilt the documentation
7853
7854Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7855
7856 * parser.c: Fixed some wrongly space collapsing code due to
7857 a misreading of the spec.
7858 * result/*: fixed the output accordingly
7859
7860Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7861
7862 * encoding.c: bug fix and typos
7863 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7864 * parser.c: added attribute normalization closing bug #3597
7865 * test/att* result/att* SAXresult/att*: testcase for attribute
7866 normalization
7867
7868Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7869
7870 * configure.in: closing bug #3163 by adding extra flags for the
7871 cc compiler on HP-UX
7872
7873Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7874
7875 * valid.[ch] : removed a typo and an enumerated type bug in the
7876 xmlAddElementDecl() function
7877 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7878 call to xmlEncodeEntitiesReentrant() so that the functions
7879 New, Set and Get are at the same level.
7880 * parser.c HTMLparser.c: extra memory allocation bug for
7881 attributes detected by someone using libxml in embedded systems :-)
7882
7883Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7884
7885 * xmlmemory.h: turned off mem debug :-\
7886
7887Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7888
7889 * parser.c: closed bug #2784 a one line fix, but worth pushing
7890 a new release out
7891 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7892 some structures, comments before and after the
7893 main element, and other nastyness
7894 * HTMLtree.c tree.c: accomodate the extended HTML supported
7895 * configure.in: pushing 1.7.4
7896 * test/ent8 and related outputs : added a new test for bug #2784
7897 * test/HTML/wired.html and related output: a nasty HTML example
7898 * Makefile.am: improved the test scripts
7899 * docs/* : reran the documentation extractor, updated xml.html
7900
7901Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7902
7903 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7904 HTMLparser and debugged the HTML related code. HTML documents
7905 now have their own type
7906 * entities.c: do not dump &apos; for HTML output
7907 * xmlmemory.c: improvement, breakpoint mechanism
7908 * testHTML.c: added --sax --repeat ...
7909 * Makefile.am: improved the HTML tests
7910 * valid.[ch]: added xmlValidGetValidElements and
7911 xmlValidGetPotentialChildren
7912 * tester.c: added --insert to test the 2 new functions
7913 * test//* result//* SAXresult//* : regression test cleanup
7914 and extension.
7915 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7916 gnome-xml-nanohttp.html
7917
7918Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7919
7920 * HTMLparser.c: fixed problems with some autoclose tags
7921 * tree.c: fixed XML output problems.
7922 * result/* SAXresult/*: update of the tests output
7923
7924Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7925
7926 * Makefile.am: Arturo patch for xmlConf.sh version info
7927 * parser.c: Tim Josling patch for single quoted items
7928 * tester.c: Tim Josling patch for tester options usage
7929 * tree.h: indent cleanup
7930
7931Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7932
7933 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7934 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7935
7936Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7937
7938 * tree.c : Raph patch for initialization of CORBA fields
7939 * parser.c, xpath.c, ...: modification of doc comments
7940 * xpath.c : allow spaces in xpath expressions
7941
7942Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7943
7944 * xmlmemory.h: turning off memory debug :-(
7945
7946Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7949 better SAX interfaces.
7950 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7951 entity.
7952 * configure.in: 1.7.2
7953
7954Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7955
7956 * libxml.spec.in: fixed the URL
7957 * doc/xml.html: improved the documentation front-end
7958
7959Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7960
7961 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7962
7963Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7964
7965 * libxml.spec.in: fixed the alpha compile problem
7966 * parser.[ch]: changed errno to errNo in the parser context :-(
7967 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7968 * doc/xml.html: changed CHAR to xmlChar
7969 * doc/html/*: recompiled the documentation
7970 * configure.in: 1.7.1
7971
7972Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7973
7974 * parser.h: modified the parser context struct to regain 1.4.0
7975 binary compatibility
7976 * parser.c, xml-error.h: added errno ot teh context and defined
7977 a set of errors values with update of errno
7978 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7979 DTDs and entities
7980 * *.h, *.c: complete cleanup of the use of config.h and include
7981 protection depending on the current setup.
7982 * overalll debugging, maintenance and bug-fixing on all modules
7983 * updated the documentation
7984 * ready for 1.7.0
7985
7986Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7987
7988 * HTMLparser.c : cleanup
7989 * SAX.c valid.c valid.h: added ID/IDREF checking
7990 * tree.c tree.h: extended doc structure for refs
7991 * configure.in: 1.6.2
7992 * parser.c: patched bug in SAX user arg call
7993 * parserInternals.h: patched missing close in C++ wrapping
7994 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7995 especially upcoming XPointer implementation.
7996 * doc/xml.html: augmented, typo
7997
7998Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7999
8000 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8001 not all invocations of install understand -d.
8002
8003Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8004
8005 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8006 to make 'check' works, when builddir != srcdir.
8007
8008Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8009
8010 * doc/xml.html : updated the documentation
8011
8012Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8013
8014 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8015 not deallocated memory blocks
8016 * *.c : replaces all calls to malloc() free() and realloc() to
8017 the wrapper functions/macros
8018 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8019 instead of xmlFreeNodeList()
8020
8021Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8022
8023 * HTMLparser.c: corrected a stupid bug leading to core dump at
8024 tree deallocation. Removed warnings indicated by
8025 Stephane.Conversy@lri.fr
8026 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8027 looked for in the external subset
8028
8029Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8032 on SGI by Stephane.Conversy@lri.fr
8033
8034Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8035
8036 * all .h : changed the prototype declaration indent as in gtk
8037 * most .c : working on reducing the TODOs in the code
8038 * most .c : cleanup though -pedantic and Insure++
8039 * improvements on validation ID checkings.
8040 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8041 * xml-config.in: closed #1810
8042
8043Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * tree.h, valid.c, valid.h: more work on validity, IDs
8046 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8047 definition for AIX
8048
8049Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8050
8051 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8052 the distribution due to a cut'n paste error at last commit
8053
8054Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8055
8056 * configure.in: upgraded to version 1.4.0
8057 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8058 Big update, added a large part of the validation process,
8059 it should be usable, but some parts are missing
8060 * xpath.c: improved the implementation w.r.t. root.
8061 * Makefile.am: added more tests
8062 * test and result trees: added a lot of tests
8063 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8064
8065Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8066
8067 * Added an HACKING file
8068
8069Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * xpath.[ch] : improvements and debug of the XPath implementation
8072 * parser.c, HTMLparser.c : modified the parsers to be progressive
8073 * tree.[ch] : extended the Buffer promitives
8074 * xmlIO.[ch] : added basic I/O routines providing progressive
8075 parsing and ready for I18N conversion plugins
8076 * SAXresult/* : the SAX callback sequence maybe slightly different
8077 now
8078 * test*.c : improved/updated the tests programs
8079 * doc/* : recompiled the docs.
8080
80811999-07-26 Michael Meeks <michael@edenproject.org>
8082
8083 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8084
8085 * tree.c: Ditto.
8086
8087Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8088
8089 * configure.in: upgraded to version 1.4.0
8090 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8091 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8092 XML query language, see http://www.w3.org/TR/xpath for more details.
8093 * parser.c, parser.h: added CHAR* related string functions for XPath
8094 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8095 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8096 rebuild the docs.
8097 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8098 and regression testing capabilities for XPath.
8099
8100Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8101
8102 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8103 closing bug #1646
8104
8105Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8106
8107 * Makefile.am, example/Makefile.am: closed bug #1683
8108
8109Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8110
8111 * example/Makefile.am, configure.in: added the makefile for the
8112 gjobread example
8113
8114Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8115
8116 * doc/Makefile.am:
8117 - fix which allow "make install DESTDIR=</install/prefix>".
8118
8119Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8120
8121 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8122 which fixed a problem on the file reading-code.
8123
8124Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8127 output.
8128 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8129
8130Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8131
8132 * parser.h : Oops removed the binary compatibility problem
8133 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8134 * parser.c, HTMLparser.c: applied patches for reading from stdin
8135
8136Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8137
8138 * parser.c, entities.c, valid.c: cleanup bug #1591
8139 * configure.in: cleanup bug #1592
8140 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8141 the same tree back-end. Hence gdome will be available for it.
8142 * doc/Makefile.am: close bug #617
8143
8144Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8145
8146 * parser.c: alloctate a per parser context SAX interface block
8147
8148Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8151 and xmlEncodeEntitiesReentrant with the correct one :-\
8152
8153Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8154
8155 * commit of my internal XML base changes, quite a lot of
8156 changes, cleanups, better entities support, framework for
8157 new I/O and charset detection and handling
8158 * Fixed the configure/Makefile stuff to generate shared libs
8159 with the proper version info, so we jumped on rev from
8160 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8161 xmlEncodeEntities() result need to be freed now, and a string
8162 xmlParserVersion provide the current library version.
8163
8164Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8165
8166 * parser.c: fixed a buffer overrun for when you have a very long
8167 attribute with no entities in it.
8168
8169Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8170
8171 * added example directory
8172 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8173
8174Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8175
8176 * Release of libxml-1.1, nearly everything has been touched for
8177 this.
8178 * Added more regression tests
8179 * Updated the documentation
8180
8181Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8182
8183 * tree.[ch]: unified the XML_NO_CORBA defines.
8184 * parser.c encoding.[ch]: started plugging in char encoding detection
8185
8186Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8187
8188 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8189 Also freed allocated buffer.
8190
8191Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8192 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8193 reentrancy problem at printing. One is left in entities.c, to
8194 remove ASAP
8195 * testSAX.c : added a test example showing the use of the SAX
8196 interface if one doesn't want to build the DOM tree.
8197 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8198
8199Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8200
8201 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8202 large revamping of the parser to use SAX callbacks
8203 http://www.megginson.com/SAX/ (or at least a C like interface
8204 a la Expat). It's now possible to set up your own callbacks
8205 and the parser will not build a DOM tree.
8206 * test/* result/*: updated the test suite, I finally removed
8207 the old Namespace draft support (PI based).
8208
8209Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8210
8211 * Makefile.am: added test result to EXTRA_DIST for make tests
8212
8213Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8214
8215 * parser.c, parserInternals.h: moved the chars macro definitions
8216 to parserInternals.h
8217 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8218 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8219
8220Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * xml-config.in : applied patch to make --version work
8223
82241999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8225
8226 * Makefile.am (check-local): Alias for `tests' target. This will
8227 cause `make check' to do the right thing.
8228 (tests): Don't run tests in srcdir. Also, replaced calls to
8229 basename with a `sed' "equivalent".
8230
8231Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8232
8233 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8234 it in the header and not the sources, updated the doc.
8235 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8236 pointing this out.
8237
8238Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8239
8240 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8241 exported the inputStream routines.
8242 * doc/html/* : updated accordingly
8243
8244Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8245
8246 * parser.c, parser.h, parserInternals.h: added a few extra
8247 internal calls to allocate and free parser contexts ...
8248 * doc/html/* : updated accordingly
8249
8250Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8251
8252 * configure.in, Makefile.am, doc/makefile.am : General changes for
8253 1.0.0 release and including the generated HTML documentation.
8254
8255Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * makefile.am : added parserInternals.h, oops.
8258
8259Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8260
8261 * parserInternals.h: added this header giving access to the parser
8262 internal functions.
8263 * doc/Makefile.am : added a rebuild target which rebuilds the full
8264 set of documentations
8265 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8266 the internal subset.
8267 * *.c *.h: modifications needed to generate the documentation using
8268 gtk-doc, cleanup of functions blocks, reorganisation of struct
8269 declarations.
8270
8271Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8272
8273 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8274 the tar and spec file to include the beginning of the doc.
8275
82761999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8277
8278 * doc/.cvsignore: Added this file.
8279
8280Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8281
8282 * tree.c: fixed xmlGetProp to return "" when the attribute
8283 exists, even if the node-list is NULL.
8284
8285Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8286
8287 * tree.c: patched an error outputting empty attribute values.
8288 * Makefile.am and doc/makefile.am: have been updated during the
8289 week-end. Sorry for an empty CVS log, I got a shell problem.
8290
8291Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8292
8293 * tree.h: cleaned up using enums instead of defines
8294 * parser.c, valid.[ch]: more work on parsing/output of element
8295 declarations
8296
8297Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8298
8299 * valid.[ch], tree.c, parser.c : more work toward full parsing
8300 of XML DTDs.
8301 * README: added informations about mailing-list and on-line
8302 documentation
8303
83041999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8305
8306 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8307
8308Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * parser.c, tree.[ch] : more work toward conformance testing,
8311 added a last element to accelerate parsing of very flat structures
8312 started working on internal subset Element content declaration.
8313 * valid.[ch] : first cut at adding code toward validation.
8314 * previous changes had also small impact on most files, especially
8315 the conformance testing using James Clark test suite.
8316
8317Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8318
8319 * test/* : updated the examples, most of them were not well
8320 formed (humm), and added rdf2.
8321 * result/* : resulting changes in the output.
8322
8323Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8324
8325 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8326
8327Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8328
8329 * tree.c: patched a bug in the generation of empty attributes
8330
8331Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8332
8333 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8334 for node/trees/documents/... Biggest problem is namespace
8335 support when copying subtrees.
8336
8337Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * parser.c, entities.c: improve entities and char ref encoding,
8340 and cleanups of error messages.
8341
8342Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8343
8344 * parser.c, entities.c: simple bug hunting done during rpm2html and
8345 rpmfind integration.
8346
8347Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8348
8349 * parser.[ch]: Added interfaces allowing to specify a SAX
8350 handler before parsing.
8351
8352Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8353
8354 * parser.c: redirrect all errors reporting through the SAX
8355 error function
8356
8357Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8358
8359 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8360 * libtool, tlmain ...: update of the libtool files
8361
83621998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8363
8364 * entities.c: Use g_snprintf insteda of snprintf.
8365
8366Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8367
8368 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8369 added ent5 test for this purpose.
8370 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8371
8372Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8373
8374 * parser.c: fixed? a strange error due to compression on a GWP
8375 document.
8376
8377Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8378
8379 * tree.[ch]: bug fixing
8380 * entities.[ch]: defined a specific type for predefined entities
8381 * doc/xml.html: more documentation on the library, how to use it,
8382 overview of the interfaces.
8383
8384Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8385
8386 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8387
8388Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * tree.c: corrected a small bug
8391 * doc/xml.html: continuing writing documentation.
8392
8393Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8394
8395 * debugXML.h debugXML.c: added debugging utilities.
8396 * tester.c: added --debug switch.
8397 * tree.c: patched an incorrect node->type assignment.
8398 * parser.c: formatting, ensure that node->doc != NULL in attributes
8399
8400Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8401
8402 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8403 entity support and provide an internal representation close to
8404 DOM one (entity ref nodes, and attribute value as tree). I tried
8405 to preserve the interface but this will surely break some apps
8406 (I have to change rpm2html/rpmfind for example). I had to change
8407 two interfaces, and the generated tree is somewhat different.
8408 * doc/* : started documenting the XML library, the tree and
8409 DOM/Corba. This is a first step.
8410
8411Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8412
8413 * parser.c: Set up the fonctions comment block, boring but useful.
8414 * parser.h, SAX.c, parser.c: now attributes are processed through
8415 the SAX interface. The problem is that my SAX interface diverged
8416 quite a bit from the original one, well this is not an official
8417 spec, and translating it from Java to C is hairy anyway...
8418
8419Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8420
8421 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8422 fonctions comment block, boring but useful.
8423
8424Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8425
8426 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8427 conversion routines. However they are not yet used to convert the
8428 inputs. The core will run with UTF-8.
8429
8430Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8431
8432 * tree.c : make sure that the type id is properly set-up when
8433 a new object is allocated, needed for DOM.
8434
8435Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8436
8437 * tree.h, tree.c: Ok, the main objects in the tree will be native
8438 corba objects, it costs 8 bytes per Node, Attribute and Document
8439 but it simplifies the Corba integration a lot (no extra interface
8440 objects to allocate/free).
8441
8442Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8443
8444 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8445 and changed NODEs contants for conformity with DOM Level 1
8446
8447Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * added hooks to keep track of servants when creating objects
8450 xmlDoc and xmlNode (for Corba export).
8451
8452Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8453
8454 * added xml-config script.
8455
8456Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8457
8458 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8459 to autoupdate libtool and automake conf files.
8460
84611998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8462
8463 * Makefile.am: Use '?' to separate the sed
8464 commands as ',' is used when people pass -Wl,something.
8465
8466
8467Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8468
8469 * tree.c, tree.h: added a per-document compression interface.
8470
8471Tue Sep 22 20:47:38 EDT 1998
8472
8473 * tree.c, tree.h: added saving with compression and added interfaces
8474 to control the compression level (xmlGetCompressMode,
8475 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8476
8477Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8478
8479 * parser.c: corrected a loop for files of size 0
8480
84811998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8482
8483 * error.h: New file. Contains prototyes from `error.c'.
8484
8485Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8486
8487 * Makefile.am (xmlincdir): New macro.
8488 (xmlinc_HEADERS): Renamed from include_HEADERS.
8489
8490Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8491
8492 * applied small patch on numeric entities from
8493 Christopher Blizzard <blizzard@appliedtheory.com>
8494
8495Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * New release 0.2, removed the old xml_* files so that it's
8498 coherent with the other CVS base (W3C), far better conformance
8499 to standard, new namespaces, decent entities support, beginning
8500 of a SAX-like interface. Nearly nothing left intact, even the
8501 test examples ...
8502
85031998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8504
8505 * .cvsignore: Add .deps dir
8506
8507Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8508
8509 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8510
8511Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8512
8513 * configure.in: added test for CPP
8514 * AUTHORS, Changelog: the original ones didn't get commited but the
8515 glib ones instead, fixed.
8516 * Makefile.am: corrected an error in library naming
8517
8518Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8519
8520 * integrated code developped at W3C
8521 * changed the original Copyright
8522 * migrated to automake
8523 * prefixed the filenames by xml_ to avoid filename clashes
8524
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008525Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8526
8527 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8528 should not be called.
8529
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008530Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * libxml-2.0.pc.in: applied the patch to fix #101894
8533
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008534Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8535
8536 * tree.c : applied patch from Lukas Schroeder for register callbacks
8537 * valid.c: modified patch from Lukas Schroeder to test
8538 register callbacks with --chkregister
8539
Daniel Veillard067bae52003-01-05 01:27:54 +00008540Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8541
8542 * xmlreader.c: seriously changed the way data are pushed to
8543 the underlying parser, go by block of 512 bytes instead of
8544 tryng to detect tag boundaries at that level. Changed the
8545 way empty element are detected and tagged.
8546 * python/tests/reader.py python/tests/reader2.py
8547 python/tests/reader3.py: small changes mostly due to context
8548 reporting being different and DTD node being reported. Some
8549 errors previously undetected are now caught and fixed.
8550 * doc/xmlreader.html: flagged last section as TODO
8551
Daniel Veillard51a447a2003-01-04 19:42:46 +00008552Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8553
8554 * python/libxml.py: integrated the Python 2.2 optimizations
8555 from Hannu Krosing, while maintaining compatibility with
8556 1.5 and 2.1
8557
Daniel Veillarde59494f2003-01-04 16:35:29 +00008558Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8559
8560 * xmllint.c: a bit of cleanup
8561 * xmlreader.c: small fix
8562 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8563 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8564
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008565Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8566
8567 * python/setup.py.in: patch from Stéphane Bidoul to include
8568 drv_libxml2.py in setup.py
8569
Daniel Veillard66b82892003-01-04 00:44:13 +00008570Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8571
8572 * doc/xmlreader.html: starting documenting the new XmlTextReader
8573 interface.
8574
Daniel Veillard7704fb12003-01-03 16:19:51 +00008575Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8576
8577 * xmllint.c: added the --stream flag to use the TextReader API
8578 * xmlreader.c: small performance tweak
8579
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008580Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8581
8582 * xmlreader.c python/tests/reader2py: okay the DTD validation
8583 code on top of the XMLTextParser API should be solid now.
8584
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008585Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * xmlreader.c python/tests/reader2py: Fixing some more mess
8588 with validation and recursive entities while using the
8589 reader interface, it's getting a bit messy...
8590
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008591Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8592
8593 * xmlreader.c python/tests/reader.py: another couple of problem
8594 related to IsEmptyElement reported by Stéphane Bidoul needed
8595 some fixes.
8596
Daniel Veillard4f860202003-01-02 13:00:02 +00008597Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8598
8599 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8600 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8601 based on the python XmlTextReader interface.
8602
Daniel Veillard3c265e42003-01-01 21:06:49 +00008603Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8604
8605 * tree.c: backing out one change in the last patch which broke the
8606 regression tests
8607
Daniel Veillard5335dc52003-01-01 20:59:38 +00008608Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * global.data globals.c tree.c include/libxml/globals.h: applied
8611 an old patch from Lukas Schroeder to track node creation and
8612 destruction. Probably missing a lot of references at the moment
8613 and not usable reliably.
8614
Daniel Veillard8ba17412003-01-01 19:13:12 +00008615Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8616
8617 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8618 from doc/news.html and a stylesheet
8619
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008620Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8621
8622 * xmlreader.c python/tests/reader.py: fixed another couple of
8623 xmlreader bugs reported by Stéphane Bidoul and added tests.
8624
Daniel Veillard9e395c22003-01-01 14:50:44 +00008625Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8626
8627 * xmlreader.c python/tests/reader2.py: fixed another validity
8628 checking in external parsed entities raised by Stéphane Bidoul
8629 and added a specific regression test.
8630 * python/tests/reader3.py: cleanup
8631
Daniel Veillardd5896142002-12-31 14:45:26 +00008632Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8633
8634 * xmlreader.c python/tests/reader2.py: fixed a problem with
8635 validation within entities pointed by Stéphane Bidoul, augmented
8636 the tests to catch those.
8637
Daniel Veillarddc85f282002-12-31 11:18:37 +00008638Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8639
8640 * python/generator.py: modified the generator to allow keeping
8641 class references when creating new classes, needed to fix a bug
8642 pointed by Stéphane Bidoul where the input buffer of the
8643 xmlTextReader instance gets destroyed if the python wrapper for
8644 the input is not referenced anymore.
8645
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008646Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8647
8648 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8649 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8650
Daniel Veillard571b8892002-12-30 12:37:59 +00008651Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8652
8653 * xmlreader.c python/tests/reader.py: fixed another problem
8654 pointed by Stéphane Bidoul
8655
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008656Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8657
8658 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8659 with "<a/>"
8660
Daniel Veillardecaba492002-12-30 10:55:29 +00008661Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8662
8663 * SAX.c: warn on xmlns:prefix="foo"
8664 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8665 for namespace attributes handling.
8666
Daniel Veillard2d84a892002-12-30 00:01:08 +00008667Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8668
8669 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8670 a really nasty problem raised by a DocBook XSLT transform
8671 provided by Sebastian Bergmann
8672
Daniel Veillard29b3e282002-12-29 11:14:41 +00008673Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8674
8675 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8676 by Stéphane Bidoul and integrated it into the tests
8677
Daniel Veillarde18fc182002-12-28 22:56:33 +00008678Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8679
8680 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8681 extended the XmlTextReader API a bit, addding accessors for
8682 the current doc and node, and an entity substitution mode for
8683 the parser.
8684 * python/libxml.py python/libxml2class.txt: related updates
8685 * python/tests/Makefile.am python/tests/reader.py
8686 python/tests/reader2.py python/tests/reader3.py: updated a bit
8687 the old tests and added a new one to test the entities handling
8688
Daniel Veillardaba976d2002-12-28 21:14:18 +00008689Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8690
8691 * python/generator.py python/libxml2class.txt
8692 python/tests/reader.py python/tests/reader2.py: changed the
8693 generator to provide casing for the XmlTextReader similar to
8694 C# so that examples and documentation are more directly transposable.
8695 Fixed the couple of tests in the suite.
8696
Daniel Veillard83298842002-12-28 15:12:33 +00008697Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8698
8699 * doc/guidelines.html: added a document on guildeline for
8700 publishing and deploying XML
8701
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008702Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8703
8704 * valid.c xmlreader.c: final touch running DTD validation
8705 on the XmlTextReader
8706 * python/tests/Makefile.am python/tests/reader2.py: added a
8707 specific run based on the examples from test/valid/*.xml
8708
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008709Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8710
8711 * python/libxml.py: added a few predefined xmlTextReader parser
8712 configuration values.
8713
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008714Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8715
8716 * python/libxml_wrap.h: trying to fix #102037
8717
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008718Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8719
8720 * SAX.c: fixing bug #95296, when the predefined entities
8721 are redefined in the DTD the default one must be used
8722 instead anyway.
8723
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008724Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8725
8726 * doc/xmllint.xml
8727 * doc/xmllint.1
8728 Add discussion of XML_DEBUG_CATALOG to xmllint man
8729 page - bug #100907
8730
8731
Daniel Veillarddf512f42002-12-23 15:56:21 +00008732Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8733
8734 * xmlreader.c: Fixed the empty node detection to avoid reporting
8735 an inexistant close tag.
8736
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008737Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8738
8739 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8740 for Python 2.1
8741
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008742Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8743
8744 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8745
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008746Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8747
8748 * doc/libxml2-api.xml python/tests/reader.py: one really need
8749 to provide the base URI information when creating a reader parser
8750 from an input stream. Updated the API and the example using it.
8751
Daniel Veillardea7751d2002-12-20 00:16:24 +00008752Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8753
8754 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8755 include/libxml/valid.h include/libxml/xmlreader.h: working on
8756 DTD validation on top of xml reader interfaces. Allows to
8757 validate arbitrary large instances. This required some extensions
8758 to the valid module interface and augmenting the size of xmlID
8759 and xmlRef structs a bit.
8760 * uri.c xmlregexp.c: simple cleanup.
8761
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008762Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8763
8764 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8765 work on the xml reader interfaces.
8766 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8767 Web page for the Windows binaries.
8768
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008769Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8770
8771 * xmlIO.c: applied a patch for VMS following the report by
8772 Nigel Hall
8773
Daniel Veillard3772de32002-12-17 10:31:45 +00008774Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8775
8776 * parser.c: the parseStartTag bug fix wasn't complete.
8777
Daniel Veillard67df8092002-12-16 22:04:11 +00008778Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8779
8780 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8781 parseStartTag, fixing it.
8782 * test/att4 result/att4 result/noent/att4: adding the test
8783 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8784 more methods to XmlTextReader.
8785
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008786Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8787
8788 * win32/libxml2.def.src: added more xml reader exports
8789 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8790 to the build
8791
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008792Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8793
8794 * doc/tutorial/xmltutorial.xml
8795 plus generated html and pdf
8796 Updating tutorial again based on further comments from Niraj
8797 Tolia on the last iteration
8798
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008799Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8800
8801 * doc/tutorial/xmltutorial.xml
8802 * doc/tutorial/includekeyword.c
8803 * doc/tutorial/includegetattribute.c
8804 plus generated html and pdf
8805 Adding fix from Niraj Tolia to tutorial to properly free memory.
8806
8807
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008808Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8809
8810 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8811 more methods of XmlTextReader.
8812 * python/libxml2class.txt python/tests/reader.py: this increased the
8813 methods in the bndings, augmented the test to check those new
8814 functions.
8815
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008816Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8817
8818 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8819 methods of XmlTextReader.
8820 * python/generator.py python/libxml_wrap.h python/types.c
8821 python/libxml2class.txt: added the reader to the Python bindings
8822 * python/tests/Makefile.am python/tests/reader.py: added a specific
8823 test for the Python bindings of the Reader APIs
8824 * parser.c: small cleanup.
8825
Daniel Veillard06503452002-12-13 10:42:08 +00008826Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8827
8828 * xinclude.c: fallback was only copying the first child not the
8829 full child list of the fallback element, closes #89684 as reopened
8830 by Bernd Kuemmerlen
8831
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008832Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8833
8834 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8835
Daniel Veillard000eafb2002-12-12 10:04:22 +00008836Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8837
Daniel Veillardc1eed322002-12-12 11:01:32 +00008838 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008839 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008840 gives enum values, fix functype return type, put back fields in
8841 structs
8842 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008843
Daniel Veillard024b5702002-12-12 00:15:55 +00008844Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
8846 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8847 about htmlNodeDumpOutput location.
8848 * xpath.c: removed an undefined function signature
8849 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8850 too many symbols in the API breaking the python bindings.
8851 Updated with the libxslt/libexslt changes.
8852
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008853Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8854
8855 * configure.in: preparing release of 2.4.29
8856 * doc/*: rebuilt the docs and API
8857 * xmlreader.c: a few more fixes for the XmlTextReader API
8858
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008859Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8860
8861 * include/win32config.h: applied mingw patch from Magnus Henoch
8862
Daniel Veillard5aad8322002-12-11 15:59:44 +00008863Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8864
8865 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8866
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008867Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8868
8869 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8870 building Python script, does the C parsing directly, generates
8871 a better API description including structure fieds defs and
8872 enums. Still a couple of bugs, but good enough for the python
8873 wrappers now.
8874 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8875 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8876 include/libxml/schemasInternals.h include/libxml/tree.h: more
8877 cleanup based on the python analysis script reports.
8878 * libxml.spec.in: make sure the API XML description is part of the
8879 devel package.
8880
Daniel Veillard01c13b52002-12-10 15:19:08 +00008881Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8884 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8885 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8886 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8887 code cleanup, especially the function comments.
8888 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8889
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008890Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8891
8892 * Makefile.am xmlreader.c include/libxml/Makefile.am
8893 include/libxml/xmlreader.h: Adding a new set of APIs based on
8894 the C# TextXmlReader API but converted to C. Allow to parse
8895 in constant memory usage, far simpler to program and explain
8896 than the SAX like APIs, unfinished but working.
8897 * testReader.c: test program
8898
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008899Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8900
8901 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8902
Daniel Veillard64b35282002-12-04 15:10:40 +00008903Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8904
8905 * tree.c: Chip turner indicated that XHTML1 serialization
8906 rule for style actually break on both IE and Mozilla,
8907 try to avoid the rule if escaping ain't necessary
8908
Daniel Veillard8efff672002-12-04 11:44:48 +00008909Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8910
8911 * nanhttp.c: handle HTTP URL escaping, problem reported by
8912 Glen Nakamura and Stefano Zacchiroli
8913
Daniel Veillard1c732d22002-11-30 11:22:59 +00008914Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8915
8916 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8917
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008918Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8919
8920 * uri.c: Johann Richard pointed out some XPointer problems for
8921 URN based URI references in XInclude. Modified the URI parsing
8922 and saving routines to allow correct parsing and saving of
8923 XPointers, especially when attached to "opaque" scheme accordingly
8924 to RFC 2396
8925
Daniel Veillard8db67d22002-11-27 19:39:27 +00008926Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8927
8928 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8929 of refactoring to the HTML saving code.
8930 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8931 in the doc.
8932
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008933Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8934
8935 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8936 to a buffer API to reuse the generic dump to an OutputIO layer,
8937 this reduces code, fixes xmlNodeDump() for XHTML, also made
8938 xmlNodeDump() now return the number of byte written.
8939
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008940Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8941
8942 * python/setup.py.in: another patch from Stéphane Bidoul for
8943 Python bindings on Windows
8944 * doc/parsedecl.py: small cleanup
8945
Daniel Veillard9715c172002-11-25 16:33:40 +00008946Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * libxml.spec.in configure.in: add a line in %changelog for releases
8949
Daniel Veillard9bc53102002-11-25 13:20:04 +00008950Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8951
8952 * parser.c: patch from Marcus Clarke fixing a problem in entities
8953 parsing that was detected in KDe documentations environment.
8954
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008955Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8956
8957 * python/libxml.c (libxml_prev): Return the previous as opposed to
8958 the next node (I guess this is the result of some cut & paste programming:)
8959
Daniel Veillard80d7b902002-11-23 16:23:08 +00008960Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8961
8962 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8963
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008964Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8965
8966 * python/generator.py python/libxml.c python/setup.py.in: trying
8967 to fix the Python bindings build on Windows (Stéphane Bidoul)
8968
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008969Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8970
8971 * win32/configure.js: added option for python bindings
8972 * win32/libxml2.def.src: added more exports
8973
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008974Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8975
8976 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8977 pthreads
8978 * win32/wince/*: applied updates to Windows CE port from Javier
8979
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008980Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8981
8982 * configure.in: preparing 2.4.28
8983 * libxml.spec.in doc/Makefile.am: some cleanup
8984 * doc/*: updated the news and regenerated.
8985
Daniel Veillardfee408f2002-11-22 13:18:30 +00008986Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8987
8988 * HTMLparser.c: final touch at closing #87235 </p> end tags
8989 need to be generated.
8990 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8991 this change slightly the output of a few tests
8992 * doc/*: regenerated
8993
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008994Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * parserInternals.c: fixing bug #99190 when UTF8 document are
8997 parsed using the progressive parser and the end of the chunk
8998 is in the middle of an UTF8 multibyte character.
8999
William M. Brack8b2c7f12002-11-22 05:07:29 +00009000Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9001
9002 * threads.c: fixed initialization problem in xmlNewGlobalState
9003 which was causing crash.
9004 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9005 in xmlInitializeGlobalState.
9006 * parserInternals.c: cleaned up ctxt->sax initialisation.
9007
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009008Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9009
9010 * tree.c include/libxml/tree.h: modified the existing APIs
9011 to handle XHTML1 serialization rules automatically, also add
9012 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9013 libxslt serialization uses it when needed without changing
9014 the library API.
9015 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9016 result/xhtml1: added a new test specifically for xhtml1 output
9017 and updated the result of one XHTML1 test
9018
Daniel Veillardd076a202002-11-20 13:28:31 +00009019Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9020
9021 * xinclude.c parserInternals.c encoding.c: fixed #99082
9022 for xi:include encoding="..." support on text includes.
9023 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9024 test/XInclude/ents/isolatin.txt : added a specific regression test
9025 * python/generator.py python/libxml2class.txt: fixed the generator
9026 the new set of comments generated for doc/libxml2-api.xml were
9027 breaking the python generation.
9028
Daniel Veillard817e70b2002-11-19 22:28:48 +00009029Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9032 * configure.in: patch for Solaris on new autoconf closes #98880
9033 * doc/parsedecl.py: repair the frigging API building script,
9034 did I say that python xmllib sucks ?
9035 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9036 and some comment are no more truncated.
9037
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009038Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9039
9040 * parser.c: Martin Stoilov pointed out a potential leak in
9041 xmlCreateMemoryParserCtxt
9042
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009043Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9044
9045 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9046 included in HTML documents and using the push parser.
9047
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009048Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9049
9050 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9051 specified, look for the Python interpreter not just in the
9052 specified root but also in the specified location. Fixes #98825
9053
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009054Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9055
9056 * python/libxml.c: fixing bug #98792 , node may have no doc
9057 and dereferencing without checking ain't good ...
9058
Daniel Veillarddad3f682002-11-17 16:47:27 +00009059Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9060
9061 * configure.in: preparing release 2.4.27
9062 * doc/* : updated and rebuilt the docs
9063 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9064 and all the docs are actually packaged and in the final RPMs
9065 * parser.c parserInternals.c include/libxml/parser.h: restore
9066 xmllint --recover feature.
9067
Daniel Veillard68e9e742002-11-16 15:35:11 +00009068Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9069
Daniel Veillard784b9352003-02-16 15:50:27 +00009070 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009071 processing of parsed entities, and XPath computation on sustitued
9072 entities.
9073 * testXPath.c: make sure entities are substitued.
9074
Daniel Veillard328f48c2002-11-15 15:24:34 +00009075Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9076
Daniel Veillard784b9352003-02-16 15:50:27 +00009077 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009078 processing of internal parsed entities, which had to be changed.
9079
Daniel Veillard66651aa2002-11-15 11:21:43 +00009080Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9081
9082 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9083 trying to fix bug #98517 about building outside the source tree
9084 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9085
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009086Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9087
9088 * include/win32config.h: cleanup
9089 * win32/Makefile.mingw: integrated mingw in JScript configure
9090 * win32/Makefile.msvc: modified to allow mingw coexistence
9091 * win32/configure.js: integrated mingw
9092 * win32/Readme.txt: cleanup
9093
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009094Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9095
9096 * HTMLparser.c: strengthen the guard in the Pop macros,
9097 like in the XML parser, closes bug #97315
9098
Daniel Veillard0821b152002-11-12 20:57:47 +00009099Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9100
9101 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9102 callback is never used.
9103
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009104Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9105
9106 * parserInternals.c: fixed the initialization of the SAX structure
9107 which was breaking xsltproc
9108 * xpath.c: patch from Petr Pajas for CDATA nodes
9109 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9110 * parser.c include/libxml/parser.h: patch from Peter Jones
9111 removing a leak in xmlSAXParseMemory() and adding the
9112 function xmlSAXParseMemoryWithData()
9113
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009114Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9115
9116 adding pdf of tutorial, changing web page to link to it
9117 * doc/tutorial/xmltutorial.pdf
9118 * doc/xml.html
9119 * doc/docs.html
9120
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009121Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9122
9123 * doc/tutorial/ar01s08.html
9124 adding file what I forgot for tutorial
9125
9126
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009127Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9128
9129 Adding encoding discussion to tutorial
9130 Added:
9131 * doc/tutorial/images/*.png: DocBook admonition image files
9132 * doc/tutorial/apf.html, apg.html: new generated html
9133 * doc/tutorial/includeconvert.c: conversion code entity file
9134 changed:
9135 * doc/tutorial/xmltutorial.xml: DocBook original
9136 * doc/tutorial/*.html: generated html
9137
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009138Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9139
9140 * include/libxml/*.h: retired xmlwin32version.h
9141 * doc/Makefile.am: retired xmlwin32version.h
9142 * win32/configure.js: retired xmlwin32version.h
9143
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009144Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9145
9146 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009147 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9148 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009149
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009150Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9151
9152 * globals.c: fixed a typo pointed out by Igor
9153 * xpath.c: try to speed up node compare using line numbers
9154 if available.
9155
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009156Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9157
9158 * tree.c: make xmlFreeNode() handle attributes correctly.
9159
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009160Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9161
9162 * catalog.c: completed the #96963 fix, as reported by Karl
9163 Eichwalder
9164
Daniel Veillard56f21f22002-11-06 15:49:46 +00009165Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9166
9167 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9168
Daniel Veillard91ad8792002-11-04 17:06:52 +00009169Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9170
9171 * Makefile.am: switched the order of a couple of includes
9172 to fix bugs #97100
9173
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009174Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9175
9176 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9177 xmlLoadCatalogs that used to separate directories with a ':'.
9178
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009179Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9180
9181 * threads.c: improvements to the Windows-side of thread handling
9182 * testThreads.c: conditionally excluded unistd.h
9183 * testThradsWin32.c: broke overlong lines
9184 * include/win32config.h: adapted thread-related macros to the new
9185 scheme and for pthreads on Windows
9186 * win32/Makefile.msvc: introduced a more flexible thread build,
9187 added testThreads[Win32].c to the build
9188 * win32/configure.js: introduced a more flexible thread config
9189
John Fleck61f6fb62002-10-31 15:23:29 +000091902002-10-31 John Fleck <jfleck@inkstain.net>
9191
9192 * doc/xml.html (and, by implication, FAQ.html)
9193 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9194
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009195Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9196
9197 * configure.in: removed xmlwin32version.h
9198 * include/libxml/Makefile.am: removed xmlwin32version.h
9199
Daniel Veillardce66ce12002-10-28 19:01:59 +00009200Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9201
9202 * tree.c: applied patch from Brian Stafford to fix a bug
9203 in xmlReconciliateNs()
9204
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009205Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9206
9207 * tree.c: applied patch from Christian Glahn to allow
9208 xmlNewChild() on document fragment nodes
9209
Daniel Veillardb39bc392002-10-26 19:29:51 +00009210Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9211
9212 * parser.c: Christian Glahn found a problem with a recent
9213 patch to xmlParseBalancedChunkMemoryRecover()
9214 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9215 problems
9216 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9217 test/schemas/seq*: added the test cases from Charles
9218
Daniel Veillard366a9152002-10-23 20:43:53 +00009219Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9220
9221 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9222 serious cleanup of the spec file and associated changes
9223 in the Makefiles.
9224 * valid.c: try to remove some warnings on x86_64
9225
Daniel Veillardd033d022002-10-23 14:55:02 +00009226Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9227
9228 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9229 fix bug #96586
9230
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009231Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9232
9233 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9234 parsing, applied his patch
9235 * result/HTML/attrents.html result/HTML/attrents.html.err
9236 result/HTML/attrents.html.sax test/HTML/attrents.html:
9237 added the test and result case provided by Mikhail Sogrine
9238
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009239Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9240
9241 * vms/build_libxml.com vms/config.vms vms/readme.vms
9242 include/libxml/parser.h include/libxml/parserInternals.h
9243 include/libxml/tree.h include/libxml/xmlIO.h
9244 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9245 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9246 Applied the VMS update patch from Craig A. Berry
9247 * doc/*.html: update
9248
Daniel Veillardf000f072002-10-22 14:28:17 +00009249Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9250
9251 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9252
Daniel Veillard1e208222002-10-22 14:25:25 +00009253Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * debugXML.c: adding a grep command to --shell in xmllint
9256 for T.V. Raman
9257
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009258Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9259
9260 * xmlcatalog.c: tried to fix some of the problem with --sgml
9261
Daniel Veillard935494a2002-10-22 14:22:46 +00009262Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9263
9264 * parser.c: tried to fix bug #91500 where doc->children may
9265 be overriden by a call to xmlParseBalancedChunkMemory()
9266
9267Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9268
9269 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9270 identifiers in SGML catalogs containing '&'
9271
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009272Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9273
9274 * python/types.c: fixed bugs when passing result value tree
9275 to Python functions.
9276
Daniel Veillard48267432002-10-18 11:21:38 +00009277Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9278
9279 * configure.in: preparing the release of 2.4.26
9280 * doc/*: updated and rebuilt the documentation
9281
Daniel Veillardbb284f42002-10-16 18:02:47 +00009282Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9283
9284 * parser.c: fixed a XML Namespace compliance bug reported by
9285 Alexander Grimalovsky
9286
Daniel Veillard44892f72002-10-16 15:23:26 +00009287Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9288
9289 * HTMLtree.c: fixed serialization of script and style when
9290 they are not lowercase (i.e. added using the API to the tree).
9291
Daniel Veillard2fd85422002-10-16 14:32:41 +00009292Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9293
9294 * valid.c: make xmlValidateDocument emit a warning msg if there
9295 is no DTD, pointed by Christian Glahn
9296
Daniel Veillard32370232002-10-16 14:08:14 +00009297Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9298
9299 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9300 content model when some of the blocks have min or max, and a couple
9301 of bugs found in the process.
9302 * result/schemas/list0* test/schemas/list0*: added some specific
9303 regression tests
9304
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009305Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * README: updated the contact informations
9308
Daniel Veillard63186732002-10-15 08:43:17 +00009309Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9310
9311 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9312 misses it, reported by Peter Bray.
9313
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009314Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9315
9316 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9317 and removed a few warnings
9318
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009319Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9320
9321 * parser.c: Christian Glahn found a small bug in the push parser.
9322 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9323 public
9324
Daniel Veillard6045c902002-10-09 21:13:59 +00009325Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9326
9327 * xmlschemas.c include/libxml/xmlschemas.h: added
9328 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9329 * testSchemas.c: added --memory to test the new interface
9330
Daniel Veillardf0070122002-10-09 14:24:17 +00009331Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9332
9333 * doc/index.py doc/search.php: integrated the XSLT indexing,
9334 a few fixed in the indexer, added a scope selection at the
9335 search level.
9336
Daniel Veillard01992e02002-10-09 10:20:30 +00009337Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9338
9339 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9340 this was due to uninitialized parts of the validation context
9341
Daniel Veillard321be0c2002-10-08 21:26:42 +00009342Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9343
9344 * debugXML.c: applied patch from Mark Vakoc except the API
9345 change, preserved it.
9346 * doc/*: updated the docs to point to the search engine for
9347 information lookup or before bug/help reports.
9348
Daniel Veillard01e87d22002-10-08 16:55:06 +00009349Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9350
9351 * doc/index.py doc/search.php: added mailing-list archives
9352 indexing and lookup
9353
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009354Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9355
9356 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9357
Daniel Veillard9b006132002-10-07 11:13:27 +00009358Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9359
9360 * doc/index.py: improved HTML indexing
9361 * doc/search.php: make the queries also lookup the HTML based indexes
9362
Daniel Veillard141d04b2002-10-06 21:51:18 +00009363Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9364
9365 * doc/index.py: added HTML page indexing
9366
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009367Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9368
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009369 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009370 problem in libxslt.
9371 * catalog.c: fixed list handling in XML_CATALOG_FILES
9372
Daniel Veillardceb09b92002-10-04 11:46:37 +00009373Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9374
9375 * valid.c: typo/bug found by Christian Glahn
9376
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009377Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9378
9379 * xmlIO.c: applied Windows CE patch from Javier.
9380 * win32/wince: new directory, contains support for the PocketPC
9381 with Windows CE from Javier.
9382 * include/win32config.h: reorganised, removed duplicate
9383 definitions and applied WinCE patch from Javier.
9384 * include/wsockcompat.h: new file, now contains WinSock
9385 compatibility macros.
9386 * win32/Makefile.msvc: introduced double-run compilation.
9387
Daniel Veillarde16b5742002-09-26 17:50:03 +00009388Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9389
9390 * configure.in include/libxml/xmlwin32version.h: preparing release
9391 of 2.4.25
9392 * doc/*: updated and regenerated teh docs and web pages.
9393
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009394Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9395
9396 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9397 error were not covering namespace declarations.
9398 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9399 it was missing the attribute declaration for the namespace
9400 * result/VC/NS3: the fix now report breakages in that test
9401
Daniel Veillardabe01742002-09-26 12:40:03 +00009402Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9403
9404 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9405
Daniel Veillard2ace1952002-09-26 12:28:02 +00009406Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9407
9408 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9409 and regenerated the docs and web site
9410
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009411Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9412
9413 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9414 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9415 not before
9416
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009417Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * python/generator.py python/libxml2class.txt: fixed a stupid error
9420 breaking the python API
9421
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009422Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9423
9424 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9425 triostr.c triostr.h: applied a trio update patch from
9426 Bjorn Reese which should work with MinGW
9427
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009428Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9429
9430 * tree.c: improving some documentation comments
9431 * xmlregexp.c: found and fixed a mem leak with python regression tests
9432 * doc/*: rebuilt the doc and the API XML file including the
9433 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9434 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9435 python/types.c: added access to the XML Schemas regexps from
9436 python
9437 * python/tests/Makefile.am python/tests/regexp.py: added a
9438 simple regexp bindings test
9439
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009440Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9441
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009442 * doc/xml.html:
9443 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009444
Daniel Veillard118aed72002-09-24 14:13:13 +00009445Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9446
9447 * xmlregexp.c: fixed the data callback on transition functionality
9448 which was broken when using the compact form
9449 * result/schemas/*: updated the results, less verbose, all tests
9450 pass like before
9451 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9452 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9453 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9454 annoying warnings
9455 * xpath.c: try to provide better error report when possible
9456
Daniel Veillard72336152002-09-21 13:08:14 +00009457Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9458
9459 * Makefile.am: fixed a breakage raised by Jacob
9460
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009461Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9462
9463 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9464 which don't use sockets
9465
Igor Zlatkovic01280582002-09-20 16:40:34 +00009466Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9467
9468 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9469 * win32/configure.js: applied zlib patch from Daniel Gehriger
9470
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009471Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9472
9473 * win32/configure.js: applied the patch from Mark Vakoc for
9474 regexp support
9475 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9476 for regexp support
9477
Daniel Veillardb5c05732002-09-20 13:36:25 +00009478Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9479
9480 * xmlschemastypes.c: as pointed by Igor Float and Double
9481 parsing ain't finished yet
9482
Daniel Veillard40b11342002-09-20 12:01:39 +00009483Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9484
9485 * Makefile.am configure.in: trying to fix #88412 by bypassing
9486 all the python subdir if python ain't detected
9487
Daniel Veillard23e73572002-09-19 19:56:43 +00009488Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9489
9490 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9491 made configuring with regexps/automata/unicode the default
9492 but without schemas ATM
9493 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9494 fixed the regexp based DTD validation performance and memory
9495 problem by switching to a compact form for determinist regexps
9496 and detecting the determinism property in the process. Seems
9497 as fast as the old DTD validation specific engine :-) despite
9498 the regexp built and compaction process.
9499
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009500Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9501
9502 * valid.c: determinism is debugged, new DTD checking code now works
9503 but xmlFAComputesDeterminism takes far too much CPU and the whole
9504 set usues too much memory to be really usable as-is
9505
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009506Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9507
9508 * tree.c: fixed another stupid bug in xmlGetNodePath()
9509 * xmllint.c: --version now report the options compiled in
9510
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009511Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9512
9513 * HTMLparser.c: small cleanup
9514 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9515 when configured with them. A bit of debugging around the determinism
9516 checks is still needed
9517
Daniel Veillard63b01c22002-09-17 19:25:28 +00009518Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9519
9520 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9521
Daniel Veillard92727042002-09-17 17:59:20 +00009522Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9523
9524 * xmlIO.c: small portability glitch fixed.
9525
Daniel Veillard84d70a42002-09-16 10:51:38 +00009526Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9527
9528 * xmlschemastypes.c: incomplete steps for real/double support
9529 * testAutomata.c include/libxml/xmlautomata.h
9530 include/libxml/xmlregexp.h: avoiding a compilation problem
9531 * valid.c include/libxml/valid.h: starting the work toward using
9532 the regexps for actual DTD validation
9533
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009534Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9535
9536 * hash.c: cosmetic cleanup
9537 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9538 integrating a DTD validation layer based on the regexps
9539
Daniel Veillard4402ab42002-09-12 16:02:56 +00009540Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9541
9542 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9543 the determinism was tested before eliminating the epsilon
9544 transitions :-(
9545
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009546Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9547
9548 * python/generator.py python/libxml.c python/libxml.py
9549 python/libxml2-python-api.xml python/libxml2class.txt
9550 python/libxml_wrap.h python/types.c: updated the python
9551 bindings, added code for easier File I/O, and the ability to
9552 define a resolver from Python fixing bug #91635
9553 * python/tests/Makefile.am python/tests/inbuf.py
9554 python/tests/outbuf.py python/tests/pushSAXhtml.py
9555 python/tests/resolver.py python/tests/serialize.py: updated
9556 and augmented the set of Python tests.
9557
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009558Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9559
9560 * win32/configure.js: added more readme info for the binary
9561 package.
9562
Daniel Veillard607b35c2002-09-10 12:16:19 +00009563Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9564
9565 * xmlIO.c: fixed a stupid out of bound array error
9566
9567Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9568
9569 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9570 messing around with support for Windows path, cleanups,
9571 trying to identify and fix the various code path to the
9572 filename access. Added xmlNormalizeWindowsPath()
9573
Daniel Veillard76575762002-09-05 14:21:15 +00009574Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9575
9576 * error.c valid.c: working on better error reporting of validity
9577 errors, especially providing an accurate context.
9578 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9579 error reports in those cases.
9580
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009581Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9582
9583 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9584 parser.c parserInternals.c xmlIO.c: get rid of all the
9585 perror() calls made in the library execution paths. This
9586 should fix both #92059 and #92385
9587
Daniel Veillard19aa7022002-09-05 11:14:19 +00009588Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9589
9590 * xmllint.c: memory leak reporting was broken after a change
9591 of the preprocessor symbol used to activate it.
9592
Daniel Veillardec6725e2002-09-05 11:12:45 +00009593Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * tree.c: try to make the copy function work for node of
9596 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9597 DOM layers though, not libxml2 itself.
9598
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009599Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9600
9601 * valid.c: try to provide file and line informations, not all
9602 messages are covered, but it's a (good) start
9603
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009604Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9605
9606 * xinclude.c: reimplemented a large part of the XInclude
9607 processor, trying to minimize resources used, James Henstridge
9608 provided a huge test case which was exhibiting severe memory
9609 consumption problems.
9610
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009611Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * python/Makefile.am: applied patch from Christophe Merlet to
9614 reestablish DESTDIR
9615
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009616Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9617
9618 * libxml.spec.in: fixes libary path for x86_64 AMD
9619
John Fleckbe98b332002-09-04 03:16:23 +00009620Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9621
9622 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009623 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009624 (plus resulting generated html files)
9625 fixing one spot I missed in the tutorial where I hadn't freed
9626 memory properly
9627
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009628Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9629
9630 * doc/tutorial/includeaddattribute.c
9631 * doc/tutorial/includeaddkeyword.c
9632 * doc/tutorial/includegetattribute.c
9633 * doc/tutorial/includekeyword.c
9634 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009635 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009636 update tutorial to properly free memory (thanks to Christopher
9637 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009638 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009639 added image files so the callouts are graphical, making it
9640 easier to read ( use "--param callout.graphics 1" to generate
9641 html with graphical callouts)
9642
Daniel Veillarde1662542002-08-28 11:50:59 +00009643Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9644
9645 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9646 nice logos generated by Marc Liyanage
9647 * doc/site.xsl *.html: changed the stylesheet to show the new
9648 logo and regenerated the pages
9649
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009650Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9651
9652 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9653
Daniel Veillard42766c02002-08-22 20:52:17 +00009654Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9655
9656 * xpath.c: possible mem leak patch from Jason Adams
9657
9658Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9659
9660 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9661 in the XQuery namespace
9662 * configure.in: preparing 2.4.24
9663 * doc/*.html: updated the web pages
9664
9665Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9666
9667 * python/generator.py: closing bug #85258 by generating conditional
9668 compile check to avoid linking to routines not configured in.
9669
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096702002-08-22 Havoc Pennington <hp@pobox.com>
9671
9672 * autogen.sh: update error message for missing automake
9673
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009674Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9675
9676 * python/Makefile.am: typo in target name resulted in libxml2.py
9677 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9678
Daniel Veillard22669b22002-08-22 07:17:11 +00009679Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9680
9681 * win32/win32/Makefile.mingw: updated with version from
9682 Elizabeth Barham at http://soggytrousers.net/repository/
9683
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009684Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9685
9686 * win32/Makefile.msvc: added the prefix location to the include
9687 and lib search path.
9688
Havoc Pennington830e8972002-08-18 22:22:13 +000096892002-08-18 Havoc Pennington <hp@pobox.com>
9690
9691 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9692 both automake 1.6 and 1.4 installed get the right automake. Means
9693 compilation from CVS will now require the latest automake 1.4
9694 release, or manually creating symlinks called "automake-1.4" and
9695 "aclocal-1.4"
9696
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009697Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9698
9699 * configure.in python/Makefile.am: more AMD 64 induced changes from
9700 Frederic Crozat
9701
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009702Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9703
9704 * xinclude.c: oops I was missing the xml:base fixup too
9705 * result/XInclude/*.xml: this adds xml:base attributes to most
9706 results of the tests
9707
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009708Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9709
9710 * xinclude.c: quick but apparently working implementation of
9711 xi:fallback, should close bug #89684
9712 * Makefile.am test/XInclude/docs/fallback.xml
9713 result/XInclude/fallback.xml: added a basic test for fallback,
9714 and run with --nowarning to avoid a spurious warning
9715 * configure.in: applied patch from Frederic Crozat for python
9716 bindings on AMD 64bits machines.
9717
Daniel Veillard9e923512002-08-14 08:48:52 +00009718Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9719
9720 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9721 the caller don't pass a SAX callback block.
9722
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009723Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9724
9725 * tree.c: applied the same fix for the XML-1.0 namespace to
9726 xmlSearchNsByHref() as was done for xmlSearchNs()
9727
Daniel Veillardad11b302002-08-12 14:53:41 +00009728Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9729
9730 * libxml.3: small cleanup of the man page
9731 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9732 when serializing HREF attributes generated by XSLT.
9733
Daniel Veillardc084e472002-08-12 13:27:28 +00009734Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9735
9736 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9737 version of Marc Liyanage' patch for boolean attributes in HTML
9738 output
9739
Daniel Veillard5f91b372002-08-12 12:13:01 +00009740Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9741
9742 * python/tests/serialize.py: fixed the test results, indenting
9743 behaviour changed slightly
9744
Aleksey Sanin9e951762002-08-08 18:02:41 +00009745Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9746
9747 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9748 new c14n function to Windows def files
9749
Aleksey Saninea4272a2002-08-02 23:50:03 +00009750Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9751
9752 * c14n.c: fixed a memory leak in c14n code
9753
Daniel Veillard58e44c92002-08-02 22:19:49 +00009754Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9755
9756 * parser.c include/libxml/parser.h: adding a new API for Christian
9757 Glahn: xmlParseBalancedChunkMemoryRecover
9758 * valid.c: patch from Rick Jones for some grammar cleanup in
9759 validation messages
9760 * result/VC/* result/valid/*: this slightly change some of the
9761 regression tests outputs
9762
Daniel Veillard0bf29002002-08-01 12:54:11 +00009763Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9764
9765 * tree.c: trying to fix a problem in namespaced attribute handling
9766 raised by Christian Glahn
9767
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009768Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9769
9770 * encoding.c include/libxml/encoding.h: Opening the interface
9771 xmlNewCharEncodingHandler as requested in #89415
9772 * python/generator.py python/setup.py.in: applied cleanup
9773 patches from Marc-Andre Lemburg
9774 * tree.c: fixing bug #89332 on a specific case of loosing
9775 the XML-1.0 namespace on xml:xxx attributes
9776
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009777Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9778
9779 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9780 corner case from new Merlin's test suite and added a callback
9781 that will be used to improve xmlsec performance
9782
9783
Daniel Veillard0b22def2002-07-29 16:23:03 +00009784Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9785
9786 * HTMLtree.c: trying to fix the <style> escaping problem in
9787 HTML serialization bug #89342
9788
Daniel Veillard0b28e882002-07-24 23:47:05 +00009789Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9792 and rebuilt the web site.
9793
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009794Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009795
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009796 * include/libxml/tree.h: added _private member to xmlNs struct
9797
Daniel Veillard1d995272002-07-22 16:43:32 +00009798Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9799
9800 * HTMLparser.c: fixing bug #84876 based on the xml working
9801 code.
9802
William M. Brack61eaba52002-07-21 11:14:18 +00009803Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9804
9805 * python/Makefile.am: enhanced to fix bug 72012 (errors
9806 when using '-jX' make parameter)
9807
William M. Brackef61d202002-07-19 08:32:00 +00009808Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9809
9810 * xpath.c: small additional enhancement for booleans
9811 compared to nodesets
9812
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009813Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9814
9815 * HTMLtree.c: changed the order of the encoding declaration
9816 attributes in the meta tags due to a bug in IE/Mac
9817
William M. Brack0c022ad2002-07-12 00:56:01 +00009818Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9819
9820 * xpath.c: enhanced handling of booleans (especially '='
9821 and '!=' for nodesets) - fixes bug 85256. Added new
9822 routine xmlXPathNotEqualValues for more proper handling
9823 of '!=' when nodesets are involved.
9824
Daniel Veillard06944e22002-07-11 19:55:18 +00009825Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9826
9827 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9828 doc/xmlcatalog_man.xml to the source distribution
9829
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009830Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9831
9832 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9833 asked for this.
9834
Daniel Veillard539638b2002-07-06 19:55:14 +00009835Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9836
9837 * configure.in: preparing 2.4.23
9838 * doc/*: rebuilt the docs
9839
Daniel Veillard176d99f2002-07-06 19:22:28 +00009840Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9841
9842 * parser.c: fixing bug #84169 by fixing the
9843 comment of xmlCreatePushParserCtxt to describe the
9844 encoding detection parameters better.
9845
Daniel Veillard37f961d2002-07-06 17:53:56 +00009846Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9847
9848 * valid.c: fixing bug #79331 in one path the lookup for
9849 ID attributes on a namespaced node wasn't handled correctly :-\
9850
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009851Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9852
9853 * HTMLparser.c: trying to fix 87235 about discarded white
9854 spaces in the HTML parser.
9855 * result/HTML/*: this changes the output of a number of HTML
9856 regression tests
9857
Daniel Veillardfdc91562002-07-01 21:52:03 +00009858Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9859
9860 * xpath.c: applied patch from Richard Jinks for the namespace
9861 axis + fixed a memory error.
9862 * parser.c parserInternals.c: applied patches from Peter Jacobi
9863 removing ctxt->token for good.
9864 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9865 popped out by the regression tests.
9866 * Makefile.am: patch for threads makefile from Gary Pennington
9867
William M. Brack6000af52002-06-28 11:43:13 +00009868Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9869
Daniel Veillardfdc91562002-07-01 21:52:03 +00009870 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009871 expressions involving preceding-sibling (et al).
9872
Daniel Veillard153120c2002-06-18 07:58:35 +00009873Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9874
9875 * hash.c: applied a patch from Peter Jacobi to solve a problem
9876 when compiling with the Watcom C on Win32
9877 * result/schemas/*.err: the change of hashing algo generated
9878 permutations in the output
9879
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009880Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9881
9882 * hash.c: applied patch from Sander Vesik improving the quality of
9883 the hash function.
9884
Aleksey Sanina5808b92002-06-14 17:07:41 +000098852002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009886
9887 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9888 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9889 xmllint.c xpath.c: replaced sprintf() with snprintf()
9890 to prevent possible buffer overflow (the bug was pointed
9891 out by Anju Premachandran)
9892
Daniel Veillarde059b892002-06-13 15:32:10 +00009893Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9894
9895 * parser.c: removed an uninitialized data error popped by valgrind
9896 on PE references
9897
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009898Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9899
9900 * doc/xml.html
9901 adding tutorial reference to the web page
9902
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009903Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9904
9905 * doc/tutorial/xmltutorial.xml
9906 * doc/tutorial/ar01s07.html
9907 * doc/tutorial/ape.html
9908 * doc/tutorial/includegetattribute.c
9909 adding section to tutorial about retrieving an attribute
9910 value
9911
Daniel Veillardf5582f12002-06-11 10:08:16 +00009912Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * parser.c: applied a couple of patches from Peter Jacobi to start
9915 to get rid of ctxt->token, with a possible significant speed
9916 improvement to be gained once done. Better compliance with PE
9917 references constructs in DTDs too.
9918 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9919 from Peter too
9920
Daniel Veillard38d80e22002-06-11 07:24:56 +00009921Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9922
9923 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9924 xmlParseElement was likely to have been deallocated at the
9925 time of the report, possibly leading to segfault. Just report
9926 the tag name now.
9927
Daniel Veillard9e412302002-06-10 15:59:44 +00009928Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9929
9930 * xpath.c: patch from Richard Jinks for XPath substring() function
9931 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9932
Aleksey Sanina5808b92002-06-14 17:07:41 +000099332002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009934
9935 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9936
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009937Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9938
9939 *doc/FAQ.html
9940 fixing typos in FAQ, thanks to Robert Funnell for the
9941 editing help
9942
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009943Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9944
9945 * NEWS: got complaints from rpmlint that it was empty
9946
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009947Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9948
9949 * added doc/tutorial, including:
9950 apa.html
9951 apb.html
9952 apc.html
9953 apd.html
9954 ar01s02.html
9955 ar01s03.html
9956 ar01s04.html
9957 ar01s05.html
9958 ar01s06.html
9959 includeaddattribute.c
9960 includeaddkeyword.c
9961 includekeyword.c
9962 includestory.xml
9963 index.html
9964 xmltutorial.xml
9965 libxml tutorial, including generated html
9966
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009967Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9968
9969 * result/c14n/exc-without-comments/merlin-c14n-two-*
9970 result/c14n/without-comments/merlin-c14n-two-*
9971 test/c14n/exc-without-comments/merlin-c14n-two-*
9972 test/c14n/without-comments/merlin-c14n-two-*
9973 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9974 c14n/exc-c14n and slightly modified test script to handle
9975 these test cases
9976 * c14n.c: fixed bugs for complicated nodes set (namespace
9977 without node and others from merlin-c14n-two.tar.gz)
9978 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9979 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9980 for xmlsec performance patch
9981 * xpath.c: fixed self::node() for namespaces and attributes
9982
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009983Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9984
9985 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9986 but with the format parameter
9987 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9988
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009989Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9990
9991 * Makefile.am: updated c14n tests suite
9992 * c14n.c: performance improvement for previous c14n patch
9993
Daniel Veillarde72c7562002-05-31 09:47:30 +00009994Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9995
9996 * parser.c: another peroformance patch from Peter Jacobi, that
9997 time on parsing attribute values.
9998
Aleksey Sanin508a1012002-05-31 06:32:32 +00009999Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10000
10001 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10002 into LibXML2 test suite
10003
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010004Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10005
10006 * c14n.c: propagating xpath ancesstors node fix to c14n
10007 plus small performance improvement to reduce number of
10008 mallocs
10009 * xpath.c: fixed ancestors axis processing for namespace nodes
10010
Daniel Veillard46de64e2002-05-29 08:21:33 +000010011Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10012
10013 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10014 Peter Jacobi
10015
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010016Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10017
10018 * configure.in: preparing 2.4.22
10019
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010020Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10021
10022 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10023 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10024 a public entry point.
10025 * doc/*: rebuilt the API and docs
10026
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010027Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * xpath.c: patch from Richard Jinks to fix a problem introduced
10030 in the previous patch and pointed by Norm
10031
Daniel Veillardc6924812002-05-24 11:10:43 +000010032Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10033
10034 * libxml.spec.in: fixing bug #81112
10035
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010036Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10037
10038 * uri.c: fixing bug #82848
10039
Daniel Veillarda2878972002-05-24 07:54:39 +000010040Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10041
10042 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10043 output of one catalog test
10044
Aleksey Sanin114e4752002-05-24 07:20:27 +000010045Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010046
Aleksey Sanin114e4752002-05-24 07:20:27 +000010047 * global.data globals.c tree.c include/libxml/globals.h
10048 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10049 default value for global parameter xmlIndentTreeOutput to 1 and
10050 introduced new global parameter xmlTreeIndentString (the string
10051 used to do one-level indent) with default value " " (as it was
10052 in tree.c)
10053
Daniel Veillard49d5af82002-05-23 11:55:49 +000010054Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10055
10056 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10057 with trio and schemas.
10058
Daniel Veillard7c13af42002-05-22 09:57:32 +000010059Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10060
10061 * xpath.c: patch from Richard Jinks to fix the problem raised in
10062 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10063
Daniel Veillard5a872412002-05-22 06:40:27 +000010064Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * xmlschemas.c: a bit of work on import.
10067 * xmlschemastypes.c: Charles Bozeman provided a compare function
10068 for date/time types so min/max facet restrictions should work,
10069 indeterminate comparisons return an error instead of equal.
10070 * test/schemas/date_0* result/schemas/date_0_0: specific test
10071 from Charles Bozeman too
10072
Daniel Veillard10b6da42002-05-18 07:55:20 +000010073Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10074
10075 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10076 from Christian Cornelssen fixing the man pages and the Catalog
10077 building script.
10078 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10079 next step is <xs:import> I now have a reasonable understanding
10080 of how it works.
10081
Daniel Veillarde5354492002-05-16 08:43:22 +000010082Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10085
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010086Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10087
10088 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10089
Daniel Veillard088bf112002-05-14 11:03:59 +000010090Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10091
10092 * xpath.c: fixing an XPath function evalutation bug pointed out
10093 by Alexey Efimov where the context was lost when evaluating
10094 the function arguments
10095
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010096Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010097
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010098 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10099 function public for XMLSec performance optimizations
10100
Daniel Veillard3cd72402002-05-13 10:33:30 +000010101Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10102
10103 * python/generator.py python/libxml2class.txt : fixed a problem
10104 with the HTML parser pointed by Gary Benson
10105 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10106 example
10107
Aleksey Sanine48a3182002-05-09 18:20:01 +000010108Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10109 * parser.c: fixed bug #81159 (memory growth in SAX)
10110
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010111Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10112 * xpath.c: fixed bug #78858 (the real fix)
10113
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010114Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010115 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010116
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010117Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10118
10119 * tree.c: modified xmlNodeSetBase to allow changing the
10120 base of a document.
10121
Daniel Veillard070803b2002-05-03 07:29:38 +000010122Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10123
10124 * xmlschemastypes.c: patch Charles Bozeman for validation of
10125 all the date, time, and duration types
10126 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10127 * configure.in: fixed an error pointed by an user
10128 * xml2-config.in: fixed an error pointed by an user
10129
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010130Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10131
10132 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10133 win32/libxml2.def.src xmlIO.c: exported default
10134 'file:', 'http:' and 'ftp:' protocols input handlers
10135 and maked protocols comparisson case insensitive
10136
Daniel Veillard34de97f2002-04-30 14:29:22 +000010137Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10138
10139 * configure.in: Neven Has detected a typo
10140
Daniel Veillard28577c32002-04-30 06:48:41 +000010141Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10144 as one of the persons allowed to commit directly to the
10145 module.
10146
Daniel Veillardfc57b412002-04-29 15:50:14 +000010147Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10148
10149 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10150 * valid.c: raised a too low limit
10151 * doc/*: rebuilt the docs
10152
Daniel Veillardeca82812002-04-24 11:42:02 +000010153Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10154
10155 * test/XPath/expr/floats test/XPath/expr/functions
10156 result/XPath/expr/floats result/XPath/expr/functions
10157 xpath.c: another XPath conformance patch from Richard Jinks
10158
Daniel Veillard13e04c62002-04-23 17:51:29 +000010159Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10160
10161 * xmlschemas.c: fixed validation of attribute groups.
10162 * test/schemas result/schemas: added an example from the primer
10163
Daniel Veillard88c58912002-04-23 07:12:20 +000010164Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10165
10166 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10167 * test/schemas result/schemas: updated the test list
10168
Daniel Veillarde19fc232002-04-22 16:01:24 +000010169Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * TODO: updated a bit
10172 * parser.c: made a comment more specific
10173 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10174 Schemas conformance.
10175 * test/schemas result/schemas: updated the test list
10176
Daniel Veillard441bc322002-04-20 17:38:48 +000010177Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10180 implementing xs:all with minOccurs = 0
10181 * tes/schemas/* result/schemas/*: added more tests covering
10182 xs:all
10183
Daniel Veillard8a001f62002-04-20 07:24:11 +000010184Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10185
10186 * xmlregexp.c: first implementation of the all particle, this
10187 may need to be revisited for case where not all transitions
10188 must be crossed.
10189
Daniel Veillard7646b182002-04-20 06:41:40 +000010190Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * tree.c: another entity processing update from Markus Henke
10193
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010194Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10195
10196 * trionan.c: fixed crash on OSF/1
10197
Daniel Veillardb4398962002-04-19 07:01:55 +000010198Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10199
10200 * xmlschemas.c: more Schemas work
10201 * test/schemas/* result/schemas/*: added more tests coming
10202 from the spec.
10203
Daniel Veillard54761132002-04-18 21:00:44 +000010204Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10205
10206 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10207 ExcC14N specification
10208
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010209Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10210
10211 * tree.c: patch from Markus Henke, fix for recursive entities.
10212
Daniel Veillard23b1f372002-04-18 15:50:05 +000010213Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10214
10215 * xpath.c: fix a problem with string() on a document node.
10216
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010217Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10218
10219 * Makefile.am xmlschemas.c: more Schemas work
10220 * test/schemas/* result/schemas/*: added more tests coming
10221 from the spec.
10222
Daniel Veillard6231e842002-04-18 11:54:04 +000010223Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10224
10225 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10226 * result/HTML/*: this changes a few things in the results
10227
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010228Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10229
10230 * include/libxml/tree.h: eliminated 'declaration different than
10231 prototype' warning
10232 * include/win32config.h: "resolved" conflicts with errno.h
10233
Daniel Veillardb509f152002-04-17 16:28:10 +000010234Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10235
10236 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10237 on the automata interfaces and debug of counted choices
10238 * test/schemas/* result/schemas/*: added a number of tests
10239
Daniel Veillard8651f532002-04-17 09:06:27 +000010240Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10241
10242 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10243 a bit of work on Schemas
10244 * testSchemas.c: try to make it more useful
10245 * test/schemas/* result/schemas/* Makefile.am: changed the
10246 Schemas regression test procedure, started adding a few samples
10247
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010248Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10249
10250 * include/libxml/encoding.h: Patch for the Borland C++ builder
10251 * include/libxml/tree.h: Patch for the Borland C++ builder
10252 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010253 * win32/bcb5: New directory for the Borland C++ builder
10254 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010255
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010256Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10257
10258 * win32/Makefile.msvc: Update for XML Schema support
10259 * win32/configure.js: Update for XML Schema support
10260 * win32/libxml2.def.src: Update for XML Schema support
10261
Daniel Veillard4255d502002-04-16 15:50:10 +000010262Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10265 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10266 xmlunicode.c include/libxml/Makefile.am
10267 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10268 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10269 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10270 include/libxml/xmlversion.h.in : merged the current state of
10271 XML Schemas implementation, it is not configured in by default,
10272 a specific --schemas configure option has been added.
10273 * test/automata test/regexp test/schemas Makefile.am
10274 result/automata result/regexp result/schemas:
10275 merged automata/regexp/schemas regression tests
10276
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010277Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * xpath.c: Gary found a compile time problem, fixes #78823
10280
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010281Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * configure.in: release of 2.4.20
10284 * doc/*: updated and rebuilt the docs
10285
Daniel Veillardf544f192002-04-15 12:56:56 +000010286Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10287
10288 * python/Makefile.am: patch from Cristian Gafton to build on
10289 Red Hat 6.2, should also fix #75779
10290
Daniel Veillard940492d2002-04-15 10:15:25 +000010291Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10292
10293 * valid.c: first part of fixing #78729
10294
Daniel Veillardeb475a32002-04-14 22:00:22 +000010295Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10296
10297 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10298 escaping of URI when saving HTML files.
10299 * result/HTML/*: this impacted some tests
10300
Daniel Veillard9b731d72002-04-14 12:56:08 +000010301Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * configure.in: trying to fix #77441
10304
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010305Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * include/libxml/xmlIO.h: Hallski complained it could not be
10308 included by itself.
10309
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010310Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10313
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010314Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10315
10316 * win32/configure.js: patch from Nilo for the c14n option
10317 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10318
Daniel Veillardda423da2002-04-10 19:25:38 +000010319Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10320
10321 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10322 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10323 LIBXML_THREAD_ENABLED
10324
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010325Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10326
10327 * xpath.c: another patch from Richard Jinks for substring conformance
10328 * test/XPath/expr/floats test/XPath/expr/strings
10329 result/XPath/expr/floats result/XPath/expr/strings: update of the
10330 test suite to check those.
10331
Daniel Veillard01917aa2002-04-10 11:30:41 +000010332Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10333
10334 * xpath.c: patch from Richard Jinks for .x float parsing.
10335
Daniel Veillard46d6c442002-04-09 16:10:39 +000010336Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10337
10338 * parser.c: patch from Markus Henke when an encoding ain't recognized
10339
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010340Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10341
10342 * libxml.m4: got a report that #include <string.h> was needed
10343
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010344Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10347
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010348Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10349
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010350 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010351
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010352Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10355 pointed out by Melvyn Sopacua.
10356
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010357Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10358
10359 * libxml.m4: Frédéric Crozat gave a patch related to the change
10360 of Include paths breaking the libxml.m4
10361
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010362Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10363
10364 * xpath.c: Fix bug #76927 forgot to save some context
10365 when evaluating binary expressions
10366
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010367Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10368
10369 * configure.in: fixed configure for MPE/iX from Markus Henke
10370 * xmlmemory.c: fixed initialization problems
10371 * xpath.c: another set of patches from Richard Jinks this
10372 fixes "make XPathtests" on linux
10373
Daniel Veillard21458c82002-03-27 16:12:22 +000010374Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10375
10376 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10377 * test/XPath/expr/compare test/XPath/expr/equality
10378 test/XPath/expr/floats test/XPath/expr/functions
10379 test/XPath/expr/strings result/XPath/expr/compare
10380 result/XPath/expr/equality result/XPath/expr/floats
10381 result/XPath/expr/functions result/XPath/expr/strings: Updated
10382 tests though they show a divergence on Linux
10383
Daniel Veillard28dfed12002-03-27 09:08:17 +000010384Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10385
10386 * xpath.c trionan.c: previous commit also included patches
10387 from Richard Jinks on some IEEE support corner case
10388
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010389Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10390
10391 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10392 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10393 that $(datadir) should be used for docs
10394
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010395Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10396
10397 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10398 could leak filedescriptors
10399
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010400Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10401
10402 * configure.in nanohttp.c: applied patch from Allan Clark for
10403 UnixWare/OpenServer
10404
Daniel Veillard19274092002-03-25 16:48:03 +000010405Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10406
10407 * configure.in: preparing 2.4.19
10408 * doc/*: rebuilt the docs
10409
Daniel Veillard56b2db72002-03-25 16:35:28 +000010410Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * nanohttp.c: fixing #76043, got fed up with non-portability
10413 of that piece of code.
10414
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010415Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10416
10417 * valid.c SAX.c: Never commit without running "make tests" :-(
10418 fix a couple of stupidities in the previous commit
10419 * result/*: a few changes in some attribute order result of previous
10420 commit.
10421
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010422Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10423
10424 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10425 the internal subset should not raise duplicate ID errors,
10426 also there was a small bug in conjunction to namespace
10427 declarations defaulted and xml:xxx attributes DTD definitions.
10428
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010429Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10430
10431 * xpath.c: Richard Jinks also raised some rounding problems
10432 this tries to fix them
10433
Daniel Veillard4e2df542002-03-22 12:23:14 +000010434Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10435
10436 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10437 behaviour in xmlXPathCastToString()
10438
Daniel Veillarddb552912002-03-21 13:27:59 +000010439Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10440
10441 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10442 raised by Morus Walter
10443
Daniel Veillard9e537932002-03-21 13:08:08 +000010444Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10445
10446 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10447 from Igor
10448
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010449Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10450
10451 * xpath.c: fixing #75619, related to a problem when trying
10452 to evaluate condition when the current node set resulting
10453 from that sub-step evaluation is empty. Also fixes 2 potential
10454 problem with previous-sibling and next-siblings axis.
10455
Daniel Veillard1840ef02002-03-21 08:05:23 +000010456Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10457
10458 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10459 HTML support is not configured in.
10460
Daniel Veillard561b7f82002-03-20 21:55:57 +000010461Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10462
10463 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10464 include/libxml/tree.h: dohh I really didn't intended to commit
10465 this test version :-(
10466
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010467Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10468
10469 * testSAX.c: I wanted to see the real speed at the SAX interface
10470 after a little too many Ximianer started complaining about the
10471 parser speed.
10472 added a --quiet option:
10473 paphio:~/XML -> ls -l db100000.xml
10474 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10475 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10476 3200006 callbacks generated
10477 real 0m1.270s
10478 Which means 16MBytes/s and 3Mcallback/s
10479
Daniel Veillardc62a1472002-03-19 18:35:12 +000010480Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10481
10482 * xpath.c: valgrind spotted another error that time when running
10483 on libxslt regression tests
10484
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010485Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10486
10487 * Makefile.am: adding "make valgrind" running the full regression
10488 tests (except python ones) under Valgrind (using valgrind -q
10489 which was kindly added by the author).
10490 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10491 passes cleanly now except an obcure floating point initialization
10492 raised in log10() in one XPath regression test ???
10493 * tree.c: edited some comments to close #75244
10494
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010495Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10496
10497 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10498 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10499 context of ScrollKeeper, made sure that if the number is
10500 an integer, the serialization follows the description at
10501 http://www.w3.org/TR/xpath#section-String-Functions
10502
Daniel Veillard5997aca2002-03-18 18:36:20 +000010503Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10504
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010505 * configure.in: preparing 2.4.18
10506 * doc/*: updated and rebuilt the web site
10507 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10508 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010509 * parser.c: humm, changed the way the SAX parser work when
10510 xmlSubstituteEntitiesDefault(1) is set, it will then
10511 do the entity registration and loading by itself in case the
10512 user provided SAX getEntity() returns NULL.
10513 * testSAX.c: added --noent to test the behaviour.
10514
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010515Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * parser.c: Wilfried Teiken provided a hackish but working
10518 way to get context reported back on entities when parsing
10519 with SAX and without breaking the DOM build.
10520
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010521Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10522
10523 * c14n.c: applied a new patch from Aleksey Sanin
10524 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10525 to reference Aleksey implementation of XML digital Signatures
10526
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010527Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10528
10529 * xpath.c: small fix to avoid potential problem due to
10530 ordering of freeing data
10531 * python/Makefile.am: people were complaining about
10532 the generated file in python dir not being built
10533
Daniel Veillardd2379012002-03-15 22:24:56 +000010534Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10537 python/generator.py python/libxml.c python/types.c: Cleanup
10538 of the python Makefiles based on Jacob and James feedback,
10539 fixed the spec file accordingly, fixed the number of warning
10540 that passing my pedantic CFLAGS was generating. Conclusion
10541 is that Python includes are real crap.
10542
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010543Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10544
10545 * configure,in: it was reported quite a few times that
10546 xml2-config --cflags should not output
10547 -I$includeprefix/libxml2/libxml because libxml2 header names
10548 clashes with existing names like list.h from C++ stl.
10549 Includes should be #include<libxml/xxx.h> so ...
10550
Daniel Veillard6f293b12002-03-15 09:42:33 +000010551Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10552
10553 * c14n.c: another patch from Aleksey Sanin
10554
Daniel Veillard5c396542002-03-15 07:57:50 +000010555Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10558 canonicalization algorithm
10559 * doc/xml.html doc/index.html: added the C14N references on the
10560 index page.
10561
jacob berkman9be65862002-03-14 02:15:56 +0000105622002-03-13 jacob berkman <jacob@ximian.com>
10563
10564 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10565 usage, redundant, and gcc specific
10566
Daniel Veillard75be0132002-03-13 10:03:35 +000010567Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10568
10569 * xpath.c: speedup some node selection operations, this can
10570 have a significant impact on DocBook Norm's stylesheets
10571 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10572 make sure it's always the case
10573 * debugXML.c: distinguish CDATA and comments in ls operations
10574
Daniel Veillard61f26172002-03-12 18:46:39 +000010575Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10578 to generate better API descriptions etc...
10579
Daniel Veillard9ff88172002-03-11 09:15:32 +000010580Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10581
10582 * c14n.c: Fixing #74186, made sure all boolean expressions
10583 get fully parenthesized, ran indent on the output
10584 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10585 include/libxml/tree.h: also #74186 related, removed the
10586 --with-buffers option, and all the preprocessor conditional
10587 sections that were resulting from it.
10588
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010589Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10590
10591 * valid.c: applied patch from Dodji Seketeli fixing an
10592 uninitailized variable in xmlValidGetValidElements()
10593
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010594Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10595
10596 * c14n.c: fixed a few comments
10597 * doc/*.html doc/*/*.html: regenerated the docs and added
10598 the C14N API
10599 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10600
Daniel Veillardfa49d872002-03-09 10:20:00 +000010601Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * check-xml-test-suite.py: fix to adapt varaiations in the
10604 bindings
10605 * configure.in python/setup.py python/setup.py.in: fixed to
10606 have the version of the python scripts automatically updated
10607
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010608Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10609
10610 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10611 in xmlCopyProp()
10612
Daniel Veillardaf43f632002-03-08 15:05:20 +000010613Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10614
10615 * configure.in: preparing 2.4.17 release
10616 * doc/*: updated and rebuilt the docs
10617 * xpath.c: fixed a comment
10618 * python/libxml.c: fixed a possible reentrancy problem
10619
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010620Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10621
10622 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10623 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10624 added a specific regression test
10625 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10626 not raise exceptions when failing to find the attribute.
10627
Daniel Veillard90bc3712002-03-07 15:12:58 +000010628Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10629
10630 * configure.in xmllint.c: owen pointed out a problem with the
10631 ftme fix, gettimeofday() was not detected by configure and
10632 the ftime header wasn't included, dohhh
10633
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010634Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * configure.in xmllint.c: trying to fix #71457 for timing
10637 precision when gettimeofday() is not availble but ftime() is
10638
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010639Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10640
10641 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10642 are now copied on install and part of the -devel RPM
10643
Daniel Veillard7b416132002-03-07 08:36:03 +000010644Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10645
10646 * xpath.c: trying to avoid bug #72150 which was apparently
10647 caused by a gcc bug (or a processor problem) as detailed
10648 at http://veillard.com/gcc.bug
10649
Daniel Veillardf742d342002-03-07 00:05:35 +000010650Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10653 fixed xmlReconciliateNs(), added a Python test/example for
10654 inter-document cut'n paste
10655 * python/libxml.py: fixed node.doc on document nodes and added
10656 xpathEval() onto node objects
10657
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010658Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10661 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10662 fixup and integrated tests for the serialization stuff
10663
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010664Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10665
10666 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10667 moved the libxml man page to section 3
10668
Daniel Veillard1e774382002-03-06 17:35:40 +000010669Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10670
10671 * tree.c: fix bug #72490
10672 * python/libxml.c python/libxml.py: added methods serialize()
10673 and saveTo() to all node elements.
10674
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010675Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10676
10677 * xmlIO.c: closed #73430, don't read from an input source
10678 which indicated an end-of-file or an error.
10679
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010680Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10681
10682 * parser.c: make sure SAX endDocument is always called as
10683 this could result in a Python memory leak otherwise (it's
10684 used to decrement ref-counting)
10685 * python/generator.py python/libxml.c python/libxml.py
10686 python/libxml2-python-api.xml python/libxml2class.txt
10687 python/tests/error.py python/tests/xpath.py: implemented
10688 the suggestions made by Gary Benson and extended the tests
10689 to match it.
10690
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010691Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10692
10693 * python/generator.py: applied patch fixing #73450
10694
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010695Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10696
10697 * xpath.c: fixing #61290 "namespace nodes have no parent"
10698 long standing divergence from the XPath REC. NodeSets
10699 simply hold a copy of namespace nodes and those node ->next
10700 points to the parent (which may not be the node carrying the
10701 definition).
10702 * include/libxml/xpath.h: flagged but didn't added a possible
10703 speedup
10704 * DOCBparser.c HTMLparser.c: removed some warnings from push
10705 parser due to new state being added.
10706 * tree.c: new fix from Boris Erdmann
10707 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10708 the XML Canonalization support from Aleksey Sanin
10709
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010710Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10711
10712 * tree.c: patch from Boris Erdmann fixing some namespace odities
10713 with xmlCopyNode()
10714
Daniel Veillardc6613042002-03-02 09:34:02 +000010715Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10716
10717 * xmlIO.c: fix bug #72706 when loading a NULL entity
10718
Daniel Veillardc0fef772002-03-01 16:16:31 +000010719Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10720
10721 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10722 actually change in a future XML Namespace revision.
10723
Daniel Veillard79426f22002-03-01 16:14:17 +000010724Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10725
10726 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10727 added the possibility of returning nodesets from XPath extension
10728 functions written in Python
10729
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010730Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10731
10732 * python/*: commiting some Python bindings work done while travelling
10733
Daniel Veillard97300512002-03-01 09:13:41 +000010734Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10737 explicitely with memory debugging switched on
10738
Daniel Veillard6361da02002-02-23 10:10:33 +000010739Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10742 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10743 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10744 the accessor generator for strings
10745 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10746 regression test.
10747
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010748Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10749
10750 * python/README python/generator.py python/libxml.c python/setup.py:
10751 added the 'usual' setup.py to allow building a libxml2-python
10752 module based on the same code. The initialization is however
10753 different the 2 .so files fo libxml2 and libxslt are identical and
10754 they entry point initialize both libraries. this is done to avoid
10755 some possible nasty problem since the Python don't merge the maps
10756 of all shared modules.
10757
Daniel Veillard158a4d22002-02-20 22:17:58 +000010758Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10759
10760 * parser.c: fixed a push/encoding bug reported by Michael
10761 on librsvg
10762
Daniel Veillard7839e162002-02-20 18:54:48 +000010763Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10764
10765 * include/libxml/parserInternals.h: fixes a misplaced #endif
10766
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010767Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10768
10769 * parser.c valid.c: found and fixed a couple of allocation bugs
10770
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010771Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10772
10773 * doc/xml.html doc/python.html doc/*: added a Python and binding
10774 page describing the current state of the Python bindings and
10775 giving pointers to the other languages wrappers.
10776
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010777Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10778
10779 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10780 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10781 rebuilt the API and web site
10782 * xpath.c: fixed #71978 portability bugs
10783
Daniel Veillard8aff2472002-02-19 21:50:43 +000010784Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10785
10786 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10787
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010788Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10789
10790 * include/libxml/parserInternals.h parser.c: had to change
10791 2 internal parsing API when processing document content
10792 to check the start and end of element content are defined
10793 in the same entity
10794 * valid.c include/libxml/valid.h: attribute normalization can
10795 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10796 with the context to report it.
10797 * SAX.c: fixed the last known bugs, crazy validation constraints
10798 when a document is standalone seems correctly handled. There
10799 is a couple of open issues left which need consideration especially
10800 PE93 on external unparsed entities and standalone status.
10801 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10802 The 2 tests left failing are actually in error. Cleanup done.
10803
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010804Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * valid.c: implemented E59 spaces in CDATA does not match the
10807 nonterminal S
10808
Daniel Veillard878eab02002-02-19 13:46:09 +000010809Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10810
10811 * SAX.c parser.c valid.c: more validation test fixups
10812 * check-xml-test-suite.py: added duration info for the tests
10813
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010814Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * parser.c valid.c: a couple of errors were reported but not
10817 saved back as such in the parsing context. Down to 1% failure rate
10818 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10819
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010820Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10821
10822 * xmlInternald.c: isExtender was missing a char
10823 * parser.c include/libxml/parser.h: % are acceptable in the
10824 internal subset if within a PUBLIC ID
10825
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010826Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10827
10828 * SAX.c parserInternals.c valid.c: more work on the conformance
10829 suite. Took the step to finally block documents with encoding
10830 errors. It's a fatal error per the spec, people should have fixed
10831 their documents by now.
10832
Daniel Veillard55253e22002-02-18 14:32:39 +000010833Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10834
10835 * check-xml-test-suite.py: fixed the test script after some discussion
10836 on the semantic of TYPE="error"
10837 * Makefile.am: added the script to the distrib
10838
Daniel Veillard28757702002-02-18 11:19:30 +000010839Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10840
10841 * SAX.c entities.c: fixed a couple of conformances issues deep
10842 into the validation code (standalone and undeclared Notations)
10843
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010844Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10845
10846 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10847 stayed there for years !
10848
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010849Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10850
10851 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10852 missing
10853
Daniel Veillardc7612992002-02-17 22:47:37 +000010854Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10855
10856 * check-xml-test-suite.py: improved the behaviour a bit as
10857 well as the logs
10858 * parser.c valid.c SAX.c: fixed a few more bugs
10859 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10860
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010861Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * check-xml-test-suite.py: python script to run regression tests
10864 against the XML Test suite of W3C/OASis
10865 * SAX.c: fixed a validation bug
10866 * parser.c: fixed 3 errors pointed by the test suite
10867 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10868 * python/Makefile.am: fixed a dependendy
10869
Daniel Veillard9f28f302002-02-15 20:48:08 +000010870Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10871
10872 * xmlmemory.c: avoid a warning bug #71594
10873
Daniel Veillard144024e2002-02-13 21:14:46 +000010874Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10875
10876 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10877 warning on alpha/Tru64
10878
Daniel Veillarde4301c82002-02-13 13:32:35 +000010879Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * include/libxml/entities.h: fixing a comment
10882 * valid.c: fixing some troubles with validity check on namespaces
10883 * result/VC/NS3 test/VC/NS3: added a specific regression test
10884
Daniel Veillarda6d05382002-02-13 13:07:41 +000010885Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10886
10887 * tree.c: Fixing #71342 serializing '\n' in attribute values
10888 * result/noent/att3 result/att3 test/att3: added a specific
10889 test.
10890
Daniel Veillard797a5652002-02-12 13:46:21 +000010891Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10892
10893 * python/libxml.c: couple of bug fixes
10894
Daniel Veillard01a6d412002-02-11 18:42:20 +000010895Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10896
10897 * python/*.py: removed tabs and used spaces.
10898
Daniel Veillard397ff112002-02-11 18:27:20 +000010899Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10902 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10903
Daniel Veillard03517542002-02-11 13:54:40 +000010904Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10905
10906 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10907 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10908
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010909Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10910
10911 * include/libxml/encoding.h include/libxml/entities.h
10912 include/libxml/globals.h include/libxml/parser.h
10913 include/libxml/threads.h include/libxml/tree.h
10914 include/libxml/xmlmemory.h: trying to fix the include mess
10915
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010916Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * include/libxml/xmlmemory.h: reverted part of the previous
10919 attempt to provide #69655, this was breaking the build.
10920
Daniel Veillard0ba59232002-02-10 13:20:39 +000010921Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10922
10923 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10924 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10925 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10926 include/libxml/parserInternals.h include/libxml/tree.h
10927 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10928 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10929 clean.
10930 * python/libxml.c: fixed a warning.
10931
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010932Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10933
10934 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10935 copying of node, merge back IDs in the target document.
10936 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10937 test/XInclude/ents/ids.xml: test case
10938 * result/VC/ElementValid4: output changed due to a typo fix
10939
Daniel Veillard1c18e302002-02-09 22:16:40 +000010940Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10941
10942 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010943 generate the dependencies right as Jacob found out. Add
10944 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010945
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010946Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10947
10948 * parserInternals.c valid.c: Justin Fletcher found some parts
10949 of the code needing cleanup
10950 * libxml.spec.in python/Makefile.am python/generator.py
10951 python/libxml.c python/libxml.py: Fixed the python Makefiles
10952 corrected a bug showing up on ia64, changed the name of the
10953 python internal module too
10954
Daniel Veillard07be19b2002-02-08 14:20:35 +000010955Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10956
10957 * Makefile.am: applied patch from Andris Pavenis for binary
10958 name suffixes
10959
Daniel Veillardf216d462002-02-08 13:44:24 +000010960Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10961
10962 * xmllint.c win32/win32config.h: fixing #68748
10963
Daniel Veillardd455d792002-02-08 13:37:46 +000010964Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * valid.c: fixing #70166
10967
10968Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * valid.c: fixing #70077
10971
Daniel Veillardc575b992002-02-08 13:28:40 +000010972Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10973
10974 * Copyright Makefile.am README configure.in libxml.spec.in:
10975 Changed to the MIT Licence
10976 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10977 doc/xmlio.html: updated the doc accordingly
10978 * include/libxml/xmlwin32version.h configure.in: preparing
10979 2.4.14 release
10980 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10981 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10982 fixed the const xmlChar * wrapper and generator, XPath extension
10983 functions now use the context as first argument
10984 * python/tests/tstxpath.py python/tests/xpath.py
10985 python/tests/xpathext.py: Updated the tests accordingly
10986 * tree.c: fixed bug #70067
10987
Daniel Veillard7db38712002-02-07 16:39:11 +000010988Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * Makefile.am: cleanup
10991 * debugXML.c: always use stdout if output is NULL
10992 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10993 * python/Makefile.am python/generator.py python/libxml2class.txt
10994 python/libxml_wrap.h python/types.c: augmented the number of bindings
10995 handling FILE * and XPath contexts
10996 * python/tests/Makefile.am: avoid a stupid problem due to the
10997 use of TEST.
10998
Daniel Veillard15a143b2002-02-06 22:40:50 +000010999Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11000
11001 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11002
Daniel Veillard70cab352002-02-06 16:06:58 +000011003Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11004
11005 * python/TODO python/libxml.c: cleanup the extension function lookup
11006 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11007
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011008Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11009
11010 * configure.in python/Makefile.am: do not install outside
11011 of prefix
11012
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011013Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * python/TODO python/libxml.c: started adding SAX interfaces
11016 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11017 SAX test
11018
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011019Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11020
11021 * tree.c: hardened the addChild function
11022 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11023 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11024 added accessors needed for xmlNode, a bit more testing and
11025 extension of interfaces
11026 * python/tests/Makefile.am python/tests/build.py: added a test
11027 build from scratch/save/load/check
11028
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011029Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11030
11031 * parserInternals.c: change a small bit in the way valididy
11032 error messages get initialized
11033 * python/TODO python/libxml.c python/libxml2-python-api.xml
11034 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11035 added some memory debugging to track leaks at the libxml2 level
11036 * python/tests/*.py: changed all tests to check for leaks,
11037 there is just one left in XPath extension registrations.
11038
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011039Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11040
11041 * python/TODO python/generator.py python/libxml2-python-api.xml
11042 python/libxml2class.txt: more accessor classes for the parser
11043 context, allow to switch on and check validity
11044 * python/tests/Makefile.am python/tests/error.py
11045 python/tests/invalid.xml python/tests/valid.xml
11046 python/tests/validate.py: attded more test and and added error.py
11047 which I forgot to commit in the last step
11048
Daniel Veillard3ce52572002-02-03 15:08:05 +000011049Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11050
11051 * python/Makefile.am python/types.c: cleanup
11052 * python/libxml.c python/libxml.py python/libxml_wrap.h
11053 python/generator.py python/libxml2-python-api.xml
11054 python/libxml2class.txt: added class for parser context, added
11055 first cut for push mode support. Added a framework to generate
11056 accessors functions.
11057 * python/tests/Makefile.am python/tests/push.py: added a push
11058 test
11059
Daniel Veillardcfb05462002-02-02 23:18:22 +000011060Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11061
11062 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11063 bug a bit of cleanup.
11064
Daniel Veillard5d819032002-02-02 21:49:17 +000011065Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11066
11067 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11068 python/libxml2class.txt: adding error redirections and preformat
11069 to a python handler
11070 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11071 tests self checking
11072
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011073Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11074
11075 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11076 a function
11077
Daniel Veillard9589d452002-02-02 10:28:17 +000011078Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11079
11080 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11081 python/libxml.c python/libxml2-python-api.xml
11082 python/libxml2class.txt: Progressing through the TODOs, class
11083 description output, extra XML API, RPM now builds the wrappers
11084 for all python installed versions
11085
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011086Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * configure.in libxml.spec.in python/Makefile.am python/TODO
11089 python/generator.py python/libxml2class.txt: added more informations
11090 in the libxml2-python package including docs. Slightly changed
11091 the class hierarchy
11092 * python/tests/*: added basic regression tests infrastructure too
11093
11094Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11097 added libxml2-python as part of the packages installed
11098
Daniel Veillarda7340c82002-02-01 17:56:45 +000011099Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11100
11101 * python/Makefile.am python/generator.py python/libxml.c
11102 python/libxml.py: more work, now able to extend the
11103 XPath interpreter with functions written in python.
11104
Daniel Veillardc3e39442002-02-01 09:29:41 +000011105Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11106
11107 * python/Makefile.am: Jacob sent a patch to allow building from
11108 tarfile.
11109
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011110Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11111
11112 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11113 inserted the python wrappers build, I hope this won't be too
11114 unportable
11115
Daniel Veillard1971ee22002-01-31 20:29:19 +000011116Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * xpath.c: minor optimization
11119 * python/generator.py python/libxml.c python/libxml.py
11120 python/libxml_wrap.h: more work on the python bindings,
11121 they now support XPath and there is no evident leak
11122
Daniel Veillard36ed5292002-01-30 23:49:06 +000011123Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11124
11125 * python/generator.py python/libxml.c python/libxml.py:
11126 more work on the python bindings generator.
11127
Daniel Veillard96fe0952002-01-30 20:52:23 +000011128Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * python/generator.py python/libxml.c python/libxml_wrap.h:
11131 more work on the python bindings.
11132
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011133Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11134
11135 * python/generator.py python/libxml.c python/libxml.py
11136 python/libxml_wrap.h: commited early version of a python binding
11137 for private use only ATM
11138
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011139Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11140
11141 * entities.c tree.c include/libxml/entities.h: applied patch
11142 from Anthony Jones to implement copy of DTD subtree too. Had
11143 just to keep 2 function private which really ought to become
11144 public ones.
11145
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011146Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11147
11148 * xmllint.c: added pointers to the web pages in the usage()
11149
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011150Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11151
11152 * tree.c: more fixes from Petr Kozelka for attribute handling
11153 in the tree API to align the semantic with DOM.
11154
Daniel Veillard36065812002-01-24 15:02:46 +000011155Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11156
11157 * valid.c tree.c entities.c: another set of patches from
11158 Anthony Jones for copy operations cleanup and robustness
11159
Daniel Veillardf8592562002-01-23 17:58:17 +000011160Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11163 an alphabetic index based on comments content
11164 * doc/*: rebuilt the web site with the new references
11165
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011166Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * parserInternals.h: Greg Sjaardema suggested to use an
11169 eponential buffer groth policy in xmlParserAddNodeInfo()
11170
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011171Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11172
11173 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11174 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11175 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11176 to generate cross-references, and added/updated the stylesheets
11177 to generate and link API indexes. The generic keyword index
11178 is not done yet.
11179 * doc/*.html: regenerated all the usual docs too
11180
Daniel Veillard2070c482002-01-22 22:12:19 +000011181Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * debugXML.c: added an xpath function to the shell for T. V. Raman
11184
11185Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011186
11187 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11188 debug routines.
11189
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011190Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11191
11192 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11193 support of attribute nodes
11194
Daniel Veillard9d06d302002-01-22 18:15:52 +000011195Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11196
11197 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11198 hopefully near complete and fully documented of the API in XML
11199 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11200 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11201 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11202 include/libxml/parserInternals.h include/libxml/valid.hi
11203 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11204 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11205 include/libxml/xpath.h include/libxml/xpathInternals.h:
11206 Cleaned up the doc comments a lot in the process, the interface
11207 coverage is now 100%
11208
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011209Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11212 extracts comments from the gtk-doc DocBook output (a bit
11213 convoluted but seems to work).
11214
Daniel Veillard61006472002-01-21 17:31:47 +000011215Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11216
11217 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11218 added an XML description of the API, moved the script generating
11219 it here. Added a "make api" target
11220
Daniel Veillardd2f23002002-01-21 13:36:00 +000011221Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11224
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011225Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11226
11227 * xpath.c include/libxml/xpathInternals.h: the change made to
11228 xmlXPathFuncLookupFunc was incompatible roll it back
11229
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011230Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11231
11232 * SAX.c: cleanup patch from Anthony Jones
11233 * doc/Makefile.am: fix the headers to avoid in make scan
11234 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11235 includes, * vs Ptr and general cleanup
11236 * parsedecl.py: first version of a script to extract the
11237 module interfaces, the goal will be to provide .decl or XML
11238 specification of the interfaces to build wrappers.
11239
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011240Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11241
11242 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11243 now provides return codes in case of errors
11244
Bjorn Reese026d29f2002-01-19 15:40:18 +000011245Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11246
11247 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11248 Upgraded to trio baseline 1.6
11249 * strio.h strio.c: Replaced by triostr.h and triostr.c
11250
Daniel Veillard572577e2002-01-18 16:23:55 +000011251Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11252
11253 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11254 of strdup usage in the code
11255
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011256Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11257
11258 * parser.c error.c: Keith Isdale complained rightly that
11259 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11260
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011261Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11262
11263 * tree.c: fixed the funxtion to set the xml: attributes
11264 * debugXML.c: added "setbase" to test it.
11265
Daniel Veillard2c748c62002-01-16 15:37:50 +000011266Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11267
11268 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11269 to allow updating an attribute content
11270
Daniel Veillard8de85c62002-01-15 17:10:15 +000011271Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11272
11273 * libxml.h: try to avoid problems when compiling on Windows
11274
Daniel Veillard314cfa02002-01-14 17:58:01 +000011275Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11276
11277 * hash.c: patch from Anthony Jones for hash.c allocation size
11278 * Makefile.am: trying to work around Yet Another Libtool Madness
11279 and build the 2.4.13 release finally ...
11280
Daniel Veillard744683d2002-01-14 17:30:20 +000011281Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11282
11283 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11284 * doc/* : update of the documentation
11285
Daniel Veillarde6a55192002-01-14 17:11:53 +000011286Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11287
11288 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11289 at fixing #61290 :-(
11290
Daniel Veillardfb25a512002-01-13 20:32:08 +000011291Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11294 Fixes bug #67229
11295
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011296Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * tree.c: trying to avoid troubles when a subtree is copied
11299 and coalesced in part with the target tree. Should fix
11300 bug #67407
11301
Daniel Veillardd8224e02002-01-13 15:43:22 +000011302Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11303
11304 * valid.c: fixed validation of attributes content of type
11305 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11306 values, very old bug. Fixes #67671
11307
Daniel Veillard8107a222002-01-13 14:10:10 +000011308Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11309
11310 * parser.c include/libxml/parserInternals.h tree.c: integrated
11311 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11312 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11313
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011314Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * threads.c: applied Serguei Narojnyi's patch to add native
11317 thread support on the Win32 platform
11318 * testThreadsWin32.c Makefile.am: added the test program also
11319 from Serguei, Win32 specific
11320 * include/win32config.h include/libxml/xmlwin32version.h.in:
11321 added patch from Igor for the Windows thread specific defines.
11322
Daniel Veillard845cce42002-01-09 11:51:37 +000011323Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11324
11325 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11326
Daniel Veillard7b602b42002-01-08 13:26:00 +000011327Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11328
11329 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11330 output page into XMLinfo.html. Close bug #66951 and
11331 raised by Robert Collins too.
11332
Daniel Veillard73c6e532002-01-08 13:15:33 +000011333Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11334
11335 * encoding.c: Paul Keogh pointed out a possibility of segfault
11336 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11337 Closes bug # 68238
11338
Daniel Veillard4a859202002-01-08 11:49:22 +000011339Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11340
11341 * doc/*.html: updated the Gdome2 links
11342
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011343Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11344
11345 * libxml.h: Applied following patches from Robert Collins
11346 and make sure IN_LIBXML is defined when compiling it
11347 -------
11348 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11349 as well as Visual C.
11350 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11351 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11352 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11353 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11354 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11355 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11356 xmlSysIDExists xmlNoNetExists).
11357 * xmllint.c: Don't include winsock2.h for Cygwin.
11358
Daniel Veillard401c2112002-01-07 16:54:10 +000011359Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11362 when the version info is not present.
11363
Daniel Veillard6f42c132002-01-06 23:05:13 +000011364Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11365
11366 * tree.c: Anthony Jones pointed out a problem in
11367 xmlStringGetNodeList() and provided a fix for it
11368
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011369Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11370
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011371 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011372 xmlCreatePushParserCtxt() when the initial buffer passed
11373 is large.
11374
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011375Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11376
11377 * win32/*: big cleanup of the Windows/MSVC project files
11378 from Igor Zlatkovic
11379
Daniel Veillardcebb1362002-01-02 13:13:30 +000011380Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11381
11382 * doc/Makefile.am: should fix #67674 and avoid troubles if
11383 xsltproc is not available or fails in the prefix provided
11384
Daniel Veillard26908ab2002-01-01 16:50:03 +000011385Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11386
11387 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11388
Daniel Veillard5344c602001-12-31 16:37:34 +000011389Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11390
11391 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11392 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11393 Fixed a few other problems raised by Charlie Bozeman.
11394 * result/VC/ElementValid[5-7]: fixed the output
11395
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011396Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11397
11398 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11399 patches from Charlie Bozeman. Regenerated the HTML docs.
11400
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011401Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11402
11403 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11404 for Windows from Igor
11405
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011406Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11407
11408 * xmllint.c: applied Justin Fletcher patch for --output or -o
11409
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011410Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11411
11412 * win32/libxml2/libxml2.def.src: close #67019
11413
Daniel Veillard01db67c2001-12-18 07:09:59 +000011414Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11415
11416 * xmllint.c: applied Justin Fletcher generic timing patch
11417 similar to the one already applied to xsltproc.
11418
Daniel Veillardd1640922001-12-17 15:30:10 +000011419Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11420
11421 * include/libxml/tree.h tree.c: applied documentation patches
11422 from Charlie Bozeman
11423
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011424Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11425
11426 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11427
Daniel Veillard29e43992001-12-13 22:21:58 +000011428Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11429
11430 * valid.c: fix the xmlStrdup() used in the previous patch.
11431 * valid.c: added --dropdtd
11432 * tree.c: fixed xmlUnlinkNode so it also removes the references
11433 from the document if the node is a DTD
11434
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011435Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11436
11437 * HTMLtree.c valid.c: cleanup some static declarations
11438
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011439Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11440
11441 * xmllint.c: removed another strdup()
11442 * doc/FAQ: removed the HP/UX entry
11443
Daniel Veillarded472f32001-12-13 08:48:14 +000011444Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11445
11446 * valid.c: fix bug #66816 when validating.
11447 * xmllint.c: don't use sys/time.h if configure did not found it
11448
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011449Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11450
11451 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11452 xmlcatalog_man.xml
11453
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011454Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11455
11456 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11457 xmlInitMemory() was declared twice
11458
Daniel Veillardb82c1662001-12-09 14:00:54 +000011459Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11460
11461 * globals.c: do not reference strdup() !
11462 * configure.in libxml-2.0.pc.in: trying to fix the libs
11463 of the various config extraction modules
11464
Daniel Veillardef90ba72001-12-07 14:24:22 +000011465Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11466
11467 * configure.in : preparing 2.4.12
11468 * doc/* : updated and rebuilt the docs
11469
Daniel Veillard220346d2001-12-07 11:33:54 +000011470Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11471
11472 * uri.c: closed bug #66159
11473 * testURI.c: added --escape option
11474 * configure.in: some cleanup for xml2-config --cflags
11475
Daniel Veillard2a906822001-12-06 14:34:08 +000011476Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11477
11478 * globals.c testThreads.c: removed some misplaced includes
11479 of xmlversion.h
11480
Daniel Veillarde28313b2001-12-06 14:08:31 +000011481Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11482
11483 * threads.c: patch from Gary Pennington fixing a possible
11484 problem at initialization time.
11485
Daniel Veillardd3b08822001-12-05 12:03:33 +000011486Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11487
11488 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011489 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011490 CodeWarrior.
11491
Daniel Veillarda7866932001-12-04 13:14:44 +000011492Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11493
11494 * xmllint.c: applied Geert Kloosterman's patch to fix
11495 --repeat --timing output
11496
Daniel Veillard19840942001-11-29 16:11:38 +000011497Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11498
11499 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11500 where non-wellformed XML declaractions were not detected.
11501
Daniel Veillarde85d9342001-11-28 14:43:12 +000011502Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11503
11504 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11505
Daniel Veillard22f25a82001-11-28 09:12:23 +000011506Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11507
11508 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11509 gets reset by xmlCleanupInputCallbacks() and this makes the
11510 function useless. Same for output.
11511
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011512Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11513
11514 * xmlIO.c: robert pointed out a loop error in callback cleanups
11515
Daniel Veillard8faa7832001-11-26 15:58:08 +000011516Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11517
11518 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11519 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11520 they are not really tied to debugging
11521
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011522Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11523
11524 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11525 * xmllint.c: better --catalogs description
11526
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011527Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11528
11529 * tree.c: fixed a couple of problems in xmlSetProp()
11530
Daniel Veillardcd337f02001-11-22 18:20:37 +000011531Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11532
11533 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11534 unappropriate stdout output.
11535
Daniel Veillard566d4df2001-11-22 13:00:53 +000011536Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11537
11538 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11539 by Denis Beurive, closes #65111
11540
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011541Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11542
11543 * valid.c: in case of content model validity error, don't
11544 print it if validity warnings were not requested.
11545
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011546Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11547
11548 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11549 * parserInternals.c: removed the last exit() call. Print an
11550 unmaskable error on stderr instead (library mismatch detection)
11551
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011552Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11553
11554 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11555 shell instructions from Heiko Rupp
11556
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011557Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11558
11559 * catalog.c: use the URL notation file:// for default catalog paths
11560
Daniel Veillard0ec98632001-11-14 15:04:32 +000011561Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11562
11563 * include/libxml/tree.h: better comments for _private fields
11564 * tree.c: removed a problem when copying an entity reference.
11565
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011566Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11567
11568 * vms/*: updated instructions and diffs from John A Fotheringham
11569
Daniel Veillarda11001b2001-11-12 22:45:36 +000011570Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11571
11572 * include/libxml/xmlerror.h: avoid an include problem if
11573 #include <libxml/xmlerror.h> happens first in code
11574 seems to be the case in KDE libs
11575
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011576Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11577
11578 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11579 from Igor for Windows
11580
11581Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11582
11583 * Makefile.am: Gary Pennington pointed out a missing prefix
11584
Daniel Veillard43d3f612001-11-10 11:57:23 +000011585Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11586
11587 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11588 * doc/*: upgraded and rebuilt the docs
11589
Daniel Veillardc1f78342001-11-10 11:43:05 +000011590Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11591
11592 * HTMLparser.c: fix comment in scripts element parsing.
11593 * result/HTML/doc3*: updated the results.
11594
11595Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11596
11597 * uri.c: another URI bug fix #63336, using Joel Young patch.
11598
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011599Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11600
11601 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11602 a cleaned up version of the Pwd shell string generation.
11603
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011604Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11605
11606 * valid.c include/libxml/tree.h: trying to fix namespaces +
11607 validation problems for good, closing #63619 in the process
11608 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11609 wrong in this respect, fixed it.
11610
Daniel Veillardd536f702001-11-08 17:32:47 +000011611Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11612
11613 * xmllint.c: Morus Walter patch to allow --format and --encode
11614
Daniel Veillard5004f422001-11-08 13:53:05 +000011615Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11616
11617 * debugXML.c: Stefan Kost provided an help command for the shell
11618
Daniel Veillarda6825e82001-11-07 13:33:59 +000011619Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11620
11621 * debugXML.c: Heiko Rupp pointed that the shell would crash
11622 on empty nodesets returns.
11623
Daniel Veillard03f848d2001-11-07 12:53:46 +000011624Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11625
11626 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11627 migh need the history libraries
11628
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011629Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11630
11631 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11632 handle the case of < in quoted attributes, Bastian Kleineidam
11633
Daniel Veillardc853b322001-11-06 15:24:37 +000011634Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11635
11636 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11637 fixing catalog breakages
11638 * Makefile.am catalog.c result/catalogs/catal
11639 result/catalogs/mycatalog.* test/catalogs/catal*:
11640 fixed more problems in catalog support, added more regression tests
11641 for both XML and SGML catalog handling
11642
Daniel Veillard66870c72001-11-05 19:27:49 +000011643Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11644
11645 * debugXML.c: applied an improvement to xmlGetLineNo() from
11646 Keith Isdale
11647
Daniel Veillardffe09c92001-11-05 14:21:47 +000011648Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11649
11650 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11651 Side effect of the progressive catalog loading
11652
Daniel Veillardad661b92001-11-05 11:43:15 +000011653Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11654
11655 * Makefile.am: confexecdir and confexec_DATA were defined twice
11656 pointed out by Karl Eichwalder
11657
Daniel Veillard6eb17722001-11-04 22:19:27 +000011658Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11659
11660 * xmlcatalog.c: avoid unlink() and use remove() instead.
11661
Daniel Veillardea898282001-11-04 22:13:45 +000011662Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11663
11664 * libxml.spec.in: cleanup
11665 * include/libxml/xmlwin32version.h: updated with 2.4.8
11666
Daniel Veillarda4617b82001-11-04 20:19:12 +000011667Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11668
11669 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11670 of compiling libxml with a non standard set of options
11671
John Fleck027edfb2001-11-04 20:13:58 +000011672Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11673
11674 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11675 document --sgml option, fixing gnome bugzilla #63382
11676
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011677Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11678
11679 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11680 breakage of 2.4.7, added a couple of really needed APIs
11681 like xmlCatalogIsEmpty() and xmlNewCatalog()
11682 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11683 for install-catalog
11684 * configure.in: preparing 2.4.8
11685
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011686Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11687
11688 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11689 include/libxml/tree.h include/libxml/xmlIO.h: more include
11690 cleanups, export cleanly one html output + format function.
11691
11692Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11693
11694 * parser.c: removed initGenericErrorDefaultFunc call from
11695 xmlInitParser() since it could destroy previous calls to
11696 xsltSetGenericErrorFunc() effects
11697
Daniel Veillardebd38c52001-11-01 08:38:12 +000011698Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11699
11700 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11701 keyword.
11702
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011703Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11704
11705 * Makefile.am: cleanup
11706 * threads.c: cleanup too
11707 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11708 from xsltproc
11709 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011710 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011711
Daniel Veillard91c00402001-10-30 17:41:38 +000011712Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11713
11714 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11715 was not used anymore !
11716
Daniel Veillard52dcab32001-10-30 12:51:17 +000011717Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11718
11719 * configure.in: preparing 2.4.7
11720 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11721 manual page from John
11722 * doc/*: updated the doc and rebuilt the generated pages
11723
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011724Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11725
11726 * xmlIO.c: closing bug #62711, the library should never
11727 close stdin or stdout.
11728
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011729Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11730
11731 * uri.c: second pass at fixing #63336, using Joel Young
11732 final patch. looks okay.
11733
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011734Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11735
11736 * uri.c include/libxml/uri.h: trying to clear #63336
11737 allowing the escaping routine to parse unconformant
11738 URI-References.
11739
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011740Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11741
11742 * vms/readme.vms vms/build_libxml.com nanoftp.c
11743 include/libxml/xmlversion.h.in: a few VMS updates from
11744 John A Fotheringham
11745 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11746 and xmlCleanupOutputCallbacks() for the Perl binding people.
11747
Daniel Veillard635ef722001-10-29 11:48:19 +000011748Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11749
11750 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11751 apply fixes to close #63271 and avoid segfaults when
11752 the error routine gets callbed before xmlInitParser()
11753 get called.
11754 * nanoftp.c error.c: Applied patches from Justin Fletcher
11755 correcting some xmlGenericError misuses.
11756
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011757Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11758
11759 *doc/xmllint.xml, doc/xmllint.1
11760 New and improved man page for xmllint - .xml is the original, .1
11761 is the generated man page
11762
Daniel Veillardc9484202001-10-24 12:35:52 +000011763Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11764
11765 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11766 the web site from the main HTML document.
11767
Daniel Veillard5151c062001-10-23 13:10:19 +000011768Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * parser.c: fixed an erroneous validation bug when PE refs
11771 occurs in external parsed entities referenced from the
11772 internals subset
11773 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11774 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11775 added the associated testcase, it's a nice one.
11776 * HTMLparser.c: generate the DTD node as HTML still ...
11777 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11778
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011779Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11780
11781 * HTMLparser.c: fixed a bug in htmlNewDoc()
11782
Daniel Veillard89cad532001-10-22 09:46:13 +000011783Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11784
11785 * test/threads/*: added entities testing to the Thread test
11786 * testThreads.c: make the test reasonable
11787 * DOCBparser.c: fix the DTD public and system ID
11788 * xmllint.c: added --sgml for SGML DocBook importing
11789 * Makefile.am: added Docbtests target
11790
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011791Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11794 * testThreads.c: removed bogus include
11795
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011796Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11797
11798 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11799 fixed a very serious (looping) validation bug
11800
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011801Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11802
11803 * include/libxml/globals.h include/libxml/threads.h threads.c
11804 testThreads.c: far more testing, cleaning up bugs
11805 * *.c : make sure globals.h is always included.
11806
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011807Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11808
11809 * HTMLparser.c: try to get rid of parser loops for good.
11810
Daniel Veillardab7488e2001-10-17 11:30:37 +000011811Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * configure.in: fixed some bugs in CFLAGS passing.
11814 * test/threads Makefile.am testThreads.c: added a specific
11815 threaded test case (really nasty, guaranteed).
11816
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011817Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11818
11819 * catalog.c: serious cleanup on the management of the
11820 XML catalog tree, more tests done, especially with
11821 the catalog PI.
11822
Daniel Veillard364789a2001-10-16 12:45:00 +000011823Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11824
11825 * catalog.c: avoid a problem in catalog cleanup on SMP if
11826 catalogs were not initialized.
11827
Daniel Veillard81463942001-10-16 12:34:39 +000011828Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11829
11830 * catalog.c xpath.c: trying to cleanup the not thread safe
11831 parts of the library.
11832
Daniel Veillard64a411c2001-10-15 12:32:07 +000011833Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11834
11835 * include/libxml/globals.h configure.in global.data: make
11836 the allocation be per-thread a configure option
11837 * encoding.c include/libxml/parser.h: fixed compilation
11838 errors
11839
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011840Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11841
11842 * include/libxml/parser.h: Norm reported that a few lines
11843 added were breaking libxslt compile, removed them for now
11844
Daniel Veillard6f350292001-10-14 09:56:15 +000011845Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11846
11847 * parser.c parserInternals.c threads.c: debugged and fixed
11848 initialization problems which were giving troubles on SMP
11849 boxes.
11850
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011851Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11852
11853 * include/libxml/Makefile.am: missing globals.h
11854
Daniel Veillarde7090612001-10-13 12:18:28 +000011855Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011856
Daniel Veillarde7090612001-10-13 12:18:28 +000011857 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011858
Daniel Veillardd0463562001-10-13 09:15:48 +000011859Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11860
11861 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11862 include/libxml/parserInternals.h include/libxml/tree.h
11863 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11864 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11865 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11866 Applied the last patches from Gary, cleanup, activated threading
11867 all user accessible global variables are now handled in globals.[ch]
11868 Still a bit rought but make tests passes with either
11869 --with-threads defined at configure time or not.
11870 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11871 linking options
11872
Daniel Veillardb8478642001-10-12 17:29:10 +000011873Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11874
11875 * Makefile.am include/libxml/Makefile.am
11876 include/libxml/globals.h globals.c include/libxml/threads.h
11877 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11878 configure.in: started integrating the core of the thread support
11879 not activated yet but half integrated. The code should still
11880 compile and work anyway.
11881
Daniel Veillardb44025c2001-10-11 22:55:55 +000011882Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11883
11884 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11885 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11886 integrating the non-controversial parts of Gary Pennington
11887 multithread patches
11888 * catalog.c: corrected a small bug introduced
11889
Daniel Veillard75b96822001-10-11 18:59:45 +000011890Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11891
11892 * catalog.c include/libxml/catalog.h: very serious cleanup,
11893 isolating unportable code and as much as possible the accesses
11894 to the global shared catalog. May need more testing !
11895
Daniel Veillard78d12092001-10-11 09:12:24 +000011896Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11897
11898 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11899 Keith Isdale patches for the XSLT debugger interfaces. Some
11900 cleanup
11901
Daniel Veillardff0b7312001-10-11 06:46:09 +000011902Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11903
11904 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11905 * DOCBparser.c: generate line nubers in elements
11906
Daniel Veillard60087f32001-10-10 09:45:09 +000011907Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11908
11909 * configure.in: preparing 2.4.6 release
11910 * doc/xml.html doc/html/*: updated and rebuilt the docs
11911 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11912
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011913Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11914
11915 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11916 adding documentation for DV's supercatalog support
11917
Daniel Veillard82d75332001-10-08 15:01:59 +000011918Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11921 super catalog support adding one API and one flag --sgml to
11922 xmlcatalog
11923
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011924Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11925
11926 * doc/xmlcatalog_man.xml, xmlcatalog.1
11927 One more crack at
11928 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11929
11930
Thomas Broyer47334c02001-10-07 16:41:52 +000011931Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11932
11933 * xpath.c: implemented xmlXPathObjectCopy for external objects
11934 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11935
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011936Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11937
11938 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11939 finishing up fix to
11940 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11941 the xmlcatalog man page display more elegantly
11942
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011943Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11944
11945 * configure.in: closing bug #61832
11946 * HTMLparser.c: removed a warning
11947
Daniel Veillard6ab38382001-10-06 13:08:27 +000011948Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11949
11950 * xpath.c: fixing #61673 part I, do not loose doc information
11951 when copying result value trees.
11952
Daniel Veillard556c6682001-10-06 09:59:51 +000011953Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11954
11955 * xpath.c: trying to harden the XPath interpreter
11956
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011957Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11958
11959 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11960 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11961
William M. Brack1633d182001-10-05 15:41:19 +000011962Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11963
11964 * HTMLparser: repaired another loop problem
11965
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011966Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11967
11968 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11969 parsing.
11970 * xpath.c: fix bug #61291 the default XML namespace node is
11971 missing from the namespace axis.
11972 * tree.c: refuse to create namespaces nodes with prefix "xml"
11973
Daniel Veillard651f9472001-10-04 14:51:06 +000011974Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11975
11976 * SAX.c: ouch a non-defined namespace could lead to a crash,
11977 fixed #61215
11978
Daniel Veillard7dd05702001-10-04 14:25:12 +000011979Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11980
11981 * parserInternals.c: closed bug #61054
11982
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011983Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11984
11985 * include/libxml/Makefile.am: closing #60708
11986
Daniel Veillarda293c322001-10-02 13:54:14 +000011987Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11990 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11991
Daniel Veillardf4309d72001-10-02 09:28:58 +000011992Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11993
11994 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11995
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011996Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11997
11998 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11999 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12000
Daniel Veillard16756b62001-10-01 07:36:25 +000012001Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12002
12003 * catalog.c: Justin Fletcher provided cleaup code in case
12004 HAVE_STAT is not defined
12005 * include/win32config.h: Igor Zlatkovic suggested to have
12006 HAVE_STAT defined there
12007
William M. Brack5e1cac12001-09-28 16:19:18 +000012008Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12009
12010 * catalog.c - fixed typing error reported by M. Barros
12011
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012012Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12013
12014 * xmllint.c - fixing typo
12015
William M. Brackd28e48a2001-09-23 01:55:08 +000012016Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12017
12018 * HTMLparser.c: small enhancement to prevent loop on
12019 unrecognizable data
12020
Daniel Veillardb1d62872001-09-21 09:47:08 +000012021Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12022
12023 * parserInternals.c: applying patch from bug #60757 this
12024 should close it
12025
Daniel Veillardc0631a62001-09-20 13:56:06 +000012026Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12027
12028 * catalog.c xmlcatalog.c: removed a couple of warning
12029 * xpath.c: try to solve the linking problem on platforms
12030 needing trio to compile
12031
Daniel Veillard1a123612001-09-19 08:06:23 +000012032Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012033
Daniel Veillard1a123612001-09-19 08:06:23 +000012034 * Makefile.am libxml.spec.in: backing up non-documented changes
12035 commited without review or aproval by Jens Finke <jens@gnome.org>
12036 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012037
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012038Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12039
12040 * configure.in: Joe Orton provided a patch fixing a problem
12041 when iconv is specified to be in a non-standard directory
12042 but wasn't exported in xml2-config --cflags
12043
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012044Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12045
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012046 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012047 troubles with 2.4.4 errors.
12048
Daniel Veillard16698282001-09-14 10:29:27 +000012049Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * encoding.c entities.c: do not output hexadecimal charrefs
12052 when serializing HTML since some version of Netscape can't
12053 grok it, generate decimal ones.
12054 * result/HTML/doc3.htm: output changed due to previous test
12055 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12056
Daniel Veillard98fed372001-09-13 11:34:58 +000012057Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12058
12059 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12060 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12061
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012062Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012063 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012064
12065 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12066 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12067 updated the configuration scripts systems accordingly
12068
Daniel Veillard04382ae2001-09-12 18:51:30 +000012069Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12070
12071 * configure.in: preparing for 2.4.4
12072 * doc/xml.html doc/html/*: updated and rebuilt the docs
12073
Daniel Veillardd63437e2001-09-12 15:00:27 +000012074Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12075
12076 * win32/dsp/libxml2.def.src: tried to incorporate comments
12077 from bug #59220
12078
Daniel Veillard319a7422001-09-11 09:27:09 +000012079Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12080
12081 * parser.c result/noent/wml.xml: fixed bug #59981 related
12082 to handling of '&' in attributes when entities are substitued
12083
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012084Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12085
12086 * libxml.h include/libxml/xmlversion.h.in
12087 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12088 Tried to close bug #60131
12089
Daniel Veillardbce62332001-09-10 18:46:55 +000012090Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12091
12092 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12093
Daniel Veillard143b04f2001-09-10 18:14:14 +000012094Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12095
12096 * SAX.c: fixing bug #59946 on xmlns=""
12097
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012098Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12099
12100 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12101 but allocates a new error code.
12102
Daniel Veillard05c13a22001-09-09 08:38:09 +000012103Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12104
12105 * xmllint.c: John Fleck fixed typos in the options output
12106 * parser.c SAX.c: fix ignorable white space SAX selection
12107
12108Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12109
12110 * entities.c: Steve Underwood found the possibility of an
12111 ininite loop in case of error.
12112
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012113Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12114
12115 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12116
Daniel Veillarda050d232001-09-05 15:51:05 +000012117Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12118
12119 * parser.c: warn if version is not 1.0 but it's not
12120 strictly speaking an error after analyzing the spec
12121
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012122Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12123
12124 *doc/catalog.html - add link to the html version of the
12125 man page, other linguistic cleanups
12126
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012127Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12128
12129 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12130 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12131 file, has not yet been included in the build.
12132
Daniel Veillard99784ff2001-09-01 16:20:28 +000012133Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * catalog.c: removed a duplicate affectation Justin Fletcher
12136
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012137Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * tree.c: Armin Sander pointed a possible text coalescing
12140 problem, completed his patch.
12141
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012142Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12143
12144 * trionan.c: Fixed const and volatile re-definition problem
12145
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012146Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12147
12148 * libxml.4 parser.c: doc updates from Heiko Rupp
12149 * parserInternals.c: 2 sanity checks from Heiko Rupp
12150
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012151Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * tree.c: applied patch from Armin Sander to make some pointers
12154 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012155 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012156
Daniel Veillardb06c6142001-08-27 14:26:30 +000012157Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12158
12159 * xpath.c: hum, restrict the integer usage gcc bug workaround
12160 to only gcc compilers so that other architecture don't get
12161 penalized by this limitation.
12162 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12163
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012164Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12165
12166 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12167 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12168
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012169Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12170
12171 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12172 --convert option to xmlcatalog to convert SGML ones to
12173 the XML syntax.
12174 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12175
12176 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012177Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12178
12179 * catalog.c xmlIO.c: started some serious testing and fixed
12180 a few bug and optmization needs.
12181
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012182Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12183
12184 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12185 preparing for a 2.4.3 release even if it may not be ready yet
12186 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12187 all file parsing lookup to go through the entity resolver, add
12188 to add an API to bypass it (needed to load catalogs themselves),
12189 some cleanup on the catalog code too.
12190 * nanoftp.c: small cleanup
12191 * doc/catalog.html: small update
12192
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012193Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12194
12195 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12196 Jun Kuriyama
12197
Daniel Veillardffb120d2001-08-23 00:52:23 +000012198Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12199
12200 * doc/catalog.html: finished the catalog documentation
12201
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012202Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12203
12204 * doc/catalog.html doc/xml.html: added documentation about
12205 Catalog support, misses an API description
12206 * doc/html/*: reextracted the API pages
12207
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012208Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12209
12210 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12211 Added the part about section 7.2 on URI resolution,
12212 fixed a side effect in the HTML parser, look complete
12213 and ready to rock except the URI/SystemID part!
12214
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012215Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12216
12217 * include/libxml/catalog.h include/libxml/parser.h
12218 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12219 xmlIO.c: added support and APIs needed for the catalog PI
12220 * include/libxml/xmlIO.h: cleanup
12221
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012222Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12223
12224 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12225 include/libxml/catalog.h: starts to look okay, really
12226 plugged the new framework, cleaned a lot of stuff,
12227 added some APIs, except the PI's support missing this
12228 should be mostly complete
12229 * result/catalogs/* test/catalogs/*: added new test, enriched
12230 the existing one with URN ID tests
12231
Daniel Veillard64339542001-08-21 12:57:59 +000012232Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12233
12234 * catalog.c: fixed nextCatalog
12235 * result/catalogs/docbook test/catalogs/*: started adding
12236 a small regression test
12237
Daniel Veillardcda96922001-08-21 10:56:31 +000012238Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12239
12240 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12241 more work on the XML catalog support.
12242 * parser.c include/libxml/parser.h: small cleanup seems using
12243 list as a public parameter name can give portability troubles
12244 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12245 include/libxml/xpath.h include/libxml/Makefile.am: removed
12246 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12247 wrappers
12248
Bjorn Reese45029602001-08-21 09:23:53 +000012249Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12250
12251 * Makefile.am trio.c triodef.h trionan.c xpath.c
12252 include/libxml/Makefile.am include/libxml/trionan.h:
12253 Re-worked Not-A-Number and Infinity support.
12254 * xmlcatalog.c: added readline include files
12255
Daniel Veillard344cee72001-08-20 00:08:40 +000012256Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12257
12258 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12259 testCatalog as xmlcatalog, making it an installed app
12260 adding a shell, and preparing it to be a /etc/xml/catalog
12261 management tool, though not ready yet
12262 * catalog.c include/libxml/catalog.h: adding support for
12263 XML Catalogs http://www.oasis-open.org/committees/entity/
12264 not finished, there is some interesting tradeoffs and a
12265 few open questions left.
12266
Daniel Veillardb7664f42001-08-19 13:00:43 +000012267Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12268
12269 * xmllint.c: fixed a line formatting problem
12270
Daniel Veillard5015b712001-08-17 09:37:52 +000012271Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12272
12273 * SAX.c: removed a couple of unused variable (Albert Chin)
12274
Daniel Veillardbb371292001-08-16 23:26:59 +000012275Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12278 trying to fix some troubles w.r.t. function returning
12279 const xxxPtr.
12280
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012281Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12282
12283 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12284 defined
12285
Daniel Veillardae6db172001-08-16 19:32:00 +000012286Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12287
12288 * xpointer.c: removed unused var
12289
Daniel Veillard09190202001-08-16 16:27:41 +000012290Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12291
12292 * testXPath.c: another small cleanup closing bug #59110
12293
Daniel Veillard796f4b62001-08-16 16:00:13 +000012294Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12295
12296 * win32/dsp/libxml2.def.src: small cleanup closing bug
12297 #59108
12298
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012299Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12300
12301 * example/gjobread.c: add xmlCleanupParser() before leaving
12302
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012303Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12304
12305 * config.h.in configure.in include/libxml/xmlwin32version.h:
12306 released 2.4.2
12307
Daniel Veillardd3d06722001-08-15 12:06:36 +000012308Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12309
12310 * include/libxml/valid.h debugXML.c valid.c: deprecate
12311 the non-boundchecking Sprintf functions, add Snprintf
12312 this should close bug #57984
12313
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012314Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12315
12316 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12317 URIs before doing the lookups (pointed by Mark Vakoc)
12318
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012319Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12320
12321 * xpath.c: serious changes on Result Value Trees and NodeSets
12322 w.r.t. deallocation and collect operations. Probably not
12323 100% clean (merge of allocated trees smells like a problem).
12324 Seems sufficient to close #58943
12325
Daniel Veillard90493a92001-08-14 14:12:47 +000012326Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12327
12328 * xmllint.c: adding a --format option
12329
Daniel Veillardfe703322001-08-14 12:18:09 +000012330Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12331
12332 * xpath.c: count() was broken on Result Value Tree
12333 * xmlIO.c: fixed file:/// accesses on _WIN32
12334
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012335Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12336
12337 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12338 macro was renamed, this should close bug #58683
12339
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012340Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12341
12342 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12343 entity substitution mode text at the end of the entity might
12344 be added due to text coalescing.
12345 * nanoftp.c parser.c: small cleanup
12346
Daniel Veillard0c720972001-08-08 20:59:00 +000012347Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12348
12349 * HACKING: added John Fleck right to commit in the doc subdir
12350
Daniel Veillard48da9102001-08-07 01:10:10 +000012351Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12352
12353 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12354 allow to inherit attributes from the DTD directly in the
12355 tree, this is needed for XPath and can be a useful feature.
12356 Inherited namespaces are always provided at the tree level now
12357 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12358 of tests for this feature (XSLT being the prime user).
12359
Daniel Veillard50f34372001-08-03 12:06:36 +000012360Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12361
12362 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12363 testSAX.c xmlIO.c xmllint.c include/win32config.h
12364 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12365 include/libxml/xmlwin32version.h.in win32/README.MSDev
12366 win32/dsp/*: applied Win32 Facelift No.2 patches from
12367 Igor Zlatkovic for Windows/MSC
12368
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012369Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12370
12371 * SAX.c: unparsedEntityDecl() the URI computation of the
12372 entity wasn't done breaking XSLT unparsed-entity-uri()
12373
Daniel Veillard567e1b42001-08-01 15:53:47 +000012374Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12375
12376 * xpath.c: fixed a bug when walking the descendants and
12377 the current node has no children
12378 * debugXML.c: show up when a text node is supposed to not be escaped
12379
Thomas Broyerf186c822001-07-31 23:30:37 +000012380Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12381
12382 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12383 worked like the set:leading() function)
12384 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12385
Daniel Veillardba6db032001-07-31 16:25:45 +000012386Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12387
12388 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12389
Daniel Veillard57905372001-07-31 15:52:17 +000012390Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12391
12392 * include/libxml/xmlIO.h: apply change to close #58141
12393 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12394
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012395Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12396
12397 * parser.c: when the internal subset uses a PE, then the
12398 included entity can use conditional sections.
12399
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012400Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12401
12402 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12403 when walking the namespace axis showing up in
12404 libxst/tests/general/bug-12
12405 * xmlmemory.c: added the possibility to trace a given block
12406 defined by its address
12407
Daniel Veillard4aafa792001-07-28 17:21:12 +000012408Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12409
12410 * parser.c: don't override existing encoding specified before
12411 starting xmlParseDocument()
12412
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012413Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12414
12415 * include/libxml/xmlwin32version.h: reinserted, needed for
12416 Windows users of CVS
12417
Darin Adlera77cac02001-07-27 17:41:51 +0000124182001-07-27 Darin Adler <darin@bentspoon.com>
12419
Darin Adler699613b2001-07-27 22:47:14 +000012420 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12421 * testCatalog.c: Add include of <libxml/parser.h>.
12422
124232001-07-27 Darin Adler <darin@bentspoon.com>
12424
Darin Adlera77cac02001-07-27 17:41:51 +000012425 * include/libxml/.cvsignore:
12426 * include/libxml/xmlwin32version.h:
12427 Remove this file from CVS because it's generated.
12428
Daniel Veillard50822cb2001-07-26 20:05:51 +000012429Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12430
12431 * parser.c include/libxml/parser.h: applied const patches from
12432 Tom Moog #58002
12433
Thomas Broyerba4ad322001-07-26 16:55:21 +000012434Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12435
12436 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12437 lookup framework
12438
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012439Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12440
12441 * tree.c: fixed xmlCopyNode() for documents
12442
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012443Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12444
12445 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12446
12447Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012448
12449 * parser.c: fixes bug #57652 reported by Morus Walter
12450
Daniel Veillarde3924972001-07-25 20:25:21 +000012451Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12454
Daniel Veillarda53c6882001-07-25 17:18:57 +000012455Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12456
12457 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12458 errors, lesson don't add new functions at 1am before a release
12459 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12460 from XPath initialization when possible.
12461
Daniel Veillardd9bad132001-07-23 19:39:43 +000012462Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12463
12464 * result/scripts/base*: removing history/readline changed
12465 this slightly
12466 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12467 xmllint.c: make element content line number generation
12468 optionnal to avoid breaking old apps added interface to switch
12469
Daniel Veillardf012a642001-07-23 19:10:52 +000012470Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12471
12472 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012473 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012474 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12475 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12476 John Kroll fixes to allow saving to HTTP via PUT (or
12477 POST of needed).
12478 * doc/html/*.html: regenerated the docs
12479
Thomas Broyere8126242001-07-22 03:54:15 +000012480Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12481
12482 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12483 xmlHashScanFull and xmlHashScannFull3 to get passed the
12484 three keys as arguments to the callback function
12485
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012486Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12487
12488 * configure.in Makefile.am: removed libxml softlink for good
12489 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12490 100% coverage by gtk-doc
12491
Daniel Veillard8599e702001-07-17 21:38:51 +000012492Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12493
12494 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12495 fixed serious troubles due to size_t vs. int mismatch
12496
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012497Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12498
12499 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12500
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012501Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12502
12503 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12504 convenient extension API for value and context managing
12505 Now handles external objects through xmlXPathPopExternal,
12506 xmlXPathWrapExternal and xmlXPathReturnExternal.
12507 Added functions for sets operations (intersection, etc.)
12508
Daniel Veillard22090732001-07-16 00:06:07 +000012509Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12510
12511 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12512 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12513 HTMLparser.c: cleanup of global variables, marking some
12514 const or private.
12515
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012516Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012517
12518 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12519 fixed xmlXPathNodeSetItem when passing index=0
12520
Daniel Veillard05dec342001-07-14 21:57:39 +000012521Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12522
12523 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12524
Daniel Veillard28ae6362001-07-14 16:44:32 +000012525Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12526
12527 * xmllint.c: fixed compilation under Cygwin #57503
12528 * TODO: update
12529
Peter Williamsed156f52001-07-13 18:35:13 +0000125302001-07-13 Peter Williams <peterw@ximian.com>
12531
12532 * config.h.in: add #undef HAVE_DLFCN_H
12533
12534 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12535 builddir.
12536
Daniel Veillard73b36e32001-07-12 15:09:52 +000012537Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12538
12539 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12540 raised by #57348 and #57381
12541
Daniel Veillard7db37732001-07-12 01:20:08 +000012542Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12543
12544 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12545 tree.c xpointer.c: store the line numbder in element->content,
12546 may break some software, need a configuration mechanism
12547
Darin Adler96037892001-07-11 00:03:16 +0000125482001-07-10 Darin Adler <darin@bentspoon.com>
12549
12550 * .cvsignore:
12551 * example/.cvsignore:
12552 * include/.cvsignore:
12553 * include/libxml/.cvsignore:
12554 Various things that are generated and should be ignored.
12555
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012556Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12557
12558 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12559 * doc/xml.html doc/html/*: updated the docs
12560
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012561Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12562
12563 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12564 validation occured on content with element child
12565
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012566Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12567
12568 * tree.c: fixed XML Base computation which was broken
12569 * debugXML.c: added a base function to the shell
12570 * Makefile.am result/scripts/* test/scripts/*: added scripts
12571 based regression tests, and adding 2 XML Base tests
12572
Daniel Veillard19e96c32001-07-09 10:32:59 +000012573Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12574
12575 * tree.c: set properties doc and call xmlSetListDoc for properties
12576 content when grafting them in a different tree.
12577 * aclocal.m4: remove from CVS
12578
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012579Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12580
12581 * win32/libxml2/libxml2.def.src: added some missing entry point
12582 for XPath (Mark Vakoc)
12583
Daniel Veillard388236f2001-07-08 18:35:48 +000012584Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12585
12586 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12587 layer should URI-Unescape before trying to open resources.
12588
Daniel Veillard04383752001-07-08 14:27:15 +000012589Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12590
12591 * xpath.c: fix the name() bug for elements in the default
12592 namespace reported by Charlie Bozeman
12593
Daniel Veillard7583a592001-07-08 13:15:55 +000012594Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12597 led to an XPath fix, improvements of SAX initialization, and
12598 an added option --nocdata to testXPath
12599
Daniel Veillard449d7392001-07-07 19:11:06 +000012600Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12601
12602 * doc/libxml-doc.el: Felix Natter provided anew version working
12603 with XEmacs too
12604
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012605Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12606
12607 * include/libxml/xpath.h: small cleanup
12608 * doc/xml.html: update
12609
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012610Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12611
12612 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12613 released 2.3.14
12614
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012615Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12616
12617 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012618 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012619
Daniel Veillard73c9c042001-07-05 20:02:54 +000012620Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12621
12622 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12623 were not equal to empty strings
12624
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012625Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12626
12627 * SAX.c: fixed a URI-Reference computation problem when validating
12628 * xmlIO.c: small cleanup
12629
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012630Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12631
12632 * parser.c: improved the description of a couple of interfaces
12633 upon Larry Stamper suggestion
12634
Daniel Veillard62f313b2001-07-04 19:49:14 +000012635Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12636
12637 * SAX.c entities.c parser.c: changed completely the way entities
12638 are handled when running the parser in entity substitution mode.
12639 This fixes a bug reported by Stephan Kulow and nearly divides
12640 by 3 the amount of memory required by libxslt to load and process
12641 DocBook TDG.
12642
Daniel Veillardf420ac52001-07-04 16:04:09 +000012643Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * HTMLparser.c: fixing a too early root closing problem raised
12646 byt Prashanth Naidu
12647
Daniel Veillard8c357d52001-07-03 23:43:33 +000012648Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12649
12650 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12651 raised by Mark Vakoc.
12652
Daniel Veillard6e90d192001-07-03 16:37:49 +000012653Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * example/Makefile.am: fixed the include path to add srcdir/include
12656 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12657 and some cleanup
12658
Daniel Veillardf06307e2001-07-03 10:35:50 +000012659Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12660
12661 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12662 lot of optimization work, results in significant improvements
12663 when handling really complex XPath queries. Add a small optimizer
12664 for unions, improve [n] and [last()], avoid some costly ops.
12665
Daniel Veillard77044732001-06-29 21:31:07 +000012666Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12667
12668 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12669 * xpath.c: small cleanup
12670 * xmlGetNsList: reformated, fixed problems if used on Entities
12671
Daniel Veillard2adbb512001-06-28 16:20:36 +000012672Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12673
12674 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12675
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012676Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12677
12678 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12679 * Makefile.am example/Makefile.am: workaround automake generating
12680 erroneous deps
12681
Daniel Veillard12f7d292001-06-28 13:12:11 +000012682Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12683
12684 * include/win32config.h: bug #56801 Yon Derek provided a patch
12685 to the windows config file.
12686
Daniel Veillard87ee9142001-06-28 12:54:16 +000012687Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12690 libxml.h : Yon Derek provided a set of changes to compile from
12691 CVS on Windows/MSC
12692
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012693Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12694
12695 * parser.c: fixed UTF8 BOM support in push mode
12696 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12697 added a specific testcase
12698
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012699Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12700
12701 * Makefile.am: added --push regression tests
12702 * parserInternals.c: the XML parser segfaulted in --push mode
12703
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012704Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * configure.in: moved the symlinks detection within a CVS
12707 check, this is not portable and will be removed soon.
12708 * xpath.c: small cleanup/speedup
12709
Daniel Veillard11648102001-06-26 16:08:24 +000012710Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12711
12712 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12713 release of 2.3.12
12714 * parser.c: make an error message if unknow entities in all cases
12715
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012716Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12717
12718 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12719
Daniel Veillard23793842001-06-25 16:07:45 +000012720Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12721
12722 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12723 includes were installed in the wrong dir
12724
Daniel Veillardf5498f32001-06-25 15:08:36 +000012725Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * doc/html.xml: warn against sending code to exhibit bugs.
12728
Daniel Veillard56f06462001-06-24 21:34:03 +000012729Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12730
12731 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12732 Tru64 from Thomas Leitner
12733
Daniel Veillardc5d64342001-06-24 12:13:24 +000012734Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12735
12736 * AUTHORS: added William and Bjorn
12737 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12738 daniel@veillard.com hopefully I won't have to do this again
12739 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12740 docs can be rebuilt cleanly now
12741 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12742 from CVs it's generated, added include/libxml/xmlwin32version.h
12743 also generated but which should change far less frequently.
12744 * catalog.c nanoftp.c: made sure to include libxml.h not
12745 libxml/xmlversion.h directly
12746 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12747 when compiling on WIN32 and MSC
12748
Daniel Veillard07385fd2001-06-23 21:55:48 +000012749Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12750
12751 * include/Makefile.am include/libxml/Makefile.am configure.in:
12752 fixed make distcheck and rebuilding the rpms
12753
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012754Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12755
12756 * configure.in: should finish the migration of exported includes
12757 into a real include/libxml in CVS, at least for CVS users.
12758 * removed the exported headers, added in include/libxml (as well
12759 as xmlversion.h.in).
12760
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012761Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12762
12763 * configure.in: fixed the way to detect symlink
12764
Daniel Veillard66541772001-06-23 18:31:04 +000012765Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12766
12767 * configure.in: updated, include/libxml is now a real CVS dir
12768
Daniel Veillardca989762001-06-23 17:39:29 +000012769Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12770
12771 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12772 version works with both libxml1 and libxml2 (it autodetects
12773 the prefix of the html-files) from Felix Natter.
12774 * doc/xml.html: updated doc accordingly
12775
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012776Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12777
12778 * xpath.c: fixed the bug generating a template loop in libxslt
12779 when using docbook-xsl-1.4, * should filter out document nodes
12780 * HACKING: added William
12781 * TODO: updated
12782
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012783Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * doc/FAQ.html: added a warning about gcc-3.0
12786 * doc/xml.html: added reference to gdome2 and removed a confusing
12787 sentence
12788
Daniel Veillardf7f41852001-06-22 15:18:01 +000012789Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12790
12791 * xmlversion.h: okay this is a generated file, but Windows
12792 users need it and they can't generate it, and I want CVS
12793 Windows users ...
12794 * win32/libxml2/libxml2_so.dsp: Windows project file for
12795 the shared lib version of libxml2
12796 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12797 resources needed for libxslt/xsltproc by Yon Derek
12798
Bjorn Reese3157b342001-06-22 14:41:45 +000012799Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12800
12801 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12802
Daniel Veillard4151acb2001-06-22 10:48:57 +000012803Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12804
Daniel Veillardcc146db2001-06-22 11:10:52 +000012805 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12806
12807Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12808
Daniel Veillard4151acb2001-06-22 10:48:57 +000012809 * include/win32config.h: Yon Derek provided a first fix
12810 to be able to compile libxslt/xsltproc on Windows
12811
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012812Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12813
12814 * xpath.c: attempt to work around what seemed a gcc optimizer
12815 bug when handling floats on i386 http://veillard.com/gcc.bug
12816 * tree.c entities.c encoding.c: doing some cleanups while
12817 chasing it
12818
Daniel Veillard017b1082001-06-21 11:20:21 +000012819Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12820
12821 * Makefile.am: cleanup when --without-debug is specified
12822 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12823 w.r.t. --without-debug and other include points
12824 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12825 Catalogs
12826 * configure.in entities.h tree.h HTMLparser.c: removed
12827 --without-corba, made the _private field mandatory
12828
Daniel Veillard87a764e2001-06-20 17:41:10 +000012829Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12830
12831 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12832 outputs a BOM in UTF8, an errata has been issued to avoid the
12833 problem, that was the most reasonable solution... Add support
12834 for a leading UTF8 BOM in entities.
12835
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012836Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12837
12838 * valid.c: fixed a bug found when post validating an entity ref
12839 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12840 activate it too
12841
Daniel Veillard39196eb2001-06-19 18:09:42 +000012842Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12845 weakness in the node copy the XPointer and the XInclude
12846 implementations. Serious cleanup.
12847
Daniel Veillard3739b982001-06-19 12:51:30 +000012848Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12849
12850 * Makefile.am: Kjartan Maraas provided a small patch to
12851 add xml2-config.in to EXTRA_DIST
12852
Daniel Veillarda9142e72001-06-19 11:07:54 +000012853Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12854
12855 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12856 provided another failing case found in KDE, the way the
12857 ctxt->vctxt.nodeTab was allocated and freed changed over
12858 time but it wasn't completely cleaned up. This should fix it.
12859
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012860Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12861
12862 * parser.c: Stephan Kulow also raised the fact that line number
12863 could get miscounted making debug harder, fixed the problem
12864 in xmlParseCharData()
12865
Daniel Veillard64b98c02001-06-17 17:20:21 +000012866Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12867
12868 * valid.c: Stephan Kulow pointed out a problem when validating
12869 and using an empty entity, forgot a 'break' in a case.
12870
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012871Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12872
12873 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12874 * doc/xml.html: updated with 2.3.11
12875
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012876Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12877
12878 * TODO: updated adding cleanup of generated doc
12879 * configure.in: prepared to release 2.3.11
12880 * xmllint.c: added --version for bug reporting
12881 * doc/html/*.html: rebuilt the doc
12882
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012883Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12884
12885 * xpath.c: first part of the work on selecting namespace to
12886 fix bug #56115
12887
Daniel Veillard96ed5832001-06-15 22:22:04 +000012888Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12889
12890 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12891 when using -liconv
12892 * TODO: updated
12893
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012894Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12897 cleanup, encoding support.
12898
Daniel Veillard608ad072001-06-14 08:32:28 +000012899Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12900
12901 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12902
Daniel Veillard239d0522001-06-13 23:02:48 +000012903Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * xpath.c: bug detected by Ankh when / is used as a function arg
12906
Daniel Veillard02bb1702001-06-13 21:11:59 +000012907Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12908
12909 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12910 of element and use it to avoid outputting formatting spaces at
12911 the wrong place. Implemented the format parameter for HTML save.
12912 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12913 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12914 result/HTML/wired.html: of course this impact the result of a
12915 number of HTML tests
12916
Daniel Veillard95d845f2001-06-13 13:48:46 +000012917Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12918
12919 * HTMLtree.[ch]: started augmenting the HTML save API with
12920 encoding and formatting parameters
12921
Daniel Veillardeca60d02001-06-13 07:45:41 +000012922Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * HTMLtree.h: cleanup and started evaluating the work needed on
12925 revamping the HTML output code
12926
Daniel Veillard84666b32001-06-11 17:31:08 +000012927Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12928
12929 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12930
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012931Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * valid.c: fixed bug #56049, forgot one check in the
12934 validation routine
12935
Daniel Veillardca2366a2001-06-11 12:09:01 +000012936Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12939
Daniel Veillard6761eee2001-06-11 10:29:38 +000012940Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * libxml.h: fixed an error in last commit
12943 * doc/FAQ.html: added an entry for compilation from CVS
12944
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012945Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12946
12947 * xmlversion.h.in libxml.h: Cygwin patches
12948 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12949 * tree.h: cleanup
12950
Daniel Veillardacd370f2001-06-09 17:17:51 +000012951Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12952
12953 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12954 memory block in a strange case where libxml is linked twice
12955 in the binary.
12956
Daniel Veillard1d047672001-06-09 16:41:01 +000012957Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12958
12959 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12960 state far too often, simple fix used to avoid it.
12961
Daniel Veillard4497e692001-06-09 14:19:02 +000012962Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12963
12964 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12965 being processed, applied his patch
12966 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12967
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012968Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12969
12970 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12971 provided fixes to compile on MSCC again
12972 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12973 also provided an update for the project files.
12974
Daniel Veillarda682b212001-06-07 19:59:42 +000012975Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12976
12977 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12978 bug #55810
12979
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012980Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * tree.c: fixed xmlGetNsProp() to close bug #55683
12983 Note this requires libxslt to use it's own function instead.
12984
Daniel Veillardf0c53762001-06-07 16:07:07 +000012985Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12986
12987 * HTMLtree.c: when in a pre element no formatting space should
12988 be added.
12989 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12990
Daniel Veillard068a9652001-06-07 15:30:26 +000012991Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12992
12993 * configure.in: added tests for signal() and signal.h
12994
Daniel Veillard541d6552001-06-07 14:20:01 +000012995Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12998
Daniel Veillard8a367d42001-06-07 14:01:34 +000012999Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13000
13001 * doc/libxml-doc.el: Felix Natter provided a new version for
13002 libxml2
13003
Daniel Veillard8a926292001-06-07 11:20:20 +000013004Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13005
13006 * HTMLtree.c: when in a pre element no formatting space should
13007 be added.
13008
Daniel Veillard14839d52001-06-06 16:11:56 +000013009Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13010
13011 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13012
Daniel Veillarde95e2392001-06-06 10:46:28 +000013013Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13014
13015 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13016 hack
13017 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13018 * uri.c: fixed a warning
13019
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013020Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13021
13022 * HTMLtree.c: trying to close bug #55772 escaping in script
13023 elements
13024 * doc/xml.html: suggest to send mail to the list
13025
13026Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013027
13028 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13029 good. Use a macro and based on the solution provided in
13030 vsnprintf manual page from GNU.
13031
Bjorn Reese99748722001-06-05 12:49:15 +000013032Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13033
13034 * error.c: Workaround for non-preserving variadic list.
13035 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13036
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013037Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13038
13039 * doc/xml.html: added 2.3.10 release
13040
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013041Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13042
13043 * configure.in: releasing 2.3.10
13044
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013045Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13046
13047 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13048
Daniel Veillard20042422001-05-31 18:22:04 +000013049Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13050
13051 * encoding.c: Robert Collins provided a patch to add the
13052 "US-ASCII" encoding alias
13053
Daniel Veillard97ac1312001-05-30 19:14:17 +000013054Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13055
13056 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13057 string oriented functions and started cleaning the related areas
13058 in xpath.c which needed fixing in this respect
13059
Daniel Veillard2d703722001-05-30 18:32:34 +000013060Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13061
13062 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13063 #55380
13064 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13065
Daniel Veillard9403a042001-05-28 11:00:53 +000013066Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13067
13068 * TODO: updated
13069 * nanohttp.[ch] : started adding APIs to get the redirected URL
13070 when this occurs (needed for further base computation
13071 * tree.h: cleanup
13072 * encoding.c: cleanup
13073 * SAX.c: minor change around ctxt->loadsubset
13074
Daniel Veillard6278fb52001-05-25 07:38:41 +000013075Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13076
13077 * Makefile.am include/Makefile.am: small change to have
13078 include/libxml rebuilt if working from CVS.
13079 * uri.c: applied another patch from Carl Douglas for URI escaping,
13080 this should close bug #51876
13081
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013082Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13085 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13086 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13087 added specific regression test
13088 * parser.h: preparing for the XSLT mode where DTD inherited
13089 attributes are added to the tree.
13090
Daniel Veillardbbd22452001-05-23 12:02:27 +000013091Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13092
13093 * xinclude.[ch]: Updated the namespace for the Last Call version
13094 * result/XInclude/include test/XInclude/include: updated the
13095 testsuite accordingly
13096
Daniel Veillard8514c672001-05-23 10:29:12 +000013097Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13098
13099 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13100 related to bug #51876
13101
Daniel Veillard42596ad2001-05-22 16:57:14 +000013102Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13103
13104 * tree.c: fixed a gross mistake in base computation, xml:base is
13105 not completely correct yet (need cascade).
13106 * xpath.[ch]: added the few things needed to find a function name
13107 and URI from the XPath context when it is called.
13108
Daniel Veillard81418e32001-05-22 15:08:55 +000013109Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13112 * DOCBparser.c: small cleanup
13113 * xmllint.c: added a --catalogs option to load catalogs from
13114 $SGML_CATALOG_FILES
13115 * tree.c: cleanup
13116 * configure.in: iconv library fixup, ICONV_LIBS
13117
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013118Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13119
13120 * catalog.c: handling of CATALOG entries. detection of recursion,
13121 and a few bugfixes
13122 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13123 against the default namespace
13124
Daniel Veillard04b93292001-05-21 08:15:31 +000013125Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13128
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013129Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13130
13131 * parser.c: fixed propagation context info when parsing an
13132 external entity.
13133 * doc/html/*.html: regenerated a couple of docs
13134
Daniel Veillard4623acd2001-05-19 15:13:15 +000013135Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13136
13137 * doc/xml.html: update with 2.3.9 informations
13138
Daniel Veillardbed7b052001-05-19 14:59:49 +000013139Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13140
13141 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13142 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13143 * doc/html/* : rebuilt the docs
13144 * valid.c: small patch which may improve some case when
13145 validating.
13146
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013147Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13148
13149 * HTMLparser.c: Closed bug #54891
13150 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13151 to the suite
13152
13153Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13156 applied a documentation patch from LotR and filled in a few missing
13157 descriptions
13158
Daniel Veillard76d66f42001-05-16 21:05:17 +000013159Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13160
13161 * xpath.c tree.c parser.c: speed optimizations at the parser level
13162 document tree freeing and xpath evaluation
13163
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013164Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13165
13166 * parser.c parser.h parserInternals.h: fixed a couple of
13167 interfaces for handling memory buffer input to const char *
13168 upon suggestion of JamesH.
13169
Daniel Veillardc3739e72001-05-15 15:23:27 +000013170Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13171
13172 * configure.in: LoTR sent a patch fixing the previous commit
13173
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013174Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13175
13176 * configure.in: trying to deal again with the stoopid -R linking
13177 flag of Solaris
13178
Daniel Veillard790142b2001-05-15 10:51:53 +000013179Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13180
13181 * xpath.h: two nodeset access macros from Thomas Broyer
13182
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013183Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13184
13185 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13186 patch from Thomas Broyer
13187
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013188Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13191 case
13192 * INSTALL: was empty added stuff from the FAQ
13193
Daniel Veillard75bea542001-05-11 17:41:21 +000013194Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13195
13196 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13197 attributes handling and #54433 by adding xmlUnsetProp()
13198 and xmlUnsetNsProp()
13199
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013200Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * HTMLparser.c: Patch from Jonas Borgström
13203 (htmlGetEndPriority): New function, returns
13204 the priority of a certain element.
13205 (htmlAutoCloseOnClose): Only close inline elements if they
13206 all have lower or equal priority.
13207 * result/HTML: this of course changed a number of tests results.
13208
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013209Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13210
13211 * xmlIO.c catalog.c: plugged in the default catalog resolution
13212 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13213 documentations
13214 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13215
Daniel Veillarda7374592001-05-10 14:17:55 +000013216Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13217
13218 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13219 integrating catalogs
13220 * catalog.[ch] testCatalog.c: adding a small catalo API
13221 (only SGML catalog support).
13222 * parser.c: restaured xmlKeepBlanksDefault(0) API
13223
Daniel Veillardc17337c2001-05-09 10:51:31 +000013224Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13225
13226 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13227
Daniel Veillard257d9102001-05-08 10:41:44 +000013228Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * parser.c: added xmlParseExternalEntityPrivate() to allow
13231 propagation of ctxt->_private when parsing external entities
13232
Daniel Veillard083c2662001-05-08 08:27:14 +000013233Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13234
13235 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13236
Daniel Veillard01ef7382001-05-08 07:31:43 +000013237Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13240
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013241Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13242
13243 * valid.c: warn when indeterminist content model is detected
13244 * result/VC/ElementValid8: this adds a message
13245 * Makefile.am: add --novalid for VCM tests
13246 * parserInternals.c: added a call to Init memory
13247
Daniel Veillard64269352001-05-04 17:52:34 +000013248Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13249
13250 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13251 when both parameters are NULL.
13252
Daniel Veillard37721922001-05-04 15:21:12 +000013253Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13254
13255 * valid.c: applied small patch from Gary Pennington, reindented
13256 some part of the code.
13257
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013258Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13259
13260 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13261 release, updated and regenerated the docs
13262
Daniel Veillard357c9602001-05-03 10:49:20 +000013263Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * xpath.c result/XPath/expr/floats : clarified and cleanup
13266 printing of abnormal floats in tests.
13267
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013268Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13269
13270 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13271 * results/HTML/ : a few changes in the output of the HTML tests as
13272 a result.
13273 * configure.in: tying to fix -liconv where needed
13274
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013275Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13276
13277 * Makefile.am: fixed a stupid error
13278
Daniel Veillard7150a032001-05-02 16:41:11 +000013279Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13280
13281 * configure.in Makefile.am: make the inclusion of the trio
13282 modules in the library conditional
13283
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013284Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13285
13286 * DOCBparser.c: patche from László Kovács, fixed entities refs
13287 in attributes handling
13288
Daniel Veillardedddff92001-05-02 10:58:52 +000013289Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13290
13291 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13292 flushing
13293
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013294Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13295
13296 * xpath.c: fix of an XSLT namespace bug reported on the list
13297 general/bug-8-
13298
Daniel Veillard5792e162001-04-30 17:44:45 +000013299Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13300
13301 * strio.h trio.c: Dan McNichol suggested a couple of small
13302 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13303
Daniel Veillard02141ea2001-04-30 11:46:40 +000013304Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13305
13306 * tree.c parser.c encoding.c: spent a bit more time looking
13307 at the parsing speed and DOM handling. Added a few more
13308 speedups.
13309
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013310Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13311
13312 * parser.c: small but effective parsing speed improvement
13313
Daniel Veillardb59076b2001-04-29 17:04:07 +000013314Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13315
13316 * configure.in: default on the DocBook parser inclusion (for Gnome)
13317 * DOCBparser.h: fixed a header reference
13318
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013319Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13320
13321 * configure.in xpath.c: applied Bjorn patches for FPE on the
13322 alpha
13323
Daniel Veillardeefd4492001-04-28 16:55:50 +000013324Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13325
13326 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13327 xmlSaveFormatFileTo()
13328
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013329Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13330
13331 * xpath.c: simple and efficient optimization, XPath functions
13332 aways bind to the same code, cache this
13333 * TODO: updated (by saying some is obsolete)
13334
Daniel Veillard2156a562001-04-28 12:24:34 +000013335Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13336
13337 * xpath.c: more cleanup work on XPath name parsing routines
13338
Daniel Veillard61d80a22001-04-27 17:13:01 +000013339Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13342 xmlXPathParseName
13343 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13344 * debugXML.c: avoid compilation problems if compiling without
13345 HTML support, Igor Zlatkovic
13346 * win32/libxml2/libxml2.def.src: being able to compile without
13347 XPath on Windows
13348
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013349Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13350
13351 * libxml.m4: yet another patch from Toshio Kuratomi
13352
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013353Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13354
13355 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13356
Daniel Veillard67fee942001-04-26 18:59:03 +000013357Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * tree.[ch]: added xmlSaveFormatFile interface for saving
13360 and indenting a file.
13361
Daniel Veillard82e49712001-04-26 14:38:03 +000013362Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13363
13364 * xpath.c: fixed bug #53689 related to processing-instruction()
13365
Daniel Veillard02f077a2001-04-26 10:59:11 +000013366Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13367
13368 * DOCBparser.c: patche from László Kovács
13369
Daniel Veillard30211a02001-04-26 09:33:18 +000013370Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * parser.c: applied fixes from Christian Glahn bug report #53391
13373
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013374Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * error.c: Jean François Lecomte provided a complete description
13377 and a fix to bug #53537
13378
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013379Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13380
13381 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13382
Daniel Veillard1034da22001-04-25 19:06:28 +000013383Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13384
13385 * DOCBparser.c SAX.c: a bit more work on entities processing.
13386 Still Need to cleanup XML output and references in attributes
13387
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013388Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13389
13390 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13391
Daniel Veillardb33c2012001-04-25 12:59:04 +000013392Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * tree.c: trying to fix #53574, not completely complete,
13395 I would like xmllint --copy --debug test/ent1 and
13396 xmllint --debug test/ent1 to show the same result.
13397 * xpath.c: fix a bug when trying to sort namespace nodes
13398
Daniel Veillard5146f202001-04-25 10:29:44 +000013399Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13400
13401 * HTMLtree.c: real fix for #53402
13402
Daniel Veillard7533cc82001-04-24 15:52:00 +000013403Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13404
13405 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13406 PIs when using xsl:output
13407 * valid.c: closing #53537 some case generate segfaults if there
13408 is validity errors
13409
Daniel Veillard61b33d52001-04-24 13:55:12 +000013410Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13411
13412 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13413 of external parsed entities, added --noent to testDocbook
13414 * valid.c: Garry Pennington found an uninitialized variable
13415 access in xmlValidateElementContent()
13416
Daniel Veillard56098d42001-04-24 12:51:09 +000013417Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13418
13419 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13420 with madness
13421 * result/HTML/ : this modified the result of the regression tests
13422 a lot.
13423
Daniel Veillard122376b2001-04-24 12:12:30 +000013424Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13425
13426 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13427 to doc where it wasn't checked against NULL reported by
13428 Jens Laas
13429
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013430Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13431
13432 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13433 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13434
Daniel Veillardeae522a2001-04-23 13:41:34 +000013435Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13438 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13439 * SAX.[ch]: cleanup and updates for DocBook
13440 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13441 ex SGML identifier changes
13442 * valid.c: removed a static unused function.
13443
Daniel Veillardde57c612001-04-23 09:13:36 +000013444Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13445
13446 * HTMLtree.c: applied change for Paul Sponagl on script saving
13447 * Makefile.am: the warning about entity title.xml are normal.
13448
Daniel Veillard393df012001-04-22 20:11:18 +000013449Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13450
13451 * configure.in: release of 2.3.7
13452 * Makefile.am: fixing make distcheck
13453
Daniel Veillarda41123c2001-04-22 19:31:20 +000013454Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13455
13456 * doc/html/* doc/xml.html: updated and regenerated the docs
13457
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013458Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13461
Daniel Veillarde82a9922001-04-22 12:12:58 +000013462Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * tree.c: fixed #53388 with the provided patch
13465
Daniel Veillard06803992001-04-22 10:35:56 +000013466Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * valid.c: Bjorn detected an invalid memory access. Fixed
13469 vstateVPush()
13470
Daniel Veillard40af6492001-04-22 08:50:55 +000013471Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13474
Bjorn Reese70a9da52001-04-21 16:57:29 +000013475Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13476
13477 * libxml.h: new header used only for the compilation of libxml
13478 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13479 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13480 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13481 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13482 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13483 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13484 baseline (version 1.2 plus a single patch).
13485 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13486 scientific notation for numbers. Tests added.
13487 * xpath.c: formatting of numbers changed to use sprintf
13488 (contribution from William Brack)
13489
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013490Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * valid.c: cleanup, more useful debugging
13493 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13494 * xmlIO.c: entity loading is printed as an error when validating
13495
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013496Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13497
13498 * valid.c: fixed to validate within entities
13499 * test/VCM/v22.xml: added a specific testcase
13500
Daniel Veillardca1f1722001-04-20 15:47:35 +000013501Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * valid.c: forgot an epsilon transition in for ()+
13504 * test/VCM/v21.xml : added a specific test case
13505
Daniel Veillard85349052001-04-20 13:48:21 +000013506Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13507
13508 * valid.c: removed a state explosion exhibited by RSS
13509 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13510 from bug #51872
13511
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013512Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13513
13514 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13515 validation without using an ugly NFA -> DFA algo in the source.
13516 Made a specific algorithm easier to maintain, using a single
13517 stack and without recursion.
13518 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13519 * hash.c: made the growing routine static
13520 * tree.h parser.c: added the parent information to an
13521 xmlElementContent node.
13522
Daniel Veillarde470df72001-04-18 21:41:07 +000013523Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13524
13525 * SAX.c parser.c xpath.c: generating IDs when not validating
13526 from an external parsed entity was poisoning the ID has table
13527 with removed values. This was killing XSLT on the KDE help
13528 browser.
13529
Daniel Veillardceacdd92001-04-18 15:10:35 +000013530Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13531
13532 * entities.h: andrew@ugh.net.au detected a double declaration
13533
Daniel Veillarda10efa82001-04-18 13:09:01 +000013534Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13535
13536 * debugXML.c hash.c tree.h valid.c : some changes related to
13537 the validation suport to improve speed with DocBook
13538 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13539 the way validation errors get reported
13540
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013541Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13542
13543 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13544 by P C Chow and William M. Brack for XSLT HTML output
13545
Daniel Veillard2d90de42001-04-16 17:46:18 +000013546Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13549 Igor Zlatkovic patches for MSC compilation and added his
13550 updates
13551
Daniel Veillarde043ee12001-04-16 14:08:07 +000013552Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13553
13554 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13555 prefix lookup.
13556 * parserInternals.c: fixed the bug reported by Morus Walter
13557 due to an off by one typo in xmlStringCurrentChar()
13558
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013559Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13560
13561 * HTMLparser.c result/HTML/*: revamped the way the HTML
13562 parser handles end of tags or end of input
13563
Daniel Veillard82daa812001-04-12 08:55:36 +000013564Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13567
Daniel Veillard67a21302001-04-11 14:39:16 +000013568Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13571 bug where the linktime verions of free() won't work ...
13572
Daniel Veillard27b55282001-04-11 12:22:25 +000013573Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13574
13575 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13576
Daniel Veillardafc73112001-04-11 11:51:41 +000013577Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * doc/xml.html: added 2.3.6 release
13580
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013581Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13582
13583 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13584 * result/wml.xml: resulted in a small output change
13585
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013586Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13587
13588 * tree.c: xmlNewDoc was missing the charset initialization
13589 * xmllint.c: added --auto to autogenerate a doc, allow to
13590 reproduce the problem fixed on xmlNewDoc
13591
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013592Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13593
13594 * xpath.c: trying to get 52979 solved
13595 * tree.c result/ result/noent/: trying to get 52712 solved, this
13596 also made me clean up the fact that XML output in general should
13597 not add formating blanks by default, this changed the output of
13598 a few tests
13599
Daniel Veillard73639a72001-04-10 14:31:39 +000013600Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13603
Daniel Veillardfac26a12001-04-08 13:08:14 +000013604Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13605
13606 * configure.in: finally released 2.3.6
13607
Daniel Veillard911f49a2001-04-07 15:39:35 +000013608Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13609
13610 * xpath.c: checking for null pointer generated by new code
13611
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013612Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * xpath.c: fixed a [] evaluation problem reported
13615 * test/XPath/tests/simpleaddr: extended test
13616 * result/XPath/simpleaddr: updated result
13617
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013618Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13619
13620 * xmllint.c: Dan Timis reported a portability problem
13621 on Macs without mmap, fixed it.
13622
Daniel Veillardb38bd552001-04-03 18:22:00 +000013623Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13624
13625 * testXPath.c : added a --tree option allowing to display the
13626 tree dump of the XPath expression
13627
Daniel Veillard4dd93462001-04-02 15:16:19 +000013628Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13629
13630 * xpath.c: fixed a memleak when comparing nodesets
13631 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13632 * tree.c: added a TODO
13633
Daniel Veillard92ad2102001-03-27 12:47:33 +000013634Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13635
13636 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13637 we need string functions
13638 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13639 to be able to use them where needed. Applied some changes
13640 to reduce name linking pollution and compile in only what's
13641 needed.
13642 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13643 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13644 for the string manipulation functions
13645 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13646 to the free() function of xmlmemory.c
13647 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13648 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13649 usage.
13650
13651
Daniel Veillard2be30642001-03-27 00:32:28 +000013652Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13653
13654 * error.c: applied the context output patch of the error
13655 handling submitted by Chuck Griffith
13656 * error/VC/*: this slightly change some error logs
13657
Daniel Veillard50582112001-03-26 22:52:16 +000013658Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * parser.c: fixed line number reporting on error
13661
Daniel Veillard04be4f52001-03-26 21:23:53 +000013662Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * parser.c: Sullivan and Darin found a parser bug,
13665 applied the patch.
13666
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013667Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13668
13669 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13670 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13671 xmlversion.h.in xpointer.c: of course the way I defined
13672 UNUSED breaks on old gcc version. Try to be smart and
13673 also define it directly in xmlversion.h
13674 * configure.in: removed -ansi flag from the pedantic set
13675
13676Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013677 Huge cleanup, I switched to compile with
13678 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13679 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13680 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13681 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13682 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13683 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13684 encoding.h entities.c error.c list.[ch] nanoftp.c
13685 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13686 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13687 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13688 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13689 Cleanup, staticfied a number of non-exported functions,
13690 detected and cleaned up a dozen of problem found this way,
13691 avoided a lot of public function name/typedef/system names clashes
13692 * doc/xml.html: updated
13693 * configure.in: switched private flags to the really pedantic ones.
13694
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013695Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * configure.in: 2.3.5
13698 * doc/html/*: rebuilt the docs
13699
Daniel Veillard146c9122001-03-22 15:22:27 +000013700Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * parser.c: fixed a reported bug in NOTATION parsing
13703 * uri.c: accepted but not fixed bug 51876, added TODO
13704 * Makefile.am: fixed bug 51876
13705
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013706Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13707
13708 * config.h.in configure.in error.c: fix a compilation problem
13709 on platforms without vsnprintf (xml@thewrittenword.com)
13710
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013711Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * parser.c: fixed a function name header typo
13714 * SAX.c: notations can also occur in external subset.
13715
Daniel Veillard7d42b542001-03-20 13:22:46 +000013716Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13717
13718 * error.c: removed a C++ like comment
13719
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013720Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * parser.c: fixing bug 52299 strange condition leading
13723 to a parser crash due to a buffer overflow
13724 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13725 added the specific test case
13726
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013727Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13728
13729 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13730 xmlXPathConvert{String,Number,Boolean} to be able to make
13731 type casts without a context stack, fixed some implementation
13732 problems related to the absence of context at parse-time,
13733 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13734 in the public API too
13735 * xpointer.c xpathInternals.h: we need to know at parse time
13736 whether we are compiling an XPointer
13737
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013738Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13739
13740 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13741 cleaned up the parser internals, refactored XPath code, added
13742 new compilation based APIs and cleanly separated public and
13743 private APIs.
13744
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013745Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * xpath.h: the comp field must be added at the end to avoid
13748 killing binary compat.
13749
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013750Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13751
13752 * Makefile.am: detect XPath memleaks in regreson tests
13753 * error.c: fixed and error w.r.t. error reporting still using
13754 stderr
13755 * hash.c: added new line at end of file
13756 * tree.h: minor cleanup
13757 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13758 expression parsing from evaluation, resulted in a number of
13759 changes internally, and in XPointer. Likely to break stuff
13760 using xpathInternals.h but should remain binary compatible,
13761 new interfaces will be added.
13762
Daniel Veillardd574f782001-03-14 19:40:17 +000013763Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13764
13765 * configure.in: fixed a couple of problems reported by
13766 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13767 without gcc on non linux platforms.
13768
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013769Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13770
13771 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13772 a fix for --with-html-dir= configure support. I hope it won't
13773 break rpm generation
13774
Daniel Veillarda022fe02001-03-14 16:30:00 +000013775Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * xmlIO.c: one function comment cleanup.
13778
Daniel Veillard25239c12001-03-14 13:56:48 +000013779Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13780
13781 * SAX.c: external subset notations were improperly registered
13782 in the internal subset.
13783
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013784Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * README.cvs-commits: added, pointing to HACKING
13787 * HACKING: updated
13788
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013789Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * parser.c: and Matt Sergeant found one in the XML push
13792 parser (erroneous check I forgot to remove when I fixed the
13793 main parser).
13794
Daniel Veillard68d7b672001-03-12 18:22:04 +000013795Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * xpath.c: ptittom found a small bug in UnaryExpr
13798
Daniel Veillarde356c282001-03-10 12:32:04 +000013799Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13800
13801 * configure.in: bumped to 2.3.4
13802 * error.c: fixed bug #51860
13803 * tree.c: fixed bug #51861
13804 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13805 * tree.[ch] : added xmlDefaultBufferSize
13806 * nanoftp.c: typo in function name header block
13807 * doc/xml.html : updated, added link to XML::LibXSLT
13808 * doc/html/* : rebuilt the docs
13809
Daniel Veillard80f32572001-03-07 19:45:40 +000013810Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13811
13812 * parser.c SAX.c: the new content parsing code raised an
13813 ugly bug in the characters() SAX callback. Found it
13814 just because of strangeness in XSLT XML Rec ouptut :-(
13815
Daniel Veillard6c831202001-03-07 15:57:53 +000013816Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * Makefile.am: Martin Baulig suggested to add -lm
13819 * tree.c: found another bug in xmlNodeGetContent()
13820
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013821Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13822
13823 * xpath.c: Bjorn found the error related to strictness of comparison.
13824
Daniel Veillard29631a82001-03-05 09:49:20 +000013825Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13826
13827 * parser.c: trying to fix the Dtd parsing problem reported
13828 by Gary, side effect of last week speed optimizations.
13829
Daniel Veillard14be0a12001-03-03 18:50:55 +000013830Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13833 * parserInternals.c: removed unneeded test raised by Stric
13834
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013835Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13836
13837 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13838 and fixed by William Brack). Added xmlXPathFormatNumber.
13839 Changed the sorting slightly.
13840 * configure.in Makefile.am example/Makefile.am: Added -lm.
13841 Please note that applications linking with libxml2, must
13842 also like with the math library from now on.
13843
Daniel Veillardf9533d12001-03-03 10:04:57 +000013844Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13845
13846 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13847
Daniel Veillard2f362242001-03-02 17:36:21 +000013848Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13849
13850 * parser.c: one must report spaces even if the Dtd element
13851 content proves that this is not part of the element content.
13852 * result/valid/*.xml: this changed the ouptu slightly
13853
Daniel Veillardb402c072001-03-01 17:28:58 +000013854Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13855
13856 * configure.in: bumped to 2.3.3
13857 * doc/xml.html: updated
13858
Daniel Veillard77851712001-02-27 21:54:07 +000013859Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13860
13861 * tree.c: minor doc fix
13862 * xpath.c: deallocation issues when a result tree has been
13863 converted to a node-set
13864
Daniel Veillardec70e912001-02-26 20:10:45 +000013865Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13866
13867 * doc/xml.html: oops corrected dates s/2000/2001
13868
Daniel Veillard8730c562001-02-26 10:49:57 +000013869Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * valid.c: new patch from Gary Pennington
13872
Daniel Veillard91e9d582001-02-26 07:31:12 +000013873Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13874
13875 * doc/xml.html: applied patch from Ankh
13876
Daniel Veillardedac3c92001-02-26 01:36:19 +000013877Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13878
13879 * xinclude.c: fixed a problem building on Mac
13880
Daniel Veillard21a0f912001-02-25 19:54:14 +000013881Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * parser.c: more work on increasing parsing ferformances
13884
Daniel Veillard48b2f892001-02-25 16:11:03 +000013885Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13886
13887 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13888 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13889 avoiding memcpy in production builds MEM_CLEANUP macro use
13890 * parser.[ch] parserInternals.c: optimizations of the tightest
13891 internal loops inside the parser. Better checking of I/O
13892 flushing/loading conditions
13893 * xmllint.c : added --timing
13894
Daniel Veillard71681102001-02-24 17:48:53 +000013895Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * configure.in: bumped to 2.3.2
13898 * doc/xml.html: updated for release
13899
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013900Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13901
13902 * xpath.c: found a memleak and fixed a nasty bug
13903
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013904Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13905
13906 * xmllint.[c1] : added return code errors for xmllint
13907 * xpath.c: specific debug dump function for result value trees
13908
Daniel Veillard4b637072001-02-21 21:52:55 +000013909Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13910
13911 * xpath.c: finally implemented xmlXPathCompareNodeSets
13912 * test/XPath/expr/floats results/XPath/expr/floats: added
13913 a test for float expressions
13914
Daniel Veillardf714aa32001-02-21 03:07:44 +000013915Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13916
13917 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13918 * parserInternals.[ch]: trying to speed up parsing
13919 * xpath.c : speeded up node set equality op
13920
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013921Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13922
13923 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13924 better handling of ID/IDREF and the list modules associated
13925 * configure.in: small CFLAGS cleanup
13926
Daniel Veillarda8abee62001-02-19 15:14:59 +000013927Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13928
13929 * configure.in: fixed iconv detection on AIX (stric)
13930
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013931Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013932
13933 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13934
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013935Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13936
13937 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13938 and optimized xmlXPathNodeSetSort
13939
Daniel Veillard142adbf2001-02-17 13:21:05 +000013940Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13941
13942 * xpath.c: bug fix when context size is 0
13943 * parser.c: I like Norm's Dtd because they still manage to break
13944 the parser occasionally
13945
Daniel Veillardf23e0092001-02-16 13:21:29 +000013946Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13947
13948 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13949
Daniel Veillarde0e26512001-02-16 00:11:46 +000013950Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13953 attributes within the XML-1.0 namespace
13954
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013955Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13956
13957 * xpathInternals.h: exported a few axis functions
13958 * doc/xml.html: updated the doc
13959
Daniel Veillard760f4422001-02-15 14:59:48 +000013960Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13961
13962 * configure.in: applied patch from Daniel van Balen for OpenBSD
13963 and bumped version to 2.3.1
13964 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13965 attempt to find autoclosing was simply broken, removed it,
13966 updated the examples, this is better
13967
Daniel Veillardd194dd22001-02-14 10:37:43 +000013968Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13971 hash functionnalities.
13972 * doc/html/* : rebuild the doc
13973
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013974Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13975
13976 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13977 on predicate
13978 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13979 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13980 really want to have tags closed on output even if we accept
13981 unclosed ones on input
13982
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013983Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13984
13985 * xpath.c: ouch don't free NULL, rare case fixed
13986 * tree.c: don't coalesce text nodes if they don't have the
13987 same behaviour wrt escaping on output
13988
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013989Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * xpath.c: small fixup
13992 * SAX.c: don't warn on empty namespaces.
13993
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013994Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * README: a bit of cleanup
13997 * configure.in: preparing for 2.3.0 release
13998
Daniel Veillard1f83d392001-02-08 09:37:42 +000013999Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14000
14001 * hash.[ch]: added a first version of xmlHashSize()
14002 * valid.c: another bug fix from Gary Pennington
14003
Daniel Veillard5eef6222001-02-07 18:24:48 +000014004Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14005
14006 * valid.c: couple of bug fixes pointed by Gary Pennington
14007 * HTMLtree.c: #if 0 cleanup
14008
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014009Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14010
14011 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14012 which removes a time consuming check of xmlXPathNodeSetAdd()
14013 and use it in places where we are sure to not break unicity
14014
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014015Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14016
14017 * xpath.c: bug fixes found from XSLT
14018 * tree.c: preserve node->name special values when copying nodes.
14019 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14020 external subset are fetched when available but without full
14021 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14022 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14023 output with encoding disabled.
14024
Daniel Veillard2c833b62001-02-03 08:52:06 +000014025Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14026
14027 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14028 xmlCheckFilename should not be called from xmlFileOpenW
14029 and xmlGzfileOpenW
14030
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014031Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14034 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14035 added the new tests for URI normalization
14036 * testURI.c: fixed stoopid bugs
14037 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14038 the URI in the error messages are now properly normalized
14039
Daniel Veillardea28ce62001-02-02 08:20:19 +000014040Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14041
14042 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14043
Daniel Veillarde99a4762001-02-01 04:34:35 +000014044Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14045
14046 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14047
Daniel Veillard2b325a02001-01-31 20:46:31 +000014048Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14049
14050 * xpath.c: fixed mod operator
14051
Daniel Veillardde55cf62001-01-31 15:53:13 +000014052Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14053
14054 * parser.c: fixed xmlStrcat doc
14055 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14056 trees.
14057
Daniel Veillard2f913b72001-01-31 13:23:49 +000014058Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * xpath.c result/XPath/tests/chaptersbase
14061 result/XPath/tests/simplebase: fixed XPath node()
14062 * tree.c: small fix in xmlNewNs()
14063 * Makefile.am: removed extraneous xml2Conf.sh rule
14064
Daniel Veillardb42042b2001-01-28 07:40:36 +000014065Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14066
14067 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14068 Changed the library name, in order to get libxml-devel and
14069 libxml2-devel to coexist on a single system
14070 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14071 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14072
Daniel Veillardee0a4662001-01-27 18:59:33 +000014073Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14074
14075 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14076 libxml2-devel installable in // as libxml-devel.
14077
Daniel Veillard5eb05942001-01-27 17:50:22 +000014078Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14079
14080 * doc/Makefile.am: fixed make rebuild in doc
14081 * doc/html/*.html: rebuilt the docs
14082
Daniel Veillard65c295d2001-01-26 09:32:39 +000014083Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14086
Daniel Veillard8e199902001-01-25 18:54:39 +000014087Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14088
14089 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14090 the HTML doc to go into the -devel RPM ...
14091 * aclocal.m4 config.h.in: some updates due to auto* magic
14092
Daniel Veillard93086662001-01-25 18:13:04 +000014093Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14094
14095 * xpath.h: added a hook in the context structure allowing to
14096 link to extra support, needed for XSLT
14097
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014098Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14099
14100 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14101 xmlXPtrCmpPoints to use it.
14102 * propagated the following patch from Alejandro Forero
14103 * include/win32config.h xmlIO.c: applied further suggestions
14104 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14105 * example/gjobread.c: fixed warnings, now that it builds
14106
14107Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14108
14109 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14110
14111 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14112 filename points to a valid file (not a directory).
14113 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14114 Added calls to xmlCheckFilenameDir.
14115
14116 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14117 `path' (rather than `filename') as the parameter to gzopen and open.
14118
Daniel Veillard48177c22001-01-23 15:27:41 +000014119Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14120
14121 * Makefile.am: fixed a problem with EXTRA_DIST
14122
Daniel Veillardb83ba402001-01-22 22:45:10 +000014123Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * Makefile.am example/Makefile.am: finally found the trick
14126 to build the example, i.e. add "." in SUBDIRS before example
14127 in the list <grin/>
14128
Daniel Veillard82687162001-01-22 15:32:01 +000014129Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14130
14131 * doc/xml.html: updated with an XSLT section, removed pointer to
14132 W3C CVS base.
14133
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014134Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14135
14136 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14137 too, and deallocation need to occur the same way.
14138
Daniel Veillarde4566462001-01-22 09:58:39 +000014139Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14140
14141 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14142 type correponding to an XSLT result tree fragment. Share most
14143 of the data format with node set, as well as operators.
14144 * HTMLtree.c: added a newline at the end of the doctype output
14145 whe this one is not present initially.
14146 * tree.c: make sure taht the parent and doc pointers are properly
14147 set when copying attributes (lists).
14148
Daniel Veillard701c7362001-01-21 09:48:59 +000014149Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14150
14151 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14152
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014153Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14154
14155 * xpath.c: seems I finally killed that ugly path evaluation
14156 context bug (tagged 9999 in case is is wrong)
14157
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014158Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14159
14160 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14161 for XSLT
14162
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014163Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14164
14165 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14166 for xmlGzfileOpen() bug
14167
Daniel Veillardf6eea272001-01-18 12:17:12 +000014168Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14169
14170 * xpath.c: removed an error found by XSLT usage
14171 * tree.c parserInternals.h: use a predefined static string
14172 for text and comment nodes, avoid freeing them in xmlFreeNode,
14173 exported the string name in parserInternals.h and added
14174 another value to disable encoding at output (for XSLT),
14175 gain memory, time.
14176
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014177Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14178
14179 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14180 win32/libxml2/libxml2_so.dsp: new makefiles and update
14181 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14182
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014183Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14186 Gary Pennington
14187
Daniel Veillard389e6b72001-01-15 19:41:13 +000014188Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14189
14190 * xpath.c: fixed the comaprision of values and nodelists,
14191 need to compare nodelist still ...
14192 * debugXML.c: avoided a possible core dump
14193 * HTMLparser.c: cleanup
14194 * nanohttp.c: contributed fix.
14195 * tree.c: fixes in properties handling added xmlSetNsProp
14196 needed by libxslt
14197 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14198 comment
14199 * TODO: updated
14200
Daniel Veillard167bd532001-01-06 21:09:34 +000014201Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * parser.c parserInternals.c: applied Bjorn Reese optimization
14204 patch
14205
14206Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14207
14208 * Makefile.am: applied patch fro make check from Martin Vidner
14209
Daniel Veillard503b8932001-01-05 06:36:31 +000014210Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14211
14212 * configure.in: preparing 2.2.11
14213 * doc/html/*: rebuild the HTML files
14214 * doc/xml.html : updated
14215
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014216Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14217
14218 * tree.c: fixed a stupid bug
14219 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14220 patches related to validation of an XInclude processing result
14221 * TODO: updated
14222
Daniel Veillarde2488192001-01-04 10:54:22 +000014223Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14224
14225 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14226 on large files
14227
Daniel Veillardf060a412001-01-03 20:52:44 +000014228Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14229
14230 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14231
Daniel Veillard45cff692001-01-03 18:02:04 +000014232Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14233
14234 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14235 reported by Jonas Borgström
14236 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14237
Daniel Veillard08108982001-01-03 15:24:58 +000014238Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14239
14240 * testXPath.c xpath.c: fixing the XPath union expressions problem
14241 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14242
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014243Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * xmllint.c: Made is so if the file name is "-" is will read form
14246 standard input. Sven Heinicke <sven@zen.org>
14247 * tree.c: fixed a problem when growing buffer
14248 * tree.h: fixed the comment of the node types following andersca
14249 comment
14250 * TODO: updated
14251
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014252Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14253
14254 * HTMLparser.[ch]: added a way to avoid adding automatically
14255 omitted tags. htmlHandleOmittedElem() allows to change the
14256 default handling.
14257 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14258 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14259 of xmllint too when using --memory flag, added a memory test
14260 suite at the Makefile level.
14261 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14262 with namespace use when encountering QNames in XPath evalation,
14263 added xmlns() scheme in XPointer.
14264 * nanoftp.c : incorporated a fix
14265 * parser.c xmlIO.c: fixed problems raised with encoding when using
14266 the memory I/O
14267 * parserInternals.c: closed bug 25934 reported by
14268 torsten.landschoff@innominate.de
14269 * TODO: updated
14270
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014271Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14272
14273 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14274 on a non-updated tree :-(, made a 2.2.10 release to correct the
14275 situation
14276
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014277Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14278
14279 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14280 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14281 integrated a set of OpenVMS changes from Howard Taylor
14282 <Howard.Taylor@pacoast.com>
14283
Daniel Veillard58770e72000-11-25 00:48:47 +000014284Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14285
14286 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14287 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14288
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014289Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14290
14291 * HTMLparser.c: some fixes on auto-open of html/head/body
14292 * encoding.c: fixed a compilation error on some gcc env
14293 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14294 XPointer implementation
14295 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14296 related XPointer tests and associated results
14297
Daniel Veillard300f7d62000-11-24 13:04:04 +000014298Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14299
14300 * doc/xmldtd.html doc/xml.html: following a short step by step
14301 guidance on IRC to help maciej with DTDs I started a small
14302 page on the subject.
14303
Daniel Veillard748e45d2000-11-17 16:36:08 +000014304Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14305
14306 * HTMLparser.c: fixed handling of broken charrefs
14307 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14308 patches
14309
Daniel Veillard28929b22000-11-13 18:22:49 +000014310Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14311
14312 * doc/xml.html doc/html/* : rebuilt the docs after adding
14313 xinclude and updated page for 2.2.7 and 2.2.8
14314 * configure.in: releasing 2.2.8
14315
Daniel Veillard41e06512000-11-13 11:47:47 +000014316Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14317
14318 * parser.[ch] parserInternals.c: applied the conditional
14319 section processing fix from Jonathan P Springer
14320 <jonathan.springer2@gte.net>
14321 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14322 project file, fixed iconv default non support
14323 * xpath.c: fixed the problem of evaluating relative expressions
14324 when a node context is provided.
14325
Daniel Veillardbf432752000-11-12 15:56:56 +000014326Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14327
14328 * nanoftp.c: fixed gcc 2.95 new warnings
14329 * SAX.c: fixed a stupid bug
14330 * tree.c: fixed a formatting problem when round-tripping
14331 from/to memory
14332 * xinclude.c: chased memleak, fixed a base problem
14333 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14334 xmlXPtrBuildNodeList()
14335 * TODO: updated
14336 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14337 adding a first small set of regression tests for XInclude
14338
Daniel Veillardc2def842000-11-07 14:21:01 +000014339Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14340
14341 * nanohttp.[ch]: applied Wayne Davison patches to access
14342 the WWW-Authorization header.
14343 * parser.c: Closed Bug#30847: Problems when switching encoding
14344 in short files by applying Simon Berg's patch.
14345 * valid.c: fixed a validation problem
14346 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14347 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14348 Wayne Davison
14349 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14350 need to be extended to non full nodes selections.
14351 * xinclude.c: starts to work decently
14352
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014353Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14354
14355 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14356 debugXML.c xmlversion.h.in: Started adding XInclude support,
14357 this is a new xmllint option
14358 * tree.c xpath.c: applied TOM patches for XPath
14359 * xpointer.c: fixed a couple of errors.
14360 * uri.c: added an escaping function needed for xinclude
14361 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14362 new warning from RH70 gcc's version
14363
Daniel Veillarda4964b72000-10-31 18:23:44 +000014364Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14365
14366 * HTMLparser.c: fixed loop on invalid char in scripts
14367 * parser.c: update to description of xmlIOParseDTD()
14368 * libxml.m4 xmlversion.h.in: changes contributed by
14369 Michael Schmeing <m.schmeing@internet-factory.de>
14370 * configure.in: preparing for 2.2.7
14371 * Makefile.am: trying to avoid config.h and acconfig.h
14372 being included in the distrib
14373 * configure.in: released 2.2.7
14374
14375Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14376
14377 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14378 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14379
Daniel Veillard01411222000-10-30 15:33:22 +000014380Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14381
14382 * parser.[ch]: added xmlIOParseDTD()
14383 * xpointer.c: added support for the 2 extra parameters of
14384 string-range, fixed a stoopid error when '0' was present
14385 in XPointer expressions
14386 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14387 testsuite for the above
14388
Daniel Veillard6db58192000-10-30 09:27:53 +000014389Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14390
14391 * libxml.spec.in: improved package descriptions
14392
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014393Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14394
14395 * xpath.c xpathInternals.h: applied a large cleaning patch
14396 from TOM <ptittom@free.fr>, it also add namespace support
14397 for function and variables registration.
14398
Daniel Veillardbd20df72000-10-29 17:53:40 +000014399Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14400
14401 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14402 * Makefile.mingw: Wayne Davison's update adding hash.c
14403
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014404Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14405
14406 * xpath.c: fixed the root evaluation problems
14407 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14408 ignorable spaces with <b> <bold> <em>
14409 * tree.c: fixed a loop in xmlSearchNsByHref()
14410
Daniel Veillard767662d2000-10-27 17:04:52 +000014411Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14412
14413 * xpath.c: applied another XPath patch from TOM
14414 * xpath.c include/makefile.am: applied another patch from
14415 china@thewrittenword.com (cleanup on IRIX).
14416
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014417Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14418
14419 * xml-config.1: received a fixed version from Fredrik Hallenberg
14420 <hallon@lysator.liu.se>
14421
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014422Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14423
14424 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14425 cleanup patch for XPath
14426
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014427Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14428
14429 * patched to redirrect all "out of context" error messages to
14430 a reconfigurable routine. The changes are:
14431 * xmlerror.h : added the export of an error context type (void *)
14432 an error handler type xmlGenericErrorFunc there is an interface
14433 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14434 to reset the error handling routine and its argument
14435 (by default it's equivalent to respectively fprintf and stderr.
14436 * all the c files: all wild accesses to stderr or stdout within
14437 the library have been replaced to calls to the handler.
14438
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014439Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14440
14441 * configure.in: release 2.2.6
14442 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14443 exporting the inner functions of xpath for extension modules
14444 * doc/*: updated and rebuilt the doc
14445
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014446Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14447
14448 * nanohttp.c : applied Wayne HTTP cleanup patch
14449 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14450 and xmlNodeSetSpacePreserve()
14451
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014452Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14453
14454 * xpath.c: closing bug #29260
14455
Daniel Veillard126f2792000-10-24 17:10:12 +000014456Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14457
14458 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14459 multikey tuples, made hash structure opaque
14460 * valid.[ch]: moved elements, attributes, notations decalarations
14461 as well as ID and refs to hash tables.
14462 * entities.c: hash cleanup
14463 * xmlmemory.c: fixed a dump problem in debug mode
14464 * include/Makefile.am: problem passing in DESTDIR= values patch
14465 from Marc Christensen <marc@calderasystems.com>
14466 * nanohttp.c: removed debugging remains
14467 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14468 * HTMLparser.c parser.c: fixing a number of problems with the
14469 macros in the *parser.c files (Wayne).
14470 * HTMLparser.c: close the previous option when opening a new one
14471 (Marc Sanfacon).
14472 * result/HTML/*: updated the HTML results accordingly
14473
Daniel Veillard52afe802000-10-22 16:56:02 +000014474Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14475
14476 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14477 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14478 XPath functions and XML entities table to them. More to come...
14479 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14480
Daniel Veillard683cb022000-10-22 12:04:13 +000014481Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14482
14483 * tree.c: coalesce adjacent text nodes
14484 * valid.c: handling of blank nodes in DTd validation (raised
14485 by problems with a posteriori validation).
14486 * nanohttp.c: changing behaviour on HTTP write stuff.
14487 * HTMLtree.c: forced body and html to be explicitely closed.
14488 * xpath.h: exported more XPath functions.
14489
Daniel Veillard1baf4122000-10-15 20:38:39 +000014490Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14491
14492 * Release of 2.2.5
14493 * xpointer.c: range() range-inside and other helper functions
14494 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14495
Daniel Veillard47e12f22000-10-15 14:24:25 +000014496Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14497
14498 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14499 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14500
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014501Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14502
14503 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14504 and XPointer modules
14505
Daniel Veillard134c9f32000-10-15 10:27:08 +000014506Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14507
14508 * SAX.h: closed #25107
14509
Daniel Veillard39915622000-10-15 10:06:55 +000014510Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14511
14512 * testSAX.c: fixed problem with cdata reporting
14513 * SAXresult/* : updated
14514
Daniel Veillard1e851392000-10-15 10:02:56 +000014515Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14516
14517 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14518 Closed bug #27499, added to regression tests
14519 * TODO: updated
14520
Daniel Veillard7eda8452000-10-14 23:38:43 +000014521Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14522
14523 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14524 support for SCRIPT and STYLE with help from Bjorn Reese
14525 * test/HTML/* result/HTML/*: added simple testcase and updated
14526 the existing ones.
14527
Daniel Veillardff9c3302000-10-13 16:38:25 +000014528Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14529
14530 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14531 string-range for empty strings
14532 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14533 test/XPath/xptr/strrange: augmented the XPointer testsuite
14534
Daniel Veillard189446d2000-10-13 10:23:06 +000014535Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14536
14537 * doc/xml.html doc/xmlmem.html: added a module describing memory
14538 interfaces and use, updated the main page.
14539
Daniel Veillard2f971a22000-10-12 23:26:32 +000014540Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14541
14542 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14543 nanoftp code work on Windows too now
14544
14545Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014546
14547 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14548 * xpointer.c: implemented string-range() at least a good first version
14549 * test/XPath/docs/str test/XPath/xptr/strrange
14550 result/XPath/xptr/strrange: the string-range() tests
14551
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014552Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14553
14554 * Makefile.am include/Makefile.am include/win32config.h
14555 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14556 and make distcheck
14557
Daniel Veillard19d61112000-10-11 23:50:35 +000014558Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14559
14560 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14561 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14562 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14563
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014564Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14565
14566 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14567 patch for socklen_t detection by
14568 Albert Chin-A-Young <china@thewrittenword.com>
14569
Daniel Veillardcd429612000-10-11 15:57:05 +000014570Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14571
14572 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14573 and added a --dtdvalid option to xmllint used to test it
14574
Daniel Veillard47c02452000-10-11 13:04:36 +000014575Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14576
14577 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14578 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14579
Daniel Veillard2d38f042000-10-11 10:54:10 +000014580Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14581
14582 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14583 handlings (registration, lookup, cleanup)
14584
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014585Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14586
14587 * configure.in Makefile.am include/makefile.am: adding XPointer
14588 and XPtrtests target
14589 * xpointer.[ch] : new files for XPointer support
14590 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14591 more XPath tests
14592
Daniel Veillard57fda592000-10-10 23:24:14 +000014593Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14594
14595 * configure.in: fixed, very broken, make distcheck works again
14596
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014597Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14598
14599 * More work toward 2.2.5, integrated a number of patches
14600 * configure.in Makefile.am win32config.h.in: trying to cleanup
14601 make distcheck .... huh ...
14602 * include/Makefile.am include/win32config.h: new directory
14603 for includes
14604 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14605 updated teh makefiles and instructions for WIN32
14606 * xpath.c: small fixes
14607 * test/XPath/ results/XPath: updated the testcases and results
14608 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14609 suggested patches
14610 * valid.c: fixed an ID bug
14611
Daniel Veillardb71379b2000-10-09 12:30:39 +000014612Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14613
14614 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014615 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014616 * xpath.[ch]: worked on XPointer
14617
Daniel Veillard7e99c632000-10-06 12:59:53 +000014618Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14619
14620 * configure.in Makefile.am: 2.2.5, ship the include in an
14621 include/libxml subdirectory, use symlinks when using CVS
14622 * testSAX.c: fixed small bug
14623 * testXPath.c: changed the way testfiles are parsed
14624 * debugXML.c: same kind of cleanup when parsing an argument expression
14625 XPath/XPointers can have blanks embedded
14626 * xpath.[ch]: more cleanup, reorgs for XPointer work
14627 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14628 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14629
Daniel Veillard55b91f22000-10-05 16:30:11 +000014630Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14631
14632 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14633 in the XPath engine, rewrote large parts of it, now it's far
14634 cleaner and in sync with the REC not an old WD. Fixed a parsing
14635 problem in the interactive XML shell found when testing XPath.
14636
Daniel Veillardac260302000-10-04 13:33:43 +000014637Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14638
14639 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14640 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14641 examples with the extra test
14642
Daniel Veillard7cfce322000-10-04 12:40:27 +000014643Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14644
14645 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14646 the global init function.
14647
Daniel Veillard970112a2000-10-03 09:33:21 +000014648Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14649
14650 * HTMLparser.c: Doohhh, attribute name parsing was still case
14651 sensitive ! Fixed this ...
14652 * result/HTML/* : updated the tests results accordingly
14653
Daniel Veillard740abf52000-10-02 23:04:54 +000014654Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14655
14656 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14657 engine, should be far more stable, incorporated a new version of
14658 preceding/following axis, need testing
14659 * uri.c: fixed file:///c:/a/b/c problem
14660 * test/XPath/tests/idsimple: augmented the XPath tests
14661
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014662Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14663
14664 * doc/* rebuilding docs for 2.2.4 release
14665
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014666Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14667
14668 * configure.in: releasing 2.2.4
14669 * parser.[ch]: added xmlStrEqual()
14670 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14671 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14672 use xmlStrEqual instead
14673 * TODO: updated
14674 * added an XPath test
14675
Daniel Veillardbc765302000-10-01 18:23:35 +000014676Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14679 * entities.h: exported xmlInitializePredefinedEntities
14680 * parser.[ch] : added xmlInitParser()
14681 * parserInternals.h : had to export htmlInitAutoClose()
14682
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014683Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14684
14685 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14686 problems
14687 * Makefile.am : added XPath regression tests to normal tests
14688 * uri.c: fixed a problem with local paths, cleanup
14689 * parser.c: fixed a problem with large CData sections
14690
Daniel Veillardd2ade932000-09-30 14:39:55 +000014691Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * configure.in xml-config.in: patch from "Ben Taylor"
14694 <sol7x86@hotmail.com> for solaris shared libs lookup
14695
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000146962000-09-30 Martin Baulig <baulig@suse.de>
14697
14698 * libxml-2.0.pc.in: Provide pkg-config script.
14699
14700 * configure.in: Create the libxml-2.0.pc script from the
14701 libxml-2.0.pc.in templates.
14702 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014703 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014704
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014705Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14708 when compiling with MSC
14709
Daniel Veillard46057e12000-09-24 18:49:59 +000014710Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14711
14712 * xpath.c: patch for normalize-string() substring-before(),
14713 substring-after() and translate() functions from Bjorn Reese
14714 <breese@mail1.stofanet.dk>
14715 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14716 Fredrik Hallenberg <hallon@lysator.liu.se>
14717 * TODO: updated
14718
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014719Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14720
14721 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14722 problem of socklen_t being undefined on a number of platforms
14723 * debugXML.c: fixed a compilation problem when without snprintf
14724
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014725Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14726
14727 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14728 an URI bug and a fix for the control-character-induced infinite loop
14729 * nanohttp.c: preventive fix for compiling on WIN32
14730
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014731Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14732
14733 * xmlint.c: closing bug #25000
14734
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014735Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14736
14737 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14738 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14739 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14740 related function, fixing xmlStrncmp(), and associated cleanup
14741 * result/HTML/entities.html.sax: updating result
14742
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014743Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14744
14745 * uri.c: applied patch for URI escaping from Wayne Davison
14746 <wayned@blorf.net>
14747 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14748 from Denis Barbier <barbier@imacs.polytechnique.fr>
14749 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14750 patch from Wayne Davison
14751
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014752Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14753
14754 * doc/xml.html : updated with new releases, adding "how to help"
14755
Daniel Veillard04698d92000-09-17 16:00:22 +000014756Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14757
14758 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14759 removed a few warnings in pedantic mode ...
14760 * parserInternals.c parser.c: moved encoding switching function
14761 to parserInternals.c
14762 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14763
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014764Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14765
14766 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14767 error or warning handlers
14768
Daniel Veillardb1059e22000-09-16 14:02:43 +000014769Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14770
14771 * parserInternals.c parserInternals.h parser.c Makefile.am:
14772 created a new module parserInternals.c, moved most of the
14773 code shared by the various parsers there, as well as
14774 deprecated code from parser.c. More cleanup of parser.c
14775 * uri.c: fixed a problem when URI is NULL
14776 * valid.c: speedup when looking for an attribute declaration
14777
Daniel Veillard39c7d712000-09-10 16:14:55 +000014778Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14779
14780 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14781 the cleanup of the computation of URI references when seeking
14782 external entities. The URI reference string and the resulting
14783 URI are both stored now.
14784 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14785 large s(n)printf checks and cleanup from Denis Barbier
14786 <barbier@imacs.polytechnique.fr>
14787 * xmlversion.h.in tree.h: couple of SGML declarations for a
14788 possible docbook module.
14789 * result/VC/ : a couple of test output changed due to the change
14790 of the entities URI
14791
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014792Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14793
14794 * parser.h: added a _private field for linking user's data
14795
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014796Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14797
14798 * parser.c parserInternals.h: demacroified most of the IS_XXX
14799 the gain in size is significant so ...
14800
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014801Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14802
14803 * entities.c: cases where looking up entities with doc==NULL
14804 covered
14805
Daniel Veillard90e11312000-09-05 10:42:32 +000014806Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14807
Daniel Veillard1de50802000-09-07 08:54:32 +000014808 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014809 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14810
Daniel Veillard98a79162000-09-04 11:15:39 +000014811Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14812
Daniel Veillard1de50802000-09-07 08:54:32 +000014813 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014814 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14815 * Makefile.in: added URItest and included thenin "make tests"
14816
14817Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014818
14819 * xmlversion.h.in: closed bug 22941
14820
Daniel Veillard2bb89092000-08-31 14:57:50 +000014821Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14822
14823 * doc/xmlio.html: added doc and example for entity loader
14824 redefinition.
14825
Daniel Veillard96984452000-08-31 13:50:12 +000014826Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14827
14828 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14829 used by libxml
14830
Daniel Veillarde715dd22000-08-29 18:29:38 +000014831Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14832
14833 * parser.c: Fixed bug on invalid ontent characters and when using
14834 push.
14835 * xmllint.c: fixed xmllint endling of errors in push mode
14836
Daniel Veillard4948eb42000-08-29 09:41:15 +000014837Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14838
14839 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014840 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014841 * result/HTML/*.sax: regenerated HTML SAX output
14842 * parser.c: more cleanup.
14843
Daniel Veillarde010c172000-08-28 10:04:51 +000014844Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014847 patches from Wayne Davison <wayned@users.sourceforge.net>,
14848 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014849 * HTMLparser.c: fixed an ignorable white space detection bug
14850 occuring when parsing with SAX only
14851 * result/HTML/*.sax: updated since the output is now HTML
14852 encoded...
14853
Daniel Veillard47f3f312000-08-27 22:40:15 +000014854Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14855
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014856 * HTMLparser.[ch]: applied some of Wayne Davison
14857 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014858
Daniel Veillarde0854c32000-08-27 21:12:29 +000014859Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14860
14861 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14862 undeclared namespace prefix was used, added a warning.
14863 Cleaned up support w.r.t. entities, spilling out a warning
14864 and being pedantic on lookups.
14865 * test/warning/ent9 : added testcase for previous example.
14866 * TODO: updated
14867 * parserInternals.h parser.c: changed the way names are parsed
14868 now allow infinite size and decrease penalty for normal use
14869 * parser.c: Started a big cleanup/check of the parser code,
14870 fixed some of the most tortuous entity code, spotted code
14871 unused anymore
14872 * test/*: added tests for very long names and related nasty
14873 things.
14874
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014875Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14876
14877 * doc/encoding.html: added encoding aliases doc
14878 * doc/xml.html: updates
14879 * encoding.[ch]: added EncodingAliases functions
14880 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14881 bottleneck affecting large DTDs like Docbook
14882 * parser.[ch] xmllint.c: added a pedantic option, will be
14883 useful
14884 * SAX.c: redefinition of entities is reported in pedantic mode
14885 * testHTML.c: uninitialized warning from gcc
14886 * uri.c: fixed a couple of bugs
14887 * TODO: added issue raised by Michael
14888
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014889Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14890
14891 * doc/encoding.html: propagated Martin Duerst suggestions
14892
Daniel Veillard52402ce2000-08-22 23:36:12 +000014893Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14894
14895 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14896 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14897 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14898 by Wayne Davison
14899
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014900Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14901
14902 * nanoftp.c nanohttp.c: small cleanup
14903 * TODO: updated
14904
Daniel Veillard244ece92000-08-19 20:58:02 +000014905Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14906
14907 * added an old VC testcase and updated title.xml entity
14908
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014909Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14910
14911 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14912 done on auto-opening of <p> tags and cleanup of SAX output
14913
Daniel Veillard979e55e2000-08-19 16:48:54 +000014914Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14915
14916 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14917
Daniel Veillard4540be42000-08-19 16:40:28 +000014918Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14919
14920 * doc/xml.html libxml.* structure.*: updated the doc a bit
14921
Daniel Veillard808a3f12000-08-17 13:50:51 +000014922Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14923
14924 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14925 of SAX tests
14926
Daniel Veillard29579362000-08-14 17:57:48 +000014927Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14928
14929 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14930 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14931
Daniel Veillard1255ab72000-08-14 15:13:33 +000014932Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14933
14934 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14935 * testHTML.c: fix core dump on Solaris 2.x systems
14936 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14937 * result/HTML/*.sax: previous bug fix lead to new results
14938
Daniel Veillard03109292000-08-14 14:58:22 +000014939Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14940
14941 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14942 * configure.in: added --with-readline=DIR to accept alternate
14943 path for readline include/library
14944 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14945 for ANSI under HP-UX
14946 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14947 includes @LIBS@
14948
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014949Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14950
14951 * doc/* : rebuilt the docs
14952 * getting ready for 2.2.2 release
14953
Daniel Veillard87b95392000-08-12 21:12:04 +000014954Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14955
14956 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14957 and xmlAddFeature()
14958 * tree.[ch]: added xmlAddChildList()
14959 * xmllint.c: MAP_FAILED macro test
14960 * parser.h: added xmlParseCtxtExternalEntity()
14961 * valid.c: applied bug fixes removed warning
14962 * tree.c: added CDATA block to elements content
14963 * testSAX.c: cleanup of output
14964 * testHTML.c: added SAX testing
14965 * encoding.c: better error recovery
14966 * SAX.c, parser.c: fixed one of the external entity processing
14967 of the OASis testsuite
14968 * Makefile.am: added HTML SAX regression tests
14969 * configure.in: bumped to 2.2.2
14970 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14971 SAX results
14972
Daniel Veillard88a172f2000-08-04 18:23:10 +000014973Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14974
14975 * configure.in: patch for HP compiler
14976
149772000-08-04 Sven Heinicke <sven@zen.org>
14978
14979 * xmllint.c: Was coredumping sometimes when the file given didn't
14980 exist.
14981
Daniel Veillard46e370e2000-07-21 20:32:03 +000014982Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14983
14984 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014985
Daniel Veillard46e370e2000-07-21 20:32:03 +000014986 when using in memory parsing. Need some cleanup.
14987 * xmllint.c configure.in: added a --memory flag to test memory
14988 parsing
14989
Daniel Veillard36650692000-07-21 15:16:39 +000014990Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * nanohttp.c: fixed socklen_t replacement to unsigned int
14993 * parser.c: fixed a space handdling missing at the end of
14994 production 28 DOCTYPE.
14995 * xmlmemory.c: fixed a stupid bug on the routine to override
14996 allocation functions
14997 * TODO: updated
14998
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014999Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15000
15001 * doc/ regenerated the docs
15002
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015003Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15004
15005 * doc/encoding.html doc/xml.html: added I18N doc
15006 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15007 improvements, both parser and filters, added ASCII & HTML,
15008 fixed the ISO-Latin-1 one
15009 * xmllint.c testHTML.c: added/made visible --encode
15010 * debugXML.c : cleanup
15011 * most .c files: applied patches due to warning on Windows and
15012 when using Sun Pro cc compiler
15013 * xpath.c : cleanup memleaks
15014 * nanoftp.c : added a TESTING preprocessor flag for standalong
15015 compile so that people can report bugs more easilly
15016 * nanohttp.c : ditched socklen_t which was a portability mess
15017 and replaced it with unsigned int.
15018 * tree.[ch]: added xmlHasProp()
15019 * TODO: updated
15020 * test/ : added more test for entities, NS, encoding, HTML, wap
15021 * configure.in: preparing for 2.2.0 release
15022
Daniel Veillard49703262000-07-10 10:27:46 +000015023Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15024
15025 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015026 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015027
Daniel Veillard306be992000-07-03 12:38:45 +000015028Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15029
15030 * doc/xml.html: changed the xmlsoft.org structure, updated the
15031 examples w.r.t. root and childs
15032
Daniel Veillard7d853352000-07-02 18:53:09 +000015033Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15034
Daniel Veillard784b9352003-02-16 15:50:27 +000015035 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015036
Daniel Veillard365e13b2000-07-02 07:56:37 +000015037Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15038
15039 * HTMLparser.c: Work on character encoding support for the HTML parser
15040 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15041 * encoding.c: Fixed a potential memleak in the encoding stuff
15042
Daniel Veillardaf743792000-07-01 11:49:28 +000015043Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * doc/FAQ.html doc/Makefile.am : added a FAQ
15046
15047Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015048
15049 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15050 of the HTML parser to force it to not bypass SAX
15051
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015052Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15053
15054 * win32config.h.in: updated
15055 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15056 lacks iconv support :-( need to release 2.1.1
15057 * configure.in: release 2.1.1
15058 * HTMLparser: fixed bug #14784
15059 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15060 by Windows compiler
15061 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15062 the SAX startDocument() callback.
15063 * TODO: updated
15064
15065Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * added xmlStopParser()
15068
Daniel Veillardbe803962000-06-28 23:40:59 +000015069Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15070
15071 * configure.in: 2.1.0 prerelease
15072 * Large resync between W3C and Gnome tree
15073 * nanoftp, nanohttp.c: fixed stalled connections probs
15074 * HTMLtree.c SAX.c : support for attribute without values in
15075 HTML for andersca
15076 * valid.c: Fixed most validation + namespace problems
15077 * HTMLparser.c: start document callback for andersca
15078 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15079 * parser.h, SAX.c: serious speed improvement for large
15080 CDATA blocks
15081 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15082 different encoding
15083 * example/Makefile.am example/gjobread.c tree.h: work on
15084 libxml1 libxml2 convergence.
15085 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15086 and the LIBXML_TEST_VERSION macro
15087
Daniel Veillardc310d562000-06-23 18:32:15 +000015088Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15089
15090 * doc/xml.html: various patches and improvements typo fixed by
15091 Felix Natter
15092 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15093 from Felix Natter <fnatter@gmx.net>
15094
Daniel Veillardf3029822000-05-06 08:11:19 +000015095Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15096
15097 * doc/upgrade.html: updated with instructions for support of both
15098 libxml-1.x and libxml-2.x
15099 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15100 for 2.x support and also fixed includes
15101
15102
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015103Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15104
15105 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15106 the encoding support, added iconv support, so now libxml if
15107 compiled with iconv automatically support japanese encodings
15108 among others. Work based on initial patch from Yuan-Chen Cheng
15109 I may have broken binary compat in the encoding handler
15110 registration scheme, but that was so utterly broken I don't
15111 expect anybody to have used this feature until now.
15112 * parserInternals.h: fixup on the CHAR range macro
15113 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15114 code.
15115 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15116 * uri.c: added xmlParseURI() I can't believe I forgot to
15117 implement this one in 2.0 !!!
15118 * SAX.c: moved doc->encoding update in the endDocument() call.
15119 * TODO: updated.
15120
Daniel Veillard06047432000-04-24 11:33:38 +000015121Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15122
15123 * tree.h: removed extraneous xmlRemoveProp definition
15124 * TODO: added item about --disable-corba configure switch
15125 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15126 * nanoftp.c: fixed include problems giving troubles on AIX and
15127 slowlaris
15128 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15129 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15130 comment and headers changes to lower gtk-doc number of warnings
15131 * doc/html/*: rebuilt docs
15132
Daniel Veillarde0aed302000-04-16 08:52:20 +000015133Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15134
15135 * HACKING: documented the tag for 1.x and instructions
15136
Daniel Veillard5e873c42000-04-12 13:27:38 +000015137Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15138
15139 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15140 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15141 xmlCreateIOParserCtxt
15142 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15143 significant overall improvement
15144 * xmllint.c: added I/O test to xmllint
15145 * testSAX.c: added a speed test
15146 * doc/* : updated/regenerated
15147
Daniel Veillardfc708e22000-04-08 13:17:27 +000015148Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15149
15150 * xpath.c uri.h parserInternals.h: cosmetic changes from
15151 "Timur I. Bakeyev" <timur@bat.ru>, including making
15152 xmlCreateURI() public
15153
Daniel Veillard5d211f42000-04-07 17:00:24 +000015154Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15155
15156 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15157 and the code at the same time. Added a clean mechanism for
15158 overload or added input methods: xmlRegisterInputCallbacks()
15159 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15160 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15161 * TODO: updated
15162 * doc/* : updated/regenerated
15163 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15164 source dir
15165
Daniel Veillarde77a9182000-04-05 19:12:29 +000015166Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15167
15168 * testURI.c: yet another forgotten commit, I should get some sleep !
15169
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015170Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15171
15172 * xmllint.c: forgot to commit this too ?
15173
Daniel Veillardb9df4042000-04-05 14:23:16 +000015174Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15175
15176 * xmlversion.h.in : forgot to commit this previously
15177
Daniel Veillard361d8452000-04-03 19:48:13 +000015178Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15179
15180 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15181 * README TODO: updated for release
15182 * uri.c uri.h: added authority parsing/saving
15183 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15184 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15185 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15186 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15187 Makefile.am : added compile-time customization of libxml
15188 --with-ftp --with-http --with-html --with-xpath --with-debug
15189 --with-mem-debug
15190 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15191 #include <libxml/xxx.h> I hope it won't break too much stuff
15192 and will be manageable in the future...
15193 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15194 and added xmllint to the installed programs
15195 * uri.h: added xmlFreeURI()
15196
Daniel Veillardec303412000-03-24 13:41:54 +000015197Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15198
15199 * uri.c uri.h: finished the escaping handling, the base support
15200 and the URI path normalization. Looks good just lacks the
15201 authority content parsing code.
15202 * Makefile.am: added instructions to generate testURI
15203 * TODO: updated
15204 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15205 added links and icons for W3C and Gnome
15206
Daniel Veillard8f621982000-03-20 13:07:15 +000015207Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15208
15209 * xmlmemory.[ch] : seems I forgot to actually update the files in
15210 the last commit :-)
15211 * doc/xml.html doc/html/* : updated and uploaded the docs
15212
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015213Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15214
15215 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15216 * TODO: updated
15217 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015218 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015219 gfree).
15220 * Makefile.am, uri.c, uri.h: added a set of functions to do
15221 exact (litteraly copied from the RFC 2396 productions) parsing
15222 and handling of URI. Will be needed for XLink, one XML WFC,
15223 XML Base and reused in the nano[ftp/http] modules. Still work
15224 to be done.
15225
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015226Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15227
15228 * configure.in, libxml.spec.in : libxml2
15229 * doc/* : updated the doc page, rebuilt the docs
15230
Daniel Veillardcf461992000-03-14 18:30:20 +000015231Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15232
15233 * all: tagged LIB_XML_1_X
15234 * *.c *.h : updated from W3C CVS tree
15235 * configure.in : 2.0.0-beta
15236 * libxml.spec.in : libxml2 package nam
15237 * result/* : new version of the tests output
15238
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015239Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15240
15241 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15242
Daniel Veillardb566ce12000-03-04 11:39:42 +000015243Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15244
15245 * doc/* : rebuilt the docs
15246 * parser.c: final patch on #6766
15247 * valid.c: small patch on validity checks.
15248
Daniel Veillardfb76c402000-03-04 11:39:42 +000015249Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15250
15251 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15252 added
15253 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15254 compatibility w.r.t. XML spec and existing code.
15255
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015256Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * parser.c: seems a better solution to <a> </a> exists,
15259 will try it for a while
15260
Daniel Veillard83a30e72000-03-02 03:33:32 +000015261Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15262
15263 * parser.c: tried to remove the <a> </a> generating <a/>
15264 this is hard. Left a flag for that purpose. Fixed bug #6766
15265 * configure.in: prepared 1.8.7 not released, due to previous
15266 problem
15267
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015268Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15269
15270 * doc/xml.html : applied second patch from Paul DuBois
15271
Daniel Veillard402e8c82000-02-29 22:57:47 +000015272Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15273
15274 * doc/xml.html : applied patch from Paul DuBois
15275
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015276Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15277
15278 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15279
Daniel Veillard5feb8492000-02-02 17:15:36 +000015280Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15281
15282 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15283 compilation warnings on various platforms.
15284 * parser.c: Fixed #5281 validity error callbacks are now desactived
15285 by default if not validating.
15286
Daniel Veillardf341f932000-02-02 14:52:08 +000015287Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15288
15289 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15290
Daniel Veillard13c757e2000-02-01 23:59:15 +000015291Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15292
15293 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15294 <gkatsi@cs.toronto.edu>
15295
Daniel Veillard726e8792000-01-30 20:04:29 +000015296Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15297
15298 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15299 processing URLs
15300
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015301Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15302
15303 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15304 xmlNanoFTPUpdateURL for persistent control connections.
15305 * configure.in: 1.8.6
15306
15307Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15308
15309 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15310 * tree.[ch] : added xmlSaveNoEmptyTags
15311
James Henstridgef3be9312000-01-28 13:59:21 +0000153122000-01-29 James Henstridge <james@daa.com.au>
15313
15314 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15315
15316 * Makefile.am: added nanoftp.[ch] to the build.
15317
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015318Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15319
15320 * nanoftp.[ch]: cleanup, comments, API
15321 * debugXML.c : fixed a bug in the cat command
15322 * doc/*: regenerated the docs
15323
Daniel Veillardda07c342000-01-25 18:31:22 +000015324Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15325
15326 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15327 * debugXML.c : fixed a bug in the cat command
15328 * valid.c: fixing some small probs
15329 * libxml.spec.in: get rid of the SNAP suffix
15330 * doc/xml.html: updated the status
15331
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015332Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15333
15334 * xml-config.in: xml-config --version to just return the
15335 version number
15336 * xpath.c: some cleanup w.r.t. axis when the current node is
15337 an attribute.
15338 * TODO: updated
15339
Daniel Veillard461a66c2000-01-18 18:01:01 +000015340Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15341
15342 * configure.in: prepared for libxml-1.8.5
15343 * doc/* recompiled the documentation
15344
153452000-01-17 Jody Goldberg <jgoldberg@home.com>
15346
15347 * configure.in : WARNING autoconf subtlety alert :
15348 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15349 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15350 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15351 get defined by AC_CHECK_HEADERS.
15352
Daniel Veillardf967b902000-01-17 16:06:10 +000015353Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15354
15355 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15356 Rune.Djurhuus@fast.no
15357
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015358Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15359
15360 * TODO: updated
15361 * tree.c, parser.c: made sure that only memory alloc problems
15362 and internal parser errors are allowed to write to stdout or
15363 stderr.
15364
Daniel Veillard0142b842000-01-14 14:45:24 +000015365Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15366
15367 * tree.c : restored xmlNewGlobalNs since this seems used by
15368 a lot of existing code :-(, fixed a bug in xmlNewNs
15369 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15370 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15371 to exit() from the library code.
15372 * xpath.c, parser.c: removed bugs or unused code detected by
15373 Windows compilers
15374 * parser.c: started adding interfaces for parsing well balanced
15375 XML fragments
15376 * configure.in: releasing 1.8.4
15377 * doc/* : rebuilt the docs
15378
Daniel Veillard2eac5032000-01-09 21:08:56 +000015379Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15380
15381 * tree.[ch] : added xmlNewDocFragment() for DOM
15382 * testHTML.c: uninitialized variable.
15383
Daniel Veillardf3a73582000-01-05 14:58:39 +000015384Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15385
15386 * doc/* : rebuild the docs
15387
Daniel Veillard71b656e2000-01-05 14:46:17 +000015388Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15389
15390 * acconfig.h: readline and history patch
15391 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15392 * tree.c: added check and handling when possibly removing an ID
15393 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15394 and saving.
15395 * test/HTML/entities.html result/HTML/entities.html* : test for
15396 various entities reference cases
15397 * result/HTML/* : as a result output of some testcase have
15398 changed
15399 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15400 by previous example. added xmlParseTryOrFinish().
15401 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15402 entities.h debugXML.h HTMLparser.h: changed the way struct are
15403 declared to allow gtk-doc to expose those
15404 * parser.c: closed bug #4960
15405 * Makefile.am configure.in: Applied patch from
15406 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15407 and math/socket libs detection
15408
Daniel Veillard437b87b2000-01-03 17:30:46 +000015409Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15410
15411 * configure.in, Makefile.am: link tester against readline
15412 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15413
Daniel Veillard686d6b62000-01-03 11:08:02 +000015414Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15415
15416 * tree.[ch]: added xmlRemoveProp
15417 * win32config.h.in nanohttp.c: avoid including the Windows
15418 socket stuff in every C files
15419 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15420 the XmL parser(s)
15421 * test/ns4 result/ns4 etc...: added test case for previous prob
15422 * tree.c: xmlNewNs wasn't checking for double definition
15423 * Makefile.in: fixed a problem with dist-hook duplicates
15424 * parser.[hc], xmlIO.c: fixed the loading of external entities
15425 APIs, now xmlLoadExternalEntity() is used everywhere and
15426 setting up an app specific front-end using the
15427 * SAX.c parser.c: some fixes, now the xhtml spec validates
15428 with the xhtml DTD.
15429 * error.c: fixed crashes in case of no input stream
15430 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15431 to the validation tests and results
15432
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015433Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15434
15435 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15436 too htmlCreatePushParserCtxt() and htmlParseChunk()
15437 * parser.c: a bit of cleanup.
15438 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15439 to XML) removed the last mem leak known
15440 * HTMLtree.c: output message cleanup
15441 * xmlmemory.c: display content info about memory blocks
15442 * result/HTML/wired.* : missing att value warning change
15443
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015444Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * doc/* : rebuilt the documentation
15447
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015448Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15449
15450 * parser.[ch] parserInternals.h: Push parser for XML,
15451 seems to work fine now
15452 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15453 --push for push testing
15454 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15455 * testSAX.c: added --push
15456 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15457 subtree
15458 * xmlIO.[ch] : enriched API + fixes for push mode
15459 * entities.[ch]: added the entity content length to the struct.
15460 * xmlmemory.[ch]: new API to show the last entries for the shell
15461 * valid.c: added required attribute testing
15462 * SAX.c: the cdata callback now merge contiguous fragments
15463 * HTMLparser.c: cleanup of some macros
15464
Daniel Veillard3c558c31999-12-22 11:30:41 +000015465Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15466
15467 * parser.c: fix for PIs name starting with xml
15468 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015469 * *.c, configure.in win32config.h.in : generate win32config.h for
15470 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015471
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015472Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15473
15474 * parser.c: fixed a stupid = vs. == bug :-(
15475 * doc/gnome-xml.sgml: s/glade/xml/
15476
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015477Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15478
15479 * configure.in, doc/xml.html : bug fix release 1.8.2
15480 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15481 Hopefully the end of that silly C++ include problem
15482 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15483 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15484 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15485 troubles with autoclosed elements when the stree shape doesn't
15486 follow the DtD specs. Added htmlIsAutoClosed() and
15487 htmlAutoCloseTag()
15488 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15489 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15490 * debugXML.c: fixed a bug on printing default namespaces.
15491 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15492
Daniel Veillardb24054a1999-12-18 15:32:46 +000015493Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * result/HTML/*.htm[l] : updated the HTML regression tests according
15496 to the new output
15497 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15498 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15499 problem due to intermix of extern "C" { ... } declarations for C++
15500 and recursive includes in the headers
15501
Chris Lahey323c48c1999-12-18 15:32:45 +0000155021999-12-20 Chris Lahey <clahey@umich.edu>
15503
15504 * HTMLtree.c: Made it so that html nodes with a single child do
15505 not insert a carriage return before or after the child node.
15506
Daniel Veillardb24054a1999-12-18 15:32:46 +000015507Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015508
15509 * configure.in, doc/xml.html : bug fix release 1.8.1
15510 * parser.c: fixed bug #4344
15511 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15512 added the glue to avoid C++ problems
15513 * doc/* : regenerated the documentation
15514
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015515Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15516
15517 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15518 namespace recognition, and Dia as a resul :-(
15519 * encoding.c: closed bug #3950
15520
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015521Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15522
15523 * valid.c: debugging a posteriori validation, except URI expansion
15524 stuff this should be fixed now
15525 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15526 Carl Nygard <cnygard@bellatlantic.net>
15527 * tester.c: added --postvalid, cleaning of the code
15528 * tree.[ch]: added xmlDocGetRootElement()
15529
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015530Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15531
15532 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15533 c++ losage.
15534
Daniel Veillard10a2c651999-12-12 13:03:50 +000015535Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15536
15537 * configure.in, doc/xml.html : bumped to 1.8.0
15538 * xlink.[ch], Makefile.am : added framework for link detection
15539 * parser.h: added nbChars to parser context, needed for cleanup.
15540 * xmlmemory.c: removed a nasty bug when out of mem
15541 * valid.[ch]: adding namespace support for attribute decl
15542 * tester.c: added --debugent option
15543 * debugXML.[ch]: added xmlDebugDumpEntities()
15544 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15545 buffers instead, this was really needed, validation was breaking
15546 in strange ways due to that. Added xmlParseStringPEReference()
15547 and other parsing from strings functions. Entities processing
15548 modified again, but PERef are still not handled correcly but
15549 unless you're Eve Maller you won't notice :-)
15550 * HTMLparser.c: large changes toward reliability, and switched to
15551 lowercase internal tags, XHTML is lowercase, so it will help
15552 that output is closer to next version.
15553 * doc/* : regenerated the documentation, it is now hosted at
15554 http://xmlsoft.org/ (same bits I just bought the domain :-)
15555
15556
Daniel Veillard294cbca1999-12-03 13:19:09 +000015557Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15558
15559 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15560 doc generation
15561 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15562 in the SAX API
15563 * doc/*: rebuilt the doc making sure everything appears in the
15564 HTML files
15565
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015566Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15567
15568 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15569 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15570 which allow impressive speed improvement on dataset with
15571 large text pieces, but at the cost of broken binary
15572 compatibility and slightly bigger memory usage.
15573 Configure with --with-buffers to activate them, they
15574 are protected with XML_USE_BUFFER_CONTENT define.
15575 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15576 goal is 0 memory left allocated once parser is no more used
15577 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15578 call xmlCleanupParser() and xmlMemoryDump()
15579
Daniel Veillarda819dac1999-11-24 18:04:22 +000015580Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15581
15582 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15583 * parser.[ch] encoding.[ch]: added memory cleanup routines
15584 * parser.c: closing bug #3788
15585 * doc/*: rebuilt the doc
15586
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015587Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15588
15589 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15590 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15591 * tester.c: added --compress option
15592 * doc/*: rebuilt the documentation
15593
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015594Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15595
15596 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15597 if given /proc/kcore as input !
15598 * doc/xml.html doc/*: updated and rebuilt the documentation
15599
15600Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015601
15602 * parser.c: Fixed some wrongly space collapsing code due to
15603 a misreading of the spec.
15604 * result/*: fixed the output accordingly
15605
15606Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015607
15608 * encoding.c: bug fix and typos
15609 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15610 * parser.c: added attribute normalization closing bug #3597
15611 * test/att* result/att* SAXresult/att*: testcase for attribute
15612 normalization
15613
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015614Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15615
15616 * configure.in: closing bug #3163 by adding extra flags for the
15617 cc compiler on HP-UX
15618
Daniel Veillard51e3b151999-11-12 17:02:31 +000015619Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15620
15621 * valid.[ch] : removed a typo and an enumerated type bug in the
15622 xmlAddElementDecl() function
15623 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15624 call to xmlEncodeEntitiesReentrant() so that the functions
15625 New, Set and Get are at the same level.
15626 * parser.c HTMLparser.c: extra memory allocation bug for
15627 attributes detected by someone using libxml in embedded systems :-)
15628
Daniel Veillard962195f1999-10-28 15:51:53 +000015629Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15630
15631 * xmlmemory.h: turned off mem debug :-\
15632
Daniel Veillard35008381999-10-25 13:15:52 +000015633Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15634
15635 * parser.c: closed bug #2784 a one line fix, but worth pushing
15636 a new release out
15637 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15638 some structures, comments before and after the
15639 main element, and other nastyness
15640 * HTMLtree.c tree.c: accomodate the extended HTML supported
15641 * configure.in: pushing 1.7.4
15642 * test/ent8 and related outputs : added a new test for bug #2784
15643 * test/HTML/wired.html and related output: a nasty HTML example
15644 * Makefile.am: improved the test scripts
15645 * docs/* : reran the documentation extractor, updated xml.html
15646
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015647Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15648
15649 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15650 HTMLparser and debugged the HTML related code. HTML documents
15651 now have their own type
15652 * entities.c: do not dump &apos; for HTML output
15653 * xmlmemory.c: improvement, breakpoint mechanism
15654 * testHTML.c: added --sax --repeat ...
15655 * Makefile.am: improved the HTML tests
15656 * valid.[ch]: added xmlValidGetValidElements and
15657 xmlValidGetPotentialChildren
15658 * tester.c: added --insert to test the 2 new functions
15659 * test//* result//* SAXresult//* : regression test cleanup
15660 and extension.
15661 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15662 gnome-xml-nanohttp.html
15663
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015664Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15665
15666 * HTMLparser.c: fixed problems with some autoclose tags
15667 * tree.c: fixed XML output problems.
15668 * result/* SAXresult/*: update of the tests output
15669
Daniel Veillard6077d031999-10-09 09:11:45 +000015670Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15671
15672 * Makefile.am: Arturo patch for xmlConf.sh version info
15673 * parser.c: Tim Josling patch for single quoted items
15674 * tester.c: Tim Josling patch for tester options usage
15675 * tree.h: indent cleanup
15676
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015677Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15678
15679 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15680 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15681
Daniel Veillard00fdf371999-10-08 09:40:39 +000015682Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15683
15684 * tree.c : Raph patch for initialization of CORBA fields
15685 * parser.c, xpath.c, ...: modification of doc comments
15686 * xpath.c : allow spaces in xpath expressions
15687
Daniel Veillardad219441999-09-27 08:17:49 +000015688Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15689
15690 * xmlmemory.h: turning off memory debug :-(
15691
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015692Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15695 better SAX interfaces.
15696 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15697 entity.
15698 * configure.in: 1.7.2
15699
15700Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015701
15702 * libxml.spec.in: fixed the URL
15703 * doc/xml.html: improved the documentation front-end
15704
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015705Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015706
15707 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15708
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015709Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015710
15711 * libxml.spec.in: fixed the alpha compile problem
15712 * parser.[ch]: changed errno to errNo in the parser context :-(
15713 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15714 * doc/xml.html: changed CHAR to xmlChar
15715 * doc/html/*: recompiled the documentation
15716 * configure.in: 1.7.1
15717
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015718Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15719
15720 * parser.h: modified the parser context struct to regain 1.4.0
15721 binary compatibility
15722 * parser.c, xml-error.h: added errno ot teh context and defined
15723 a set of errors values with update of errno
15724 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15725 DTDs and entities
15726 * *.h, *.c: complete cleanup of the use of config.h and include
15727 protection depending on the current setup.
15728 * overalll debugging, maintenance and bug-fixing on all modules
15729 * updated the documentation
15730 * ready for 1.7.0
15731
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015732Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15733
15734 * HTMLparser.c : cleanup
15735 * SAX.c valid.c valid.h: added ID/IDREF checking
15736 * tree.c tree.h: extended doc structure for refs
15737 * configure.in: 1.6.2
15738 * parser.c: patched bug in SAX user arg call
15739 * parserInternals.h: patched missing close in C++ wrapping
15740 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15741 especially upcoming XPointer implementation.
15742 * doc/xml.html: augmented, typo
15743
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015744Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15745
15746 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15747 not all invocations of install understand -d.
15748
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015749Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15750
15751 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15752 to make 'check' works, when builddir != srcdir.
15753
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015754Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15755
15756 * doc/xml.html : updated the documentation
15757
Daniel Veillard6454aec1999-09-02 22:04:43 +000015758Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15759
15760 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15761 not deallocated memory blocks
15762 * *.c : replaces all calls to malloc() free() and realloc() to
15763 the wrapper functions/macros
15764 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15765 instead of xmlFreeNodeList()
15766
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015767Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15768
15769 * HTMLparser.c: corrected a stupid bug leading to core dump at
15770 tree deallocation. Removed warnings indicated by
15771 Stephane.Conversy@lri.fr
15772 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15773 looked for in the external subset
15774
15775Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015776
15777 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15778 on SGI by Stephane.Conversy@lri.fr
15779
Daniel Veillardb96e6431999-08-29 21:02:19 +000015780Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15781
15782 * all .h : changed the prototype declaration indent as in gtk
15783 * most .c : working on reducing the TODOs in the code
15784 * most .c : cleanup though -pedantic and Insure++
15785 * improvements on validation ID checkings.
15786 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15787 * xml-config.in: closed #1810
15788
15789Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015790
15791 * tree.h, valid.c, valid.h: more work on validity, IDs
15792 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15793 definition for AIX
15794
Daniel Veillardb556eb51999-08-15 17:19:50 +000015795Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15796
15797 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15798 the distribution due to a cut'n paste error at last commit
15799
Daniel Veillardb05deb71999-08-10 19:04:08 +000015800Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15801
15802 * configure.in: upgraded to version 1.4.0
15803 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15804 Big update, added a large part of the validation process,
15805 it should be usable, but some parts are missing
15806 * xpath.c: improved the implementation w.r.t. root.
15807 * Makefile.am: added more tests
15808 * test and result trees: added a lot of tests
15809 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15810
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015811Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15812
15813 * Added an HACKING file
15814
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015815Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * xpath.[ch] : improvements and debug of the XPath implementation
15818 * parser.c, HTMLparser.c : modified the parsers to be progressive
15819 * tree.[ch] : extended the Buffer promitives
15820 * xmlIO.[ch] : added basic I/O routines providing progressive
15821 parsing and ready for I18N conversion plugins
15822 * SAXresult/* : the SAX callback sequence maybe slightly different
15823 now
15824 * test*.c : improved/updated the tests programs
15825 * doc/* : recompiled the docs.
15826
Daniel Veillard15b75af1999-07-26 16:42:37 +0000158271999-07-26 Michael Meeks <michael@edenproject.org>
15828
15829 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15830
15831 * tree.c: Ditto.
15832
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015833Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15834
15835 * configure.in: upgraded to version 1.4.0
15836 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15837 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15838 XML query language, see http://www.w3.org/TR/xpath for more details.
15839 * parser.c, parser.h: added CHAR* related string functions for XPath
15840 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15841 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15842 rebuild the docs.
15843 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15844 and regression testing capabilities for XPath.
15845
Daniel Veillardd79d7871999-07-12 10:38:12 +000015846Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15847
15848 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15849 closing bug #1646
15850
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015851Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15852
15853 * Makefile.am, example/Makefile.am: closed bug #1683
15854
Daniel Veillard3166ab11999-07-11 16:14:19 +000015855Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15856
15857 * example/Makefile.am, configure.in: added the makefile for the
15858 gjobread example
15859
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015860Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15861
15862 * doc/Makefile.am:
15863 - fix which allow "make install DESTDIR=</install/prefix>".
15864
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015865Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15866
15867 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15868 which fixed a problem on the file reading-code.
15869
Daniel Veillard82150d81999-07-07 07:32:15 +000015870Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15873 output.
15874 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15875
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015876Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15877
15878 * parser.h : Oops removed the binary compatibility problem
15879 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15880 * parser.c, HTMLparser.c: applied patches for reading from stdin
15881
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015882Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15883
15884 * parser.c, entities.c, valid.c: cleanup bug #1591
15885 * configure.in: cleanup bug #1592
15886 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15887 the same tree back-end. Hence gdome will be available for it.
15888 * doc/Makefile.am: close bug #617
15889
Daniel Veillard97fea181999-06-26 23:07:37 +000015890Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15891
15892 * parser.c: alloctate a per parser context SAX interface block
15893
Daniel Veillard14fff061999-06-22 21:49:07 +000015894Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15897 and xmlEncodeEntitiesReentrant with the correct one :-\
15898
15899Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15900
15901 * commit of my internal XML base changes, quite a lot of
15902 changes, cleanups, better entities support, framework for
15903 new I/O and charset detection and handling
15904 * Fixed the configure/Makefile stuff to generate shared libs
15905 with the proper version info, so we jumped on rev from
15906 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15907 xmlEncodeEntities() result need to be freed now, and a string
15908 xmlParserVersion provide the current library version.
15909
Raph Levien05240da1999-06-15 21:27:11 +000015910Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15911
15912 * parser.c: fixed a buffer overrun for when you have a very long
15913 attribute with no entities in it.
15914
Daniel Veillardbb2da581999-06-13 14:37:07 +000015915Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15916
15917 * added example directory
15918 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15919
Daniel Veillard011b63c1999-06-02 17:44:04 +000015920Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15921
15922 * Release of libxml-1.1, nearly everything has been touched for
15923 this.
15924 * Added more regression tests
15925 * Updated the documentation
15926
Daniel Veillard27d88741999-05-29 11:51:49 +000015927Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15928
15929 * tree.[ch]: unified the XML_NO_CORBA defines.
15930 * parser.c encoding.[ch]: started plugging in char encoding detection
15931
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015932Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15933
15934 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15935 Also freed allocated buffer.
15936
Daniel Veillard27d88741999-05-29 11:51:49 +000015937Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015938 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15939 reentrancy problem at printing. One is left in entities.c, to
15940 remove ASAP
15941 * testSAX.c : added a test example showing the use of the SAX
15942 interface if one doesn't want to build the DOM tree.
15943 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15944
Daniel Veillard517752b1999-04-05 12:20:10 +000015945Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15946
15947 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15948 large revamping of the parser to use SAX callbacks
15949 http://www.megginson.com/SAX/ (or at least a C like interface
15950 a la Expat). It's now possible to set up your own callbacks
15951 and the parser will not build a DOM tree.
15952 * test/* result/*: updated the test suite, I finally removed
15953 the old Namespace draft support (PI based).
15954
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015955Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15956
15957 * Makefile.am: added test result to EXTRA_DIST for make tests
15958
Daniel Veillard64068b31999-03-24 20:42:16 +000015959Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15960
15961 * parser.c, parserInternals.h: moved the chars macro definitions
15962 to parserInternals.h
15963 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15964 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15965
Daniel Veillard012ccc11999-03-23 10:11:11 +000015966Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * xml-config.in : applied patch to make --version work
15969
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159701999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15971
15972 * Makefile.am (check-local): Alias for `tests' target. This will
15973 cause `make check' to do the right thing.
15974 (tests): Don't run tests in srcdir. Also, replaced calls to
15975 basename with a `sed' "equivalent".
15976
Daniel Veillardd109e371999-03-05 06:26:45 +000015977Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15978
15979 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15980 it in the header and not the sources, updated the doc.
15981 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15982 pointing this out.
15983
Daniel Veillardbc50b591999-03-01 12:28:53 +000015984Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15985
15986 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15987 exported the inputStream routines.
15988 * doc/html/* : updated accordingly
15989
Daniel Veillardd692aa41999-02-28 21:54:31 +000015990Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15991
15992 * parser.c, parser.h, parserInternals.h: added a few extra
15993 internal calls to allocate and free parser contexts ...
15994 * doc/html/* : updated accordingly
15995
Daniel Veillard55a99271999-02-25 11:01:29 +000015996Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15997
15998 * configure.in, Makefile.am, doc/makefile.am : General changes for
15999 1.0.0 release and including the generated HTML documentation.
16000
Daniel Veillard35925471999-02-25 08:46:07 +000016001Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * makefile.am : added parserInternals.h, oops.
16004
Daniel Veillard1e346af1999-02-22 10:33:01 +000016005Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16006
16007 * parserInternals.h: added this header giving access to the parser
16008 internal functions.
16009 * doc/Makefile.am : added a rebuild target which rebuilds the full
16010 set of documentations
16011 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16012 the internal subset.
16013 * *.c *.h: modifications needed to generate the documentation using
16014 gtk-doc, cleanup of functions blocks, reorganisation of struct
16015 declarations.
16016
Daniel Veillard1164e751999-02-16 16:29:17 +000016017Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16018
16019 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16020 the tar and spec file to include the beginning of the doc.
16021
Nuno Ferreira03d04781999-02-13 00:07:17 +0000160221999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16023
16024 * doc/.cvsignore: Added this file.
16025
Daniel Veillard6800ef31999-02-08 18:33:22 +000016026Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16027
16028 * tree.c: fixed xmlGetProp to return "" when the attribute
16029 exists, even if the node-list is NULL.
16030
Daniel Veillard726c7e31999-02-08 15:13:10 +000016031Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16032
16033 * tree.c: patched an error outputting empty attribute values.
16034 * Makefile.am and doc/makefile.am: have been updated during the
16035 week-end. Sorry for an empty CVS log, I got a shell problem.
16036
Daniel Veillard1899e851999-02-01 12:18:54 +000016037Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16038
16039 * tree.h: cleaned up using enums instead of defines
16040 * parser.c, valid.[ch]: more work on parsing/output of element
16041 declarations
16042
Daniel Veillard3b9def11999-01-31 22:15:06 +000016043Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16044
16045 * valid.[ch], tree.c, parser.c : more work toward full parsing
16046 of XML DTDs.
16047 * README: added informations about mailing-list and on-line
16048 documentation
16049
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160501999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16051
16052 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16053
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016054Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * parser.c, tree.[ch] : more work toward conformance testing,
16057 added a last element to accelerate parsing of very flat structures
16058 started working on internal subset Element content declaration.
16059 * valid.[ch] : first cut at adding code toward validation.
16060 * previous changes had also small impact on most files, especially
16061 the conformance testing using James Clark test suite.
16062
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016063Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16064
16065 * test/* : updated the examples, most of them were not well
16066 formed (humm), and added rdf2.
16067 * result/* : resulting changes in the output.
16068
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016069Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16070
16071 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16072
Daniel Veillard44b3a061998-12-05 17:27:22 +000016073Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16074
16075 * tree.c: patched a bug in the generation of empty attributes
16076
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016077Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16078
16079 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16080 for node/trees/documents/... Biggest problem is namespace
16081 support when copying subtrees.
16082
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016083Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * parser.c, entities.c: improve entities and char ref encoding,
16086 and cleanups of error messages.
16087
Daniel Veillard242590e1998-11-13 18:04:35 +000016088Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16089
16090 * parser.c, entities.c: simple bug hunting done during rpm2html and
16091 rpmfind integration.
16092
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016093Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16094
16095 * parser.[ch]: Added interfaces allowing to specify a SAX
16096 handler before parsing.
16097
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016098Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16099
16100 * parser.c: redirrect all errors reporting through the SAX
16101 error function
16102
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016103Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16104
16105 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16106 * libtool, tlmain ...: update of the libtool files
16107
Miguel de Icaza442321c1998-11-04 18:13:38 +0000161081998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16109
16110 * entities.c: Use g_snprintf insteda of snprintf.
16111
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016112Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16113
16114 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16115 added ent5 test for this purpose.
16116 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16117
Daniel Veillard27271681998-10-30 06:39:40 +000016118Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16119
16120 * parser.c: fixed? a strange error due to compression on a GWP
16121 document.
16122
Daniel Veillard25940b71998-10-29 05:51:30 +000016123Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16124
16125 * tree.[ch]: bug fixing
16126 * entities.[ch]: defined a specific type for predefined entities
16127 * doc/xml.html: more documentation on the library, how to use it,
16128 overview of the interfaces.
16129
Daniel Veillard16253641998-10-28 22:58:05 +000016130Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16131
16132 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16133
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016134Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16135
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016136 * tree.c: corrected a small bug
16137 * doc/xml.html: continuing writing documentation.
16138
16139Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16140
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016141 * debugXML.h debugXML.c: added debugging utilities.
16142 * tester.c: added --debug switch.
16143 * tree.c: patched an incorrect node->type assignment.
16144 * parser.c: formatting, ensure that node->doc != NULL in attributes
16145
Daniel Veillardccb09631998-10-27 06:21:04 +000016146Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16147
16148 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16149 entity support and provide an internal representation close to
16150 DOM one (entity ref nodes, and attribute value as tree). I tried
16151 to preserve the interface but this will surely break some apps
16152 (I have to change rpm2html/rpmfind for example). I had to change
16153 two interfaces, and the generated tree is somewhat different.
16154 * doc/* : started documenting the XML library, the tree and
16155 DOM/Corba. This is a first step.
16156
Daniel Veillard11e00581998-10-24 18:27:49 +000016157Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16158
16159 * parser.c: Set up the fonctions comment block, boring but useful.
16160 * parser.h, SAX.c, parser.c: now attributes are processed through
16161 the SAX interface. The problem is that my SAX interface diverged
16162 quite a bit from the original one, well this is not an official
16163 spec, and translating it from Java to C is hairy anyway...
16164
Daniel Veillard97b58771998-10-20 06:14:16 +000016165Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16166
16167 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16168 fonctions comment block, boring but useful.
16169
16170Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016171
16172 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16173 conversion routines. However they are not yet used to convert the
16174 inputs. The core will run with UTF-8.
16175
Daniel Veillard33942841998-10-18 19:12:41 +000016176Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16177
16178 * tree.c : make sure that the type id is properly set-up when
16179 a new object is allocated, needed for DOM.
16180
Daniel Veillard27fb0751998-10-17 06:47:46 +000016181Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16182
16183 * tree.h, tree.c: Ok, the main objects in the tree will be native
16184 corba objects, it costs 8 bytes per Node, Attribute and Document
16185 but it simplifies the Corba integration a lot (no extra interface
16186 objects to allocate/free).
16187
Daniel Veillard0bef1311998-10-14 02:36:47 +000016188Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16189
16190 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16191 and changed NODEs contants for conformity with DOM Level 1
16192
Daniel Veillard27864701998-10-08 03:47:24 +000016193Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * added hooks to keep track of servants when creating objects
16196 xmlDoc and xmlNode (for Corba export).
16197
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016198Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16199
16200 * added xml-config script.
16201
Daniel Veillard7066a791998-10-01 20:28:28 +000016202Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16203
16204 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16205 to autoupdate libtool and automake conf files.
16206
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000162071998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16208
16209 * Makefile.am: Use '?' to separate the sed
16210 commands as ',' is used when people pass -Wl,something.
16211
16212
Daniel Veillard15a8df41998-09-24 19:15:06 +000016213Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16214
16215 * tree.c, tree.h: added a per-document compression interface.
16216
Daniel Veillard151b1b01998-09-23 00:49:46 +000016217Tue Sep 22 20:47:38 EDT 1998
16218
16219 * tree.c, tree.h: added saving with compression and added interfaces
16220 to control the compression level (xmlGetCompressMode,
16221 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16222
Daniel Veillard70120ff1998-09-22 00:24:21 +000016223Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16224
16225 * parser.c: corrected a loop for files of size 0
16226
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000162271998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16228
16229 * error.h: New file. Contains prototyes from `error.c'.
16230
Tom Tromeyc19653d1998-08-14 01:22:43 +000016231Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16232
16233 * Makefile.am (xmlincdir): New macro.
16234 (xmlinc_HEADERS): Renamed from include_HEADERS.
16235
Daniel Veillard845664d1998-08-13 04:43:19 +000016236Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16237
16238 * applied small patch on numeric entities from
16239 Christopher Blizzard <blizzard@appliedtheory.com>
16240
Daniel Veillard260a68f1998-08-13 03:39:55 +000016241Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16242
16243 * New release 0.2, removed the old xml_* files so that it's
16244 coherent with the other CVS base (W3C), far better conformance
16245 to standard, new namespaces, decent entities support, beginning
16246 of a SAX-like interface. Nearly nothing left intact, even the
16247 test examples ...
16248
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162491998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16250
16251 * .cvsignore: Add .deps dir
16252
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016253Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16254
16255 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16256
Daniel Veillardfe926001998-07-26 04:28:20 +000016257Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016258
Daniel Veillardfe926001998-07-26 04:28:20 +000016259 * configure.in: added test for CPP
16260 * AUTHORS, Changelog: the original ones didn't get commited but the
16261 glib ones instead, fixed.
16262 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016263
Daniel Veillardfe926001998-07-26 04:28:20 +000016264Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016265
Daniel Veillardfe926001998-07-26 04:28:20 +000016266 * integrated code developped at W3C
16267 * changed the original Copyright
16268 * migrated to automake
16269 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016270