blob: 67211c4fc0298fadd657dd9aee08d5bfd7119908 [file] [log] [blame]
Daniel Veillardfd573f12003-03-16 17:52:32 +00001Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: switched back to the previous Relax-NG code base,
4 the derivation algorithm need severe constraining code to avoid
5 combinatorial explosion. Fixed the problem with Sebastian Rahtz
6 TEI based example and other bugs
7 * result/relaxng/*err: updated the results
8 * test/relaxng/testsuite.xml: started a new test suite
9
Daniel Veillard1564e6e2003-03-15 21:30:25 +000010Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
11
12 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
13 that the original RelaxNG validation code was un-fixeable, it got
14 rewritten to use the derivation algorithm from James Clark and
15 redebugged it (nearly) from scratch:
16 found 373 test schemas: 372 success 1 failures
17 found 529 test instances: 529 success 0 failures
18
Daniel Veillard39eb88b2003-03-11 11:21:28 +000019Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
20
21 * SAX.c parser.c: fix some recursion problems introduced in the
22 last release.
23 * relaxng.c: more debugging of the RNG validation engine, still
24 problems though.
25
Daniel Veillard5add8682003-03-10 13:13:58 +000026Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
27
28 * Makefile.am: stop generating wrong result file with * in name
29 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
30 * result/relaxng/demo* test/relaxng/demo: added the tests from
31 Sebastian reproducing the problem.
32
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000033Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
34
Daniel Veillard5add8682003-03-10 13:13:58 +000035 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
36 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000037
Aleksey Sanin693c9bc2003-03-09 22:36:52 +000038Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
39
40 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
41 variable to control the indentation for the xmllint "--format"
42 option
43
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000044Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
45
46 * encoding.c: applied Gennady's patch against buffer overrun
47
Daniel Veillard42f12e92003-03-07 18:32:59 +000048Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
49
50 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
51 Clark it appeared I had bug in URI parsing code ...
52 * relaxng.c include/libxml/relaxng.h: completely revamped error
53 reporting to not loose message from optional parts.
54 * xmllint.c: added timing for RNG validation steps
55 * result/relaxng/*: updated the result, all error messages changed
56
Daniel Veillardedfd5882003-03-07 14:20:40 +000057Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
58
59 * xpath.c: fix bug #107804, the algorithm used for document order
60 computation was failing on attributes.
61
Daniel Veillard83391282003-03-06 21:37:30 +000062Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
63
64 * valid.c: fix bug #107764 , possibility of buffer overflow
65 in xmlValidDebug()
66
Daniel Veillard6c73cb82003-03-05 16:45:40 +000067Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
68
69 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
70 from Philipp Dunkel
71
Daniel Veillard5f704af2003-03-05 10:01:43 +000072Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
73
74 * xmlschemastype.c: made powten array static it should not be exported
75 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
76 parser function.
77 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
78
Daniel Veillard7b72ee52003-02-27 23:24:53 +000079Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
80
81 * tree.c: fixed a node dump crash on attributes
82 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
83 an URI test bug and get better output.
84
Daniel Veillard463a5472003-02-27 21:30:32 +000085Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
86
87 * check-xsddata-test-suite.py: give more infos
88 * relaxng.c: fix a bug reported by Sebastian Rahtz and
89 REF->DEF in attribute values.
90
Daniel Veillardeb7189f2003-02-27 20:11:13 +000091Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
94 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
95 regression tests from James Clark.
96
Daniel Veillard8bc6cf92003-02-27 17:42:22 +000097Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
98
99 * relaxng.c xmlschemas.c xmlschemastypes.c
100 include/libxml/xmlschemastypes.h: added param support for relaxng
101 type checking, started to increment the pool of simple types
102 registered, still much work to be done on simple types and
103 facets checkings.
104
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000105Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
106
107 * entities.c: fixes again one of the problem raised by
108 James Clark in #106788
109
Daniel Veillardc482e262003-02-26 14:48:48 +0000110Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
111
112 * relaxng.c: Fixed a couple of problem raised by James Clark
113 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
114 datatype level still not fixed though.
115
Daniel Veillard17bed982003-02-24 20:11:43 +0000116Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
117
118 * configure.in: preparing release 2.5.4
119 * doc/*: updated and rebuilt the docs
120 * relaxng.c: removed warnings
121 * result/relaxng/*: updated the results
122
Daniel Veillardf4be0182003-02-24 19:54:33 +0000123Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
124
125 * valid.c: fixes a DTD regexp generation problem.
126
Daniel Veillard02111c12003-02-24 19:14:52 +0000127Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * parser.c: fixes bug #105998 about false detection of
130 attribute consumption loop.
131
Daniel Veillard2406abd2003-02-24 18:16:47 +0000132Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
133
134 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
135
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000136Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
137
138 * SAX.c: fixed bug #105992
139
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000140Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
141
142 * tree.c: fixed xmlSetProp and al. when the node passed is not an
143 element.
144 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
145 found 373 test schemas: 369 success 4 failures
146 found 529 test instances: 525 success 4 failures
147 * check-relaxng-test-suite.py: added memory debug reporting
148
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000149Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * uri.c parser.c: some warning removal on Igor's patch
152 * tree.c: seems I messed up with #106788 fix
153 * python/libxml.c: fixed some base problems when Python provides
154 the resolver.
155 * relaxng.c: fixed the interleave algorithm
156 found 373 test schemas: 364 success 9 failures
157 found 529 test instances: 525 success 4 failures
158 the resulting failures are bug in the algorithm from 7.3 and
159 lack of support for params
160
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000161Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
162
163 * parser.c: another fix for nodeinfo in entities problem
164 * tree.c entities.c: fixed bug #106788 from James Clark
165 some spaces need to be serialized as character references.
166
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000167Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
168
169 * parser.c uri.c: fixed the bug I introduced in the path
170 handling, reported by Sebastian Bergmann
171
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000172Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
173
174 * parser.c: fixing some nodeinfo in entities problem raised
175 by Glenn W. Bach
176 * relaxng.c: implemented the first section 7.3 check
177 * result/relaxng/*: updated the results
178
Daniel Veillardc5312d72003-02-21 17:14:10 +0000179Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
180
181 * relaxng.c: fixed some problems in the previous commit
182 and finished implementing 4.16 rules checking
183 found 373 test schemas: 353 success 20 failures
184 found 529 test instances: 519 success 6 failures
185 * result/relaxng/*: updated the results
186
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000187Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * relaxng.c: implemented checks from section 7.2
190
Daniel Veillard77648bb2003-02-20 15:03:22 +0000191Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
192
193 * relaxng.c: implemented the checks from section 7.1, fixed
194 some of the 4.20 and 4.21 problems.
195 found 373 test schemas: 338 success 35 failures
196 found 529 test instances: 519 success 6 failures
197 * result/relaxng/*: updated the results
198
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000199Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
200
201 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
202 * result/relaxng/*: updated the results
203
Daniel Veillardce14fa52003-02-19 17:32:48 +0000204Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
205
206 * relaxng.c: more bugfixes
207 * result/relaxng/*: updated the results
208
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000209Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
210
211 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
212 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
213 * SAX.c: ensured xmlDoc.URL is always canonic
214 * parser.c: obsoleted xmlNormalizeWindowsPath
215 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
216 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
217 * win32/libxml2.def.src: added few exports
218
219
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000220Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
221
222 * Makefile.am configure.in: patched to have shared libraries
223 for Python regression tests and static binaries for gdb debug
224 in my development environment
225 * relaxng.c: more bugfixes
226 found 373 test schemas: 296 success 77 failures
227 found 529 test instances: 516 success 8 failures
228 * result/relaxng/*: updated the results
229
Daniel Veillard8fe98712003-02-19 00:19:14 +0000230Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
231
232 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
233
Daniel Veillardd4310742003-02-18 21:12:46 +0000234Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
235
236 * xmlschemastypes.c: float/double check bugfix
237 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
238 validation
239 * xmlreader.c: add a TODO for Jody
240 * relaxng.c: bugfix bugfix bugfix
241 found 373 test schemas: 300 success 73 failures
242 found 529 test instances: 507 success 10 failures
243 * result/relaxng/*: updated the results
244
Daniel Veillard2df2de22003-02-17 23:34:33 +0000245Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
246
247 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
248
Daniel Veillard416589a2003-02-17 17:25:42 +0000249Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
250
251 * relaxng.c check-relaxng-test-suite.py: more work on the
252 RelaxNG implementation conformance testing.
253 found 373 test schemas: 284 success 89 failures
254 found 529 test instances: 448 success 47 failures
255 * result/relaxng/*: updated the results
256
Daniel Veillard784b9352003-02-16 15:50:27 +0000257Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
258
259 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
260 a patch from Kjartan Maraas to fix some typos
261
Daniel Veillardfebcca42003-02-16 15:44:18 +0000262Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
263
264 * relaxng.c: more bug-hunting
265 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
266 intermediate rng tree
267 * python/generator.py: patch from Stephane Bidoul to fix the generator
268 on python < 2.2
269
Daniel Veillardd2298792003-02-14 16:54:11 +0000270Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
271
272 * check-relaxng-test-suite.py relaxng.c: more testing on the
273 Relax-NG front, cleaning up the regression tests failures
274 current state and I forgot support for "mixed":
275 found 373 test schemas: 280 success 93 failures
276 found 529 test instances: 401 success 68 failures
277 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
278 moved the Name, NCName and QName validation routine in tree.c
279 * uri.c: fixed handling of URI ending up with #, i.e. having
280 an empty fragment ID.
281 * result/relaxng/*: updated the results
282
Daniel Veillard9a237c92003-02-13 15:52:58 +0000283Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
284
285 * check-xinclude-test-suite.py: improved the script accordingly
286 to the XInclude regression tests updates
287 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
288 November 2002
289 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
290 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
291 augmented the Xpointer testsuite for the element() scheme
292
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000293Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
294
295 * relaxng.c: added TODO for the DTD compatibility spec
296 * xinclude.c: more bug fixes driven by the testsuite
297
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000298Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
299
300 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
301 regression tests for XInclude, improved the script, improving
302 XInclude error reporting mechanism
303
Daniel Veillard1d788d22003-02-10 16:21:58 +0000304Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
305
306 * NEWS doc/* configure.in: preparing release 2.5.3
307
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000308Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
309
310 * tree.c: trying to fix #104934 about some XHTML1 serialization
311 issues.
312
Daniel Veillard809faa52003-02-10 15:43:53 +0000313Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
316 encoding conversion when the input buffer stops in the
317 middle of a multibyte char
318
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000319Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
320
321 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
322 * check-relaxng-test-suite.py: python script to run regression
323 against OASIS RelaxNG testsuite
324 * relaxng.c: some cleanup tweaks
325 * HTMLparser.c globals.c: cleanups in comments
326 * doc/libxml2-api.xml: updated the API
327 * result/relaxng/*: errors moved files, so large diffs but
328 no changes at the semantic level.
329
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000330Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * tree.c: fixing #105678 problem when dumping a namespace node.
333
Daniel Veillard591b4be2003-02-09 23:33:36 +0000334Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
335
336 * xpath.c: fixed doc comment problems
337 * python/generator.py python/libxml_wrap.h python/types.c: adding
338 RelaxNG wrappers
339 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
340 test of those early Python RelaxNG bindings
341
342Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000343
344 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
345 * relaxng.c: found the validation problem I had with interleave
346 when not covering all remaining siblings
347 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
348 testsuite and check the RNG schemas against the RNG schemas
349 given in appendix A
350
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000351Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
352
353 * win32/Makefile.msvc: updates for RelaxNG
354 * win32/Makefile.mingw: updates for RelaxNG
355 * win32/libxml2.def.src: added RelaxNG exports
356
Daniel Veillard97fd5672003-02-07 13:01:54 +0000357Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
358
359 * xinclude.c: applied another bug fix from Sean Chittenden
360
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000361Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
362
363 * configure.in xmllint.c: I f...ed up the default configuration
364 of schemas and --relaxng option display in xmllint, pointed by
365 Morus Walter.
366 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
367 detection module, fixes bug #105374.
368
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000369Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
370
371 * xmlschemastypes.c: added the boolean base type.
372
Daniel Veillard96a4b252003-02-06 08:22:32 +0000373Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
374
375 * xmlschemastypes.c: started implementing some of the missing
376 default simple types
377 * result/relaxng/*: updated the results
378
Daniel Veillard72fef162003-02-05 14:31:19 +0000379Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
380
381 * NEWS doc/*: updated the docs, ready for 2.5.2 release
382
Daniel Veillard71531f32003-02-05 13:19:53 +0000383Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
384
385 * HTMLparser.c tree.c xmlIO.c: comments cleanups
386 * Makefile.am: use xmllint for doing the RelaxNG tests
387 * configure.in: preparing 2.5.2 made schemas support default to
388 on instead of off
389 * relaxng.c: removed the verbosity
390 * xmllint.c: added --relaxng option
391 * python/generator.py python/libxml_wrap.h: prepared the integration
392 of the new RelaxNG module and schemas
393 * result/relaxng/*: less verbose output
394
Daniel Veillardec498e12003-02-05 11:01:50 +0000395Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
396
397 * valid.c: do not run content model validation if the
398 content is not determinist
399
Daniel Veillardde590ca2003-02-05 10:45:26 +0000400Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * SAX.c: added the redefinition of namespaced attribute
403 check that was missing as Fabrice Desré pointed out.
404
Daniel Veillard930dfb62003-02-05 10:17:38 +0000405Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
406
407 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
408 improvements from Nick Kew, allowing to do more checking
409 to HTML elements and attributes.
410
Daniel Veillard4287c572003-02-04 22:48:53 +0000411Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
412
413 * xinclude.c: fixing bug #105137 about entities declaration
414 needing to be copied to the including document.
415
Daniel Veillard652d8a92003-02-04 19:28:49 +0000416Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
417
418 * catalog.c: fixed bug #104817 with delegateURI
419 * xpath.c: fixing bugs #104123 and #104125
420
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000421Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
422
423 * configure.in valid.c xmlreader.c python/libxml_wrap.h
424 python/types.c: fixing #104096 to compile without regexps
425
Daniel Veillard57e79b32003-02-04 15:33:12 +0000426Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * valid.c: fixing bug #103969 forgot to add an epsilon transition
429 when building the automata for elem*
430
Daniel Veillard358a9892003-02-04 15:22:32 +0000431Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
432
433 * HTMLparser.c: applied patch from Arne de Bruijn fixing
434 bug #103827
435
Daniel Veillardeb137172003-02-04 15:18:06 +0000436Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
437
438 * HTMLparser.c: updating a comment, fixing #103776
439
Daniel Veillard8d589042003-02-04 15:07:21 +0000440Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
441
442 * parser.c: fixing bug 105049 for validity checking of content
443 within recursive entities.
444
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000445Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
446
447 * HTMLparser.c: try to fix # 105049
448 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
449 * tree.c: updated a function comment
450
Daniel Veillard419a7682003-02-03 23:22:49 +0000451Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
452
453 * relaxng: more work on grammars and refs/defs
454 * test/relaxng/* result/relaxng/*: augmented/updated the
455 regression tests
456
Daniel Veillard144fae12003-02-03 13:17:57 +0000457Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
458
459 * relaxng: more work on name classes, except support
460 * test/relaxng/* result/relaxng/*: augmented/updated the
461 regression tests
462
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000463Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
464
465 * relaxng: more work on name classes, the "validate all" schemas
466 seems to work now.
467 * test/relaxng/* result/relaxng/*: augmented/updated the
468 regression tests
469
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000470Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
471
472 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
473 * parser.c: put a guard against infinite document depth, basically
474 trying to avoid another kind of DoS attack.
475 * relaxng.c: some code w.r.t. nameClasses
476
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000477Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
478
479 * test/relaxng/* result/relaxng/*: check all the namespace support
480 was actually correct based on tutorial section 10.
481
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000482Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * relaxng: include seems to work okay now
485 * test/relaxng/* result/relaxng/*: augmented/updated the
486 regression tests
487
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000488Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
489
490 * relaxng.c: a bit of work done in the train back.
491 * test/relaxng/*: added one of the include tests
492
Daniel Veillard154877e2003-01-30 12:17:05 +0000493Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
494
495 * relaxng: more work done in the train
496 * test/relaxng/* result/relaxng/*: augmented/updated the
497 regression tests
498
Daniel Veillarde431a272003-01-29 23:02:33 +0000499Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
500
501 * relaxng.c: debugging of externalRef
502 * test/relaxng/* result/relaxng/*: augmented/updated the
503 regression tests
504
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000505Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
506
507 * relaxng.c: more work on Relax-NG, implementing externalRef
508 * test/relaxng/* result/relaxng/*: augmented/updated the
509 regression tests
510 * Makefile.am: cleanup to Relaxtests target
511
Daniel Veillardb08c9812003-01-28 23:09:49 +0000512Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
513
514 * relaxng.c: more work on Relax-NG, implementing interleave
515 * test/relaxng/* result/relaxng/*: augmented/updated the
516 regression tests
517
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000518Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
519
520 * relaxng.c: more work on Relax-NG, implementing interleave
521 * test/relaxng/* result/relaxng/*: augmented/updated the
522 regression tests
523
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000524Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
525
526 * doc/tutorial/customfo.xsl
527 * doc/tutorial/customhtml.xsl
528 adding stylesheet customizations used to generate fo
529 for pdf and html
530
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000531Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
532
533 * relaxng.c: more work on Relax-NG
534 * test/relaxng/* result/relaxng/*: augmented/updated the
535 regression tests
536 * xmlschemastypes.c: added a number of base type definition but not
537 the associated checks, those are still TODOs
538
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000539Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
540
541 in docs/tutorial:
542 * apa.html
543 * apb.html
544 * apc.html
545 * apd.html
546 * ape.html
547 * apf.html
548 * apg.html
549 * ar01s02.html
550 * ar01s03.html
551 * ar01s04.html
552 * ar01s05.html
553 * ar01s06.html
554 * ar01s07.html
555 * ar01s08.html
556 * index.html
557 * xmltutorial.pdf
558 * xmltutorial.xml
559 add index to tutorial
560
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000561Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
562
563 * doc/xmlcatalog.1
564 * doc/xmlcatalog_man.html
565 * doc/xmlcatalog_man.xml
566 belatedly fixing bug #93622 (adds rewriteURI type to
567 "--add" option in xmlcatalog man page
568
Daniel Veillard3be27512003-01-26 19:49:04 +0000569Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
570
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000571 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000572 Julio Merino, closing #104475
573
Daniel Veillardea3f3982003-01-26 19:45:18 +0000574Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
575
576 * relaxng.c: more work on Relax-NG
577 * test/relaxng/* result/relaxng/*: augmented/updated the
578 regression tests
579
Daniel Veillardedc91922003-01-26 00:52:04 +0000580Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
581
582 * relaxng.c: more work on Relax-NG
583 * test/relaxng/* result/relaxng/*: augmented/updated the
584 regression tests
585
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000586Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
587
588 * README: updated the policy on private mail answers
589 * relaxng.c: more work on Relax-NG
590 * test/relaxng/* result/relaxng/*: augmented/updated the
591 regression tests
592
Daniel Veillard7424eb62003-01-24 14:14:52 +0000593Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * error.c parser.c tree.c: applied a documentation patch from
596 Stefan Kost
597
Daniel Veillard276be4a2003-01-24 01:03:34 +0000598Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
599
600 * relaxng.c: more work on Relax-NG
601 * doc/*: regenerated the docs
602 * test/relaxng/* result/relaxng/*: updated and augmented the
603 Relax-NG regression tests and results
604
Daniel Veillard6eadf632003-01-23 18:29:16 +0000605Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
606
607 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
608 First commit of the new Relax-NG validation code, not generally
609 useful yet.
610 * test/relaxng/* result/relaxng/*: current state of the regression
611 tests
612
Daniel Veillard814a76d2003-01-23 18:24:20 +0000613Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * tree.c: minimized the memory allocated for GetContent
616 and a bit of cleanup.
617
Daniel Veillardff12c492003-01-23 16:42:55 +0000618Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
619
620 * python/generator.py: seems there is no good reasons to
621 not generate bindings for XPointer
622
Daniel Veillard540a31a2003-01-21 11:21:07 +0000623Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
624
625 * xmlreader.c doc/apibuild.py: applied a new patch from
626 Stéphane Bidoul for cleanups
627 * doc/libxml2-api.xml: rebuilt the API description with
628 new entry points
629
Daniel Veillard417be3a2003-01-20 21:26:34 +0000630Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * xmlreader.c python/drv_libxml2.py python/generator.py
633 python/libxml.c python/libxml.py python/libxml_wrap.h
634 python/types.c: patch from Stéphane Bidoul for better per
635 context error message APIs
636 * python/tests/ctxterror.py python/tests/readererr.py:
637 update of the tests
638
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000639Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
640
641 * doc/guidelines.html
642 grammar and spelling cleanup
643
Daniel Veillard26f70262003-01-16 22:45:08 +0000644Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * xmlreader.c include/libxml/xmlreader.h python/generator.py
647 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
648 a patch from Stéphane Bidoul to allow per XMLtextReader error
649 and warning handling
650 * python/tests/Makefile.am python/tests/readererr.py: adding the
651 specific regression test
652
Daniel Veillard71f9d732003-01-14 16:07:16 +0000653Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
654
655 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
656 should raise a syntax error
657
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000658Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
659
660 * python/libxml.c: cleanup patch from Stéphane Bidoul
661
Daniel Veillard81601f92003-01-14 13:42:37 +0000662Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
665
Daniel Veillarde6227e02003-01-14 11:42:39 +0000666Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
667
668 * python/generator.py python/libxml.c python/libxml.py
669 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000670 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000671 Python level.
672 * python/tests/Makefile.am python/tests/ctxterror.py: added a
673 regression test for it.
674
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000675Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * xmlreader.c: fixed the streaming property of the reader,
678 it was generating tree faster than consuming it. Pointed out
679 by Nate Myers
680 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
681
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000682Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
683
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000684 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000685
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000686Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
687
688 * xpath.c: fix to the XPath implementation for parent and
689 ancestors axis when operating on a Result Value Tree.
690 Fixes bug #100271
691
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000692Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
693
694 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
695 to fix some URI/file escaping problems
696
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000697Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
698
699 * python/generator.py: fixed a bug raised by Raymond Wiker,
700 docSetRootElement() should not raise an exception if the
701 return is None
702
Daniel Veillard3e20a292003-01-10 13:14:40 +0000703Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
706 fixed bug #102181 by applying the suggested change and fixing
707 the generation/registration problem.
708
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000709Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
710
711 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
712 routines.
713
Daniel Veillard8f872442003-01-09 23:19:02 +0000714Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * parser.c: one more IsEmptyElement crazyness, that time in
717 external parsed entities if substitution is asked.
718 * python/tests/reader3.py: added a specific test.
719
Daniel Veillarde329fc22003-01-09 21:36:42 +0000720Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
721
722 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
723 support and improved error handler registration
724
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000725Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
726
727 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
728 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
729 * README: fixed a link
730
Daniel Veillarde2830f12003-01-08 17:47:49 +0000731Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
732
733 * configure.in doc/* NEWS: preparing 2.5.1 release
734 * SAX.c parser.c: fixing XmlTextReader bug
735
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000736Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
737
738 * SAX.c: fuck, I introduced a memory leak on external parsed
739 entities in 2.5.0 :-(
740
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000741Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
742
743 * xmllint.c: another fix needed as pointed by Christophe Merlet
744 for --stream --debug if compiled without debug support.
745
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000746Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
747
748 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000749 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000750 update man page with --stream and --chkregister
751
Daniel Veillard8326e732003-01-07 00:19:07 +0000752Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
753
754 * globals.c: fixed --with-threads compile
755 * xmllint.c: fixed --without-debug compile
756 * include/libxml/globals.h: cleanup
757 * include/libxml/schemasInternals.h: add a missing include
758
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000759Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
760
761 * configure.in NEWS: preparing 2.5.0 release
762 * SAX.c: only warn in pedantic mode about namespace name
763 brokeness
764 * globals.c: fix a doc generation problem
765 * uri.c: fix #101520
766 * doc/*: updated and rebuilt the doc for the release, includuding
767 stylesheet update
768 * python/Makefile.am: fix a filename bug
769
770Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
771
772 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
773 should not be called.
774
775Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
776
777 * libxml-2.0.pc.in: applied the patch to fix #101894
778
779Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
780
781 * tree.c : applied patch from Lukas Schroeder for register callbacks
782 * valid.c: modified patch from Lukas Schroeder to test
783 register callbacks with --chkregister
784
785Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
786
787 * xmlreader.c: seriously changed the way data are pushed to
788 the underlying parser, go by block of 512 bytes instead of
789 tryng to detect tag boundaries at that level. Changed the
790 way empty element are detected and tagged.
791 * python/tests/reader.py python/tests/reader2.py
792 python/tests/reader3.py: small changes mostly due to context
793 reporting being different and DTD node being reported. Some
794 errors previously undetected are now caught and fixed.
795 * doc/xmlreader.html: flagged last section as TODO
796
797Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
798
799 * python/libxml.py: integrated the Python 2.2 optimizations
800 from Hannu Krosing, while maintaining compatibility with
801 1.5 and 2.1
802
803Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
804
805 * xmllint.c: a bit of cleanup
806 * xmlreader.c: small fix
807 * doc/xmlreader.html: more work on the XmlTextReader tutorial
808 * python/libxml.py: a few fixes pointed out by Hannu Krosing
809
810Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
811
812 * python/setup.py.in: patch from Stéphane Bidoul to include
813 drv_libxml2.py in setup.py
814
815Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
816
817 * doc/xmlreader.html: starting documenting the new XmlTextReader
818 interface.
819
820Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
821
822 * xmllint.c: added the --stream flag to use the TextReader API
823 * xmlreader.c: small performance tweak
824
825Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
826
827 * xmlreader.c python/tests/reader2py: okay the DTD validation
828 code on top of the XMLTextParser API should be solid now.
829
830Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
831
832 * xmlreader.c python/tests/reader2py: Fixing some more mess
833 with validation and recursive entities while using the
834 reader interface, it's getting a bit messy...
835
836Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
837
838 * xmlreader.c python/tests/reader.py: another couple of problem
839 related to IsEmptyElement reported by Stéphane Bidoul needed
840 some fixes.
841
842Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
843
844 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
845 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
846 based on the python XmlTextReader interface.
847
848Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
849
850 * tree.c: backing out one change in the last patch which broke the
851 regression tests
852
853Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
854
855 * global.data globals.c tree.c include/libxml/globals.h: applied
856 an old patch from Lukas Schroeder to track node creation and
857 destruction. Probably missing a lot of references at the moment
858 and not usable reliably.
859
860Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
861
862 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
863 from doc/news.html and a stylesheet
864
865Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
866
867 * xmlreader.c python/tests/reader.py: fixed another couple of
868 xmlreader bugs reported by Stéphane Bidoul and added tests.
869
870Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
871
872 * xmlreader.c python/tests/reader2.py: fixed another validity
873 checking in external parsed entities raised by Stéphane Bidoul
874 and added a specific regression test.
875 * python/tests/reader3.py: cleanup
876
877Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
878
879 * xmlreader.c python/tests/reader2.py: fixed a problem with
880 validation within entities pointed by Stéphane Bidoul, augmented
881 the tests to catch those.
882
883Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
884
885 * python/generator.py: modified the generator to allow keeping
886 class references when creating new classes, needed to fix a bug
887 pointed by Stéphane Bidoul where the input buffer of the
888 xmlTextReader instance gets destroyed if the python wrapper for
889 the input is not referenced anymore.
890
891Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * xmlreader.c python/tests/reader.py: fixed another pair of problem
894 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
895
896Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
897
898 * xmlreader.c python/tests/reader.py: fixed another problem
899 pointed by Stéphane Bidoul
900
901Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
902
903 * xmlreader.c python/tests/reader.py: fixed a limit case problem
904 with "<a/>"
905
906Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
907
908 * SAX.c: warn on xmlns:prefix="foo"
909 * xmlreader.c python/tests/reader.py: fixed a couple of problem
910 for namespace attributes handling.
911
912Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
913
914 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
915 a really nasty problem raised by a DocBook XSLT transform
916 provided by Sebastian Bergmann
917
918Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
919
920 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
921 by Stéphane Bidoul and integrated it into the tests
922
923Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
924
925 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
926 extended the XmlTextReader API a bit, addding accessors for
927 the current doc and node, and an entity substitution mode for
928 the parser.
929 * python/libxml.py python/libxml2class.txt: related updates
930 * python/tests/Makefile.am python/tests/reader.py
931 python/tests/reader2.py python/tests/reader3.py: updated a bit
932 the old tests and added a new one to test the entities handling
933
934Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
935
936 * python/generator.py python/libxml2class.txt
937 python/tests/reader.py python/tests/reader2.py: changed the
938 generator to provide casing for the XmlTextReader similar to
939 C# so that examples and documentation are more directly transposable.
940 Fixed the couple of tests in the suite.
941
942Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
943
944 * doc/guidelines.html: added a document on guildeline for
945 publishing and deploying XML
946
947Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
948
949 * valid.c xmlreader.c: final touch running DTD validation
950 on the XmlTextReader
951 * python/tests/Makefile.am python/tests/reader2.py: added a
952 specific run based on the examples from test/valid/*.xml
953
954Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
955
956 * python/libxml.py: added a few predefined xmlTextReader parser
957 configuration values.
958
959Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
960
961 * python/libxml_wrap.h: trying to fix #102037
962
963Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
964
965 * SAX.c: fixing bug #95296, when the predefined entities
966 are redefined in the DTD the default one must be used
967 instead anyway.
968
969Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
970
971 * doc/xmllint.xml
972 * doc/xmllint.1
973 Add discussion of XML_DEBUG_CATALOG to xmllint man
974 page - bug #100907
975
976
977Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
978
979 * xmlreader.c: Fixed the empty node detection to avoid reporting
980 an inexistant close tag.
981
982Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
983
984 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
985 for Python 2.1
986
987Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
988
989 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
990
991Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
992
993 * doc/libxml2-api.xml python/tests/reader.py: one really need
994 to provide the base URI information when creating a reader parser
995 from an input stream. Updated the API and the example using it.
996
997Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
998
999 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1000 include/libxml/valid.h include/libxml/xmlreader.h: working on
1001 DTD validation on top of xml reader interfaces. Allows to
1002 validate arbitrary large instances. This required some extensions
1003 to the valid module interface and augmenting the size of xmlID
1004 and xmlRef structs a bit.
1005 * uri.c xmlregexp.c: simple cleanup.
1006
1007Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1008
1009 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1010 work on the xml reader interfaces.
1011 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1012 Web page for the Windows binaries.
1013
1014Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1015
1016 * xmlIO.c: applied a patch for VMS following the report by
1017 Nigel Hall
1018
1019Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1020
1021 * parser.c: the parseStartTag bug fix wasn't complete.
1022
1023Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1024
1025 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1026 parseStartTag, fixing it.
1027 * test/att4 result/att4 result/noent/att4: adding the test
1028 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1029 more methods to XmlTextReader.
1030
1031Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1032
1033 * win32/libxml2.def.src: added more xml reader exports
1034 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1035 to the build
1036
1037Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1038
1039 * doc/tutorial/xmltutorial.xml
1040 plus generated html and pdf
1041 Updating tutorial again based on further comments from Niraj
1042 Tolia on the last iteration
1043
1044Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1045
1046 * doc/tutorial/xmltutorial.xml
1047 * doc/tutorial/includekeyword.c
1048 * doc/tutorial/includegetattribute.c
1049 plus generated html and pdf
1050 Adding fix from Niraj Tolia to tutorial to properly free memory.
1051
1052
1053Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1054
1055 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1056 more methods of XmlTextReader.
1057 * python/libxml2class.txt python/tests/reader.py: this increased the
1058 methods in the bndings, augmented the test to check those new
1059 functions.
1060
1061Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1062
1063 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1064 methods of XmlTextReader.
1065 * python/generator.py python/libxml_wrap.h python/types.c
1066 python/libxml2class.txt: added the reader to the Python bindings
1067 * python/tests/Makefile.am python/tests/reader.py: added a specific
1068 test for the Python bindings of the Reader APIs
1069 * parser.c: small cleanup.
1070
1071Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1072
1073 * xinclude.c: fallback was only copying the first child not the
1074 full child list of the fallback element, closes #89684 as reopened
1075 by Bernd Kuemmerlen
1076
1077Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1078
1079 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1080
1081Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1082
1083 * configure.in: preparing release of 2.4.30
1084 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1085 gives enum values, fix functype return type, put back fields in
1086 structs
1087 * doc/*: updated the docs rebuilt
1088
1089Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1090
1091 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1092 about htmlNodeDumpOutput location.
1093 * xpath.c: removed an undefined function signature
1094 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1095 too many symbols in the API breaking the python bindings.
1096 Updated with the libxslt/libexslt changes.
1097
1098Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * configure.in: preparing release of 2.4.29
1101 * doc/*: rebuilt the docs and API
1102 * xmlreader.c: a few more fixes for the XmlTextReader API
1103
1104Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1105
1106 * include/win32config.h: applied mingw patch from Magnus Henoch
1107
1108Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1109
1110 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1111
1112Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1113
1114 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1115 building Python script, does the C parsing directly, generates
1116 a better API description including structure fieds defs and
1117 enums. Still a couple of bugs, but good enough for the python
1118 wrappers now.
1119 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1120 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1121 include/libxml/schemasInternals.h include/libxml/tree.h: more
1122 cleanup based on the python analysis script reports.
1123 * libxml.spec.in: make sure the API XML description is part of the
1124 devel package.
1125
1126Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1127
1128 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1129 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1130 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1131 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1132 code cleanup, especially the function comments.
1133 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1134
1135Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * Makefile.am xmlreader.c include/libxml/Makefile.am
1138 include/libxml/xmlreader.h: Adding a new set of APIs based on
1139 the C# TextXmlReader API but converted to C. Allow to parse
1140 in constant memory usage, far simpler to program and explain
1141 than the SAX like APIs, unfinished but working.
1142 * testReader.c: test program
1143
1144Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1145
1146 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1147
1148Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1149
1150 * tree.c: Chip turner indicated that XHTML1 serialization
1151 rule for style actually break on both IE and Mozilla,
1152 try to avoid the rule if escaping ain't necessary
1153
1154Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1155
1156 * nanhttp.c: handle HTTP URL escaping, problem reported by
1157 Glen Nakamura and Stefano Zacchiroli
1158
1159Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1160
1161 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1162
1163Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1164
1165 * uri.c: Johann Richard pointed out some XPointer problems for
1166 URN based URI references in XInclude. Modified the URI parsing
1167 and saving routines to allow correct parsing and saving of
1168 XPointers, especially when attached to "opaque" scheme accordingly
1169 to RFC 2396
1170
1171Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1172
1173 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1174 of refactoring to the HTML saving code.
1175 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1176 in the doc.
1177
1178Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1181 to a buffer API to reuse the generic dump to an OutputIO layer,
1182 this reduces code, fixes xmlNodeDump() for XHTML, also made
1183 xmlNodeDump() now return the number of byte written.
1184
1185Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1186
1187 * python/setup.py.in: another patch from Stéphane Bidoul for
1188 Python bindings on Windows
1189 * doc/parsedecl.py: small cleanup
1190
1191Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1192
1193 * libxml.spec.in configure.in: add a line in %changelog for releases
1194
1195Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1196
1197 * parser.c: patch from Marcus Clarke fixing a problem in entities
1198 parsing that was detected in KDe documentations environment.
1199
1200Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1201
1202 * python/libxml.c (libxml_prev): Return the previous as opposed to
1203 the next node (I guess this is the result of some cut & paste programming:)
1204
1205Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1206
1207 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1208
1209Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1210
1211 * python/generator.py python/libxml.c python/setup.py.in: trying
1212 to fix the Python bindings build on Windows (Stéphane Bidoul)
1213
1214Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1215
1216 * win32/configure.js: added option for python bindings
1217 * win32/libxml2.def.src: added more exports
1218
1219Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1220
1221 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1222 pthreads
1223 * win32/wince/*: applied updates to Windows CE port from Javier
1224
1225Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1226
1227 * configure.in: preparing 2.4.28
1228 * libxml.spec.in doc/Makefile.am: some cleanup
1229 * doc/*: updated the news and regenerated.
1230
1231Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1232
1233 * HTMLparser.c: final touch at closing #87235 </p> end tags
1234 need to be generated.
1235 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1236 this change slightly the output of a few tests
1237 * doc/*: regenerated
1238
1239Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1240
1241 * parserInternals.c: fixing bug #99190 when UTF8 document are
1242 parsed using the progressive parser and the end of the chunk
1243 is in the middle of an UTF8 multibyte character.
1244
1245Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1246
1247 * threads.c: fixed initialization problem in xmlNewGlobalState
1248 which was causing crash.
1249 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1250 in xmlInitializeGlobalState.
1251 * parserInternals.c: cleaned up ctxt->sax initialisation.
1252
1253Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1254
1255 * tree.c include/libxml/tree.h: modified the existing APIs
1256 to handle XHTML1 serialization rules automatically, also add
1257 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1258 libxslt serialization uses it when needed without changing
1259 the library API.
1260 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1261 result/xhtml1: added a new test specifically for xhtml1 output
1262 and updated the result of one XHTML1 test
1263
1264Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1265
1266 * xinclude.c parserInternals.c encoding.c: fixed #99082
1267 for xi:include encoding="..." support on text includes.
1268 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1269 test/XInclude/ents/isolatin.txt : added a specific regression test
1270 * python/generator.py python/libxml2class.txt: fixed the generator
1271 the new set of comments generated for doc/libxml2-api.xml were
1272 breaking the python generation.
1273
1274Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1275
1276 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1277 * configure.in: patch for Solaris on new autoconf closes #98880
1278 * doc/parsedecl.py: repair the frigging API building script,
1279 did I say that python xmllib sucks ?
1280 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1281 and some comment are no more truncated.
1282
1283Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * parser.c: Martin Stoilov pointed out a potential leak in
1286 xmlCreateMemoryParserCtxt
1287
1288Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1289
1290 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1291 included in HTML documents and using the push parser.
1292
1293Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1294
1295 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1296 specified, look for the Python interpreter not just in the
1297 specified root but also in the specified location. Fixes #98825
1298
1299Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1300
1301 * python/libxml.c: fixing bug #98792 , node may have no doc
1302 and dereferencing without checking ain't good ...
1303
1304Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1305
1306 * configure.in: preparing release 2.4.27
1307 * doc/* : updated and rebuilt the docs
1308 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1309 and all the docs are actually packaged and in the final RPMs
1310 * parser.c parserInternals.c include/libxml/parser.h: restore
1311 xmllint --recover feature.
1312
1313Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1314
Daniel Veillard784b9352003-02-16 15:50:27 +00001315 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001316 processing of parsed entities, and XPath computation on sustitued
1317 entities.
1318 * testXPath.c: make sure entities are substitued.
1319
1320Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1321
Daniel Veillard784b9352003-02-16 15:50:27 +00001322 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001323 processing of internal parsed entities, which had to be changed.
1324
1325Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1326
1327 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1328 trying to fix bug #98517 about building outside the source tree
1329 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1330
1331Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1332
1333 * include/win32config.h: cleanup
1334 * win32/Makefile.mingw: integrated mingw in JScript configure
1335 * win32/Makefile.msvc: modified to allow mingw coexistence
1336 * win32/configure.js: integrated mingw
1337 * win32/Readme.txt: cleanup
1338
1339Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1340
1341 * HTMLparser.c: strengthen the guard in the Pop macros,
1342 like in the XML parser, closes bug #97315
1343
1344Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1345
1346 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1347 callback is never used.
1348
1349Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1350
1351 * parserInternals.c: fixed the initialization of the SAX structure
1352 which was breaking xsltproc
1353 * xpath.c: patch from Petr Pajas for CDATA nodes
1354 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1355 * parser.c include/libxml/parser.h: patch from Peter Jones
1356 removing a leak in xmlSAXParseMemory() and adding the
1357 function xmlSAXParseMemoryWithData()
1358
1359Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1360
1361 adding pdf of tutorial, changing web page to link to it
1362 * doc/tutorial/xmltutorial.pdf
1363 * doc/xml.html
1364 * doc/docs.html
1365
1366Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1367
1368 * doc/tutorial/ar01s08.html
1369 adding file what I forgot for tutorial
1370
1371
1372Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1373
1374 Adding encoding discussion to tutorial
1375 Added:
1376 * doc/tutorial/images/*.png: DocBook admonition image files
1377 * doc/tutorial/apf.html, apg.html: new generated html
1378 * doc/tutorial/includeconvert.c: conversion code entity file
1379 changed:
1380 * doc/tutorial/xmltutorial.xml: DocBook original
1381 * doc/tutorial/*.html: generated html
1382
1383Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1384
1385 * include/libxml/*.h: retired xmlwin32version.h
1386 * doc/Makefile.am: retired xmlwin32version.h
1387 * win32/configure.js: retired xmlwin32version.h
1388
1389Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1390
1391 * win32/libxml2.def.src: exported additional symbols
1392 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1393 sisterhood
1394
1395Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1396
1397 * globals.c: fixed a typo pointed out by Igor
1398 * xpath.c: try to speed up node compare using line numbers
1399 if available.
1400
1401Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1402
1403 * tree.c: make xmlFreeNode() handle attributes correctly.
1404
1405Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1406
1407 * catalog.c: completed the #96963 fix, as reported by Karl
1408 Eichwalder
1409
1410Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1411
1412 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1413
1414Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1415
1416 * Makefile.am: switched the order of a couple of includes
1417 to fix bugs #97100
1418
1419Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1420
1421 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1422 xmlLoadCatalogs that used to separate directories with a ':'.
1423
1424Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1425
1426 * threads.c: improvements to the Windows-side of thread handling
1427 * testThreads.c: conditionally excluded unistd.h
1428 * testThradsWin32.c: broke overlong lines
1429 * include/win32config.h: adapted thread-related macros to the new
1430 scheme and for pthreads on Windows
1431 * win32/Makefile.msvc: introduced a more flexible thread build,
1432 added testThreads[Win32].c to the build
1433 * win32/configure.js: introduced a more flexible thread config
1434
14352002-10-31 John Fleck <jfleck@inkstain.net>
1436
1437 * doc/xml.html (and, by implication, FAQ.html)
1438 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1439
1440Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1441
1442 * configure.in: removed xmlwin32version.h
1443 * include/libxml/Makefile.am: removed xmlwin32version.h
1444
1445Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1446
1447 * tree.c: applied patch from Brian Stafford to fix a bug
1448 in xmlReconciliateNs()
1449
1450Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1451
1452 * tree.c: applied patch from Christian Glahn to allow
1453 xmlNewChild() on document fragment nodes
1454
1455Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1456
1457 * parser.c: Christian Glahn found a problem with a recent
1458 patch to xmlParseBalancedChunkMemoryRecover()
1459 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1460 problems
1461 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1462 test/schemas/seq*: added the test cases from Charles
1463
1464Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1465
1466 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1467 serious cleanup of the spec file and associated changes
1468 in the Makefiles.
1469 * valid.c: try to remove some warnings on x86_64
1470
1471Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1472
1473 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1474 fix bug #96586
1475
1476Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1479 parsing, applied his patch
1480 * result/HTML/attrents.html result/HTML/attrents.html.err
1481 result/HTML/attrents.html.sax test/HTML/attrents.html:
1482 added the test and result case provided by Mikhail Sogrine
1483
1484Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1485
1486 * vms/build_libxml.com vms/config.vms vms/readme.vms
1487 include/libxml/parser.h include/libxml/parserInternals.h
1488 include/libxml/tree.h include/libxml/xmlIO.h
1489 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1490 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1491 Applied the VMS update patch from Craig A. Berry
1492 * doc/*.html: update
1493
1494Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1495
1496 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1497
1498Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1499
1500 * debugXML.c: adding a grep command to --shell in xmllint
1501 for T.V. Raman
1502
1503Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1504
1505 * xmlcatalog.c: tried to fix some of the problem with --sgml
1506
1507Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * parser.c: tried to fix bug #91500 where doc->children may
1510 be overriden by a call to xmlParseBalancedChunkMemory()
1511
1512Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1515 identifiers in SGML catalogs containing '&'
1516
1517Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1518
1519 * python/types.c: fixed bugs when passing result value tree
1520 to Python functions.
1521
1522Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1523
1524 * configure.in: preparing the release of 2.4.26
1525 * doc/*: updated and rebuilt the documentation
1526
1527Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1528
1529 * parser.c: fixed a XML Namespace compliance bug reported by
1530 Alexander Grimalovsky
1531
1532Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1533
1534 * HTMLtree.c: fixed serialization of script and style when
1535 they are not lowercase (i.e. added using the API to the tree).
1536
1537Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1538
1539 * valid.c: make xmlValidateDocument emit a warning msg if there
1540 is no DTD, pointed by Christian Glahn
1541
1542Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1543
1544 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1545 content model when some of the blocks have min or max, and a couple
1546 of bugs found in the process.
1547 * result/schemas/list0* test/schemas/list0*: added some specific
1548 regression tests
1549
1550Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1551
1552 * README: updated the contact informations
1553
1554Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1555
1556 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1557 misses it, reported by Peter Bray.
1558
1559Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1562 and removed a few warnings
1563
1564Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1565
1566 * parser.c: Christian Glahn found a small bug in the push parser.
1567 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1568 public
1569
1570Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1571
1572 * xmlschemas.c include/libxml/xmlschemas.h: added
1573 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1574 * testSchemas.c: added --memory to test the new interface
1575
1576Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1577
1578 * doc/index.py doc/search.php: integrated the XSLT indexing,
1579 a few fixed in the indexer, added a scope selection at the
1580 search level.
1581
1582Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1583
1584 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1585 this was due to uninitialized parts of the validation context
1586
1587Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * debugXML.c: applied patch from Mark Vakoc except the API
1590 change, preserved it.
1591 * doc/*: updated the docs to point to the search engine for
1592 information lookup or before bug/help reports.
1593
1594Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1595
1596 * doc/index.py doc/search.php: added mailing-list archives
1597 indexing and lookup
1598
1599Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1600
1601 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1602
1603Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1604
1605 * doc/index.py: improved HTML indexing
1606 * doc/search.php: make the queries also lookup the HTML based indexes
1607
1608Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1609
1610 * doc/index.py: added HTML page indexing
1611
1612Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1613
1614 * xmlIO.c: extended Windows path normalisation to fix the base
1615 problem in libxslt.
1616 * catalog.c: fixed list handling in XML_CATALOG_FILES
1617
1618Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1619
1620 * valid.c: typo/bug found by Christian Glahn
1621
1622Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1623
1624 * xmlIO.c: applied Windows CE patch from Javier.
1625 * win32/wince: new directory, contains support for the PocketPC
1626 with Windows CE from Javier.
1627 * include/win32config.h: reorganised, removed duplicate
1628 definitions and applied WinCE patch from Javier.
1629 * include/wsockcompat.h: new file, now contains WinSock
1630 compatibility macros.
1631 * win32/Makefile.msvc: introduced double-run compilation.
1632
1633Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1634
1635 * configure.in include/libxml/xmlwin32version.h: preparing release
1636 of 2.4.25
1637 * doc/*: updated and regenerated teh docs and web pages.
1638
1639Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1640
1641 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1642 error were not covering namespace declarations.
1643 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1644 it was missing the attribute declaration for the namespace
1645 * result/VC/NS3: the fix now report breakages in that test
1646
1647Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1648
1649 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1650
1651Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1652
1653 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1654 and regenerated the docs and web site
1655
1656Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1657
1658 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1659 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1660 not before
1661
1662Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1663
1664 * python/generator.py python/libxml2class.txt: fixed a stupid error
1665 breaking the python API
1666
1667Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1668
1669 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1670 triostr.c triostr.h: applied a trio update patch from
1671 Bjorn Reese which should work with MinGW
1672
1673Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1674
1675 * tree.c: improving some documentation comments
1676 * xmlregexp.c: found and fixed a mem leak with python regression tests
1677 * doc/*: rebuilt the doc and the API XML file including the
1678 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1679 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1680 python/types.c: added access to the XML Schemas regexps from
1681 python
1682 * python/tests/Makefile.am python/tests/regexp.py: added a
1683 simple regexp bindings test
1684
1685Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1686
1687 * doc/xml.html:
1688 fixing ftp links - thanks to Vitaly Ostanin
1689
1690Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1691
1692 * xmlregexp.c: fixed the data callback on transition functionality
1693 which was broken when using the compact form
1694 * result/schemas/*: updated the results, less verbose, all tests
1695 pass like before
1696 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1697 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1698 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1699 annoying warnings
1700 * xpath.c: try to provide better error report when possible
1701
1702Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1703
1704 * Makefile.am: fixed a breakage raised by Jacob
1705
1706Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1707
1708 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1709 which don't use sockets
1710
1711Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1712
1713 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1714 * win32/configure.js: applied zlib patch from Daniel Gehriger
1715
1716Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1717
1718 * win32/configure.js: applied the patch from Mark Vakoc for
1719 regexp support
1720 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1721 for regexp support
1722
1723Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1724
1725 * xmlschemastypes.c: as pointed by Igor Float and Double
1726 parsing ain't finished yet
1727
1728Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1729
1730 * Makefile.am configure.in: trying to fix #88412 by bypassing
1731 all the python subdir if python ain't detected
1732
1733Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1734
1735 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1736 made configuring with regexps/automata/unicode the default
1737 but without schemas ATM
1738 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1739 fixed the regexp based DTD validation performance and memory
1740 problem by switching to a compact form for determinist regexps
1741 and detecting the determinism property in the process. Seems
1742 as fast as the old DTD validation specific engine :-) despite
1743 the regexp built and compaction process.
1744
1745Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1746
1747 * valid.c: determinism is debugged, new DTD checking code now works
1748 but xmlFAComputesDeterminism takes far too much CPU and the whole
1749 set usues too much memory to be really usable as-is
1750
1751Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1752
1753 * tree.c: fixed another stupid bug in xmlGetNodePath()
1754 * xmllint.c: --version now report the options compiled in
1755
1756Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1757
1758 * HTMLparser.c: small cleanup
1759 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1760 when configured with them. A bit of debugging around the determinism
1761 checks is still needed
1762
1763Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1764
1765 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1766
1767Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1768
1769 * xmlIO.c: small portability glitch fixed.
1770
1771Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1772
1773 * xmlschemastypes.c: incomplete steps for real/double support
1774 * testAutomata.c include/libxml/xmlautomata.h
1775 include/libxml/xmlregexp.h: avoiding a compilation problem
1776 * valid.c include/libxml/valid.h: starting the work toward using
1777 the regexps for actual DTD validation
1778
1779Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1780
1781 * hash.c: cosmetic cleanup
1782 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1783 integrating a DTD validation layer based on the regexps
1784
1785Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1786
1787 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1788 the determinism was tested before eliminating the epsilon
1789 transitions :-(
1790
1791Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1792
1793 * python/generator.py python/libxml.c python/libxml.py
1794 python/libxml2-python-api.xml python/libxml2class.txt
1795 python/libxml_wrap.h python/types.c: updated the python
1796 bindings, added code for easier File I/O, and the ability to
1797 define a resolver from Python fixing bug #91635
1798 * python/tests/Makefile.am python/tests/inbuf.py
1799 python/tests/outbuf.py python/tests/pushSAXhtml.py
1800 python/tests/resolver.py python/tests/serialize.py: updated
1801 and augmented the set of Python tests.
1802
1803Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1804
1805 * win32/configure.js: added more readme info for the binary
1806 package.
1807
1808Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1809
1810 * xmlIO.c: fixed a stupid out of bound array error
1811
1812Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1813
1814 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1815 messing around with support for Windows path, cleanups,
1816 trying to identify and fix the various code path to the
1817 filename access. Added xmlNormalizeWindowsPath()
1818
1819Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * error.c valid.c: working on better error reporting of validity
1822 errors, especially providing an accurate context.
1823 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1824 error reports in those cases.
1825
1826Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1827
1828 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1829 parser.c parserInternals.c xmlIO.c: get rid of all the
1830 perror() calls made in the library execution paths. This
1831 should fix both #92059 and #92385
1832
1833Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1834
1835 * xmllint.c: memory leak reporting was broken after a change
1836 of the preprocessor symbol used to activate it.
1837
1838Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1839
1840 * tree.c: try to make the copy function work for node of
1841 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1842 DOM layers though, not libxml2 itself.
1843
1844Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1845
1846 * valid.c: try to provide file and line informations, not all
1847 messages are covered, but it's a (good) start
1848
1849Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1850
1851 * xinclude.c: reimplemented a large part of the XInclude
1852 processor, trying to minimize resources used, James Henstridge
1853 provided a huge test case which was exhibiting severe memory
1854 consumption problems.
1855
1856Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1857
1858 * python/Makefile.am: applied patch from Christophe Merlet to
1859 reestablish DESTDIR
1860
1861Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1862
1863 * libxml.spec.in: fixes libary path for x86_64 AMD
1864
1865Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1866
1867 * doc/tutorial/includekeyword.c
1868 * doc/tutorial/xmltutorial.xml:
1869 (plus resulting generated html files)
1870 fixing one spot I missed in the tutorial where I hadn't freed
1871 memory properly
1872
1873Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1874
1875 * doc/tutorial/includeaddattribute.c
1876 * doc/tutorial/includeaddkeyword.c
1877 * doc/tutorial/includegetattribute.c
1878 * doc/tutorial/includekeyword.c
1879 * doc/tutorial/xmltutorial.xml
1880 * doc/tutorial/*.html:
1881 update tutorial to properly free memory (thanks to Christopher
1882 R. Harris for pointing out that this needs to be done)
1883 * doc/tutorial/images/callouts/*.png:
1884 added image files so the callouts are graphical, making it
1885 easier to read ( use "--param callout.graphics 1" to generate
1886 html with graphical callouts)
1887
1888Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1889
1890 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1891 nice logos generated by Marc Liyanage
1892 * doc/site.xsl *.html: changed the stylesheet to show the new
1893 logo and regenerated the pages
1894
1895Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1896
1897 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1898
1899Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1900
1901 * xpath.c: possible mem leak patch from Jason Adams
1902
1903Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1904
1905 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1906 in the XQuery namespace
1907 * configure.in: preparing 2.4.24
1908 * doc/*.html: updated the web pages
1909
1910Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1911
1912 * python/generator.py: closing bug #85258 by generating conditional
1913 compile check to avoid linking to routines not configured in.
1914
19152002-08-22 Havoc Pennington <hp@pobox.com>
1916
1917 * autogen.sh: update error message for missing automake
1918
1919Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1920
1921 * python/Makefile.am: typo in target name resulted in libxml2.py
1922 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1923
1924Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1925
1926 * win32/win32/Makefile.mingw: updated with version from
1927 Elizabeth Barham at http://soggytrousers.net/repository/
1928
1929Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1930
1931 * win32/Makefile.msvc: added the prefix location to the include
1932 and lib search path.
1933
19342002-08-18 Havoc Pennington <hp@pobox.com>
1935
1936 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1937 both automake 1.6 and 1.4 installed get the right automake. Means
1938 compilation from CVS will now require the latest automake 1.4
1939 release, or manually creating symlinks called "automake-1.4" and
1940 "aclocal-1.4"
1941
1942Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1943
1944 * configure.in python/Makefile.am: more AMD 64 induced changes from
1945 Frederic Crozat
1946
1947Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1948
1949 * xinclude.c: oops I was missing the xml:base fixup too
1950 * result/XInclude/*.xml: this adds xml:base attributes to most
1951 results of the tests
1952
1953Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1954
1955 * xinclude.c: quick but apparently working implementation of
1956 xi:fallback, should close bug #89684
1957 * Makefile.am test/XInclude/docs/fallback.xml
1958 result/XInclude/fallback.xml: added a basic test for fallback,
1959 and run with --nowarning to avoid a spurious warning
1960 * configure.in: applied patch from Frederic Crozat for python
1961 bindings on AMD 64bits machines.
1962
1963Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1964
1965 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1966 the caller don't pass a SAX callback block.
1967
1968Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * tree.c: applied the same fix for the XML-1.0 namespace to
1971 xmlSearchNsByHref() as was done for xmlSearchNs()
1972
1973Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1974
1975 * libxml.3: small cleanup of the man page
1976 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1977 when serializing HREF attributes generated by XSLT.
1978
1979Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1980
1981 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1982 version of Marc Liyanage' patch for boolean attributes in HTML
1983 output
1984
1985Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * python/tests/serialize.py: fixed the test results, indenting
1988 behaviour changed slightly
1989
1990Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1991
1992 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1993 new c14n function to Windows def files
1994
1995Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1996
1997 * c14n.c: fixed a memory leak in c14n code
1998
1999Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2000
2001 * parser.c include/libxml/parser.h: adding a new API for Christian
2002 Glahn: xmlParseBalancedChunkMemoryRecover
2003 * valid.c: patch from Rick Jones for some grammar cleanup in
2004 validation messages
2005 * result/VC/* result/valid/*: this slightly change some of the
2006 regression tests outputs
2007
2008Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2009
2010 * tree.c: trying to fix a problem in namespaced attribute handling
2011 raised by Christian Glahn
2012
2013Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2014
2015 * encoding.c include/libxml/encoding.h: Opening the interface
2016 xmlNewCharEncodingHandler as requested in #89415
2017 * python/generator.py python/setup.py.in: applied cleanup
2018 patches from Marc-Andre Lemburg
2019 * tree.c: fixing bug #89332 on a specific case of loosing
2020 the XML-1.0 namespace on xml:xxx attributes
2021
2022Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2023
2024 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2025 corner case from new Merlin's test suite and added a callback
2026 that will be used to improve xmlsec performance
2027
2028
2029Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2030
2031 * HTMLtree.c: trying to fix the <style> escaping problem in
2032 HTML serialization bug #89342
2033
2034Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2035
2036 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2037 and rebuilt the web site.
2038
2039Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2040
2041 * include/libxml/tree.h: added _private member to xmlNs struct
2042
2043Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * HTMLparser.c: fixing bug #84876 based on the xml working
2046 code.
2047
2048Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2049
2050 * python/Makefile.am: enhanced to fix bug 72012 (errors
2051 when using '-jX' make parameter)
2052
2053Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2054
2055 * xpath.c: small additional enhancement for booleans
2056 compared to nodesets
2057
2058Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2059
2060 * HTMLtree.c: changed the order of the encoding declaration
2061 attributes in the meta tags due to a bug in IE/Mac
2062
2063Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2064
2065 * xpath.c: enhanced handling of booleans (especially '='
2066 and '!=' for nodesets) - fixes bug 85256. Added new
2067 routine xmlXPathNotEqualValues for more proper handling
2068 of '!=' when nodesets are involved.
2069
2070Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2071
2072 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2073 doc/xmlcatalog_man.xml to the source distribution
2074
2075Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2076
2077 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2078 asked for this.
2079
2080Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2081
2082 * configure.in: preparing 2.4.23
2083 * doc/*: rebuilt the docs
2084
2085Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2086
2087 * parser.c: fixing bug #84169 by fixing the
2088 comment of xmlCreatePushParserCtxt to describe the
2089 encoding detection parameters better.
2090
2091Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * valid.c: fixing bug #79331 in one path the lookup for
2094 ID attributes on a namespaced node wasn't handled correctly :-\
2095
2096Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2097
2098 * HTMLparser.c: trying to fix 87235 about discarded white
2099 spaces in the HTML parser.
2100 * result/HTML/*: this changes the output of a number of HTML
2101 regression tests
2102
2103Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2104
2105 * xpath.c: applied patch from Richard Jinks for the namespace
2106 axis + fixed a memory error.
2107 * parser.c parserInternals.c: applied patches from Peter Jacobi
2108 removing ctxt->token for good.
2109 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2110 popped out by the regression tests.
2111 * Makefile.am: patch for threads makefile from Gary Pennington
2112
2113Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2114
2115 * xpath.c: enhanced behaviour of position() after usage of
2116 expressions involving preceding-sibling (et al).
2117
2118Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2119
2120 * hash.c: applied a patch from Peter Jacobi to solve a problem
2121 when compiling with the Watcom C on Win32
2122 * result/schemas/*.err: the change of hashing algo generated
2123 permutations in the output
2124
2125Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2126
2127 * hash.c: applied patch from Sander Vesik improving the quality of
2128 the hash function.
2129
21302002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2131
2132 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2133 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2134 xmllint.c xpath.c: replaced sprintf() with snprintf()
2135 to prevent possible buffer overflow (the bug was pointed
2136 out by Anju Premachandran)
2137
2138Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2139
2140 * parser.c: removed an uninitialized data error popped by valgrind
2141 on PE references
2142
2143Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2144
2145 * doc/xml.html
2146 adding tutorial reference to the web page
2147
2148Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2149
2150 * doc/tutorial/xmltutorial.xml
2151 * doc/tutorial/ar01s07.html
2152 * doc/tutorial/ape.html
2153 * doc/tutorial/includegetattribute.c
2154 adding section to tutorial about retrieving an attribute
2155 value
2156
2157Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2158
2159 * parser.c: applied a couple of patches from Peter Jacobi to start
2160 to get rid of ctxt->token, with a possible significant speed
2161 improvement to be gained once done. Better compliance with PE
2162 references constructs in DTDs too.
2163 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2164 from Peter too
2165
2166Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2169 xmlParseElement was likely to have been deallocated at the
2170 time of the report, possibly leading to segfault. Just report
2171 the tag name now.
2172
2173Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2174
2175 * xpath.c: patch from Richard Jinks for XPath substring() function
2176 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2177
21782002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2179
2180 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2181
2182Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2183
2184 *doc/FAQ.html
2185 fixing typos in FAQ, thanks to Robert Funnell for the
2186 editing help
2187
2188Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2189
2190 * NEWS: got complaints from rpmlint that it was empty
2191
2192Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2193
2194 * added doc/tutorial, including:
2195 apa.html
2196 apb.html
2197 apc.html
2198 apd.html
2199 ar01s02.html
2200 ar01s03.html
2201 ar01s04.html
2202 ar01s05.html
2203 ar01s06.html
2204 includeaddattribute.c
2205 includeaddkeyword.c
2206 includekeyword.c
2207 includestory.xml
2208 index.html
2209 xmltutorial.xml
2210 libxml tutorial, including generated html
2211
2212Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2213
2214 * result/c14n/exc-without-comments/merlin-c14n-two-*
2215 result/c14n/without-comments/merlin-c14n-two-*
2216 test/c14n/exc-without-comments/merlin-c14n-two-*
2217 test/c14n/without-comments/merlin-c14n-two-*
2218 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2219 c14n/exc-c14n and slightly modified test script to handle
2220 these test cases
2221 * c14n.c: fixed bugs for complicated nodes set (namespace
2222 without node and others from merlin-c14n-two.tar.gz)
2223 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2224 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2225 for xmlsec performance patch
2226 * xpath.c: fixed self::node() for namespaces and attributes
2227
2228Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2229
2230 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2231 but with the format parameter
2232 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2233
2234Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2235
2236 * Makefile.am: updated c14n tests suite
2237 * c14n.c: performance improvement for previous c14n patch
2238
2239Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2240
2241 * parser.c: another peroformance patch from Peter Jacobi, that
2242 time on parsing attribute values.
2243
2244Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2245
2246 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2247 into LibXML2 test suite
2248
2249Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2250
2251 * c14n.c: propagating xpath ancesstors node fix to c14n
2252 plus small performance improvement to reduce number of
2253 mallocs
2254 * xpath.c: fixed ancestors axis processing for namespace nodes
2255
2256Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2257
2258 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2259 Peter Jacobi
2260
2261Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2262
2263 * configure.in: preparing 2.4.22
2264
2265Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2266
2267 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2268 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2269 a public entry point.
2270 * doc/*: rebuilt the API and docs
2271
2272Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2273
2274 * xpath.c: patch from Richard Jinks to fix a problem introduced
2275 in the previous patch and pointed by Norm
2276
2277Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2278
2279 * libxml.spec.in: fixing bug #81112
2280
2281Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * uri.c: fixing bug #82848
2284
2285Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2286
2287 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2288 output of one catalog test
2289
2290Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2291
2292 * global.data globals.c tree.c include/libxml/globals.h
2293 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2294 default value for global parameter xmlIndentTreeOutput to 1 and
2295 introduced new global parameter xmlTreeIndentString (the string
2296 used to do one-level indent) with default value " " (as it was
2297 in tree.c)
2298
2299Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2300
2301 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2302 with trio and schemas.
2303
2304Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2305
2306 * xpath.c: patch from Richard Jinks to fix the problem raised in
2307 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2308
2309Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2310
2311 * xmlschemas.c: a bit of work on import.
2312 * xmlschemastypes.c: Charles Bozeman provided a compare function
2313 for date/time types so min/max facet restrictions should work,
2314 indeterminate comparisons return an error instead of equal.
2315 * test/schemas/date_0* result/schemas/date_0_0: specific test
2316 from Charles Bozeman too
2317
2318Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2321 from Christian Cornelssen fixing the man pages and the Catalog
2322 building script.
2323 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2324 next step is <xs:import> I now have a reasonable understanding
2325 of how it works.
2326
2327Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2328
2329 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2330
2331Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2332
2333 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2334
2335Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2336
2337 * xpath.c: fixing an XPath function evalutation bug pointed out
2338 by Alexey Efimov where the context was lost when evaluating
2339 the function arguments
2340
2341Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2342
2343 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2344 function public for XMLSec performance optimizations
2345
2346Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2347
2348 * python/generator.py python/libxml2class.txt : fixed a problem
2349 with the HTML parser pointed by Gary Benson
2350 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2351 example
2352
2353Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2354 * parser.c: fixed bug #81159 (memory growth in SAX)
2355
2356Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2357 * xpath.c: fixed bug #78858 (the real fix)
2358
2359Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2360 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2361
2362Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2363
2364 * tree.c: modified xmlNodeSetBase to allow changing the
2365 base of a document.
2366
2367Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2368
2369 * xmlschemastypes.c: patch Charles Bozeman for validation of
2370 all the date, time, and duration types
2371 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2372 * configure.in: fixed an error pointed by an user
2373 * xml2-config.in: fixed an error pointed by an user
2374
2375Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2376
2377 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2378 win32/libxml2.def.src xmlIO.c: exported default
2379 'file:', 'http:' and 'ftp:' protocols input handlers
2380 and maked protocols comparisson case insensitive
2381
2382Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2383
2384 * configure.in: Neven Has detected a typo
2385
2386Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2387
2388 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2389 as one of the persons allowed to commit directly to the
2390 module.
2391
2392Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2393
2394 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2395 * valid.c: raised a too low limit
2396 * doc/*: rebuilt the docs
2397
2398Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * test/XPath/expr/floats test/XPath/expr/functions
2401 result/XPath/expr/floats result/XPath/expr/functions
2402 xpath.c: another XPath conformance patch from Richard Jinks
2403
2404Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2405
2406 * xmlschemas.c: fixed validation of attribute groups.
2407 * test/schemas result/schemas: added an example from the primer
2408
2409Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2410
2411 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2412 * test/schemas result/schemas: updated the test list
2413
2414Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2415
2416 * TODO: updated a bit
2417 * parser.c: made a comment more specific
2418 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2419 Schemas conformance.
2420 * test/schemas result/schemas: updated the test list
2421
2422Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2423
2424 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2425 implementing xs:all with minOccurs = 0
2426 * tes/schemas/* result/schemas/*: added more tests covering
2427 xs:all
2428
2429Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * xmlregexp.c: first implementation of the all particle, this
2432 may need to be revisited for case where not all transitions
2433 must be crossed.
2434
2435Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2436
2437 * tree.c: another entity processing update from Markus Henke
2438
2439Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2440
2441 * trionan.c: fixed crash on OSF/1
2442
2443Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2444
2445 * xmlschemas.c: more Schemas work
2446 * test/schemas/* result/schemas/*: added more tests coming
2447 from the spec.
2448
2449Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2450
2451 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2452 ExcC14N specification
2453
2454Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * tree.c: patch from Markus Henke, fix for recursive entities.
2457
2458Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2459
2460 * xpath.c: fix a problem with string() on a document node.
2461
2462Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2463
2464 * Makefile.am xmlschemas.c: more Schemas work
2465 * test/schemas/* result/schemas/*: added more tests coming
2466 from the spec.
2467
2468Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2469
2470 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2471 * result/HTML/*: this changes a few things in the results
2472
2473Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2474
2475 * include/libxml/tree.h: eliminated 'declaration different than
2476 prototype' warning
2477 * include/win32config.h: "resolved" conflicts with errno.h
2478
2479Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2480
2481 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2482 on the automata interfaces and debug of counted choices
2483 * test/schemas/* result/schemas/*: added a number of tests
2484
2485Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2486
2487 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2488 a bit of work on Schemas
2489 * testSchemas.c: try to make it more useful
2490 * test/schemas/* result/schemas/* Makefile.am: changed the
2491 Schemas regression test procedure, started adding a few samples
2492
2493Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2494
2495 * include/libxml/encoding.h: Patch for the Borland C++ builder
2496 * include/libxml/tree.h: Patch for the Borland C++ builder
2497 * threads.c: Patch for the Borland C++ builder
2498 * win32/bcb5: New directory for the Borland C++ builder
2499 project files
2500
2501Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2502
2503 * win32/Makefile.msvc: Update for XML Schema support
2504 * win32/configure.js: Update for XML Schema support
2505 * win32/libxml2.def.src: Update for XML Schema support
2506
2507Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2508
2509 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2510 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2511 xmlunicode.c include/libxml/Makefile.am
2512 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2513 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2514 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2515 include/libxml/xmlversion.h.in : merged the current state of
2516 XML Schemas implementation, it is not configured in by default,
2517 a specific --schemas configure option has been added.
2518 * test/automata test/regexp test/schemas Makefile.am
2519 result/automata result/regexp result/schemas:
2520 merged automata/regexp/schemas regression tests
2521
2522Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * xpath.c: Gary found a compile time problem, fixes #78823
2525
2526Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2527
2528 * configure.in: release of 2.4.20
2529 * doc/*: updated and rebuilt the docs
2530
2531Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * python/Makefile.am: patch from Cristian Gafton to build on
2534 Red Hat 6.2, should also fix #75779
2535
2536Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2537
2538 * valid.c: first part of fixing #78729
2539
2540Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2541
2542 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2543 escaping of URI when saving HTML files.
2544 * result/HTML/*: this impacted some tests
2545
2546Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2547
2548 * configure.in: trying to fix #77441
2549
2550Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2551
2552 * include/libxml/xmlIO.h: Hallski complained it could not be
2553 included by itself.
2554
2555Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2558
2559Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2560
2561 * win32/configure.js: patch from Nilo for the c14n option
2562 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2563
2564Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2567 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2568 LIBXML_THREAD_ENABLED
2569
2570Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2571
2572 * xpath.c: another patch from Richard Jinks for substring conformance
2573 * test/XPath/expr/floats test/XPath/expr/strings
2574 result/XPath/expr/floats result/XPath/expr/strings: update of the
2575 test suite to check those.
2576
2577Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2578
2579 * xpath.c: patch from Richard Jinks for .x float parsing.
2580
2581Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * parser.c: patch from Markus Henke when an encoding ain't recognized
2584
2585Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2586
2587 * libxml.m4: got a report that #include <string.h> was needed
2588
2589Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2590
2591 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2592
2593Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2594
2595 * doc/example.html: fixing typo
2596
2597Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2598
2599 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2600 pointed out by Melvyn Sopacua.
2601
2602Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * libxml.m4: Frédéric Crozat gave a patch related to the change
2605 of Include paths breaking the libxml.m4
2606
2607Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2608
2609 * xpath.c: Fix bug #76927 forgot to save some context
2610 when evaluating binary expressions
2611
2612Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2613
2614 * configure.in: fixed configure for MPE/iX from Markus Henke
2615 * xmlmemory.c: fixed initialization problems
2616 * xpath.c: another set of patches from Richard Jinks this
2617 fixes "make XPathtests" on linux
2618
2619Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2622 * test/XPath/expr/compare test/XPath/expr/equality
2623 test/XPath/expr/floats test/XPath/expr/functions
2624 test/XPath/expr/strings result/XPath/expr/compare
2625 result/XPath/expr/equality result/XPath/expr/floats
2626 result/XPath/expr/functions result/XPath/expr/strings: Updated
2627 tests though they show a divergence on Linux
2628
2629Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * xpath.c trionan.c: previous commit also included patches
2632 from Richard Jinks on some IEEE support corner case
2633
2634Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2635
2636 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2637 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2638 that $(datadir) should be used for docs
2639
2640Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2641
2642 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2643 could leak filedescriptors
2644
2645Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * configure.in nanohttp.c: applied patch from Allan Clark for
2648 UnixWare/OpenServer
2649
2650Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2651
2652 * configure.in: preparing 2.4.19
2653 * doc/*: rebuilt the docs
2654
2655Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2656
2657 * nanohttp.c: fixing #76043, got fed up with non-portability
2658 of that piece of code.
2659
2660Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2661
2662 * valid.c SAX.c: Never commit without running "make tests" :-(
2663 fix a couple of stupidities in the previous commit
2664 * result/*: a few changes in some attribute order result of previous
2665 commit.
2666
2667Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2670 the internal subset should not raise duplicate ID errors,
2671 also there was a small bug in conjunction to namespace
2672 declarations defaulted and xml:xxx attributes DTD definitions.
2673
2674Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2675
2676 * xpath.c: Richard Jinks also raised some rounding problems
2677 this tries to fix them
2678
2679Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2680
2681 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2682 behaviour in xmlXPathCastToString()
2683
2684Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2687 raised by Morus Walter
2688
2689Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2690
2691 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2692 from Igor
2693
2694Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2695
2696 * xpath.c: fixing #75619, related to a problem when trying
2697 to evaluate condition when the current node set resulting
2698 from that sub-step evaluation is empty. Also fixes 2 potential
2699 problem with previous-sibling and next-siblings axis.
2700
2701Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2702
2703 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2704 HTML support is not configured in.
2705
2706Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2707
2708 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2709 include/libxml/tree.h: dohh I really didn't intended to commit
2710 this test version :-(
2711
2712Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2713
2714 * testSAX.c: I wanted to see the real speed at the SAX interface
2715 after a little too many Ximianer started complaining about the
2716 parser speed.
2717 added a --quiet option:
2718 paphio:~/XML -> ls -l db100000.xml
2719 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2720 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2721 3200006 callbacks generated
2722 real 0m1.270s
2723 Which means 16MBytes/s and 3Mcallback/s
2724
2725Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2726
2727 * xpath.c: valgrind spotted another error that time when running
2728 on libxslt regression tests
2729
2730Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2731
2732 * Makefile.am: adding "make valgrind" running the full regression
2733 tests (except python ones) under Valgrind (using valgrind -q
2734 which was kindly added by the author).
2735 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2736 passes cleanly now except an obcure floating point initialization
2737 raised in log10() in one XPath regression test ???
2738 * tree.c: edited some comments to close #75244
2739
2740Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2741
2742 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2743 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2744 context of ScrollKeeper, made sure that if the number is
2745 an integer, the serialization follows the description at
2746 http://www.w3.org/TR/xpath#section-String-Functions
2747
2748Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2749
2750 * configure.in: preparing 2.4.18
2751 * doc/*: updated and rebuilt the web site
2752 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2753 the Windows and Cygwin maintainers.
2754 * parser.c: humm, changed the way the SAX parser work when
2755 xmlSubstituteEntitiesDefault(1) is set, it will then
2756 do the entity registration and loading by itself in case the
2757 user provided SAX getEntity() returns NULL.
2758 * testSAX.c: added --noent to test the behaviour.
2759
2760Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2761
2762 * parser.c: Wilfried Teiken provided a hackish but working
2763 way to get context reported back on entities when parsing
2764 with SAX and without breaking the DOM build.
2765
2766Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2767
2768 * c14n.c: applied a new patch from Aleksey Sanin
2769 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2770 to reference Aleksey implementation of XML digital Signatures
2771
2772Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * xpath.c: small fix to avoid potential problem due to
2775 ordering of freeing data
2776 * python/Makefile.am: people were complaining about
2777 the generated file in python dir not being built
2778
2779Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2780
2781 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2782 python/generator.py python/libxml.c python/types.c: Cleanup
2783 of the python Makefiles based on Jacob and James feedback,
2784 fixed the spec file accordingly, fixed the number of warning
2785 that passing my pedantic CFLAGS was generating. Conclusion
2786 is that Python includes are real crap.
2787
2788Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * configure,in: it was reported quite a few times that
2791 xml2-config --cflags should not output
2792 -I$includeprefix/libxml2/libxml because libxml2 header names
2793 clashes with existing names like list.h from C++ stl.
2794 Includes should be #include<libxml/xxx.h> so ...
2795
2796Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2797
2798 * c14n.c: another patch from Aleksey Sanin
2799
2800Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2801
2802 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2803 canonicalization algorithm
2804 * doc/xml.html doc/index.html: added the C14N references on the
2805 index page.
2806
28072002-03-13 jacob berkman <jacob@ximian.com>
2808
2809 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2810 usage, redundant, and gcc specific
2811
2812Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2813
2814 * xpath.c: speedup some node selection operations, this can
2815 have a significant impact on DocBook Norm's stylesheets
2816 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2817 make sure it's always the case
2818 * debugXML.c: distinguish CDATA and comments in ls operations
2819
2820Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2821
2822 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2823 to generate better API descriptions etc...
2824
2825Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2826
2827 * c14n.c: Fixing #74186, made sure all boolean expressions
2828 get fully parenthesized, ran indent on the output
2829 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2830 include/libxml/tree.h: also #74186 related, removed the
2831 --with-buffers option, and all the preprocessor conditional
2832 sections that were resulting from it.
2833
2834Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2835
2836 * valid.c: applied patch from Dodji Seketeli fixing an
2837 uninitailized variable in xmlValidGetValidElements()
2838
2839Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * c14n.c: fixed a few comments
2842 * doc/*.html doc/*/*.html: regenerated the docs and added
2843 the C14N API
2844 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2845
2846Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2847
2848 * check-xml-test-suite.py: fix to adapt varaiations in the
2849 bindings
2850 * configure.in python/setup.py python/setup.py.in: fixed to
2851 have the version of the python scripts automatically updated
2852
2853Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2856 in xmlCopyProp()
2857
2858Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2859
2860 * configure.in: preparing 2.4.17 release
2861 * doc/*: updated and rebuilt the docs
2862 * xpath.c: fixed a comment
2863 * python/libxml.c: fixed a possible reentrancy problem
2864
2865Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2866
2867 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2868 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2869 added a specific regression test
2870 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2871 not raise exceptions when failing to find the attribute.
2872
2873Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2874
2875 * configure.in xmllint.c: owen pointed out a problem with the
2876 ftme fix, gettimeofday() was not detected by configure and
2877 the ftime header wasn't included, dohhh
2878
2879Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2880
2881 * configure.in xmllint.c: trying to fix #71457 for timing
2882 precision when gettimeofday() is not availble but ftime() is
2883
2884Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2885
2886 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2887 are now copied on install and part of the -devel RPM
2888
2889Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * xpath.c: trying to avoid bug #72150 which was apparently
2892 caused by a gcc bug (or a processor problem) as detailed
2893 at http://veillard.com/gcc.bug
2894
2895Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2896
2897 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2898 fixed xmlReconciliateNs(), added a Python test/example for
2899 inter-document cut'n paste
2900 * python/libxml.py: fixed node.doc on document nodes and added
2901 xpathEval() onto node objects
2902
2903Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2904
2905 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2906 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2907 fixup and integrated tests for the serialization stuff
2908
2909Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2910
2911 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2912 moved the libxml man page to section 3
2913
2914Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2915
2916 * tree.c: fix bug #72490
2917 * python/libxml.c python/libxml.py: added methods serialize()
2918 and saveTo() to all node elements.
2919
2920Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2921
2922 * xmlIO.c: closed #73430, don't read from an input source
2923 which indicated an end-of-file or an error.
2924
2925Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2926
2927 * parser.c: make sure SAX endDocument is always called as
2928 this could result in a Python memory leak otherwise (it's
2929 used to decrement ref-counting)
2930 * python/generator.py python/libxml.c python/libxml.py
2931 python/libxml2-python-api.xml python/libxml2class.txt
2932 python/tests/error.py python/tests/xpath.py: implemented
2933 the suggestions made by Gary Benson and extended the tests
2934 to match it.
2935
2936Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * python/generator.py: applied patch fixing #73450
2939
2940Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2941
2942 * xpath.c: fixing #61290 "namespace nodes have no parent"
2943 long standing divergence from the XPath REC. NodeSets
2944 simply hold a copy of namespace nodes and those node ->next
2945 points to the parent (which may not be the node carrying the
2946 definition).
2947 * include/libxml/xpath.h: flagged but didn't added a possible
2948 speedup
2949 * DOCBparser.c HTMLparser.c: removed some warnings from push
2950 parser due to new state being added.
2951 * tree.c: new fix from Boris Erdmann
2952 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2953 the XML Canonalization support from Aleksey Sanin
2954
2955Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2956
2957 * tree.c: patch from Boris Erdmann fixing some namespace odities
2958 with xmlCopyNode()
2959
2960Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * xmlIO.c: fix bug #72706 when loading a NULL entity
2963
2964Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2965
2966 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2967 actually change in a future XML Namespace revision.
2968
2969Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2970
2971 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2972 added the possibility of returning nodesets from XPath extension
2973 functions written in Python
2974
2975Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2976
2977 * python/*: commiting some Python bindings work done while travelling
2978
2979Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2980
2981 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2982 explicitely with memory debugging switched on
2983
2984Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2985
2986 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2987 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2988 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2989 the accessor generator for strings
2990 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2991 regression test.
2992
2993Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * python/README python/generator.py python/libxml.c python/setup.py:
2996 added the 'usual' setup.py to allow building a libxml2-python
2997 module based on the same code. The initialization is however
2998 different the 2 .so files fo libxml2 and libxslt are identical and
2999 they entry point initialize both libraries. this is done to avoid
3000 some possible nasty problem since the Python don't merge the maps
3001 of all shared modules.
3002
3003Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * parser.c: fixed a push/encoding bug reported by Michael
3006 on librsvg
3007
3008Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3009
3010 * include/libxml/parserInternals.h: fixes a misplaced #endif
3011
3012Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3013
3014 * parser.c valid.c: found and fixed a couple of allocation bugs
3015
3016Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3017
3018 * doc/xml.html doc/python.html doc/*: added a Python and binding
3019 page describing the current state of the Python bindings and
3020 giving pointers to the other languages wrappers.
3021
3022Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3025 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3026 rebuilt the API and web site
3027 * xpath.c: fixed #71978 portability bugs
3028
3029Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3032
3033Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3034
3035 * include/libxml/parserInternals.h parser.c: had to change
3036 2 internal parsing API when processing document content
3037 to check the start and end of element content are defined
3038 in the same entity
3039 * valid.c include/libxml/valid.h: attribute normalization can
3040 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3041 with the context to report it.
3042 * SAX.c: fixed the last known bugs, crazy validation constraints
3043 when a document is standalone seems correctly handled. There
3044 is a couple of open issues left which need consideration especially
3045 PE93 on external unparsed entities and standalone status.
3046 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3047 The 2 tests left failing are actually in error. Cleanup done.
3048
3049Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3050
3051 * valid.c: implemented E59 spaces in CDATA does not match the
3052 nonterminal S
3053
3054Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3055
3056 * SAX.c parser.c valid.c: more validation test fixups
3057 * check-xml-test-suite.py: added duration info for the tests
3058
3059Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3060
3061 * parser.c valid.c: a couple of errors were reported but not
3062 saved back as such in the parsing context. Down to 1% failure rate
3063 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3064
3065Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * xmlInternald.c: isExtender was missing a char
3068 * parser.c include/libxml/parser.h: % are acceptable in the
3069 internal subset if within a PUBLIC ID
3070
3071Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3072
3073 * SAX.c parserInternals.c valid.c: more work on the conformance
3074 suite. Took the step to finally block documents with encoding
3075 errors. It's a fatal error per the spec, people should have fixed
3076 their documents by now.
3077
3078Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3079
3080 * check-xml-test-suite.py: fixed the test script after some discussion
3081 on the semantic of TYPE="error"
3082 * Makefile.am: added the script to the distrib
3083
3084Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * SAX.c entities.c: fixed a couple of conformances issues deep
3087 into the validation code (standalone and undeclared Notations)
3088
3089Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3090
3091 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3092 stayed there for years !
3093
3094Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3095
3096 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3097 missing
3098
3099Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3100
3101 * check-xml-test-suite.py: improved the behaviour a bit as
3102 well as the logs
3103 * parser.c valid.c SAX.c: fixed a few more bugs
3104 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3105
3106Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * check-xml-test-suite.py: python script to run regression tests
3109 against the XML Test suite of W3C/OASis
3110 * SAX.c: fixed a validation bug
3111 * parser.c: fixed 3 errors pointed by the test suite
3112 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3113 * python/Makefile.am: fixed a dependendy
3114
3115Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * xmlmemory.c: avoid a warning bug #71594
3118
3119Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3120
3121 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3122 warning on alpha/Tru64
3123
3124Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3125
3126 * include/libxml/entities.h: fixing a comment
3127 * valid.c: fixing some troubles with validity check on namespaces
3128 * result/VC/NS3 test/VC/NS3: added a specific regression test
3129
3130Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3131
3132 * tree.c: Fixing #71342 serializing '\n' in attribute values
3133 * result/noent/att3 result/att3 test/att3: added a specific
3134 test.
3135
3136Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * python/libxml.c: couple of bug fixes
3139
3140Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3141
3142 * python/*.py: removed tabs and used spaces.
3143
3144Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3145
3146 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3147 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3148
3149Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3150
3151 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3152 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3153
3154Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * include/libxml/encoding.h include/libxml/entities.h
3157 include/libxml/globals.h include/libxml/parser.h
3158 include/libxml/threads.h include/libxml/tree.h
3159 include/libxml/xmlmemory.h: trying to fix the include mess
3160
3161Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * include/libxml/xmlmemory.h: reverted part of the previous
3164 attempt to provide #69655, this was breaking the build.
3165
3166Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3167
3168 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3169 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3170 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3171 include/libxml/parserInternals.h include/libxml/tree.h
3172 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3173 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3174 clean.
3175 * python/libxml.c: fixed a warning.
3176
3177Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3178
3179 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3180 copying of node, merge back IDs in the target document.
3181 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3182 test/XInclude/ents/ids.xml: test case
3183 * result/VC/ElementValid4: output changed due to a typo fix
3184
3185Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3186
3187 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003188 generate the dependencies right as Jacob found out. Add
3189 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003190
3191Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3192
3193 * parserInternals.c valid.c: Justin Fletcher found some parts
3194 of the code needing cleanup
3195 * libxml.spec.in python/Makefile.am python/generator.py
3196 python/libxml.c python/libxml.py: Fixed the python Makefiles
3197 corrected a bug showing up on ia64, changed the name of the
3198 python internal module too
3199
3200Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3201
3202 * Makefile.am: applied patch from Andris Pavenis for binary
3203 name suffixes
3204
3205Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3206
3207 * xmllint.c win32/win32config.h: fixing #68748
3208
3209Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3210
3211 * valid.c: fixing #70166
3212
3213Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * valid.c: fixing #70077
3216
3217Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3218
3219 * Copyright Makefile.am README configure.in libxml.spec.in:
3220 Changed to the MIT Licence
3221 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3222 doc/xmlio.html: updated the doc accordingly
3223 * include/libxml/xmlwin32version.h configure.in: preparing
3224 2.4.14 release
3225 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3226 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3227 fixed the const xmlChar * wrapper and generator, XPath extension
3228 functions now use the context as first argument
3229 * python/tests/tstxpath.py python/tests/xpath.py
3230 python/tests/xpathext.py: Updated the tests accordingly
3231 * tree.c: fixed bug #70067
3232
3233Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3234
3235 * Makefile.am: cleanup
3236 * debugXML.c: always use stdout if output is NULL
3237 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3238 * python/Makefile.am python/generator.py python/libxml2class.txt
3239 python/libxml_wrap.h python/types.c: augmented the number of bindings
3240 handling FILE * and XPath contexts
3241 * python/tests/Makefile.am: avoid a stupid problem due to the
3242 use of TEST.
3243
3244Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3245
3246 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3247
3248Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3249
3250 * python/TODO python/libxml.c: cleanup the extension function lookup
3251 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3252
3253Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3254
3255 * configure.in python/Makefile.am: do not install outside
3256 of prefix
3257
3258Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3259
3260 * python/TODO python/libxml.c: started adding SAX interfaces
3261 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3262 SAX test
3263
3264Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3265
3266 * tree.c: hardened the addChild function
3267 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3268 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3269 added accessors needed for xmlNode, a bit more testing and
3270 extension of interfaces
3271 * python/tests/Makefile.am python/tests/build.py: added a test
3272 build from scratch/save/load/check
3273
3274Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3275
3276 * parserInternals.c: change a small bit in the way valididy
3277 error messages get initialized
3278 * python/TODO python/libxml.c python/libxml2-python-api.xml
3279 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3280 added some memory debugging to track leaks at the libxml2 level
3281 * python/tests/*.py: changed all tests to check for leaks,
3282 there is just one left in XPath extension registrations.
3283
3284Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3285
3286 * python/TODO python/generator.py python/libxml2-python-api.xml
3287 python/libxml2class.txt: more accessor classes for the parser
3288 context, allow to switch on and check validity
3289 * python/tests/Makefile.am python/tests/error.py
3290 python/tests/invalid.xml python/tests/valid.xml
3291 python/tests/validate.py: attded more test and and added error.py
3292 which I forgot to commit in the last step
3293
3294Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * python/Makefile.am python/types.c: cleanup
3297 * python/libxml.c python/libxml.py python/libxml_wrap.h
3298 python/generator.py python/libxml2-python-api.xml
3299 python/libxml2class.txt: added class for parser context, added
3300 first cut for push mode support. Added a framework to generate
3301 accessors functions.
3302 * python/tests/Makefile.am python/tests/push.py: added a push
3303 test
3304
3305Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3308 bug a bit of cleanup.
3309
3310Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3311
3312 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3313 python/libxml2class.txt: adding error redirections and preformat
3314 to a python handler
3315 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3316 tests self checking
3317
3318Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3321 a function
3322
3323Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3324
3325 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3326 python/libxml.c python/libxml2-python-api.xml
3327 python/libxml2class.txt: Progressing through the TODOs, class
3328 description output, extra XML API, RPM now builds the wrappers
3329 for all python installed versions
3330
3331Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3332
3333 * configure.in libxml.spec.in python/Makefile.am python/TODO
3334 python/generator.py python/libxml2class.txt: added more informations
3335 in the libxml2-python package including docs. Slightly changed
3336 the class hierarchy
3337 * python/tests/*: added basic regression tests infrastructure too
3338
3339Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3340
3341 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3342 added libxml2-python as part of the packages installed
3343
3344Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3345
3346 * python/Makefile.am python/generator.py python/libxml.c
3347 python/libxml.py: more work, now able to extend the
3348 XPath interpreter with functions written in python.
3349
3350Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3351
3352 * python/Makefile.am: Jacob sent a patch to allow building from
3353 tarfile.
3354
3355Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3358 inserted the python wrappers build, I hope this won't be too
3359 unportable
3360
3361Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * xpath.c: minor optimization
3364 * python/generator.py python/libxml.c python/libxml.py
3365 python/libxml_wrap.h: more work on the python bindings,
3366 they now support XPath and there is no evident leak
3367
3368Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3369
3370 * python/generator.py python/libxml.c python/libxml.py:
3371 more work on the python bindings generator.
3372
3373Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3374
3375 * python/generator.py python/libxml.c python/libxml_wrap.h:
3376 more work on the python bindings.
3377
3378Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * python/generator.py python/libxml.c python/libxml.py
3381 python/libxml_wrap.h: commited early version of a python binding
3382 for private use only ATM
3383
3384Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3385
3386 * entities.c tree.c include/libxml/entities.h: applied patch
3387 from Anthony Jones to implement copy of DTD subtree too. Had
3388 just to keep 2 function private which really ought to become
3389 public ones.
3390
3391Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3392
3393 * xmllint.c: added pointers to the web pages in the usage()
3394
3395Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * tree.c: more fixes from Petr Kozelka for attribute handling
3398 in the tree API to align the semantic with DOM.
3399
3400Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3401
3402 * valid.c tree.c entities.c: another set of patches from
3403 Anthony Jones for copy operations cleanup and robustness
3404
3405Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3406
3407 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3408 an alphabetic index based on comments content
3409 * doc/*: rebuilt the web site with the new references
3410
3411Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3412
3413 * parserInternals.h: Greg Sjaardema suggested to use an
3414 eponential buffer groth policy in xmlParserAddNodeInfo()
3415
3416Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3417
3418 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3419 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3420 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3421 to generate cross-references, and added/updated the stylesheets
3422 to generate and link API indexes. The generic keyword index
3423 is not done yet.
3424 * doc/*.html: regenerated all the usual docs too
3425
3426Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3427
3428 * debugXML.c: added an xpath function to the shell for T. V. Raman
3429
3430Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3433 debug routines.
3434
3435Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3438 support of attribute nodes
3439
3440Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3443 hopefully near complete and fully documented of the API in XML
3444 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3445 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3446 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3447 include/libxml/parserInternals.h include/libxml/valid.hi
3448 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3449 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3450 include/libxml/xpath.h include/libxml/xpathInternals.h:
3451 Cleaned up the doc comments a lot in the process, the interface
3452 coverage is now 100%
3453
3454Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3455
3456 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3457 extracts comments from the gtk-doc DocBook output (a bit
3458 convoluted but seems to work).
3459
3460Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3461
3462 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3463 added an XML description of the API, moved the script generating
3464 it here. Added a "make api" target
3465
3466Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3467
3468 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3469
3470Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3471
3472 * xpath.c include/libxml/xpathInternals.h: the change made to
3473 xmlXPathFuncLookupFunc was incompatible roll it back
3474
3475Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * SAX.c: cleanup patch from Anthony Jones
3478 * doc/Makefile.am: fix the headers to avoid in make scan
3479 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3480 includes, * vs Ptr and general cleanup
3481 * parsedecl.py: first version of a script to extract the
3482 module interfaces, the goal will be to provide .decl or XML
3483 specification of the interfaces to build wrappers.
3484
3485Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3486
3487 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3488 now provides return codes in case of errors
3489
3490Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3491
3492 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3493 Upgraded to trio baseline 1.6
3494 * strio.h strio.c: Replaced by triostr.h and triostr.c
3495
3496Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3499 of strdup usage in the code
3500
3501Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3502
3503 * parser.c error.c: Keith Isdale complained rightly that
3504 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3505
3506Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3507
3508 * tree.c: fixed the funxtion to set the xml: attributes
3509 * debugXML.c: added "setbase" to test it.
3510
3511Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3512
3513 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3514 to allow updating an attribute content
3515
3516Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * libxml.h: try to avoid problems when compiling on Windows
3519
3520Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3521
3522 * hash.c: patch from Anthony Jones for hash.c allocation size
3523 * Makefile.am: trying to work around Yet Another Libtool Madness
3524 and build the 2.4.13 release finally ...
3525
3526Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3527
3528 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3529 * doc/* : update of the documentation
3530
3531Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3532
3533 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3534 at fixing #61290 :-(
3535
3536Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3539 Fixes bug #67229
3540
3541Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3542
3543 * tree.c: trying to avoid troubles when a subtree is copied
3544 and coalesced in part with the target tree. Should fix
3545 bug #67407
3546
3547Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3548
3549 * valid.c: fixed validation of attributes content of type
3550 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3551 values, very old bug. Fixes #67671
3552
3553Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * parser.c include/libxml/parserInternals.h tree.c: integrated
3556 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3557 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3558
3559Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3560
3561 * threads.c: applied Serguei Narojnyi's patch to add native
3562 thread support on the Win32 platform
3563 * testThreadsWin32.c Makefile.am: added the test program also
3564 from Serguei, Win32 specific
3565 * include/win32config.h include/libxml/xmlwin32version.h.in:
3566 added patch from Igor for the Windows thread specific defines.
3567
3568Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3571
3572Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3573
3574 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3575 output page into XMLinfo.html. Close bug #66951 and
3576 raised by Robert Collins too.
3577
3578Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3579
3580 * encoding.c: Paul Keogh pointed out a possibility of segfault
3581 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3582 Closes bug # 68238
3583
3584Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3585
3586 * doc/*.html: updated the Gdome2 links
3587
3588Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3589
3590 * libxml.h: Applied following patches from Robert Collins
3591 and make sure IN_LIBXML is defined when compiling it
3592 -------
3593 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3594 as well as Visual C.
3595 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3596 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3597 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3598 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3599 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3600 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3601 xmlSysIDExists xmlNoNetExists).
3602 * xmllint.c: Don't include winsock2.h for Cygwin.
3603
3604Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3605
3606 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3607 when the version info is not present.
3608
3609Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3610
3611 * tree.c: Anthony Jones pointed out a problem in
3612 xmlStringGetNodeList() and provided a fix for it
3613
3614Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3615
3616 * parser.c: patch from Frank J Franklin to remove a bug in
3617 xmlCreatePushParserCtxt() when the initial buffer passed
3618 is large.
3619
3620Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * win32/*: big cleanup of the Windows/MSVC project files
3623 from Igor Zlatkovic
3624
3625Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * doc/Makefile.am: should fix #67674 and avoid troubles if
3628 xsltproc is not available or fails in the prefix provided
3629
3630Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3631
3632 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3633
3634Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3635
3636 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3637 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3638 Fixed a few other problems raised by Charlie Bozeman.
3639 * result/VC/ElementValid[5-7]: fixed the output
3640
3641Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3642
3643 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3644 patches from Charlie Bozeman. Regenerated the HTML docs.
3645
3646Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3647
3648 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3649 for Windows from Igor
3650
3651Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3652
3653 * xmllint.c: applied Justin Fletcher patch for --output or -o
3654
3655Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3656
3657 * win32/libxml2/libxml2.def.src: close #67019
3658
3659Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3660
3661 * xmllint.c: applied Justin Fletcher generic timing patch
3662 similar to the one already applied to xsltproc.
3663
3664Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3665
3666 * include/libxml/tree.h tree.c: applied documentation patches
3667 from Charlie Bozeman
3668
3669Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3670
3671 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3672
3673Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3674
3675 * valid.c: fix the xmlStrdup() used in the previous patch.
3676 * valid.c: added --dropdtd
3677 * tree.c: fixed xmlUnlinkNode so it also removes the references
3678 from the document if the node is a DTD
3679
3680Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3681
3682 * HTMLtree.c valid.c: cleanup some static declarations
3683
3684Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3685
3686 * xmllint.c: removed another strdup()
3687 * doc/FAQ: removed the HP/UX entry
3688
3689Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3690
3691 * valid.c: fix bug #66816 when validating.
3692 * xmllint.c: don't use sys/time.h if configure did not found it
3693
3694Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3695
3696 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3697 xmlcatalog_man.xml
3698
3699Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3700
3701 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3702 xmlInitMemory() was declared twice
3703
3704Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3705
3706 * globals.c: do not reference strdup() !
3707 * configure.in libxml-2.0.pc.in: trying to fix the libs
3708 of the various config extraction modules
3709
3710Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3711
3712 * configure.in : preparing 2.4.12
3713 * doc/* : updated and rebuilt the docs
3714
3715Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3716
3717 * uri.c: closed bug #66159
3718 * testURI.c: added --escape option
3719 * configure.in: some cleanup for xml2-config --cflags
3720
3721Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3722
3723 * globals.c testThreads.c: removed some misplaced includes
3724 of xmlversion.h
3725
3726Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3727
3728 * threads.c: patch from Gary Pennington fixing a possible
3729 problem at initialization time.
3730
3731Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3732
3733 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3734 Eric Lavigne contribution to build libxml2 on MacOS using
3735 CodeWarrior.
3736
3737Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3738
3739 * xmllint.c: applied Geert Kloosterman's patch to fix
3740 --repeat --timing output
3741
3742Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3743
3744 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3745 where non-wellformed XML declaractions were not detected.
3746
3747Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3748
3749 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3750
3751Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3752
3753 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3754 gets reset by xmlCleanupInputCallbacks() and this makes the
3755 function useless. Same for output.
3756
3757Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3758
3759 * xmlIO.c: robert pointed out a loop error in callback cleanups
3760
3761Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3762
3763 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3764 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3765 they are not really tied to debugging
3766
3767Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3768
3769 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3770 * xmllint.c: better --catalogs description
3771
3772Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3773
3774 * tree.c: fixed a couple of problems in xmlSetProp()
3775
3776Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3777
3778 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3779 unappropriate stdout output.
3780
3781Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3782
3783 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3784 by Denis Beurive, closes #65111
3785
3786Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3787
3788 * valid.c: in case of content model validity error, don't
3789 print it if validity warnings were not requested.
3790
3791Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3792
3793 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3794 * parserInternals.c: removed the last exit() call. Print an
3795 unmaskable error on stderr instead (library mismatch detection)
3796
3797Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3798
3799 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3800 shell instructions from Heiko Rupp
3801
3802Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3803
3804 * catalog.c: use the URL notation file:// for default catalog paths
3805
3806Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3807
3808 * include/libxml/tree.h: better comments for _private fields
3809 * tree.c: removed a problem when copying an entity reference.
3810
3811Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3812
3813 * vms/*: updated instructions and diffs from John A Fotheringham
3814
3815Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3816
3817 * include/libxml/xmlerror.h: avoid an include problem if
3818 #include <libxml/xmlerror.h> happens first in code
3819 seems to be the case in KDE libs
3820
3821Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3822
3823 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3824 from Igor for Windows
3825
3826Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3827
3828 * Makefile.am: Gary Pennington pointed out a missing prefix
3829
3830Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3831
3832 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3833 * doc/*: upgraded and rebuilt the docs
3834
3835Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3836
3837 * HTMLparser.c: fix comment in scripts element parsing.
3838 * result/HTML/doc3*: updated the results.
3839
3840Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3841
3842 * uri.c: another URI bug fix #63336, using Joel Young patch.
3843
3844Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3845
3846 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3847 a cleaned up version of the Pwd shell string generation.
3848
3849Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3850
3851 * valid.c include/libxml/tree.h: trying to fix namespaces +
3852 validation problems for good, closing #63619 in the process
3853 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3854 wrong in this respect, fixed it.
3855
3856Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3857
3858 * xmllint.c: Morus Walter patch to allow --format and --encode
3859
3860Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3861
3862 * debugXML.c: Stefan Kost provided an help command for the shell
3863
3864Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3865
3866 * debugXML.c: Heiko Rupp pointed that the shell would crash
3867 on empty nodesets returns.
3868
3869Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3870
3871 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3872 migh need the history libraries
3873
3874Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3875
3876 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3877 handle the case of < in quoted attributes, Bastian Kleineidam
3878
3879Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3880
3881 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3882 fixing catalog breakages
3883 * Makefile.am catalog.c result/catalogs/catal
3884 result/catalogs/mycatalog.* test/catalogs/catal*:
3885 fixed more problems in catalog support, added more regression tests
3886 for both XML and SGML catalog handling
3887
3888Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3889
3890 * debugXML.c: applied an improvement to xmlGetLineNo() from
3891 Keith Isdale
3892
3893Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3894
3895 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3896 Side effect of the progressive catalog loading
3897
3898Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3899
3900 * Makefile.am: confexecdir and confexec_DATA were defined twice
3901 pointed out by Karl Eichwalder
3902
3903Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3904
3905 * xmlcatalog.c: avoid unlink() and use remove() instead.
3906
3907Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3908
3909 * libxml.spec.in: cleanup
3910 * include/libxml/xmlwin32version.h: updated with 2.4.8
3911
3912Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3913
3914 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3915 of compiling libxml with a non standard set of options
3916
3917Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3918
3919 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3920 document --sgml option, fixing gnome bugzilla #63382
3921
3922Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3923
3924 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3925 breakage of 2.4.7, added a couple of really needed APIs
3926 like xmlCatalogIsEmpty() and xmlNewCatalog()
3927 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3928 for install-catalog
3929 * configure.in: preparing 2.4.8
3930
3931Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3932
3933 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3934 include/libxml/tree.h include/libxml/xmlIO.h: more include
3935 cleanups, export cleanly one html output + format function.
3936
3937Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3938
3939 * parser.c: removed initGenericErrorDefaultFunc call from
3940 xmlInitParser() since it could destroy previous calls to
3941 xsltSetGenericErrorFunc() effects
3942
3943Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3944
3945 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3946 keyword.
3947
3948Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3949
3950 * Makefile.am: cleanup
3951 * threads.c: cleanup too
3952 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3953 from xsltproc
3954 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003955 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003956
3957Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3958
3959 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3960 was not used anymore !
3961
3962Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3963
3964 * configure.in: preparing 2.4.7
3965 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3966 manual page from John
3967 * doc/*: updated the doc and rebuilt the generated pages
3968
3969Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3970
3971 * xmlIO.c: closing bug #62711, the library should never
3972 close stdin or stdout.
3973
3974Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * uri.c: second pass at fixing #63336, using Joel Young
3977 final patch. looks okay.
3978
3979Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3980
3981 * uri.c include/libxml/uri.h: trying to clear #63336
3982 allowing the escaping routine to parse unconformant
3983 URI-References.
3984
3985Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3986
3987 * vms/readme.vms vms/build_libxml.com nanoftp.c
3988 include/libxml/xmlversion.h.in: a few VMS updates from
3989 John A Fotheringham
3990 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3991 and xmlCleanupOutputCallbacks() for the Perl binding people.
3992
3993Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3994
3995 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3996 apply fixes to close #63271 and avoid segfaults when
3997 the error routine gets callbed before xmlInitParser()
3998 get called.
3999 * nanoftp.c error.c: Applied patches from Justin Fletcher
4000 correcting some xmlGenericError misuses.
4001
4002Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4003
4004 *doc/xmllint.xml, doc/xmllint.1
4005 New and improved man page for xmllint - .xml is the original, .1
4006 is the generated man page
4007
4008Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4009
4010 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4011 the web site from the main HTML document.
4012
4013Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4014
4015 * parser.c: fixed an erroneous validation bug when PE refs
4016 occurs in external parsed entities referenced from the
4017 internals subset
4018 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4019 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4020 added the associated testcase, it's a nice one.
4021 * HTMLparser.c: generate the DTD node as HTML still ...
4022 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4023
4024Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4025
4026 * HTMLparser.c: fixed a bug in htmlNewDoc()
4027
4028Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4029
4030 * test/threads/*: added entities testing to the Thread test
4031 * testThreads.c: make the test reasonable
4032 * DOCBparser.c: fix the DTD public and system ID
4033 * xmllint.c: added --sgml for SGML DocBook importing
4034 * Makefile.am: added Docbtests target
4035
4036Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4037
4038 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4039 * testThreads.c: removed bogus include
4040
4041Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4042
4043 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4044 fixed a very serious (looping) validation bug
4045
4046Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4047
4048 * include/libxml/globals.h include/libxml/threads.h threads.c
4049 testThreads.c: far more testing, cleaning up bugs
4050 * *.c : make sure globals.h is always included.
4051
4052Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4053
4054 * HTMLparser.c: try to get rid of parser loops for good.
4055
4056Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4057
4058 * configure.in: fixed some bugs in CFLAGS passing.
4059 * test/threads Makefile.am testThreads.c: added a specific
4060 threaded test case (really nasty, guaranteed).
4061
4062Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4063
4064 * catalog.c: serious cleanup on the management of the
4065 XML catalog tree, more tests done, especially with
4066 the catalog PI.
4067
4068Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4069
4070 * catalog.c: avoid a problem in catalog cleanup on SMP if
4071 catalogs were not initialized.
4072
4073Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * catalog.c xpath.c: trying to cleanup the not thread safe
4076 parts of the library.
4077
4078Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4079
4080 * include/libxml/globals.h configure.in global.data: make
4081 the allocation be per-thread a configure option
4082 * encoding.c include/libxml/parser.h: fixed compilation
4083 errors
4084
4085Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * include/libxml/parser.h: Norm reported that a few lines
4088 added were breaking libxslt compile, removed them for now
4089
4090Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4091
4092 * parser.c parserInternals.c threads.c: debugged and fixed
4093 initialization problems which were giving troubles on SMP
4094 boxes.
4095
4096Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * include/libxml/Makefile.am: missing globals.h
4099
4100Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4101
4102 * globals.c: added a couple of standard includes.
4103
4104Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4107 include/libxml/parserInternals.h include/libxml/tree.h
4108 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4109 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4110 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4111 Applied the last patches from Gary, cleanup, activated threading
4112 all user accessible global variables are now handled in globals.[ch]
4113 Still a bit rought but make tests passes with either
4114 --with-threads defined at configure time or not.
4115 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4116 linking options
4117
4118Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * Makefile.am include/libxml/Makefile.am
4121 include/libxml/globals.h globals.c include/libxml/threads.h
4122 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4123 configure.in: started integrating the core of the thread support
4124 not activated yet but half integrated. The code should still
4125 compile and work anyway.
4126
4127Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4128
4129 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4130 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4131 integrating the non-controversial parts of Gary Pennington
4132 multithread patches
4133 * catalog.c: corrected a small bug introduced
4134
4135Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4136
4137 * catalog.c include/libxml/catalog.h: very serious cleanup,
4138 isolating unportable code and as much as possible the accesses
4139 to the global shared catalog. May need more testing !
4140
4141Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4144 Keith Isdale patches for the XSLT debugger interfaces. Some
4145 cleanup
4146
4147Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4148
4149 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4150 * DOCBparser.c: generate line nubers in elements
4151
4152Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * configure.in: preparing 2.4.6 release
4155 * doc/xml.html doc/html/*: updated and rebuilt the docs
4156 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4157
4158Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4159
4160 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4161 adding documentation for DV's supercatalog support
4162
4163Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4164
4165 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4166 super catalog support adding one API and one flag --sgml to
4167 xmlcatalog
4168
4169Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4170
4171 * doc/xmlcatalog_man.xml, xmlcatalog.1
4172 One more crack at
4173 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4174
4175
4176Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4177
4178 * xpath.c: implemented xmlXPathObjectCopy for external objects
4179 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4180
4181Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4182
4183 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4184 finishing up fix to
4185 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4186 the xmlcatalog man page display more elegantly
4187
4188Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4189
4190 * configure.in: closing bug #61832
4191 * HTMLparser.c: removed a warning
4192
4193Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4194
4195 * xpath.c: fixing #61673 part I, do not loose doc information
4196 when copying result value trees.
4197
4198Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4199
4200 * xpath.c: trying to harden the XPath interpreter
4201
4202Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4203
4204 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4205 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4206
4207Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4208
4209 * HTMLparser: repaired another loop problem
4210
4211Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4212
4213 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4214 parsing.
4215 * xpath.c: fix bug #61291 the default XML namespace node is
4216 missing from the namespace axis.
4217 * tree.c: refuse to create namespaces nodes with prefix "xml"
4218
4219Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4220
4221 * SAX.c: ouch a non-defined namespace could lead to a crash,
4222 fixed #61215
4223
4224Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4225
4226 * parserInternals.c: closed bug #61054
4227
4228Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4229
4230 * include/libxml/Makefile.am: closing #60708
4231
4232Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4233
4234 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4235 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4236
4237Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4238
4239 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4240
4241Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4244 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4245
4246Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4247
4248 * catalog.c: Justin Fletcher provided cleaup code in case
4249 HAVE_STAT is not defined
4250 * include/win32config.h: Igor Zlatkovic suggested to have
4251 HAVE_STAT defined there
4252
4253Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4254
4255 * catalog.c - fixed typing error reported by M. Barros
4256
4257Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4258
4259 * xmllint.c - fixing typo
4260
4261Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4262
4263 * HTMLparser.c: small enhancement to prevent loop on
4264 unrecognizable data
4265
4266Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4267
4268 * parserInternals.c: applying patch from bug #60757 this
4269 should close it
4270
4271Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4272
4273 * catalog.c xmlcatalog.c: removed a couple of warning
4274 * xpath.c: try to solve the linking problem on platforms
4275 needing trio to compile
4276
4277Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4278
4279 * Makefile.am libxml.spec.in: backing up non-documented changes
4280 commited without review or aproval by Jens Finke <jens@gnome.org>
4281 * HACKING: made 100% clear that no commit should be done directly
4282
4283Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4284
4285 * configure.in: Joe Orton provided a patch fixing a problem
4286 when iconv is specified to be in a non-standard directory
4287 but wasn't exported in xml2-config --cflags
4288
4289Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4290
4291 * configure.in: let's ship 2.4.5 before getting too much
4292 troubles with 2.4.4 errors.
4293
4294Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4295
4296 * encoding.c entities.c: do not output hexadecimal charrefs
4297 when serializing HTML since some version of Netscape can't
4298 grok it, generate decimal ones.
4299 * result/HTML/doc3.htm: output changed due to previous test
4300 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4301
4302Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4303
4304 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4305 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4306
4307Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4308 Released 2.4.4
4309
4310 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4311 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4312 updated the configuration scripts systems accordingly
4313
4314Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4315
4316 * configure.in: preparing for 2.4.4
4317 * doc/xml.html doc/html/*: updated and rebuilt the docs
4318
4319Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4320
4321 * win32/dsp/libxml2.def.src: tried to incorporate comments
4322 from bug #59220
4323
4324Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4325
4326 * parser.c result/noent/wml.xml: fixed bug #59981 related
4327 to handling of '&' in attributes when entities are substitued
4328
4329Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * libxml.h include/libxml/xmlversion.h.in
4332 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4333 Tried to close bug #60131
4334
4335Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4336
4337 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4338
4339Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4340
4341 * SAX.c: fixing bug #59946 on xmlns=""
4342
4343Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4344
4345 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4346 but allocates a new error code.
4347
4348Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4349
4350 * xmllint.c: John Fleck fixed typos in the options output
4351 * parser.c SAX.c: fix ignorable white space SAX selection
4352
4353Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4354
4355 * entities.c: Steve Underwood found the possibility of an
4356 ininite loop in case of error.
4357
4358Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4359
4360 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4361
4362Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4363
4364 * parser.c: warn if version is not 1.0 but it's not
4365 strictly speaking an error after analyzing the spec
4366
4367Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4368
4369 *doc/catalog.html - add link to the html version of the
4370 man page, other linguistic cleanups
4371
4372Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4373
4374 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4375 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4376 file, has not yet been included in the build.
4377
4378Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4379
4380 * catalog.c: removed a duplicate affectation Justin Fletcher
4381
4382Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4383
4384 * tree.c: Armin Sander pointed a possible text coalescing
4385 problem, completed his patch.
4386
4387Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4388
4389 * trionan.c: Fixed const and volatile re-definition problem
4390
4391Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * libxml.4 parser.c: doc updates from Heiko Rupp
4394 * parserInternals.c: 2 sanity checks from Heiko Rupp
4395
4396Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4397
4398 * tree.c: applied patch from Armin Sander to make some pointers
4399 const in xmlCopyNode()
4400 * include/libxml/tree.h: added fix to the header
4401
4402Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4403
4404 * xpath.c: hum, restrict the integer usage gcc bug workaround
4405 to only gcc compilers so that other architecture don't get
4406 penalized by this limitation.
4407 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4408
4409Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4410
4411 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4412 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4413
4414Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4415
4416 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4417 --convert option to xmlcatalog to convert SGML ones to
4418 the XML syntax.
4419 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4420
4421 2.4.3 got released at that point
4422Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4423
4424 * catalog.c xmlIO.c: started some serious testing and fixed
4425 a few bug and optmization needs.
4426
4427Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4428
4429 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4430 preparing for a 2.4.3 release even if it may not be ready yet
4431 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4432 all file parsing lookup to go through the entity resolver, add
4433 to add an API to bypass it (needed to load catalogs themselves),
4434 some cleanup on the catalog code too.
4435 * nanoftp.c: small cleanup
4436 * doc/catalog.html: small update
4437
4438Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4439
4440 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4441 Jun Kuriyama
4442
4443Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4444
4445 * doc/catalog.html: finished the catalog documentation
4446
4447Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4448
4449 * doc/catalog.html doc/xml.html: added documentation about
4450 Catalog support, misses an API description
4451 * doc/html/*: reextracted the API pages
4452
4453Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4454
4455 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4456 Added the part about section 7.2 on URI resolution,
4457 fixed a side effect in the HTML parser, look complete
4458 and ready to rock except the URI/SystemID part!
4459
4460Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4461
4462 * include/libxml/catalog.h include/libxml/parser.h
4463 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4464 xmlIO.c: added support and APIs needed for the catalog PI
4465 * include/libxml/xmlIO.h: cleanup
4466
4467Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4468
4469 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4470 include/libxml/catalog.h: starts to look okay, really
4471 plugged the new framework, cleaned a lot of stuff,
4472 added some APIs, except the PI's support missing this
4473 should be mostly complete
4474 * result/catalogs/* test/catalogs/*: added new test, enriched
4475 the existing one with URN ID tests
4476
4477Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4478
4479 * catalog.c: fixed nextCatalog
4480 * result/catalogs/docbook test/catalogs/*: started adding
4481 a small regression test
4482
4483Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4484
4485 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4486 more work on the XML catalog support.
4487 * parser.c include/libxml/parser.h: small cleanup seems using
4488 list as a public parameter name can give portability troubles
4489 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4490 include/libxml/xpath.h include/libxml/Makefile.am: removed
4491 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4492 wrappers
4493
4494Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4495
4496 * Makefile.am trio.c triodef.h trionan.c xpath.c
4497 include/libxml/Makefile.am include/libxml/trionan.h:
4498 Re-worked Not-A-Number and Infinity support.
4499 * xmlcatalog.c: added readline include files
4500
4501Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4502
4503 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4504 testCatalog as xmlcatalog, making it an installed app
4505 adding a shell, and preparing it to be a /etc/xml/catalog
4506 management tool, though not ready yet
4507 * catalog.c include/libxml/catalog.h: adding support for
4508 XML Catalogs http://www.oasis-open.org/committees/entity/
4509 not finished, there is some interesting tradeoffs and a
4510 few open questions left.
4511
4512Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4513
4514 * xmllint.c: fixed a line formatting problem
4515
4516Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4517
4518 * SAX.c: removed a couple of unused variable (Albert Chin)
4519
4520Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4523 trying to fix some troubles w.r.t. function returning
4524 const xxxPtr.
4525
4526Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4527
4528 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4529 defined
4530
4531Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4532
4533 * xpointer.c: removed unused var
4534
4535Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4536
4537 * testXPath.c: another small cleanup closing bug #59110
4538
4539Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4540
4541 * win32/dsp/libxml2.def.src: small cleanup closing bug
4542 #59108
4543
4544Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4545
4546 * example/gjobread.c: add xmlCleanupParser() before leaving
4547
4548Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4549
4550 * config.h.in configure.in include/libxml/xmlwin32version.h:
4551 released 2.4.2
4552
4553Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4554
4555 * include/libxml/valid.h debugXML.c valid.c: deprecate
4556 the non-boundchecking Sprintf functions, add Snprintf
4557 this should close bug #57984
4558
4559Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4560
4561 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4562 URIs before doing the lookups (pointed by Mark Vakoc)
4563
4564Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4565
4566 * xpath.c: serious changes on Result Value Trees and NodeSets
4567 w.r.t. deallocation and collect operations. Probably not
4568 100% clean (merge of allocated trees smells like a problem).
4569 Seems sufficient to close #58943
4570
4571Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4572
4573 * xmllint.c: adding a --format option
4574
4575Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4576
4577 * xpath.c: count() was broken on Result Value Tree
4578 * xmlIO.c: fixed file:/// accesses on _WIN32
4579
4580Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4581
4582 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4583 macro was renamed, this should close bug #58683
4584
4585Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4586
4587 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4588 entity substitution mode text at the end of the entity might
4589 be added due to text coalescing.
4590 * nanoftp.c parser.c: small cleanup
4591
4592Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4593
4594 * HACKING: added John Fleck right to commit in the doc subdir
4595
4596Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4597
4598 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4599 allow to inherit attributes from the DTD directly in the
4600 tree, this is needed for XPath and can be a useful feature.
4601 Inherited namespaces are always provided at the tree level now
4602 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4603 of tests for this feature (XSLT being the prime user).
4604
4605Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4606
4607 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4608 testSAX.c xmlIO.c xmllint.c include/win32config.h
4609 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4610 include/libxml/xmlwin32version.h.in win32/README.MSDev
4611 win32/dsp/*: applied Win32 Facelift No.2 patches from
4612 Igor Zlatkovic for Windows/MSC
4613
4614Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4615
4616 * SAX.c: unparsedEntityDecl() the URI computation of the
4617 entity wasn't done breaking XSLT unparsed-entity-uri()
4618
4619Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4620
4621 * xpath.c: fixed a bug when walking the descendants and
4622 the current node has no children
4623 * debugXML.c: show up when a text node is supposed to not be escaped
4624
4625Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4626
4627 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4628 worked like the set:leading() function)
4629 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4630
4631Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4632
4633 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4634
4635Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4636
4637 * include/libxml/xmlIO.h: apply change to close #58141
4638 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4639
4640Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4641
4642 * parser.c: when the internal subset uses a PE, then the
4643 included entity can use conditional sections.
4644
4645Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4646
4647 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4648 when walking the namespace axis showing up in
4649 libxst/tests/general/bug-12
4650 * xmlmemory.c: added the possibility to trace a given block
4651 defined by its address
4652
4653Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4654
4655 * parser.c: don't override existing encoding specified before
4656 starting xmlParseDocument()
4657
4658Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4659
4660 * include/libxml/xmlwin32version.h: reinserted, needed for
4661 Windows users of CVS
4662
46632001-07-27 Darin Adler <darin@bentspoon.com>
4664
4665 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4666 * testCatalog.c: Add include of <libxml/parser.h>.
4667
46682001-07-27 Darin Adler <darin@bentspoon.com>
4669
4670 * include/libxml/.cvsignore:
4671 * include/libxml/xmlwin32version.h:
4672 Remove this file from CVS because it's generated.
4673
4674Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4675
4676 * parser.c include/libxml/parser.h: applied const patches from
4677 Tom Moog #58002
4678
4679Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4680
4681 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4682 lookup framework
4683
4684Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4685
4686 * tree.c: fixed xmlCopyNode() for documents
4687
4688Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4689
4690 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4691
4692Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4693
4694 * parser.c: fixes bug #57652 reported by Morus Walter
4695
4696Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4697
4698 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4699
4700Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4701
4702 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4703 errors, lesson don't add new functions at 1am before a release
4704 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4705 from XPath initialization when possible.
4706
4707Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4708
4709 * result/scripts/base*: removing history/readline changed
4710 this slightly
4711 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4712 xmllint.c: make element content line number generation
4713 optionnal to avoid breaking old apps added interface to switch
4714
4715Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4716
4717 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004718 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004719 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4720 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4721 John Kroll fixes to allow saving to HTTP via PUT (or
4722 POST of needed).
4723 * doc/html/*.html: regenerated the docs
4724
4725Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4726
4727 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4728 xmlHashScanFull and xmlHashScannFull3 to get passed the
4729 three keys as arguments to the callback function
4730
4731Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4732
4733 * configure.in Makefile.am: removed libxml softlink for good
4734 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4735 100% coverage by gtk-doc
4736
4737Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4738
4739 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4740 fixed serious troubles due to size_t vs. int mismatch
4741
4742Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4743
4744 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4745
4746Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4747
4748 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4749 convenient extension API for value and context managing
4750 Now handles external objects through xmlXPathPopExternal,
4751 xmlXPathWrapExternal and xmlXPathReturnExternal.
4752 Added functions for sets operations (intersection, etc.)
4753
4754Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4755
4756 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4757 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4758 HTMLparser.c: cleanup of global variables, marking some
4759 const or private.
4760
4761Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4762
4763 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4764 fixed xmlXPathNodeSetItem when passing index=0
4765
4766Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4767
4768 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4769
4770Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4771
4772 * xmllint.c: fixed compilation under Cygwin #57503
4773 * TODO: update
4774
47752001-07-13 Peter Williams <peterw@ximian.com>
4776
4777 * config.h.in: add #undef HAVE_DLFCN_H
4778
4779 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4780 builddir.
4781
4782Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4783
4784 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4785 raised by #57348 and #57381
4786
4787Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4788
4789 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4790 tree.c xpointer.c: store the line numbder in element->content,
4791 may break some software, need a configuration mechanism
4792
47932001-07-10 Darin Adler <darin@bentspoon.com>
4794
4795 * .cvsignore:
4796 * example/.cvsignore:
4797 * include/.cvsignore:
4798 * include/libxml/.cvsignore:
4799 Various things that are generated and should be ignored.
4800
4801Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4802
4803 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4804 * doc/xml.html doc/html/*: updated the docs
4805
4806Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4807
4808 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4809 validation occured on content with element child
4810
4811Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4812
4813 * tree.c: fixed XML Base computation which was broken
4814 * debugXML.c: added a base function to the shell
4815 * Makefile.am result/scripts/* test/scripts/*: added scripts
4816 based regression tests, and adding 2 XML Base tests
4817
4818Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4819
4820 * tree.c: set properties doc and call xmlSetListDoc for properties
4821 content when grafting them in a different tree.
4822 * aclocal.m4: remove from CVS
4823
4824Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * win32/libxml2/libxml2.def.src: added some missing entry point
4827 for XPath (Mark Vakoc)
4828
4829Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4830
4831 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4832 layer should URI-Unescape before trying to open resources.
4833
4834Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4835
4836 * xpath.c: fix the name() bug for elements in the default
4837 namespace reported by Charlie Bozeman
4838
4839Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4840
4841 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4842 led to an XPath fix, improvements of SAX initialization, and
4843 an added option --nocdata to testXPath
4844
4845Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4846
4847 * doc/libxml-doc.el: Felix Natter provided anew version working
4848 with XEmacs too
4849
4850Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4851
4852 * include/libxml/xpath.h: small cleanup
4853 * doc/xml.html: update
4854
4855Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4856
4857 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4858 released 2.3.14
4859
4860Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4861
4862 * doc/html/*: rebuilt the docs for the release
4863 * doc/xml.html: added 2.3.14 release.
4864
4865Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4866
4867 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4868 were not equal to empty strings
4869
4870Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4871
4872 * SAX.c: fixed a URI-Reference computation problem when validating
4873 * xmlIO.c: small cleanup
4874
4875Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4876
4877 * parser.c: improved the description of a couple of interfaces
4878 upon Larry Stamper suggestion
4879
4880Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4881
4882 * SAX.c entities.c parser.c: changed completely the way entities
4883 are handled when running the parser in entity substitution mode.
4884 This fixes a bug reported by Stephan Kulow and nearly divides
4885 by 3 the amount of memory required by libxslt to load and process
4886 DocBook TDG.
4887
4888Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4889
4890 * HTMLparser.c: fixing a too early root closing problem raised
4891 byt Prashanth Naidu
4892
4893Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4894
4895 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4896 raised by Mark Vakoc.
4897
4898Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4899
4900 * example/Makefile.am: fixed the include path to add srcdir/include
4901 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4902 and some cleanup
4903
4904Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4905
4906 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4907 lot of optimization work, results in significant improvements
4908 when handling really complex XPath queries. Add a small optimizer
4909 for unions, improve [n] and [last()], avoid some costly ops.
4910
4911Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4912
4913 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4914 * xpath.c: small cleanup
4915 * xmlGetNsList: reformated, fixed problems if used on Entities
4916
4917Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4918
4919 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4920
4921Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4922
4923 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4924 * Makefile.am example/Makefile.am: workaround automake generating
4925 erroneous deps
4926
4927Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4928
4929 * include/win32config.h: bug #56801 Yon Derek provided a patch
4930 to the windows config file.
4931
4932Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4933
4934 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4935 libxml.h : Yon Derek provided a set of changes to compile from
4936 CVS on Windows/MSC
4937
4938Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4939
4940 * parser.c: fixed UTF8 BOM support in push mode
4941 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4942 added a specific testcase
4943
4944Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4945
4946 * Makefile.am: added --push regression tests
4947 * parserInternals.c: the XML parser segfaulted in --push mode
4948
4949Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4950
4951 * configure.in: moved the symlinks detection within a CVS
4952 check, this is not portable and will be removed soon.
4953 * xpath.c: small cleanup/speedup
4954
4955Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4956
4957 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4958 release of 2.3.12
4959 * parser.c: make an error message if unknow entities in all cases
4960
4961Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4962
4963 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4964
4965Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4966
4967 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4968 includes were installed in the wrong dir
4969
4970Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4971
4972 * doc/html.xml: warn against sending code to exhibit bugs.
4973
4974Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4975
4976 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4977 Tru64 from Thomas Leitner
4978
4979Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * AUTHORS: added William and Bjorn
4982 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4983 daniel@veillard.com hopefully I won't have to do this again
4984 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4985 docs can be rebuilt cleanly now
4986 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4987 from CVs it's generated, added include/libxml/xmlwin32version.h
4988 also generated but which should change far less frequently.
4989 * catalog.c nanoftp.c: made sure to include libxml.h not
4990 libxml/xmlversion.h directly
4991 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4992 when compiling on WIN32 and MSC
4993
4994Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4995
4996 * include/Makefile.am include/libxml/Makefile.am configure.in:
4997 fixed make distcheck and rebuilding the rpms
4998
4999Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5000
5001 * configure.in: should finish the migration of exported includes
5002 into a real include/libxml in CVS, at least for CVS users.
5003 * removed the exported headers, added in include/libxml (as well
5004 as xmlversion.h.in).
5005
5006Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5007
5008 * configure.in: fixed the way to detect symlink
5009
5010Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5011
5012 * configure.in: updated, include/libxml is now a real CVS dir
5013
5014Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5015
5016 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5017 version works with both libxml1 and libxml2 (it autodetects
5018 the prefix of the html-files) from Felix Natter.
5019 * doc/xml.html: updated doc accordingly
5020
5021Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5022
5023 * xpath.c: fixed the bug generating a template loop in libxslt
5024 when using docbook-xsl-1.4, * should filter out document nodes
5025 * HACKING: added William
5026 * TODO: updated
5027
5028Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5029
5030 * doc/FAQ.html: added a warning about gcc-3.0
5031 * doc/xml.html: added reference to gdome2 and removed a confusing
5032 sentence
5033
5034Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5035
5036 * xmlversion.h: okay this is a generated file, but Windows
5037 users need it and they can't generate it, and I want CVS
5038 Windows users ...
5039 * win32/libxml2/libxml2_so.dsp: Windows project file for
5040 the shared lib version of libxml2
5041 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5042 resources needed for libxslt/xsltproc by Yon Derek
5043
5044Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5045
5046 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5047
5048Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5049
5050 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5051
5052Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5053
5054 * include/win32config.h: Yon Derek provided a first fix
5055 to be able to compile libxslt/xsltproc on Windows
5056
5057Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5058
5059 * xpath.c: attempt to work around what seemed a gcc optimizer
5060 bug when handling floats on i386 http://veillard.com/gcc.bug
5061 * tree.c entities.c encoding.c: doing some cleanups while
5062 chasing it
5063
5064Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5065
5066 * Makefile.am: cleanup when --without-debug is specified
5067 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5068 w.r.t. --without-debug and other include points
5069 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5070 Catalogs
5071 * configure.in entities.h tree.h HTMLparser.c: removed
5072 --without-corba, made the _private field mandatory
5073
5074Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5075
5076 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5077 outputs a BOM in UTF8, an errata has been issued to avoid the
5078 problem, that was the most reasonable solution... Add support
5079 for a leading UTF8 BOM in entities.
5080
5081Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5082
5083 * valid.c: fixed a bug found when post validating an entity ref
5084 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5085 activate it too
5086
5087Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5088
5089 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5090 weakness in the node copy the XPointer and the XInclude
5091 implementations. Serious cleanup.
5092
5093Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5094
5095 * Makefile.am: Kjartan Maraas provided a small patch to
5096 add xml2-config.in to EXTRA_DIST
5097
5098Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5101 provided another failing case found in KDE, the way the
5102 ctxt->vctxt.nodeTab was allocated and freed changed over
5103 time but it wasn't completely cleaned up. This should fix it.
5104
5105Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5106
5107 * parser.c: Stephan Kulow also raised the fact that line number
5108 could get miscounted making debug harder, fixed the problem
5109 in xmlParseCharData()
5110
5111Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5112
5113 * valid.c: Stephan Kulow pointed out a problem when validating
5114 and using an empty entity, forgot a 'break' in a case.
5115
5116Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5117
5118 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5119 * doc/xml.html: updated with 2.3.11
5120
5121Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * TODO: updated adding cleanup of generated doc
5124 * configure.in: prepared to release 2.3.11
5125 * xmllint.c: added --version for bug reporting
5126 * doc/html/*.html: rebuilt the doc
5127
5128Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5129
5130 * xpath.c: first part of the work on selecting namespace to
5131 fix bug #56115
5132
5133Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5134
5135 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5136 when using -liconv
5137 * TODO: updated
5138
5139Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5140
5141 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5142 cleanup, encoding support.
5143
5144Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5145
5146 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5147
5148Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * xpath.c: bug detected by Ankh when / is used as a function arg
5151
5152Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5153
5154 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5155 of element and use it to avoid outputting formatting spaces at
5156 the wrong place. Implemented the format parameter for HTML save.
5157 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5158 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5159 result/HTML/wired.html: of course this impact the result of a
5160 number of HTML tests
5161
5162Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5163
5164 * HTMLtree.[ch]: started augmenting the HTML save API with
5165 encoding and formatting parameters
5166
5167Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5168
5169 * HTMLtree.h: cleanup and started evaluating the work needed on
5170 revamping the HTML output code
5171
5172Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5173
5174 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5175
5176Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * valid.c: fixed bug #56049, forgot one check in the
5179 validation routine
5180
5181Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5182
5183 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5184
5185Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * libxml.h: fixed an error in last commit
5188 * doc/FAQ.html: added an entry for compilation from CVS
5189
5190Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * xmlversion.h.in libxml.h: Cygwin patches
5193 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5194 * tree.h: cleanup
5195
5196Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5197
5198 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5199 memory block in a strange case where libxml is linked twice
5200 in the binary.
5201
5202Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5203
5204 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5205 state far too often, simple fix used to avoid it.
5206
5207Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5208
5209 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5210 being processed, applied his patch
5211 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5212
5213Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5214
5215 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5216 provided fixes to compile on MSCC again
5217 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5218 also provided an update for the project files.
5219
5220Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5221
5222 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5223 bug #55810
5224
5225Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5226
5227 * tree.c: fixed xmlGetNsProp() to close bug #55683
5228 Note this requires libxslt to use it's own function instead.
5229
5230Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5231
5232 * HTMLtree.c: when in a pre element no formatting space should
5233 be added.
5234 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5235
5236Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5237
5238 * configure.in: added tests for signal() and signal.h
5239
5240Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5241
5242 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5243
5244Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5245
5246 * doc/libxml-doc.el: Felix Natter provided a new version for
5247 libxml2
5248
5249Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * HTMLtree.c: when in a pre element no formatting space should
5252 be added.
5253
5254Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5255
5256 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5257
5258Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5259
5260 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5261 hack
5262 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5263 * uri.c: fixed a warning
5264
5265Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5266
5267 * HTMLtree.c: trying to close bug #55772 escaping in script
5268 elements
5269 * doc/xml.html: suggest to send mail to the list
5270
5271Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5274 good. Use a macro and based on the solution provided in
5275 vsnprintf manual page from GNU.
5276
5277Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5278
5279 * error.c: Workaround for non-preserving variadic list.
5280 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5281
5282Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5283
5284 * doc/xml.html: added 2.3.10 release
5285
5286Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5287
5288 * configure.in: releasing 2.3.10
5289
5290Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5291
5292 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5293
5294Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5295
5296 * encoding.c: Robert Collins provided a patch to add the
5297 "US-ASCII" encoding alias
5298
5299Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5300
5301 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5302 string oriented functions and started cleaning the related areas
5303 in xpath.c which needed fixing in this respect
5304
5305Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5306
5307 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5308 #55380
5309 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5310
5311Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5312
5313 * TODO: updated
5314 * nanohttp.[ch] : started adding APIs to get the redirected URL
5315 when this occurs (needed for further base computation
5316 * tree.h: cleanup
5317 * encoding.c: cleanup
5318 * SAX.c: minor change around ctxt->loadsubset
5319
5320Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5321
5322 * Makefile.am include/Makefile.am: small change to have
5323 include/libxml rebuilt if working from CVS.
5324 * uri.c: applied another patch from Carl Douglas for URI escaping,
5325 this should close bug #51876
5326
5327Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5328
5329 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5330 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5331 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5332 added specific regression test
5333 * parser.h: preparing for the XSLT mode where DTD inherited
5334 attributes are added to the tree.
5335
5336Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * xinclude.[ch]: Updated the namespace for the Last Call version
5339 * result/XInclude/include test/XInclude/include: updated the
5340 testsuite accordingly
5341
5342Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5345 related to bug #51876
5346
5347Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5348
5349 * tree.c: fixed a gross mistake in base computation, xml:base is
5350 not completely correct yet (need cascade).
5351 * xpath.[ch]: added the few things needed to find a function name
5352 and URI from the XPath context when it is called.
5353
5354Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5355
5356 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5357 * DOCBparser.c: small cleanup
5358 * xmllint.c: added a --catalogs option to load catalogs from
5359 $SGML_CATALOG_FILES
5360 * tree.c: cleanup
5361 * configure.in: iconv library fixup, ICONV_LIBS
5362
5363Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * catalog.c: handling of CATALOG entries. detection of recursion,
5366 and a few bugfixes
5367 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5368 against the default namespace
5369
5370Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5371
5372 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5373
5374Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5375
5376 * parser.c: fixed propagation context info when parsing an
5377 external entity.
5378 * doc/html/*.html: regenerated a couple of docs
5379
5380Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * doc/xml.html: update with 2.3.9 informations
5383
5384Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5387 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5388 * doc/html/* : rebuilt the docs
5389 * valid.c: small patch which may improve some case when
5390 validating.
5391
5392Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5393
5394 * HTMLparser.c: Closed bug #54891
5395 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5396 to the suite
5397
5398Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5399
5400 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5401 applied a documentation patch from LotR and filled in a few missing
5402 descriptions
5403
5404Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * xpath.c tree.c parser.c: speed optimizations at the parser level
5407 document tree freeing and xpath evaluation
5408
5409Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5410
5411 * parser.c parser.h parserInternals.h: fixed a couple of
5412 interfaces for handling memory buffer input to const char *
5413 upon suggestion of JamesH.
5414
5415Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5416
5417 * configure.in: LoTR sent a patch fixing the previous commit
5418
5419Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5420
5421 * configure.in: trying to deal again with the stoopid -R linking
5422 flag of Solaris
5423
5424Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5425
5426 * xpath.h: two nodeset access macros from Thomas Broyer
5427
5428Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5429
5430 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5431 patch from Thomas Broyer
5432
5433Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5434
5435 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5436 case
5437 * INSTALL: was empty added stuff from the FAQ
5438
5439Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5440
5441 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5442 attributes handling and #54433 by adding xmlUnsetProp()
5443 and xmlUnsetNsProp()
5444
5445Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5446
5447 * HTMLparser.c: Patch from Jonas Borgström
5448 (htmlGetEndPriority): New function, returns
5449 the priority of a certain element.
5450 (htmlAutoCloseOnClose): Only close inline elements if they
5451 all have lower or equal priority.
5452 * result/HTML: this of course changed a number of tests results.
5453
5454Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * xmlIO.c catalog.c: plugged in the default catalog resolution
5457 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5458 documentations
5459 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5460
5461Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5462
5463 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5464 integrating catalogs
5465 * catalog.[ch] testCatalog.c: adding a small catalo API
5466 (only SGML catalog support).
5467 * parser.c: restaured xmlKeepBlanksDefault(0) API
5468
5469Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5470
5471 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5472
5473Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5474
5475 * parser.c: added xmlParseExternalEntityPrivate() to allow
5476 propagation of ctxt->_private when parsing external entities
5477
5478Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5479
5480 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5481
5482Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5485
5486Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5487
5488 * valid.c: warn when indeterminist content model is detected
5489 * result/VC/ElementValid8: this adds a message
5490 * Makefile.am: add --novalid for VCM tests
5491 * parserInternals.c: added a call to Init memory
5492
5493Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5494
5495 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5496 when both parameters are NULL.
5497
5498Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5499
5500 * valid.c: applied small patch from Gary Pennington, reindented
5501 some part of the code.
5502
5503Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5506 release, updated and regenerated the docs
5507
5508Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * xpath.c result/XPath/expr/floats : clarified and cleanup
5511 printing of abnormal floats in tests.
5512
5513Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5516 * results/HTML/ : a few changes in the output of the HTML tests as
5517 a result.
5518 * configure.in: tying to fix -liconv where needed
5519
5520Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5521
5522 * Makefile.am: fixed a stupid error
5523
5524Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5525
5526 * configure.in Makefile.am: make the inclusion of the trio
5527 modules in the library conditional
5528
5529Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5530
5531 * DOCBparser.c: patche from László Kovács, fixed entities refs
5532 in attributes handling
5533
5534Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5535
5536 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5537 flushing
5538
5539Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5540
5541 * xpath.c: fix of an XSLT namespace bug reported on the list
5542 general/bug-8-
5543
5544Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5545
5546 * strio.h trio.c: Dan McNichol suggested a couple of small
5547 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5548
5549Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5550
5551 * tree.c parser.c encoding.c: spent a bit more time looking
5552 at the parsing speed and DOM handling. Added a few more
5553 speedups.
5554
5555Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * parser.c: small but effective parsing speed improvement
5558
5559Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * configure.in: default on the DocBook parser inclusion (for Gnome)
5562 * DOCBparser.h: fixed a header reference
5563
5564Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5565
5566 * configure.in xpath.c: applied Bjorn patches for FPE on the
5567 alpha
5568
5569Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5570
5571 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5572 xmlSaveFormatFileTo()
5573
5574Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5575
5576 * xpath.c: simple and efficient optimization, XPath functions
5577 aways bind to the same code, cache this
5578 * TODO: updated (by saying some is obsolete)
5579
5580Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5581
5582 * xpath.c: more cleanup work on XPath name parsing routines
5583
5584Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5585
5586 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5587 xmlXPathParseName
5588 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5589 * debugXML.c: avoid compilation problems if compiling without
5590 HTML support, Igor Zlatkovic
5591 * win32/libxml2/libxml2.def.src: being able to compile without
5592 XPath on Windows
5593
5594Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5595
5596 * libxml.m4: yet another patch from Toshio Kuratomi
5597
5598Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5599
5600 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5601
5602Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5603
5604 * tree.[ch]: added xmlSaveFormatFile interface for saving
5605 and indenting a file.
5606
5607Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5608
5609 * xpath.c: fixed bug #53689 related to processing-instruction()
5610
5611Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * DOCBparser.c: patche from László Kovács
5614
5615Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * parser.c: applied fixes from Christian Glahn bug report #53391
5618
5619Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * error.c: Jean François Lecomte provided a complete description
5622 and a fix to bug #53537
5623
5624Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5627
5628Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * DOCBparser.c SAX.c: a bit more work on entities processing.
5631 Still Need to cleanup XML output and references in attributes
5632
5633Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5634
5635 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5636
5637Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5638
5639 * tree.c: trying to fix #53574, not completely complete,
5640 I would like xmllint --copy --debug test/ent1 and
5641 xmllint --debug test/ent1 to show the same result.
5642 * xpath.c: fix a bug when trying to sort namespace nodes
5643
5644Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5645
5646 * HTMLtree.c: real fix for #53402
5647
5648Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5649
5650 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5651 PIs when using xsl:output
5652 * valid.c: closing #53537 some case generate segfaults if there
5653 is validity errors
5654
5655Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5658 of external parsed entities, added --noent to testDocbook
5659 * valid.c: Garry Pennington found an uninitialized variable
5660 access in xmlValidateElementContent()
5661
5662Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5663
5664 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5665 with madness
5666 * result/HTML/ : this modified the result of the regression tests
5667 a lot.
5668
5669Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5670
5671 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5672 to doc where it wasn't checked against NULL reported by
5673 Jens Laas
5674
5675Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5678 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5679
5680Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5683 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5684 * SAX.[ch]: cleanup and updates for DocBook
5685 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5686 ex SGML identifier changes
5687 * valid.c: removed a static unused function.
5688
5689Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * HTMLtree.c: applied change for Paul Sponagl on script saving
5692 * Makefile.am: the warning about entity title.xml are normal.
5693
5694Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5695
5696 * configure.in: release of 2.3.7
5697 * Makefile.am: fixing make distcheck
5698
5699Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5700
5701 * doc/html/* doc/xml.html: updated and regenerated the docs
5702
5703Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5704
5705 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5706
5707Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * tree.c: fixed #53388 with the provided patch
5710
5711Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * valid.c: Bjorn detected an invalid memory access. Fixed
5714 vstateVPush()
5715
5716Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5719
5720Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5721
5722 * libxml.h: new header used only for the compilation of libxml
5723 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5724 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5725 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5726 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5727 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5728 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5729 baseline (version 1.2 plus a single patch).
5730 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5731 scientific notation for numbers. Tests added.
5732 * xpath.c: formatting of numbers changed to use sprintf
5733 (contribution from William Brack)
5734
5735Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736
5737 * valid.c: cleanup, more useful debugging
5738 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5739 * xmlIO.c: entity loading is printed as an error when validating
5740
5741Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5742
5743 * valid.c: fixed to validate within entities
5744 * test/VCM/v22.xml: added a specific testcase
5745
5746Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * valid.c: forgot an epsilon transition in for ()+
5749 * test/VCM/v21.xml : added a specific test case
5750
5751Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * valid.c: removed a state explosion exhibited by RSS
5754 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5755 from bug #51872
5756
5757Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5758
5759 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5760 validation without using an ugly NFA -> DFA algo in the source.
5761 Made a specific algorithm easier to maintain, using a single
5762 stack and without recursion.
5763 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5764 * hash.c: made the growing routine static
5765 * tree.h parser.c: added the parent information to an
5766 xmlElementContent node.
5767
5768Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5769
5770 * SAX.c parser.c xpath.c: generating IDs when not validating
5771 from an external parsed entity was poisoning the ID has table
5772 with removed values. This was killing XSLT on the KDE help
5773 browser.
5774
5775Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * entities.h: andrew@ugh.net.au detected a double declaration
5778
5779Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * debugXML.c hash.c tree.h valid.c : some changes related to
5782 the validation suport to improve speed with DocBook
5783 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5784 the way validation errors get reported
5785
5786Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5787
5788 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5789 by P C Chow and William M. Brack for XSLT HTML output
5790
5791Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5792
5793 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5794 Igor Zlatkovic patches for MSC compilation and added his
5795 updates
5796
5797Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5798
5799 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5800 prefix lookup.
5801 * parserInternals.c: fixed the bug reported by Morus Walter
5802 due to an off by one typo in xmlStringCurrentChar()
5803
5804Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5805
5806 * HTMLparser.c result/HTML/*: revamped the way the HTML
5807 parser handles end of tags or end of input
5808
5809Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5812
5813Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5814
5815 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5816 bug where the linktime verions of free() won't work ...
5817
5818Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5821
5822Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * doc/xml.html: added 2.3.6 release
5825
5826Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5829 * result/wml.xml: resulted in a small output change
5830
5831Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * tree.c: xmlNewDoc was missing the charset initialization
5834 * xmllint.c: added --auto to autogenerate a doc, allow to
5835 reproduce the problem fixed on xmlNewDoc
5836
5837Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5838
5839 * xpath.c: trying to get 52979 solved
5840 * tree.c result/ result/noent/: trying to get 52712 solved, this
5841 also made me clean up the fact that XML output in general should
5842 not add formating blanks by default, this changed the output of
5843 a few tests
5844
5845Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5846
5847 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5848
5849Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * configure.in: finally released 2.3.6
5852
5853Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5854
5855 * xpath.c: checking for null pointer generated by new code
5856
5857Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5858
5859 * xpath.c: fixed a [] evaluation problem reported
5860 * test/XPath/tests/simpleaddr: extended test
5861 * result/XPath/simpleaddr: updated result
5862
5863Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * xmllint.c: Dan Timis reported a portability problem
5866 on Macs without mmap, fixed it.
5867
5868Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5869
5870 * testXPath.c : added a --tree option allowing to display the
5871 tree dump of the XPath expression
5872
5873Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5874
5875 * xpath.c: fixed a memleak when comparing nodesets
5876 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5877 * tree.c: added a TODO
5878
5879Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5880
5881 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5882 we need string functions
5883 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5884 to be able to use them where needed. Applied some changes
5885 to reduce name linking pollution and compile in only what's
5886 needed.
5887 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5888 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5889 for the string manipulation functions
5890 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5891 to the free() function of xmlmemory.c
5892 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5893 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5894 usage.
5895
5896
5897Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5898
5899 * error.c: applied the context output patch of the error
5900 handling submitted by Chuck Griffith
5901 * error/VC/*: this slightly change some error logs
5902
5903Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * parser.c: fixed line number reporting on error
5906
5907Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * parser.c: Sullivan and Darin found a parser bug,
5910 applied the patch.
5911
5912Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5915 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5916 xmlversion.h.in xpointer.c: of course the way I defined
5917 UNUSED breaks on old gcc version. Try to be smart and
5918 also define it directly in xmlversion.h
5919 * configure.in: removed -ansi flag from the pedantic set
5920
5921Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5922 Huge cleanup, I switched to compile with
5923 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5924 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5925 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5926 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5927 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5928 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5929 encoding.h entities.c error.c list.[ch] nanoftp.c
5930 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5931 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5932 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5933 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5934 Cleanup, staticfied a number of non-exported functions,
5935 detected and cleaned up a dozen of problem found this way,
5936 avoided a lot of public function name/typedef/system names clashes
5937 * doc/xml.html: updated
5938 * configure.in: switched private flags to the really pedantic ones.
5939
5940Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * configure.in: 2.3.5
5943 * doc/html/*: rebuilt the docs
5944
5945Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * parser.c: fixed a reported bug in NOTATION parsing
5948 * uri.c: accepted but not fixed bug 51876, added TODO
5949 * Makefile.am: fixed bug 51876
5950
5951Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5952
5953 * config.h.in configure.in error.c: fix a compilation problem
5954 on platforms without vsnprintf (xml@thewrittenword.com)
5955
5956Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5957
5958 * parser.c: fixed a function name header typo
5959 * SAX.c: notations can also occur in external subset.
5960
5961Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * error.c: removed a C++ like comment
5964
5965Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * parser.c: fixing bug 52299 strange condition leading
5968 to a parser crash due to a buffer overflow
5969 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5970 added the specific test case
5971
5972Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5975 xmlXPathConvert{String,Number,Boolean} to be able to make
5976 type casts without a context stack, fixed some implementation
5977 problems related to the absence of context at parse-time,
5978 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5979 in the public API too
5980 * xpointer.c xpathInternals.h: we need to know at parse time
5981 whether we are compiling an XPointer
5982
5983Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5984
5985 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5986 cleaned up the parser internals, refactored XPath code, added
5987 new compilation based APIs and cleanly separated public and
5988 private APIs.
5989
5990Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * xpath.h: the comp field must be added at the end to avoid
5993 killing binary compat.
5994
5995Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * Makefile.am: detect XPath memleaks in regreson tests
5998 * error.c: fixed and error w.r.t. error reporting still using
5999 stderr
6000 * hash.c: added new line at end of file
6001 * tree.h: minor cleanup
6002 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6003 expression parsing from evaluation, resulted in a number of
6004 changes internally, and in XPointer. Likely to break stuff
6005 using xpathInternals.h but should remain binary compatible,
6006 new interfaces will be added.
6007
6008Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * configure.in: fixed a couple of problems reported by
6011 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6012 without gcc on non linux platforms.
6013
6014Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6017 a fix for --with-html-dir= configure support. I hope it won't
6018 break rpm generation
6019
6020Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6021
6022 * xmlIO.c: one function comment cleanup.
6023
6024Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6025
6026 * SAX.c: external subset notations were improperly registered
6027 in the internal subset.
6028
6029Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * README.cvs-commits: added, pointing to HACKING
6032 * HACKING: updated
6033
6034Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * parser.c: and Matt Sergeant found one in the XML push
6037 parser (erroneous check I forgot to remove when I fixed the
6038 main parser).
6039
6040Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6041
6042 * xpath.c: ptittom found a small bug in UnaryExpr
6043
6044Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6045
6046 * configure.in: bumped to 2.3.4
6047 * error.c: fixed bug #51860
6048 * tree.c: fixed bug #51861
6049 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6050 * tree.[ch] : added xmlDefaultBufferSize
6051 * nanoftp.c: typo in function name header block
6052 * doc/xml.html : updated, added link to XML::LibXSLT
6053 * doc/html/* : rebuilt the docs
6054
6055Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6056
6057 * parser.c SAX.c: the new content parsing code raised an
6058 ugly bug in the characters() SAX callback. Found it
6059 just because of strangeness in XSLT XML Rec ouptut :-(
6060
6061Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * Makefile.am: Martin Baulig suggested to add -lm
6064 * tree.c: found another bug in xmlNodeGetContent()
6065
6066Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * xpath.c: Bjorn found the error related to strictness of comparison.
6069
6070Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * parser.c: trying to fix the Dtd parsing problem reported
6073 by Gary, side effect of last week speed optimizations.
6074
6075Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6076
6077 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6078 * parserInternals.c: removed unneeded test raised by Stric
6079
6080Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6081
6082 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6083 and fixed by William Brack). Added xmlXPathFormatNumber.
6084 Changed the sorting slightly.
6085 * configure.in Makefile.am example/Makefile.am: Added -lm.
6086 Please note that applications linking with libxml2, must
6087 also like with the math library from now on.
6088
6089Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6092
6093Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6094
6095 * parser.c: one must report spaces even if the Dtd element
6096 content proves that this is not part of the element content.
6097 * result/valid/*.xml: this changed the ouptu slightly
6098
6099Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * configure.in: bumped to 2.3.3
6102 * doc/xml.html: updated
6103
6104Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6105
6106 * tree.c: minor doc fix
6107 * xpath.c: deallocation issues when a result tree has been
6108 converted to a node-set
6109
6110Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * doc/xml.html: oops corrected dates s/2000/2001
6113
6114Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * valid.c: new patch from Gary Pennington
6117
6118Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6119
6120 * doc/xml.html: applied patch from Ankh
6121
6122Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6123
6124 * xinclude.c: fixed a problem building on Mac
6125
6126Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6127
6128 * parser.c: more work on increasing parsing ferformances
6129
6130Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6131
6132 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6133 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6134 avoiding memcpy in production builds MEM_CLEANUP macro use
6135 * parser.[ch] parserInternals.c: optimizations of the tightest
6136 internal loops inside the parser. Better checking of I/O
6137 flushing/loading conditions
6138 * xmllint.c : added --timing
6139
6140Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * configure.in: bumped to 2.3.2
6143 * doc/xml.html: updated for release
6144
6145Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * xpath.c: found a memleak and fixed a nasty bug
6148
6149Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * xmllint.[c1] : added return code errors for xmllint
6152 * xpath.c: specific debug dump function for result value trees
6153
6154Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6155
6156 * xpath.c: finally implemented xmlXPathCompareNodeSets
6157 * test/XPath/expr/floats results/XPath/expr/floats: added
6158 a test for float expressions
6159
6160Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6161
6162 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6163 * parserInternals.[ch]: trying to speed up parsing
6164 * xpath.c : speeded up node set equality op
6165
6166Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6167
6168 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6169 better handling of ID/IDREF and the list modules associated
6170 * configure.in: small CFLAGS cleanup
6171
6172Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * configure.in: fixed iconv detection on AIX (stric)
6175
6176Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6177
6178 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6179
6180Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6181
6182 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6183 and optimized xmlXPathNodeSetSort
6184
6185Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * xpath.c: bug fix when context size is 0
6188 * parser.c: I like Norm's Dtd because they still manage to break
6189 the parser occasionally
6190
6191Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6192
6193 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6194
6195Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6196
6197 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6198 attributes within the XML-1.0 namespace
6199
6200Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6201
6202 * xpathInternals.h: exported a few axis functions
6203 * doc/xml.html: updated the doc
6204
6205Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6206
6207 * configure.in: applied patch from Daniel van Balen for OpenBSD
6208 and bumped version to 2.3.1
6209 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6210 attempt to find autoclosing was simply broken, removed it,
6211 updated the examples, this is better
6212
6213Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6216 hash functionnalities.
6217 * doc/html/* : rebuild the doc
6218
6219Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6220
6221 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6222 on predicate
6223 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6224 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6225 really want to have tags closed on output even if we accept
6226 unclosed ones on input
6227
6228Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * xpath.c: ouch don't free NULL, rare case fixed
6231 * tree.c: don't coalesce text nodes if they don't have the
6232 same behaviour wrt escaping on output
6233
6234Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6235
6236 * xpath.c: small fixup
6237 * SAX.c: don't warn on empty namespaces.
6238
6239Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * README: a bit of cleanup
6242 * configure.in: preparing for 2.3.0 release
6243
6244Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6245
6246 * hash.[ch]: added a first version of xmlHashSize()
6247 * valid.c: another bug fix from Gary Pennington
6248
6249Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6250
6251 * valid.c: couple of bug fixes pointed by Gary Pennington
6252 * HTMLtree.c: #if 0 cleanup
6253
6254Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6255
6256 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6257 which removes a time consuming check of xmlXPathNodeSetAdd()
6258 and use it in places where we are sure to not break unicity
6259
6260Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * xpath.c: bug fixes found from XSLT
6263 * tree.c: preserve node->name special values when copying nodes.
6264 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6265 external subset are fetched when available but without full
6266 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6267 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6268 output with encoding disabled.
6269
6270Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6271
6272 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6273 xmlCheckFilename should not be called from xmlFileOpenW
6274 and xmlGzfileOpenW
6275
6276Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6277
6278 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6279 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6280 added the new tests for URI normalization
6281 * testURI.c: fixed stoopid bugs
6282 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6283 the URI in the error messages are now properly normalized
6284
6285Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6288
6289Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6290
6291 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6292
6293Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * xpath.c: fixed mod operator
6296
6297Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6298
6299 * parser.c: fixed xmlStrcat doc
6300 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6301 trees.
6302
6303Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6304
6305 * xpath.c result/XPath/tests/chaptersbase
6306 result/XPath/tests/simplebase: fixed XPath node()
6307 * tree.c: small fix in xmlNewNs()
6308 * Makefile.am: removed extraneous xml2Conf.sh rule
6309
6310Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6311
6312 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6313 Changed the library name, in order to get libxml-devel and
6314 libxml2-devel to coexist on a single system
6315 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6316 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6317
6318Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6321 libxml2-devel installable in // as libxml-devel.
6322
6323Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6324
6325 * doc/Makefile.am: fixed make rebuild in doc
6326 * doc/html/*.html: rebuilt the docs
6327
6328Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6329
6330 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6331
6332Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6333
6334 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6335 the HTML doc to go into the -devel RPM ...
6336 * aclocal.m4 config.h.in: some updates due to auto* magic
6337
6338Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6339
6340 * xpath.h: added a hook in the context structure allowing to
6341 link to extra support, needed for XSLT
6342
6343Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6344
6345 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6346 xmlXPtrCmpPoints to use it.
6347 * propagated the following patch from Alejandro Forero
6348 * include/win32config.h xmlIO.c: applied further suggestions
6349 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6350 * example/gjobread.c: fixed warnings, now that it builds
6351
6352Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6353
6354 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6355
6356 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6357 filename points to a valid file (not a directory).
6358 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6359 Added calls to xmlCheckFilenameDir.
6360
6361 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6362 `path' (rather than `filename') as the parameter to gzopen and open.
6363
6364Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6365
6366 * Makefile.am: fixed a problem with EXTRA_DIST
6367
6368Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6369
6370 * Makefile.am example/Makefile.am: finally found the trick
6371 to build the example, i.e. add "." in SUBDIRS before example
6372 in the list <grin/>
6373
6374Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6375
6376 * doc/xml.html: updated with an XSLT section, removed pointer to
6377 W3C CVS base.
6378
6379Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6380
6381 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6382 too, and deallocation need to occur the same way.
6383
6384Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6385
6386 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6387 type correponding to an XSLT result tree fragment. Share most
6388 of the data format with node set, as well as operators.
6389 * HTMLtree.c: added a newline at the end of the doctype output
6390 whe this one is not present initially.
6391 * tree.c: make sure taht the parent and doc pointers are properly
6392 set when copying attributes (lists).
6393
6394Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6395
6396 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6397
6398Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6399
6400 * xpath.c: seems I finally killed that ugly path evaluation
6401 context bug (tagged 9999 in case is is wrong)
6402
6403Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6404
6405 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6406 for XSLT
6407
6408Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6409
6410 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6411 for xmlGzfileOpen() bug
6412
6413Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6414
6415 * xpath.c: removed an error found by XSLT usage
6416 * tree.c parserInternals.h: use a predefined static string
6417 for text and comment nodes, avoid freeing them in xmlFreeNode,
6418 exported the string name in parserInternals.h and added
6419 another value to disable encoding at output (for XSLT),
6420 gain memory, time.
6421
6422Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6423
6424 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6425 win32/libxml2/libxml2_so.dsp: new makefiles and update
6426 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6427
6428Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6429
6430 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6431 Gary Pennington
6432
6433Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6434
6435 * xpath.c: fixed the comaprision of values and nodelists,
6436 need to compare nodelist still ...
6437 * debugXML.c: avoided a possible core dump
6438 * HTMLparser.c: cleanup
6439 * nanohttp.c: contributed fix.
6440 * tree.c: fixes in properties handling added xmlSetNsProp
6441 needed by libxslt
6442 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6443 comment
6444 * TODO: updated
6445
6446Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6447
6448 * parser.c parserInternals.c: applied Bjorn Reese optimization
6449 patch
6450
6451Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6452
6453 * Makefile.am: applied patch fro make check from Martin Vidner
6454
6455Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * configure.in: preparing 2.2.11
6458 * doc/html/*: rebuild the HTML files
6459 * doc/xml.html : updated
6460
6461Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6462
6463 * tree.c: fixed a stupid bug
6464 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6465 patches related to validation of an XInclude processing result
6466 * TODO: updated
6467
6468Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6469
6470 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6471 on large files
6472
6473Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6474
6475 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6476
6477Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6478
6479 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6480 reported by Jonas Borgström
6481 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6482
6483Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6484
6485 * testXPath.c xpath.c: fixing the XPath union expressions problem
6486 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6487
6488Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6489
6490 * xmllint.c: Made is so if the file name is "-" is will read form
6491 standard input. Sven Heinicke <sven@zen.org>
6492 * tree.c: fixed a problem when growing buffer
6493 * tree.h: fixed the comment of the node types following andersca
6494 comment
6495 * TODO: updated
6496
6497Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6498
6499 * HTMLparser.[ch]: added a way to avoid adding automatically
6500 omitted tags. htmlHandleOmittedElem() allows to change the
6501 default handling.
6502 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6503 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6504 of xmllint too when using --memory flag, added a memory test
6505 suite at the Makefile level.
6506 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6507 with namespace use when encountering QNames in XPath evalation,
6508 added xmlns() scheme in XPointer.
6509 * nanoftp.c : incorporated a fix
6510 * parser.c xmlIO.c: fixed problems raised with encoding when using
6511 the memory I/O
6512 * parserInternals.c: closed bug 25934 reported by
6513 torsten.landschoff@innominate.de
6514 * TODO: updated
6515
6516Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6517
6518 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6519 on a non-updated tree :-(, made a 2.2.10 release to correct the
6520 situation
6521
6522Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6523
6524 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6525 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6526 integrated a set of OpenVMS changes from Howard Taylor
6527 <Howard.Taylor@pacoast.com>
6528
6529Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6530
6531 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6532 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6533
6534Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6535
6536 * HTMLparser.c: some fixes on auto-open of html/head/body
6537 * encoding.c: fixed a compilation error on some gcc env
6538 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6539 XPointer implementation
6540 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6541 related XPointer tests and associated results
6542
6543Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6544
6545 * doc/xmldtd.html doc/xml.html: following a short step by step
6546 guidance on IRC to help maciej with DTDs I started a small
6547 page on the subject.
6548
6549Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * HTMLparser.c: fixed handling of broken charrefs
6552 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6553 patches
6554
6555Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6556
6557 * doc/xml.html doc/html/* : rebuilt the docs after adding
6558 xinclude and updated page for 2.2.7 and 2.2.8
6559 * configure.in: releasing 2.2.8
6560
6561Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6562
6563 * parser.[ch] parserInternals.c: applied the conditional
6564 section processing fix from Jonathan P Springer
6565 <jonathan.springer2@gte.net>
6566 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6567 project file, fixed iconv default non support
6568 * xpath.c: fixed the problem of evaluating relative expressions
6569 when a node context is provided.
6570
6571Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6572
6573 * nanoftp.c: fixed gcc 2.95 new warnings
6574 * SAX.c: fixed a stupid bug
6575 * tree.c: fixed a formatting problem when round-tripping
6576 from/to memory
6577 * xinclude.c: chased memleak, fixed a base problem
6578 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6579 xmlXPtrBuildNodeList()
6580 * TODO: updated
6581 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6582 adding a first small set of regression tests for XInclude
6583
6584Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6585
6586 * nanohttp.[ch]: applied Wayne Davison patches to access
6587 the WWW-Authorization header.
6588 * parser.c: Closed Bug#30847: Problems when switching encoding
6589 in short files by applying Simon Berg's patch.
6590 * valid.c: fixed a validation problem
6591 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6592 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6593 Wayne Davison
6594 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6595 need to be extended to non full nodes selections.
6596 * xinclude.c: starts to work decently
6597
6598Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6599
6600 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6601 debugXML.c xmlversion.h.in: Started adding XInclude support,
6602 this is a new xmllint option
6603 * tree.c xpath.c: applied TOM patches for XPath
6604 * xpointer.c: fixed a couple of errors.
6605 * uri.c: added an escaping function needed for xinclude
6606 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6607 new warning from RH70 gcc's version
6608
6609Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6610
6611 * HTMLparser.c: fixed loop on invalid char in scripts
6612 * parser.c: update to description of xmlIOParseDTD()
6613 * libxml.m4 xmlversion.h.in: changes contributed by
6614 Michael Schmeing <m.schmeing@internet-factory.de>
6615 * configure.in: preparing for 2.2.7
6616 * Makefile.am: trying to avoid config.h and acconfig.h
6617 being included in the distrib
6618 * configure.in: released 2.2.7
6619
6620Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6621
6622 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6623 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6624
6625Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6626
6627 * parser.[ch]: added xmlIOParseDTD()
6628 * xpointer.c: added support for the 2 extra parameters of
6629 string-range, fixed a stoopid error when '0' was present
6630 in XPointer expressions
6631 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6632 testsuite for the above
6633
6634Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6635
6636 * libxml.spec.in: improved package descriptions
6637
6638Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6639
6640 * xpath.c xpathInternals.h: applied a large cleaning patch
6641 from TOM <ptittom@free.fr>, it also add namespace support
6642 for function and variables registration.
6643
6644Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6645
6646 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6647 * Makefile.mingw: Wayne Davison's update adding hash.c
6648
6649Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6650
6651 * xpath.c: fixed the root evaluation problems
6652 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6653 ignorable spaces with <b> <bold> <em>
6654 * tree.c: fixed a loop in xmlSearchNsByHref()
6655
6656Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6657
6658 * xpath.c: applied another XPath patch from TOM
6659 * xpath.c include/makefile.am: applied another patch from
6660 china@thewrittenword.com (cleanup on IRIX).
6661
6662Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6663
6664 * xml-config.1: received a fixed version from Fredrik Hallenberg
6665 <hallon@lysator.liu.se>
6666
6667Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6668
6669 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6670 cleanup patch for XPath
6671
6672Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6673
6674 * patched to redirrect all "out of context" error messages to
6675 a reconfigurable routine. The changes are:
6676 * xmlerror.h : added the export of an error context type (void *)
6677 an error handler type xmlGenericErrorFunc there is an interface
6678 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6679 to reset the error handling routine and its argument
6680 (by default it's equivalent to respectively fprintf and stderr.
6681 * all the c files: all wild accesses to stderr or stdout within
6682 the library have been replaced to calls to the handler.
6683
6684Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6685
6686 * configure.in: release 2.2.6
6687 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6688 exporting the inner functions of xpath for extension modules
6689 * doc/*: updated and rebuilt the doc
6690
6691Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6692
6693 * nanohttp.c : applied Wayne HTTP cleanup patch
6694 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6695 and xmlNodeSetSpacePreserve()
6696
6697Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6698
6699 * xpath.c: closing bug #29260
6700
6701Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6704 multikey tuples, made hash structure opaque
6705 * valid.[ch]: moved elements, attributes, notations decalarations
6706 as well as ID and refs to hash tables.
6707 * entities.c: hash cleanup
6708 * xmlmemory.c: fixed a dump problem in debug mode
6709 * include/Makefile.am: problem passing in DESTDIR= values patch
6710 from Marc Christensen <marc@calderasystems.com>
6711 * nanohttp.c: removed debugging remains
6712 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6713 * HTMLparser.c parser.c: fixing a number of problems with the
6714 macros in the *parser.c files (Wayne).
6715 * HTMLparser.c: close the previous option when opening a new one
6716 (Marc Sanfacon).
6717 * result/HTML/*: updated the HTML results accordingly
6718
6719Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6720
6721 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6722 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6723 XPath functions and XML entities table to them. More to come...
6724 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6725
6726Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6727
6728 * tree.c: coalesce adjacent text nodes
6729 * valid.c: handling of blank nodes in DTd validation (raised
6730 by problems with a posteriori validation).
6731 * nanohttp.c: changing behaviour on HTTP write stuff.
6732 * HTMLtree.c: forced body and html to be explicitely closed.
6733 * xpath.h: exported more XPath functions.
6734
6735Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6736
6737 * Release of 2.2.5
6738 * xpointer.c: range() range-inside and other helper functions
6739 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6740
6741Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6742
6743 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6744 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6745
6746Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6747
6748 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6749 and XPointer modules
6750
6751Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6752
6753 * SAX.h: closed #25107
6754
6755Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6756
6757 * testSAX.c: fixed problem with cdata reporting
6758 * SAXresult/* : updated
6759
6760Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6761
6762 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6763 Closed bug #27499, added to regression tests
6764 * TODO: updated
6765
6766Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6767
6768 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6769 support for SCRIPT and STYLE with help from Bjorn Reese
6770 * test/HTML/* result/HTML/*: added simple testcase and updated
6771 the existing ones.
6772
6773Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6774
6775 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6776 string-range for empty strings
6777 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6778 test/XPath/xptr/strrange: augmented the XPointer testsuite
6779
6780Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6781
6782 * doc/xml.html doc/xmlmem.html: added a module describing memory
6783 interfaces and use, updated the main page.
6784
6785Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6786
6787 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6788 nanoftp code work on Windows too now
6789
6790Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6791
6792 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6793 * xpointer.c: implemented string-range() at least a good first version
6794 * test/XPath/docs/str test/XPath/xptr/strrange
6795 result/XPath/xptr/strrange: the string-range() tests
6796
6797Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * Makefile.am include/Makefile.am include/win32config.h
6800 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6801 and make distcheck
6802
6803Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6804
6805 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6806 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6807 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6808
6809Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6810
6811 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6812 patch for socklen_t detection by
6813 Albert Chin-A-Young <china@thewrittenword.com>
6814
6815Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6816
6817 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6818 and added a --dtdvalid option to xmllint used to test it
6819
6820Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6821
6822 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6823 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6824
6825Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6826
6827 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6828 handlings (registration, lookup, cleanup)
6829
6830Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6831
6832 * configure.in Makefile.am include/makefile.am: adding XPointer
6833 and XPtrtests target
6834 * xpointer.[ch] : new files for XPointer support
6835 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6836 more XPath tests
6837
6838Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6839
6840 * configure.in: fixed, very broken, make distcheck works again
6841
6842Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6843
6844 * More work toward 2.2.5, integrated a number of patches
6845 * configure.in Makefile.am win32config.h.in: trying to cleanup
6846 make distcheck .... huh ...
6847 * include/Makefile.am include/win32config.h: new directory
6848 for includes
6849 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6850 updated teh makefiles and instructions for WIN32
6851 * xpath.c: small fixes
6852 * test/XPath/ results/XPath: updated the testcases and results
6853 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6854 suggested patches
6855 * valid.c: fixed an ID bug
6856
6857Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6858
6859 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006860 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006861 * xpath.[ch]: worked on XPointer
6862
6863Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6864
6865 * configure.in Makefile.am: 2.2.5, ship the include in an
6866 include/libxml subdirectory, use symlinks when using CVS
6867 * testSAX.c: fixed small bug
6868 * testXPath.c: changed the way testfiles are parsed
6869 * debugXML.c: same kind of cleanup when parsing an argument expression
6870 XPath/XPointers can have blanks embedded
6871 * xpath.[ch]: more cleanup, reorgs for XPointer work
6872 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6873 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6874
6875Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6876
6877 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6878 in the XPath engine, rewrote large parts of it, now it's far
6879 cleaner and in sync with the REC not an old WD. Fixed a parsing
6880 problem in the interactive XML shell found when testing XPath.
6881
6882Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6883
6884 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6885 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6886 examples with the extra test
6887
6888Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6889
6890 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6891 the global init function.
6892
6893Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6894
6895 * HTMLparser.c: Doohhh, attribute name parsing was still case
6896 sensitive ! Fixed this ...
6897 * result/HTML/* : updated the tests results accordingly
6898
6899Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6900
6901 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6902 engine, should be far more stable, incorporated a new version of
6903 preceding/following axis, need testing
6904 * uri.c: fixed file:///c:/a/b/c problem
6905 * test/XPath/tests/idsimple: augmented the XPath tests
6906
6907Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6908
6909 * doc/* rebuilding docs for 2.2.4 release
6910
6911Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6912
6913 * configure.in: releasing 2.2.4
6914 * parser.[ch]: added xmlStrEqual()
6915 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6916 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6917 use xmlStrEqual instead
6918 * TODO: updated
6919 * added an XPath test
6920
6921Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6922
6923 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6924 * entities.h: exported xmlInitializePredefinedEntities
6925 * parser.[ch] : added xmlInitParser()
6926 * parserInternals.h : had to export htmlInitAutoClose()
6927
6928Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6931 problems
6932 * Makefile.am : added XPath regression tests to normal tests
6933 * uri.c: fixed a problem with local paths, cleanup
6934 * parser.c: fixed a problem with large CData sections
6935
6936Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * configure.in xml-config.in: patch from "Ben Taylor"
6939 <sol7x86@hotmail.com> for solaris shared libs lookup
6940
69412000-09-30 Martin Baulig <baulig@suse.de>
6942
6943 * libxml-2.0.pc.in: Provide pkg-config script.
6944
6945 * configure.in: Create the libxml-2.0.pc script from the
6946 libxml-2.0.pc.in templates.
6947 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6948 script in `$(libdir)/pkgconfig'.
6949
6950Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6951
6952 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6953 when compiling with MSC
6954
6955Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6956
6957 * xpath.c: patch for normalize-string() substring-before(),
6958 substring-after() and translate() functions from Bjorn Reese
6959 <breese@mail1.stofanet.dk>
6960 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6961 Fredrik Hallenberg <hallon@lysator.liu.se>
6962 * TODO: updated
6963
6964Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6965
6966 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6967 problem of socklen_t being undefined on a number of platforms
6968 * debugXML.c: fixed a compilation problem when without snprintf
6969
6970Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6971
6972 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6973 an URI bug and a fix for the control-character-induced infinite loop
6974 * nanohttp.c: preventive fix for compiling on WIN32
6975
6976Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6977
6978 * xmlint.c: closing bug #25000
6979
6980Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6981
6982 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6983 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6984 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6985 related function, fixing xmlStrncmp(), and associated cleanup
6986 * result/HTML/entities.html.sax: updating result
6987
6988Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6989
6990 * uri.c: applied patch for URI escaping from Wayne Davison
6991 <wayned@blorf.net>
6992 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6993 from Denis Barbier <barbier@imacs.polytechnique.fr>
6994 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6995 patch from Wayne Davison
6996
6997Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6998
6999 * doc/xml.html : updated with new releases, adding "how to help"
7000
7001Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7002
7003 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7004 removed a few warnings in pedantic mode ...
7005 * parserInternals.c parser.c: moved encoding switching function
7006 to parserInternals.c
7007 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7008
7009Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7010
7011 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7012 error or warning handlers
7013
7014Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7015
7016 * parserInternals.c parserInternals.h parser.c Makefile.am:
7017 created a new module parserInternals.c, moved most of the
7018 code shared by the various parsers there, as well as
7019 deprecated code from parser.c. More cleanup of parser.c
7020 * uri.c: fixed a problem when URI is NULL
7021 * valid.c: speedup when looking for an attribute declaration
7022
7023Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7024
7025 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7026 the cleanup of the computation of URI references when seeking
7027 external entities. The URI reference string and the resulting
7028 URI are both stored now.
7029 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7030 large s(n)printf checks and cleanup from Denis Barbier
7031 <barbier@imacs.polytechnique.fr>
7032 * xmlversion.h.in tree.h: couple of SGML declarations for a
7033 possible docbook module.
7034 * result/VC/ : a couple of test output changed due to the change
7035 of the entities URI
7036
7037Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7038
7039 * parser.h: added a _private field for linking user's data
7040
7041Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7042
7043 * parser.c parserInternals.h: demacroified most of the IS_XXX
7044 the gain in size is significant so ...
7045
7046Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7047
7048 * entities.c: cases where looking up entities with doc==NULL
7049 covered
7050
7051Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7052
7053 * uri.c: applied Wayne Davison patch
7054 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7055
7056Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7057
7058 * uri.c testUri.c: applied Wayne Davison patches
7059 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7060 * Makefile.in: added URItest and included thenin "make tests"
7061
7062Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7063
7064 * xmlversion.h.in: closed bug 22941
7065
7066Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7067
7068 * doc/xmlio.html: added doc and example for entity loader
7069 redefinition.
7070
7071Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7072
7073 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7074 used by libxml
7075
7076Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7077
7078 * parser.c: Fixed bug on invalid ontent characters and when using
7079 push.
7080 * xmllint.c: fixed xmllint endling of errors in push mode
7081
7082Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * HTMLparser.c testHTML.c: applied two new patches from
7085 Wayne Davison <wayned@users.sourceforge.net>
7086 * result/HTML/*.sax: regenerated HTML SAX output
7087 * parser.c: more cleanup.
7088
7089Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * HTMLparser.[ch] testHTML.c: applied the second set of
7092 patches from Wayne Davison <wayned@users.sourceforge.net>,
7093 adding htmlEncodeEntities()
7094 * HTMLparser.c: fixed an ignorable white space detection bug
7095 occuring when parsing with SAX only
7096 * result/HTML/*.sax: updated since the output is now HTML
7097 encoded...
7098
7099Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7100
7101 * HTMLparser.[ch]: applied some of Wayne Davison
7102 <wayned@users.sourceforge.net> patches
7103
7104Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7105
7106 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7107 undeclared namespace prefix was used, added a warning.
7108 Cleaned up support w.r.t. entities, spilling out a warning
7109 and being pedantic on lookups.
7110 * test/warning/ent9 : added testcase for previous example.
7111 * TODO: updated
7112 * parserInternals.h parser.c: changed the way names are parsed
7113 now allow infinite size and decrease penalty for normal use
7114 * parser.c: Started a big cleanup/check of the parser code,
7115 fixed some of the most tortuous entity code, spotted code
7116 unused anymore
7117 * test/*: added tests for very long names and related nasty
7118 things.
7119
7120Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7121
7122 * doc/encoding.html: added encoding aliases doc
7123 * doc/xml.html: updates
7124 * encoding.[ch]: added EncodingAliases functions
7125 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7126 bottleneck affecting large DTDs like Docbook
7127 * parser.[ch] xmllint.c: added a pedantic option, will be
7128 useful
7129 * SAX.c: redefinition of entities is reported in pedantic mode
7130 * testHTML.c: uninitialized warning from gcc
7131 * uri.c: fixed a couple of bugs
7132 * TODO: added issue raised by Michael
7133
7134Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7135
7136 * doc/encoding.html: propagated Martin Duerst suggestions
7137
7138Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7139
7140 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7141 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7142 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7143 by Wayne Davison
7144
7145Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7146
7147 * nanoftp.c nanohttp.c: small cleanup
7148 * TODO: updated
7149
7150Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7151
7152 * added an old VC testcase and updated title.xml entity
7153
7154Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7155
7156 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7157 done on auto-opening of <p> tags and cleanup of SAX output
7158
7159Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7160
7161 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7162
7163Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7164
7165 * doc/xml.html libxml.* structure.*: updated the doc a bit
7166
7167Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7170 of SAX tests
7171
7172Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7173
7174 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7175 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7176
7177Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7178
7179 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7180 * testHTML.c: fix core dump on Solaris 2.x systems
7181 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7182 * result/HTML/*.sax: previous bug fix lead to new results
7183
7184Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7185
7186 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7187 * configure.in: added --with-readline=DIR to accept alternate
7188 path for readline include/library
7189 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7190 for ANSI under HP-UX
7191 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7192 includes @LIBS@
7193
7194Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7195
7196 * doc/* : rebuilt the docs
7197 * getting ready for 2.2.2 release
7198
7199Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7200
7201 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7202 and xmlAddFeature()
7203 * tree.[ch]: added xmlAddChildList()
7204 * xmllint.c: MAP_FAILED macro test
7205 * parser.h: added xmlParseCtxtExternalEntity()
7206 * valid.c: applied bug fixes removed warning
7207 * tree.c: added CDATA block to elements content
7208 * testSAX.c: cleanup of output
7209 * testHTML.c: added SAX testing
7210 * encoding.c: better error recovery
7211 * SAX.c, parser.c: fixed one of the external entity processing
7212 of the OASis testsuite
7213 * Makefile.am: added HTML SAX regression tests
7214 * configure.in: bumped to 2.2.2
7215 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7216 SAX results
7217
7218Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7219
7220 * configure.in: patch for HP compiler
7221
72222000-08-04 Sven Heinicke <sven@zen.org>
7223
7224 * xmllint.c: Was coredumping sometimes when the file given didn't
7225 exist.
7226
7227Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7228
7229 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7230
7231 when using in memory parsing. Need some cleanup.
7232 * xmllint.c configure.in: added a --memory flag to test memory
7233 parsing
7234
7235Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7236
7237 * nanohttp.c: fixed socklen_t replacement to unsigned int
7238 * parser.c: fixed a space handdling missing at the end of
7239 production 28 DOCTYPE.
7240 * xmlmemory.c: fixed a stupid bug on the routine to override
7241 allocation functions
7242 * TODO: updated
7243
7244Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * doc/ regenerated the docs
7247
7248Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7249
7250 * doc/encoding.html doc/xml.html: added I18N doc
7251 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7252 improvements, both parser and filters, added ASCII & HTML,
7253 fixed the ISO-Latin-1 one
7254 * xmllint.c testHTML.c: added/made visible --encode
7255 * debugXML.c : cleanup
7256 * most .c files: applied patches due to warning on Windows and
7257 when using Sun Pro cc compiler
7258 * xpath.c : cleanup memleaks
7259 * nanoftp.c : added a TESTING preprocessor flag for standalong
7260 compile so that people can report bugs more easilly
7261 * nanohttp.c : ditched socklen_t which was a portability mess
7262 and replaced it with unsigned int.
7263 * tree.[ch]: added xmlHasProp()
7264 * TODO: updated
7265 * test/ : added more test for entities, NS, encoding, HTML, wap
7266 * configure.in: preparing for 2.2.0 release
7267
7268Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7269
7270 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007271 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007272
7273Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7274
7275 * doc/xml.html: changed the xmlsoft.org structure, updated the
7276 examples w.r.t. root and childs
7277
7278Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7279
Daniel Veillard784b9352003-02-16 15:50:27 +00007280 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007281
7282Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7283
7284 * HTMLparser.c: Work on character encoding support for the HTML parser
7285 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7286 * encoding.c: Fixed a potential memleak in the encoding stuff
7287
7288Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7289
7290 * doc/FAQ.html doc/Makefile.am : added a FAQ
7291
7292Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7295 of the HTML parser to force it to not bypass SAX
7296
7297Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * win32config.h.in: updated
7300 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7301 lacks iconv support :-( need to release 2.1.1
7302 * configure.in: release 2.1.1
7303 * HTMLparser: fixed bug #14784
7304 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7305 by Windows compiler
7306 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7307 the SAX startDocument() callback.
7308 * TODO: updated
7309
7310Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7311
7312 * added xmlStopParser()
7313
7314Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7315
7316 * configure.in: 2.1.0 prerelease
7317 * Large resync between W3C and Gnome tree
7318 * nanoftp, nanohttp.c: fixed stalled connections probs
7319 * HTMLtree.c SAX.c : support for attribute without values in
7320 HTML for andersca
7321 * valid.c: Fixed most validation + namespace problems
7322 * HTMLparser.c: start document callback for andersca
7323 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7324 * parser.h, SAX.c: serious speed improvement for large
7325 CDATA blocks
7326 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7327 different encoding
7328 * example/Makefile.am example/gjobread.c tree.h: work on
7329 libxml1 libxml2 convergence.
7330 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7331 and the LIBXML_TEST_VERSION macro
7332
7333Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7334
7335 * doc/xml.html: various patches and improvements typo fixed by
7336 Felix Natter
7337 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7338 from Felix Natter <fnatter@gmx.net>
7339
7340Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7341
7342 * doc/upgrade.html: updated with instructions for support of both
7343 libxml-1.x and libxml-2.x
7344 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7345 for 2.x support and also fixed includes
7346
7347
7348Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7349
7350 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7351 the encoding support, added iconv support, so now libxml if
7352 compiled with iconv automatically support japanese encodings
7353 among others. Work based on initial patch from Yuan-Chen Cheng
7354 I may have broken binary compat in the encoding handler
7355 registration scheme, but that was so utterly broken I don't
7356 expect anybody to have used this feature until now.
7357 * parserInternals.h: fixup on the CHAR range macro
7358 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7359 code.
7360 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7361 * uri.c: added xmlParseURI() I can't believe I forgot to
7362 implement this one in 2.0 !!!
7363 * SAX.c: moved doc->encoding update in the endDocument() call.
7364 * TODO: updated.
7365
7366Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7367
7368 * tree.h: removed extraneous xmlRemoveProp definition
7369 * TODO: added item about --disable-corba configure switch
7370 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7371 * nanoftp.c: fixed include problems giving troubles on AIX and
7372 slowlaris
7373 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7374 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7375 comment and headers changes to lower gtk-doc number of warnings
7376 * doc/html/*: rebuilt docs
7377
7378Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7379
7380 * HACKING: documented the tag for 1.x and instructions
7381
7382Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7383
7384 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7385 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7386 xmlCreateIOParserCtxt
7387 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7388 significant overall improvement
7389 * xmllint.c: added I/O test to xmllint
7390 * testSAX.c: added a speed test
7391 * doc/* : updated/regenerated
7392
7393Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7394
7395 * xpath.c uri.h parserInternals.h: cosmetic changes from
7396 "Timur I. Bakeyev" <timur@bat.ru>, including making
7397 xmlCreateURI() public
7398
7399Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7400
7401 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7402 and the code at the same time. Added a clean mechanism for
7403 overload or added input methods: xmlRegisterInputCallbacks()
7404 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7405 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7406 * TODO: updated
7407 * doc/* : updated/regenerated
7408 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7409 source dir
7410
7411Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7412
7413 * testURI.c: yet another forgotten commit, I should get some sleep !
7414
7415Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7416
7417 * xmllint.c: forgot to commit this too ?
7418
7419Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7420
7421 * xmlversion.h.in : forgot to commit this previously
7422
7423Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7424
7425 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7426 * README TODO: updated for release
7427 * uri.c uri.h: added authority parsing/saving
7428 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7429 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7430 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7431 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7432 Makefile.am : added compile-time customization of libxml
7433 --with-ftp --with-http --with-html --with-xpath --with-debug
7434 --with-mem-debug
7435 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7436 #include <libxml/xxx.h> I hope it won't break too much stuff
7437 and will be manageable in the future...
7438 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7439 and added xmllint to the installed programs
7440 * uri.h: added xmlFreeURI()
7441
7442Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7443
7444 * uri.c uri.h: finished the escaping handling, the base support
7445 and the URI path normalization. Looks good just lacks the
7446 authority content parsing code.
7447 * Makefile.am: added instructions to generate testURI
7448 * TODO: updated
7449 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7450 added links and icons for W3C and Gnome
7451
7452Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7453
7454 * xmlmemory.[ch] : seems I forgot to actually update the files in
7455 the last commit :-)
7456 * doc/xml.html doc/html/* : updated and uploaded the docs
7457
7458Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7459
7460 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7461 * TODO: updated
7462 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7463 libxml default allocation function with another set (like gmalloc/
7464 gfree).
7465 * Makefile.am, uri.c, uri.h: added a set of functions to do
7466 exact (litteraly copied from the RFC 2396 productions) parsing
7467 and handling of URI. Will be needed for XLink, one XML WFC,
7468 XML Base and reused in the nano[ftp/http] modules. Still work
7469 to be done.
7470
7471Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7472
7473 * configure.in, libxml.spec.in : libxml2
7474 * doc/* : updated the doc page, rebuilt the docs
7475
7476Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * all: tagged LIB_XML_1_X
7479 * *.c *.h : updated from W3C CVS tree
7480 * configure.in : 2.0.0-beta
7481 * libxml.spec.in : libxml2 package nam
7482 * result/* : new version of the tests output
7483
7484Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7485
7486 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7487
7488Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7489
7490 * doc/* : rebuilt the docs
7491 * parser.c: final patch on #6766
7492 * valid.c: small patch on validity checks.
7493
7494Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7497 added
7498 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7499 compatibility w.r.t. XML spec and existing code.
7500
7501Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * parser.c: seems a better solution to <a> </a> exists,
7504 will try it for a while
7505
7506Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7507
7508 * parser.c: tried to remove the <a> </a> generating <a/>
7509 this is hard. Left a flag for that purpose. Fixed bug #6766
7510 * configure.in: prepared 1.8.7 not released, due to previous
7511 problem
7512
7513Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7514
7515 * doc/xml.html : applied second patch from Paul DuBois
7516
7517Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7518
7519 * doc/xml.html : applied patch from Paul DuBois
7520
7521Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7522
7523 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7524
7525Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7526
7527 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7528 compilation warnings on various platforms.
7529 * parser.c: Fixed #5281 validity error callbacks are now desactived
7530 by default if not validating.
7531
7532Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7533
7534 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7535
7536Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7539 <gkatsi@cs.toronto.edu>
7540
7541Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7542
7543 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7544 processing URLs
7545
7546Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7547
7548 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7549 xmlNanoFTPUpdateURL for persistent control connections.
7550 * configure.in: 1.8.6
7551
7552Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7553
7554 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7555 * tree.[ch] : added xmlSaveNoEmptyTags
7556
75572000-01-29 James Henstridge <james@daa.com.au>
7558
7559 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7560
7561 * Makefile.am: added nanoftp.[ch] to the build.
7562
7563Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7564
7565 * nanoftp.[ch]: cleanup, comments, API
7566 * debugXML.c : fixed a bug in the cat command
7567 * doc/*: regenerated the docs
7568
7569Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7572 * debugXML.c : fixed a bug in the cat command
7573 * valid.c: fixing some small probs
7574 * libxml.spec.in: get rid of the SNAP suffix
7575 * doc/xml.html: updated the status
7576
7577Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7578
7579 * xml-config.in: xml-config --version to just return the
7580 version number
7581 * xpath.c: some cleanup w.r.t. axis when the current node is
7582 an attribute.
7583 * TODO: updated
7584
7585Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7586
7587 * configure.in: prepared for libxml-1.8.5
7588 * doc/* recompiled the documentation
7589
75902000-01-17 Jody Goldberg <jgoldberg@home.com>
7591
7592 * configure.in : WARNING autoconf subtlety alert :
7593 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7594 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7595 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7596 get defined by AC_CHECK_HEADERS.
7597
7598Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7599
7600 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7601 Rune.Djurhuus@fast.no
7602
7603Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7604
7605 * TODO: updated
7606 * tree.c, parser.c: made sure that only memory alloc problems
7607 and internal parser errors are allowed to write to stdout or
7608 stderr.
7609
7610Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7611
7612 * tree.c : restored xmlNewGlobalNs since this seems used by
7613 a lot of existing code :-(, fixed a bug in xmlNewNs
7614 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7615 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7616 to exit() from the library code.
7617 * xpath.c, parser.c: removed bugs or unused code detected by
7618 Windows compilers
7619 * parser.c: started adding interfaces for parsing well balanced
7620 XML fragments
7621 * configure.in: releasing 1.8.4
7622 * doc/* : rebuilt the docs
7623
7624Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7625
7626 * tree.[ch] : added xmlNewDocFragment() for DOM
7627 * testHTML.c: uninitialized variable.
7628
7629Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7630
7631 * doc/* : rebuild the docs
7632
7633Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7634
7635 * acconfig.h: readline and history patch
7636 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7637 * tree.c: added check and handling when possibly removing an ID
7638 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7639 and saving.
7640 * test/HTML/entities.html result/HTML/entities.html* : test for
7641 various entities reference cases
7642 * result/HTML/* : as a result output of some testcase have
7643 changed
7644 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7645 by previous example. added xmlParseTryOrFinish().
7646 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7647 entities.h debugXML.h HTMLparser.h: changed the way struct are
7648 declared to allow gtk-doc to expose those
7649 * parser.c: closed bug #4960
7650 * Makefile.am configure.in: Applied patch from
7651 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7652 and math/socket libs detection
7653
7654Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7655
7656 * configure.in, Makefile.am: link tester against readline
7657 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7658
7659Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7660
7661 * tree.[ch]: added xmlRemoveProp
7662 * win32config.h.in nanohttp.c: avoid including the Windows
7663 socket stuff in every C files
7664 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7665 the XmL parser(s)
7666 * test/ns4 result/ns4 etc...: added test case for previous prob
7667 * tree.c: xmlNewNs wasn't checking for double definition
7668 * Makefile.in: fixed a problem with dist-hook duplicates
7669 * parser.[hc], xmlIO.c: fixed the loading of external entities
7670 APIs, now xmlLoadExternalEntity() is used everywhere and
7671 setting up an app specific front-end using the
7672 * SAX.c parser.c: some fixes, now the xhtml spec validates
7673 with the xhtml DTD.
7674 * error.c: fixed crashes in case of no input stream
7675 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7676 to the validation tests and results
7677
7678Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7681 too htmlCreatePushParserCtxt() and htmlParseChunk()
7682 * parser.c: a bit of cleanup.
7683 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7684 to XML) removed the last mem leak known
7685 * HTMLtree.c: output message cleanup
7686 * xmlmemory.c: display content info about memory blocks
7687 * result/HTML/wired.* : missing att value warning change
7688
7689Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7690
7691 * doc/* : rebuilt the documentation
7692
7693Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7694
7695 * parser.[ch] parserInternals.h: Push parser for XML,
7696 seems to work fine now
7697 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7698 --push for push testing
7699 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7700 * testSAX.c: added --push
7701 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7702 subtree
7703 * xmlIO.[ch] : enriched API + fixes for push mode
7704 * entities.[ch]: added the entity content length to the struct.
7705 * xmlmemory.[ch]: new API to show the last entries for the shell
7706 * valid.c: added required attribute testing
7707 * SAX.c: the cdata callback now merge contiguous fragments
7708 * HTMLparser.c: cleanup of some macros
7709
7710Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7711
7712 * parser.c: fix for PIs name starting with xml
7713 * tree.c: fixed a potential problem with || and && ops
7714 * *.c, configure.in win32config.h.in : generate win32config.h for
7715 those on the Other Side !
7716
7717Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7718
7719 * parser.c: fixed a stupid = vs. == bug :-(
7720 * doc/gnome-xml.sgml: s/glade/xml/
7721
7722Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7723
7724 * configure.in, doc/xml.html : bug fix release 1.8.2
7725 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7726 Hopefully the end of that silly C++ include problem
7727 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7728 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7729 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7730 troubles with autoclosed elements when the stree shape doesn't
7731 follow the DtD specs. Added htmlIsAutoClosed() and
7732 htmlAutoCloseTag()
7733 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7734 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7735 * debugXML.c: fixed a bug on printing default namespaces.
7736 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7737
7738Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7739
7740 * result/HTML/*.htm[l] : updated the HTML regression tests according
7741 to the new output
7742 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7743 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7744 problem due to intermix of extern "C" { ... } declarations for C++
7745 and recursive includes in the headers
7746
77471999-12-20 Chris Lahey <clahey@umich.edu>
7748
7749 * HTMLtree.c: Made it so that html nodes with a single child do
7750 not insert a carriage return before or after the child node.
7751
7752Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7753
7754 * configure.in, doc/xml.html : bug fix release 1.8.1
7755 * parser.c: fixed bug #4344
7756 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7757 added the glue to avoid C++ problems
7758 * doc/* : regenerated the documentation
7759
7760Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7761
7762 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7763 namespace recognition, and Dia as a resul :-(
7764 * encoding.c: closed bug #3950
7765
7766Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7767
7768 * valid.c: debugging a posteriori validation, except URI expansion
7769 stuff this should be fixed now
7770 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7771 Carl Nygard <cnygard@bellatlantic.net>
7772 * tester.c: added --postvalid, cleaning of the code
7773 * tree.[ch]: added xmlDocGetRootElement()
7774
7775Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7776
7777 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7778 c++ losage.
7779
7780Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7781
7782 * configure.in, doc/xml.html : bumped to 1.8.0
7783 * xlink.[ch], Makefile.am : added framework for link detection
7784 * parser.h: added nbChars to parser context, needed for cleanup.
7785 * xmlmemory.c: removed a nasty bug when out of mem
7786 * valid.[ch]: adding namespace support for attribute decl
7787 * tester.c: added --debugent option
7788 * debugXML.[ch]: added xmlDebugDumpEntities()
7789 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7790 buffers instead, this was really needed, validation was breaking
7791 in strange ways due to that. Added xmlParseStringPEReference()
7792 and other parsing from strings functions. Entities processing
7793 modified again, but PERef are still not handled correcly but
7794 unless you're Eve Maller you won't notice :-)
7795 * HTMLparser.c: large changes toward reliability, and switched to
7796 lowercase internal tags, XHTML is lowercase, so it will help
7797 that output is closer to next version.
7798 * doc/* : regenerated the documentation, it is now hosted at
7799 http://xmlsoft.org/ (same bits I just bought the domain :-)
7800
7801
7802Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7803
7804 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7805 doc generation
7806 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7807 in the SAX API
7808 * doc/*: rebuilt the doc making sure everything appears in the
7809 HTML files
7810
7811Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7812
7813 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7814 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7815 which allow impressive speed improvement on dataset with
7816 large text pieces, but at the cost of broken binary
7817 compatibility and slightly bigger memory usage.
7818 Configure with --with-buffers to activate them, they
7819 are protected with XML_USE_BUFFER_CONTENT define.
7820 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7821 goal is 0 memory left allocated once parser is no more used
7822 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7823 call xmlCleanupParser() and xmlMemoryDump()
7824
7825Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7826
7827 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7828 * parser.[ch] encoding.[ch]: added memory cleanup routines
7829 * parser.c: closing bug #3788
7830 * doc/*: rebuilt the doc
7831
7832Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7833
7834 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7835 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7836 * tester.c: added --compress option
7837 * doc/*: rebuilt the documentation
7838
7839Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7840
7841 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7842 if given /proc/kcore as input !
7843 * doc/xml.html doc/*: updated and rebuilt the documentation
7844
7845Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7846
7847 * parser.c: Fixed some wrongly space collapsing code due to
7848 a misreading of the spec.
7849 * result/*: fixed the output accordingly
7850
7851Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7852
7853 * encoding.c: bug fix and typos
7854 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7855 * parser.c: added attribute normalization closing bug #3597
7856 * test/att* result/att* SAXresult/att*: testcase for attribute
7857 normalization
7858
7859Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7860
7861 * configure.in: closing bug #3163 by adding extra flags for the
7862 cc compiler on HP-UX
7863
7864Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7865
7866 * valid.[ch] : removed a typo and an enumerated type bug in the
7867 xmlAddElementDecl() function
7868 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7869 call to xmlEncodeEntitiesReentrant() so that the functions
7870 New, Set and Get are at the same level.
7871 * parser.c HTMLparser.c: extra memory allocation bug for
7872 attributes detected by someone using libxml in embedded systems :-)
7873
7874Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7875
7876 * xmlmemory.h: turned off mem debug :-\
7877
7878Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7879
7880 * parser.c: closed bug #2784 a one line fix, but worth pushing
7881 a new release out
7882 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7883 some structures, comments before and after the
7884 main element, and other nastyness
7885 * HTMLtree.c tree.c: accomodate the extended HTML supported
7886 * configure.in: pushing 1.7.4
7887 * test/ent8 and related outputs : added a new test for bug #2784
7888 * test/HTML/wired.html and related output: a nasty HTML example
7889 * Makefile.am: improved the test scripts
7890 * docs/* : reran the documentation extractor, updated xml.html
7891
7892Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7893
7894 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7895 HTMLparser and debugged the HTML related code. HTML documents
7896 now have their own type
7897 * entities.c: do not dump &apos; for HTML output
7898 * xmlmemory.c: improvement, breakpoint mechanism
7899 * testHTML.c: added --sax --repeat ...
7900 * Makefile.am: improved the HTML tests
7901 * valid.[ch]: added xmlValidGetValidElements and
7902 xmlValidGetPotentialChildren
7903 * tester.c: added --insert to test the 2 new functions
7904 * test//* result//* SAXresult//* : regression test cleanup
7905 and extension.
7906 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7907 gnome-xml-nanohttp.html
7908
7909Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7910
7911 * HTMLparser.c: fixed problems with some autoclose tags
7912 * tree.c: fixed XML output problems.
7913 * result/* SAXresult/*: update of the tests output
7914
7915Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7916
7917 * Makefile.am: Arturo patch for xmlConf.sh version info
7918 * parser.c: Tim Josling patch for single quoted items
7919 * tester.c: Tim Josling patch for tester options usage
7920 * tree.h: indent cleanup
7921
7922Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7923
7924 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7925 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7926
7927Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7928
7929 * tree.c : Raph patch for initialization of CORBA fields
7930 * parser.c, xpath.c, ...: modification of doc comments
7931 * xpath.c : allow spaces in xpath expressions
7932
7933Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7934
7935 * xmlmemory.h: turning off memory debug :-(
7936
7937Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7940 better SAX interfaces.
7941 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7942 entity.
7943 * configure.in: 1.7.2
7944
7945Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7946
7947 * libxml.spec.in: fixed the URL
7948 * doc/xml.html: improved the documentation front-end
7949
7950Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7951
7952 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7953
7954Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7955
7956 * libxml.spec.in: fixed the alpha compile problem
7957 * parser.[ch]: changed errno to errNo in the parser context :-(
7958 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7959 * doc/xml.html: changed CHAR to xmlChar
7960 * doc/html/*: recompiled the documentation
7961 * configure.in: 1.7.1
7962
7963Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7964
7965 * parser.h: modified the parser context struct to regain 1.4.0
7966 binary compatibility
7967 * parser.c, xml-error.h: added errno ot teh context and defined
7968 a set of errors values with update of errno
7969 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7970 DTDs and entities
7971 * *.h, *.c: complete cleanup of the use of config.h and include
7972 protection depending on the current setup.
7973 * overalll debugging, maintenance and bug-fixing on all modules
7974 * updated the documentation
7975 * ready for 1.7.0
7976
7977Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7978
7979 * HTMLparser.c : cleanup
7980 * SAX.c valid.c valid.h: added ID/IDREF checking
7981 * tree.c tree.h: extended doc structure for refs
7982 * configure.in: 1.6.2
7983 * parser.c: patched bug in SAX user arg call
7984 * parserInternals.h: patched missing close in C++ wrapping
7985 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7986 especially upcoming XPointer implementation.
7987 * doc/xml.html: augmented, typo
7988
7989Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7990
7991 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7992 not all invocations of install understand -d.
7993
7994Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7995
7996 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7997 to make 'check' works, when builddir != srcdir.
7998
7999Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8000
8001 * doc/xml.html : updated the documentation
8002
8003Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8004
8005 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8006 not deallocated memory blocks
8007 * *.c : replaces all calls to malloc() free() and realloc() to
8008 the wrapper functions/macros
8009 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8010 instead of xmlFreeNodeList()
8011
8012Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8013
8014 * HTMLparser.c: corrected a stupid bug leading to core dump at
8015 tree deallocation. Removed warnings indicated by
8016 Stephane.Conversy@lri.fr
8017 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8018 looked for in the external subset
8019
8020Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8021
8022 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8023 on SGI by Stephane.Conversy@lri.fr
8024
8025Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * all .h : changed the prototype declaration indent as in gtk
8028 * most .c : working on reducing the TODOs in the code
8029 * most .c : cleanup though -pedantic and Insure++
8030 * improvements on validation ID checkings.
8031 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8032 * xml-config.in: closed #1810
8033
8034Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8035
8036 * tree.h, valid.c, valid.h: more work on validity, IDs
8037 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8038 definition for AIX
8039
8040Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8041
8042 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8043 the distribution due to a cut'n paste error at last commit
8044
8045Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8046
8047 * configure.in: upgraded to version 1.4.0
8048 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8049 Big update, added a large part of the validation process,
8050 it should be usable, but some parts are missing
8051 * xpath.c: improved the implementation w.r.t. root.
8052 * Makefile.am: added more tests
8053 * test and result trees: added a lot of tests
8054 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8055
8056Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8057
8058 * Added an HACKING file
8059
8060Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8061
8062 * xpath.[ch] : improvements and debug of the XPath implementation
8063 * parser.c, HTMLparser.c : modified the parsers to be progressive
8064 * tree.[ch] : extended the Buffer promitives
8065 * xmlIO.[ch] : added basic I/O routines providing progressive
8066 parsing and ready for I18N conversion plugins
8067 * SAXresult/* : the SAX callback sequence maybe slightly different
8068 now
8069 * test*.c : improved/updated the tests programs
8070 * doc/* : recompiled the docs.
8071
80721999-07-26 Michael Meeks <michael@edenproject.org>
8073
8074 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8075
8076 * tree.c: Ditto.
8077
8078Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8079
8080 * configure.in: upgraded to version 1.4.0
8081 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8082 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8083 XML query language, see http://www.w3.org/TR/xpath for more details.
8084 * parser.c, parser.h: added CHAR* related string functions for XPath
8085 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8086 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8087 rebuild the docs.
8088 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8089 and regression testing capabilities for XPath.
8090
8091Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8092
8093 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8094 closing bug #1646
8095
8096Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8097
8098 * Makefile.am, example/Makefile.am: closed bug #1683
8099
8100Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8101
8102 * example/Makefile.am, configure.in: added the makefile for the
8103 gjobread example
8104
8105Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8106
8107 * doc/Makefile.am:
8108 - fix which allow "make install DESTDIR=</install/prefix>".
8109
8110Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8111
8112 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8113 which fixed a problem on the file reading-code.
8114
8115Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8116
8117 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8118 output.
8119 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8120
8121Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8122
8123 * parser.h : Oops removed the binary compatibility problem
8124 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8125 * parser.c, HTMLparser.c: applied patches for reading from stdin
8126
8127Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * parser.c, entities.c, valid.c: cleanup bug #1591
8130 * configure.in: cleanup bug #1592
8131 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8132 the same tree back-end. Hence gdome will be available for it.
8133 * doc/Makefile.am: close bug #617
8134
8135Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8136
8137 * parser.c: alloctate a per parser context SAX interface block
8138
8139Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8140
8141 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8142 and xmlEncodeEntitiesReentrant with the correct one :-\
8143
8144Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8145
8146 * commit of my internal XML base changes, quite a lot of
8147 changes, cleanups, better entities support, framework for
8148 new I/O and charset detection and handling
8149 * Fixed the configure/Makefile stuff to generate shared libs
8150 with the proper version info, so we jumped on rev from
8151 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8152 xmlEncodeEntities() result need to be freed now, and a string
8153 xmlParserVersion provide the current library version.
8154
8155Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8156
8157 * parser.c: fixed a buffer overrun for when you have a very long
8158 attribute with no entities in it.
8159
8160Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8161
8162 * added example directory
8163 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8164
8165Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8166
8167 * Release of libxml-1.1, nearly everything has been touched for
8168 this.
8169 * Added more regression tests
8170 * Updated the documentation
8171
8172Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8173
8174 * tree.[ch]: unified the XML_NO_CORBA defines.
8175 * parser.c encoding.[ch]: started plugging in char encoding detection
8176
8177Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8178
8179 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8180 Also freed allocated buffer.
8181
8182Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8183 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8184 reentrancy problem at printing. One is left in entities.c, to
8185 remove ASAP
8186 * testSAX.c : added a test example showing the use of the SAX
8187 interface if one doesn't want to build the DOM tree.
8188 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8189
8190Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8191
8192 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8193 large revamping of the parser to use SAX callbacks
8194 http://www.megginson.com/SAX/ (or at least a C like interface
8195 a la Expat). It's now possible to set up your own callbacks
8196 and the parser will not build a DOM tree.
8197 * test/* result/*: updated the test suite, I finally removed
8198 the old Namespace draft support (PI based).
8199
8200Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8201
8202 * Makefile.am: added test result to EXTRA_DIST for make tests
8203
8204Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8205
8206 * parser.c, parserInternals.h: moved the chars macro definitions
8207 to parserInternals.h
8208 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8209 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8210
8211Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8212
8213 * xml-config.in : applied patch to make --version work
8214
82151999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8216
8217 * Makefile.am (check-local): Alias for `tests' target. This will
8218 cause `make check' to do the right thing.
8219 (tests): Don't run tests in srcdir. Also, replaced calls to
8220 basename with a `sed' "equivalent".
8221
8222Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8223
8224 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8225 it in the header and not the sources, updated the doc.
8226 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8227 pointing this out.
8228
8229Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8230
8231 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8232 exported the inputStream routines.
8233 * doc/html/* : updated accordingly
8234
8235Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8236
8237 * parser.c, parser.h, parserInternals.h: added a few extra
8238 internal calls to allocate and free parser contexts ...
8239 * doc/html/* : updated accordingly
8240
8241Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8242
8243 * configure.in, Makefile.am, doc/makefile.am : General changes for
8244 1.0.0 release and including the generated HTML documentation.
8245
8246Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8247
8248 * makefile.am : added parserInternals.h, oops.
8249
8250Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8251
8252 * parserInternals.h: added this header giving access to the parser
8253 internal functions.
8254 * doc/Makefile.am : added a rebuild target which rebuilds the full
8255 set of documentations
8256 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8257 the internal subset.
8258 * *.c *.h: modifications needed to generate the documentation using
8259 gtk-doc, cleanup of functions blocks, reorganisation of struct
8260 declarations.
8261
8262Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8263
8264 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8265 the tar and spec file to include the beginning of the doc.
8266
82671999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8268
8269 * doc/.cvsignore: Added this file.
8270
8271Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8272
8273 * tree.c: fixed xmlGetProp to return "" when the attribute
8274 exists, even if the node-list is NULL.
8275
8276Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8277
8278 * tree.c: patched an error outputting empty attribute values.
8279 * Makefile.am and doc/makefile.am: have been updated during the
8280 week-end. Sorry for an empty CVS log, I got a shell problem.
8281
8282Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8283
8284 * tree.h: cleaned up using enums instead of defines
8285 * parser.c, valid.[ch]: more work on parsing/output of element
8286 declarations
8287
8288Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * valid.[ch], tree.c, parser.c : more work toward full parsing
8291 of XML DTDs.
8292 * README: added informations about mailing-list and on-line
8293 documentation
8294
82951999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8296
8297 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8298
8299Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8300
8301 * parser.c, tree.[ch] : more work toward conformance testing,
8302 added a last element to accelerate parsing of very flat structures
8303 started working on internal subset Element content declaration.
8304 * valid.[ch] : first cut at adding code toward validation.
8305 * previous changes had also small impact on most files, especially
8306 the conformance testing using James Clark test suite.
8307
8308Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * test/* : updated the examples, most of them were not well
8311 formed (humm), and added rdf2.
8312 * result/* : resulting changes in the output.
8313
8314Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8317
8318Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8319
8320 * tree.c: patched a bug in the generation of empty attributes
8321
8322Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8323
8324 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8325 for node/trees/documents/... Biggest problem is namespace
8326 support when copying subtrees.
8327
8328Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8329
8330 * parser.c, entities.c: improve entities and char ref encoding,
8331 and cleanups of error messages.
8332
8333Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8334
8335 * parser.c, entities.c: simple bug hunting done during rpm2html and
8336 rpmfind integration.
8337
8338Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8339
8340 * parser.[ch]: Added interfaces allowing to specify a SAX
8341 handler before parsing.
8342
8343Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8344
8345 * parser.c: redirrect all errors reporting through the SAX
8346 error function
8347
8348Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8349
8350 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8351 * libtool, tlmain ...: update of the libtool files
8352
83531998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8354
8355 * entities.c: Use g_snprintf insteda of snprintf.
8356
8357Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8358
8359 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8360 added ent5 test for this purpose.
8361 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8362
8363Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8364
8365 * parser.c: fixed? a strange error due to compression on a GWP
8366 document.
8367
8368Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8369
8370 * tree.[ch]: bug fixing
8371 * entities.[ch]: defined a specific type for predefined entities
8372 * doc/xml.html: more documentation on the library, how to use it,
8373 overview of the interfaces.
8374
8375Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8376
8377 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8378
8379Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8380
8381 * tree.c: corrected a small bug
8382 * doc/xml.html: continuing writing documentation.
8383
8384Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8385
8386 * debugXML.h debugXML.c: added debugging utilities.
8387 * tester.c: added --debug switch.
8388 * tree.c: patched an incorrect node->type assignment.
8389 * parser.c: formatting, ensure that node->doc != NULL in attributes
8390
8391Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8392
8393 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8394 entity support and provide an internal representation close to
8395 DOM one (entity ref nodes, and attribute value as tree). I tried
8396 to preserve the interface but this will surely break some apps
8397 (I have to change rpm2html/rpmfind for example). I had to change
8398 two interfaces, and the generated tree is somewhat different.
8399 * doc/* : started documenting the XML library, the tree and
8400 DOM/Corba. This is a first step.
8401
8402Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * parser.c: Set up the fonctions comment block, boring but useful.
8405 * parser.h, SAX.c, parser.c: now attributes are processed through
8406 the SAX interface. The problem is that my SAX interface diverged
8407 quite a bit from the original one, well this is not an official
8408 spec, and translating it from Java to C is hairy anyway...
8409
8410Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8411
8412 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8413 fonctions comment block, boring but useful.
8414
8415Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8416
8417 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8418 conversion routines. However they are not yet used to convert the
8419 inputs. The core will run with UTF-8.
8420
8421Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * tree.c : make sure that the type id is properly set-up when
8424 a new object is allocated, needed for DOM.
8425
8426Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8427
8428 * tree.h, tree.c: Ok, the main objects in the tree will be native
8429 corba objects, it costs 8 bytes per Node, Attribute and Document
8430 but it simplifies the Corba integration a lot (no extra interface
8431 objects to allocate/free).
8432
8433Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8434
8435 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8436 and changed NODEs contants for conformity with DOM Level 1
8437
8438Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8439
8440 * added hooks to keep track of servants when creating objects
8441 xmlDoc and xmlNode (for Corba export).
8442
8443Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8444
8445 * added xml-config script.
8446
8447Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8450 to autoupdate libtool and automake conf files.
8451
84521998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8453
8454 * Makefile.am: Use '?' to separate the sed
8455 commands as ',' is used when people pass -Wl,something.
8456
8457
8458Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8459
8460 * tree.c, tree.h: added a per-document compression interface.
8461
8462Tue Sep 22 20:47:38 EDT 1998
8463
8464 * tree.c, tree.h: added saving with compression and added interfaces
8465 to control the compression level (xmlGetCompressMode,
8466 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8467
8468Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8469
8470 * parser.c: corrected a loop for files of size 0
8471
84721998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8473
8474 * error.h: New file. Contains prototyes from `error.c'.
8475
8476Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8477
8478 * Makefile.am (xmlincdir): New macro.
8479 (xmlinc_HEADERS): Renamed from include_HEADERS.
8480
8481Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8482
8483 * applied small patch on numeric entities from
8484 Christopher Blizzard <blizzard@appliedtheory.com>
8485
8486Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8487
8488 * New release 0.2, removed the old xml_* files so that it's
8489 coherent with the other CVS base (W3C), far better conformance
8490 to standard, new namespaces, decent entities support, beginning
8491 of a SAX-like interface. Nearly nothing left intact, even the
8492 test examples ...
8493
84941998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8495
8496 * .cvsignore: Add .deps dir
8497
8498Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8499
8500 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8501
8502Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8503
8504 * configure.in: added test for CPP
8505 * AUTHORS, Changelog: the original ones didn't get commited but the
8506 glib ones instead, fixed.
8507 * Makefile.am: corrected an error in library naming
8508
8509Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8510
8511 * integrated code developped at W3C
8512 * changed the original Copyright
8513 * migrated to automake
8514 * prefixed the filenames by xml_ to avoid filename clashes
8515
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008516Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8517
8518 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8519 should not be called.
8520
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008521Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8522
8523 * libxml-2.0.pc.in: applied the patch to fix #101894
8524
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008525Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8526
8527 * tree.c : applied patch from Lukas Schroeder for register callbacks
8528 * valid.c: modified patch from Lukas Schroeder to test
8529 register callbacks with --chkregister
8530
Daniel Veillard067bae52003-01-05 01:27:54 +00008531Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8532
8533 * xmlreader.c: seriously changed the way data are pushed to
8534 the underlying parser, go by block of 512 bytes instead of
8535 tryng to detect tag boundaries at that level. Changed the
8536 way empty element are detected and tagged.
8537 * python/tests/reader.py python/tests/reader2.py
8538 python/tests/reader3.py: small changes mostly due to context
8539 reporting being different and DTD node being reported. Some
8540 errors previously undetected are now caught and fixed.
8541 * doc/xmlreader.html: flagged last section as TODO
8542
Daniel Veillard51a447a2003-01-04 19:42:46 +00008543Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8544
8545 * python/libxml.py: integrated the Python 2.2 optimizations
8546 from Hannu Krosing, while maintaining compatibility with
8547 1.5 and 2.1
8548
Daniel Veillarde59494f2003-01-04 16:35:29 +00008549Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8550
8551 * xmllint.c: a bit of cleanup
8552 * xmlreader.c: small fix
8553 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8554 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8555
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008556Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8557
8558 * python/setup.py.in: patch from Stéphane Bidoul to include
8559 drv_libxml2.py in setup.py
8560
Daniel Veillard66b82892003-01-04 00:44:13 +00008561Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8562
8563 * doc/xmlreader.html: starting documenting the new XmlTextReader
8564 interface.
8565
Daniel Veillard7704fb12003-01-03 16:19:51 +00008566Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8567
8568 * xmllint.c: added the --stream flag to use the TextReader API
8569 * xmlreader.c: small performance tweak
8570
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008571Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8572
8573 * xmlreader.c python/tests/reader2py: okay the DTD validation
8574 code on top of the XMLTextParser API should be solid now.
8575
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008576Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8577
8578 * xmlreader.c python/tests/reader2py: Fixing some more mess
8579 with validation and recursive entities while using the
8580 reader interface, it's getting a bit messy...
8581
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008582Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8583
8584 * xmlreader.c python/tests/reader.py: another couple of problem
8585 related to IsEmptyElement reported by Stéphane Bidoul needed
8586 some fixes.
8587
Daniel Veillard4f860202003-01-02 13:00:02 +00008588Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8589
8590 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8591 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8592 based on the python XmlTextReader interface.
8593
Daniel Veillard3c265e42003-01-01 21:06:49 +00008594Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8595
8596 * tree.c: backing out one change in the last patch which broke the
8597 regression tests
8598
Daniel Veillard5335dc52003-01-01 20:59:38 +00008599Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8600
8601 * global.data globals.c tree.c include/libxml/globals.h: applied
8602 an old patch from Lukas Schroeder to track node creation and
8603 destruction. Probably missing a lot of references at the moment
8604 and not usable reliably.
8605
Daniel Veillard8ba17412003-01-01 19:13:12 +00008606Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8607
8608 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8609 from doc/news.html and a stylesheet
8610
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008611Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8612
8613 * xmlreader.c python/tests/reader.py: fixed another couple of
8614 xmlreader bugs reported by Stéphane Bidoul and added tests.
8615
Daniel Veillard9e395c22003-01-01 14:50:44 +00008616Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8617
8618 * xmlreader.c python/tests/reader2.py: fixed another validity
8619 checking in external parsed entities raised by Stéphane Bidoul
8620 and added a specific regression test.
8621 * python/tests/reader3.py: cleanup
8622
Daniel Veillardd5896142002-12-31 14:45:26 +00008623Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8624
8625 * xmlreader.c python/tests/reader2.py: fixed a problem with
8626 validation within entities pointed by Stéphane Bidoul, augmented
8627 the tests to catch those.
8628
Daniel Veillarddc85f282002-12-31 11:18:37 +00008629Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8630
8631 * python/generator.py: modified the generator to allow keeping
8632 class references when creating new classes, needed to fix a bug
8633 pointed by Stéphane Bidoul where the input buffer of the
8634 xmlTextReader instance gets destroyed if the python wrapper for
8635 the input is not referenced anymore.
8636
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008637Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8640 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8641
Daniel Veillard571b8892002-12-30 12:37:59 +00008642Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8643
8644 * xmlreader.c python/tests/reader.py: fixed another problem
8645 pointed by Stéphane Bidoul
8646
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008647Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8648
8649 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8650 with "<a/>"
8651
Daniel Veillardecaba492002-12-30 10:55:29 +00008652Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8653
8654 * SAX.c: warn on xmlns:prefix="foo"
8655 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8656 for namespace attributes handling.
8657
Daniel Veillard2d84a892002-12-30 00:01:08 +00008658Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8659
8660 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8661 a really nasty problem raised by a DocBook XSLT transform
8662 provided by Sebastian Bergmann
8663
Daniel Veillard29b3e282002-12-29 11:14:41 +00008664Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8665
8666 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8667 by Stéphane Bidoul and integrated it into the tests
8668
Daniel Veillarde18fc182002-12-28 22:56:33 +00008669Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8670
8671 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8672 extended the XmlTextReader API a bit, addding accessors for
8673 the current doc and node, and an entity substitution mode for
8674 the parser.
8675 * python/libxml.py python/libxml2class.txt: related updates
8676 * python/tests/Makefile.am python/tests/reader.py
8677 python/tests/reader2.py python/tests/reader3.py: updated a bit
8678 the old tests and added a new one to test the entities handling
8679
Daniel Veillardaba976d2002-12-28 21:14:18 +00008680Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8681
8682 * python/generator.py python/libxml2class.txt
8683 python/tests/reader.py python/tests/reader2.py: changed the
8684 generator to provide casing for the XmlTextReader similar to
8685 C# so that examples and documentation are more directly transposable.
8686 Fixed the couple of tests in the suite.
8687
Daniel Veillard83298842002-12-28 15:12:33 +00008688Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8689
8690 * doc/guidelines.html: added a document on guildeline for
8691 publishing and deploying XML
8692
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008693Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8694
8695 * valid.c xmlreader.c: final touch running DTD validation
8696 on the XmlTextReader
8697 * python/tests/Makefile.am python/tests/reader2.py: added a
8698 specific run based on the examples from test/valid/*.xml
8699
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008700Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8701
8702 * python/libxml.py: added a few predefined xmlTextReader parser
8703 configuration values.
8704
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008705Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8706
8707 * python/libxml_wrap.h: trying to fix #102037
8708
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008709Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8710
8711 * SAX.c: fixing bug #95296, when the predefined entities
8712 are redefined in the DTD the default one must be used
8713 instead anyway.
8714
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008715Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8716
8717 * doc/xmllint.xml
8718 * doc/xmllint.1
8719 Add discussion of XML_DEBUG_CATALOG to xmllint man
8720 page - bug #100907
8721
8722
Daniel Veillarddf512f42002-12-23 15:56:21 +00008723Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8724
8725 * xmlreader.c: Fixed the empty node detection to avoid reporting
8726 an inexistant close tag.
8727
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008728Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8729
8730 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8731 for Python 2.1
8732
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008733Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8734
8735 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8736
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008737Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8738
8739 * doc/libxml2-api.xml python/tests/reader.py: one really need
8740 to provide the base URI information when creating a reader parser
8741 from an input stream. Updated the API and the example using it.
8742
Daniel Veillardea7751d2002-12-20 00:16:24 +00008743Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8744
8745 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8746 include/libxml/valid.h include/libxml/xmlreader.h: working on
8747 DTD validation on top of xml reader interfaces. Allows to
8748 validate arbitrary large instances. This required some extensions
8749 to the valid module interface and augmenting the size of xmlID
8750 and xmlRef structs a bit.
8751 * uri.c xmlregexp.c: simple cleanup.
8752
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008753Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8754
8755 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8756 work on the xml reader interfaces.
8757 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8758 Web page for the Windows binaries.
8759
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008760Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8761
8762 * xmlIO.c: applied a patch for VMS following the report by
8763 Nigel Hall
8764
Daniel Veillard3772de32002-12-17 10:31:45 +00008765Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8766
8767 * parser.c: the parseStartTag bug fix wasn't complete.
8768
Daniel Veillard67df8092002-12-16 22:04:11 +00008769Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8770
8771 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8772 parseStartTag, fixing it.
8773 * test/att4 result/att4 result/noent/att4: adding the test
8774 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8775 more methods to XmlTextReader.
8776
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008777Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8778
8779 * win32/libxml2.def.src: added more xml reader exports
8780 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8781 to the build
8782
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008783Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8784
8785 * doc/tutorial/xmltutorial.xml
8786 plus generated html and pdf
8787 Updating tutorial again based on further comments from Niraj
8788 Tolia on the last iteration
8789
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008790Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8791
8792 * doc/tutorial/xmltutorial.xml
8793 * doc/tutorial/includekeyword.c
8794 * doc/tutorial/includegetattribute.c
8795 plus generated html and pdf
8796 Adding fix from Niraj Tolia to tutorial to properly free memory.
8797
8798
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008799Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8800
8801 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8802 more methods of XmlTextReader.
8803 * python/libxml2class.txt python/tests/reader.py: this increased the
8804 methods in the bndings, augmented the test to check those new
8805 functions.
8806
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008807Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8808
8809 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8810 methods of XmlTextReader.
8811 * python/generator.py python/libxml_wrap.h python/types.c
8812 python/libxml2class.txt: added the reader to the Python bindings
8813 * python/tests/Makefile.am python/tests/reader.py: added a specific
8814 test for the Python bindings of the Reader APIs
8815 * parser.c: small cleanup.
8816
Daniel Veillard06503452002-12-13 10:42:08 +00008817Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8818
8819 * xinclude.c: fallback was only copying the first child not the
8820 full child list of the fallback element, closes #89684 as reopened
8821 by Bernd Kuemmerlen
8822
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008823Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8824
8825 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8826
Daniel Veillard000eafb2002-12-12 10:04:22 +00008827Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8828
Daniel Veillardc1eed322002-12-12 11:01:32 +00008829 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008830 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008831 gives enum values, fix functype return type, put back fields in
8832 structs
8833 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008834
Daniel Veillard024b5702002-12-12 00:15:55 +00008835Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8836
8837 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8838 about htmlNodeDumpOutput location.
8839 * xpath.c: removed an undefined function signature
8840 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8841 too many symbols in the API breaking the python bindings.
8842 Updated with the libxslt/libexslt changes.
8843
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008844Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
8846 * configure.in: preparing release of 2.4.29
8847 * doc/*: rebuilt the docs and API
8848 * xmlreader.c: a few more fixes for the XmlTextReader API
8849
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008850Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8851
8852 * include/win32config.h: applied mingw patch from Magnus Henoch
8853
Daniel Veillard5aad8322002-12-11 15:59:44 +00008854Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8855
8856 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8857
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008858Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8859
8860 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8861 building Python script, does the C parsing directly, generates
8862 a better API description including structure fieds defs and
8863 enums. Still a couple of bugs, but good enough for the python
8864 wrappers now.
8865 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8866 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8867 include/libxml/schemasInternals.h include/libxml/tree.h: more
8868 cleanup based on the python analysis script reports.
8869 * libxml.spec.in: make sure the API XML description is part of the
8870 devel package.
8871
Daniel Veillard01c13b52002-12-10 15:19:08 +00008872Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8873
8874 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8875 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8876 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8877 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8878 code cleanup, especially the function comments.
8879 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8880
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008881Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * Makefile.am xmlreader.c include/libxml/Makefile.am
8884 include/libxml/xmlreader.h: Adding a new set of APIs based on
8885 the C# TextXmlReader API but converted to C. Allow to parse
8886 in constant memory usage, far simpler to program and explain
8887 than the SAX like APIs, unfinished but working.
8888 * testReader.c: test program
8889
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008890Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8891
8892 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8893
Daniel Veillard64b35282002-12-04 15:10:40 +00008894Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8895
8896 * tree.c: Chip turner indicated that XHTML1 serialization
8897 rule for style actually break on both IE and Mozilla,
8898 try to avoid the rule if escaping ain't necessary
8899
Daniel Veillard8efff672002-12-04 11:44:48 +00008900Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8901
8902 * nanhttp.c: handle HTTP URL escaping, problem reported by
8903 Glen Nakamura and Stefano Zacchiroli
8904
Daniel Veillard1c732d22002-11-30 11:22:59 +00008905Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8906
8907 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8908
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008909Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8910
8911 * uri.c: Johann Richard pointed out some XPointer problems for
8912 URN based URI references in XInclude. Modified the URI parsing
8913 and saving routines to allow correct parsing and saving of
8914 XPointers, especially when attached to "opaque" scheme accordingly
8915 to RFC 2396
8916
Daniel Veillard8db67d22002-11-27 19:39:27 +00008917Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8918
8919 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8920 of refactoring to the HTML saving code.
8921 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8922 in the doc.
8923
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008924Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8925
8926 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8927 to a buffer API to reuse the generic dump to an OutputIO layer,
8928 this reduces code, fixes xmlNodeDump() for XHTML, also made
8929 xmlNodeDump() now return the number of byte written.
8930
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008931Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8932
8933 * python/setup.py.in: another patch from Stéphane Bidoul for
8934 Python bindings on Windows
8935 * doc/parsedecl.py: small cleanup
8936
Daniel Veillard9715c172002-11-25 16:33:40 +00008937Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8938
8939 * libxml.spec.in configure.in: add a line in %changelog for releases
8940
Daniel Veillard9bc53102002-11-25 13:20:04 +00008941Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8942
8943 * parser.c: patch from Marcus Clarke fixing a problem in entities
8944 parsing that was detected in KDe documentations environment.
8945
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008946Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8947
8948 * python/libxml.c (libxml_prev): Return the previous as opposed to
8949 the next node (I guess this is the result of some cut & paste programming:)
8950
Daniel Veillard80d7b902002-11-23 16:23:08 +00008951Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8952
8953 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8954
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008955Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8956
8957 * python/generator.py python/libxml.c python/setup.py.in: trying
8958 to fix the Python bindings build on Windows (Stéphane Bidoul)
8959
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008960Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8961
8962 * win32/configure.js: added option for python bindings
8963 * win32/libxml2.def.src: added more exports
8964
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008965Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8966
8967 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8968 pthreads
8969 * win32/wince/*: applied updates to Windows CE port from Javier
8970
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008971Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8972
8973 * configure.in: preparing 2.4.28
8974 * libxml.spec.in doc/Makefile.am: some cleanup
8975 * doc/*: updated the news and regenerated.
8976
Daniel Veillardfee408f2002-11-22 13:18:30 +00008977Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8978
8979 * HTMLparser.c: final touch at closing #87235 </p> end tags
8980 need to be generated.
8981 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8982 this change slightly the output of a few tests
8983 * doc/*: regenerated
8984
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008985Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8986
8987 * parserInternals.c: fixing bug #99190 when UTF8 document are
8988 parsed using the progressive parser and the end of the chunk
8989 is in the middle of an UTF8 multibyte character.
8990
William M. Brack8b2c7f12002-11-22 05:07:29 +00008991Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8992
8993 * threads.c: fixed initialization problem in xmlNewGlobalState
8994 which was causing crash.
8995 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8996 in xmlInitializeGlobalState.
8997 * parserInternals.c: cleaned up ctxt->sax initialisation.
8998
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008999Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9000
9001 * tree.c include/libxml/tree.h: modified the existing APIs
9002 to handle XHTML1 serialization rules automatically, also add
9003 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9004 libxslt serialization uses it when needed without changing
9005 the library API.
9006 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9007 result/xhtml1: added a new test specifically for xhtml1 output
9008 and updated the result of one XHTML1 test
9009
Daniel Veillardd076a202002-11-20 13:28:31 +00009010Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9011
9012 * xinclude.c parserInternals.c encoding.c: fixed #99082
9013 for xi:include encoding="..." support on text includes.
9014 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9015 test/XInclude/ents/isolatin.txt : added a specific regression test
9016 * python/generator.py python/libxml2class.txt: fixed the generator
9017 the new set of comments generated for doc/libxml2-api.xml were
9018 breaking the python generation.
9019
Daniel Veillard817e70b2002-11-19 22:28:48 +00009020Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9021
9022 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9023 * configure.in: patch for Solaris on new autoconf closes #98880
9024 * doc/parsedecl.py: repair the frigging API building script,
9025 did I say that python xmllib sucks ?
9026 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9027 and some comment are no more truncated.
9028
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009029Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * parser.c: Martin Stoilov pointed out a potential leak in
9032 xmlCreateMemoryParserCtxt
9033
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009034Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9035
9036 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9037 included in HTML documents and using the push parser.
9038
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009039Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9040
9041 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9042 specified, look for the Python interpreter not just in the
9043 specified root but also in the specified location. Fixes #98825
9044
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009045Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9046
9047 * python/libxml.c: fixing bug #98792 , node may have no doc
9048 and dereferencing without checking ain't good ...
9049
Daniel Veillarddad3f682002-11-17 16:47:27 +00009050Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9051
9052 * configure.in: preparing release 2.4.27
9053 * doc/* : updated and rebuilt the docs
9054 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9055 and all the docs are actually packaged and in the final RPMs
9056 * parser.c parserInternals.c include/libxml/parser.h: restore
9057 xmllint --recover feature.
9058
Daniel Veillard68e9e742002-11-16 15:35:11 +00009059Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9060
Daniel Veillard784b9352003-02-16 15:50:27 +00009061 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009062 processing of parsed entities, and XPath computation on sustitued
9063 entities.
9064 * testXPath.c: make sure entities are substitued.
9065
Daniel Veillard328f48c2002-11-15 15:24:34 +00009066Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9067
Daniel Veillard784b9352003-02-16 15:50:27 +00009068 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009069 processing of internal parsed entities, which had to be changed.
9070
Daniel Veillard66651aa2002-11-15 11:21:43 +00009071Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9072
9073 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9074 trying to fix bug #98517 about building outside the source tree
9075 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9076
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009077Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9078
9079 * include/win32config.h: cleanup
9080 * win32/Makefile.mingw: integrated mingw in JScript configure
9081 * win32/Makefile.msvc: modified to allow mingw coexistence
9082 * win32/configure.js: integrated mingw
9083 * win32/Readme.txt: cleanup
9084
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009085Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9086
9087 * HTMLparser.c: strengthen the guard in the Pop macros,
9088 like in the XML parser, closes bug #97315
9089
Daniel Veillard0821b152002-11-12 20:57:47 +00009090Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9091
9092 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9093 callback is never used.
9094
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009095Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9096
9097 * parserInternals.c: fixed the initialization of the SAX structure
9098 which was breaking xsltproc
9099 * xpath.c: patch from Petr Pajas for CDATA nodes
9100 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9101 * parser.c include/libxml/parser.h: patch from Peter Jones
9102 removing a leak in xmlSAXParseMemory() and adding the
9103 function xmlSAXParseMemoryWithData()
9104
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009105Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9106
9107 adding pdf of tutorial, changing web page to link to it
9108 * doc/tutorial/xmltutorial.pdf
9109 * doc/xml.html
9110 * doc/docs.html
9111
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009112Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9113
9114 * doc/tutorial/ar01s08.html
9115 adding file what I forgot for tutorial
9116
9117
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009118Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9119
9120 Adding encoding discussion to tutorial
9121 Added:
9122 * doc/tutorial/images/*.png: DocBook admonition image files
9123 * doc/tutorial/apf.html, apg.html: new generated html
9124 * doc/tutorial/includeconvert.c: conversion code entity file
9125 changed:
9126 * doc/tutorial/xmltutorial.xml: DocBook original
9127 * doc/tutorial/*.html: generated html
9128
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009129Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9130
9131 * include/libxml/*.h: retired xmlwin32version.h
9132 * doc/Makefile.am: retired xmlwin32version.h
9133 * win32/configure.js: retired xmlwin32version.h
9134
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009135Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9136
9137 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009138 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9139 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009140
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009141Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9142
9143 * globals.c: fixed a typo pointed out by Igor
9144 * xpath.c: try to speed up node compare using line numbers
9145 if available.
9146
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009147Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9148
9149 * tree.c: make xmlFreeNode() handle attributes correctly.
9150
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009151Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9152
9153 * catalog.c: completed the #96963 fix, as reported by Karl
9154 Eichwalder
9155
Daniel Veillard56f21f22002-11-06 15:49:46 +00009156Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9157
9158 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9159
Daniel Veillard91ad8792002-11-04 17:06:52 +00009160Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9161
9162 * Makefile.am: switched the order of a couple of includes
9163 to fix bugs #97100
9164
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009165Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9166
9167 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9168 xmlLoadCatalogs that used to separate directories with a ':'.
9169
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009170Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9171
9172 * threads.c: improvements to the Windows-side of thread handling
9173 * testThreads.c: conditionally excluded unistd.h
9174 * testThradsWin32.c: broke overlong lines
9175 * include/win32config.h: adapted thread-related macros to the new
9176 scheme and for pthreads on Windows
9177 * win32/Makefile.msvc: introduced a more flexible thread build,
9178 added testThreads[Win32].c to the build
9179 * win32/configure.js: introduced a more flexible thread config
9180
John Fleck61f6fb62002-10-31 15:23:29 +000091812002-10-31 John Fleck <jfleck@inkstain.net>
9182
9183 * doc/xml.html (and, by implication, FAQ.html)
9184 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9185
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009186Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9187
9188 * configure.in: removed xmlwin32version.h
9189 * include/libxml/Makefile.am: removed xmlwin32version.h
9190
Daniel Veillardce66ce12002-10-28 19:01:59 +00009191Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9192
9193 * tree.c: applied patch from Brian Stafford to fix a bug
9194 in xmlReconciliateNs()
9195
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009196Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9197
9198 * tree.c: applied patch from Christian Glahn to allow
9199 xmlNewChild() on document fragment nodes
9200
Daniel Veillardb39bc392002-10-26 19:29:51 +00009201Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9202
9203 * parser.c: Christian Glahn found a problem with a recent
9204 patch to xmlParseBalancedChunkMemoryRecover()
9205 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9206 problems
9207 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9208 test/schemas/seq*: added the test cases from Charles
9209
Daniel Veillard366a9152002-10-23 20:43:53 +00009210Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9211
9212 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9213 serious cleanup of the spec file and associated changes
9214 in the Makefiles.
9215 * valid.c: try to remove some warnings on x86_64
9216
Daniel Veillardd033d022002-10-23 14:55:02 +00009217Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9218
9219 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9220 fix bug #96586
9221
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009222Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9223
9224 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9225 parsing, applied his patch
9226 * result/HTML/attrents.html result/HTML/attrents.html.err
9227 result/HTML/attrents.html.sax test/HTML/attrents.html:
9228 added the test and result case provided by Mikhail Sogrine
9229
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009230Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9231
9232 * vms/build_libxml.com vms/config.vms vms/readme.vms
9233 include/libxml/parser.h include/libxml/parserInternals.h
9234 include/libxml/tree.h include/libxml/xmlIO.h
9235 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9236 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9237 Applied the VMS update patch from Craig A. Berry
9238 * doc/*.html: update
9239
Daniel Veillardf000f072002-10-22 14:28:17 +00009240Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9241
9242 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9243
Daniel Veillard1e208222002-10-22 14:25:25 +00009244Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9245
9246 * debugXML.c: adding a grep command to --shell in xmllint
9247 for T.V. Raman
9248
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009249Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9250
9251 * xmlcatalog.c: tried to fix some of the problem with --sgml
9252
Daniel Veillard935494a2002-10-22 14:22:46 +00009253Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * parser.c: tried to fix bug #91500 where doc->children may
9256 be overriden by a call to xmlParseBalancedChunkMemory()
9257
9258Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9259
9260 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9261 identifiers in SGML catalogs containing '&'
9262
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009263Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9264
9265 * python/types.c: fixed bugs when passing result value tree
9266 to Python functions.
9267
Daniel Veillard48267432002-10-18 11:21:38 +00009268Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9269
9270 * configure.in: preparing the release of 2.4.26
9271 * doc/*: updated and rebuilt the documentation
9272
Daniel Veillardbb284f42002-10-16 18:02:47 +00009273Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9274
9275 * parser.c: fixed a XML Namespace compliance bug reported by
9276 Alexander Grimalovsky
9277
Daniel Veillard44892f72002-10-16 15:23:26 +00009278Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9279
9280 * HTMLtree.c: fixed serialization of script and style when
9281 they are not lowercase (i.e. added using the API to the tree).
9282
Daniel Veillard2fd85422002-10-16 14:32:41 +00009283Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9284
9285 * valid.c: make xmlValidateDocument emit a warning msg if there
9286 is no DTD, pointed by Christian Glahn
9287
Daniel Veillard32370232002-10-16 14:08:14 +00009288Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9289
9290 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9291 content model when some of the blocks have min or max, and a couple
9292 of bugs found in the process.
9293 * result/schemas/list0* test/schemas/list0*: added some specific
9294 regression tests
9295
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009296Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9297
9298 * README: updated the contact informations
9299
Daniel Veillard63186732002-10-15 08:43:17 +00009300Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9301
9302 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9303 misses it, reported by Peter Bray.
9304
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009305Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9308 and removed a few warnings
9309
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009310Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9311
9312 * parser.c: Christian Glahn found a small bug in the push parser.
9313 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9314 public
9315
Daniel Veillard6045c902002-10-09 21:13:59 +00009316Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9317
9318 * xmlschemas.c include/libxml/xmlschemas.h: added
9319 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9320 * testSchemas.c: added --memory to test the new interface
9321
Daniel Veillardf0070122002-10-09 14:24:17 +00009322Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9323
9324 * doc/index.py doc/search.php: integrated the XSLT indexing,
9325 a few fixed in the indexer, added a scope selection at the
9326 search level.
9327
Daniel Veillard01992e02002-10-09 10:20:30 +00009328Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9329
9330 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9331 this was due to uninitialized parts of the validation context
9332
Daniel Veillard321be0c2002-10-08 21:26:42 +00009333Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * debugXML.c: applied patch from Mark Vakoc except the API
9336 change, preserved it.
9337 * doc/*: updated the docs to point to the search engine for
9338 information lookup or before bug/help reports.
9339
Daniel Veillard01e87d22002-10-08 16:55:06 +00009340Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9341
9342 * doc/index.py doc/search.php: added mailing-list archives
9343 indexing and lookup
9344
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009345Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9346
9347 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9348
Daniel Veillard9b006132002-10-07 11:13:27 +00009349Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9350
9351 * doc/index.py: improved HTML indexing
9352 * doc/search.php: make the queries also lookup the HTML based indexes
9353
Daniel Veillard141d04b2002-10-06 21:51:18 +00009354Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9355
9356 * doc/index.py: added HTML page indexing
9357
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009358Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9359
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009360 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009361 problem in libxslt.
9362 * catalog.c: fixed list handling in XML_CATALOG_FILES
9363
Daniel Veillardceb09b92002-10-04 11:46:37 +00009364Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9365
9366 * valid.c: typo/bug found by Christian Glahn
9367
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009368Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9369
9370 * xmlIO.c: applied Windows CE patch from Javier.
9371 * win32/wince: new directory, contains support for the PocketPC
9372 with Windows CE from Javier.
9373 * include/win32config.h: reorganised, removed duplicate
9374 definitions and applied WinCE patch from Javier.
9375 * include/wsockcompat.h: new file, now contains WinSock
9376 compatibility macros.
9377 * win32/Makefile.msvc: introduced double-run compilation.
9378
Daniel Veillarde16b5742002-09-26 17:50:03 +00009379Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9380
9381 * configure.in include/libxml/xmlwin32version.h: preparing release
9382 of 2.4.25
9383 * doc/*: updated and regenerated teh docs and web pages.
9384
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009385Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9386
9387 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9388 error were not covering namespace declarations.
9389 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9390 it was missing the attribute declaration for the namespace
9391 * result/VC/NS3: the fix now report breakages in that test
9392
Daniel Veillardabe01742002-09-26 12:40:03 +00009393Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9394
9395 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9396
Daniel Veillard2ace1952002-09-26 12:28:02 +00009397Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9398
9399 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9400 and regenerated the docs and web site
9401
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009402Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9403
9404 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9405 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9406 not before
9407
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009408Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9409
9410 * python/generator.py python/libxml2class.txt: fixed a stupid error
9411 breaking the python API
9412
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009413Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9414
9415 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9416 triostr.c triostr.h: applied a trio update patch from
9417 Bjorn Reese which should work with MinGW
9418
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009419Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9420
9421 * tree.c: improving some documentation comments
9422 * xmlregexp.c: found and fixed a mem leak with python regression tests
9423 * doc/*: rebuilt the doc and the API XML file including the
9424 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9425 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9426 python/types.c: added access to the XML Schemas regexps from
9427 python
9428 * python/tests/Makefile.am python/tests/regexp.py: added a
9429 simple regexp bindings test
9430
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009431Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9432
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009433 * doc/xml.html:
9434 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009435
Daniel Veillard118aed72002-09-24 14:13:13 +00009436Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9437
9438 * xmlregexp.c: fixed the data callback on transition functionality
9439 which was broken when using the compact form
9440 * result/schemas/*: updated the results, less verbose, all tests
9441 pass like before
9442 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9443 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9444 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9445 annoying warnings
9446 * xpath.c: try to provide better error report when possible
9447
Daniel Veillard72336152002-09-21 13:08:14 +00009448Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9449
9450 * Makefile.am: fixed a breakage raised by Jacob
9451
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009452Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9453
9454 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9455 which don't use sockets
9456
Igor Zlatkovic01280582002-09-20 16:40:34 +00009457Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9458
9459 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9460 * win32/configure.js: applied zlib patch from Daniel Gehriger
9461
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009462Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9463
9464 * win32/configure.js: applied the patch from Mark Vakoc for
9465 regexp support
9466 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9467 for regexp support
9468
Daniel Veillardb5c05732002-09-20 13:36:25 +00009469Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9470
9471 * xmlschemastypes.c: as pointed by Igor Float and Double
9472 parsing ain't finished yet
9473
Daniel Veillard40b11342002-09-20 12:01:39 +00009474Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9475
9476 * Makefile.am configure.in: trying to fix #88412 by bypassing
9477 all the python subdir if python ain't detected
9478
Daniel Veillard23e73572002-09-19 19:56:43 +00009479Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9480
9481 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9482 made configuring with regexps/automata/unicode the default
9483 but without schemas ATM
9484 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9485 fixed the regexp based DTD validation performance and memory
9486 problem by switching to a compact form for determinist regexps
9487 and detecting the determinism property in the process. Seems
9488 as fast as the old DTD validation specific engine :-) despite
9489 the regexp built and compaction process.
9490
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009491Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9492
9493 * valid.c: determinism is debugged, new DTD checking code now works
9494 but xmlFAComputesDeterminism takes far too much CPU and the whole
9495 set usues too much memory to be really usable as-is
9496
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009497Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9498
9499 * tree.c: fixed another stupid bug in xmlGetNodePath()
9500 * xmllint.c: --version now report the options compiled in
9501
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009502Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9503
9504 * HTMLparser.c: small cleanup
9505 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9506 when configured with them. A bit of debugging around the determinism
9507 checks is still needed
9508
Daniel Veillard63b01c22002-09-17 19:25:28 +00009509Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9510
9511 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9512
Daniel Veillard92727042002-09-17 17:59:20 +00009513Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9514
9515 * xmlIO.c: small portability glitch fixed.
9516
Daniel Veillard84d70a42002-09-16 10:51:38 +00009517Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9518
9519 * xmlschemastypes.c: incomplete steps for real/double support
9520 * testAutomata.c include/libxml/xmlautomata.h
9521 include/libxml/xmlregexp.h: avoiding a compilation problem
9522 * valid.c include/libxml/valid.h: starting the work toward using
9523 the regexps for actual DTD validation
9524
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009525Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9526
9527 * hash.c: cosmetic cleanup
9528 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9529 integrating a DTD validation layer based on the regexps
9530
Daniel Veillard4402ab42002-09-12 16:02:56 +00009531Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9532
9533 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9534 the determinism was tested before eliminating the epsilon
9535 transitions :-(
9536
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009537Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9538
9539 * python/generator.py python/libxml.c python/libxml.py
9540 python/libxml2-python-api.xml python/libxml2class.txt
9541 python/libxml_wrap.h python/types.c: updated the python
9542 bindings, added code for easier File I/O, and the ability to
9543 define a resolver from Python fixing bug #91635
9544 * python/tests/Makefile.am python/tests/inbuf.py
9545 python/tests/outbuf.py python/tests/pushSAXhtml.py
9546 python/tests/resolver.py python/tests/serialize.py: updated
9547 and augmented the set of Python tests.
9548
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009549Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9550
9551 * win32/configure.js: added more readme info for the binary
9552 package.
9553
Daniel Veillard607b35c2002-09-10 12:16:19 +00009554Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9555
9556 * xmlIO.c: fixed a stupid out of bound array error
9557
9558Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9559
9560 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9561 messing around with support for Windows path, cleanups,
9562 trying to identify and fix the various code path to the
9563 filename access. Added xmlNormalizeWindowsPath()
9564
Daniel Veillard76575762002-09-05 14:21:15 +00009565Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * error.c valid.c: working on better error reporting of validity
9568 errors, especially providing an accurate context.
9569 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9570 error reports in those cases.
9571
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009572Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9573
9574 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9575 parser.c parserInternals.c xmlIO.c: get rid of all the
9576 perror() calls made in the library execution paths. This
9577 should fix both #92059 and #92385
9578
Daniel Veillard19aa7022002-09-05 11:14:19 +00009579Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9580
9581 * xmllint.c: memory leak reporting was broken after a change
9582 of the preprocessor symbol used to activate it.
9583
Daniel Veillardec6725e2002-09-05 11:12:45 +00009584Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9585
9586 * tree.c: try to make the copy function work for node of
9587 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9588 DOM layers though, not libxml2 itself.
9589
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009590Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9591
9592 * valid.c: try to provide file and line informations, not all
9593 messages are covered, but it's a (good) start
9594
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009595Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9596
9597 * xinclude.c: reimplemented a large part of the XInclude
9598 processor, trying to minimize resources used, James Henstridge
9599 provided a huge test case which was exhibiting severe memory
9600 consumption problems.
9601
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009602Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9603
9604 * python/Makefile.am: applied patch from Christophe Merlet to
9605 reestablish DESTDIR
9606
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009607Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9608
9609 * libxml.spec.in: fixes libary path for x86_64 AMD
9610
John Fleckbe98b332002-09-04 03:16:23 +00009611Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9612
9613 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009614 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009615 (plus resulting generated html files)
9616 fixing one spot I missed in the tutorial where I hadn't freed
9617 memory properly
9618
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009619Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9620
9621 * doc/tutorial/includeaddattribute.c
9622 * doc/tutorial/includeaddkeyword.c
9623 * doc/tutorial/includegetattribute.c
9624 * doc/tutorial/includekeyword.c
9625 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009626 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009627 update tutorial to properly free memory (thanks to Christopher
9628 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009629 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009630 added image files so the callouts are graphical, making it
9631 easier to read ( use "--param callout.graphics 1" to generate
9632 html with graphical callouts)
9633
Daniel Veillarde1662542002-08-28 11:50:59 +00009634Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9635
9636 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9637 nice logos generated by Marc Liyanage
9638 * doc/site.xsl *.html: changed the stylesheet to show the new
9639 logo and regenerated the pages
9640
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009641Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9642
9643 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9644
Daniel Veillard42766c02002-08-22 20:52:17 +00009645Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9646
9647 * xpath.c: possible mem leak patch from Jason Adams
9648
9649Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9650
9651 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9652 in the XQuery namespace
9653 * configure.in: preparing 2.4.24
9654 * doc/*.html: updated the web pages
9655
9656Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9657
9658 * python/generator.py: closing bug #85258 by generating conditional
9659 compile check to avoid linking to routines not configured in.
9660
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096612002-08-22 Havoc Pennington <hp@pobox.com>
9662
9663 * autogen.sh: update error message for missing automake
9664
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009665Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9666
9667 * python/Makefile.am: typo in target name resulted in libxml2.py
9668 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9669
Daniel Veillard22669b22002-08-22 07:17:11 +00009670Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9671
9672 * win32/win32/Makefile.mingw: updated with version from
9673 Elizabeth Barham at http://soggytrousers.net/repository/
9674
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009675Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9676
9677 * win32/Makefile.msvc: added the prefix location to the include
9678 and lib search path.
9679
Havoc Pennington830e8972002-08-18 22:22:13 +000096802002-08-18 Havoc Pennington <hp@pobox.com>
9681
9682 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9683 both automake 1.6 and 1.4 installed get the right automake. Means
9684 compilation from CVS will now require the latest automake 1.4
9685 release, or manually creating symlinks called "automake-1.4" and
9686 "aclocal-1.4"
9687
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009688Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9689
9690 * configure.in python/Makefile.am: more AMD 64 induced changes from
9691 Frederic Crozat
9692
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009693Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9694
9695 * xinclude.c: oops I was missing the xml:base fixup too
9696 * result/XInclude/*.xml: this adds xml:base attributes to most
9697 results of the tests
9698
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009699Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9700
9701 * xinclude.c: quick but apparently working implementation of
9702 xi:fallback, should close bug #89684
9703 * Makefile.am test/XInclude/docs/fallback.xml
9704 result/XInclude/fallback.xml: added a basic test for fallback,
9705 and run with --nowarning to avoid a spurious warning
9706 * configure.in: applied patch from Frederic Crozat for python
9707 bindings on AMD 64bits machines.
9708
Daniel Veillard9e923512002-08-14 08:48:52 +00009709Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9710
9711 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9712 the caller don't pass a SAX callback block.
9713
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009714Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * tree.c: applied the same fix for the XML-1.0 namespace to
9717 xmlSearchNsByHref() as was done for xmlSearchNs()
9718
Daniel Veillardad11b302002-08-12 14:53:41 +00009719Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9720
9721 * libxml.3: small cleanup of the man page
9722 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9723 when serializing HREF attributes generated by XSLT.
9724
Daniel Veillardc084e472002-08-12 13:27:28 +00009725Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9726
9727 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9728 version of Marc Liyanage' patch for boolean attributes in HTML
9729 output
9730
Daniel Veillard5f91b372002-08-12 12:13:01 +00009731Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * python/tests/serialize.py: fixed the test results, indenting
9734 behaviour changed slightly
9735
Aleksey Sanin9e951762002-08-08 18:02:41 +00009736Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9737
9738 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9739 new c14n function to Windows def files
9740
Aleksey Saninea4272a2002-08-02 23:50:03 +00009741Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9742
9743 * c14n.c: fixed a memory leak in c14n code
9744
Daniel Veillard58e44c92002-08-02 22:19:49 +00009745Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9746
9747 * parser.c include/libxml/parser.h: adding a new API for Christian
9748 Glahn: xmlParseBalancedChunkMemoryRecover
9749 * valid.c: patch from Rick Jones for some grammar cleanup in
9750 validation messages
9751 * result/VC/* result/valid/*: this slightly change some of the
9752 regression tests outputs
9753
Daniel Veillard0bf29002002-08-01 12:54:11 +00009754Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9755
9756 * tree.c: trying to fix a problem in namespaced attribute handling
9757 raised by Christian Glahn
9758
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009759Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9760
9761 * encoding.c include/libxml/encoding.h: Opening the interface
9762 xmlNewCharEncodingHandler as requested in #89415
9763 * python/generator.py python/setup.py.in: applied cleanup
9764 patches from Marc-Andre Lemburg
9765 * tree.c: fixing bug #89332 on a specific case of loosing
9766 the XML-1.0 namespace on xml:xxx attributes
9767
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009768Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9769
9770 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9771 corner case from new Merlin's test suite and added a callback
9772 that will be used to improve xmlsec performance
9773
9774
Daniel Veillard0b22def2002-07-29 16:23:03 +00009775Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9776
9777 * HTMLtree.c: trying to fix the <style> escaping problem in
9778 HTML serialization bug #89342
9779
Daniel Veillard0b28e882002-07-24 23:47:05 +00009780Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9781
9782 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9783 and rebuilt the web site.
9784
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009785Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009786
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009787 * include/libxml/tree.h: added _private member to xmlNs struct
9788
Daniel Veillard1d995272002-07-22 16:43:32 +00009789Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * HTMLparser.c: fixing bug #84876 based on the xml working
9792 code.
9793
William M. Brack61eaba52002-07-21 11:14:18 +00009794Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9795
9796 * python/Makefile.am: enhanced to fix bug 72012 (errors
9797 when using '-jX' make parameter)
9798
William M. Brackef61d202002-07-19 08:32:00 +00009799Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9800
9801 * xpath.c: small additional enhancement for booleans
9802 compared to nodesets
9803
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009804Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9805
9806 * HTMLtree.c: changed the order of the encoding declaration
9807 attributes in the meta tags due to a bug in IE/Mac
9808
William M. Brack0c022ad2002-07-12 00:56:01 +00009809Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9810
9811 * xpath.c: enhanced handling of booleans (especially '='
9812 and '!=' for nodesets) - fixes bug 85256. Added new
9813 routine xmlXPathNotEqualValues for more proper handling
9814 of '!=' when nodesets are involved.
9815
Daniel Veillard06944e22002-07-11 19:55:18 +00009816Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9817
9818 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9819 doc/xmlcatalog_man.xml to the source distribution
9820
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009821Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9822
9823 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9824 asked for this.
9825
Daniel Veillard539638b2002-07-06 19:55:14 +00009826Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9827
9828 * configure.in: preparing 2.4.23
9829 * doc/*: rebuilt the docs
9830
Daniel Veillard176d99f2002-07-06 19:22:28 +00009831Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9832
9833 * parser.c: fixing bug #84169 by fixing the
9834 comment of xmlCreatePushParserCtxt to describe the
9835 encoding detection parameters better.
9836
Daniel Veillard37f961d2002-07-06 17:53:56 +00009837Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * valid.c: fixing bug #79331 in one path the lookup for
9840 ID attributes on a namespaced node wasn't handled correctly :-\
9841
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009842Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9843
9844 * HTMLparser.c: trying to fix 87235 about discarded white
9845 spaces in the HTML parser.
9846 * result/HTML/*: this changes the output of a number of HTML
9847 regression tests
9848
Daniel Veillardfdc91562002-07-01 21:52:03 +00009849Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9850
9851 * xpath.c: applied patch from Richard Jinks for the namespace
9852 axis + fixed a memory error.
9853 * parser.c parserInternals.c: applied patches from Peter Jacobi
9854 removing ctxt->token for good.
9855 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9856 popped out by the regression tests.
9857 * Makefile.am: patch for threads makefile from Gary Pennington
9858
William M. Brack6000af52002-06-28 11:43:13 +00009859Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9860
Daniel Veillardfdc91562002-07-01 21:52:03 +00009861 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009862 expressions involving preceding-sibling (et al).
9863
Daniel Veillard153120c2002-06-18 07:58:35 +00009864Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9865
9866 * hash.c: applied a patch from Peter Jacobi to solve a problem
9867 when compiling with the Watcom C on Win32
9868 * result/schemas/*.err: the change of hashing algo generated
9869 permutations in the output
9870
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009871Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9872
9873 * hash.c: applied patch from Sander Vesik improving the quality of
9874 the hash function.
9875
Aleksey Sanina5808b92002-06-14 17:07:41 +000098762002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009877
9878 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9879 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9880 xmllint.c xpath.c: replaced sprintf() with snprintf()
9881 to prevent possible buffer overflow (the bug was pointed
9882 out by Anju Premachandran)
9883
Daniel Veillarde059b892002-06-13 15:32:10 +00009884Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9885
9886 * parser.c: removed an uninitialized data error popped by valgrind
9887 on PE references
9888
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009889Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9890
9891 * doc/xml.html
9892 adding tutorial reference to the web page
9893
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009894Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9895
9896 * doc/tutorial/xmltutorial.xml
9897 * doc/tutorial/ar01s07.html
9898 * doc/tutorial/ape.html
9899 * doc/tutorial/includegetattribute.c
9900 adding section to tutorial about retrieving an attribute
9901 value
9902
Daniel Veillardf5582f12002-06-11 10:08:16 +00009903Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9904
9905 * parser.c: applied a couple of patches from Peter Jacobi to start
9906 to get rid of ctxt->token, with a possible significant speed
9907 improvement to be gained once done. Better compliance with PE
9908 references constructs in DTDs too.
9909 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9910 from Peter too
9911
Daniel Veillard38d80e22002-06-11 07:24:56 +00009912Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9915 xmlParseElement was likely to have been deallocated at the
9916 time of the report, possibly leading to segfault. Just report
9917 the tag name now.
9918
Daniel Veillard9e412302002-06-10 15:59:44 +00009919Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9920
9921 * xpath.c: patch from Richard Jinks for XPath substring() function
9922 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9923
Aleksey Sanina5808b92002-06-14 17:07:41 +000099242002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009925
9926 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9927
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009928Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9929
9930 *doc/FAQ.html
9931 fixing typos in FAQ, thanks to Robert Funnell for the
9932 editing help
9933
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009934Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9935
9936 * NEWS: got complaints from rpmlint that it was empty
9937
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009938Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9939
9940 * added doc/tutorial, including:
9941 apa.html
9942 apb.html
9943 apc.html
9944 apd.html
9945 ar01s02.html
9946 ar01s03.html
9947 ar01s04.html
9948 ar01s05.html
9949 ar01s06.html
9950 includeaddattribute.c
9951 includeaddkeyword.c
9952 includekeyword.c
9953 includestory.xml
9954 index.html
9955 xmltutorial.xml
9956 libxml tutorial, including generated html
9957
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009958Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9959
9960 * result/c14n/exc-without-comments/merlin-c14n-two-*
9961 result/c14n/without-comments/merlin-c14n-two-*
9962 test/c14n/exc-without-comments/merlin-c14n-two-*
9963 test/c14n/without-comments/merlin-c14n-two-*
9964 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9965 c14n/exc-c14n and slightly modified test script to handle
9966 these test cases
9967 * c14n.c: fixed bugs for complicated nodes set (namespace
9968 without node and others from merlin-c14n-two.tar.gz)
9969 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9970 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9971 for xmlsec performance patch
9972 * xpath.c: fixed self::node() for namespaces and attributes
9973
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009974Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9975
9976 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9977 but with the format parameter
9978 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9979
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009980Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9981
9982 * Makefile.am: updated c14n tests suite
9983 * c14n.c: performance improvement for previous c14n patch
9984
Daniel Veillarde72c7562002-05-31 09:47:30 +00009985Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9986
9987 * parser.c: another peroformance patch from Peter Jacobi, that
9988 time on parsing attribute values.
9989
Aleksey Sanin508a1012002-05-31 06:32:32 +00009990Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9991
9992 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9993 into LibXML2 test suite
9994
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009995Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9996
9997 * c14n.c: propagating xpath ancesstors node fix to c14n
9998 plus small performance improvement to reduce number of
9999 mallocs
10000 * xpath.c: fixed ancestors axis processing for namespace nodes
10001
Daniel Veillard46de64e2002-05-29 08:21:33 +000010002Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10003
10004 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10005 Peter Jacobi
10006
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010007Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10008
10009 * configure.in: preparing 2.4.22
10010
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010011Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10012
10013 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10014 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10015 a public entry point.
10016 * doc/*: rebuilt the API and docs
10017
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010018Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10019
10020 * xpath.c: patch from Richard Jinks to fix a problem introduced
10021 in the previous patch and pointed by Norm
10022
Daniel Veillardc6924812002-05-24 11:10:43 +000010023Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10024
10025 * libxml.spec.in: fixing bug #81112
10026
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010027Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * uri.c: fixing bug #82848
10030
Daniel Veillarda2878972002-05-24 07:54:39 +000010031Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10032
10033 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10034 output of one catalog test
10035
Aleksey Sanin114e4752002-05-24 07:20:27 +000010036Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010037
Aleksey Sanin114e4752002-05-24 07:20:27 +000010038 * global.data globals.c tree.c include/libxml/globals.h
10039 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10040 default value for global parameter xmlIndentTreeOutput to 1 and
10041 introduced new global parameter xmlTreeIndentString (the string
10042 used to do one-level indent) with default value " " (as it was
10043 in tree.c)
10044
Daniel Veillard49d5af82002-05-23 11:55:49 +000010045Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10046
10047 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10048 with trio and schemas.
10049
Daniel Veillard7c13af42002-05-22 09:57:32 +000010050Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10051
10052 * xpath.c: patch from Richard Jinks to fix the problem raised in
10053 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10054
Daniel Veillard5a872412002-05-22 06:40:27 +000010055Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10056
10057 * xmlschemas.c: a bit of work on import.
10058 * xmlschemastypes.c: Charles Bozeman provided a compare function
10059 for date/time types so min/max facet restrictions should work,
10060 indeterminate comparisons return an error instead of equal.
10061 * test/schemas/date_0* result/schemas/date_0_0: specific test
10062 from Charles Bozeman too
10063
Daniel Veillard10b6da42002-05-18 07:55:20 +000010064Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10067 from Christian Cornelssen fixing the man pages and the Catalog
10068 building script.
10069 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10070 next step is <xs:import> I now have a reasonable understanding
10071 of how it works.
10072
Daniel Veillarde5354492002-05-16 08:43:22 +000010073Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10074
10075 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10076
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010077Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10078
10079 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10080
Daniel Veillard088bf112002-05-14 11:03:59 +000010081Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10082
10083 * xpath.c: fixing an XPath function evalutation bug pointed out
10084 by Alexey Efimov where the context was lost when evaluating
10085 the function arguments
10086
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010087Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010088
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010089 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10090 function public for XMLSec performance optimizations
10091
Daniel Veillard3cd72402002-05-13 10:33:30 +000010092Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10093
10094 * python/generator.py python/libxml2class.txt : fixed a problem
10095 with the HTML parser pointed by Gary Benson
10096 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10097 example
10098
Aleksey Sanine48a3182002-05-09 18:20:01 +000010099Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10100 * parser.c: fixed bug #81159 (memory growth in SAX)
10101
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010102Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10103 * xpath.c: fixed bug #78858 (the real fix)
10104
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010105Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010106 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010107
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010108Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10109
10110 * tree.c: modified xmlNodeSetBase to allow changing the
10111 base of a document.
10112
Daniel Veillard070803b2002-05-03 07:29:38 +000010113Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10114
10115 * xmlschemastypes.c: patch Charles Bozeman for validation of
10116 all the date, time, and duration types
10117 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10118 * configure.in: fixed an error pointed by an user
10119 * xml2-config.in: fixed an error pointed by an user
10120
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010121Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10122
10123 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10124 win32/libxml2.def.src xmlIO.c: exported default
10125 'file:', 'http:' and 'ftp:' protocols input handlers
10126 and maked protocols comparisson case insensitive
10127
Daniel Veillard34de97f2002-04-30 14:29:22 +000010128Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10129
10130 * configure.in: Neven Has detected a typo
10131
Daniel Veillard28577c32002-04-30 06:48:41 +000010132Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10133
10134 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10135 as one of the persons allowed to commit directly to the
10136 module.
10137
Daniel Veillardfc57b412002-04-29 15:50:14 +000010138Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10139
10140 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10141 * valid.c: raised a too low limit
10142 * doc/*: rebuilt the docs
10143
Daniel Veillardeca82812002-04-24 11:42:02 +000010144Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * test/XPath/expr/floats test/XPath/expr/functions
10147 result/XPath/expr/floats result/XPath/expr/functions
10148 xpath.c: another XPath conformance patch from Richard Jinks
10149
Daniel Veillard13e04c62002-04-23 17:51:29 +000010150Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10151
10152 * xmlschemas.c: fixed validation of attribute groups.
10153 * test/schemas result/schemas: added an example from the primer
10154
Daniel Veillard88c58912002-04-23 07:12:20 +000010155Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10156
10157 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10158 * test/schemas result/schemas: updated the test list
10159
Daniel Veillarde19fc232002-04-22 16:01:24 +000010160Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10161
10162 * TODO: updated a bit
10163 * parser.c: made a comment more specific
10164 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10165 Schemas conformance.
10166 * test/schemas result/schemas: updated the test list
10167
Daniel Veillard441bc322002-04-20 17:38:48 +000010168Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10169
10170 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10171 implementing xs:all with minOccurs = 0
10172 * tes/schemas/* result/schemas/*: added more tests covering
10173 xs:all
10174
Daniel Veillard8a001f62002-04-20 07:24:11 +000010175Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * xmlregexp.c: first implementation of the all particle, this
10178 may need to be revisited for case where not all transitions
10179 must be crossed.
10180
Daniel Veillard7646b182002-04-20 06:41:40 +000010181Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10182
10183 * tree.c: another entity processing update from Markus Henke
10184
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010185Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10186
10187 * trionan.c: fixed crash on OSF/1
10188
Daniel Veillardb4398962002-04-19 07:01:55 +000010189Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10190
10191 * xmlschemas.c: more Schemas work
10192 * test/schemas/* result/schemas/*: added more tests coming
10193 from the spec.
10194
Daniel Veillard54761132002-04-18 21:00:44 +000010195Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10196
10197 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10198 ExcC14N specification
10199
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010200Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * tree.c: patch from Markus Henke, fix for recursive entities.
10203
Daniel Veillard23b1f372002-04-18 15:50:05 +000010204Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10205
10206 * xpath.c: fix a problem with string() on a document node.
10207
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010208Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10209
10210 * Makefile.am xmlschemas.c: more Schemas work
10211 * test/schemas/* result/schemas/*: added more tests coming
10212 from the spec.
10213
Daniel Veillard6231e842002-04-18 11:54:04 +000010214Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10215
10216 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10217 * result/HTML/*: this changes a few things in the results
10218
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010219Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10220
10221 * include/libxml/tree.h: eliminated 'declaration different than
10222 prototype' warning
10223 * include/win32config.h: "resolved" conflicts with errno.h
10224
Daniel Veillardb509f152002-04-17 16:28:10 +000010225Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10226
10227 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10228 on the automata interfaces and debug of counted choices
10229 * test/schemas/* result/schemas/*: added a number of tests
10230
Daniel Veillard8651f532002-04-17 09:06:27 +000010231Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10232
10233 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10234 a bit of work on Schemas
10235 * testSchemas.c: try to make it more useful
10236 * test/schemas/* result/schemas/* Makefile.am: changed the
10237 Schemas regression test procedure, started adding a few samples
10238
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010239Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10240
10241 * include/libxml/encoding.h: Patch for the Borland C++ builder
10242 * include/libxml/tree.h: Patch for the Borland C++ builder
10243 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010244 * win32/bcb5: New directory for the Borland C++ builder
10245 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010246
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010247Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10248
10249 * win32/Makefile.msvc: Update for XML Schema support
10250 * win32/configure.js: Update for XML Schema support
10251 * win32/libxml2.def.src: Update for XML Schema support
10252
Daniel Veillard4255d502002-04-16 15:50:10 +000010253Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10254
10255 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10256 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10257 xmlunicode.c include/libxml/Makefile.am
10258 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10259 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10260 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10261 include/libxml/xmlversion.h.in : merged the current state of
10262 XML Schemas implementation, it is not configured in by default,
10263 a specific --schemas configure option has been added.
10264 * test/automata test/regexp test/schemas Makefile.am
10265 result/automata result/regexp result/schemas:
10266 merged automata/regexp/schemas regression tests
10267
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010268Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * xpath.c: Gary found a compile time problem, fixes #78823
10271
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010272Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10273
10274 * configure.in: release of 2.4.20
10275 * doc/*: updated and rebuilt the docs
10276
Daniel Veillardf544f192002-04-15 12:56:56 +000010277Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * python/Makefile.am: patch from Cristian Gafton to build on
10280 Red Hat 6.2, should also fix #75779
10281
Daniel Veillard940492d2002-04-15 10:15:25 +000010282Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10283
10284 * valid.c: first part of fixing #78729
10285
Daniel Veillardeb475a32002-04-14 22:00:22 +000010286Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10287
10288 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10289 escaping of URI when saving HTML files.
10290 * result/HTML/*: this impacted some tests
10291
Daniel Veillard9b731d72002-04-14 12:56:08 +000010292Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10293
10294 * configure.in: trying to fix #77441
10295
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010296Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10297
10298 * include/libxml/xmlIO.h: Hallski complained it could not be
10299 included by itself.
10300
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010301Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10304
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010305Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10306
10307 * win32/configure.js: patch from Nilo for the c14n option
10308 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10309
Daniel Veillardda423da2002-04-10 19:25:38 +000010310Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10313 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10314 LIBXML_THREAD_ENABLED
10315
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010316Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10317
10318 * xpath.c: another patch from Richard Jinks for substring conformance
10319 * test/XPath/expr/floats test/XPath/expr/strings
10320 result/XPath/expr/floats result/XPath/expr/strings: update of the
10321 test suite to check those.
10322
Daniel Veillard01917aa2002-04-10 11:30:41 +000010323Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10324
10325 * xpath.c: patch from Richard Jinks for .x float parsing.
10326
Daniel Veillard46d6c442002-04-09 16:10:39 +000010327Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * parser.c: patch from Markus Henke when an encoding ain't recognized
10330
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010331Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10332
10333 * libxml.m4: got a report that #include <string.h> was needed
10334
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010335Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10336
10337 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10338
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010339Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10340
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010341 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010342
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010343Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10344
10345 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10346 pointed out by Melvyn Sopacua.
10347
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010348Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * libxml.m4: Frédéric Crozat gave a patch related to the change
10351 of Include paths breaking the libxml.m4
10352
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010353Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10354
10355 * xpath.c: Fix bug #76927 forgot to save some context
10356 when evaluating binary expressions
10357
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010358Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10359
10360 * configure.in: fixed configure for MPE/iX from Markus Henke
10361 * xmlmemory.c: fixed initialization problems
10362 * xpath.c: another set of patches from Richard Jinks this
10363 fixes "make XPathtests" on linux
10364
Daniel Veillard21458c82002-03-27 16:12:22 +000010365Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10368 * test/XPath/expr/compare test/XPath/expr/equality
10369 test/XPath/expr/floats test/XPath/expr/functions
10370 test/XPath/expr/strings result/XPath/expr/compare
10371 result/XPath/expr/equality result/XPath/expr/floats
10372 result/XPath/expr/functions result/XPath/expr/strings: Updated
10373 tests though they show a divergence on Linux
10374
Daniel Veillard28dfed12002-03-27 09:08:17 +000010375Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * xpath.c trionan.c: previous commit also included patches
10378 from Richard Jinks on some IEEE support corner case
10379
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010380Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10381
10382 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10383 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10384 that $(datadir) should be used for docs
10385
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010386Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10387
10388 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10389 could leak filedescriptors
10390
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010391Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * configure.in nanohttp.c: applied patch from Allan Clark for
10394 UnixWare/OpenServer
10395
Daniel Veillard19274092002-03-25 16:48:03 +000010396Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10397
10398 * configure.in: preparing 2.4.19
10399 * doc/*: rebuilt the docs
10400
Daniel Veillard56b2db72002-03-25 16:35:28 +000010401Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10402
10403 * nanohttp.c: fixing #76043, got fed up with non-portability
10404 of that piece of code.
10405
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010406Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10407
10408 * valid.c SAX.c: Never commit without running "make tests" :-(
10409 fix a couple of stupidities in the previous commit
10410 * result/*: a few changes in some attribute order result of previous
10411 commit.
10412
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010413Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10416 the internal subset should not raise duplicate ID errors,
10417 also there was a small bug in conjunction to namespace
10418 declarations defaulted and xml:xxx attributes DTD definitions.
10419
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010420Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10421
10422 * xpath.c: Richard Jinks also raised some rounding problems
10423 this tries to fix them
10424
Daniel Veillard4e2df542002-03-22 12:23:14 +000010425Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10426
10427 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10428 behaviour in xmlXPathCastToString()
10429
Daniel Veillarddb552912002-03-21 13:27:59 +000010430Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10433 raised by Morus Walter
10434
Daniel Veillard9e537932002-03-21 13:08:08 +000010435Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10436
10437 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10438 from Igor
10439
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010440Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10441
10442 * xpath.c: fixing #75619, related to a problem when trying
10443 to evaluate condition when the current node set resulting
10444 from that sub-step evaluation is empty. Also fixes 2 potential
10445 problem with previous-sibling and next-siblings axis.
10446
Daniel Veillard1840ef02002-03-21 08:05:23 +000010447Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10448
10449 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10450 HTML support is not configured in.
10451
Daniel Veillard561b7f82002-03-20 21:55:57 +000010452Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10453
10454 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10455 include/libxml/tree.h: dohh I really didn't intended to commit
10456 this test version :-(
10457
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010458Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10459
10460 * testSAX.c: I wanted to see the real speed at the SAX interface
10461 after a little too many Ximianer started complaining about the
10462 parser speed.
10463 added a --quiet option:
10464 paphio:~/XML -> ls -l db100000.xml
10465 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10466 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10467 3200006 callbacks generated
10468 real 0m1.270s
10469 Which means 16MBytes/s and 3Mcallback/s
10470
Daniel Veillardc62a1472002-03-19 18:35:12 +000010471Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10472
10473 * xpath.c: valgrind spotted another error that time when running
10474 on libxslt regression tests
10475
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010476Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10477
10478 * Makefile.am: adding "make valgrind" running the full regression
10479 tests (except python ones) under Valgrind (using valgrind -q
10480 which was kindly added by the author).
10481 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10482 passes cleanly now except an obcure floating point initialization
10483 raised in log10() in one XPath regression test ???
10484 * tree.c: edited some comments to close #75244
10485
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010486Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10487
10488 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10489 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10490 context of ScrollKeeper, made sure that if the number is
10491 an integer, the serialization follows the description at
10492 http://www.w3.org/TR/xpath#section-String-Functions
10493
Daniel Veillard5997aca2002-03-18 18:36:20 +000010494Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10495
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010496 * configure.in: preparing 2.4.18
10497 * doc/*: updated and rebuilt the web site
10498 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10499 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010500 * parser.c: humm, changed the way the SAX parser work when
10501 xmlSubstituteEntitiesDefault(1) is set, it will then
10502 do the entity registration and loading by itself in case the
10503 user provided SAX getEntity() returns NULL.
10504 * testSAX.c: added --noent to test the behaviour.
10505
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010506Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10507
10508 * parser.c: Wilfried Teiken provided a hackish but working
10509 way to get context reported back on entities when parsing
10510 with SAX and without breaking the DOM build.
10511
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010512Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10513
10514 * c14n.c: applied a new patch from Aleksey Sanin
10515 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10516 to reference Aleksey implementation of XML digital Signatures
10517
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010518Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * xpath.c: small fix to avoid potential problem due to
10521 ordering of freeing data
10522 * python/Makefile.am: people were complaining about
10523 the generated file in python dir not being built
10524
Daniel Veillardd2379012002-03-15 22:24:56 +000010525Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10526
10527 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10528 python/generator.py python/libxml.c python/types.c: Cleanup
10529 of the python Makefiles based on Jacob and James feedback,
10530 fixed the spec file accordingly, fixed the number of warning
10531 that passing my pedantic CFLAGS was generating. Conclusion
10532 is that Python includes are real crap.
10533
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010534Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * configure,in: it was reported quite a few times that
10537 xml2-config --cflags should not output
10538 -I$includeprefix/libxml2/libxml because libxml2 header names
10539 clashes with existing names like list.h from C++ stl.
10540 Includes should be #include<libxml/xxx.h> so ...
10541
Daniel Veillard6f293b12002-03-15 09:42:33 +000010542Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10543
10544 * c14n.c: another patch from Aleksey Sanin
10545
Daniel Veillard5c396542002-03-15 07:57:50 +000010546Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10547
10548 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10549 canonicalization algorithm
10550 * doc/xml.html doc/index.html: added the C14N references on the
10551 index page.
10552
jacob berkman9be65862002-03-14 02:15:56 +0000105532002-03-13 jacob berkman <jacob@ximian.com>
10554
10555 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10556 usage, redundant, and gcc specific
10557
Daniel Veillard75be0132002-03-13 10:03:35 +000010558Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10559
10560 * xpath.c: speedup some node selection operations, this can
10561 have a significant impact on DocBook Norm's stylesheets
10562 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10563 make sure it's always the case
10564 * debugXML.c: distinguish CDATA and comments in ls operations
10565
Daniel Veillard61f26172002-03-12 18:46:39 +000010566Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10567
10568 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10569 to generate better API descriptions etc...
10570
Daniel Veillard9ff88172002-03-11 09:15:32 +000010571Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10572
10573 * c14n.c: Fixing #74186, made sure all boolean expressions
10574 get fully parenthesized, ran indent on the output
10575 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10576 include/libxml/tree.h: also #74186 related, removed the
10577 --with-buffers option, and all the preprocessor conditional
10578 sections that were resulting from it.
10579
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010580Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10581
10582 * valid.c: applied patch from Dodji Seketeli fixing an
10583 uninitailized variable in xmlValidGetValidElements()
10584
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010585Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * c14n.c: fixed a few comments
10588 * doc/*.html doc/*/*.html: regenerated the docs and added
10589 the C14N API
10590 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10591
Daniel Veillardfa49d872002-03-09 10:20:00 +000010592Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10593
10594 * check-xml-test-suite.py: fix to adapt varaiations in the
10595 bindings
10596 * configure.in python/setup.py python/setup.py.in: fixed to
10597 have the version of the python scripts automatically updated
10598
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010599Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10602 in xmlCopyProp()
10603
Daniel Veillardaf43f632002-03-08 15:05:20 +000010604Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10605
10606 * configure.in: preparing 2.4.17 release
10607 * doc/*: updated and rebuilt the docs
10608 * xpath.c: fixed a comment
10609 * python/libxml.c: fixed a possible reentrancy problem
10610
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010611Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10612
10613 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10614 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10615 added a specific regression test
10616 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10617 not raise exceptions when failing to find the attribute.
10618
Daniel Veillard90bc3712002-03-07 15:12:58 +000010619Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10620
10621 * configure.in xmllint.c: owen pointed out a problem with the
10622 ftme fix, gettimeofday() was not detected by configure and
10623 the ftime header wasn't included, dohhh
10624
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010625Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10626
10627 * configure.in xmllint.c: trying to fix #71457 for timing
10628 precision when gettimeofday() is not availble but ftime() is
10629
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010630Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10631
10632 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10633 are now copied on install and part of the -devel RPM
10634
Daniel Veillard7b416132002-03-07 08:36:03 +000010635Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * xpath.c: trying to avoid bug #72150 which was apparently
10638 caused by a gcc bug (or a processor problem) as detailed
10639 at http://veillard.com/gcc.bug
10640
Daniel Veillardf742d342002-03-07 00:05:35 +000010641Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10642
10643 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10644 fixed xmlReconciliateNs(), added a Python test/example for
10645 inter-document cut'n paste
10646 * python/libxml.py: fixed node.doc on document nodes and added
10647 xpathEval() onto node objects
10648
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010649Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10650
10651 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10652 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10653 fixup and integrated tests for the serialization stuff
10654
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010655Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10656
10657 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10658 moved the libxml man page to section 3
10659
Daniel Veillard1e774382002-03-06 17:35:40 +000010660Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10661
10662 * tree.c: fix bug #72490
10663 * python/libxml.c python/libxml.py: added methods serialize()
10664 and saveTo() to all node elements.
10665
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010666Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10667
10668 * xmlIO.c: closed #73430, don't read from an input source
10669 which indicated an end-of-file or an error.
10670
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010671Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10672
10673 * parser.c: make sure SAX endDocument is always called as
10674 this could result in a Python memory leak otherwise (it's
10675 used to decrement ref-counting)
10676 * python/generator.py python/libxml.c python/libxml.py
10677 python/libxml2-python-api.xml python/libxml2class.txt
10678 python/tests/error.py python/tests/xpath.py: implemented
10679 the suggestions made by Gary Benson and extended the tests
10680 to match it.
10681
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010682Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * python/generator.py: applied patch fixing #73450
10685
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010686Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10687
10688 * xpath.c: fixing #61290 "namespace nodes have no parent"
10689 long standing divergence from the XPath REC. NodeSets
10690 simply hold a copy of namespace nodes and those node ->next
10691 points to the parent (which may not be the node carrying the
10692 definition).
10693 * include/libxml/xpath.h: flagged but didn't added a possible
10694 speedup
10695 * DOCBparser.c HTMLparser.c: removed some warnings from push
10696 parser due to new state being added.
10697 * tree.c: new fix from Boris Erdmann
10698 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10699 the XML Canonalization support from Aleksey Sanin
10700
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010701Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10702
10703 * tree.c: patch from Boris Erdmann fixing some namespace odities
10704 with xmlCopyNode()
10705
Daniel Veillardc6613042002-03-02 09:34:02 +000010706Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * xmlIO.c: fix bug #72706 when loading a NULL entity
10709
Daniel Veillardc0fef772002-03-01 16:16:31 +000010710Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10711
10712 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10713 actually change in a future XML Namespace revision.
10714
Daniel Veillard79426f22002-03-01 16:14:17 +000010715Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10716
10717 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10718 added the possibility of returning nodesets from XPath extension
10719 functions written in Python
10720
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010721Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10722
10723 * python/*: commiting some Python bindings work done while travelling
10724
Daniel Veillard97300512002-03-01 09:13:41 +000010725Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10726
10727 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10728 explicitely with memory debugging switched on
10729
Daniel Veillard6361da02002-02-23 10:10:33 +000010730Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10731
10732 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10733 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10734 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10735 the accessor generator for strings
10736 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10737 regression test.
10738
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010739Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * python/README python/generator.py python/libxml.c python/setup.py:
10742 added the 'usual' setup.py to allow building a libxml2-python
10743 module based on the same code. The initialization is however
10744 different the 2 .so files fo libxml2 and libxslt are identical and
10745 they entry point initialize both libraries. this is done to avoid
10746 some possible nasty problem since the Python don't merge the maps
10747 of all shared modules.
10748
Daniel Veillard158a4d22002-02-20 22:17:58 +000010749Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * parser.c: fixed a push/encoding bug reported by Michael
10752 on librsvg
10753
Daniel Veillard7839e162002-02-20 18:54:48 +000010754Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10755
10756 * include/libxml/parserInternals.h: fixes a misplaced #endif
10757
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010758Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10759
10760 * parser.c valid.c: found and fixed a couple of allocation bugs
10761
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010762Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10763
10764 * doc/xml.html doc/python.html doc/*: added a Python and binding
10765 page describing the current state of the Python bindings and
10766 giving pointers to the other languages wrappers.
10767
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010768Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10771 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10772 rebuilt the API and web site
10773 * xpath.c: fixed #71978 portability bugs
10774
Daniel Veillard8aff2472002-02-19 21:50:43 +000010775Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10778
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010779Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10780
10781 * include/libxml/parserInternals.h parser.c: had to change
10782 2 internal parsing API when processing document content
10783 to check the start and end of element content are defined
10784 in the same entity
10785 * valid.c include/libxml/valid.h: attribute normalization can
10786 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10787 with the context to report it.
10788 * SAX.c: fixed the last known bugs, crazy validation constraints
10789 when a document is standalone seems correctly handled. There
10790 is a couple of open issues left which need consideration especially
10791 PE93 on external unparsed entities and standalone status.
10792 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10793 The 2 tests left failing are actually in error. Cleanup done.
10794
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010795Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10796
10797 * valid.c: implemented E59 spaces in CDATA does not match the
10798 nonterminal S
10799
Daniel Veillard878eab02002-02-19 13:46:09 +000010800Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10801
10802 * SAX.c parser.c valid.c: more validation test fixups
10803 * check-xml-test-suite.py: added duration info for the tests
10804
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010805Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10806
10807 * parser.c valid.c: a couple of errors were reported but not
10808 saved back as such in the parsing context. Down to 1% failure rate
10809 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10810
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010811Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * xmlInternald.c: isExtender was missing a char
10814 * parser.c include/libxml/parser.h: % are acceptable in the
10815 internal subset if within a PUBLIC ID
10816
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010817Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10818
10819 * SAX.c parserInternals.c valid.c: more work on the conformance
10820 suite. Took the step to finally block documents with encoding
10821 errors. It's a fatal error per the spec, people should have fixed
10822 their documents by now.
10823
Daniel Veillard55253e22002-02-18 14:32:39 +000010824Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10825
10826 * check-xml-test-suite.py: fixed the test script after some discussion
10827 on the semantic of TYPE="error"
10828 * Makefile.am: added the script to the distrib
10829
Daniel Veillard28757702002-02-18 11:19:30 +000010830Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * SAX.c entities.c: fixed a couple of conformances issues deep
10833 into the validation code (standalone and undeclared Notations)
10834
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010835Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10836
10837 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10838 stayed there for years !
10839
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010840Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10841
10842 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10843 missing
10844
Daniel Veillardc7612992002-02-17 22:47:37 +000010845Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10846
10847 * check-xml-test-suite.py: improved the behaviour a bit as
10848 well as the logs
10849 * parser.c valid.c SAX.c: fixed a few more bugs
10850 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10851
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010852Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * check-xml-test-suite.py: python script to run regression tests
10855 against the XML Test suite of W3C/OASis
10856 * SAX.c: fixed a validation bug
10857 * parser.c: fixed 3 errors pointed by the test suite
10858 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10859 * python/Makefile.am: fixed a dependendy
10860
Daniel Veillard9f28f302002-02-15 20:48:08 +000010861Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * xmlmemory.c: avoid a warning bug #71594
10864
Daniel Veillard144024e2002-02-13 21:14:46 +000010865Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10866
10867 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10868 warning on alpha/Tru64
10869
Daniel Veillarde4301c82002-02-13 13:32:35 +000010870Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10871
10872 * include/libxml/entities.h: fixing a comment
10873 * valid.c: fixing some troubles with validity check on namespaces
10874 * result/VC/NS3 test/VC/NS3: added a specific regression test
10875
Daniel Veillarda6d05382002-02-13 13:07:41 +000010876Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10877
10878 * tree.c: Fixing #71342 serializing '\n' in attribute values
10879 * result/noent/att3 result/att3 test/att3: added a specific
10880 test.
10881
Daniel Veillard797a5652002-02-12 13:46:21 +000010882Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * python/libxml.c: couple of bug fixes
10885
Daniel Veillard01a6d412002-02-11 18:42:20 +000010886Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10887
10888 * python/*.py: removed tabs and used spaces.
10889
Daniel Veillard397ff112002-02-11 18:27:20 +000010890Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10891
10892 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10893 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10894
Daniel Veillard03517542002-02-11 13:54:40 +000010895Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10896
10897 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10898 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10899
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010900Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * include/libxml/encoding.h include/libxml/entities.h
10903 include/libxml/globals.h include/libxml/parser.h
10904 include/libxml/threads.h include/libxml/tree.h
10905 include/libxml/xmlmemory.h: trying to fix the include mess
10906
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010907Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * include/libxml/xmlmemory.h: reverted part of the previous
10910 attempt to provide #69655, this was breaking the build.
10911
Daniel Veillard0ba59232002-02-10 13:20:39 +000010912Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10913
10914 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10915 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10916 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10917 include/libxml/parserInternals.h include/libxml/tree.h
10918 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10919 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10920 clean.
10921 * python/libxml.c: fixed a warning.
10922
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010923Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10924
10925 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10926 copying of node, merge back IDs in the target document.
10927 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10928 test/XInclude/ents/ids.xml: test case
10929 * result/VC/ElementValid4: output changed due to a typo fix
10930
Daniel Veillard1c18e302002-02-09 22:16:40 +000010931Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10932
10933 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010934 generate the dependencies right as Jacob found out. Add
10935 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010936
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010937Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10938
10939 * parserInternals.c valid.c: Justin Fletcher found some parts
10940 of the code needing cleanup
10941 * libxml.spec.in python/Makefile.am python/generator.py
10942 python/libxml.c python/libxml.py: Fixed the python Makefiles
10943 corrected a bug showing up on ia64, changed the name of the
10944 python internal module too
10945
Daniel Veillard07be19b2002-02-08 14:20:35 +000010946Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10947
10948 * Makefile.am: applied patch from Andris Pavenis for binary
10949 name suffixes
10950
Daniel Veillardf216d462002-02-08 13:44:24 +000010951Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10952
10953 * xmllint.c win32/win32config.h: fixing #68748
10954
Daniel Veillardd455d792002-02-08 13:37:46 +000010955Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10956
10957 * valid.c: fixing #70166
10958
10959Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * valid.c: fixing #70077
10962
Daniel Veillardc575b992002-02-08 13:28:40 +000010963Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10964
10965 * Copyright Makefile.am README configure.in libxml.spec.in:
10966 Changed to the MIT Licence
10967 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10968 doc/xmlio.html: updated the doc accordingly
10969 * include/libxml/xmlwin32version.h configure.in: preparing
10970 2.4.14 release
10971 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10972 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10973 fixed the const xmlChar * wrapper and generator, XPath extension
10974 functions now use the context as first argument
10975 * python/tests/tstxpath.py python/tests/xpath.py
10976 python/tests/xpathext.py: Updated the tests accordingly
10977 * tree.c: fixed bug #70067
10978
Daniel Veillard7db38712002-02-07 16:39:11 +000010979Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10980
10981 * Makefile.am: cleanup
10982 * debugXML.c: always use stdout if output is NULL
10983 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10984 * python/Makefile.am python/generator.py python/libxml2class.txt
10985 python/libxml_wrap.h python/types.c: augmented the number of bindings
10986 handling FILE * and XPath contexts
10987 * python/tests/Makefile.am: avoid a stupid problem due to the
10988 use of TEST.
10989
Daniel Veillard15a143b2002-02-06 22:40:50 +000010990Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10991
10992 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10993
Daniel Veillard70cab352002-02-06 16:06:58 +000010994Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10995
10996 * python/TODO python/libxml.c: cleanup the extension function lookup
10997 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10998
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010999Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11000
11001 * configure.in python/Makefile.am: do not install outside
11002 of prefix
11003
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011004Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11005
11006 * python/TODO python/libxml.c: started adding SAX interfaces
11007 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11008 SAX test
11009
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011010Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11011
11012 * tree.c: hardened the addChild function
11013 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11014 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11015 added accessors needed for xmlNode, a bit more testing and
11016 extension of interfaces
11017 * python/tests/Makefile.am python/tests/build.py: added a test
11018 build from scratch/save/load/check
11019
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011020Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11021
11022 * parserInternals.c: change a small bit in the way valididy
11023 error messages get initialized
11024 * python/TODO python/libxml.c python/libxml2-python-api.xml
11025 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11026 added some memory debugging to track leaks at the libxml2 level
11027 * python/tests/*.py: changed all tests to check for leaks,
11028 there is just one left in XPath extension registrations.
11029
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011030Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11031
11032 * python/TODO python/generator.py python/libxml2-python-api.xml
11033 python/libxml2class.txt: more accessor classes for the parser
11034 context, allow to switch on and check validity
11035 * python/tests/Makefile.am python/tests/error.py
11036 python/tests/invalid.xml python/tests/valid.xml
11037 python/tests/validate.py: attded more test and and added error.py
11038 which I forgot to commit in the last step
11039
Daniel Veillard3ce52572002-02-03 15:08:05 +000011040Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * python/Makefile.am python/types.c: cleanup
11043 * python/libxml.c python/libxml.py python/libxml_wrap.h
11044 python/generator.py python/libxml2-python-api.xml
11045 python/libxml2class.txt: added class for parser context, added
11046 first cut for push mode support. Added a framework to generate
11047 accessors functions.
11048 * python/tests/Makefile.am python/tests/push.py: added a push
11049 test
11050
Daniel Veillardcfb05462002-02-02 23:18:22 +000011051Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11054 bug a bit of cleanup.
11055
Daniel Veillard5d819032002-02-02 21:49:17 +000011056Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11057
11058 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11059 python/libxml2class.txt: adding error redirections and preformat
11060 to a python handler
11061 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11062 tests self checking
11063
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011064Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11067 a function
11068
Daniel Veillard9589d452002-02-02 10:28:17 +000011069Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11070
11071 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11072 python/libxml.c python/libxml2-python-api.xml
11073 python/libxml2class.txt: Progressing through the TODOs, class
11074 description output, extra XML API, RPM now builds the wrappers
11075 for all python installed versions
11076
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011077Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11078
11079 * configure.in libxml.spec.in python/Makefile.am python/TODO
11080 python/generator.py python/libxml2class.txt: added more informations
11081 in the libxml2-python package including docs. Slightly changed
11082 the class hierarchy
11083 * python/tests/*: added basic regression tests infrastructure too
11084
11085Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11086
11087 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11088 added libxml2-python as part of the packages installed
11089
Daniel Veillarda7340c82002-02-01 17:56:45 +000011090Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11091
11092 * python/Makefile.am python/generator.py python/libxml.c
11093 python/libxml.py: more work, now able to extend the
11094 XPath interpreter with functions written in python.
11095
Daniel Veillardc3e39442002-02-01 09:29:41 +000011096Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11097
11098 * python/Makefile.am: Jacob sent a patch to allow building from
11099 tarfile.
11100
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011101Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11104 inserted the python wrappers build, I hope this won't be too
11105 unportable
11106
Daniel Veillard1971ee22002-01-31 20:29:19 +000011107Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * xpath.c: minor optimization
11110 * python/generator.py python/libxml.c python/libxml.py
11111 python/libxml_wrap.h: more work on the python bindings,
11112 they now support XPath and there is no evident leak
11113
Daniel Veillard36ed5292002-01-30 23:49:06 +000011114Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * python/generator.py python/libxml.c python/libxml.py:
11117 more work on the python bindings generator.
11118
Daniel Veillard96fe0952002-01-30 20:52:23 +000011119Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11120
11121 * python/generator.py python/libxml.c python/libxml_wrap.h:
11122 more work on the python bindings.
11123
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011124Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * python/generator.py python/libxml.c python/libxml.py
11127 python/libxml_wrap.h: commited early version of a python binding
11128 for private use only ATM
11129
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011130Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11131
11132 * entities.c tree.c include/libxml/entities.h: applied patch
11133 from Anthony Jones to implement copy of DTD subtree too. Had
11134 just to keep 2 function private which really ought to become
11135 public ones.
11136
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011137Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11138
11139 * xmllint.c: added pointers to the web pages in the usage()
11140
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011141Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * tree.c: more fixes from Petr Kozelka for attribute handling
11144 in the tree API to align the semantic with DOM.
11145
Daniel Veillard36065812002-01-24 15:02:46 +000011146Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11147
11148 * valid.c tree.c entities.c: another set of patches from
11149 Anthony Jones for copy operations cleanup and robustness
11150
Daniel Veillardf8592562002-01-23 17:58:17 +000011151Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11152
11153 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11154 an alphabetic index based on comments content
11155 * doc/*: rebuilt the web site with the new references
11156
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011157Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11158
11159 * parserInternals.h: Greg Sjaardema suggested to use an
11160 eponential buffer groth policy in xmlParserAddNodeInfo()
11161
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011162Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11163
11164 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11165 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11166 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11167 to generate cross-references, and added/updated the stylesheets
11168 to generate and link API indexes. The generic keyword index
11169 is not done yet.
11170 * doc/*.html: regenerated all the usual docs too
11171
Daniel Veillard2070c482002-01-22 22:12:19 +000011172Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11173
11174 * debugXML.c: added an xpath function to the shell for T. V. Raman
11175
11176Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011177
11178 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11179 debug routines.
11180
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011181Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11184 support of attribute nodes
11185
Daniel Veillard9d06d302002-01-22 18:15:52 +000011186Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11189 hopefully near complete and fully documented of the API in XML
11190 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11191 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11192 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11193 include/libxml/parserInternals.h include/libxml/valid.hi
11194 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11195 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11196 include/libxml/xpath.h include/libxml/xpathInternals.h:
11197 Cleaned up the doc comments a lot in the process, the interface
11198 coverage is now 100%
11199
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011200Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11201
11202 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11203 extracts comments from the gtk-doc DocBook output (a bit
11204 convoluted but seems to work).
11205
Daniel Veillard61006472002-01-21 17:31:47 +000011206Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11207
11208 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11209 added an XML description of the API, moved the script generating
11210 it here. Added a "make api" target
11211
Daniel Veillardd2f23002002-01-21 13:36:00 +000011212Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11213
11214 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11215
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011216Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11217
11218 * xpath.c include/libxml/xpathInternals.h: the change made to
11219 xmlXPathFuncLookupFunc was incompatible roll it back
11220
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011221Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * SAX.c: cleanup patch from Anthony Jones
11224 * doc/Makefile.am: fix the headers to avoid in make scan
11225 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11226 includes, * vs Ptr and general cleanup
11227 * parsedecl.py: first version of a script to extract the
11228 module interfaces, the goal will be to provide .decl or XML
11229 specification of the interfaces to build wrappers.
11230
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011231Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11234 now provides return codes in case of errors
11235
Bjorn Reese026d29f2002-01-19 15:40:18 +000011236Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11237
11238 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11239 Upgraded to trio baseline 1.6
11240 * strio.h strio.c: Replaced by triostr.h and triostr.c
11241
Daniel Veillard572577e2002-01-18 16:23:55 +000011242Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11245 of strdup usage in the code
11246
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011247Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11248
11249 * parser.c error.c: Keith Isdale complained rightly that
11250 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11251
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011252Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11253
11254 * tree.c: fixed the funxtion to set the xml: attributes
11255 * debugXML.c: added "setbase" to test it.
11256
Daniel Veillard2c748c62002-01-16 15:37:50 +000011257Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11258
11259 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11260 to allow updating an attribute content
11261
Daniel Veillard8de85c62002-01-15 17:10:15 +000011262Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * libxml.h: try to avoid problems when compiling on Windows
11265
Daniel Veillard314cfa02002-01-14 17:58:01 +000011266Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11267
11268 * hash.c: patch from Anthony Jones for hash.c allocation size
11269 * Makefile.am: trying to work around Yet Another Libtool Madness
11270 and build the 2.4.13 release finally ...
11271
Daniel Veillard744683d2002-01-14 17:30:20 +000011272Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11273
11274 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11275 * doc/* : update of the documentation
11276
Daniel Veillarde6a55192002-01-14 17:11:53 +000011277Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11278
11279 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11280 at fixing #61290 :-(
11281
Daniel Veillardfb25a512002-01-13 20:32:08 +000011282Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11285 Fixes bug #67229
11286
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011287Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11288
11289 * tree.c: trying to avoid troubles when a subtree is copied
11290 and coalesced in part with the target tree. Should fix
11291 bug #67407
11292
Daniel Veillardd8224e02002-01-13 15:43:22 +000011293Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11294
11295 * valid.c: fixed validation of attributes content of type
11296 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11297 values, very old bug. Fixes #67671
11298
Daniel Veillard8107a222002-01-13 14:10:10 +000011299Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * parser.c include/libxml/parserInternals.h tree.c: integrated
11302 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11303 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11304
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011305Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11306
11307 * threads.c: applied Serguei Narojnyi's patch to add native
11308 thread support on the Win32 platform
11309 * testThreadsWin32.c Makefile.am: added the test program also
11310 from Serguei, Win32 specific
11311 * include/win32config.h include/libxml/xmlwin32version.h.in:
11312 added patch from Igor for the Windows thread specific defines.
11313
Daniel Veillard845cce42002-01-09 11:51:37 +000011314Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11317
Daniel Veillard7b602b42002-01-08 13:26:00 +000011318Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11319
11320 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11321 output page into XMLinfo.html. Close bug #66951 and
11322 raised by Robert Collins too.
11323
Daniel Veillard73c6e532002-01-08 13:15:33 +000011324Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11325
11326 * encoding.c: Paul Keogh pointed out a possibility of segfault
11327 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11328 Closes bug # 68238
11329
Daniel Veillard4a859202002-01-08 11:49:22 +000011330Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11331
11332 * doc/*.html: updated the Gdome2 links
11333
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011334Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11335
11336 * libxml.h: Applied following patches from Robert Collins
11337 and make sure IN_LIBXML is defined when compiling it
11338 -------
11339 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11340 as well as Visual C.
11341 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11342 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11343 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11344 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11345 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11346 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11347 xmlSysIDExists xmlNoNetExists).
11348 * xmllint.c: Don't include winsock2.h for Cygwin.
11349
Daniel Veillard401c2112002-01-07 16:54:10 +000011350Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11351
11352 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11353 when the version info is not present.
11354
Daniel Veillard6f42c132002-01-06 23:05:13 +000011355Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11356
11357 * tree.c: Anthony Jones pointed out a problem in
11358 xmlStringGetNodeList() and provided a fix for it
11359
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011360Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11361
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011362 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011363 xmlCreatePushParserCtxt() when the initial buffer passed
11364 is large.
11365
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011366Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * win32/*: big cleanup of the Windows/MSVC project files
11369 from Igor Zlatkovic
11370
Daniel Veillardcebb1362002-01-02 13:13:30 +000011371Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * doc/Makefile.am: should fix #67674 and avoid troubles if
11374 xsltproc is not available or fails in the prefix provided
11375
Daniel Veillard26908ab2002-01-01 16:50:03 +000011376Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11377
11378 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11379
Daniel Veillard5344c602001-12-31 16:37:34 +000011380Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11381
11382 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11383 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11384 Fixed a few other problems raised by Charlie Bozeman.
11385 * result/VC/ElementValid[5-7]: fixed the output
11386
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011387Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11388
11389 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11390 patches from Charlie Bozeman. Regenerated the HTML docs.
11391
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011392Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11393
11394 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11395 for Windows from Igor
11396
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011397Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11398
11399 * xmllint.c: applied Justin Fletcher patch for --output or -o
11400
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011401Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11402
11403 * win32/libxml2/libxml2.def.src: close #67019
11404
Daniel Veillard01db67c2001-12-18 07:09:59 +000011405Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11406
11407 * xmllint.c: applied Justin Fletcher generic timing patch
11408 similar to the one already applied to xsltproc.
11409
Daniel Veillardd1640922001-12-17 15:30:10 +000011410Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11411
11412 * include/libxml/tree.h tree.c: applied documentation patches
11413 from Charlie Bozeman
11414
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011415Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11416
11417 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11418
Daniel Veillard29e43992001-12-13 22:21:58 +000011419Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11420
11421 * valid.c: fix the xmlStrdup() used in the previous patch.
11422 * valid.c: added --dropdtd
11423 * tree.c: fixed xmlUnlinkNode so it also removes the references
11424 from the document if the node is a DTD
11425
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011426Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11427
11428 * HTMLtree.c valid.c: cleanup some static declarations
11429
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011430Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11431
11432 * xmllint.c: removed another strdup()
11433 * doc/FAQ: removed the HP/UX entry
11434
Daniel Veillarded472f32001-12-13 08:48:14 +000011435Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11436
11437 * valid.c: fix bug #66816 when validating.
11438 * xmllint.c: don't use sys/time.h if configure did not found it
11439
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011440Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11441
11442 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11443 xmlcatalog_man.xml
11444
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011445Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11446
11447 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11448 xmlInitMemory() was declared twice
11449
Daniel Veillardb82c1662001-12-09 14:00:54 +000011450Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11451
11452 * globals.c: do not reference strdup() !
11453 * configure.in libxml-2.0.pc.in: trying to fix the libs
11454 of the various config extraction modules
11455
Daniel Veillardef90ba72001-12-07 14:24:22 +000011456Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11457
11458 * configure.in : preparing 2.4.12
11459 * doc/* : updated and rebuilt the docs
11460
Daniel Veillard220346d2001-12-07 11:33:54 +000011461Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11462
11463 * uri.c: closed bug #66159
11464 * testURI.c: added --escape option
11465 * configure.in: some cleanup for xml2-config --cflags
11466
Daniel Veillard2a906822001-12-06 14:34:08 +000011467Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11468
11469 * globals.c testThreads.c: removed some misplaced includes
11470 of xmlversion.h
11471
Daniel Veillarde28313b2001-12-06 14:08:31 +000011472Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11473
11474 * threads.c: patch from Gary Pennington fixing a possible
11475 problem at initialization time.
11476
Daniel Veillardd3b08822001-12-05 12:03:33 +000011477Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11478
11479 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011480 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011481 CodeWarrior.
11482
Daniel Veillarda7866932001-12-04 13:14:44 +000011483Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11484
11485 * xmllint.c: applied Geert Kloosterman's patch to fix
11486 --repeat --timing output
11487
Daniel Veillard19840942001-11-29 16:11:38 +000011488Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11489
11490 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11491 where non-wellformed XML declaractions were not detected.
11492
Daniel Veillarde85d9342001-11-28 14:43:12 +000011493Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11494
11495 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11496
Daniel Veillard22f25a82001-11-28 09:12:23 +000011497Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11498
11499 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11500 gets reset by xmlCleanupInputCallbacks() and this makes the
11501 function useless. Same for output.
11502
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011503Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11504
11505 * xmlIO.c: robert pointed out a loop error in callback cleanups
11506
Daniel Veillard8faa7832001-11-26 15:58:08 +000011507Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11508
11509 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11510 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11511 they are not really tied to debugging
11512
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011513Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11514
11515 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11516 * xmllint.c: better --catalogs description
11517
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011518Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11519
11520 * tree.c: fixed a couple of problems in xmlSetProp()
11521
Daniel Veillardcd337f02001-11-22 18:20:37 +000011522Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11523
11524 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11525 unappropriate stdout output.
11526
Daniel Veillard566d4df2001-11-22 13:00:53 +000011527Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11528
11529 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11530 by Denis Beurive, closes #65111
11531
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011532Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11533
11534 * valid.c: in case of content model validity error, don't
11535 print it if validity warnings were not requested.
11536
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011537Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11538
11539 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11540 * parserInternals.c: removed the last exit() call. Print an
11541 unmaskable error on stderr instead (library mismatch detection)
11542
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011543Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11544
11545 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11546 shell instructions from Heiko Rupp
11547
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011548Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11549
11550 * catalog.c: use the URL notation file:// for default catalog paths
11551
Daniel Veillard0ec98632001-11-14 15:04:32 +000011552Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11553
11554 * include/libxml/tree.h: better comments for _private fields
11555 * tree.c: removed a problem when copying an entity reference.
11556
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011557Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11558
11559 * vms/*: updated instructions and diffs from John A Fotheringham
11560
Daniel Veillarda11001b2001-11-12 22:45:36 +000011561Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11562
11563 * include/libxml/xmlerror.h: avoid an include problem if
11564 #include <libxml/xmlerror.h> happens first in code
11565 seems to be the case in KDE libs
11566
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011567Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11568
11569 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11570 from Igor for Windows
11571
11572Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11573
11574 * Makefile.am: Gary Pennington pointed out a missing prefix
11575
Daniel Veillard43d3f612001-11-10 11:57:23 +000011576Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11577
11578 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11579 * doc/*: upgraded and rebuilt the docs
11580
Daniel Veillardc1f78342001-11-10 11:43:05 +000011581Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11582
11583 * HTMLparser.c: fix comment in scripts element parsing.
11584 * result/HTML/doc3*: updated the results.
11585
11586Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11587
11588 * uri.c: another URI bug fix #63336, using Joel Young patch.
11589
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011590Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11591
11592 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11593 a cleaned up version of the Pwd shell string generation.
11594
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011595Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11596
11597 * valid.c include/libxml/tree.h: trying to fix namespaces +
11598 validation problems for good, closing #63619 in the process
11599 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11600 wrong in this respect, fixed it.
11601
Daniel Veillardd536f702001-11-08 17:32:47 +000011602Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11603
11604 * xmllint.c: Morus Walter patch to allow --format and --encode
11605
Daniel Veillard5004f422001-11-08 13:53:05 +000011606Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11607
11608 * debugXML.c: Stefan Kost provided an help command for the shell
11609
Daniel Veillarda6825e82001-11-07 13:33:59 +000011610Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11611
11612 * debugXML.c: Heiko Rupp pointed that the shell would crash
11613 on empty nodesets returns.
11614
Daniel Veillard03f848d2001-11-07 12:53:46 +000011615Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11616
11617 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11618 migh need the history libraries
11619
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011620Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11621
11622 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11623 handle the case of < in quoted attributes, Bastian Kleineidam
11624
Daniel Veillardc853b322001-11-06 15:24:37 +000011625Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11626
11627 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11628 fixing catalog breakages
11629 * Makefile.am catalog.c result/catalogs/catal
11630 result/catalogs/mycatalog.* test/catalogs/catal*:
11631 fixed more problems in catalog support, added more regression tests
11632 for both XML and SGML catalog handling
11633
Daniel Veillard66870c72001-11-05 19:27:49 +000011634Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11635
11636 * debugXML.c: applied an improvement to xmlGetLineNo() from
11637 Keith Isdale
11638
Daniel Veillardffe09c92001-11-05 14:21:47 +000011639Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11640
11641 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11642 Side effect of the progressive catalog loading
11643
Daniel Veillardad661b92001-11-05 11:43:15 +000011644Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11645
11646 * Makefile.am: confexecdir and confexec_DATA were defined twice
11647 pointed out by Karl Eichwalder
11648
Daniel Veillard6eb17722001-11-04 22:19:27 +000011649Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11650
11651 * xmlcatalog.c: avoid unlink() and use remove() instead.
11652
Daniel Veillardea898282001-11-04 22:13:45 +000011653Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11654
11655 * libxml.spec.in: cleanup
11656 * include/libxml/xmlwin32version.h: updated with 2.4.8
11657
Daniel Veillarda4617b82001-11-04 20:19:12 +000011658Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11659
11660 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11661 of compiling libxml with a non standard set of options
11662
John Fleck027edfb2001-11-04 20:13:58 +000011663Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11664
11665 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11666 document --sgml option, fixing gnome bugzilla #63382
11667
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011668Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11669
11670 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11671 breakage of 2.4.7, added a couple of really needed APIs
11672 like xmlCatalogIsEmpty() and xmlNewCatalog()
11673 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11674 for install-catalog
11675 * configure.in: preparing 2.4.8
11676
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011677Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11678
11679 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11680 include/libxml/tree.h include/libxml/xmlIO.h: more include
11681 cleanups, export cleanly one html output + format function.
11682
11683Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11684
11685 * parser.c: removed initGenericErrorDefaultFunc call from
11686 xmlInitParser() since it could destroy previous calls to
11687 xsltSetGenericErrorFunc() effects
11688
Daniel Veillardebd38c52001-11-01 08:38:12 +000011689Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11690
11691 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11692 keyword.
11693
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011694Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11695
11696 * Makefile.am: cleanup
11697 * threads.c: cleanup too
11698 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11699 from xsltproc
11700 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011701 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011702
Daniel Veillard91c00402001-10-30 17:41:38 +000011703Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11704
11705 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11706 was not used anymore !
11707
Daniel Veillard52dcab32001-10-30 12:51:17 +000011708Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11709
11710 * configure.in: preparing 2.4.7
11711 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11712 manual page from John
11713 * doc/*: updated the doc and rebuilt the generated pages
11714
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011715Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11716
11717 * xmlIO.c: closing bug #62711, the library should never
11718 close stdin or stdout.
11719
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011720Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * uri.c: second pass at fixing #63336, using Joel Young
11723 final patch. looks okay.
11724
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011725Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11726
11727 * uri.c include/libxml/uri.h: trying to clear #63336
11728 allowing the escaping routine to parse unconformant
11729 URI-References.
11730
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011731Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11732
11733 * vms/readme.vms vms/build_libxml.com nanoftp.c
11734 include/libxml/xmlversion.h.in: a few VMS updates from
11735 John A Fotheringham
11736 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11737 and xmlCleanupOutputCallbacks() for the Perl binding people.
11738
Daniel Veillard635ef722001-10-29 11:48:19 +000011739Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11740
11741 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11742 apply fixes to close #63271 and avoid segfaults when
11743 the error routine gets callbed before xmlInitParser()
11744 get called.
11745 * nanoftp.c error.c: Applied patches from Justin Fletcher
11746 correcting some xmlGenericError misuses.
11747
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011748Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11749
11750 *doc/xmllint.xml, doc/xmllint.1
11751 New and improved man page for xmllint - .xml is the original, .1
11752 is the generated man page
11753
Daniel Veillardc9484202001-10-24 12:35:52 +000011754Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11755
11756 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11757 the web site from the main HTML document.
11758
Daniel Veillard5151c062001-10-23 13:10:19 +000011759Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11760
11761 * parser.c: fixed an erroneous validation bug when PE refs
11762 occurs in external parsed entities referenced from the
11763 internals subset
11764 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11765 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11766 added the associated testcase, it's a nice one.
11767 * HTMLparser.c: generate the DTD node as HTML still ...
11768 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11769
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011770Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11771
11772 * HTMLparser.c: fixed a bug in htmlNewDoc()
11773
Daniel Veillard89cad532001-10-22 09:46:13 +000011774Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11775
11776 * test/threads/*: added entities testing to the Thread test
11777 * testThreads.c: make the test reasonable
11778 * DOCBparser.c: fix the DTD public and system ID
11779 * xmllint.c: added --sgml for SGML DocBook importing
11780 * Makefile.am: added Docbtests target
11781
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011782Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11783
11784 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11785 * testThreads.c: removed bogus include
11786
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011787Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11788
11789 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11790 fixed a very serious (looping) validation bug
11791
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011792Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11793
11794 * include/libxml/globals.h include/libxml/threads.h threads.c
11795 testThreads.c: far more testing, cleaning up bugs
11796 * *.c : make sure globals.h is always included.
11797
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011798Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11799
11800 * HTMLparser.c: try to get rid of parser loops for good.
11801
Daniel Veillardab7488e2001-10-17 11:30:37 +000011802Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11803
11804 * configure.in: fixed some bugs in CFLAGS passing.
11805 * test/threads Makefile.am testThreads.c: added a specific
11806 threaded test case (really nasty, guaranteed).
11807
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011808Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11809
11810 * catalog.c: serious cleanup on the management of the
11811 XML catalog tree, more tests done, especially with
11812 the catalog PI.
11813
Daniel Veillard364789a2001-10-16 12:45:00 +000011814Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11815
11816 * catalog.c: avoid a problem in catalog cleanup on SMP if
11817 catalogs were not initialized.
11818
Daniel Veillard81463942001-10-16 12:34:39 +000011819Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * catalog.c xpath.c: trying to cleanup the not thread safe
11822 parts of the library.
11823
Daniel Veillard64a411c2001-10-15 12:32:07 +000011824Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11825
11826 * include/libxml/globals.h configure.in global.data: make
11827 the allocation be per-thread a configure option
11828 * encoding.c include/libxml/parser.h: fixed compilation
11829 errors
11830
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011831Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * include/libxml/parser.h: Norm reported that a few lines
11834 added were breaking libxslt compile, removed them for now
11835
Daniel Veillard6f350292001-10-14 09:56:15 +000011836Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11837
11838 * parser.c parserInternals.c threads.c: debugged and fixed
11839 initialization problems which were giving troubles on SMP
11840 boxes.
11841
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011842Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * include/libxml/Makefile.am: missing globals.h
11845
Daniel Veillarde7090612001-10-13 12:18:28 +000011846Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011847
Daniel Veillarde7090612001-10-13 12:18:28 +000011848 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011849
Daniel Veillardd0463562001-10-13 09:15:48 +000011850Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11853 include/libxml/parserInternals.h include/libxml/tree.h
11854 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11855 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11856 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11857 Applied the last patches from Gary, cleanup, activated threading
11858 all user accessible global variables are now handled in globals.[ch]
11859 Still a bit rought but make tests passes with either
11860 --with-threads defined at configure time or not.
11861 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11862 linking options
11863
Daniel Veillardb8478642001-10-12 17:29:10 +000011864Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * Makefile.am include/libxml/Makefile.am
11867 include/libxml/globals.h globals.c include/libxml/threads.h
11868 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11869 configure.in: started integrating the core of the thread support
11870 not activated yet but half integrated. The code should still
11871 compile and work anyway.
11872
Daniel Veillardb44025c2001-10-11 22:55:55 +000011873Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11874
11875 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11876 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11877 integrating the non-controversial parts of Gary Pennington
11878 multithread patches
11879 * catalog.c: corrected a small bug introduced
11880
Daniel Veillard75b96822001-10-11 18:59:45 +000011881Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11882
11883 * catalog.c include/libxml/catalog.h: very serious cleanup,
11884 isolating unportable code and as much as possible the accesses
11885 to the global shared catalog. May need more testing !
11886
Daniel Veillard78d12092001-10-11 09:12:24 +000011887Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11890 Keith Isdale patches for the XSLT debugger interfaces. Some
11891 cleanup
11892
Daniel Veillardff0b7312001-10-11 06:46:09 +000011893Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11894
11895 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11896 * DOCBparser.c: generate line nubers in elements
11897
Daniel Veillard60087f32001-10-10 09:45:09 +000011898Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * configure.in: preparing 2.4.6 release
11901 * doc/xml.html doc/html/*: updated and rebuilt the docs
11902 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11903
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011904Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11905
11906 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11907 adding documentation for DV's supercatalog support
11908
Daniel Veillard82d75332001-10-08 15:01:59 +000011909Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11910
11911 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11912 super catalog support adding one API and one flag --sgml to
11913 xmlcatalog
11914
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011915Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11916
11917 * doc/xmlcatalog_man.xml, xmlcatalog.1
11918 One more crack at
11919 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11920
11921
Thomas Broyer47334c02001-10-07 16:41:52 +000011922Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11923
11924 * xpath.c: implemented xmlXPathObjectCopy for external objects
11925 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11926
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011927Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11928
11929 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11930 finishing up fix to
11931 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11932 the xmlcatalog man page display more elegantly
11933
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011934Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11935
11936 * configure.in: closing bug #61832
11937 * HTMLparser.c: removed a warning
11938
Daniel Veillard6ab38382001-10-06 13:08:27 +000011939Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11940
11941 * xpath.c: fixing #61673 part I, do not loose doc information
11942 when copying result value trees.
11943
Daniel Veillard556c6682001-10-06 09:59:51 +000011944Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11945
11946 * xpath.c: trying to harden the XPath interpreter
11947
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011948Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11949
11950 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11951 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11952
William M. Brack1633d182001-10-05 15:41:19 +000011953Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11954
11955 * HTMLparser: repaired another loop problem
11956
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011957Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11958
11959 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11960 parsing.
11961 * xpath.c: fix bug #61291 the default XML namespace node is
11962 missing from the namespace axis.
11963 * tree.c: refuse to create namespaces nodes with prefix "xml"
11964
Daniel Veillard651f9472001-10-04 14:51:06 +000011965Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11966
11967 * SAX.c: ouch a non-defined namespace could lead to a crash,
11968 fixed #61215
11969
Daniel Veillard7dd05702001-10-04 14:25:12 +000011970Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11971
11972 * parserInternals.c: closed bug #61054
11973
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011974Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11975
11976 * include/libxml/Makefile.am: closing #60708
11977
Daniel Veillarda293c322001-10-02 13:54:14 +000011978Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11979
11980 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11981 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11982
Daniel Veillardf4309d72001-10-02 09:28:58 +000011983Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11984
11985 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11986
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011987Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11990 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11991
Daniel Veillard16756b62001-10-01 07:36:25 +000011992Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11993
11994 * catalog.c: Justin Fletcher provided cleaup code in case
11995 HAVE_STAT is not defined
11996 * include/win32config.h: Igor Zlatkovic suggested to have
11997 HAVE_STAT defined there
11998
William M. Brack5e1cac12001-09-28 16:19:18 +000011999Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12000
12001 * catalog.c - fixed typing error reported by M. Barros
12002
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012003Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12004
12005 * xmllint.c - fixing typo
12006
William M. Brackd28e48a2001-09-23 01:55:08 +000012007Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12008
12009 * HTMLparser.c: small enhancement to prevent loop on
12010 unrecognizable data
12011
Daniel Veillardb1d62872001-09-21 09:47:08 +000012012Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12013
12014 * parserInternals.c: applying patch from bug #60757 this
12015 should close it
12016
Daniel Veillardc0631a62001-09-20 13:56:06 +000012017Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12018
12019 * catalog.c xmlcatalog.c: removed a couple of warning
12020 * xpath.c: try to solve the linking problem on platforms
12021 needing trio to compile
12022
Daniel Veillard1a123612001-09-19 08:06:23 +000012023Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012024
Daniel Veillard1a123612001-09-19 08:06:23 +000012025 * Makefile.am libxml.spec.in: backing up non-documented changes
12026 commited without review or aproval by Jens Finke <jens@gnome.org>
12027 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012028
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012029Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12030
12031 * configure.in: Joe Orton provided a patch fixing a problem
12032 when iconv is specified to be in a non-standard directory
12033 but wasn't exported in xml2-config --cflags
12034
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012035Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12036
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012037 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012038 troubles with 2.4.4 errors.
12039
Daniel Veillard16698282001-09-14 10:29:27 +000012040Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12041
12042 * encoding.c entities.c: do not output hexadecimal charrefs
12043 when serializing HTML since some version of Netscape can't
12044 grok it, generate decimal ones.
12045 * result/HTML/doc3.htm: output changed due to previous test
12046 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12047
Daniel Veillard98fed372001-09-13 11:34:58 +000012048Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12049
12050 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12051 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12052
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012053Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012054 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012055
12056 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12057 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12058 updated the configuration scripts systems accordingly
12059
Daniel Veillard04382ae2001-09-12 18:51:30 +000012060Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12061
12062 * configure.in: preparing for 2.4.4
12063 * doc/xml.html doc/html/*: updated and rebuilt the docs
12064
Daniel Veillardd63437e2001-09-12 15:00:27 +000012065Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12066
12067 * win32/dsp/libxml2.def.src: tried to incorporate comments
12068 from bug #59220
12069
Daniel Veillard319a7422001-09-11 09:27:09 +000012070Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12071
12072 * parser.c result/noent/wml.xml: fixed bug #59981 related
12073 to handling of '&' in attributes when entities are substitued
12074
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012075Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12076
12077 * libxml.h include/libxml/xmlversion.h.in
12078 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12079 Tried to close bug #60131
12080
Daniel Veillardbce62332001-09-10 18:46:55 +000012081Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12082
12083 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12084
Daniel Veillard143b04f2001-09-10 18:14:14 +000012085Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12086
12087 * SAX.c: fixing bug #59946 on xmlns=""
12088
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012089Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12090
12091 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12092 but allocates a new error code.
12093
Daniel Veillard05c13a22001-09-09 08:38:09 +000012094Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12095
12096 * xmllint.c: John Fleck fixed typos in the options output
12097 * parser.c SAX.c: fix ignorable white space SAX selection
12098
12099Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12100
12101 * entities.c: Steve Underwood found the possibility of an
12102 ininite loop in case of error.
12103
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012104Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12105
12106 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12107
Daniel Veillarda050d232001-09-05 15:51:05 +000012108Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12109
12110 * parser.c: warn if version is not 1.0 but it's not
12111 strictly speaking an error after analyzing the spec
12112
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012113Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12114
12115 *doc/catalog.html - add link to the html version of the
12116 man page, other linguistic cleanups
12117
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012118Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12119
12120 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12121 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12122 file, has not yet been included in the build.
12123
Daniel Veillard99784ff2001-09-01 16:20:28 +000012124Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12125
12126 * catalog.c: removed a duplicate affectation Justin Fletcher
12127
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012128Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12129
12130 * tree.c: Armin Sander pointed a possible text coalescing
12131 problem, completed his patch.
12132
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012133Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12134
12135 * trionan.c: Fixed const and volatile re-definition problem
12136
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012137Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * libxml.4 parser.c: doc updates from Heiko Rupp
12140 * parserInternals.c: 2 sanity checks from Heiko Rupp
12141
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012142Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12143
12144 * tree.c: applied patch from Armin Sander to make some pointers
12145 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012146 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012147
Daniel Veillardb06c6142001-08-27 14:26:30 +000012148Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12149
12150 * xpath.c: hum, restrict the integer usage gcc bug workaround
12151 to only gcc compilers so that other architecture don't get
12152 penalized by this limitation.
12153 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12154
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012155Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12156
12157 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12158 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12159
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012160Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12161
12162 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12163 --convert option to xmlcatalog to convert SGML ones to
12164 the XML syntax.
12165 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12166
12167 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012168Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12169
12170 * catalog.c xmlIO.c: started some serious testing and fixed
12171 a few bug and optmization needs.
12172
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012173Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12174
12175 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12176 preparing for a 2.4.3 release even if it may not be ready yet
12177 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12178 all file parsing lookup to go through the entity resolver, add
12179 to add an API to bypass it (needed to load catalogs themselves),
12180 some cleanup on the catalog code too.
12181 * nanoftp.c: small cleanup
12182 * doc/catalog.html: small update
12183
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012184Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12185
12186 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12187 Jun Kuriyama
12188
Daniel Veillardffb120d2001-08-23 00:52:23 +000012189Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12190
12191 * doc/catalog.html: finished the catalog documentation
12192
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012193Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12194
12195 * doc/catalog.html doc/xml.html: added documentation about
12196 Catalog support, misses an API description
12197 * doc/html/*: reextracted the API pages
12198
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012199Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12200
12201 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12202 Added the part about section 7.2 on URI resolution,
12203 fixed a side effect in the HTML parser, look complete
12204 and ready to rock except the URI/SystemID part!
12205
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012206Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12207
12208 * include/libxml/catalog.h include/libxml/parser.h
12209 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12210 xmlIO.c: added support and APIs needed for the catalog PI
12211 * include/libxml/xmlIO.h: cleanup
12212
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012213Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12214
12215 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12216 include/libxml/catalog.h: starts to look okay, really
12217 plugged the new framework, cleaned a lot of stuff,
12218 added some APIs, except the PI's support missing this
12219 should be mostly complete
12220 * result/catalogs/* test/catalogs/*: added new test, enriched
12221 the existing one with URN ID tests
12222
Daniel Veillard64339542001-08-21 12:57:59 +000012223Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12224
12225 * catalog.c: fixed nextCatalog
12226 * result/catalogs/docbook test/catalogs/*: started adding
12227 a small regression test
12228
Daniel Veillardcda96922001-08-21 10:56:31 +000012229Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12230
12231 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12232 more work on the XML catalog support.
12233 * parser.c include/libxml/parser.h: small cleanup seems using
12234 list as a public parameter name can give portability troubles
12235 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12236 include/libxml/xpath.h include/libxml/Makefile.am: removed
12237 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12238 wrappers
12239
Bjorn Reese45029602001-08-21 09:23:53 +000012240Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12241
12242 * Makefile.am trio.c triodef.h trionan.c xpath.c
12243 include/libxml/Makefile.am include/libxml/trionan.h:
12244 Re-worked Not-A-Number and Infinity support.
12245 * xmlcatalog.c: added readline include files
12246
Daniel Veillard344cee72001-08-20 00:08:40 +000012247Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12248
12249 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12250 testCatalog as xmlcatalog, making it an installed app
12251 adding a shell, and preparing it to be a /etc/xml/catalog
12252 management tool, though not ready yet
12253 * catalog.c include/libxml/catalog.h: adding support for
12254 XML Catalogs http://www.oasis-open.org/committees/entity/
12255 not finished, there is some interesting tradeoffs and a
12256 few open questions left.
12257
Daniel Veillardb7664f42001-08-19 13:00:43 +000012258Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12259
12260 * xmllint.c: fixed a line formatting problem
12261
Daniel Veillard5015b712001-08-17 09:37:52 +000012262Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12263
12264 * SAX.c: removed a couple of unused variable (Albert Chin)
12265
Daniel Veillardbb371292001-08-16 23:26:59 +000012266Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12269 trying to fix some troubles w.r.t. function returning
12270 const xxxPtr.
12271
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012272Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12273
12274 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12275 defined
12276
Daniel Veillardae6db172001-08-16 19:32:00 +000012277Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12278
12279 * xpointer.c: removed unused var
12280
Daniel Veillard09190202001-08-16 16:27:41 +000012281Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12282
12283 * testXPath.c: another small cleanup closing bug #59110
12284
Daniel Veillard796f4b62001-08-16 16:00:13 +000012285Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12286
12287 * win32/dsp/libxml2.def.src: small cleanup closing bug
12288 #59108
12289
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012290Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12291
12292 * example/gjobread.c: add xmlCleanupParser() before leaving
12293
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012294Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12295
12296 * config.h.in configure.in include/libxml/xmlwin32version.h:
12297 released 2.4.2
12298
Daniel Veillardd3d06722001-08-15 12:06:36 +000012299Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12300
12301 * include/libxml/valid.h debugXML.c valid.c: deprecate
12302 the non-boundchecking Sprintf functions, add Snprintf
12303 this should close bug #57984
12304
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012305Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12306
12307 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12308 URIs before doing the lookups (pointed by Mark Vakoc)
12309
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012310Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12311
12312 * xpath.c: serious changes on Result Value Trees and NodeSets
12313 w.r.t. deallocation and collect operations. Probably not
12314 100% clean (merge of allocated trees smells like a problem).
12315 Seems sufficient to close #58943
12316
Daniel Veillard90493a92001-08-14 14:12:47 +000012317Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12318
12319 * xmllint.c: adding a --format option
12320
Daniel Veillardfe703322001-08-14 12:18:09 +000012321Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12322
12323 * xpath.c: count() was broken on Result Value Tree
12324 * xmlIO.c: fixed file:/// accesses on _WIN32
12325
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012326Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12327
12328 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12329 macro was renamed, this should close bug #58683
12330
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012331Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12332
12333 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12334 entity substitution mode text at the end of the entity might
12335 be added due to text coalescing.
12336 * nanoftp.c parser.c: small cleanup
12337
Daniel Veillard0c720972001-08-08 20:59:00 +000012338Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12339
12340 * HACKING: added John Fleck right to commit in the doc subdir
12341
Daniel Veillard48da9102001-08-07 01:10:10 +000012342Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12343
12344 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12345 allow to inherit attributes from the DTD directly in the
12346 tree, this is needed for XPath and can be a useful feature.
12347 Inherited namespaces are always provided at the tree level now
12348 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12349 of tests for this feature (XSLT being the prime user).
12350
Daniel Veillard50f34372001-08-03 12:06:36 +000012351Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12352
12353 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12354 testSAX.c xmlIO.c xmllint.c include/win32config.h
12355 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12356 include/libxml/xmlwin32version.h.in win32/README.MSDev
12357 win32/dsp/*: applied Win32 Facelift No.2 patches from
12358 Igor Zlatkovic for Windows/MSC
12359
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012360Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12361
12362 * SAX.c: unparsedEntityDecl() the URI computation of the
12363 entity wasn't done breaking XSLT unparsed-entity-uri()
12364
Daniel Veillard567e1b42001-08-01 15:53:47 +000012365Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12366
12367 * xpath.c: fixed a bug when walking the descendants and
12368 the current node has no children
12369 * debugXML.c: show up when a text node is supposed to not be escaped
12370
Thomas Broyerf186c822001-07-31 23:30:37 +000012371Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12372
12373 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12374 worked like the set:leading() function)
12375 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12376
Daniel Veillardba6db032001-07-31 16:25:45 +000012377Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12378
12379 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12380
Daniel Veillard57905372001-07-31 15:52:17 +000012381Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12382
12383 * include/libxml/xmlIO.h: apply change to close #58141
12384 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12385
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012386Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12387
12388 * parser.c: when the internal subset uses a PE, then the
12389 included entity can use conditional sections.
12390
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012391Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12392
12393 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12394 when walking the namespace axis showing up in
12395 libxst/tests/general/bug-12
12396 * xmlmemory.c: added the possibility to trace a given block
12397 defined by its address
12398
Daniel Veillard4aafa792001-07-28 17:21:12 +000012399Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12400
12401 * parser.c: don't override existing encoding specified before
12402 starting xmlParseDocument()
12403
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012404Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12405
12406 * include/libxml/xmlwin32version.h: reinserted, needed for
12407 Windows users of CVS
12408
Darin Adlera77cac02001-07-27 17:41:51 +0000124092001-07-27 Darin Adler <darin@bentspoon.com>
12410
Darin Adler699613b2001-07-27 22:47:14 +000012411 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12412 * testCatalog.c: Add include of <libxml/parser.h>.
12413
124142001-07-27 Darin Adler <darin@bentspoon.com>
12415
Darin Adlera77cac02001-07-27 17:41:51 +000012416 * include/libxml/.cvsignore:
12417 * include/libxml/xmlwin32version.h:
12418 Remove this file from CVS because it's generated.
12419
Daniel Veillard50822cb2001-07-26 20:05:51 +000012420Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12421
12422 * parser.c include/libxml/parser.h: applied const patches from
12423 Tom Moog #58002
12424
Thomas Broyerba4ad322001-07-26 16:55:21 +000012425Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12426
12427 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12428 lookup framework
12429
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012430Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12431
12432 * tree.c: fixed xmlCopyNode() for documents
12433
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012434Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12435
12436 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12437
12438Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012439
12440 * parser.c: fixes bug #57652 reported by Morus Walter
12441
Daniel Veillarde3924972001-07-25 20:25:21 +000012442Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12443
12444 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12445
Daniel Veillarda53c6882001-07-25 17:18:57 +000012446Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12447
12448 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12449 errors, lesson don't add new functions at 1am before a release
12450 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12451 from XPath initialization when possible.
12452
Daniel Veillardd9bad132001-07-23 19:39:43 +000012453Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12454
12455 * result/scripts/base*: removing history/readline changed
12456 this slightly
12457 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12458 xmllint.c: make element content line number generation
12459 optionnal to avoid breaking old apps added interface to switch
12460
Daniel Veillardf012a642001-07-23 19:10:52 +000012461Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12462
12463 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012464 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012465 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12466 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12467 John Kroll fixes to allow saving to HTTP via PUT (or
12468 POST of needed).
12469 * doc/html/*.html: regenerated the docs
12470
Thomas Broyere8126242001-07-22 03:54:15 +000012471Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12472
12473 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12474 xmlHashScanFull and xmlHashScannFull3 to get passed the
12475 three keys as arguments to the callback function
12476
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012477Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12478
12479 * configure.in Makefile.am: removed libxml softlink for good
12480 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12481 100% coverage by gtk-doc
12482
Daniel Veillard8599e702001-07-17 21:38:51 +000012483Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12484
12485 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12486 fixed serious troubles due to size_t vs. int mismatch
12487
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012488Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12489
12490 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12491
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012492Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12493
12494 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12495 convenient extension API for value and context managing
12496 Now handles external objects through xmlXPathPopExternal,
12497 xmlXPathWrapExternal and xmlXPathReturnExternal.
12498 Added functions for sets operations (intersection, etc.)
12499
Daniel Veillard22090732001-07-16 00:06:07 +000012500Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12501
12502 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12503 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12504 HTMLparser.c: cleanup of global variables, marking some
12505 const or private.
12506
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012507Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012508
12509 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12510 fixed xmlXPathNodeSetItem when passing index=0
12511
Daniel Veillard05dec342001-07-14 21:57:39 +000012512Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12513
12514 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12515
Daniel Veillard28ae6362001-07-14 16:44:32 +000012516Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12517
12518 * xmllint.c: fixed compilation under Cygwin #57503
12519 * TODO: update
12520
Peter Williamsed156f52001-07-13 18:35:13 +0000125212001-07-13 Peter Williams <peterw@ximian.com>
12522
12523 * config.h.in: add #undef HAVE_DLFCN_H
12524
12525 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12526 builddir.
12527
Daniel Veillard73b36e32001-07-12 15:09:52 +000012528Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12529
12530 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12531 raised by #57348 and #57381
12532
Daniel Veillard7db37732001-07-12 01:20:08 +000012533Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12534
12535 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12536 tree.c xpointer.c: store the line numbder in element->content,
12537 may break some software, need a configuration mechanism
12538
Darin Adler96037892001-07-11 00:03:16 +0000125392001-07-10 Darin Adler <darin@bentspoon.com>
12540
12541 * .cvsignore:
12542 * example/.cvsignore:
12543 * include/.cvsignore:
12544 * include/libxml/.cvsignore:
12545 Various things that are generated and should be ignored.
12546
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012547Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12548
12549 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12550 * doc/xml.html doc/html/*: updated the docs
12551
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012552Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12553
12554 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12555 validation occured on content with element child
12556
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012557Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12558
12559 * tree.c: fixed XML Base computation which was broken
12560 * debugXML.c: added a base function to the shell
12561 * Makefile.am result/scripts/* test/scripts/*: added scripts
12562 based regression tests, and adding 2 XML Base tests
12563
Daniel Veillard19e96c32001-07-09 10:32:59 +000012564Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12565
12566 * tree.c: set properties doc and call xmlSetListDoc for properties
12567 content when grafting them in a different tree.
12568 * aclocal.m4: remove from CVS
12569
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012570Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * win32/libxml2/libxml2.def.src: added some missing entry point
12573 for XPath (Mark Vakoc)
12574
Daniel Veillard388236f2001-07-08 18:35:48 +000012575Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12576
12577 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12578 layer should URI-Unescape before trying to open resources.
12579
Daniel Veillard04383752001-07-08 14:27:15 +000012580Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12581
12582 * xpath.c: fix the name() bug for elements in the default
12583 namespace reported by Charlie Bozeman
12584
Daniel Veillard7583a592001-07-08 13:15:55 +000012585Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12586
12587 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12588 led to an XPath fix, improvements of SAX initialization, and
12589 an added option --nocdata to testXPath
12590
Daniel Veillard449d7392001-07-07 19:11:06 +000012591Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12592
12593 * doc/libxml-doc.el: Felix Natter provided anew version working
12594 with XEmacs too
12595
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012596Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12597
12598 * include/libxml/xpath.h: small cleanup
12599 * doc/xml.html: update
12600
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012601Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12602
12603 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12604 released 2.3.14
12605
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012606Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12607
12608 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012609 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012610
Daniel Veillard73c9c042001-07-05 20:02:54 +000012611Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12612
12613 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12614 were not equal to empty strings
12615
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012616Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12617
12618 * SAX.c: fixed a URI-Reference computation problem when validating
12619 * xmlIO.c: small cleanup
12620
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012621Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12622
12623 * parser.c: improved the description of a couple of interfaces
12624 upon Larry Stamper suggestion
12625
Daniel Veillard62f313b2001-07-04 19:49:14 +000012626Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12627
12628 * SAX.c entities.c parser.c: changed completely the way entities
12629 are handled when running the parser in entity substitution mode.
12630 This fixes a bug reported by Stephan Kulow and nearly divides
12631 by 3 the amount of memory required by libxslt to load and process
12632 DocBook TDG.
12633
Daniel Veillardf420ac52001-07-04 16:04:09 +000012634Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12635
12636 * HTMLparser.c: fixing a too early root closing problem raised
12637 byt Prashanth Naidu
12638
Daniel Veillard8c357d52001-07-03 23:43:33 +000012639Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12640
12641 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12642 raised by Mark Vakoc.
12643
Daniel Veillard6e90d192001-07-03 16:37:49 +000012644Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12645
12646 * example/Makefile.am: fixed the include path to add srcdir/include
12647 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12648 and some cleanup
12649
Daniel Veillardf06307e2001-07-03 10:35:50 +000012650Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12651
12652 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12653 lot of optimization work, results in significant improvements
12654 when handling really complex XPath queries. Add a small optimizer
12655 for unions, improve [n] and [last()], avoid some costly ops.
12656
Daniel Veillard77044732001-06-29 21:31:07 +000012657Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12658
12659 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12660 * xpath.c: small cleanup
12661 * xmlGetNsList: reformated, fixed problems if used on Entities
12662
Daniel Veillard2adbb512001-06-28 16:20:36 +000012663Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12664
12665 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12666
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012667Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12668
12669 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12670 * Makefile.am example/Makefile.am: workaround automake generating
12671 erroneous deps
12672
Daniel Veillard12f7d292001-06-28 13:12:11 +000012673Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12674
12675 * include/win32config.h: bug #56801 Yon Derek provided a patch
12676 to the windows config file.
12677
Daniel Veillard87ee9142001-06-28 12:54:16 +000012678Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12679
12680 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12681 libxml.h : Yon Derek provided a set of changes to compile from
12682 CVS on Windows/MSC
12683
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012684Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12685
12686 * parser.c: fixed UTF8 BOM support in push mode
12687 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12688 added a specific testcase
12689
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012690Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12691
12692 * Makefile.am: added --push regression tests
12693 * parserInternals.c: the XML parser segfaulted in --push mode
12694
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012695Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12696
12697 * configure.in: moved the symlinks detection within a CVS
12698 check, this is not portable and will be removed soon.
12699 * xpath.c: small cleanup/speedup
12700
Daniel Veillard11648102001-06-26 16:08:24 +000012701Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12702
12703 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12704 release of 2.3.12
12705 * parser.c: make an error message if unknow entities in all cases
12706
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012707Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12708
12709 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12710
Daniel Veillard23793842001-06-25 16:07:45 +000012711Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12712
12713 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12714 includes were installed in the wrong dir
12715
Daniel Veillardf5498f32001-06-25 15:08:36 +000012716Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12717
12718 * doc/html.xml: warn against sending code to exhibit bugs.
12719
Daniel Veillard56f06462001-06-24 21:34:03 +000012720Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12721
12722 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12723 Tru64 from Thomas Leitner
12724
Daniel Veillardc5d64342001-06-24 12:13:24 +000012725Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * AUTHORS: added William and Bjorn
12728 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12729 daniel@veillard.com hopefully I won't have to do this again
12730 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12731 docs can be rebuilt cleanly now
12732 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12733 from CVs it's generated, added include/libxml/xmlwin32version.h
12734 also generated but which should change far less frequently.
12735 * catalog.c nanoftp.c: made sure to include libxml.h not
12736 libxml/xmlversion.h directly
12737 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12738 when compiling on WIN32 and MSC
12739
Daniel Veillard07385fd2001-06-23 21:55:48 +000012740Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12741
12742 * include/Makefile.am include/libxml/Makefile.am configure.in:
12743 fixed make distcheck and rebuilding the rpms
12744
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012745Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12746
12747 * configure.in: should finish the migration of exported includes
12748 into a real include/libxml in CVS, at least for CVS users.
12749 * removed the exported headers, added in include/libxml (as well
12750 as xmlversion.h.in).
12751
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012752Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12753
12754 * configure.in: fixed the way to detect symlink
12755
Daniel Veillard66541772001-06-23 18:31:04 +000012756Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12757
12758 * configure.in: updated, include/libxml is now a real CVS dir
12759
Daniel Veillardca989762001-06-23 17:39:29 +000012760Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12761
12762 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12763 version works with both libxml1 and libxml2 (it autodetects
12764 the prefix of the html-files) from Felix Natter.
12765 * doc/xml.html: updated doc accordingly
12766
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012767Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12768
12769 * xpath.c: fixed the bug generating a template loop in libxslt
12770 when using docbook-xsl-1.4, * should filter out document nodes
12771 * HACKING: added William
12772 * TODO: updated
12773
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012774Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12775
12776 * doc/FAQ.html: added a warning about gcc-3.0
12777 * doc/xml.html: added reference to gdome2 and removed a confusing
12778 sentence
12779
Daniel Veillardf7f41852001-06-22 15:18:01 +000012780Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12781
12782 * xmlversion.h: okay this is a generated file, but Windows
12783 users need it and they can't generate it, and I want CVS
12784 Windows users ...
12785 * win32/libxml2/libxml2_so.dsp: Windows project file for
12786 the shared lib version of libxml2
12787 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12788 resources needed for libxslt/xsltproc by Yon Derek
12789
Bjorn Reese3157b342001-06-22 14:41:45 +000012790Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12791
12792 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12793
Daniel Veillard4151acb2001-06-22 10:48:57 +000012794Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12795
Daniel Veillardcc146db2001-06-22 11:10:52 +000012796 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12797
12798Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12799
Daniel Veillard4151acb2001-06-22 10:48:57 +000012800 * include/win32config.h: Yon Derek provided a first fix
12801 to be able to compile libxslt/xsltproc on Windows
12802
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012803Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12804
12805 * xpath.c: attempt to work around what seemed a gcc optimizer
12806 bug when handling floats on i386 http://veillard.com/gcc.bug
12807 * tree.c entities.c encoding.c: doing some cleanups while
12808 chasing it
12809
Daniel Veillard017b1082001-06-21 11:20:21 +000012810Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12811
12812 * Makefile.am: cleanup when --without-debug is specified
12813 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12814 w.r.t. --without-debug and other include points
12815 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12816 Catalogs
12817 * configure.in entities.h tree.h HTMLparser.c: removed
12818 --without-corba, made the _private field mandatory
12819
Daniel Veillard87a764e2001-06-20 17:41:10 +000012820Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12821
12822 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12823 outputs a BOM in UTF8, an errata has been issued to avoid the
12824 problem, that was the most reasonable solution... Add support
12825 for a leading UTF8 BOM in entities.
12826
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012827Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12828
12829 * valid.c: fixed a bug found when post validating an entity ref
12830 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12831 activate it too
12832
Daniel Veillard39196eb2001-06-19 18:09:42 +000012833Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12834
12835 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12836 weakness in the node copy the XPointer and the XInclude
12837 implementations. Serious cleanup.
12838
Daniel Veillard3739b982001-06-19 12:51:30 +000012839Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12840
12841 * Makefile.am: Kjartan Maraas provided a small patch to
12842 add xml2-config.in to EXTRA_DIST
12843
Daniel Veillarda9142e72001-06-19 11:07:54 +000012844Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12847 provided another failing case found in KDE, the way the
12848 ctxt->vctxt.nodeTab was allocated and freed changed over
12849 time but it wasn't completely cleaned up. This should fix it.
12850
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012851Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12852
12853 * parser.c: Stephan Kulow also raised the fact that line number
12854 could get miscounted making debug harder, fixed the problem
12855 in xmlParseCharData()
12856
Daniel Veillard64b98c02001-06-17 17:20:21 +000012857Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12858
12859 * valid.c: Stephan Kulow pointed out a problem when validating
12860 and using an empty entity, forgot a 'break' in a case.
12861
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012862Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12863
12864 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12865 * doc/xml.html: updated with 2.3.11
12866
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012867Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * TODO: updated adding cleanup of generated doc
12870 * configure.in: prepared to release 2.3.11
12871 * xmllint.c: added --version for bug reporting
12872 * doc/html/*.html: rebuilt the doc
12873
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012874Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12875
12876 * xpath.c: first part of the work on selecting namespace to
12877 fix bug #56115
12878
Daniel Veillard96ed5832001-06-15 22:22:04 +000012879Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12880
12881 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12882 when using -liconv
12883 * TODO: updated
12884
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012885Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12886
12887 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12888 cleanup, encoding support.
12889
Daniel Veillard608ad072001-06-14 08:32:28 +000012890Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12891
12892 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12893
Daniel Veillard239d0522001-06-13 23:02:48 +000012894Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * xpath.c: bug detected by Ankh when / is used as a function arg
12897
Daniel Veillard02bb1702001-06-13 21:11:59 +000012898Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12899
12900 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12901 of element and use it to avoid outputting formatting spaces at
12902 the wrong place. Implemented the format parameter for HTML save.
12903 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12904 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12905 result/HTML/wired.html: of course this impact the result of a
12906 number of HTML tests
12907
Daniel Veillard95d845f2001-06-13 13:48:46 +000012908Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12909
12910 * HTMLtree.[ch]: started augmenting the HTML save API with
12911 encoding and formatting parameters
12912
Daniel Veillardeca60d02001-06-13 07:45:41 +000012913Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12914
12915 * HTMLtree.h: cleanup and started evaluating the work needed on
12916 revamping the HTML output code
12917
Daniel Veillard84666b32001-06-11 17:31:08 +000012918Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12919
12920 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12921
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012922Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * valid.c: fixed bug #56049, forgot one check in the
12925 validation routine
12926
Daniel Veillardca2366a2001-06-11 12:09:01 +000012927Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12928
12929 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12930
Daniel Veillard6761eee2001-06-11 10:29:38 +000012931Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * libxml.h: fixed an error in last commit
12934 * doc/FAQ.html: added an entry for compilation from CVS
12935
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012936Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * xmlversion.h.in libxml.h: Cygwin patches
12939 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12940 * tree.h: cleanup
12941
Daniel Veillardacd370f2001-06-09 17:17:51 +000012942Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12943
12944 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12945 memory block in a strange case where libxml is linked twice
12946 in the binary.
12947
Daniel Veillard1d047672001-06-09 16:41:01 +000012948Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12949
12950 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12951 state far too often, simple fix used to avoid it.
12952
Daniel Veillard4497e692001-06-09 14:19:02 +000012953Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12954
12955 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12956 being processed, applied his patch
12957 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12958
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012959Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12960
12961 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12962 provided fixes to compile on MSCC again
12963 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12964 also provided an update for the project files.
12965
Daniel Veillarda682b212001-06-07 19:59:42 +000012966Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12967
12968 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12969 bug #55810
12970
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012971Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12972
12973 * tree.c: fixed xmlGetNsProp() to close bug #55683
12974 Note this requires libxslt to use it's own function instead.
12975
Daniel Veillardf0c53762001-06-07 16:07:07 +000012976Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12977
12978 * HTMLtree.c: when in a pre element no formatting space should
12979 be added.
12980 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12981
Daniel Veillard068a9652001-06-07 15:30:26 +000012982Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12983
12984 * configure.in: added tests for signal() and signal.h
12985
Daniel Veillard541d6552001-06-07 14:20:01 +000012986Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12987
12988 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12989
Daniel Veillard8a367d42001-06-07 14:01:34 +000012990Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12991
12992 * doc/libxml-doc.el: Felix Natter provided a new version for
12993 libxml2
12994
Daniel Veillard8a926292001-06-07 11:20:20 +000012995Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * HTMLtree.c: when in a pre element no formatting space should
12998 be added.
12999
Daniel Veillard14839d52001-06-06 16:11:56 +000013000Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13001
13002 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13003
Daniel Veillarde95e2392001-06-06 10:46:28 +000013004Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13005
13006 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13007 hack
13008 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13009 * uri.c: fixed a warning
13010
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013011Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13012
13013 * HTMLtree.c: trying to close bug #55772 escaping in script
13014 elements
13015 * doc/xml.html: suggest to send mail to the list
13016
13017Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013018
13019 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13020 good. Use a macro and based on the solution provided in
13021 vsnprintf manual page from GNU.
13022
Bjorn Reese99748722001-06-05 12:49:15 +000013023Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13024
13025 * error.c: Workaround for non-preserving variadic list.
13026 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13027
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013028Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13029
13030 * doc/xml.html: added 2.3.10 release
13031
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013032Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13033
13034 * configure.in: releasing 2.3.10
13035
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013036Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13037
13038 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13039
Daniel Veillard20042422001-05-31 18:22:04 +000013040Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13041
13042 * encoding.c: Robert Collins provided a patch to add the
13043 "US-ASCII" encoding alias
13044
Daniel Veillard97ac1312001-05-30 19:14:17 +000013045Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13046
13047 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13048 string oriented functions and started cleaning the related areas
13049 in xpath.c which needed fixing in this respect
13050
Daniel Veillard2d703722001-05-30 18:32:34 +000013051Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13052
13053 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13054 #55380
13055 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13056
Daniel Veillard9403a042001-05-28 11:00:53 +000013057Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13058
13059 * TODO: updated
13060 * nanohttp.[ch] : started adding APIs to get the redirected URL
13061 when this occurs (needed for further base computation
13062 * tree.h: cleanup
13063 * encoding.c: cleanup
13064 * SAX.c: minor change around ctxt->loadsubset
13065
Daniel Veillard6278fb52001-05-25 07:38:41 +000013066Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13067
13068 * Makefile.am include/Makefile.am: small change to have
13069 include/libxml rebuilt if working from CVS.
13070 * uri.c: applied another patch from Carl Douglas for URI escaping,
13071 this should close bug #51876
13072
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013073Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13074
13075 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13076 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13077 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13078 added specific regression test
13079 * parser.h: preparing for the XSLT mode where DTD inherited
13080 attributes are added to the tree.
13081
Daniel Veillardbbd22452001-05-23 12:02:27 +000013082Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * xinclude.[ch]: Updated the namespace for the Last Call version
13085 * result/XInclude/include test/XInclude/include: updated the
13086 testsuite accordingly
13087
Daniel Veillard8514c672001-05-23 10:29:12 +000013088Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13091 related to bug #51876
13092
Daniel Veillard42596ad2001-05-22 16:57:14 +000013093Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13094
13095 * tree.c: fixed a gross mistake in base computation, xml:base is
13096 not completely correct yet (need cascade).
13097 * xpath.[ch]: added the few things needed to find a function name
13098 and URI from the XPath context when it is called.
13099
Daniel Veillard81418e32001-05-22 15:08:55 +000013100Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13101
13102 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13103 * DOCBparser.c: small cleanup
13104 * xmllint.c: added a --catalogs option to load catalogs from
13105 $SGML_CATALOG_FILES
13106 * tree.c: cleanup
13107 * configure.in: iconv library fixup, ICONV_LIBS
13108
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013109Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * catalog.c: handling of CATALOG entries. detection of recursion,
13112 and a few bugfixes
13113 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13114 against the default namespace
13115
Daniel Veillard04b93292001-05-21 08:15:31 +000013116Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13117
13118 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13119
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013120Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13121
13122 * parser.c: fixed propagation context info when parsing an
13123 external entity.
13124 * doc/html/*.html: regenerated a couple of docs
13125
Daniel Veillard4623acd2001-05-19 15:13:15 +000013126Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * doc/xml.html: update with 2.3.9 informations
13129
Daniel Veillardbed7b052001-05-19 14:59:49 +000013130Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13133 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13134 * doc/html/* : rebuilt the docs
13135 * valid.c: small patch which may improve some case when
13136 validating.
13137
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013138Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13139
13140 * HTMLparser.c: Closed bug #54891
13141 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13142 to the suite
13143
13144Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13145
13146 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13147 applied a documentation patch from LotR and filled in a few missing
13148 descriptions
13149
Daniel Veillard76d66f42001-05-16 21:05:17 +000013150Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * xpath.c tree.c parser.c: speed optimizations at the parser level
13153 document tree freeing and xpath evaluation
13154
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013155Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13156
13157 * parser.c parser.h parserInternals.h: fixed a couple of
13158 interfaces for handling memory buffer input to const char *
13159 upon suggestion of JamesH.
13160
Daniel Veillardc3739e72001-05-15 15:23:27 +000013161Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13162
13163 * configure.in: LoTR sent a patch fixing the previous commit
13164
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013165Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13166
13167 * configure.in: trying to deal again with the stoopid -R linking
13168 flag of Solaris
13169
Daniel Veillard790142b2001-05-15 10:51:53 +000013170Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13171
13172 * xpath.h: two nodeset access macros from Thomas Broyer
13173
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013174Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13175
13176 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13177 patch from Thomas Broyer
13178
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013179Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13180
13181 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13182 case
13183 * INSTALL: was empty added stuff from the FAQ
13184
Daniel Veillard75bea542001-05-11 17:41:21 +000013185Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13186
13187 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13188 attributes handling and #54433 by adding xmlUnsetProp()
13189 and xmlUnsetNsProp()
13190
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013191Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13192
13193 * HTMLparser.c: Patch from Jonas Borgström
13194 (htmlGetEndPriority): New function, returns
13195 the priority of a certain element.
13196 (htmlAutoCloseOnClose): Only close inline elements if they
13197 all have lower or equal priority.
13198 * result/HTML: this of course changed a number of tests results.
13199
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013200Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * xmlIO.c catalog.c: plugged in the default catalog resolution
13203 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13204 documentations
13205 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13206
Daniel Veillarda7374592001-05-10 14:17:55 +000013207Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13208
13209 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13210 integrating catalogs
13211 * catalog.[ch] testCatalog.c: adding a small catalo API
13212 (only SGML catalog support).
13213 * parser.c: restaured xmlKeepBlanksDefault(0) API
13214
Daniel Veillardc17337c2001-05-09 10:51:31 +000013215Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13216
13217 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13218
Daniel Veillard257d9102001-05-08 10:41:44 +000013219Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13220
13221 * parser.c: added xmlParseExternalEntityPrivate() to allow
13222 propagation of ctxt->_private when parsing external entities
13223
Daniel Veillard083c2662001-05-08 08:27:14 +000013224Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13225
13226 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13227
Daniel Veillard01ef7382001-05-08 07:31:43 +000013228Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13231
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013232Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13233
13234 * valid.c: warn when indeterminist content model is detected
13235 * result/VC/ElementValid8: this adds a message
13236 * Makefile.am: add --novalid for VCM tests
13237 * parserInternals.c: added a call to Init memory
13238
Daniel Veillard64269352001-05-04 17:52:34 +000013239Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13240
13241 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13242 when both parameters are NULL.
13243
Daniel Veillard37721922001-05-04 15:21:12 +000013244Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13245
13246 * valid.c: applied small patch from Gary Pennington, reindented
13247 some part of the code.
13248
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013249Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13252 release, updated and regenerated the docs
13253
Daniel Veillard357c9602001-05-03 10:49:20 +000013254Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * xpath.c result/XPath/expr/floats : clarified and cleanup
13257 printing of abnormal floats in tests.
13258
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013259Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13262 * results/HTML/ : a few changes in the output of the HTML tests as
13263 a result.
13264 * configure.in: tying to fix -liconv where needed
13265
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013266Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13267
13268 * Makefile.am: fixed a stupid error
13269
Daniel Veillard7150a032001-05-02 16:41:11 +000013270Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13271
13272 * configure.in Makefile.am: make the inclusion of the trio
13273 modules in the library conditional
13274
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013275Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13276
13277 * DOCBparser.c: patche from László Kovács, fixed entities refs
13278 in attributes handling
13279
Daniel Veillardedddff92001-05-02 10:58:52 +000013280Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13281
13282 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13283 flushing
13284
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013285Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13286
13287 * xpath.c: fix of an XSLT namespace bug reported on the list
13288 general/bug-8-
13289
Daniel Veillard5792e162001-04-30 17:44:45 +000013290Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13291
13292 * strio.h trio.c: Dan McNichol suggested a couple of small
13293 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13294
Daniel Veillard02141ea2001-04-30 11:46:40 +000013295Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13296
13297 * tree.c parser.c encoding.c: spent a bit more time looking
13298 at the parsing speed and DOM handling. Added a few more
13299 speedups.
13300
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013301Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * parser.c: small but effective parsing speed improvement
13304
Daniel Veillardb59076b2001-04-29 17:04:07 +000013305Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * configure.in: default on the DocBook parser inclusion (for Gnome)
13308 * DOCBparser.h: fixed a header reference
13309
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013310Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13311
13312 * configure.in xpath.c: applied Bjorn patches for FPE on the
13313 alpha
13314
Daniel Veillardeefd4492001-04-28 16:55:50 +000013315Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13316
13317 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13318 xmlSaveFormatFileTo()
13319
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013320Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13321
13322 * xpath.c: simple and efficient optimization, XPath functions
13323 aways bind to the same code, cache this
13324 * TODO: updated (by saying some is obsolete)
13325
Daniel Veillard2156a562001-04-28 12:24:34 +000013326Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13327
13328 * xpath.c: more cleanup work on XPath name parsing routines
13329
Daniel Veillard61d80a22001-04-27 17:13:01 +000013330Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13331
13332 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13333 xmlXPathParseName
13334 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13335 * debugXML.c: avoid compilation problems if compiling without
13336 HTML support, Igor Zlatkovic
13337 * win32/libxml2/libxml2.def.src: being able to compile without
13338 XPath on Windows
13339
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013340Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13341
13342 * libxml.m4: yet another patch from Toshio Kuratomi
13343
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013344Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13345
13346 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13347
Daniel Veillard67fee942001-04-26 18:59:03 +000013348Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13349
13350 * tree.[ch]: added xmlSaveFormatFile interface for saving
13351 and indenting a file.
13352
Daniel Veillard82e49712001-04-26 14:38:03 +000013353Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13354
13355 * xpath.c: fixed bug #53689 related to processing-instruction()
13356
Daniel Veillard02f077a2001-04-26 10:59:11 +000013357Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * DOCBparser.c: patche from László Kovács
13360
Daniel Veillard30211a02001-04-26 09:33:18 +000013361Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * parser.c: applied fixes from Christian Glahn bug report #53391
13364
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013365Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * error.c: Jean François Lecomte provided a complete description
13368 and a fix to bug #53537
13369
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013370Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13373
Daniel Veillard1034da22001-04-25 19:06:28 +000013374Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * DOCBparser.c SAX.c: a bit more work on entities processing.
13377 Still Need to cleanup XML output and references in attributes
13378
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013379Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13380
13381 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13382
Daniel Veillardb33c2012001-04-25 12:59:04 +000013383Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13384
13385 * tree.c: trying to fix #53574, not completely complete,
13386 I would like xmllint --copy --debug test/ent1 and
13387 xmllint --debug test/ent1 to show the same result.
13388 * xpath.c: fix a bug when trying to sort namespace nodes
13389
Daniel Veillard5146f202001-04-25 10:29:44 +000013390Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13391
13392 * HTMLtree.c: real fix for #53402
13393
Daniel Veillard7533cc82001-04-24 15:52:00 +000013394Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13395
13396 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13397 PIs when using xsl:output
13398 * valid.c: closing #53537 some case generate segfaults if there
13399 is validity errors
13400
Daniel Veillard61b33d52001-04-24 13:55:12 +000013401Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13404 of external parsed entities, added --noent to testDocbook
13405 * valid.c: Garry Pennington found an uninitialized variable
13406 access in xmlValidateElementContent()
13407
Daniel Veillard56098d42001-04-24 12:51:09 +000013408Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13409
13410 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13411 with madness
13412 * result/HTML/ : this modified the result of the regression tests
13413 a lot.
13414
Daniel Veillard122376b2001-04-24 12:12:30 +000013415Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13416
13417 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13418 to doc where it wasn't checked against NULL reported by
13419 Jens Laas
13420
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013421Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13424 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13425
Daniel Veillardeae522a2001-04-23 13:41:34 +000013426Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13429 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13430 * SAX.[ch]: cleanup and updates for DocBook
13431 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13432 ex SGML identifier changes
13433 * valid.c: removed a static unused function.
13434
Daniel Veillardde57c612001-04-23 09:13:36 +000013435Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * HTMLtree.c: applied change for Paul Sponagl on script saving
13438 * Makefile.am: the warning about entity title.xml are normal.
13439
Daniel Veillard393df012001-04-22 20:11:18 +000013440Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13441
13442 * configure.in: release of 2.3.7
13443 * Makefile.am: fixing make distcheck
13444
Daniel Veillarda41123c2001-04-22 19:31:20 +000013445Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13446
13447 * doc/html/* doc/xml.html: updated and regenerated the docs
13448
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013449Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13450
13451 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13452
Daniel Veillarde82a9922001-04-22 12:12:58 +000013453Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * tree.c: fixed #53388 with the provided patch
13456
Daniel Veillard06803992001-04-22 10:35:56 +000013457Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * valid.c: Bjorn detected an invalid memory access. Fixed
13460 vstateVPush()
13461
Daniel Veillard40af6492001-04-22 08:50:55 +000013462Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13465
Bjorn Reese70a9da52001-04-21 16:57:29 +000013466Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13467
13468 * libxml.h: new header used only for the compilation of libxml
13469 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13470 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13471 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13472 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13473 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13474 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13475 baseline (version 1.2 plus a single patch).
13476 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13477 scientific notation for numbers. Tests added.
13478 * xpath.c: formatting of numbers changed to use sprintf
13479 (contribution from William Brack)
13480
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013481Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13482
13483 * valid.c: cleanup, more useful debugging
13484 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13485 * xmlIO.c: entity loading is printed as an error when validating
13486
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013487Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13488
13489 * valid.c: fixed to validate within entities
13490 * test/VCM/v22.xml: added a specific testcase
13491
Daniel Veillardca1f1722001-04-20 15:47:35 +000013492Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * valid.c: forgot an epsilon transition in for ()+
13495 * test/VCM/v21.xml : added a specific test case
13496
Daniel Veillard85349052001-04-20 13:48:21 +000013497Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * valid.c: removed a state explosion exhibited by RSS
13500 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13501 from bug #51872
13502
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013503Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13504
13505 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13506 validation without using an ugly NFA -> DFA algo in the source.
13507 Made a specific algorithm easier to maintain, using a single
13508 stack and without recursion.
13509 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13510 * hash.c: made the growing routine static
13511 * tree.h parser.c: added the parent information to an
13512 xmlElementContent node.
13513
Daniel Veillarde470df72001-04-18 21:41:07 +000013514Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13515
13516 * SAX.c parser.c xpath.c: generating IDs when not validating
13517 from an external parsed entity was poisoning the ID has table
13518 with removed values. This was killing XSLT on the KDE help
13519 browser.
13520
Daniel Veillardceacdd92001-04-18 15:10:35 +000013521Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * entities.h: andrew@ugh.net.au detected a double declaration
13524
Daniel Veillarda10efa82001-04-18 13:09:01 +000013525Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * debugXML.c hash.c tree.h valid.c : some changes related to
13528 the validation suport to improve speed with DocBook
13529 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13530 the way validation errors get reported
13531
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013532Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13533
13534 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13535 by P C Chow and William M. Brack for XSLT HTML output
13536
Daniel Veillard2d90de42001-04-16 17:46:18 +000013537Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13538
13539 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13540 Igor Zlatkovic patches for MSC compilation and added his
13541 updates
13542
Daniel Veillarde043ee12001-04-16 14:08:07 +000013543Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13544
13545 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13546 prefix lookup.
13547 * parserInternals.c: fixed the bug reported by Morus Walter
13548 due to an off by one typo in xmlStringCurrentChar()
13549
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013550Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13551
13552 * HTMLparser.c result/HTML/*: revamped the way the HTML
13553 parser handles end of tags or end of input
13554
Daniel Veillard82daa812001-04-12 08:55:36 +000013555Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13558
Daniel Veillard67a21302001-04-11 14:39:16 +000013559Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13560
13561 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13562 bug where the linktime verions of free() won't work ...
13563
Daniel Veillard27b55282001-04-11 12:22:25 +000013564Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13567
Daniel Veillardafc73112001-04-11 11:51:41 +000013568Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * doc/xml.html: added 2.3.6 release
13571
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013572Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13575 * result/wml.xml: resulted in a small output change
13576
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013577Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * tree.c: xmlNewDoc was missing the charset initialization
13580 * xmllint.c: added --auto to autogenerate a doc, allow to
13581 reproduce the problem fixed on xmlNewDoc
13582
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013583Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13584
13585 * xpath.c: trying to get 52979 solved
13586 * tree.c result/ result/noent/: trying to get 52712 solved, this
13587 also made me clean up the fact that XML output in general should
13588 not add formating blanks by default, this changed the output of
13589 a few tests
13590
Daniel Veillard73639a72001-04-10 14:31:39 +000013591Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13592
13593 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13594
Daniel Veillardfac26a12001-04-08 13:08:14 +000013595Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * configure.in: finally released 2.3.6
13598
Daniel Veillard911f49a2001-04-07 15:39:35 +000013599Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13600
13601 * xpath.c: checking for null pointer generated by new code
13602
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013603Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13604
13605 * xpath.c: fixed a [] evaluation problem reported
13606 * test/XPath/tests/simpleaddr: extended test
13607 * result/XPath/simpleaddr: updated result
13608
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013609Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * xmllint.c: Dan Timis reported a portability problem
13612 on Macs without mmap, fixed it.
13613
Daniel Veillardb38bd552001-04-03 18:22:00 +000013614Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13615
13616 * testXPath.c : added a --tree option allowing to display the
13617 tree dump of the XPath expression
13618
Daniel Veillard4dd93462001-04-02 15:16:19 +000013619Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13620
13621 * xpath.c: fixed a memleak when comparing nodesets
13622 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13623 * tree.c: added a TODO
13624
Daniel Veillard92ad2102001-03-27 12:47:33 +000013625Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13626
13627 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13628 we need string functions
13629 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13630 to be able to use them where needed. Applied some changes
13631 to reduce name linking pollution and compile in only what's
13632 needed.
13633 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13634 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13635 for the string manipulation functions
13636 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13637 to the free() function of xmlmemory.c
13638 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13639 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13640 usage.
13641
13642
Daniel Veillard2be30642001-03-27 00:32:28 +000013643Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13644
13645 * error.c: applied the context output patch of the error
13646 handling submitted by Chuck Griffith
13647 * error/VC/*: this slightly change some error logs
13648
Daniel Veillard50582112001-03-26 22:52:16 +000013649Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * parser.c: fixed line number reporting on error
13652
Daniel Veillard04be4f52001-03-26 21:23:53 +000013653Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * parser.c: Sullivan and Darin found a parser bug,
13656 applied the patch.
13657
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013658Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13661 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13662 xmlversion.h.in xpointer.c: of course the way I defined
13663 UNUSED breaks on old gcc version. Try to be smart and
13664 also define it directly in xmlversion.h
13665 * configure.in: removed -ansi flag from the pedantic set
13666
13667Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013668 Huge cleanup, I switched to compile with
13669 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13670 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13671 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13672 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13673 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13674 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13675 encoding.h entities.c error.c list.[ch] nanoftp.c
13676 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13677 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13678 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13679 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13680 Cleanup, staticfied a number of non-exported functions,
13681 detected and cleaned up a dozen of problem found this way,
13682 avoided a lot of public function name/typedef/system names clashes
13683 * doc/xml.html: updated
13684 * configure.in: switched private flags to the really pedantic ones.
13685
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013686Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * configure.in: 2.3.5
13689 * doc/html/*: rebuilt the docs
13690
Daniel Veillard146c9122001-03-22 15:22:27 +000013691Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * parser.c: fixed a reported bug in NOTATION parsing
13694 * uri.c: accepted but not fixed bug 51876, added TODO
13695 * Makefile.am: fixed bug 51876
13696
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013697Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13698
13699 * config.h.in configure.in error.c: fix a compilation problem
13700 on platforms without vsnprintf (xml@thewrittenword.com)
13701
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013702Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13703
13704 * parser.c: fixed a function name header typo
13705 * SAX.c: notations can also occur in external subset.
13706
Daniel Veillard7d42b542001-03-20 13:22:46 +000013707Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * error.c: removed a C++ like comment
13710
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013711Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * parser.c: fixing bug 52299 strange condition leading
13714 to a parser crash due to a buffer overflow
13715 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13716 added the specific test case
13717
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013718Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13721 xmlXPathConvert{String,Number,Boolean} to be able to make
13722 type casts without a context stack, fixed some implementation
13723 problems related to the absence of context at parse-time,
13724 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13725 in the public API too
13726 * xpointer.c xpathInternals.h: we need to know at parse time
13727 whether we are compiling an XPointer
13728
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013729Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13730
13731 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13732 cleaned up the parser internals, refactored XPath code, added
13733 new compilation based APIs and cleanly separated public and
13734 private APIs.
13735
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013736Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * xpath.h: the comp field must be added at the end to avoid
13739 killing binary compat.
13740
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013741Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * Makefile.am: detect XPath memleaks in regreson tests
13744 * error.c: fixed and error w.r.t. error reporting still using
13745 stderr
13746 * hash.c: added new line at end of file
13747 * tree.h: minor cleanup
13748 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13749 expression parsing from evaluation, resulted in a number of
13750 changes internally, and in XPointer. Likely to break stuff
13751 using xpathInternals.h but should remain binary compatible,
13752 new interfaces will be added.
13753
Daniel Veillardd574f782001-03-14 19:40:17 +000013754Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * configure.in: fixed a couple of problems reported by
13757 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13758 without gcc on non linux platforms.
13759
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013760Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13763 a fix for --with-html-dir= configure support. I hope it won't
13764 break rpm generation
13765
Daniel Veillarda022fe02001-03-14 16:30:00 +000013766Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13767
13768 * xmlIO.c: one function comment cleanup.
13769
Daniel Veillard25239c12001-03-14 13:56:48 +000013770Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13771
13772 * SAX.c: external subset notations were improperly registered
13773 in the internal subset.
13774
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013775Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * README.cvs-commits: added, pointing to HACKING
13778 * HACKING: updated
13779
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013780Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * parser.c: and Matt Sergeant found one in the XML push
13783 parser (erroneous check I forgot to remove when I fixed the
13784 main parser).
13785
Daniel Veillard68d7b672001-03-12 18:22:04 +000013786Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13787
13788 * xpath.c: ptittom found a small bug in UnaryExpr
13789
Daniel Veillarde356c282001-03-10 12:32:04 +000013790Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13791
13792 * configure.in: bumped to 2.3.4
13793 * error.c: fixed bug #51860
13794 * tree.c: fixed bug #51861
13795 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13796 * tree.[ch] : added xmlDefaultBufferSize
13797 * nanoftp.c: typo in function name header block
13798 * doc/xml.html : updated, added link to XML::LibXSLT
13799 * doc/html/* : rebuilt the docs
13800
Daniel Veillard80f32572001-03-07 19:45:40 +000013801Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13802
13803 * parser.c SAX.c: the new content parsing code raised an
13804 ugly bug in the characters() SAX callback. Found it
13805 just because of strangeness in XSLT XML Rec ouptut :-(
13806
Daniel Veillard6c831202001-03-07 15:57:53 +000013807Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * Makefile.am: Martin Baulig suggested to add -lm
13810 * tree.c: found another bug in xmlNodeGetContent()
13811
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013812Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * xpath.c: Bjorn found the error related to strictness of comparison.
13815
Daniel Veillard29631a82001-03-05 09:49:20 +000013816Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * parser.c: trying to fix the Dtd parsing problem reported
13819 by Gary, side effect of last week speed optimizations.
13820
Daniel Veillard14be0a12001-03-03 18:50:55 +000013821Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13822
13823 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13824 * parserInternals.c: removed unneeded test raised by Stric
13825
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013826Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13827
13828 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13829 and fixed by William Brack). Added xmlXPathFormatNumber.
13830 Changed the sorting slightly.
13831 * configure.in Makefile.am example/Makefile.am: Added -lm.
13832 Please note that applications linking with libxml2, must
13833 also like with the math library from now on.
13834
Daniel Veillardf9533d12001-03-03 10:04:57 +000013835Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13838
Daniel Veillard2f362242001-03-02 17:36:21 +000013839Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13840
13841 * parser.c: one must report spaces even if the Dtd element
13842 content proves that this is not part of the element content.
13843 * result/valid/*.xml: this changed the ouptu slightly
13844
Daniel Veillardb402c072001-03-01 17:28:58 +000013845Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * configure.in: bumped to 2.3.3
13848 * doc/xml.html: updated
13849
Daniel Veillard77851712001-02-27 21:54:07 +000013850Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13851
13852 * tree.c: minor doc fix
13853 * xpath.c: deallocation issues when a result tree has been
13854 converted to a node-set
13855
Daniel Veillardec70e912001-02-26 20:10:45 +000013856Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * doc/xml.html: oops corrected dates s/2000/2001
13859
Daniel Veillard8730c562001-02-26 10:49:57 +000013860Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * valid.c: new patch from Gary Pennington
13863
Daniel Veillard91e9d582001-02-26 07:31:12 +000013864Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13865
13866 * doc/xml.html: applied patch from Ankh
13867
Daniel Veillardedac3c92001-02-26 01:36:19 +000013868Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13869
13870 * xinclude.c: fixed a problem building on Mac
13871
Daniel Veillard21a0f912001-02-25 19:54:14 +000013872Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13873
13874 * parser.c: more work on increasing parsing ferformances
13875
Daniel Veillard48b2f892001-02-25 16:11:03 +000013876Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13877
13878 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13879 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13880 avoiding memcpy in production builds MEM_CLEANUP macro use
13881 * parser.[ch] parserInternals.c: optimizations of the tightest
13882 internal loops inside the parser. Better checking of I/O
13883 flushing/loading conditions
13884 * xmllint.c : added --timing
13885
Daniel Veillard71681102001-02-24 17:48:53 +000013886Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * configure.in: bumped to 2.3.2
13889 * doc/xml.html: updated for release
13890
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013891Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * xpath.c: found a memleak and fixed a nasty bug
13894
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013895Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * xmllint.[c1] : added return code errors for xmllint
13898 * xpath.c: specific debug dump function for result value trees
13899
Daniel Veillard4b637072001-02-21 21:52:55 +000013900Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13901
13902 * xpath.c: finally implemented xmlXPathCompareNodeSets
13903 * test/XPath/expr/floats results/XPath/expr/floats: added
13904 a test for float expressions
13905
Daniel Veillardf714aa32001-02-21 03:07:44 +000013906Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13907
13908 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13909 * parserInternals.[ch]: trying to speed up parsing
13910 * xpath.c : speeded up node set equality op
13911
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013912Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13913
13914 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13915 better handling of ID/IDREF and the list modules associated
13916 * configure.in: small CFLAGS cleanup
13917
Daniel Veillarda8abee62001-02-19 15:14:59 +000013918Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * configure.in: fixed iconv detection on AIX (stric)
13921
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013922Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013923
13924 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13925
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013926Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13927
13928 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13929 and optimized xmlXPathNodeSetSort
13930
Daniel Veillard142adbf2001-02-17 13:21:05 +000013931Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13932
13933 * xpath.c: bug fix when context size is 0
13934 * parser.c: I like Norm's Dtd because they still manage to break
13935 the parser occasionally
13936
Daniel Veillardf23e0092001-02-16 13:21:29 +000013937Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13938
13939 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13940
Daniel Veillarde0e26512001-02-16 00:11:46 +000013941Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13942
13943 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13944 attributes within the XML-1.0 namespace
13945
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013946Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13947
13948 * xpathInternals.h: exported a few axis functions
13949 * doc/xml.html: updated the doc
13950
Daniel Veillard760f4422001-02-15 14:59:48 +000013951Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13952
13953 * configure.in: applied patch from Daniel van Balen for OpenBSD
13954 and bumped version to 2.3.1
13955 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13956 attempt to find autoclosing was simply broken, removed it,
13957 updated the examples, this is better
13958
Daniel Veillardd194dd22001-02-14 10:37:43 +000013959Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13960
13961 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13962 hash functionnalities.
13963 * doc/html/* : rebuild the doc
13964
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013965Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13966
13967 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13968 on predicate
13969 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13970 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13971 really want to have tags closed on output even if we accept
13972 unclosed ones on input
13973
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013974Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13975
13976 * xpath.c: ouch don't free NULL, rare case fixed
13977 * tree.c: don't coalesce text nodes if they don't have the
13978 same behaviour wrt escaping on output
13979
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013980Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13981
13982 * xpath.c: small fixup
13983 * SAX.c: don't warn on empty namespaces.
13984
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013985Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
13987 * README: a bit of cleanup
13988 * configure.in: preparing for 2.3.0 release
13989
Daniel Veillard1f83d392001-02-08 09:37:42 +000013990Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13991
13992 * hash.[ch]: added a first version of xmlHashSize()
13993 * valid.c: another bug fix from Gary Pennington
13994
Daniel Veillard5eef6222001-02-07 18:24:48 +000013995Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13996
13997 * valid.c: couple of bug fixes pointed by Gary Pennington
13998 * HTMLtree.c: #if 0 cleanup
13999
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014000Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14001
14002 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14003 which removes a time consuming check of xmlXPathNodeSetAdd()
14004 and use it in places where we are sure to not break unicity
14005
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014006Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * xpath.c: bug fixes found from XSLT
14009 * tree.c: preserve node->name special values when copying nodes.
14010 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14011 external subset are fetched when available but without full
14012 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14013 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14014 output with encoding disabled.
14015
Daniel Veillard2c833b62001-02-03 08:52:06 +000014016Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14017
14018 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14019 xmlCheckFilename should not be called from xmlFileOpenW
14020 and xmlGzfileOpenW
14021
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014022Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14023
14024 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14025 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14026 added the new tests for URI normalization
14027 * testURI.c: fixed stoopid bugs
14028 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14029 the URI in the error messages are now properly normalized
14030
Daniel Veillardea28ce62001-02-02 08:20:19 +000014031Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14034
Daniel Veillarde99a4762001-02-01 04:34:35 +000014035Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14036
14037 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14038
Daniel Veillard2b325a02001-01-31 20:46:31 +000014039Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * xpath.c: fixed mod operator
14042
Daniel Veillardde55cf62001-01-31 15:53:13 +000014043Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14044
14045 * parser.c: fixed xmlStrcat doc
14046 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14047 trees.
14048
Daniel Veillard2f913b72001-01-31 13:23:49 +000014049Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14050
14051 * xpath.c result/XPath/tests/chaptersbase
14052 result/XPath/tests/simplebase: fixed XPath node()
14053 * tree.c: small fix in xmlNewNs()
14054 * Makefile.am: removed extraneous xml2Conf.sh rule
14055
Daniel Veillardb42042b2001-01-28 07:40:36 +000014056Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14057
14058 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14059 Changed the library name, in order to get libxml-devel and
14060 libxml2-devel to coexist on a single system
14061 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14062 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14063
Daniel Veillardee0a4662001-01-27 18:59:33 +000014064Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14067 libxml2-devel installable in // as libxml-devel.
14068
Daniel Veillard5eb05942001-01-27 17:50:22 +000014069Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14070
14071 * doc/Makefile.am: fixed make rebuild in doc
14072 * doc/html/*.html: rebuilt the docs
14073
Daniel Veillard65c295d2001-01-26 09:32:39 +000014074Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14075
14076 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14077
Daniel Veillard8e199902001-01-25 18:54:39 +000014078Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14079
14080 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14081 the HTML doc to go into the -devel RPM ...
14082 * aclocal.m4 config.h.in: some updates due to auto* magic
14083
Daniel Veillard93086662001-01-25 18:13:04 +000014084Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14085
14086 * xpath.h: added a hook in the context structure allowing to
14087 link to extra support, needed for XSLT
14088
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014089Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14090
14091 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14092 xmlXPtrCmpPoints to use it.
14093 * propagated the following patch from Alejandro Forero
14094 * include/win32config.h xmlIO.c: applied further suggestions
14095 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14096 * example/gjobread.c: fixed warnings, now that it builds
14097
14098Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14099
14100 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14101
14102 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14103 filename points to a valid file (not a directory).
14104 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14105 Added calls to xmlCheckFilenameDir.
14106
14107 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14108 `path' (rather than `filename') as the parameter to gzopen and open.
14109
Daniel Veillard48177c22001-01-23 15:27:41 +000014110Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14111
14112 * Makefile.am: fixed a problem with EXTRA_DIST
14113
Daniel Veillardb83ba402001-01-22 22:45:10 +000014114Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14115
14116 * Makefile.am example/Makefile.am: finally found the trick
14117 to build the example, i.e. add "." in SUBDIRS before example
14118 in the list <grin/>
14119
Daniel Veillard82687162001-01-22 15:32:01 +000014120Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14121
14122 * doc/xml.html: updated with an XSLT section, removed pointer to
14123 W3C CVS base.
14124
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014125Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14126
14127 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14128 too, and deallocation need to occur the same way.
14129
Daniel Veillarde4566462001-01-22 09:58:39 +000014130Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14131
14132 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14133 type correponding to an XSLT result tree fragment. Share most
14134 of the data format with node set, as well as operators.
14135 * HTMLtree.c: added a newline at the end of the doctype output
14136 whe this one is not present initially.
14137 * tree.c: make sure taht the parent and doc pointers are properly
14138 set when copying attributes (lists).
14139
Daniel Veillard701c7362001-01-21 09:48:59 +000014140Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14141
14142 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14143
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014144Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14145
14146 * xpath.c: seems I finally killed that ugly path evaluation
14147 context bug (tagged 9999 in case is is wrong)
14148
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014149Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14150
14151 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14152 for XSLT
14153
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014154Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14155
14156 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14157 for xmlGzfileOpen() bug
14158
Daniel Veillardf6eea272001-01-18 12:17:12 +000014159Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14160
14161 * xpath.c: removed an error found by XSLT usage
14162 * tree.c parserInternals.h: use a predefined static string
14163 for text and comment nodes, avoid freeing them in xmlFreeNode,
14164 exported the string name in parserInternals.h and added
14165 another value to disable encoding at output (for XSLT),
14166 gain memory, time.
14167
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014168Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14169
14170 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14171 win32/libxml2/libxml2_so.dsp: new makefiles and update
14172 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14173
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014174Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14175
14176 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14177 Gary Pennington
14178
Daniel Veillard389e6b72001-01-15 19:41:13 +000014179Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14180
14181 * xpath.c: fixed the comaprision of values and nodelists,
14182 need to compare nodelist still ...
14183 * debugXML.c: avoided a possible core dump
14184 * HTMLparser.c: cleanup
14185 * nanohttp.c: contributed fix.
14186 * tree.c: fixes in properties handling added xmlSetNsProp
14187 needed by libxslt
14188 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14189 comment
14190 * TODO: updated
14191
Daniel Veillard167bd532001-01-06 21:09:34 +000014192Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14193
14194 * parser.c parserInternals.c: applied Bjorn Reese optimization
14195 patch
14196
14197Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14198
14199 * Makefile.am: applied patch fro make check from Martin Vidner
14200
Daniel Veillard503b8932001-01-05 06:36:31 +000014201Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * configure.in: preparing 2.2.11
14204 * doc/html/*: rebuild the HTML files
14205 * doc/xml.html : updated
14206
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014207Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14208
14209 * tree.c: fixed a stupid bug
14210 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14211 patches related to validation of an XInclude processing result
14212 * TODO: updated
14213
Daniel Veillarde2488192001-01-04 10:54:22 +000014214Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14215
14216 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14217 on large files
14218
Daniel Veillardf060a412001-01-03 20:52:44 +000014219Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14220
14221 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14222
Daniel Veillard45cff692001-01-03 18:02:04 +000014223Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14224
14225 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14226 reported by Jonas Borgström
14227 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14228
Daniel Veillard08108982001-01-03 15:24:58 +000014229Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14230
14231 * testXPath.c xpath.c: fixing the XPath union expressions problem
14232 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14233
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014234Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14235
14236 * xmllint.c: Made is so if the file name is "-" is will read form
14237 standard input. Sven Heinicke <sven@zen.org>
14238 * tree.c: fixed a problem when growing buffer
14239 * tree.h: fixed the comment of the node types following andersca
14240 comment
14241 * TODO: updated
14242
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014243Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14244
14245 * HTMLparser.[ch]: added a way to avoid adding automatically
14246 omitted tags. htmlHandleOmittedElem() allows to change the
14247 default handling.
14248 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14249 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14250 of xmllint too when using --memory flag, added a memory test
14251 suite at the Makefile level.
14252 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14253 with namespace use when encountering QNames in XPath evalation,
14254 added xmlns() scheme in XPointer.
14255 * nanoftp.c : incorporated a fix
14256 * parser.c xmlIO.c: fixed problems raised with encoding when using
14257 the memory I/O
14258 * parserInternals.c: closed bug 25934 reported by
14259 torsten.landschoff@innominate.de
14260 * TODO: updated
14261
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014262Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14263
14264 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14265 on a non-updated tree :-(, made a 2.2.10 release to correct the
14266 situation
14267
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014268Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14269
14270 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14271 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14272 integrated a set of OpenVMS changes from Howard Taylor
14273 <Howard.Taylor@pacoast.com>
14274
Daniel Veillard58770e72000-11-25 00:48:47 +000014275Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14276
14277 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14278 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14279
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014280Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14281
14282 * HTMLparser.c: some fixes on auto-open of html/head/body
14283 * encoding.c: fixed a compilation error on some gcc env
14284 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14285 XPointer implementation
14286 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14287 related XPointer tests and associated results
14288
Daniel Veillard300f7d62000-11-24 13:04:04 +000014289Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14290
14291 * doc/xmldtd.html doc/xml.html: following a short step by step
14292 guidance on IRC to help maciej with DTDs I started a small
14293 page on the subject.
14294
Daniel Veillard748e45d2000-11-17 16:36:08 +000014295Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14296
14297 * HTMLparser.c: fixed handling of broken charrefs
14298 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14299 patches
14300
Daniel Veillard28929b22000-11-13 18:22:49 +000014301Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14302
14303 * doc/xml.html doc/html/* : rebuilt the docs after adding
14304 xinclude and updated page for 2.2.7 and 2.2.8
14305 * configure.in: releasing 2.2.8
14306
Daniel Veillard41e06512000-11-13 11:47:47 +000014307Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14308
14309 * parser.[ch] parserInternals.c: applied the conditional
14310 section processing fix from Jonathan P Springer
14311 <jonathan.springer2@gte.net>
14312 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14313 project file, fixed iconv default non support
14314 * xpath.c: fixed the problem of evaluating relative expressions
14315 when a node context is provided.
14316
Daniel Veillardbf432752000-11-12 15:56:56 +000014317Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14318
14319 * nanoftp.c: fixed gcc 2.95 new warnings
14320 * SAX.c: fixed a stupid bug
14321 * tree.c: fixed a formatting problem when round-tripping
14322 from/to memory
14323 * xinclude.c: chased memleak, fixed a base problem
14324 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14325 xmlXPtrBuildNodeList()
14326 * TODO: updated
14327 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14328 adding a first small set of regression tests for XInclude
14329
Daniel Veillardc2def842000-11-07 14:21:01 +000014330Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14331
14332 * nanohttp.[ch]: applied Wayne Davison patches to access
14333 the WWW-Authorization header.
14334 * parser.c: Closed Bug#30847: Problems when switching encoding
14335 in short files by applying Simon Berg's patch.
14336 * valid.c: fixed a validation problem
14337 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14338 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14339 Wayne Davison
14340 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14341 need to be extended to non full nodes selections.
14342 * xinclude.c: starts to work decently
14343
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014344Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14345
14346 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14347 debugXML.c xmlversion.h.in: Started adding XInclude support,
14348 this is a new xmllint option
14349 * tree.c xpath.c: applied TOM patches for XPath
14350 * xpointer.c: fixed a couple of errors.
14351 * uri.c: added an escaping function needed for xinclude
14352 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14353 new warning from RH70 gcc's version
14354
Daniel Veillarda4964b72000-10-31 18:23:44 +000014355Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14356
14357 * HTMLparser.c: fixed loop on invalid char in scripts
14358 * parser.c: update to description of xmlIOParseDTD()
14359 * libxml.m4 xmlversion.h.in: changes contributed by
14360 Michael Schmeing <m.schmeing@internet-factory.de>
14361 * configure.in: preparing for 2.2.7
14362 * Makefile.am: trying to avoid config.h and acconfig.h
14363 being included in the distrib
14364 * configure.in: released 2.2.7
14365
14366Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14367
14368 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14369 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14370
Daniel Veillard01411222000-10-30 15:33:22 +000014371Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14372
14373 * parser.[ch]: added xmlIOParseDTD()
14374 * xpointer.c: added support for the 2 extra parameters of
14375 string-range, fixed a stoopid error when '0' was present
14376 in XPointer expressions
14377 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14378 testsuite for the above
14379
Daniel Veillard6db58192000-10-30 09:27:53 +000014380Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14381
14382 * libxml.spec.in: improved package descriptions
14383
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014384Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14385
14386 * xpath.c xpathInternals.h: applied a large cleaning patch
14387 from TOM <ptittom@free.fr>, it also add namespace support
14388 for function and variables registration.
14389
Daniel Veillardbd20df72000-10-29 17:53:40 +000014390Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14391
14392 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14393 * Makefile.mingw: Wayne Davison's update adding hash.c
14394
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014395Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14396
14397 * xpath.c: fixed the root evaluation problems
14398 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14399 ignorable spaces with <b> <bold> <em>
14400 * tree.c: fixed a loop in xmlSearchNsByHref()
14401
Daniel Veillard767662d2000-10-27 17:04:52 +000014402Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14403
14404 * xpath.c: applied another XPath patch from TOM
14405 * xpath.c include/makefile.am: applied another patch from
14406 china@thewrittenword.com (cleanup on IRIX).
14407
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014408Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14409
14410 * xml-config.1: received a fixed version from Fredrik Hallenberg
14411 <hallon@lysator.liu.se>
14412
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014413Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14414
14415 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14416 cleanup patch for XPath
14417
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014418Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14419
14420 * patched to redirrect all "out of context" error messages to
14421 a reconfigurable routine. The changes are:
14422 * xmlerror.h : added the export of an error context type (void *)
14423 an error handler type xmlGenericErrorFunc there is an interface
14424 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14425 to reset the error handling routine and its argument
14426 (by default it's equivalent to respectively fprintf and stderr.
14427 * all the c files: all wild accesses to stderr or stdout within
14428 the library have been replaced to calls to the handler.
14429
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014430Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14431
14432 * configure.in: release 2.2.6
14433 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14434 exporting the inner functions of xpath for extension modules
14435 * doc/*: updated and rebuilt the doc
14436
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014437Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14438
14439 * nanohttp.c : applied Wayne HTTP cleanup patch
14440 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14441 and xmlNodeSetSpacePreserve()
14442
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014443Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14444
14445 * xpath.c: closing bug #29260
14446
Daniel Veillard126f2792000-10-24 17:10:12 +000014447Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14448
14449 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14450 multikey tuples, made hash structure opaque
14451 * valid.[ch]: moved elements, attributes, notations decalarations
14452 as well as ID and refs to hash tables.
14453 * entities.c: hash cleanup
14454 * xmlmemory.c: fixed a dump problem in debug mode
14455 * include/Makefile.am: problem passing in DESTDIR= values patch
14456 from Marc Christensen <marc@calderasystems.com>
14457 * nanohttp.c: removed debugging remains
14458 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14459 * HTMLparser.c parser.c: fixing a number of problems with the
14460 macros in the *parser.c files (Wayne).
14461 * HTMLparser.c: close the previous option when opening a new one
14462 (Marc Sanfacon).
14463 * result/HTML/*: updated the HTML results accordingly
14464
Daniel Veillard52afe802000-10-22 16:56:02 +000014465Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14466
14467 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14468 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14469 XPath functions and XML entities table to them. More to come...
14470 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14471
Daniel Veillard683cb022000-10-22 12:04:13 +000014472Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14473
14474 * tree.c: coalesce adjacent text nodes
14475 * valid.c: handling of blank nodes in DTd validation (raised
14476 by problems with a posteriori validation).
14477 * nanohttp.c: changing behaviour on HTTP write stuff.
14478 * HTMLtree.c: forced body and html to be explicitely closed.
14479 * xpath.h: exported more XPath functions.
14480
Daniel Veillard1baf4122000-10-15 20:38:39 +000014481Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14482
14483 * Release of 2.2.5
14484 * xpointer.c: range() range-inside and other helper functions
14485 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14486
Daniel Veillard47e12f22000-10-15 14:24:25 +000014487Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14488
14489 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14490 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14491
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014492Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14493
14494 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14495 and XPointer modules
14496
Daniel Veillard134c9f32000-10-15 10:27:08 +000014497Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14498
14499 * SAX.h: closed #25107
14500
Daniel Veillard39915622000-10-15 10:06:55 +000014501Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14502
14503 * testSAX.c: fixed problem with cdata reporting
14504 * SAXresult/* : updated
14505
Daniel Veillard1e851392000-10-15 10:02:56 +000014506Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14507
14508 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14509 Closed bug #27499, added to regression tests
14510 * TODO: updated
14511
Daniel Veillard7eda8452000-10-14 23:38:43 +000014512Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14513
14514 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14515 support for SCRIPT and STYLE with help from Bjorn Reese
14516 * test/HTML/* result/HTML/*: added simple testcase and updated
14517 the existing ones.
14518
Daniel Veillardff9c3302000-10-13 16:38:25 +000014519Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14520
14521 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14522 string-range for empty strings
14523 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14524 test/XPath/xptr/strrange: augmented the XPointer testsuite
14525
Daniel Veillard189446d2000-10-13 10:23:06 +000014526Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14527
14528 * doc/xml.html doc/xmlmem.html: added a module describing memory
14529 interfaces and use, updated the main page.
14530
Daniel Veillard2f971a22000-10-12 23:26:32 +000014531Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14532
14533 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14534 nanoftp code work on Windows too now
14535
14536Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014537
14538 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14539 * xpointer.c: implemented string-range() at least a good first version
14540 * test/XPath/docs/str test/XPath/xptr/strrange
14541 result/XPath/xptr/strrange: the string-range() tests
14542
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014543Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * Makefile.am include/Makefile.am include/win32config.h
14546 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14547 and make distcheck
14548
Daniel Veillard19d61112000-10-11 23:50:35 +000014549Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14550
14551 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14552 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14553 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14554
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014555Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14556
14557 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14558 patch for socklen_t detection by
14559 Albert Chin-A-Young <china@thewrittenword.com>
14560
Daniel Veillardcd429612000-10-11 15:57:05 +000014561Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14562
14563 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14564 and added a --dtdvalid option to xmllint used to test it
14565
Daniel Veillard47c02452000-10-11 13:04:36 +000014566Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14567
14568 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14569 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14570
Daniel Veillard2d38f042000-10-11 10:54:10 +000014571Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14572
14573 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14574 handlings (registration, lookup, cleanup)
14575
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014576Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14577
14578 * configure.in Makefile.am include/makefile.am: adding XPointer
14579 and XPtrtests target
14580 * xpointer.[ch] : new files for XPointer support
14581 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14582 more XPath tests
14583
Daniel Veillard57fda592000-10-10 23:24:14 +000014584Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14585
14586 * configure.in: fixed, very broken, make distcheck works again
14587
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014588Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14589
14590 * More work toward 2.2.5, integrated a number of patches
14591 * configure.in Makefile.am win32config.h.in: trying to cleanup
14592 make distcheck .... huh ...
14593 * include/Makefile.am include/win32config.h: new directory
14594 for includes
14595 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14596 updated teh makefiles and instructions for WIN32
14597 * xpath.c: small fixes
14598 * test/XPath/ results/XPath: updated the testcases and results
14599 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14600 suggested patches
14601 * valid.c: fixed an ID bug
14602
Daniel Veillardb71379b2000-10-09 12:30:39 +000014603Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14604
14605 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014606 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014607 * xpath.[ch]: worked on XPointer
14608
Daniel Veillard7e99c632000-10-06 12:59:53 +000014609Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14610
14611 * configure.in Makefile.am: 2.2.5, ship the include in an
14612 include/libxml subdirectory, use symlinks when using CVS
14613 * testSAX.c: fixed small bug
14614 * testXPath.c: changed the way testfiles are parsed
14615 * debugXML.c: same kind of cleanup when parsing an argument expression
14616 XPath/XPointers can have blanks embedded
14617 * xpath.[ch]: more cleanup, reorgs for XPointer work
14618 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14619 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14620
Daniel Veillard55b91f22000-10-05 16:30:11 +000014621Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14622
14623 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14624 in the XPath engine, rewrote large parts of it, now it's far
14625 cleaner and in sync with the REC not an old WD. Fixed a parsing
14626 problem in the interactive XML shell found when testing XPath.
14627
Daniel Veillardac260302000-10-04 13:33:43 +000014628Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14629
14630 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14631 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14632 examples with the extra test
14633
Daniel Veillard7cfce322000-10-04 12:40:27 +000014634Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14635
14636 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14637 the global init function.
14638
Daniel Veillard970112a2000-10-03 09:33:21 +000014639Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14640
14641 * HTMLparser.c: Doohhh, attribute name parsing was still case
14642 sensitive ! Fixed this ...
14643 * result/HTML/* : updated the tests results accordingly
14644
Daniel Veillard740abf52000-10-02 23:04:54 +000014645Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14646
14647 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14648 engine, should be far more stable, incorporated a new version of
14649 preceding/following axis, need testing
14650 * uri.c: fixed file:///c:/a/b/c problem
14651 * test/XPath/tests/idsimple: augmented the XPath tests
14652
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014653Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14654
14655 * doc/* rebuilding docs for 2.2.4 release
14656
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014657Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14658
14659 * configure.in: releasing 2.2.4
14660 * parser.[ch]: added xmlStrEqual()
14661 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14662 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14663 use xmlStrEqual instead
14664 * TODO: updated
14665 * added an XPath test
14666
Daniel Veillardbc765302000-10-01 18:23:35 +000014667Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14668
14669 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14670 * entities.h: exported xmlInitializePredefinedEntities
14671 * parser.[ch] : added xmlInitParser()
14672 * parserInternals.h : had to export htmlInitAutoClose()
14673
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014674Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14677 problems
14678 * Makefile.am : added XPath regression tests to normal tests
14679 * uri.c: fixed a problem with local paths, cleanup
14680 * parser.c: fixed a problem with large CData sections
14681
Daniel Veillardd2ade932000-09-30 14:39:55 +000014682Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * configure.in xml-config.in: patch from "Ben Taylor"
14685 <sol7x86@hotmail.com> for solaris shared libs lookup
14686
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000146872000-09-30 Martin Baulig <baulig@suse.de>
14688
14689 * libxml-2.0.pc.in: Provide pkg-config script.
14690
14691 * configure.in: Create the libxml-2.0.pc script from the
14692 libxml-2.0.pc.in templates.
14693 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014694 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014695
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014696Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14697
14698 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14699 when compiling with MSC
14700
Daniel Veillard46057e12000-09-24 18:49:59 +000014701Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14702
14703 * xpath.c: patch for normalize-string() substring-before(),
14704 substring-after() and translate() functions from Bjorn Reese
14705 <breese@mail1.stofanet.dk>
14706 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14707 Fredrik Hallenberg <hallon@lysator.liu.se>
14708 * TODO: updated
14709
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014710Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14711
14712 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14713 problem of socklen_t being undefined on a number of platforms
14714 * debugXML.c: fixed a compilation problem when without snprintf
14715
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014716Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14717
14718 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14719 an URI bug and a fix for the control-character-induced infinite loop
14720 * nanohttp.c: preventive fix for compiling on WIN32
14721
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014722Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14723
14724 * xmlint.c: closing bug #25000
14725
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014726Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14727
14728 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14729 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14730 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14731 related function, fixing xmlStrncmp(), and associated cleanup
14732 * result/HTML/entities.html.sax: updating result
14733
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014734Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14735
14736 * uri.c: applied patch for URI escaping from Wayne Davison
14737 <wayned@blorf.net>
14738 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14739 from Denis Barbier <barbier@imacs.polytechnique.fr>
14740 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14741 patch from Wayne Davison
14742
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014743Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14744
14745 * doc/xml.html : updated with new releases, adding "how to help"
14746
Daniel Veillard04698d92000-09-17 16:00:22 +000014747Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14748
14749 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14750 removed a few warnings in pedantic mode ...
14751 * parserInternals.c parser.c: moved encoding switching function
14752 to parserInternals.c
14753 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14754
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014755Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14756
14757 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14758 error or warning handlers
14759
Daniel Veillardb1059e22000-09-16 14:02:43 +000014760Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14761
14762 * parserInternals.c parserInternals.h parser.c Makefile.am:
14763 created a new module parserInternals.c, moved most of the
14764 code shared by the various parsers there, as well as
14765 deprecated code from parser.c. More cleanup of parser.c
14766 * uri.c: fixed a problem when URI is NULL
14767 * valid.c: speedup when looking for an attribute declaration
14768
Daniel Veillard39c7d712000-09-10 16:14:55 +000014769Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14770
14771 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14772 the cleanup of the computation of URI references when seeking
14773 external entities. The URI reference string and the resulting
14774 URI are both stored now.
14775 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14776 large s(n)printf checks and cleanup from Denis Barbier
14777 <barbier@imacs.polytechnique.fr>
14778 * xmlversion.h.in tree.h: couple of SGML declarations for a
14779 possible docbook module.
14780 * result/VC/ : a couple of test output changed due to the change
14781 of the entities URI
14782
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014783Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14784
14785 * parser.h: added a _private field for linking user's data
14786
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014787Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14788
14789 * parser.c parserInternals.h: demacroified most of the IS_XXX
14790 the gain in size is significant so ...
14791
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014792Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14793
14794 * entities.c: cases where looking up entities with doc==NULL
14795 covered
14796
Daniel Veillard90e11312000-09-05 10:42:32 +000014797Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14798
Daniel Veillard1de50802000-09-07 08:54:32 +000014799 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014800 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14801
Daniel Veillard98a79162000-09-04 11:15:39 +000014802Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14803
Daniel Veillard1de50802000-09-07 08:54:32 +000014804 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014805 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14806 * Makefile.in: added URItest and included thenin "make tests"
14807
14808Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014809
14810 * xmlversion.h.in: closed bug 22941
14811
Daniel Veillard2bb89092000-08-31 14:57:50 +000014812Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14813
14814 * doc/xmlio.html: added doc and example for entity loader
14815 redefinition.
14816
Daniel Veillard96984452000-08-31 13:50:12 +000014817Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14818
14819 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14820 used by libxml
14821
Daniel Veillarde715dd22000-08-29 18:29:38 +000014822Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14823
14824 * parser.c: Fixed bug on invalid ontent characters and when using
14825 push.
14826 * xmllint.c: fixed xmllint endling of errors in push mode
14827
Daniel Veillard4948eb42000-08-29 09:41:15 +000014828Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14829
14830 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014831 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014832 * result/HTML/*.sax: regenerated HTML SAX output
14833 * parser.c: more cleanup.
14834
Daniel Veillarde010c172000-08-28 10:04:51 +000014835Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014838 patches from Wayne Davison <wayned@users.sourceforge.net>,
14839 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014840 * HTMLparser.c: fixed an ignorable white space detection bug
14841 occuring when parsing with SAX only
14842 * result/HTML/*.sax: updated since the output is now HTML
14843 encoded...
14844
Daniel Veillard47f3f312000-08-27 22:40:15 +000014845Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14846
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014847 * HTMLparser.[ch]: applied some of Wayne Davison
14848 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014849
Daniel Veillarde0854c32000-08-27 21:12:29 +000014850Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14851
14852 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14853 undeclared namespace prefix was used, added a warning.
14854 Cleaned up support w.r.t. entities, spilling out a warning
14855 and being pedantic on lookups.
14856 * test/warning/ent9 : added testcase for previous example.
14857 * TODO: updated
14858 * parserInternals.h parser.c: changed the way names are parsed
14859 now allow infinite size and decrease penalty for normal use
14860 * parser.c: Started a big cleanup/check of the parser code,
14861 fixed some of the most tortuous entity code, spotted code
14862 unused anymore
14863 * test/*: added tests for very long names and related nasty
14864 things.
14865
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014866Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14867
14868 * doc/encoding.html: added encoding aliases doc
14869 * doc/xml.html: updates
14870 * encoding.[ch]: added EncodingAliases functions
14871 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14872 bottleneck affecting large DTDs like Docbook
14873 * parser.[ch] xmllint.c: added a pedantic option, will be
14874 useful
14875 * SAX.c: redefinition of entities is reported in pedantic mode
14876 * testHTML.c: uninitialized warning from gcc
14877 * uri.c: fixed a couple of bugs
14878 * TODO: added issue raised by Michael
14879
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014880Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14881
14882 * doc/encoding.html: propagated Martin Duerst suggestions
14883
Daniel Veillard52402ce2000-08-22 23:36:12 +000014884Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14885
14886 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14887 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14888 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14889 by Wayne Davison
14890
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014891Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14892
14893 * nanoftp.c nanohttp.c: small cleanup
14894 * TODO: updated
14895
Daniel Veillard244ece92000-08-19 20:58:02 +000014896Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14897
14898 * added an old VC testcase and updated title.xml entity
14899
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014900Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14901
14902 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14903 done on auto-opening of <p> tags and cleanup of SAX output
14904
Daniel Veillard979e55e2000-08-19 16:48:54 +000014905Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14906
14907 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14908
Daniel Veillard4540be42000-08-19 16:40:28 +000014909Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14910
14911 * doc/xml.html libxml.* structure.*: updated the doc a bit
14912
Daniel Veillard808a3f12000-08-17 13:50:51 +000014913Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14914
14915 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14916 of SAX tests
14917
Daniel Veillard29579362000-08-14 17:57:48 +000014918Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14919
14920 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14921 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14922
Daniel Veillard1255ab72000-08-14 15:13:33 +000014923Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14924
14925 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14926 * testHTML.c: fix core dump on Solaris 2.x systems
14927 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14928 * result/HTML/*.sax: previous bug fix lead to new results
14929
Daniel Veillard03109292000-08-14 14:58:22 +000014930Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14931
14932 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14933 * configure.in: added --with-readline=DIR to accept alternate
14934 path for readline include/library
14935 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14936 for ANSI under HP-UX
14937 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14938 includes @LIBS@
14939
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014940Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14941
14942 * doc/* : rebuilt the docs
14943 * getting ready for 2.2.2 release
14944
Daniel Veillard87b95392000-08-12 21:12:04 +000014945Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14946
14947 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14948 and xmlAddFeature()
14949 * tree.[ch]: added xmlAddChildList()
14950 * xmllint.c: MAP_FAILED macro test
14951 * parser.h: added xmlParseCtxtExternalEntity()
14952 * valid.c: applied bug fixes removed warning
14953 * tree.c: added CDATA block to elements content
14954 * testSAX.c: cleanup of output
14955 * testHTML.c: added SAX testing
14956 * encoding.c: better error recovery
14957 * SAX.c, parser.c: fixed one of the external entity processing
14958 of the OASis testsuite
14959 * Makefile.am: added HTML SAX regression tests
14960 * configure.in: bumped to 2.2.2
14961 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14962 SAX results
14963
Daniel Veillard88a172f2000-08-04 18:23:10 +000014964Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14965
14966 * configure.in: patch for HP compiler
14967
149682000-08-04 Sven Heinicke <sven@zen.org>
14969
14970 * xmllint.c: Was coredumping sometimes when the file given didn't
14971 exist.
14972
Daniel Veillard46e370e2000-07-21 20:32:03 +000014973Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14974
14975 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014976
Daniel Veillard46e370e2000-07-21 20:32:03 +000014977 when using in memory parsing. Need some cleanup.
14978 * xmllint.c configure.in: added a --memory flag to test memory
14979 parsing
14980
Daniel Veillard36650692000-07-21 15:16:39 +000014981Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14982
14983 * nanohttp.c: fixed socklen_t replacement to unsigned int
14984 * parser.c: fixed a space handdling missing at the end of
14985 production 28 DOCTYPE.
14986 * xmlmemory.c: fixed a stupid bug on the routine to override
14987 allocation functions
14988 * TODO: updated
14989
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014990Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * doc/ regenerated the docs
14993
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014994Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14995
14996 * doc/encoding.html doc/xml.html: added I18N doc
14997 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14998 improvements, both parser and filters, added ASCII & HTML,
14999 fixed the ISO-Latin-1 one
15000 * xmllint.c testHTML.c: added/made visible --encode
15001 * debugXML.c : cleanup
15002 * most .c files: applied patches due to warning on Windows and
15003 when using Sun Pro cc compiler
15004 * xpath.c : cleanup memleaks
15005 * nanoftp.c : added a TESTING preprocessor flag for standalong
15006 compile so that people can report bugs more easilly
15007 * nanohttp.c : ditched socklen_t which was a portability mess
15008 and replaced it with unsigned int.
15009 * tree.[ch]: added xmlHasProp()
15010 * TODO: updated
15011 * test/ : added more test for entities, NS, encoding, HTML, wap
15012 * configure.in: preparing for 2.2.0 release
15013
Daniel Veillard49703262000-07-10 10:27:46 +000015014Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15015
15016 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015017 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015018
Daniel Veillard306be992000-07-03 12:38:45 +000015019Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15020
15021 * doc/xml.html: changed the xmlsoft.org structure, updated the
15022 examples w.r.t. root and childs
15023
Daniel Veillard7d853352000-07-02 18:53:09 +000015024Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15025
Daniel Veillard784b9352003-02-16 15:50:27 +000015026 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015027
Daniel Veillard365e13b2000-07-02 07:56:37 +000015028Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15029
15030 * HTMLparser.c: Work on character encoding support for the HTML parser
15031 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15032 * encoding.c: Fixed a potential memleak in the encoding stuff
15033
Daniel Veillardaf743792000-07-01 11:49:28 +000015034Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15035
15036 * doc/FAQ.html doc/Makefile.am : added a FAQ
15037
15038Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015039
15040 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15041 of the HTML parser to force it to not bypass SAX
15042
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015043Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * win32config.h.in: updated
15046 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15047 lacks iconv support :-( need to release 2.1.1
15048 * configure.in: release 2.1.1
15049 * HTMLparser: fixed bug #14784
15050 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15051 by Windows compiler
15052 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15053 the SAX startDocument() callback.
15054 * TODO: updated
15055
15056Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15057
15058 * added xmlStopParser()
15059
Daniel Veillardbe803962000-06-28 23:40:59 +000015060Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15061
15062 * configure.in: 2.1.0 prerelease
15063 * Large resync between W3C and Gnome tree
15064 * nanoftp, nanohttp.c: fixed stalled connections probs
15065 * HTMLtree.c SAX.c : support for attribute without values in
15066 HTML for andersca
15067 * valid.c: Fixed most validation + namespace problems
15068 * HTMLparser.c: start document callback for andersca
15069 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15070 * parser.h, SAX.c: serious speed improvement for large
15071 CDATA blocks
15072 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15073 different encoding
15074 * example/Makefile.am example/gjobread.c tree.h: work on
15075 libxml1 libxml2 convergence.
15076 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15077 and the LIBXML_TEST_VERSION macro
15078
Daniel Veillardc310d562000-06-23 18:32:15 +000015079Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15080
15081 * doc/xml.html: various patches and improvements typo fixed by
15082 Felix Natter
15083 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15084 from Felix Natter <fnatter@gmx.net>
15085
Daniel Veillardf3029822000-05-06 08:11:19 +000015086Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15087
15088 * doc/upgrade.html: updated with instructions for support of both
15089 libxml-1.x and libxml-2.x
15090 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15091 for 2.x support and also fixed includes
15092
15093
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015094Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15095
15096 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15097 the encoding support, added iconv support, so now libxml if
15098 compiled with iconv automatically support japanese encodings
15099 among others. Work based on initial patch from Yuan-Chen Cheng
15100 I may have broken binary compat in the encoding handler
15101 registration scheme, but that was so utterly broken I don't
15102 expect anybody to have used this feature until now.
15103 * parserInternals.h: fixup on the CHAR range macro
15104 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15105 code.
15106 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15107 * uri.c: added xmlParseURI() I can't believe I forgot to
15108 implement this one in 2.0 !!!
15109 * SAX.c: moved doc->encoding update in the endDocument() call.
15110 * TODO: updated.
15111
Daniel Veillard06047432000-04-24 11:33:38 +000015112Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15113
15114 * tree.h: removed extraneous xmlRemoveProp definition
15115 * TODO: added item about --disable-corba configure switch
15116 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15117 * nanoftp.c: fixed include problems giving troubles on AIX and
15118 slowlaris
15119 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15120 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15121 comment and headers changes to lower gtk-doc number of warnings
15122 * doc/html/*: rebuilt docs
15123
Daniel Veillarde0aed302000-04-16 08:52:20 +000015124Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15125
15126 * HACKING: documented the tag for 1.x and instructions
15127
Daniel Veillard5e873c42000-04-12 13:27:38 +000015128Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15129
15130 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15131 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15132 xmlCreateIOParserCtxt
15133 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15134 significant overall improvement
15135 * xmllint.c: added I/O test to xmllint
15136 * testSAX.c: added a speed test
15137 * doc/* : updated/regenerated
15138
Daniel Veillardfc708e22000-04-08 13:17:27 +000015139Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15140
15141 * xpath.c uri.h parserInternals.h: cosmetic changes from
15142 "Timur I. Bakeyev" <timur@bat.ru>, including making
15143 xmlCreateURI() public
15144
Daniel Veillard5d211f42000-04-07 17:00:24 +000015145Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15146
15147 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15148 and the code at the same time. Added a clean mechanism for
15149 overload or added input methods: xmlRegisterInputCallbacks()
15150 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15151 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15152 * TODO: updated
15153 * doc/* : updated/regenerated
15154 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15155 source dir
15156
Daniel Veillarde77a9182000-04-05 19:12:29 +000015157Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15158
15159 * testURI.c: yet another forgotten commit, I should get some sleep !
15160
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015161Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15162
15163 * xmllint.c: forgot to commit this too ?
15164
Daniel Veillardb9df4042000-04-05 14:23:16 +000015165Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15166
15167 * xmlversion.h.in : forgot to commit this previously
15168
Daniel Veillard361d8452000-04-03 19:48:13 +000015169Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15170
15171 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15172 * README TODO: updated for release
15173 * uri.c uri.h: added authority parsing/saving
15174 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15175 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15176 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15177 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15178 Makefile.am : added compile-time customization of libxml
15179 --with-ftp --with-http --with-html --with-xpath --with-debug
15180 --with-mem-debug
15181 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15182 #include <libxml/xxx.h> I hope it won't break too much stuff
15183 and will be manageable in the future...
15184 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15185 and added xmllint to the installed programs
15186 * uri.h: added xmlFreeURI()
15187
Daniel Veillardec303412000-03-24 13:41:54 +000015188Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15189
15190 * uri.c uri.h: finished the escaping handling, the base support
15191 and the URI path normalization. Looks good just lacks the
15192 authority content parsing code.
15193 * Makefile.am: added instructions to generate testURI
15194 * TODO: updated
15195 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15196 added links and icons for W3C and Gnome
15197
Daniel Veillard8f621982000-03-20 13:07:15 +000015198Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15199
15200 * xmlmemory.[ch] : seems I forgot to actually update the files in
15201 the last commit :-)
15202 * doc/xml.html doc/html/* : updated and uploaded the docs
15203
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015204Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15205
15206 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15207 * TODO: updated
15208 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015209 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015210 gfree).
15211 * Makefile.am, uri.c, uri.h: added a set of functions to do
15212 exact (litteraly copied from the RFC 2396 productions) parsing
15213 and handling of URI. Will be needed for XLink, one XML WFC,
15214 XML Base and reused in the nano[ftp/http] modules. Still work
15215 to be done.
15216
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015217Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15218
15219 * configure.in, libxml.spec.in : libxml2
15220 * doc/* : updated the doc page, rebuilt the docs
15221
Daniel Veillardcf461992000-03-14 18:30:20 +000015222Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * all: tagged LIB_XML_1_X
15225 * *.c *.h : updated from W3C CVS tree
15226 * configure.in : 2.0.0-beta
15227 * libxml.spec.in : libxml2 package nam
15228 * result/* : new version of the tests output
15229
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015230Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15231
15232 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15233
Daniel Veillardb566ce12000-03-04 11:39:42 +000015234Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15235
15236 * doc/* : rebuilt the docs
15237 * parser.c: final patch on #6766
15238 * valid.c: small patch on validity checks.
15239
Daniel Veillardfb76c402000-03-04 11:39:42 +000015240Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15243 added
15244 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15245 compatibility w.r.t. XML spec and existing code.
15246
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015247Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15248
15249 * parser.c: seems a better solution to <a> </a> exists,
15250 will try it for a while
15251
Daniel Veillard83a30e72000-03-02 03:33:32 +000015252Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15253
15254 * parser.c: tried to remove the <a> </a> generating <a/>
15255 this is hard. Left a flag for that purpose. Fixed bug #6766
15256 * configure.in: prepared 1.8.7 not released, due to previous
15257 problem
15258
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015259Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15260
15261 * doc/xml.html : applied second patch from Paul DuBois
15262
Daniel Veillard402e8c82000-02-29 22:57:47 +000015263Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15264
15265 * doc/xml.html : applied patch from Paul DuBois
15266
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015267Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15268
15269 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15270
Daniel Veillard5feb8492000-02-02 17:15:36 +000015271Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15272
15273 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15274 compilation warnings on various platforms.
15275 * parser.c: Fixed #5281 validity error callbacks are now desactived
15276 by default if not validating.
15277
Daniel Veillardf341f932000-02-02 14:52:08 +000015278Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15279
15280 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15281
Daniel Veillard13c757e2000-02-01 23:59:15 +000015282Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15285 <gkatsi@cs.toronto.edu>
15286
Daniel Veillard726e8792000-01-30 20:04:29 +000015287Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15288
15289 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15290 processing URLs
15291
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015292Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15293
15294 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15295 xmlNanoFTPUpdateURL for persistent control connections.
15296 * configure.in: 1.8.6
15297
15298Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15299
15300 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15301 * tree.[ch] : added xmlSaveNoEmptyTags
15302
James Henstridgef3be9312000-01-28 13:59:21 +0000153032000-01-29 James Henstridge <james@daa.com.au>
15304
15305 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15306
15307 * Makefile.am: added nanoftp.[ch] to the build.
15308
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015309Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15310
15311 * nanoftp.[ch]: cleanup, comments, API
15312 * debugXML.c : fixed a bug in the cat command
15313 * doc/*: regenerated the docs
15314
Daniel Veillardda07c342000-01-25 18:31:22 +000015315Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15318 * debugXML.c : fixed a bug in the cat command
15319 * valid.c: fixing some small probs
15320 * libxml.spec.in: get rid of the SNAP suffix
15321 * doc/xml.html: updated the status
15322
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015323Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15324
15325 * xml-config.in: xml-config --version to just return the
15326 version number
15327 * xpath.c: some cleanup w.r.t. axis when the current node is
15328 an attribute.
15329 * TODO: updated
15330
Daniel Veillard461a66c2000-01-18 18:01:01 +000015331Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15332
15333 * configure.in: prepared for libxml-1.8.5
15334 * doc/* recompiled the documentation
15335
153362000-01-17 Jody Goldberg <jgoldberg@home.com>
15337
15338 * configure.in : WARNING autoconf subtlety alert :
15339 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15340 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15341 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15342 get defined by AC_CHECK_HEADERS.
15343
Daniel Veillardf967b902000-01-17 16:06:10 +000015344Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15345
15346 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15347 Rune.Djurhuus@fast.no
15348
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015349Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15350
15351 * TODO: updated
15352 * tree.c, parser.c: made sure that only memory alloc problems
15353 and internal parser errors are allowed to write to stdout or
15354 stderr.
15355
Daniel Veillard0142b842000-01-14 14:45:24 +000015356Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15357
15358 * tree.c : restored xmlNewGlobalNs since this seems used by
15359 a lot of existing code :-(, fixed a bug in xmlNewNs
15360 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15361 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15362 to exit() from the library code.
15363 * xpath.c, parser.c: removed bugs or unused code detected by
15364 Windows compilers
15365 * parser.c: started adding interfaces for parsing well balanced
15366 XML fragments
15367 * configure.in: releasing 1.8.4
15368 * doc/* : rebuilt the docs
15369
Daniel Veillard2eac5032000-01-09 21:08:56 +000015370Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15371
15372 * tree.[ch] : added xmlNewDocFragment() for DOM
15373 * testHTML.c: uninitialized variable.
15374
Daniel Veillardf3a73582000-01-05 14:58:39 +000015375Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15376
15377 * doc/* : rebuild the docs
15378
Daniel Veillard71b656e2000-01-05 14:46:17 +000015379Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15380
15381 * acconfig.h: readline and history patch
15382 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15383 * tree.c: added check and handling when possibly removing an ID
15384 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15385 and saving.
15386 * test/HTML/entities.html result/HTML/entities.html* : test for
15387 various entities reference cases
15388 * result/HTML/* : as a result output of some testcase have
15389 changed
15390 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15391 by previous example. added xmlParseTryOrFinish().
15392 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15393 entities.h debugXML.h HTMLparser.h: changed the way struct are
15394 declared to allow gtk-doc to expose those
15395 * parser.c: closed bug #4960
15396 * Makefile.am configure.in: Applied patch from
15397 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15398 and math/socket libs detection
15399
Daniel Veillard437b87b2000-01-03 17:30:46 +000015400Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15401
15402 * configure.in, Makefile.am: link tester against readline
15403 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15404
Daniel Veillard686d6b62000-01-03 11:08:02 +000015405Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15406
15407 * tree.[ch]: added xmlRemoveProp
15408 * win32config.h.in nanohttp.c: avoid including the Windows
15409 socket stuff in every C files
15410 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15411 the XmL parser(s)
15412 * test/ns4 result/ns4 etc...: added test case for previous prob
15413 * tree.c: xmlNewNs wasn't checking for double definition
15414 * Makefile.in: fixed a problem with dist-hook duplicates
15415 * parser.[hc], xmlIO.c: fixed the loading of external entities
15416 APIs, now xmlLoadExternalEntity() is used everywhere and
15417 setting up an app specific front-end using the
15418 * SAX.c parser.c: some fixes, now the xhtml spec validates
15419 with the xhtml DTD.
15420 * error.c: fixed crashes in case of no input stream
15421 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15422 to the validation tests and results
15423
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015424Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15427 too htmlCreatePushParserCtxt() and htmlParseChunk()
15428 * parser.c: a bit of cleanup.
15429 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15430 to XML) removed the last mem leak known
15431 * HTMLtree.c: output message cleanup
15432 * xmlmemory.c: display content info about memory blocks
15433 * result/HTML/wired.* : missing att value warning change
15434
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015435Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15436
15437 * doc/* : rebuilt the documentation
15438
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015439Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15440
15441 * parser.[ch] parserInternals.h: Push parser for XML,
15442 seems to work fine now
15443 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15444 --push for push testing
15445 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15446 * testSAX.c: added --push
15447 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15448 subtree
15449 * xmlIO.[ch] : enriched API + fixes for push mode
15450 * entities.[ch]: added the entity content length to the struct.
15451 * xmlmemory.[ch]: new API to show the last entries for the shell
15452 * valid.c: added required attribute testing
15453 * SAX.c: the cdata callback now merge contiguous fragments
15454 * HTMLparser.c: cleanup of some macros
15455
Daniel Veillard3c558c31999-12-22 11:30:41 +000015456Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15457
15458 * parser.c: fix for PIs name starting with xml
15459 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015460 * *.c, configure.in win32config.h.in : generate win32config.h for
15461 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015462
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015463Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15464
15465 * parser.c: fixed a stupid = vs. == bug :-(
15466 * doc/gnome-xml.sgml: s/glade/xml/
15467
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015468Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15469
15470 * configure.in, doc/xml.html : bug fix release 1.8.2
15471 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15472 Hopefully the end of that silly C++ include problem
15473 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15474 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15475 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15476 troubles with autoclosed elements when the stree shape doesn't
15477 follow the DtD specs. Added htmlIsAutoClosed() and
15478 htmlAutoCloseTag()
15479 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15480 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15481 * debugXML.c: fixed a bug on printing default namespaces.
15482 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15483
Daniel Veillardb24054a1999-12-18 15:32:46 +000015484Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15485
15486 * result/HTML/*.htm[l] : updated the HTML regression tests according
15487 to the new output
15488 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15489 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15490 problem due to intermix of extern "C" { ... } declarations for C++
15491 and recursive includes in the headers
15492
Chris Lahey323c48c1999-12-18 15:32:45 +0000154931999-12-20 Chris Lahey <clahey@umich.edu>
15494
15495 * HTMLtree.c: Made it so that html nodes with a single child do
15496 not insert a carriage return before or after the child node.
15497
Daniel Veillardb24054a1999-12-18 15:32:46 +000015498Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015499
15500 * configure.in, doc/xml.html : bug fix release 1.8.1
15501 * parser.c: fixed bug #4344
15502 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15503 added the glue to avoid C++ problems
15504 * doc/* : regenerated the documentation
15505
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015506Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15507
15508 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15509 namespace recognition, and Dia as a resul :-(
15510 * encoding.c: closed bug #3950
15511
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015512Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15513
15514 * valid.c: debugging a posteriori validation, except URI expansion
15515 stuff this should be fixed now
15516 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15517 Carl Nygard <cnygard@bellatlantic.net>
15518 * tester.c: added --postvalid, cleaning of the code
15519 * tree.[ch]: added xmlDocGetRootElement()
15520
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015521Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15522
15523 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15524 c++ losage.
15525
Daniel Veillard10a2c651999-12-12 13:03:50 +000015526Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15527
15528 * configure.in, doc/xml.html : bumped to 1.8.0
15529 * xlink.[ch], Makefile.am : added framework for link detection
15530 * parser.h: added nbChars to parser context, needed for cleanup.
15531 * xmlmemory.c: removed a nasty bug when out of mem
15532 * valid.[ch]: adding namespace support for attribute decl
15533 * tester.c: added --debugent option
15534 * debugXML.[ch]: added xmlDebugDumpEntities()
15535 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15536 buffers instead, this was really needed, validation was breaking
15537 in strange ways due to that. Added xmlParseStringPEReference()
15538 and other parsing from strings functions. Entities processing
15539 modified again, but PERef are still not handled correcly but
15540 unless you're Eve Maller you won't notice :-)
15541 * HTMLparser.c: large changes toward reliability, and switched to
15542 lowercase internal tags, XHTML is lowercase, so it will help
15543 that output is closer to next version.
15544 * doc/* : regenerated the documentation, it is now hosted at
15545 http://xmlsoft.org/ (same bits I just bought the domain :-)
15546
15547
Daniel Veillard294cbca1999-12-03 13:19:09 +000015548Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15549
15550 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15551 doc generation
15552 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15553 in the SAX API
15554 * doc/*: rebuilt the doc making sure everything appears in the
15555 HTML files
15556
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015557Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15558
15559 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15560 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15561 which allow impressive speed improvement on dataset with
15562 large text pieces, but at the cost of broken binary
15563 compatibility and slightly bigger memory usage.
15564 Configure with --with-buffers to activate them, they
15565 are protected with XML_USE_BUFFER_CONTENT define.
15566 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15567 goal is 0 memory left allocated once parser is no more used
15568 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15569 call xmlCleanupParser() and xmlMemoryDump()
15570
Daniel Veillarda819dac1999-11-24 18:04:22 +000015571Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15572
15573 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15574 * parser.[ch] encoding.[ch]: added memory cleanup routines
15575 * parser.c: closing bug #3788
15576 * doc/*: rebuilt the doc
15577
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015578Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15579
15580 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15581 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15582 * tester.c: added --compress option
15583 * doc/*: rebuilt the documentation
15584
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015585Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15586
15587 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15588 if given /proc/kcore as input !
15589 * doc/xml.html doc/*: updated and rebuilt the documentation
15590
15591Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015592
15593 * parser.c: Fixed some wrongly space collapsing code due to
15594 a misreading of the spec.
15595 * result/*: fixed the output accordingly
15596
15597Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015598
15599 * encoding.c: bug fix and typos
15600 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15601 * parser.c: added attribute normalization closing bug #3597
15602 * test/att* result/att* SAXresult/att*: testcase for attribute
15603 normalization
15604
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015605Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15606
15607 * configure.in: closing bug #3163 by adding extra flags for the
15608 cc compiler on HP-UX
15609
Daniel Veillard51e3b151999-11-12 17:02:31 +000015610Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15611
15612 * valid.[ch] : removed a typo and an enumerated type bug in the
15613 xmlAddElementDecl() function
15614 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15615 call to xmlEncodeEntitiesReentrant() so that the functions
15616 New, Set and Get are at the same level.
15617 * parser.c HTMLparser.c: extra memory allocation bug for
15618 attributes detected by someone using libxml in embedded systems :-)
15619
Daniel Veillard962195f1999-10-28 15:51:53 +000015620Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15621
15622 * xmlmemory.h: turned off mem debug :-\
15623
Daniel Veillard35008381999-10-25 13:15:52 +000015624Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15625
15626 * parser.c: closed bug #2784 a one line fix, but worth pushing
15627 a new release out
15628 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15629 some structures, comments before and after the
15630 main element, and other nastyness
15631 * HTMLtree.c tree.c: accomodate the extended HTML supported
15632 * configure.in: pushing 1.7.4
15633 * test/ent8 and related outputs : added a new test for bug #2784
15634 * test/HTML/wired.html and related output: a nasty HTML example
15635 * Makefile.am: improved the test scripts
15636 * docs/* : reran the documentation extractor, updated xml.html
15637
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015638Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15639
15640 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15641 HTMLparser and debugged the HTML related code. HTML documents
15642 now have their own type
15643 * entities.c: do not dump &apos; for HTML output
15644 * xmlmemory.c: improvement, breakpoint mechanism
15645 * testHTML.c: added --sax --repeat ...
15646 * Makefile.am: improved the HTML tests
15647 * valid.[ch]: added xmlValidGetValidElements and
15648 xmlValidGetPotentialChildren
15649 * tester.c: added --insert to test the 2 new functions
15650 * test//* result//* SAXresult//* : regression test cleanup
15651 and extension.
15652 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15653 gnome-xml-nanohttp.html
15654
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015655Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15656
15657 * HTMLparser.c: fixed problems with some autoclose tags
15658 * tree.c: fixed XML output problems.
15659 * result/* SAXresult/*: update of the tests output
15660
Daniel Veillard6077d031999-10-09 09:11:45 +000015661Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15662
15663 * Makefile.am: Arturo patch for xmlConf.sh version info
15664 * parser.c: Tim Josling patch for single quoted items
15665 * tester.c: Tim Josling patch for tester options usage
15666 * tree.h: indent cleanup
15667
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015668Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15669
15670 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15671 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15672
Daniel Veillard00fdf371999-10-08 09:40:39 +000015673Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15674
15675 * tree.c : Raph patch for initialization of CORBA fields
15676 * parser.c, xpath.c, ...: modification of doc comments
15677 * xpath.c : allow spaces in xpath expressions
15678
Daniel Veillardad219441999-09-27 08:17:49 +000015679Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15680
15681 * xmlmemory.h: turning off memory debug :-(
15682
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015683Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15686 better SAX interfaces.
15687 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15688 entity.
15689 * configure.in: 1.7.2
15690
15691Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015692
15693 * libxml.spec.in: fixed the URL
15694 * doc/xml.html: improved the documentation front-end
15695
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015696Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015697
15698 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15699
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015700Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015701
15702 * libxml.spec.in: fixed the alpha compile problem
15703 * parser.[ch]: changed errno to errNo in the parser context :-(
15704 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15705 * doc/xml.html: changed CHAR to xmlChar
15706 * doc/html/*: recompiled the documentation
15707 * configure.in: 1.7.1
15708
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015709Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15710
15711 * parser.h: modified the parser context struct to regain 1.4.0
15712 binary compatibility
15713 * parser.c, xml-error.h: added errno ot teh context and defined
15714 a set of errors values with update of errno
15715 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15716 DTDs and entities
15717 * *.h, *.c: complete cleanup of the use of config.h and include
15718 protection depending on the current setup.
15719 * overalll debugging, maintenance and bug-fixing on all modules
15720 * updated the documentation
15721 * ready for 1.7.0
15722
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015723Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15724
15725 * HTMLparser.c : cleanup
15726 * SAX.c valid.c valid.h: added ID/IDREF checking
15727 * tree.c tree.h: extended doc structure for refs
15728 * configure.in: 1.6.2
15729 * parser.c: patched bug in SAX user arg call
15730 * parserInternals.h: patched missing close in C++ wrapping
15731 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15732 especially upcoming XPointer implementation.
15733 * doc/xml.html: augmented, typo
15734
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015735Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15736
15737 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15738 not all invocations of install understand -d.
15739
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015740Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15741
15742 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15743 to make 'check' works, when builddir != srcdir.
15744
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015745Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15746
15747 * doc/xml.html : updated the documentation
15748
Daniel Veillard6454aec1999-09-02 22:04:43 +000015749Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15750
15751 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15752 not deallocated memory blocks
15753 * *.c : replaces all calls to malloc() free() and realloc() to
15754 the wrapper functions/macros
15755 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15756 instead of xmlFreeNodeList()
15757
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015758Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15759
15760 * HTMLparser.c: corrected a stupid bug leading to core dump at
15761 tree deallocation. Removed warnings indicated by
15762 Stephane.Conversy@lri.fr
15763 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15764 looked for in the external subset
15765
15766Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015767
15768 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15769 on SGI by Stephane.Conversy@lri.fr
15770
Daniel Veillardb96e6431999-08-29 21:02:19 +000015771Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * all .h : changed the prototype declaration indent as in gtk
15774 * most .c : working on reducing the TODOs in the code
15775 * most .c : cleanup though -pedantic and Insure++
15776 * improvements on validation ID checkings.
15777 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15778 * xml-config.in: closed #1810
15779
15780Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015781
15782 * tree.h, valid.c, valid.h: more work on validity, IDs
15783 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15784 definition for AIX
15785
Daniel Veillardb556eb51999-08-15 17:19:50 +000015786Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15787
15788 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15789 the distribution due to a cut'n paste error at last commit
15790
Daniel Veillardb05deb71999-08-10 19:04:08 +000015791Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15792
15793 * configure.in: upgraded to version 1.4.0
15794 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15795 Big update, added a large part of the validation process,
15796 it should be usable, but some parts are missing
15797 * xpath.c: improved the implementation w.r.t. root.
15798 * Makefile.am: added more tests
15799 * test and result trees: added a lot of tests
15800 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15801
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015802Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15803
15804 * Added an HACKING file
15805
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015806Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15807
15808 * xpath.[ch] : improvements and debug of the XPath implementation
15809 * parser.c, HTMLparser.c : modified the parsers to be progressive
15810 * tree.[ch] : extended the Buffer promitives
15811 * xmlIO.[ch] : added basic I/O routines providing progressive
15812 parsing and ready for I18N conversion plugins
15813 * SAXresult/* : the SAX callback sequence maybe slightly different
15814 now
15815 * test*.c : improved/updated the tests programs
15816 * doc/* : recompiled the docs.
15817
Daniel Veillard15b75af1999-07-26 16:42:37 +0000158181999-07-26 Michael Meeks <michael@edenproject.org>
15819
15820 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15821
15822 * tree.c: Ditto.
15823
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015824Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15825
15826 * configure.in: upgraded to version 1.4.0
15827 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15828 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15829 XML query language, see http://www.w3.org/TR/xpath for more details.
15830 * parser.c, parser.h: added CHAR* related string functions for XPath
15831 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15832 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15833 rebuild the docs.
15834 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15835 and regression testing capabilities for XPath.
15836
Daniel Veillardd79d7871999-07-12 10:38:12 +000015837Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15838
15839 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15840 closing bug #1646
15841
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015842Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15843
15844 * Makefile.am, example/Makefile.am: closed bug #1683
15845
Daniel Veillard3166ab11999-07-11 16:14:19 +000015846Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15847
15848 * example/Makefile.am, configure.in: added the makefile for the
15849 gjobread example
15850
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015851Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15852
15853 * doc/Makefile.am:
15854 - fix which allow "make install DESTDIR=</install/prefix>".
15855
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015856Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15857
15858 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15859 which fixed a problem on the file reading-code.
15860
Daniel Veillard82150d81999-07-07 07:32:15 +000015861Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15862
15863 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15864 output.
15865 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15866
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015867Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15868
15869 * parser.h : Oops removed the binary compatibility problem
15870 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15871 * parser.c, HTMLparser.c: applied patches for reading from stdin
15872
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015873Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15874
15875 * parser.c, entities.c, valid.c: cleanup bug #1591
15876 * configure.in: cleanup bug #1592
15877 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15878 the same tree back-end. Hence gdome will be available for it.
15879 * doc/Makefile.am: close bug #617
15880
Daniel Veillard97fea181999-06-26 23:07:37 +000015881Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15882
15883 * parser.c: alloctate a per parser context SAX interface block
15884
Daniel Veillard14fff061999-06-22 21:49:07 +000015885Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15886
15887 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15888 and xmlEncodeEntitiesReentrant with the correct one :-\
15889
15890Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15891
15892 * commit of my internal XML base changes, quite a lot of
15893 changes, cleanups, better entities support, framework for
15894 new I/O and charset detection and handling
15895 * Fixed the configure/Makefile stuff to generate shared libs
15896 with the proper version info, so we jumped on rev from
15897 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15898 xmlEncodeEntities() result need to be freed now, and a string
15899 xmlParserVersion provide the current library version.
15900
Raph Levien05240da1999-06-15 21:27:11 +000015901Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15902
15903 * parser.c: fixed a buffer overrun for when you have a very long
15904 attribute with no entities in it.
15905
Daniel Veillardbb2da581999-06-13 14:37:07 +000015906Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15907
15908 * added example directory
15909 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15910
Daniel Veillard011b63c1999-06-02 17:44:04 +000015911Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15912
15913 * Release of libxml-1.1, nearly everything has been touched for
15914 this.
15915 * Added more regression tests
15916 * Updated the documentation
15917
Daniel Veillard27d88741999-05-29 11:51:49 +000015918Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15919
15920 * tree.[ch]: unified the XML_NO_CORBA defines.
15921 * parser.c encoding.[ch]: started plugging in char encoding detection
15922
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015923Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15924
15925 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15926 Also freed allocated buffer.
15927
Daniel Veillard27d88741999-05-29 11:51:49 +000015928Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015929 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15930 reentrancy problem at printing. One is left in entities.c, to
15931 remove ASAP
15932 * testSAX.c : added a test example showing the use of the SAX
15933 interface if one doesn't want to build the DOM tree.
15934 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15935
Daniel Veillard517752b1999-04-05 12:20:10 +000015936Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15937
15938 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15939 large revamping of the parser to use SAX callbacks
15940 http://www.megginson.com/SAX/ (or at least a C like interface
15941 a la Expat). It's now possible to set up your own callbacks
15942 and the parser will not build a DOM tree.
15943 * test/* result/*: updated the test suite, I finally removed
15944 the old Namespace draft support (PI based).
15945
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015946Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15947
15948 * Makefile.am: added test result to EXTRA_DIST for make tests
15949
Daniel Veillard64068b31999-03-24 20:42:16 +000015950Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15951
15952 * parser.c, parserInternals.h: moved the chars macro definitions
15953 to parserInternals.h
15954 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15955 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15956
Daniel Veillard012ccc11999-03-23 10:11:11 +000015957Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15958
15959 * xml-config.in : applied patch to make --version work
15960
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159611999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15962
15963 * Makefile.am (check-local): Alias for `tests' target. This will
15964 cause `make check' to do the right thing.
15965 (tests): Don't run tests in srcdir. Also, replaced calls to
15966 basename with a `sed' "equivalent".
15967
Daniel Veillardd109e371999-03-05 06:26:45 +000015968Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15969
15970 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15971 it in the header and not the sources, updated the doc.
15972 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15973 pointing this out.
15974
Daniel Veillardbc50b591999-03-01 12:28:53 +000015975Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15976
15977 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15978 exported the inputStream routines.
15979 * doc/html/* : updated accordingly
15980
Daniel Veillardd692aa41999-02-28 21:54:31 +000015981Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15982
15983 * parser.c, parser.h, parserInternals.h: added a few extra
15984 internal calls to allocate and free parser contexts ...
15985 * doc/html/* : updated accordingly
15986
Daniel Veillard55a99271999-02-25 11:01:29 +000015987Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15988
15989 * configure.in, Makefile.am, doc/makefile.am : General changes for
15990 1.0.0 release and including the generated HTML documentation.
15991
Daniel Veillard35925471999-02-25 08:46:07 +000015992Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15993
15994 * makefile.am : added parserInternals.h, oops.
15995
Daniel Veillard1e346af1999-02-22 10:33:01 +000015996Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15997
15998 * parserInternals.h: added this header giving access to the parser
15999 internal functions.
16000 * doc/Makefile.am : added a rebuild target which rebuilds the full
16001 set of documentations
16002 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16003 the internal subset.
16004 * *.c *.h: modifications needed to generate the documentation using
16005 gtk-doc, cleanup of functions blocks, reorganisation of struct
16006 declarations.
16007
Daniel Veillard1164e751999-02-16 16:29:17 +000016008Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16009
16010 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16011 the tar and spec file to include the beginning of the doc.
16012
Nuno Ferreira03d04781999-02-13 00:07:17 +0000160131999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16014
16015 * doc/.cvsignore: Added this file.
16016
Daniel Veillard6800ef31999-02-08 18:33:22 +000016017Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16018
16019 * tree.c: fixed xmlGetProp to return "" when the attribute
16020 exists, even if the node-list is NULL.
16021
Daniel Veillard726c7e31999-02-08 15:13:10 +000016022Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16023
16024 * tree.c: patched an error outputting empty attribute values.
16025 * Makefile.am and doc/makefile.am: have been updated during the
16026 week-end. Sorry for an empty CVS log, I got a shell problem.
16027
Daniel Veillard1899e851999-02-01 12:18:54 +000016028Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16029
16030 * tree.h: cleaned up using enums instead of defines
16031 * parser.c, valid.[ch]: more work on parsing/output of element
16032 declarations
16033
Daniel Veillard3b9def11999-01-31 22:15:06 +000016034Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16035
16036 * valid.[ch], tree.c, parser.c : more work toward full parsing
16037 of XML DTDs.
16038 * README: added informations about mailing-list and on-line
16039 documentation
16040
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160411999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16042
16043 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16044
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016045Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16046
16047 * parser.c, tree.[ch] : more work toward conformance testing,
16048 added a last element to accelerate parsing of very flat structures
16049 started working on internal subset Element content declaration.
16050 * valid.[ch] : first cut at adding code toward validation.
16051 * previous changes had also small impact on most files, especially
16052 the conformance testing using James Clark test suite.
16053
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016054Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * test/* : updated the examples, most of them were not well
16057 formed (humm), and added rdf2.
16058 * result/* : resulting changes in the output.
16059
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016060Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16063
Daniel Veillard44b3a061998-12-05 17:27:22 +000016064Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16065
16066 * tree.c: patched a bug in the generation of empty attributes
16067
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016068Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16069
16070 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16071 for node/trees/documents/... Biggest problem is namespace
16072 support when copying subtrees.
16073
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016074Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16075
16076 * parser.c, entities.c: improve entities and char ref encoding,
16077 and cleanups of error messages.
16078
Daniel Veillard242590e1998-11-13 18:04:35 +000016079Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16080
16081 * parser.c, entities.c: simple bug hunting done during rpm2html and
16082 rpmfind integration.
16083
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016084Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16085
16086 * parser.[ch]: Added interfaces allowing to specify a SAX
16087 handler before parsing.
16088
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016089Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16090
16091 * parser.c: redirrect all errors reporting through the SAX
16092 error function
16093
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016094Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16095
16096 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16097 * libtool, tlmain ...: update of the libtool files
16098
Miguel de Icaza442321c1998-11-04 18:13:38 +0000160991998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16100
16101 * entities.c: Use g_snprintf insteda of snprintf.
16102
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016103Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16104
16105 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16106 added ent5 test for this purpose.
16107 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16108
Daniel Veillard27271681998-10-30 06:39:40 +000016109Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16110
16111 * parser.c: fixed? a strange error due to compression on a GWP
16112 document.
16113
Daniel Veillard25940b71998-10-29 05:51:30 +000016114Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16115
16116 * tree.[ch]: bug fixing
16117 * entities.[ch]: defined a specific type for predefined entities
16118 * doc/xml.html: more documentation on the library, how to use it,
16119 overview of the interfaces.
16120
Daniel Veillard16253641998-10-28 22:58:05 +000016121Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16122
16123 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16124
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016125Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16126
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016127 * tree.c: corrected a small bug
16128 * doc/xml.html: continuing writing documentation.
16129
16130Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16131
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016132 * debugXML.h debugXML.c: added debugging utilities.
16133 * tester.c: added --debug switch.
16134 * tree.c: patched an incorrect node->type assignment.
16135 * parser.c: formatting, ensure that node->doc != NULL in attributes
16136
Daniel Veillardccb09631998-10-27 06:21:04 +000016137Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16138
16139 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16140 entity support and provide an internal representation close to
16141 DOM one (entity ref nodes, and attribute value as tree). I tried
16142 to preserve the interface but this will surely break some apps
16143 (I have to change rpm2html/rpmfind for example). I had to change
16144 two interfaces, and the generated tree is somewhat different.
16145 * doc/* : started documenting the XML library, the tree and
16146 DOM/Corba. This is a first step.
16147
Daniel Veillard11e00581998-10-24 18:27:49 +000016148Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * parser.c: Set up the fonctions comment block, boring but useful.
16151 * parser.h, SAX.c, parser.c: now attributes are processed through
16152 the SAX interface. The problem is that my SAX interface diverged
16153 quite a bit from the original one, well this is not an official
16154 spec, and translating it from Java to C is hairy anyway...
16155
Daniel Veillard97b58771998-10-20 06:14:16 +000016156Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16157
16158 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16159 fonctions comment block, boring but useful.
16160
16161Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016162
16163 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16164 conversion routines. However they are not yet used to convert the
16165 inputs. The core will run with UTF-8.
16166
Daniel Veillard33942841998-10-18 19:12:41 +000016167Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16168
16169 * tree.c : make sure that the type id is properly set-up when
16170 a new object is allocated, needed for DOM.
16171
Daniel Veillard27fb0751998-10-17 06:47:46 +000016172Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16173
16174 * tree.h, tree.c: Ok, the main objects in the tree will be native
16175 corba objects, it costs 8 bytes per Node, Attribute and Document
16176 but it simplifies the Corba integration a lot (no extra interface
16177 objects to allocate/free).
16178
Daniel Veillard0bef1311998-10-14 02:36:47 +000016179Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16180
16181 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16182 and changed NODEs contants for conformity with DOM Level 1
16183
Daniel Veillard27864701998-10-08 03:47:24 +000016184Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16185
16186 * added hooks to keep track of servants when creating objects
16187 xmlDoc and xmlNode (for Corba export).
16188
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016189Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16190
16191 * added xml-config script.
16192
Daniel Veillard7066a791998-10-01 20:28:28 +000016193Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16196 to autoupdate libtool and automake conf files.
16197
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000161981998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16199
16200 * Makefile.am: Use '?' to separate the sed
16201 commands as ',' is used when people pass -Wl,something.
16202
16203
Daniel Veillard15a8df41998-09-24 19:15:06 +000016204Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16205
16206 * tree.c, tree.h: added a per-document compression interface.
16207
Daniel Veillard151b1b01998-09-23 00:49:46 +000016208Tue Sep 22 20:47:38 EDT 1998
16209
16210 * tree.c, tree.h: added saving with compression and added interfaces
16211 to control the compression level (xmlGetCompressMode,
16212 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16213
Daniel Veillard70120ff1998-09-22 00:24:21 +000016214Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16215
16216 * parser.c: corrected a loop for files of size 0
16217
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000162181998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16219
16220 * error.h: New file. Contains prototyes from `error.c'.
16221
Tom Tromeyc19653d1998-08-14 01:22:43 +000016222Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16223
16224 * Makefile.am (xmlincdir): New macro.
16225 (xmlinc_HEADERS): Renamed from include_HEADERS.
16226
Daniel Veillard845664d1998-08-13 04:43:19 +000016227Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16228
16229 * applied small patch on numeric entities from
16230 Christopher Blizzard <blizzard@appliedtheory.com>
16231
Daniel Veillard260a68f1998-08-13 03:39:55 +000016232Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16233
16234 * New release 0.2, removed the old xml_* files so that it's
16235 coherent with the other CVS base (W3C), far better conformance
16236 to standard, new namespaces, decent entities support, beginning
16237 of a SAX-like interface. Nearly nothing left intact, even the
16238 test examples ...
16239
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162401998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16241
16242 * .cvsignore: Add .deps dir
16243
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016244Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16245
16246 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16247
Daniel Veillardfe926001998-07-26 04:28:20 +000016248Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016249
Daniel Veillardfe926001998-07-26 04:28:20 +000016250 * configure.in: added test for CPP
16251 * AUTHORS, Changelog: the original ones didn't get commited but the
16252 glib ones instead, fixed.
16253 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016254
Daniel Veillardfe926001998-07-26 04:28:20 +000016255Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016256
Daniel Veillardfe926001998-07-26 04:28:20 +000016257 * integrated code developped at W3C
16258 * changed the original Copyright
16259 * migrated to automake
16260 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016261