blob: 32c25f4b6b02872670a897a3376f07d12ffdb2f7 [file] [log] [blame]
Daniel Veillardedfd5882003-03-07 14:20:40 +00001Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * xpath.c: fix bug #107804, the algorithm used for document order
4 computation was failing on attributes.
5
Daniel Veillard83391282003-03-06 21:37:30 +00006Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7
8 * valid.c: fix bug #107764 , possibility of buffer overflow
9 in xmlValidDebug()
10
Daniel Veillard6c73cb82003-03-05 16:45:40 +000011Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
12
13 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
14 from Philipp Dunkel
15
Daniel Veillard5f704af2003-03-05 10:01:43 +000016Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
17
18 * xmlschemastype.c: made powten array static it should not be exported
19 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
20 parser function.
21 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
22
Daniel Veillard7b72ee52003-02-27 23:24:53 +000023Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
24
25 * tree.c: fixed a node dump crash on attributes
26 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
27 an URI test bug and get better output.
28
Daniel Veillard463a5472003-02-27 21:30:32 +000029Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
30
31 * check-xsddata-test-suite.py: give more infos
32 * relaxng.c: fix a bug reported by Sebastian Rahtz and
33 REF->DEF in attribute values.
34
Daniel Veillardeb7189f2003-02-27 20:11:13 +000035Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
36
37 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
38 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
39 regression tests from James Clark.
40
Daniel Veillard8bc6cf92003-02-27 17:42:22 +000041Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
42
43 * relaxng.c xmlschemas.c xmlschemastypes.c
44 include/libxml/xmlschemastypes.h: added param support for relaxng
45 type checking, started to increment the pool of simple types
46 registered, still much work to be done on simple types and
47 facets checkings.
48
Daniel Veillard19ab45b2003-02-26 15:49:03 +000049Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
50
51 * entities.c: fixes again one of the problem raised by
52 James Clark in #106788
53
Daniel Veillardc482e262003-02-26 14:48:48 +000054Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
55
56 * relaxng.c: Fixed a couple of problem raised by James Clark
57 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
58 datatype level still not fixed though.
59
Daniel Veillard17bed982003-02-24 20:11:43 +000060Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
61
62 * configure.in: preparing release 2.5.4
63 * doc/*: updated and rebuilt the docs
64 * relaxng.c: removed warnings
65 * result/relaxng/*: updated the results
66
Daniel Veillardf4be0182003-02-24 19:54:33 +000067Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
68
69 * valid.c: fixes a DTD regexp generation problem.
70
Daniel Veillard02111c12003-02-24 19:14:52 +000071Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
72
73 * parser.c: fixes bug #105998 about false detection of
74 attribute consumption loop.
75
Daniel Veillard2406abd2003-02-24 18:16:47 +000076Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
77
78 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
79
Daniel Veillardfcc822e2003-02-24 17:52:08 +000080Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
81
82 * SAX.c: fixed bug #105992
83
Daniel Veillard3ebc7d42003-02-24 17:17:58 +000084Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
85
86 * tree.c: fixed xmlSetProp and al. when the node passed is not an
87 element.
88 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
89 found 373 test schemas: 369 success 4 failures
90 found 529 test instances: 525 success 4 failures
91 * check-relaxng-test-suite.py: added memory debug reporting
92
Daniel Veillardc64b8e92003-02-24 11:47:13 +000093Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
94
95 * uri.c parser.c: some warning removal on Igor's patch
96 * tree.c: seems I messed up with #106788 fix
97 * python/libxml.c: fixed some base problems when Python provides
98 the resolver.
99 * relaxng.c: fixed the interleave algorithm
100 found 373 test schemas: 364 success 9 failures
101 found 529 test instances: 525 success 4 failures
102 the resulting failures are bug in the algorithm from 7.3 and
103 lack of support for params
104
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000105Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
106
107 * parser.c: another fix for nodeinfo in entities problem
108 * tree.c entities.c: fixed bug #106788 from James Clark
109 some spaces need to be serialized as character references.
110
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000111Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
112
113 * parser.c uri.c: fixed the bug I introduced in the path
114 handling, reported by Sebastian Bergmann
115
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000116Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
117
118 * parser.c: fixing some nodeinfo in entities problem raised
119 by Glenn W. Bach
120 * relaxng.c: implemented the first section 7.3 check
121 * result/relaxng/*: updated the results
122
Daniel Veillardc5312d72003-02-21 17:14:10 +0000123Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
124
125 * relaxng.c: fixed some problems in the previous commit
126 and finished implementing 4.16 rules checking
127 found 373 test schemas: 353 success 20 failures
128 found 529 test instances: 519 success 6 failures
129 * result/relaxng/*: updated the results
130
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000131Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
132
133 * relaxng.c: implemented checks from section 7.2
134
Daniel Veillard77648bb2003-02-20 15:03:22 +0000135Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
136
137 * relaxng.c: implemented the checks from section 7.1, fixed
138 some of the 4.20 and 4.21 problems.
139 found 373 test schemas: 338 success 35 failures
140 found 529 test instances: 519 success 6 failures
141 * result/relaxng/*: updated the results
142
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000143Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
144
145 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
146 * result/relaxng/*: updated the results
147
Daniel Veillardce14fa52003-02-19 17:32:48 +0000148Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
149
150 * relaxng.c: more bugfixes
151 * result/relaxng/*: updated the results
152
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000153Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
154
155 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
156 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
157 * SAX.c: ensured xmlDoc.URL is always canonic
158 * parser.c: obsoleted xmlNormalizeWindowsPath
159 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
160 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
161 * win32/libxml2.def.src: added few exports
162
163
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000164Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
165
166 * Makefile.am configure.in: patched to have shared libraries
167 for Python regression tests and static binaries for gdb debug
168 in my development environment
169 * relaxng.c: more bugfixes
170 found 373 test schemas: 296 success 77 failures
171 found 529 test instances: 516 success 8 failures
172 * result/relaxng/*: updated the results
173
Daniel Veillard8fe98712003-02-19 00:19:14 +0000174Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
177
Daniel Veillardd4310742003-02-18 21:12:46 +0000178Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
179
180 * xmlschemastypes.c: float/double check bugfix
181 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
182 validation
183 * xmlreader.c: add a TODO for Jody
184 * relaxng.c: bugfix bugfix bugfix
185 found 373 test schemas: 300 success 73 failures
186 found 529 test instances: 507 success 10 failures
187 * result/relaxng/*: updated the results
188
Daniel Veillard2df2de22003-02-17 23:34:33 +0000189Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
190
191 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
192
Daniel Veillard416589a2003-02-17 17:25:42 +0000193Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
194
195 * relaxng.c check-relaxng-test-suite.py: more work on the
196 RelaxNG implementation conformance testing.
197 found 373 test schemas: 284 success 89 failures
198 found 529 test instances: 448 success 47 failures
199 * result/relaxng/*: updated the results
200
Daniel Veillard784b9352003-02-16 15:50:27 +0000201Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
202
203 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
204 a patch from Kjartan Maraas to fix some typos
205
Daniel Veillardfebcca42003-02-16 15:44:18 +0000206Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
207
208 * relaxng.c: more bug-hunting
209 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
210 intermediate rng tree
211 * python/generator.py: patch from Stephane Bidoul to fix the generator
212 on python < 2.2
213
Daniel Veillardd2298792003-02-14 16:54:11 +0000214Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
215
216 * check-relaxng-test-suite.py relaxng.c: more testing on the
217 Relax-NG front, cleaning up the regression tests failures
218 current state and I forgot support for "mixed":
219 found 373 test schemas: 280 success 93 failures
220 found 529 test instances: 401 success 68 failures
221 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
222 moved the Name, NCName and QName validation routine in tree.c
223 * uri.c: fixed handling of URI ending up with #, i.e. having
224 an empty fragment ID.
225 * result/relaxng/*: updated the results
226
Daniel Veillard9a237c92003-02-13 15:52:58 +0000227Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
228
229 * check-xinclude-test-suite.py: improved the script accordingly
230 to the XInclude regression tests updates
231 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
232 November 2002
233 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
234 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
235 augmented the Xpointer testsuite for the element() scheme
236
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000237Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
238
239 * relaxng.c: added TODO for the DTD compatibility spec
240 * xinclude.c: more bug fixes driven by the testsuite
241
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000242Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
243
244 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
245 regression tests for XInclude, improved the script, improving
246 XInclude error reporting mechanism
247
Daniel Veillard1d788d22003-02-10 16:21:58 +0000248Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
249
250 * NEWS doc/* configure.in: preparing release 2.5.3
251
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000252Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
253
254 * tree.c: trying to fix #104934 about some XHTML1 serialization
255 issues.
256
Daniel Veillard809faa52003-02-10 15:43:53 +0000257Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
258
259 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
260 encoding conversion when the input buffer stops in the
261 middle of a multibyte char
262
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000263Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
264
265 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
266 * check-relaxng-test-suite.py: python script to run regression
267 against OASIS RelaxNG testsuite
268 * relaxng.c: some cleanup tweaks
269 * HTMLparser.c globals.c: cleanups in comments
270 * doc/libxml2-api.xml: updated the API
271 * result/relaxng/*: errors moved files, so large diffs but
272 no changes at the semantic level.
273
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000274Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * tree.c: fixing #105678 problem when dumping a namespace node.
277
Daniel Veillard591b4be2003-02-09 23:33:36 +0000278Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
279
280 * xpath.c: fixed doc comment problems
281 * python/generator.py python/libxml_wrap.h python/types.c: adding
282 RelaxNG wrappers
283 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
284 test of those early Python RelaxNG bindings
285
286Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000287
288 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
289 * relaxng.c: found the validation problem I had with interleave
290 when not covering all remaining siblings
291 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
292 testsuite and check the RNG schemas against the RNG schemas
293 given in appendix A
294
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000295Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
296
297 * win32/Makefile.msvc: updates for RelaxNG
298 * win32/Makefile.mingw: updates for RelaxNG
299 * win32/libxml2.def.src: added RelaxNG exports
300
Daniel Veillard97fd5672003-02-07 13:01:54 +0000301Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
302
303 * xinclude.c: applied another bug fix from Sean Chittenden
304
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000305Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
306
307 * configure.in xmllint.c: I f...ed up the default configuration
308 of schemas and --relaxng option display in xmllint, pointed by
309 Morus Walter.
310 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
311 detection module, fixes bug #105374.
312
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000313Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * xmlschemastypes.c: added the boolean base type.
316
Daniel Veillard96a4b252003-02-06 08:22:32 +0000317Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
318
319 * xmlschemastypes.c: started implementing some of the missing
320 default simple types
321 * result/relaxng/*: updated the results
322
Daniel Veillard72fef162003-02-05 14:31:19 +0000323Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
324
325 * NEWS doc/*: updated the docs, ready for 2.5.2 release
326
Daniel Veillard71531f32003-02-05 13:19:53 +0000327Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
328
329 * HTMLparser.c tree.c xmlIO.c: comments cleanups
330 * Makefile.am: use xmllint for doing the RelaxNG tests
331 * configure.in: preparing 2.5.2 made schemas support default to
332 on instead of off
333 * relaxng.c: removed the verbosity
334 * xmllint.c: added --relaxng option
335 * python/generator.py python/libxml_wrap.h: prepared the integration
336 of the new RelaxNG module and schemas
337 * result/relaxng/*: less verbose output
338
Daniel Veillardec498e12003-02-05 11:01:50 +0000339Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
340
341 * valid.c: do not run content model validation if the
342 content is not determinist
343
Daniel Veillardde590ca2003-02-05 10:45:26 +0000344Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
345
346 * SAX.c: added the redefinition of namespaced attribute
347 check that was missing as Fabrice Desré pointed out.
348
Daniel Veillard930dfb62003-02-05 10:17:38 +0000349Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
350
351 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
352 improvements from Nick Kew, allowing to do more checking
353 to HTML elements and attributes.
354
Daniel Veillard4287c572003-02-04 22:48:53 +0000355Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
356
357 * xinclude.c: fixing bug #105137 about entities declaration
358 needing to be copied to the including document.
359
Daniel Veillard652d8a92003-02-04 19:28:49 +0000360Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
361
362 * catalog.c: fixed bug #104817 with delegateURI
363 * xpath.c: fixing bugs #104123 and #104125
364
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000365Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
366
367 * configure.in valid.c xmlreader.c python/libxml_wrap.h
368 python/types.c: fixing #104096 to compile without regexps
369
Daniel Veillard57e79b32003-02-04 15:33:12 +0000370Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
371
372 * valid.c: fixing bug #103969 forgot to add an epsilon transition
373 when building the automata for elem*
374
Daniel Veillard358a9892003-02-04 15:22:32 +0000375Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
376
377 * HTMLparser.c: applied patch from Arne de Bruijn fixing
378 bug #103827
379
Daniel Veillardeb137172003-02-04 15:18:06 +0000380Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
381
382 * HTMLparser.c: updating a comment, fixing #103776
383
Daniel Veillard8d589042003-02-04 15:07:21 +0000384Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
385
386 * parser.c: fixing bug 105049 for validity checking of content
387 within recursive entities.
388
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000389Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
390
391 * HTMLparser.c: try to fix # 105049
392 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
393 * tree.c: updated a function comment
394
Daniel Veillard419a7682003-02-03 23:22:49 +0000395Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
396
397 * relaxng: more work on grammars and refs/defs
398 * test/relaxng/* result/relaxng/*: augmented/updated the
399 regression tests
400
Daniel Veillard144fae12003-02-03 13:17:57 +0000401Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
402
403 * relaxng: more work on name classes, except support
404 * test/relaxng/* result/relaxng/*: augmented/updated the
405 regression tests
406
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000407Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * relaxng: more work on name classes, the "validate all" schemas
410 seems to work now.
411 * test/relaxng/* result/relaxng/*: augmented/updated the
412 regression tests
413
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000414Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
415
416 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
417 * parser.c: put a guard against infinite document depth, basically
418 trying to avoid another kind of DoS attack.
419 * relaxng.c: some code w.r.t. nameClasses
420
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000421Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
422
423 * test/relaxng/* result/relaxng/*: check all the namespace support
424 was actually correct based on tutorial section 10.
425
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000426Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * relaxng: include seems to work okay now
429 * test/relaxng/* result/relaxng/*: augmented/updated the
430 regression tests
431
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000432Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * relaxng.c: a bit of work done in the train back.
435 * test/relaxng/*: added one of the include tests
436
Daniel Veillard154877e2003-01-30 12:17:05 +0000437Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
438
439 * relaxng: more work done in the train
440 * test/relaxng/* result/relaxng/*: augmented/updated the
441 regression tests
442
Daniel Veillarde431a272003-01-29 23:02:33 +0000443Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
444
445 * relaxng.c: debugging of externalRef
446 * test/relaxng/* result/relaxng/*: augmented/updated the
447 regression tests
448
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000449Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
450
451 * relaxng.c: more work on Relax-NG, implementing externalRef
452 * test/relaxng/* result/relaxng/*: augmented/updated the
453 regression tests
454 * Makefile.am: cleanup to Relaxtests target
455
Daniel Veillardb08c9812003-01-28 23:09:49 +0000456Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
457
458 * relaxng.c: more work on Relax-NG, implementing interleave
459 * test/relaxng/* result/relaxng/*: augmented/updated the
460 regression tests
461
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000462Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
463
464 * relaxng.c: more work on Relax-NG, implementing interleave
465 * test/relaxng/* result/relaxng/*: augmented/updated the
466 regression tests
467
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000468Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
469
470 * doc/tutorial/customfo.xsl
471 * doc/tutorial/customhtml.xsl
472 adding stylesheet customizations used to generate fo
473 for pdf and html
474
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000475Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
476
477 * relaxng.c: more work on Relax-NG
478 * test/relaxng/* result/relaxng/*: augmented/updated the
479 regression tests
480 * xmlschemastypes.c: added a number of base type definition but not
481 the associated checks, those are still TODOs
482
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000483Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
484
485 in docs/tutorial:
486 * apa.html
487 * apb.html
488 * apc.html
489 * apd.html
490 * ape.html
491 * apf.html
492 * apg.html
493 * ar01s02.html
494 * ar01s03.html
495 * ar01s04.html
496 * ar01s05.html
497 * ar01s06.html
498 * ar01s07.html
499 * ar01s08.html
500 * index.html
501 * xmltutorial.pdf
502 * xmltutorial.xml
503 add index to tutorial
504
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000505Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
506
507 * doc/xmlcatalog.1
508 * doc/xmlcatalog_man.html
509 * doc/xmlcatalog_man.xml
510 belatedly fixing bug #93622 (adds rewriteURI type to
511 "--add" option in xmlcatalog man page
512
Daniel Veillard3be27512003-01-26 19:49:04 +0000513Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
514
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000515 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000516 Julio Merino, closing #104475
517
Daniel Veillardea3f3982003-01-26 19:45:18 +0000518Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
519
520 * relaxng.c: more work on Relax-NG
521 * test/relaxng/* result/relaxng/*: augmented/updated the
522 regression tests
523
Daniel Veillardedc91922003-01-26 00:52:04 +0000524Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
525
526 * relaxng.c: more work on Relax-NG
527 * test/relaxng/* result/relaxng/*: augmented/updated the
528 regression tests
529
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000530Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
531
532 * README: updated the policy on private mail answers
533 * relaxng.c: more work on Relax-NG
534 * test/relaxng/* result/relaxng/*: augmented/updated the
535 regression tests
536
Daniel Veillard7424eb62003-01-24 14:14:52 +0000537Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
538
539 * error.c parser.c tree.c: applied a documentation patch from
540 Stefan Kost
541
Daniel Veillard276be4a2003-01-24 01:03:34 +0000542Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
543
544 * relaxng.c: more work on Relax-NG
545 * doc/*: regenerated the docs
546 * test/relaxng/* result/relaxng/*: updated and augmented the
547 Relax-NG regression tests and results
548
Daniel Veillard6eadf632003-01-23 18:29:16 +0000549Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
550
551 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
552 First commit of the new Relax-NG validation code, not generally
553 useful yet.
554 * test/relaxng/* result/relaxng/*: current state of the regression
555 tests
556
Daniel Veillard814a76d2003-01-23 18:24:20 +0000557Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
558
559 * tree.c: minimized the memory allocated for GetContent
560 and a bit of cleanup.
561
Daniel Veillardff12c492003-01-23 16:42:55 +0000562Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
563
564 * python/generator.py: seems there is no good reasons to
565 not generate bindings for XPointer
566
Daniel Veillard540a31a2003-01-21 11:21:07 +0000567Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
568
569 * xmlreader.c doc/apibuild.py: applied a new patch from
570 Stéphane Bidoul for cleanups
571 * doc/libxml2-api.xml: rebuilt the API description with
572 new entry points
573
Daniel Veillard417be3a2003-01-20 21:26:34 +0000574Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
575
576 * xmlreader.c python/drv_libxml2.py python/generator.py
577 python/libxml.c python/libxml.py python/libxml_wrap.h
578 python/types.c: patch from Stéphane Bidoul for better per
579 context error message APIs
580 * python/tests/ctxterror.py python/tests/readererr.py:
581 update of the tests
582
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000583Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
584
585 * doc/guidelines.html
586 grammar and spelling cleanup
587
Daniel Veillard26f70262003-01-16 22:45:08 +0000588Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
589
590 * xmlreader.c include/libxml/xmlreader.h python/generator.py
591 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
592 a patch from Stéphane Bidoul to allow per XMLtextReader error
593 and warning handling
594 * python/tests/Makefile.am python/tests/readererr.py: adding the
595 specific regression test
596
Daniel Veillard71f9d732003-01-14 16:07:16 +0000597Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
598
599 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
600 should raise a syntax error
601
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000602Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
603
604 * python/libxml.c: cleanup patch from Stéphane Bidoul
605
Daniel Veillard81601f92003-01-14 13:42:37 +0000606Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
607
608 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
609
Daniel Veillarde6227e02003-01-14 11:42:39 +0000610Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
611
612 * python/generator.py python/libxml.c python/libxml.py
613 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000614 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000615 Python level.
616 * python/tests/Makefile.am python/tests/ctxterror.py: added a
617 regression test for it.
618
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000619Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
620
621 * xmlreader.c: fixed the streaming property of the reader,
622 it was generating tree faster than consuming it. Pointed out
623 by Nate Myers
624 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
625
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000626Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
627
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000628 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000629
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000630Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * xpath.c: fix to the XPath implementation for parent and
633 ancestors axis when operating on a Result Value Tree.
634 Fixes bug #100271
635
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000636Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
637
638 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
639 to fix some URI/file escaping problems
640
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000641Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
642
643 * python/generator.py: fixed a bug raised by Raymond Wiker,
644 docSetRootElement() should not raise an exception if the
645 return is None
646
Daniel Veillard3e20a292003-01-10 13:14:40 +0000647Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
648
649 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
650 fixed bug #102181 by applying the suggested change and fixing
651 the generation/registration problem.
652
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000653Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
654
655 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
656 routines.
657
Daniel Veillard8f872442003-01-09 23:19:02 +0000658Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
659
660 * parser.c: one more IsEmptyElement crazyness, that time in
661 external parsed entities if substitution is asked.
662 * python/tests/reader3.py: added a specific test.
663
Daniel Veillarde329fc22003-01-09 21:36:42 +0000664Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
665
666 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
667 support and improved error handler registration
668
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000669Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
670
671 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
672 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
673 * README: fixed a link
674
Daniel Veillarde2830f12003-01-08 17:47:49 +0000675Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * configure.in doc/* NEWS: preparing 2.5.1 release
678 * SAX.c parser.c: fixing XmlTextReader bug
679
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000680Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
681
682 * SAX.c: fuck, I introduced a memory leak on external parsed
683 entities in 2.5.0 :-(
684
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000685Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
686
687 * xmllint.c: another fix needed as pointed by Christophe Merlet
688 for --stream --debug if compiled without debug support.
689
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000690Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
691
692 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000693 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000694 update man page with --stream and --chkregister
695
Daniel Veillard8326e732003-01-07 00:19:07 +0000696Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
697
698 * globals.c: fixed --with-threads compile
699 * xmllint.c: fixed --without-debug compile
700 * include/libxml/globals.h: cleanup
701 * include/libxml/schemasInternals.h: add a missing include
702
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000703Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * configure.in NEWS: preparing 2.5.0 release
706 * SAX.c: only warn in pedantic mode about namespace name
707 brokeness
708 * globals.c: fix a doc generation problem
709 * uri.c: fix #101520
710 * doc/*: updated and rebuilt the doc for the release, includuding
711 stylesheet update
712 * python/Makefile.am: fix a filename bug
713
714Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
717 should not be called.
718
719Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
720
721 * libxml-2.0.pc.in: applied the patch to fix #101894
722
723Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * tree.c : applied patch from Lukas Schroeder for register callbacks
726 * valid.c: modified patch from Lukas Schroeder to test
727 register callbacks with --chkregister
728
729Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
730
731 * xmlreader.c: seriously changed the way data are pushed to
732 the underlying parser, go by block of 512 bytes instead of
733 tryng to detect tag boundaries at that level. Changed the
734 way empty element are detected and tagged.
735 * python/tests/reader.py python/tests/reader2.py
736 python/tests/reader3.py: small changes mostly due to context
737 reporting being different and DTD node being reported. Some
738 errors previously undetected are now caught and fixed.
739 * doc/xmlreader.html: flagged last section as TODO
740
741Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
742
743 * python/libxml.py: integrated the Python 2.2 optimizations
744 from Hannu Krosing, while maintaining compatibility with
745 1.5 and 2.1
746
747Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
748
749 * xmllint.c: a bit of cleanup
750 * xmlreader.c: small fix
751 * doc/xmlreader.html: more work on the XmlTextReader tutorial
752 * python/libxml.py: a few fixes pointed out by Hannu Krosing
753
754Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
755
756 * python/setup.py.in: patch from Stéphane Bidoul to include
757 drv_libxml2.py in setup.py
758
759Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
760
761 * doc/xmlreader.html: starting documenting the new XmlTextReader
762 interface.
763
764Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
765
766 * xmllint.c: added the --stream flag to use the TextReader API
767 * xmlreader.c: small performance tweak
768
769Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
770
771 * xmlreader.c python/tests/reader2py: okay the DTD validation
772 code on top of the XMLTextParser API should be solid now.
773
774Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
775
776 * xmlreader.c python/tests/reader2py: Fixing some more mess
777 with validation and recursive entities while using the
778 reader interface, it's getting a bit messy...
779
780Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
781
782 * xmlreader.c python/tests/reader.py: another couple of problem
783 related to IsEmptyElement reported by Stéphane Bidoul needed
784 some fixes.
785
786Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
787
788 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
789 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
790 based on the python XmlTextReader interface.
791
792Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794 * tree.c: backing out one change in the last patch which broke the
795 regression tests
796
797Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
798
799 * global.data globals.c tree.c include/libxml/globals.h: applied
800 an old patch from Lukas Schroeder to track node creation and
801 destruction. Probably missing a lot of references at the moment
802 and not usable reliably.
803
804Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
805
806 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
807 from doc/news.html and a stylesheet
808
809Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
810
811 * xmlreader.c python/tests/reader.py: fixed another couple of
812 xmlreader bugs reported by Stéphane Bidoul and added tests.
813
814Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
815
816 * xmlreader.c python/tests/reader2.py: fixed another validity
817 checking in external parsed entities raised by Stéphane Bidoul
818 and added a specific regression test.
819 * python/tests/reader3.py: cleanup
820
821Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
822
823 * xmlreader.c python/tests/reader2.py: fixed a problem with
824 validation within entities pointed by Stéphane Bidoul, augmented
825 the tests to catch those.
826
827Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
828
829 * python/generator.py: modified the generator to allow keeping
830 class references when creating new classes, needed to fix a bug
831 pointed by Stéphane Bidoul where the input buffer of the
832 xmlTextReader instance gets destroyed if the python wrapper for
833 the input is not referenced anymore.
834
835Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
836
837 * xmlreader.c python/tests/reader.py: fixed another pair of problem
838 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
839
840Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
841
842 * xmlreader.c python/tests/reader.py: fixed another problem
843 pointed by Stéphane Bidoul
844
845Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
846
847 * xmlreader.c python/tests/reader.py: fixed a limit case problem
848 with "<a/>"
849
850Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
851
852 * SAX.c: warn on xmlns:prefix="foo"
853 * xmlreader.c python/tests/reader.py: fixed a couple of problem
854 for namespace attributes handling.
855
856Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
857
858 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
859 a really nasty problem raised by a DocBook XSLT transform
860 provided by Sebastian Bergmann
861
862Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
863
864 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
865 by Stéphane Bidoul and integrated it into the tests
866
867Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
868
869 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
870 extended the XmlTextReader API a bit, addding accessors for
871 the current doc and node, and an entity substitution mode for
872 the parser.
873 * python/libxml.py python/libxml2class.txt: related updates
874 * python/tests/Makefile.am python/tests/reader.py
875 python/tests/reader2.py python/tests/reader3.py: updated a bit
876 the old tests and added a new one to test the entities handling
877
878Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
879
880 * python/generator.py python/libxml2class.txt
881 python/tests/reader.py python/tests/reader2.py: changed the
882 generator to provide casing for the XmlTextReader similar to
883 C# so that examples and documentation are more directly transposable.
884 Fixed the couple of tests in the suite.
885
886Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
887
888 * doc/guidelines.html: added a document on guildeline for
889 publishing and deploying XML
890
891Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
892
893 * valid.c xmlreader.c: final touch running DTD validation
894 on the XmlTextReader
895 * python/tests/Makefile.am python/tests/reader2.py: added a
896 specific run based on the examples from test/valid/*.xml
897
898Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
899
900 * python/libxml.py: added a few predefined xmlTextReader parser
901 configuration values.
902
903Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
904
905 * python/libxml_wrap.h: trying to fix #102037
906
907Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
908
909 * SAX.c: fixing bug #95296, when the predefined entities
910 are redefined in the DTD the default one must be used
911 instead anyway.
912
913Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
914
915 * doc/xmllint.xml
916 * doc/xmllint.1
917 Add discussion of XML_DEBUG_CATALOG to xmllint man
918 page - bug #100907
919
920
921Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
922
923 * xmlreader.c: Fixed the empty node detection to avoid reporting
924 an inexistant close tag.
925
926Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
927
928 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
929 for Python 2.1
930
931Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
932
933 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
934
935Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
936
937 * doc/libxml2-api.xml python/tests/reader.py: one really need
938 to provide the base URI information when creating a reader parser
939 from an input stream. Updated the API and the example using it.
940
941Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
942
943 * testReader.c xmlreader.c valid.c include/libxml/tree.h
944 include/libxml/valid.h include/libxml/xmlreader.h: working on
945 DTD validation on top of xml reader interfaces. Allows to
946 validate arbitrary large instances. This required some extensions
947 to the valid module interface and augmenting the size of xmlID
948 and xmlRef structs a bit.
949 * uri.c xmlregexp.c: simple cleanup.
950
951Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
952
953 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
954 work on the xml reader interfaces.
955 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
956 Web page for the Windows binaries.
957
958Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
959
960 * xmlIO.c: applied a patch for VMS following the report by
961 Nigel Hall
962
963Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
964
965 * parser.c: the parseStartTag bug fix wasn't complete.
966
967Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
968
969 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
970 parseStartTag, fixing it.
971 * test/att4 result/att4 result/noent/att4: adding the test
972 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
973 more methods to XmlTextReader.
974
975Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
976
977 * win32/libxml2.def.src: added more xml reader exports
978 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
979 to the build
980
981Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
982
983 * doc/tutorial/xmltutorial.xml
984 plus generated html and pdf
985 Updating tutorial again based on further comments from Niraj
986 Tolia on the last iteration
987
988Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
989
990 * doc/tutorial/xmltutorial.xml
991 * doc/tutorial/includekeyword.c
992 * doc/tutorial/includegetattribute.c
993 plus generated html and pdf
994 Adding fix from Niraj Tolia to tutorial to properly free memory.
995
996
997Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
998
999 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1000 more methods of XmlTextReader.
1001 * python/libxml2class.txt python/tests/reader.py: this increased the
1002 methods in the bndings, augmented the test to check those new
1003 functions.
1004
1005Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1006
1007 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1008 methods of XmlTextReader.
1009 * python/generator.py python/libxml_wrap.h python/types.c
1010 python/libxml2class.txt: added the reader to the Python bindings
1011 * python/tests/Makefile.am python/tests/reader.py: added a specific
1012 test for the Python bindings of the Reader APIs
1013 * parser.c: small cleanup.
1014
1015Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1016
1017 * xinclude.c: fallback was only copying the first child not the
1018 full child list of the fallback element, closes #89684 as reopened
1019 by Bernd Kuemmerlen
1020
1021Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1022
1023 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1024
1025Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1026
1027 * configure.in: preparing release of 2.4.30
1028 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1029 gives enum values, fix functype return type, put back fields in
1030 structs
1031 * doc/*: updated the docs rebuilt
1032
1033Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1034
1035 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1036 about htmlNodeDumpOutput location.
1037 * xpath.c: removed an undefined function signature
1038 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1039 too many symbols in the API breaking the python bindings.
1040 Updated with the libxslt/libexslt changes.
1041
1042Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1043
1044 * configure.in: preparing release of 2.4.29
1045 * doc/*: rebuilt the docs and API
1046 * xmlreader.c: a few more fixes for the XmlTextReader API
1047
1048Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1049
1050 * include/win32config.h: applied mingw patch from Magnus Henoch
1051
1052Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1053
1054 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1055
1056Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1057
1058 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1059 building Python script, does the C parsing directly, generates
1060 a better API description including structure fieds defs and
1061 enums. Still a couple of bugs, but good enough for the python
1062 wrappers now.
1063 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1064 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1065 include/libxml/schemasInternals.h include/libxml/tree.h: more
1066 cleanup based on the python analysis script reports.
1067 * libxml.spec.in: make sure the API XML description is part of the
1068 devel package.
1069
1070Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1071
1072 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1073 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1074 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1075 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1076 code cleanup, especially the function comments.
1077 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1078
1079Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1080
1081 * Makefile.am xmlreader.c include/libxml/Makefile.am
1082 include/libxml/xmlreader.h: Adding a new set of APIs based on
1083 the C# TextXmlReader API but converted to C. Allow to parse
1084 in constant memory usage, far simpler to program and explain
1085 than the SAX like APIs, unfinished but working.
1086 * testReader.c: test program
1087
1088Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1089
1090 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1091
1092Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1093
1094 * tree.c: Chip turner indicated that XHTML1 serialization
1095 rule for style actually break on both IE and Mozilla,
1096 try to avoid the rule if escaping ain't necessary
1097
1098Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * nanhttp.c: handle HTTP URL escaping, problem reported by
1101 Glen Nakamura and Stefano Zacchiroli
1102
1103Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1104
1105 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1106
1107Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1108
1109 * uri.c: Johann Richard pointed out some XPointer problems for
1110 URN based URI references in XInclude. Modified the URI parsing
1111 and saving routines to allow correct parsing and saving of
1112 XPointers, especially when attached to "opaque" scheme accordingly
1113 to RFC 2396
1114
1115Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1116
1117 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1118 of refactoring to the HTML saving code.
1119 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1120 in the doc.
1121
1122Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1123
1124 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1125 to a buffer API to reuse the generic dump to an OutputIO layer,
1126 this reduces code, fixes xmlNodeDump() for XHTML, also made
1127 xmlNodeDump() now return the number of byte written.
1128
1129Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1130
1131 * python/setup.py.in: another patch from Stéphane Bidoul for
1132 Python bindings on Windows
1133 * doc/parsedecl.py: small cleanup
1134
1135Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * libxml.spec.in configure.in: add a line in %changelog for releases
1138
1139Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1140
1141 * parser.c: patch from Marcus Clarke fixing a problem in entities
1142 parsing that was detected in KDe documentations environment.
1143
1144Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1145
1146 * python/libxml.c (libxml_prev): Return the previous as opposed to
1147 the next node (I guess this is the result of some cut & paste programming:)
1148
1149Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1150
1151 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1152
1153Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1154
1155 * python/generator.py python/libxml.c python/setup.py.in: trying
1156 to fix the Python bindings build on Windows (Stéphane Bidoul)
1157
1158Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1159
1160 * win32/configure.js: added option for python bindings
1161 * win32/libxml2.def.src: added more exports
1162
1163Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1164
1165 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1166 pthreads
1167 * win32/wince/*: applied updates to Windows CE port from Javier
1168
1169Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1170
1171 * configure.in: preparing 2.4.28
1172 * libxml.spec.in doc/Makefile.am: some cleanup
1173 * doc/*: updated the news and regenerated.
1174
1175Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1176
1177 * HTMLparser.c: final touch at closing #87235 </p> end tags
1178 need to be generated.
1179 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1180 this change slightly the output of a few tests
1181 * doc/*: regenerated
1182
1183Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1184
1185 * parserInternals.c: fixing bug #99190 when UTF8 document are
1186 parsed using the progressive parser and the end of the chunk
1187 is in the middle of an UTF8 multibyte character.
1188
1189Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1190
1191 * threads.c: fixed initialization problem in xmlNewGlobalState
1192 which was causing crash.
1193 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1194 in xmlInitializeGlobalState.
1195 * parserInternals.c: cleaned up ctxt->sax initialisation.
1196
1197Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1198
1199 * tree.c include/libxml/tree.h: modified the existing APIs
1200 to handle XHTML1 serialization rules automatically, also add
1201 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1202 libxslt serialization uses it when needed without changing
1203 the library API.
1204 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1205 result/xhtml1: added a new test specifically for xhtml1 output
1206 and updated the result of one XHTML1 test
1207
1208Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * xinclude.c parserInternals.c encoding.c: fixed #99082
1211 for xi:include encoding="..." support on text includes.
1212 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1213 test/XInclude/ents/isolatin.txt : added a specific regression test
1214 * python/generator.py python/libxml2class.txt: fixed the generator
1215 the new set of comments generated for doc/libxml2-api.xml were
1216 breaking the python generation.
1217
1218Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1219
1220 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1221 * configure.in: patch for Solaris on new autoconf closes #98880
1222 * doc/parsedecl.py: repair the frigging API building script,
1223 did I say that python xmllib sucks ?
1224 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1225 and some comment are no more truncated.
1226
1227Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1228
1229 * parser.c: Martin Stoilov pointed out a potential leak in
1230 xmlCreateMemoryParserCtxt
1231
1232Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1233
1234 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1235 included in HTML documents and using the push parser.
1236
1237Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1238
1239 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1240 specified, look for the Python interpreter not just in the
1241 specified root but also in the specified location. Fixes #98825
1242
1243Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1244
1245 * python/libxml.c: fixing bug #98792 , node may have no doc
1246 and dereferencing without checking ain't good ...
1247
1248Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * configure.in: preparing release 2.4.27
1251 * doc/* : updated and rebuilt the docs
1252 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1253 and all the docs are actually packaged and in the final RPMs
1254 * parser.c parserInternals.c include/libxml/parser.h: restore
1255 xmllint --recover feature.
1256
1257Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1258
Daniel Veillard784b9352003-02-16 15:50:27 +00001259 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001260 processing of parsed entities, and XPath computation on sustitued
1261 entities.
1262 * testXPath.c: make sure entities are substitued.
1263
1264Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1265
Daniel Veillard784b9352003-02-16 15:50:27 +00001266 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001267 processing of internal parsed entities, which had to be changed.
1268
1269Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1270
1271 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1272 trying to fix bug #98517 about building outside the source tree
1273 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1274
1275Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1276
1277 * include/win32config.h: cleanup
1278 * win32/Makefile.mingw: integrated mingw in JScript configure
1279 * win32/Makefile.msvc: modified to allow mingw coexistence
1280 * win32/configure.js: integrated mingw
1281 * win32/Readme.txt: cleanup
1282
1283Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * HTMLparser.c: strengthen the guard in the Pop macros,
1286 like in the XML parser, closes bug #97315
1287
1288Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1289
1290 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1291 callback is never used.
1292
1293Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1294
1295 * parserInternals.c: fixed the initialization of the SAX structure
1296 which was breaking xsltproc
1297 * xpath.c: patch from Petr Pajas for CDATA nodes
1298 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1299 * parser.c include/libxml/parser.h: patch from Peter Jones
1300 removing a leak in xmlSAXParseMemory() and adding the
1301 function xmlSAXParseMemoryWithData()
1302
1303Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1304
1305 adding pdf of tutorial, changing web page to link to it
1306 * doc/tutorial/xmltutorial.pdf
1307 * doc/xml.html
1308 * doc/docs.html
1309
1310Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1311
1312 * doc/tutorial/ar01s08.html
1313 adding file what I forgot for tutorial
1314
1315
1316Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1317
1318 Adding encoding discussion to tutorial
1319 Added:
1320 * doc/tutorial/images/*.png: DocBook admonition image files
1321 * doc/tutorial/apf.html, apg.html: new generated html
1322 * doc/tutorial/includeconvert.c: conversion code entity file
1323 changed:
1324 * doc/tutorial/xmltutorial.xml: DocBook original
1325 * doc/tutorial/*.html: generated html
1326
1327Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1328
1329 * include/libxml/*.h: retired xmlwin32version.h
1330 * doc/Makefile.am: retired xmlwin32version.h
1331 * win32/configure.js: retired xmlwin32version.h
1332
1333Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1334
1335 * win32/libxml2.def.src: exported additional symbols
1336 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1337 sisterhood
1338
1339Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1340
1341 * globals.c: fixed a typo pointed out by Igor
1342 * xpath.c: try to speed up node compare using line numbers
1343 if available.
1344
1345Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1346
1347 * tree.c: make xmlFreeNode() handle attributes correctly.
1348
1349Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1350
1351 * catalog.c: completed the #96963 fix, as reported by Karl
1352 Eichwalder
1353
1354Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1355
1356 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1357
1358Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1359
1360 * Makefile.am: switched the order of a couple of includes
1361 to fix bugs #97100
1362
1363Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1364
1365 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1366 xmlLoadCatalogs that used to separate directories with a ':'.
1367
1368Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1369
1370 * threads.c: improvements to the Windows-side of thread handling
1371 * testThreads.c: conditionally excluded unistd.h
1372 * testThradsWin32.c: broke overlong lines
1373 * include/win32config.h: adapted thread-related macros to the new
1374 scheme and for pthreads on Windows
1375 * win32/Makefile.msvc: introduced a more flexible thread build,
1376 added testThreads[Win32].c to the build
1377 * win32/configure.js: introduced a more flexible thread config
1378
13792002-10-31 John Fleck <jfleck@inkstain.net>
1380
1381 * doc/xml.html (and, by implication, FAQ.html)
1382 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1383
1384Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1385
1386 * configure.in: removed xmlwin32version.h
1387 * include/libxml/Makefile.am: removed xmlwin32version.h
1388
1389Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1390
1391 * tree.c: applied patch from Brian Stafford to fix a bug
1392 in xmlReconciliateNs()
1393
1394Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1395
1396 * tree.c: applied patch from Christian Glahn to allow
1397 xmlNewChild() on document fragment nodes
1398
1399Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1400
1401 * parser.c: Christian Glahn found a problem with a recent
1402 patch to xmlParseBalancedChunkMemoryRecover()
1403 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1404 problems
1405 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1406 test/schemas/seq*: added the test cases from Charles
1407
1408Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1409
1410 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1411 serious cleanup of the spec file and associated changes
1412 in the Makefiles.
1413 * valid.c: try to remove some warnings on x86_64
1414
1415Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1416
1417 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1418 fix bug #96586
1419
1420Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1421
1422 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1423 parsing, applied his patch
1424 * result/HTML/attrents.html result/HTML/attrents.html.err
1425 result/HTML/attrents.html.sax test/HTML/attrents.html:
1426 added the test and result case provided by Mikhail Sogrine
1427
1428Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1429
1430 * vms/build_libxml.com vms/config.vms vms/readme.vms
1431 include/libxml/parser.h include/libxml/parserInternals.h
1432 include/libxml/tree.h include/libxml/xmlIO.h
1433 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1434 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1435 Applied the VMS update patch from Craig A. Berry
1436 * doc/*.html: update
1437
1438Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1439
1440 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1441
1442Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1443
1444 * debugXML.c: adding a grep command to --shell in xmllint
1445 for T.V. Raman
1446
1447Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1448
1449 * xmlcatalog.c: tried to fix some of the problem with --sgml
1450
1451Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1452
1453 * parser.c: tried to fix bug #91500 where doc->children may
1454 be overriden by a call to xmlParseBalancedChunkMemory()
1455
1456Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1457
1458 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1459 identifiers in SGML catalogs containing '&'
1460
1461Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1462
1463 * python/types.c: fixed bugs when passing result value tree
1464 to Python functions.
1465
1466Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1467
1468 * configure.in: preparing the release of 2.4.26
1469 * doc/*: updated and rebuilt the documentation
1470
1471Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1472
1473 * parser.c: fixed a XML Namespace compliance bug reported by
1474 Alexander Grimalovsky
1475
1476Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * HTMLtree.c: fixed serialization of script and style when
1479 they are not lowercase (i.e. added using the API to the tree).
1480
1481Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * valid.c: make xmlValidateDocument emit a warning msg if there
1484 is no DTD, pointed by Christian Glahn
1485
1486Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1487
1488 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1489 content model when some of the blocks have min or max, and a couple
1490 of bugs found in the process.
1491 * result/schemas/list0* test/schemas/list0*: added some specific
1492 regression tests
1493
1494Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1495
1496 * README: updated the contact informations
1497
1498Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1499
1500 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1501 misses it, reported by Peter Bray.
1502
1503Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1504
1505 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1506 and removed a few warnings
1507
1508Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * parser.c: Christian Glahn found a small bug in the push parser.
1511 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1512 public
1513
1514Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1515
1516 * xmlschemas.c include/libxml/xmlschemas.h: added
1517 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1518 * testSchemas.c: added --memory to test the new interface
1519
1520Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1521
1522 * doc/index.py doc/search.php: integrated the XSLT indexing,
1523 a few fixed in the indexer, added a scope selection at the
1524 search level.
1525
1526Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1527
1528 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1529 this was due to uninitialized parts of the validation context
1530
1531Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1532
1533 * debugXML.c: applied patch from Mark Vakoc except the API
1534 change, preserved it.
1535 * doc/*: updated the docs to point to the search engine for
1536 information lookup or before bug/help reports.
1537
1538Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1539
1540 * doc/index.py doc/search.php: added mailing-list archives
1541 indexing and lookup
1542
1543Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1544
1545 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1546
1547Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * doc/index.py: improved HTML indexing
1550 * doc/search.php: make the queries also lookup the HTML based indexes
1551
1552Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1553
1554 * doc/index.py: added HTML page indexing
1555
1556Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1557
1558 * xmlIO.c: extended Windows path normalisation to fix the base
1559 problem in libxslt.
1560 * catalog.c: fixed list handling in XML_CATALOG_FILES
1561
1562Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1563
1564 * valid.c: typo/bug found by Christian Glahn
1565
1566Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1567
1568 * xmlIO.c: applied Windows CE patch from Javier.
1569 * win32/wince: new directory, contains support for the PocketPC
1570 with Windows CE from Javier.
1571 * include/win32config.h: reorganised, removed duplicate
1572 definitions and applied WinCE patch from Javier.
1573 * include/wsockcompat.h: new file, now contains WinSock
1574 compatibility macros.
1575 * win32/Makefile.msvc: introduced double-run compilation.
1576
1577Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1578
1579 * configure.in include/libxml/xmlwin32version.h: preparing release
1580 of 2.4.25
1581 * doc/*: updated and regenerated teh docs and web pages.
1582
1583Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1584
1585 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1586 error were not covering namespace declarations.
1587 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1588 it was missing the attribute declaration for the namespace
1589 * result/VC/NS3: the fix now report breakages in that test
1590
1591Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1592
1593 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1594
1595Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1596
1597 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1598 and regenerated the docs and web site
1599
1600Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1601
1602 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1603 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1604 not before
1605
1606Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1607
1608 * python/generator.py python/libxml2class.txt: fixed a stupid error
1609 breaking the python API
1610
1611Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1612
1613 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1614 triostr.c triostr.h: applied a trio update patch from
1615 Bjorn Reese which should work with MinGW
1616
1617Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * tree.c: improving some documentation comments
1620 * xmlregexp.c: found and fixed a mem leak with python regression tests
1621 * doc/*: rebuilt the doc and the API XML file including the
1622 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1623 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1624 python/types.c: added access to the XML Schemas regexps from
1625 python
1626 * python/tests/Makefile.am python/tests/regexp.py: added a
1627 simple regexp bindings test
1628
1629Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1630
1631 * doc/xml.html:
1632 fixing ftp links - thanks to Vitaly Ostanin
1633
1634Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1635
1636 * xmlregexp.c: fixed the data callback on transition functionality
1637 which was broken when using the compact form
1638 * result/schemas/*: updated the results, less verbose, all tests
1639 pass like before
1640 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1641 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1642 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1643 annoying warnings
1644 * xpath.c: try to provide better error report when possible
1645
1646Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1647
1648 * Makefile.am: fixed a breakage raised by Jacob
1649
1650Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1651
1652 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1653 which don't use sockets
1654
1655Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1656
1657 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1658 * win32/configure.js: applied zlib patch from Daniel Gehriger
1659
1660Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1661
1662 * win32/configure.js: applied the patch from Mark Vakoc for
1663 regexp support
1664 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1665 for regexp support
1666
1667Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1668
1669 * xmlschemastypes.c: as pointed by Igor Float and Double
1670 parsing ain't finished yet
1671
1672Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1673
1674 * Makefile.am configure.in: trying to fix #88412 by bypassing
1675 all the python subdir if python ain't detected
1676
1677Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1678
1679 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1680 made configuring with regexps/automata/unicode the default
1681 but without schemas ATM
1682 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1683 fixed the regexp based DTD validation performance and memory
1684 problem by switching to a compact form for determinist regexps
1685 and detecting the determinism property in the process. Seems
1686 as fast as the old DTD validation specific engine :-) despite
1687 the regexp built and compaction process.
1688
1689Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1690
1691 * valid.c: determinism is debugged, new DTD checking code now works
1692 but xmlFAComputesDeterminism takes far too much CPU and the whole
1693 set usues too much memory to be really usable as-is
1694
1695Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1696
1697 * tree.c: fixed another stupid bug in xmlGetNodePath()
1698 * xmllint.c: --version now report the options compiled in
1699
1700Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1701
1702 * HTMLparser.c: small cleanup
1703 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1704 when configured with them. A bit of debugging around the determinism
1705 checks is still needed
1706
1707Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1708
1709 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1710
1711Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1712
1713 * xmlIO.c: small portability glitch fixed.
1714
1715Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1716
1717 * xmlschemastypes.c: incomplete steps for real/double support
1718 * testAutomata.c include/libxml/xmlautomata.h
1719 include/libxml/xmlregexp.h: avoiding a compilation problem
1720 * valid.c include/libxml/valid.h: starting the work toward using
1721 the regexps for actual DTD validation
1722
1723Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1724
1725 * hash.c: cosmetic cleanup
1726 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1727 integrating a DTD validation layer based on the regexps
1728
1729Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1730
1731 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1732 the determinism was tested before eliminating the epsilon
1733 transitions :-(
1734
1735Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1736
1737 * python/generator.py python/libxml.c python/libxml.py
1738 python/libxml2-python-api.xml python/libxml2class.txt
1739 python/libxml_wrap.h python/types.c: updated the python
1740 bindings, added code for easier File I/O, and the ability to
1741 define a resolver from Python fixing bug #91635
1742 * python/tests/Makefile.am python/tests/inbuf.py
1743 python/tests/outbuf.py python/tests/pushSAXhtml.py
1744 python/tests/resolver.py python/tests/serialize.py: updated
1745 and augmented the set of Python tests.
1746
1747Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1748
1749 * win32/configure.js: added more readme info for the binary
1750 package.
1751
1752Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1753
1754 * xmlIO.c: fixed a stupid out of bound array error
1755
1756Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1757
1758 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1759 messing around with support for Windows path, cleanups,
1760 trying to identify and fix the various code path to the
1761 filename access. Added xmlNormalizeWindowsPath()
1762
1763Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1764
1765 * error.c valid.c: working on better error reporting of validity
1766 errors, especially providing an accurate context.
1767 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1768 error reports in those cases.
1769
1770Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1771
1772 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1773 parser.c parserInternals.c xmlIO.c: get rid of all the
1774 perror() calls made in the library execution paths. This
1775 should fix both #92059 and #92385
1776
1777Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779 * xmllint.c: memory leak reporting was broken after a change
1780 of the preprocessor symbol used to activate it.
1781
1782Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * tree.c: try to make the copy function work for node of
1785 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1786 DOM layers though, not libxml2 itself.
1787
1788Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1789
1790 * valid.c: try to provide file and line informations, not all
1791 messages are covered, but it's a (good) start
1792
1793Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1794
1795 * xinclude.c: reimplemented a large part of the XInclude
1796 processor, trying to minimize resources used, James Henstridge
1797 provided a huge test case which was exhibiting severe memory
1798 consumption problems.
1799
1800Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * python/Makefile.am: applied patch from Christophe Merlet to
1803 reestablish DESTDIR
1804
1805Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1806
1807 * libxml.spec.in: fixes libary path for x86_64 AMD
1808
1809Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1810
1811 * doc/tutorial/includekeyword.c
1812 * doc/tutorial/xmltutorial.xml:
1813 (plus resulting generated html files)
1814 fixing one spot I missed in the tutorial where I hadn't freed
1815 memory properly
1816
1817Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1818
1819 * doc/tutorial/includeaddattribute.c
1820 * doc/tutorial/includeaddkeyword.c
1821 * doc/tutorial/includegetattribute.c
1822 * doc/tutorial/includekeyword.c
1823 * doc/tutorial/xmltutorial.xml
1824 * doc/tutorial/*.html:
1825 update tutorial to properly free memory (thanks to Christopher
1826 R. Harris for pointing out that this needs to be done)
1827 * doc/tutorial/images/callouts/*.png:
1828 added image files so the callouts are graphical, making it
1829 easier to read ( use "--param callout.graphics 1" to generate
1830 html with graphical callouts)
1831
1832Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1833
1834 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1835 nice logos generated by Marc Liyanage
1836 * doc/site.xsl *.html: changed the stylesheet to show the new
1837 logo and regenerated the pages
1838
1839Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1840
1841 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1842
1843Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1844
1845 * xpath.c: possible mem leak patch from Jason Adams
1846
1847Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1850 in the XQuery namespace
1851 * configure.in: preparing 2.4.24
1852 * doc/*.html: updated the web pages
1853
1854Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1855
1856 * python/generator.py: closing bug #85258 by generating conditional
1857 compile check to avoid linking to routines not configured in.
1858
18592002-08-22 Havoc Pennington <hp@pobox.com>
1860
1861 * autogen.sh: update error message for missing automake
1862
1863Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1864
1865 * python/Makefile.am: typo in target name resulted in libxml2.py
1866 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1867
1868Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1869
1870 * win32/win32/Makefile.mingw: updated with version from
1871 Elizabeth Barham at http://soggytrousers.net/repository/
1872
1873Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1874
1875 * win32/Makefile.msvc: added the prefix location to the include
1876 and lib search path.
1877
18782002-08-18 Havoc Pennington <hp@pobox.com>
1879
1880 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1881 both automake 1.6 and 1.4 installed get the right automake. Means
1882 compilation from CVS will now require the latest automake 1.4
1883 release, or manually creating symlinks called "automake-1.4" and
1884 "aclocal-1.4"
1885
1886Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * configure.in python/Makefile.am: more AMD 64 induced changes from
1889 Frederic Crozat
1890
1891Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1892
1893 * xinclude.c: oops I was missing the xml:base fixup too
1894 * result/XInclude/*.xml: this adds xml:base attributes to most
1895 results of the tests
1896
1897Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1898
1899 * xinclude.c: quick but apparently working implementation of
1900 xi:fallback, should close bug #89684
1901 * Makefile.am test/XInclude/docs/fallback.xml
1902 result/XInclude/fallback.xml: added a basic test for fallback,
1903 and run with --nowarning to avoid a spurious warning
1904 * configure.in: applied patch from Frederic Crozat for python
1905 bindings on AMD 64bits machines.
1906
1907Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1908
1909 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1910 the caller don't pass a SAX callback block.
1911
1912Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1913
1914 * tree.c: applied the same fix for the XML-1.0 namespace to
1915 xmlSearchNsByHref() as was done for xmlSearchNs()
1916
1917Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1918
1919 * libxml.3: small cleanup of the man page
1920 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1921 when serializing HREF attributes generated by XSLT.
1922
1923Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1924
1925 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1926 version of Marc Liyanage' patch for boolean attributes in HTML
1927 output
1928
1929Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1930
1931 * python/tests/serialize.py: fixed the test results, indenting
1932 behaviour changed slightly
1933
1934Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1935
1936 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1937 new c14n function to Windows def files
1938
1939Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1940
1941 * c14n.c: fixed a memory leak in c14n code
1942
1943Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1944
1945 * parser.c include/libxml/parser.h: adding a new API for Christian
1946 Glahn: xmlParseBalancedChunkMemoryRecover
1947 * valid.c: patch from Rick Jones for some grammar cleanup in
1948 validation messages
1949 * result/VC/* result/valid/*: this slightly change some of the
1950 regression tests outputs
1951
1952Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1953
1954 * tree.c: trying to fix a problem in namespaced attribute handling
1955 raised by Christian Glahn
1956
1957Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1958
1959 * encoding.c include/libxml/encoding.h: Opening the interface
1960 xmlNewCharEncodingHandler as requested in #89415
1961 * python/generator.py python/setup.py.in: applied cleanup
1962 patches from Marc-Andre Lemburg
1963 * tree.c: fixing bug #89332 on a specific case of loosing
1964 the XML-1.0 namespace on xml:xxx attributes
1965
1966Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1967
1968 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1969 corner case from new Merlin's test suite and added a callback
1970 that will be used to improve xmlsec performance
1971
1972
1973Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1974
1975 * HTMLtree.c: trying to fix the <style> escaping problem in
1976 HTML serialization bug #89342
1977
1978Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1979
1980 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1981 and rebuilt the web site.
1982
1983Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1984
1985 * include/libxml/tree.h: added _private member to xmlNs struct
1986
1987Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1988
1989 * HTMLparser.c: fixing bug #84876 based on the xml working
1990 code.
1991
1992Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1993
1994 * python/Makefile.am: enhanced to fix bug 72012 (errors
1995 when using '-jX' make parameter)
1996
1997Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1998
1999 * xpath.c: small additional enhancement for booleans
2000 compared to nodesets
2001
2002Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2003
2004 * HTMLtree.c: changed the order of the encoding declaration
2005 attributes in the meta tags due to a bug in IE/Mac
2006
2007Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2008
2009 * xpath.c: enhanced handling of booleans (especially '='
2010 and '!=' for nodesets) - fixes bug 85256. Added new
2011 routine xmlXPathNotEqualValues for more proper handling
2012 of '!=' when nodesets are involved.
2013
2014Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2015
2016 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2017 doc/xmlcatalog_man.xml to the source distribution
2018
2019Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2020
2021 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2022 asked for this.
2023
2024Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2025
2026 * configure.in: preparing 2.4.23
2027 * doc/*: rebuilt the docs
2028
2029Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2030
2031 * parser.c: fixing bug #84169 by fixing the
2032 comment of xmlCreatePushParserCtxt to describe the
2033 encoding detection parameters better.
2034
2035Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2036
2037 * valid.c: fixing bug #79331 in one path the lookup for
2038 ID attributes on a namespaced node wasn't handled correctly :-\
2039
2040Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2041
2042 * HTMLparser.c: trying to fix 87235 about discarded white
2043 spaces in the HTML parser.
2044 * result/HTML/*: this changes the output of a number of HTML
2045 regression tests
2046
2047Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2048
2049 * xpath.c: applied patch from Richard Jinks for the namespace
2050 axis + fixed a memory error.
2051 * parser.c parserInternals.c: applied patches from Peter Jacobi
2052 removing ctxt->token for good.
2053 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2054 popped out by the regression tests.
2055 * Makefile.am: patch for threads makefile from Gary Pennington
2056
2057Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2058
2059 * xpath.c: enhanced behaviour of position() after usage of
2060 expressions involving preceding-sibling (et al).
2061
2062Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2063
2064 * hash.c: applied a patch from Peter Jacobi to solve a problem
2065 when compiling with the Watcom C on Win32
2066 * result/schemas/*.err: the change of hashing algo generated
2067 permutations in the output
2068
2069Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2070
2071 * hash.c: applied patch from Sander Vesik improving the quality of
2072 the hash function.
2073
20742002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2075
2076 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2077 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2078 xmllint.c xpath.c: replaced sprintf() with snprintf()
2079 to prevent possible buffer overflow (the bug was pointed
2080 out by Anju Premachandran)
2081
2082Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2083
2084 * parser.c: removed an uninitialized data error popped by valgrind
2085 on PE references
2086
2087Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2088
2089 * doc/xml.html
2090 adding tutorial reference to the web page
2091
2092Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2093
2094 * doc/tutorial/xmltutorial.xml
2095 * doc/tutorial/ar01s07.html
2096 * doc/tutorial/ape.html
2097 * doc/tutorial/includegetattribute.c
2098 adding section to tutorial about retrieving an attribute
2099 value
2100
2101Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2102
2103 * parser.c: applied a couple of patches from Peter Jacobi to start
2104 to get rid of ctxt->token, with a possible significant speed
2105 improvement to be gained once done. Better compliance with PE
2106 references constructs in DTDs too.
2107 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2108 from Peter too
2109
2110Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2111
2112 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2113 xmlParseElement was likely to have been deallocated at the
2114 time of the report, possibly leading to segfault. Just report
2115 the tag name now.
2116
2117Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2118
2119 * xpath.c: patch from Richard Jinks for XPath substring() function
2120 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2121
21222002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2123
2124 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2125
2126Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2127
2128 *doc/FAQ.html
2129 fixing typos in FAQ, thanks to Robert Funnell for the
2130 editing help
2131
2132Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2133
2134 * NEWS: got complaints from rpmlint that it was empty
2135
2136Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2137
2138 * added doc/tutorial, including:
2139 apa.html
2140 apb.html
2141 apc.html
2142 apd.html
2143 ar01s02.html
2144 ar01s03.html
2145 ar01s04.html
2146 ar01s05.html
2147 ar01s06.html
2148 includeaddattribute.c
2149 includeaddkeyword.c
2150 includekeyword.c
2151 includestory.xml
2152 index.html
2153 xmltutorial.xml
2154 libxml tutorial, including generated html
2155
2156Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2157
2158 * result/c14n/exc-without-comments/merlin-c14n-two-*
2159 result/c14n/without-comments/merlin-c14n-two-*
2160 test/c14n/exc-without-comments/merlin-c14n-two-*
2161 test/c14n/without-comments/merlin-c14n-two-*
2162 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2163 c14n/exc-c14n and slightly modified test script to handle
2164 these test cases
2165 * c14n.c: fixed bugs for complicated nodes set (namespace
2166 without node and others from merlin-c14n-two.tar.gz)
2167 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2168 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2169 for xmlsec performance patch
2170 * xpath.c: fixed self::node() for namespaces and attributes
2171
2172Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2173
2174 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2175 but with the format parameter
2176 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2177
2178Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2179
2180 * Makefile.am: updated c14n tests suite
2181 * c14n.c: performance improvement for previous c14n patch
2182
2183Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2184
2185 * parser.c: another peroformance patch from Peter Jacobi, that
2186 time on parsing attribute values.
2187
2188Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2189
2190 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2191 into LibXML2 test suite
2192
2193Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2194
2195 * c14n.c: propagating xpath ancesstors node fix to c14n
2196 plus small performance improvement to reduce number of
2197 mallocs
2198 * xpath.c: fixed ancestors axis processing for namespace nodes
2199
2200Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2201
2202 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2203 Peter Jacobi
2204
2205Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * configure.in: preparing 2.4.22
2208
2209Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2210
2211 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2212 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2213 a public entry point.
2214 * doc/*: rebuilt the API and docs
2215
2216Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2217
2218 * xpath.c: patch from Richard Jinks to fix a problem introduced
2219 in the previous patch and pointed by Norm
2220
2221Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2222
2223 * libxml.spec.in: fixing bug #81112
2224
2225Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * uri.c: fixing bug #82848
2228
2229Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2230
2231 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2232 output of one catalog test
2233
2234Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2235
2236 * global.data globals.c tree.c include/libxml/globals.h
2237 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2238 default value for global parameter xmlIndentTreeOutput to 1 and
2239 introduced new global parameter xmlTreeIndentString (the string
2240 used to do one-level indent) with default value " " (as it was
2241 in tree.c)
2242
2243Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2244
2245 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2246 with trio and schemas.
2247
2248Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2249
2250 * xpath.c: patch from Richard Jinks to fix the problem raised in
2251 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2252
2253Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2254
2255 * xmlschemas.c: a bit of work on import.
2256 * xmlschemastypes.c: Charles Bozeman provided a compare function
2257 for date/time types so min/max facet restrictions should work,
2258 indeterminate comparisons return an error instead of equal.
2259 * test/schemas/date_0* result/schemas/date_0_0: specific test
2260 from Charles Bozeman too
2261
2262Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2263
2264 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2265 from Christian Cornelssen fixing the man pages and the Catalog
2266 building script.
2267 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2268 next step is <xs:import> I now have a reasonable understanding
2269 of how it works.
2270
2271Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2272
2273 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2274
2275Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2276
2277 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2278
2279Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2280
2281 * xpath.c: fixing an XPath function evalutation bug pointed out
2282 by Alexey Efimov where the context was lost when evaluating
2283 the function arguments
2284
2285Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2286
2287 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2288 function public for XMLSec performance optimizations
2289
2290Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2291
2292 * python/generator.py python/libxml2class.txt : fixed a problem
2293 with the HTML parser pointed by Gary Benson
2294 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2295 example
2296
2297Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2298 * parser.c: fixed bug #81159 (memory growth in SAX)
2299
2300Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2301 * xpath.c: fixed bug #78858 (the real fix)
2302
2303Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2304 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2305
2306Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2307
2308 * tree.c: modified xmlNodeSetBase to allow changing the
2309 base of a document.
2310
2311Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2312
2313 * xmlschemastypes.c: patch Charles Bozeman for validation of
2314 all the date, time, and duration types
2315 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2316 * configure.in: fixed an error pointed by an user
2317 * xml2-config.in: fixed an error pointed by an user
2318
2319Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2320
2321 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2322 win32/libxml2.def.src xmlIO.c: exported default
2323 'file:', 'http:' and 'ftp:' protocols input handlers
2324 and maked protocols comparisson case insensitive
2325
2326Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * configure.in: Neven Has detected a typo
2329
2330Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2331
2332 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2333 as one of the persons allowed to commit directly to the
2334 module.
2335
2336Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2339 * valid.c: raised a too low limit
2340 * doc/*: rebuilt the docs
2341
2342Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2343
2344 * test/XPath/expr/floats test/XPath/expr/functions
2345 result/XPath/expr/floats result/XPath/expr/functions
2346 xpath.c: another XPath conformance patch from Richard Jinks
2347
2348Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2349
2350 * xmlschemas.c: fixed validation of attribute groups.
2351 * test/schemas result/schemas: added an example from the primer
2352
2353Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2356 * test/schemas result/schemas: updated the test list
2357
2358Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2359
2360 * TODO: updated a bit
2361 * parser.c: made a comment more specific
2362 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2363 Schemas conformance.
2364 * test/schemas result/schemas: updated the test list
2365
2366Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2367
2368 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2369 implementing xs:all with minOccurs = 0
2370 * tes/schemas/* result/schemas/*: added more tests covering
2371 xs:all
2372
2373Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2374
2375 * xmlregexp.c: first implementation of the all particle, this
2376 may need to be revisited for case where not all transitions
2377 must be crossed.
2378
2379Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * tree.c: another entity processing update from Markus Henke
2382
2383Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2384
2385 * trionan.c: fixed crash on OSF/1
2386
2387Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2388
2389 * xmlschemas.c: more Schemas work
2390 * test/schemas/* result/schemas/*: added more tests coming
2391 from the spec.
2392
2393Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2394
2395 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2396 ExcC14N specification
2397
2398Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * tree.c: patch from Markus Henke, fix for recursive entities.
2401
2402Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2403
2404 * xpath.c: fix a problem with string() on a document node.
2405
2406Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2407
2408 * Makefile.am xmlschemas.c: more Schemas work
2409 * test/schemas/* result/schemas/*: added more tests coming
2410 from the spec.
2411
2412Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2413
2414 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2415 * result/HTML/*: this changes a few things in the results
2416
2417Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2418
2419 * include/libxml/tree.h: eliminated 'declaration different than
2420 prototype' warning
2421 * include/win32config.h: "resolved" conflicts with errno.h
2422
2423Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2426 on the automata interfaces and debug of counted choices
2427 * test/schemas/* result/schemas/*: added a number of tests
2428
2429Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2432 a bit of work on Schemas
2433 * testSchemas.c: try to make it more useful
2434 * test/schemas/* result/schemas/* Makefile.am: changed the
2435 Schemas regression test procedure, started adding a few samples
2436
2437Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2438
2439 * include/libxml/encoding.h: Patch for the Borland C++ builder
2440 * include/libxml/tree.h: Patch for the Borland C++ builder
2441 * threads.c: Patch for the Borland C++ builder
2442 * win32/bcb5: New directory for the Borland C++ builder
2443 project files
2444
2445Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2446
2447 * win32/Makefile.msvc: Update for XML Schema support
2448 * win32/configure.js: Update for XML Schema support
2449 * win32/libxml2.def.src: Update for XML Schema support
2450
2451Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2452
2453 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2454 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2455 xmlunicode.c include/libxml/Makefile.am
2456 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2457 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2458 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2459 include/libxml/xmlversion.h.in : merged the current state of
2460 XML Schemas implementation, it is not configured in by default,
2461 a specific --schemas configure option has been added.
2462 * test/automata test/regexp test/schemas Makefile.am
2463 result/automata result/regexp result/schemas:
2464 merged automata/regexp/schemas regression tests
2465
2466Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2467
2468 * xpath.c: Gary found a compile time problem, fixes #78823
2469
2470Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2471
2472 * configure.in: release of 2.4.20
2473 * doc/*: updated and rebuilt the docs
2474
2475Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2476
2477 * python/Makefile.am: patch from Cristian Gafton to build on
2478 Red Hat 6.2, should also fix #75779
2479
2480Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2481
2482 * valid.c: first part of fixing #78729
2483
2484Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2485
2486 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2487 escaping of URI when saving HTML files.
2488 * result/HTML/*: this impacted some tests
2489
2490Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2491
2492 * configure.in: trying to fix #77441
2493
2494Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2495
2496 * include/libxml/xmlIO.h: Hallski complained it could not be
2497 included by itself.
2498
2499Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2502
2503Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2504
2505 * win32/configure.js: patch from Nilo for the c14n option
2506 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2507
2508Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2509
2510 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2511 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2512 LIBXML_THREAD_ENABLED
2513
2514Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2515
2516 * xpath.c: another patch from Richard Jinks for substring conformance
2517 * test/XPath/expr/floats test/XPath/expr/strings
2518 result/XPath/expr/floats result/XPath/expr/strings: update of the
2519 test suite to check those.
2520
2521Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2522
2523 * xpath.c: patch from Richard Jinks for .x float parsing.
2524
2525Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2526
2527 * parser.c: patch from Markus Henke when an encoding ain't recognized
2528
2529Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2530
2531 * libxml.m4: got a report that #include <string.h> was needed
2532
2533Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2534
2535 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2536
2537Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2538
2539 * doc/example.html: fixing typo
2540
2541Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2542
2543 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2544 pointed out by Melvyn Sopacua.
2545
2546Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2547
2548 * libxml.m4: Frédéric Crozat gave a patch related to the change
2549 of Include paths breaking the libxml.m4
2550
2551Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2552
2553 * xpath.c: Fix bug #76927 forgot to save some context
2554 when evaluating binary expressions
2555
2556Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2557
2558 * configure.in: fixed configure for MPE/iX from Markus Henke
2559 * xmlmemory.c: fixed initialization problems
2560 * xpath.c: another set of patches from Richard Jinks this
2561 fixes "make XPathtests" on linux
2562
2563Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2564
2565 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2566 * test/XPath/expr/compare test/XPath/expr/equality
2567 test/XPath/expr/floats test/XPath/expr/functions
2568 test/XPath/expr/strings result/XPath/expr/compare
2569 result/XPath/expr/equality result/XPath/expr/floats
2570 result/XPath/expr/functions result/XPath/expr/strings: Updated
2571 tests though they show a divergence on Linux
2572
2573Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2574
2575 * xpath.c trionan.c: previous commit also included patches
2576 from Richard Jinks on some IEEE support corner case
2577
2578Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2579
2580 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2581 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2582 that $(datadir) should be used for docs
2583
2584Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2585
2586 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2587 could leak filedescriptors
2588
2589Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2590
2591 * configure.in nanohttp.c: applied patch from Allan Clark for
2592 UnixWare/OpenServer
2593
2594Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2595
2596 * configure.in: preparing 2.4.19
2597 * doc/*: rebuilt the docs
2598
2599Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2600
2601 * nanohttp.c: fixing #76043, got fed up with non-portability
2602 of that piece of code.
2603
2604Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2605
2606 * valid.c SAX.c: Never commit without running "make tests" :-(
2607 fix a couple of stupidities in the previous commit
2608 * result/*: a few changes in some attribute order result of previous
2609 commit.
2610
2611Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2612
2613 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2614 the internal subset should not raise duplicate ID errors,
2615 also there was a small bug in conjunction to namespace
2616 declarations defaulted and xml:xxx attributes DTD definitions.
2617
2618Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * xpath.c: Richard Jinks also raised some rounding problems
2621 this tries to fix them
2622
2623Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2624
2625 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2626 behaviour in xmlXPathCastToString()
2627
2628Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2629
2630 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2631 raised by Morus Walter
2632
2633Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2634
2635 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2636 from Igor
2637
2638Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2639
2640 * xpath.c: fixing #75619, related to a problem when trying
2641 to evaluate condition when the current node set resulting
2642 from that sub-step evaluation is empty. Also fixes 2 potential
2643 problem with previous-sibling and next-siblings axis.
2644
2645Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2648 HTML support is not configured in.
2649
2650Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2651
2652 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2653 include/libxml/tree.h: dohh I really didn't intended to commit
2654 this test version :-(
2655
2656Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2657
2658 * testSAX.c: I wanted to see the real speed at the SAX interface
2659 after a little too many Ximianer started complaining about the
2660 parser speed.
2661 added a --quiet option:
2662 paphio:~/XML -> ls -l db100000.xml
2663 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2664 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2665 3200006 callbacks generated
2666 real 0m1.270s
2667 Which means 16MBytes/s and 3Mcallback/s
2668
2669Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2670
2671 * xpath.c: valgrind spotted another error that time when running
2672 on libxslt regression tests
2673
2674Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2675
2676 * Makefile.am: adding "make valgrind" running the full regression
2677 tests (except python ones) under Valgrind (using valgrind -q
2678 which was kindly added by the author).
2679 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2680 passes cleanly now except an obcure floating point initialization
2681 raised in log10() in one XPath regression test ???
2682 * tree.c: edited some comments to close #75244
2683
2684Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2687 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2688 context of ScrollKeeper, made sure that if the number is
2689 an integer, the serialization follows the description at
2690 http://www.w3.org/TR/xpath#section-String-Functions
2691
2692Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * configure.in: preparing 2.4.18
2695 * doc/*: updated and rebuilt the web site
2696 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2697 the Windows and Cygwin maintainers.
2698 * parser.c: humm, changed the way the SAX parser work when
2699 xmlSubstituteEntitiesDefault(1) is set, it will then
2700 do the entity registration and loading by itself in case the
2701 user provided SAX getEntity() returns NULL.
2702 * testSAX.c: added --noent to test the behaviour.
2703
2704Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2705
2706 * parser.c: Wilfried Teiken provided a hackish but working
2707 way to get context reported back on entities when parsing
2708 with SAX and without breaking the DOM build.
2709
2710Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2711
2712 * c14n.c: applied a new patch from Aleksey Sanin
2713 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2714 to reference Aleksey implementation of XML digital Signatures
2715
2716Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * xpath.c: small fix to avoid potential problem due to
2719 ordering of freeing data
2720 * python/Makefile.am: people were complaining about
2721 the generated file in python dir not being built
2722
2723Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2724
2725 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2726 python/generator.py python/libxml.c python/types.c: Cleanup
2727 of the python Makefiles based on Jacob and James feedback,
2728 fixed the spec file accordingly, fixed the number of warning
2729 that passing my pedantic CFLAGS was generating. Conclusion
2730 is that Python includes are real crap.
2731
2732Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2733
2734 * configure,in: it was reported quite a few times that
2735 xml2-config --cflags should not output
2736 -I$includeprefix/libxml2/libxml because libxml2 header names
2737 clashes with existing names like list.h from C++ stl.
2738 Includes should be #include<libxml/xxx.h> so ...
2739
2740Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2741
2742 * c14n.c: another patch from Aleksey Sanin
2743
2744Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2745
2746 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2747 canonicalization algorithm
2748 * doc/xml.html doc/index.html: added the C14N references on the
2749 index page.
2750
27512002-03-13 jacob berkman <jacob@ximian.com>
2752
2753 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2754 usage, redundant, and gcc specific
2755
2756Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2757
2758 * xpath.c: speedup some node selection operations, this can
2759 have a significant impact on DocBook Norm's stylesheets
2760 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2761 make sure it's always the case
2762 * debugXML.c: distinguish CDATA and comments in ls operations
2763
2764Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2765
2766 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2767 to generate better API descriptions etc...
2768
2769Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * c14n.c: Fixing #74186, made sure all boolean expressions
2772 get fully parenthesized, ran indent on the output
2773 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2774 include/libxml/tree.h: also #74186 related, removed the
2775 --with-buffers option, and all the preprocessor conditional
2776 sections that were resulting from it.
2777
2778Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2779
2780 * valid.c: applied patch from Dodji Seketeli fixing an
2781 uninitailized variable in xmlValidGetValidElements()
2782
2783Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2784
2785 * c14n.c: fixed a few comments
2786 * doc/*.html doc/*/*.html: regenerated the docs and added
2787 the C14N API
2788 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2789
2790Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2791
2792 * check-xml-test-suite.py: fix to adapt varaiations in the
2793 bindings
2794 * configure.in python/setup.py python/setup.py.in: fixed to
2795 have the version of the python scripts automatically updated
2796
2797Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2798
2799 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2800 in xmlCopyProp()
2801
2802Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2803
2804 * configure.in: preparing 2.4.17 release
2805 * doc/*: updated and rebuilt the docs
2806 * xpath.c: fixed a comment
2807 * python/libxml.c: fixed a possible reentrancy problem
2808
2809Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2812 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2813 added a specific regression test
2814 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2815 not raise exceptions when failing to find the attribute.
2816
2817Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2818
2819 * configure.in xmllint.c: owen pointed out a problem with the
2820 ftme fix, gettimeofday() was not detected by configure and
2821 the ftime header wasn't included, dohhh
2822
2823Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2824
2825 * configure.in xmllint.c: trying to fix #71457 for timing
2826 precision when gettimeofday() is not availble but ftime() is
2827
2828Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2829
2830 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2831 are now copied on install and part of the -devel RPM
2832
2833Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2834
2835 * xpath.c: trying to avoid bug #72150 which was apparently
2836 caused by a gcc bug (or a processor problem) as detailed
2837 at http://veillard.com/gcc.bug
2838
2839Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2842 fixed xmlReconciliateNs(), added a Python test/example for
2843 inter-document cut'n paste
2844 * python/libxml.py: fixed node.doc on document nodes and added
2845 xpathEval() onto node objects
2846
2847Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2850 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2851 fixup and integrated tests for the serialization stuff
2852
2853Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2856 moved the libxml man page to section 3
2857
2858Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2859
2860 * tree.c: fix bug #72490
2861 * python/libxml.c python/libxml.py: added methods serialize()
2862 and saveTo() to all node elements.
2863
2864Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * xmlIO.c: closed #73430, don't read from an input source
2867 which indicated an end-of-file or an error.
2868
2869Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * parser.c: make sure SAX endDocument is always called as
2872 this could result in a Python memory leak otherwise (it's
2873 used to decrement ref-counting)
2874 * python/generator.py python/libxml.c python/libxml.py
2875 python/libxml2-python-api.xml python/libxml2class.txt
2876 python/tests/error.py python/tests/xpath.py: implemented
2877 the suggestions made by Gary Benson and extended the tests
2878 to match it.
2879
2880Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * python/generator.py: applied patch fixing #73450
2883
2884Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2885
2886 * xpath.c: fixing #61290 "namespace nodes have no parent"
2887 long standing divergence from the XPath REC. NodeSets
2888 simply hold a copy of namespace nodes and those node ->next
2889 points to the parent (which may not be the node carrying the
2890 definition).
2891 * include/libxml/xpath.h: flagged but didn't added a possible
2892 speedup
2893 * DOCBparser.c HTMLparser.c: removed some warnings from push
2894 parser due to new state being added.
2895 * tree.c: new fix from Boris Erdmann
2896 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2897 the XML Canonalization support from Aleksey Sanin
2898
2899Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * tree.c: patch from Boris Erdmann fixing some namespace odities
2902 with xmlCopyNode()
2903
2904Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * xmlIO.c: fix bug #72706 when loading a NULL entity
2907
2908Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2909
2910 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2911 actually change in a future XML Namespace revision.
2912
2913Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2914
2915 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2916 added the possibility of returning nodesets from XPath extension
2917 functions written in Python
2918
2919Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2920
2921 * python/*: commiting some Python bindings work done while travelling
2922
2923Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2924
2925 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2926 explicitely with memory debugging switched on
2927
2928Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2929
2930 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2931 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2932 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2933 the accessor generator for strings
2934 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2935 regression test.
2936
2937Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2938
2939 * python/README python/generator.py python/libxml.c python/setup.py:
2940 added the 'usual' setup.py to allow building a libxml2-python
2941 module based on the same code. The initialization is however
2942 different the 2 .so files fo libxml2 and libxslt are identical and
2943 they entry point initialize both libraries. this is done to avoid
2944 some possible nasty problem since the Python don't merge the maps
2945 of all shared modules.
2946
2947Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * parser.c: fixed a push/encoding bug reported by Michael
2950 on librsvg
2951
2952Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2953
2954 * include/libxml/parserInternals.h: fixes a misplaced #endif
2955
2956Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * parser.c valid.c: found and fixed a couple of allocation bugs
2959
2960Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * doc/xml.html doc/python.html doc/*: added a Python and binding
2963 page describing the current state of the Python bindings and
2964 giving pointers to the other languages wrappers.
2965
2966Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2967
2968 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2969 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2970 rebuilt the API and web site
2971 * xpath.c: fixed #71978 portability bugs
2972
2973Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2974
2975 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2976
2977Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * include/libxml/parserInternals.h parser.c: had to change
2980 2 internal parsing API when processing document content
2981 to check the start and end of element content are defined
2982 in the same entity
2983 * valid.c include/libxml/valid.h: attribute normalization can
2984 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2985 with the context to report it.
2986 * SAX.c: fixed the last known bugs, crazy validation constraints
2987 when a document is standalone seems correctly handled. There
2988 is a couple of open issues left which need consideration especially
2989 PE93 on external unparsed entities and standalone status.
2990 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2991 The 2 tests left failing are actually in error. Cleanup done.
2992
2993Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * valid.c: implemented E59 spaces in CDATA does not match the
2996 nonterminal S
2997
2998Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2999
3000 * SAX.c parser.c valid.c: more validation test fixups
3001 * check-xml-test-suite.py: added duration info for the tests
3002
3003Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * parser.c valid.c: a couple of errors were reported but not
3006 saved back as such in the parsing context. Down to 1% failure rate
3007 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3008
3009Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3010
3011 * xmlInternald.c: isExtender was missing a char
3012 * parser.c include/libxml/parser.h: % are acceptable in the
3013 internal subset if within a PUBLIC ID
3014
3015Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * SAX.c parserInternals.c valid.c: more work on the conformance
3018 suite. Took the step to finally block documents with encoding
3019 errors. It's a fatal error per the spec, people should have fixed
3020 their documents by now.
3021
3022Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * check-xml-test-suite.py: fixed the test script after some discussion
3025 on the semantic of TYPE="error"
3026 * Makefile.am: added the script to the distrib
3027
3028Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3029
3030 * SAX.c entities.c: fixed a couple of conformances issues deep
3031 into the validation code (standalone and undeclared Notations)
3032
3033Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3034
3035 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3036 stayed there for years !
3037
3038Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3039
3040 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3041 missing
3042
3043Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3044
3045 * check-xml-test-suite.py: improved the behaviour a bit as
3046 well as the logs
3047 * parser.c valid.c SAX.c: fixed a few more bugs
3048 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3049
3050Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * check-xml-test-suite.py: python script to run regression tests
3053 against the XML Test suite of W3C/OASis
3054 * SAX.c: fixed a validation bug
3055 * parser.c: fixed 3 errors pointed by the test suite
3056 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3057 * python/Makefile.am: fixed a dependendy
3058
3059Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3060
3061 * xmlmemory.c: avoid a warning bug #71594
3062
3063Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3064
3065 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3066 warning on alpha/Tru64
3067
3068Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * include/libxml/entities.h: fixing a comment
3071 * valid.c: fixing some troubles with validity check on namespaces
3072 * result/VC/NS3 test/VC/NS3: added a specific regression test
3073
3074Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3075
3076 * tree.c: Fixing #71342 serializing '\n' in attribute values
3077 * result/noent/att3 result/att3 test/att3: added a specific
3078 test.
3079
3080Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3081
3082 * python/libxml.c: couple of bug fixes
3083
3084Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * python/*.py: removed tabs and used spaces.
3087
3088Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3091 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3092
3093Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3094
3095 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3096 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3097
3098Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3099
3100 * include/libxml/encoding.h include/libxml/entities.h
3101 include/libxml/globals.h include/libxml/parser.h
3102 include/libxml/threads.h include/libxml/tree.h
3103 include/libxml/xmlmemory.h: trying to fix the include mess
3104
3105Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3106
3107 * include/libxml/xmlmemory.h: reverted part of the previous
3108 attempt to provide #69655, this was breaking the build.
3109
3110Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3111
3112 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3113 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3114 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3115 include/libxml/parserInternals.h include/libxml/tree.h
3116 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3117 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3118 clean.
3119 * python/libxml.c: fixed a warning.
3120
3121Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3124 copying of node, merge back IDs in the target document.
3125 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3126 test/XInclude/ents/ids.xml: test case
3127 * result/VC/ElementValid4: output changed due to a typo fix
3128
3129Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3130
3131 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003132 generate the dependencies right as Jacob found out. Add
3133 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003134
3135Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3136
3137 * parserInternals.c valid.c: Justin Fletcher found some parts
3138 of the code needing cleanup
3139 * libxml.spec.in python/Makefile.am python/generator.py
3140 python/libxml.c python/libxml.py: Fixed the python Makefiles
3141 corrected a bug showing up on ia64, changed the name of the
3142 python internal module too
3143
3144Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3145
3146 * Makefile.am: applied patch from Andris Pavenis for binary
3147 name suffixes
3148
3149Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3150
3151 * xmllint.c win32/win32config.h: fixing #68748
3152
3153Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * valid.c: fixing #70166
3156
3157Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * valid.c: fixing #70077
3160
3161Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * Copyright Makefile.am README configure.in libxml.spec.in:
3164 Changed to the MIT Licence
3165 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3166 doc/xmlio.html: updated the doc accordingly
3167 * include/libxml/xmlwin32version.h configure.in: preparing
3168 2.4.14 release
3169 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3170 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3171 fixed the const xmlChar * wrapper and generator, XPath extension
3172 functions now use the context as first argument
3173 * python/tests/tstxpath.py python/tests/xpath.py
3174 python/tests/xpathext.py: Updated the tests accordingly
3175 * tree.c: fixed bug #70067
3176
3177Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3178
3179 * Makefile.am: cleanup
3180 * debugXML.c: always use stdout if output is NULL
3181 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3182 * python/Makefile.am python/generator.py python/libxml2class.txt
3183 python/libxml_wrap.h python/types.c: augmented the number of bindings
3184 handling FILE * and XPath contexts
3185 * python/tests/Makefile.am: avoid a stupid problem due to the
3186 use of TEST.
3187
3188Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3189
3190 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3191
3192Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3193
3194 * python/TODO python/libxml.c: cleanup the extension function lookup
3195 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3196
3197Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3198
3199 * configure.in python/Makefile.am: do not install outside
3200 of prefix
3201
3202Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * python/TODO python/libxml.c: started adding SAX interfaces
3205 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3206 SAX test
3207
3208Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3209
3210 * tree.c: hardened the addChild function
3211 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3212 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3213 added accessors needed for xmlNode, a bit more testing and
3214 extension of interfaces
3215 * python/tests/Makefile.am python/tests/build.py: added a test
3216 build from scratch/save/load/check
3217
3218Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * parserInternals.c: change a small bit in the way valididy
3221 error messages get initialized
3222 * python/TODO python/libxml.c python/libxml2-python-api.xml
3223 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3224 added some memory debugging to track leaks at the libxml2 level
3225 * python/tests/*.py: changed all tests to check for leaks,
3226 there is just one left in XPath extension registrations.
3227
3228Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3229
3230 * python/TODO python/generator.py python/libxml2-python-api.xml
3231 python/libxml2class.txt: more accessor classes for the parser
3232 context, allow to switch on and check validity
3233 * python/tests/Makefile.am python/tests/error.py
3234 python/tests/invalid.xml python/tests/valid.xml
3235 python/tests/validate.py: attded more test and and added error.py
3236 which I forgot to commit in the last step
3237
3238Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3239
3240 * python/Makefile.am python/types.c: cleanup
3241 * python/libxml.c python/libxml.py python/libxml_wrap.h
3242 python/generator.py python/libxml2-python-api.xml
3243 python/libxml2class.txt: added class for parser context, added
3244 first cut for push mode support. Added a framework to generate
3245 accessors functions.
3246 * python/tests/Makefile.am python/tests/push.py: added a push
3247 test
3248
3249Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3250
3251 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3252 bug a bit of cleanup.
3253
3254Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3257 python/libxml2class.txt: adding error redirections and preformat
3258 to a python handler
3259 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3260 tests self checking
3261
3262Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3263
3264 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3265 a function
3266
3267Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3270 python/libxml.c python/libxml2-python-api.xml
3271 python/libxml2class.txt: Progressing through the TODOs, class
3272 description output, extra XML API, RPM now builds the wrappers
3273 for all python installed versions
3274
3275Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3276
3277 * configure.in libxml.spec.in python/Makefile.am python/TODO
3278 python/generator.py python/libxml2class.txt: added more informations
3279 in the libxml2-python package including docs. Slightly changed
3280 the class hierarchy
3281 * python/tests/*: added basic regression tests infrastructure too
3282
3283Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3284
3285 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3286 added libxml2-python as part of the packages installed
3287
3288Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3289
3290 * python/Makefile.am python/generator.py python/libxml.c
3291 python/libxml.py: more work, now able to extend the
3292 XPath interpreter with functions written in python.
3293
3294Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * python/Makefile.am: Jacob sent a patch to allow building from
3297 tarfile.
3298
3299Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3302 inserted the python wrappers build, I hope this won't be too
3303 unportable
3304
3305Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * xpath.c: minor optimization
3308 * python/generator.py python/libxml.c python/libxml.py
3309 python/libxml_wrap.h: more work on the python bindings,
3310 they now support XPath and there is no evident leak
3311
3312Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3313
3314 * python/generator.py python/libxml.c python/libxml.py:
3315 more work on the python bindings generator.
3316
3317Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3318
3319 * python/generator.py python/libxml.c python/libxml_wrap.h:
3320 more work on the python bindings.
3321
3322Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3323
3324 * python/generator.py python/libxml.c python/libxml.py
3325 python/libxml_wrap.h: commited early version of a python binding
3326 for private use only ATM
3327
3328Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3329
3330 * entities.c tree.c include/libxml/entities.h: applied patch
3331 from Anthony Jones to implement copy of DTD subtree too. Had
3332 just to keep 2 function private which really ought to become
3333 public ones.
3334
3335Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3336
3337 * xmllint.c: added pointers to the web pages in the usage()
3338
3339Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3340
3341 * tree.c: more fixes from Petr Kozelka for attribute handling
3342 in the tree API to align the semantic with DOM.
3343
3344Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3345
3346 * valid.c tree.c entities.c: another set of patches from
3347 Anthony Jones for copy operations cleanup and robustness
3348
3349Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3350
3351 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3352 an alphabetic index based on comments content
3353 * doc/*: rebuilt the web site with the new references
3354
3355Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * parserInternals.h: Greg Sjaardema suggested to use an
3358 eponential buffer groth policy in xmlParserAddNodeInfo()
3359
3360Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3361
3362 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3363 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3364 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3365 to generate cross-references, and added/updated the stylesheets
3366 to generate and link API indexes. The generic keyword index
3367 is not done yet.
3368 * doc/*.html: regenerated all the usual docs too
3369
3370Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * debugXML.c: added an xpath function to the shell for T. V. Raman
3373
3374Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3377 debug routines.
3378
3379Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3380
3381 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3382 support of attribute nodes
3383
3384Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3385
3386 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3387 hopefully near complete and fully documented of the API in XML
3388 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3389 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3390 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3391 include/libxml/parserInternals.h include/libxml/valid.hi
3392 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3393 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3394 include/libxml/xpath.h include/libxml/xpathInternals.h:
3395 Cleaned up the doc comments a lot in the process, the interface
3396 coverage is now 100%
3397
3398Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3401 extracts comments from the gtk-doc DocBook output (a bit
3402 convoluted but seems to work).
3403
3404Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3405
3406 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3407 added an XML description of the API, moved the script generating
3408 it here. Added a "make api" target
3409
3410Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3413
3414Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * xpath.c include/libxml/xpathInternals.h: the change made to
3417 xmlXPathFuncLookupFunc was incompatible roll it back
3418
3419Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3420
3421 * SAX.c: cleanup patch from Anthony Jones
3422 * doc/Makefile.am: fix the headers to avoid in make scan
3423 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3424 includes, * vs Ptr and general cleanup
3425 * parsedecl.py: first version of a script to extract the
3426 module interfaces, the goal will be to provide .decl or XML
3427 specification of the interfaces to build wrappers.
3428
3429Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3430
3431 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3432 now provides return codes in case of errors
3433
3434Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3435
3436 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3437 Upgraded to trio baseline 1.6
3438 * strio.h strio.c: Replaced by triostr.h and triostr.c
3439
3440Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3443 of strdup usage in the code
3444
3445Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3446
3447 * parser.c error.c: Keith Isdale complained rightly that
3448 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3449
3450Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3451
3452 * tree.c: fixed the funxtion to set the xml: attributes
3453 * debugXML.c: added "setbase" to test it.
3454
3455Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3456
3457 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3458 to allow updating an attribute content
3459
3460Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3461
3462 * libxml.h: try to avoid problems when compiling on Windows
3463
3464Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3465
3466 * hash.c: patch from Anthony Jones for hash.c allocation size
3467 * Makefile.am: trying to work around Yet Another Libtool Madness
3468 and build the 2.4.13 release finally ...
3469
3470Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3471
3472 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3473 * doc/* : update of the documentation
3474
3475Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3478 at fixing #61290 :-(
3479
3480Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3481
3482 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3483 Fixes bug #67229
3484
3485Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3486
3487 * tree.c: trying to avoid troubles when a subtree is copied
3488 and coalesced in part with the target tree. Should fix
3489 bug #67407
3490
3491Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3492
3493 * valid.c: fixed validation of attributes content of type
3494 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3495 values, very old bug. Fixes #67671
3496
3497Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3498
3499 * parser.c include/libxml/parserInternals.h tree.c: integrated
3500 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3501 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3502
3503Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3504
3505 * threads.c: applied Serguei Narojnyi's patch to add native
3506 thread support on the Win32 platform
3507 * testThreadsWin32.c Makefile.am: added the test program also
3508 from Serguei, Win32 specific
3509 * include/win32config.h include/libxml/xmlwin32version.h.in:
3510 added patch from Igor for the Windows thread specific defines.
3511
3512Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3513
3514 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3515
3516Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3519 output page into XMLinfo.html. Close bug #66951 and
3520 raised by Robert Collins too.
3521
3522Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3523
3524 * encoding.c: Paul Keogh pointed out a possibility of segfault
3525 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3526 Closes bug # 68238
3527
3528Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3529
3530 * doc/*.html: updated the Gdome2 links
3531
3532Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3533
3534 * libxml.h: Applied following patches from Robert Collins
3535 and make sure IN_LIBXML is defined when compiling it
3536 -------
3537 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3538 as well as Visual C.
3539 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3540 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3541 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3542 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3543 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3544 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3545 xmlSysIDExists xmlNoNetExists).
3546 * xmllint.c: Don't include winsock2.h for Cygwin.
3547
3548Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3549
3550 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3551 when the version info is not present.
3552
3553Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * tree.c: Anthony Jones pointed out a problem in
3556 xmlStringGetNodeList() and provided a fix for it
3557
3558Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * parser.c: patch from Frank J Franklin to remove a bug in
3561 xmlCreatePushParserCtxt() when the initial buffer passed
3562 is large.
3563
3564Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * win32/*: big cleanup of the Windows/MSVC project files
3567 from Igor Zlatkovic
3568
3569Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3570
3571 * doc/Makefile.am: should fix #67674 and avoid troubles if
3572 xsltproc is not available or fails in the prefix provided
3573
3574Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3575
3576 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3577
3578Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3579
3580 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3581 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3582 Fixed a few other problems raised by Charlie Bozeman.
3583 * result/VC/ElementValid[5-7]: fixed the output
3584
3585Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3586
3587 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3588 patches from Charlie Bozeman. Regenerated the HTML docs.
3589
3590Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3591
3592 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3593 for Windows from Igor
3594
3595Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3596
3597 * xmllint.c: applied Justin Fletcher patch for --output or -o
3598
3599Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3600
3601 * win32/libxml2/libxml2.def.src: close #67019
3602
3603Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3604
3605 * xmllint.c: applied Justin Fletcher generic timing patch
3606 similar to the one already applied to xsltproc.
3607
3608Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3609
3610 * include/libxml/tree.h tree.c: applied documentation patches
3611 from Charlie Bozeman
3612
3613Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3614
3615 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3616
3617Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3618
3619 * valid.c: fix the xmlStrdup() used in the previous patch.
3620 * valid.c: added --dropdtd
3621 * tree.c: fixed xmlUnlinkNode so it also removes the references
3622 from the document if the node is a DTD
3623
3624Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3625
3626 * HTMLtree.c valid.c: cleanup some static declarations
3627
3628Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3629
3630 * xmllint.c: removed another strdup()
3631 * doc/FAQ: removed the HP/UX entry
3632
3633Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3634
3635 * valid.c: fix bug #66816 when validating.
3636 * xmllint.c: don't use sys/time.h if configure did not found it
3637
3638Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3639
3640 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3641 xmlcatalog_man.xml
3642
3643Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3644
3645 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3646 xmlInitMemory() was declared twice
3647
3648Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3649
3650 * globals.c: do not reference strdup() !
3651 * configure.in libxml-2.0.pc.in: trying to fix the libs
3652 of the various config extraction modules
3653
3654Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3655
3656 * configure.in : preparing 2.4.12
3657 * doc/* : updated and rebuilt the docs
3658
3659Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3660
3661 * uri.c: closed bug #66159
3662 * testURI.c: added --escape option
3663 * configure.in: some cleanup for xml2-config --cflags
3664
3665Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3666
3667 * globals.c testThreads.c: removed some misplaced includes
3668 of xmlversion.h
3669
3670Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3671
3672 * threads.c: patch from Gary Pennington fixing a possible
3673 problem at initialization time.
3674
3675Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3676
3677 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3678 Eric Lavigne contribution to build libxml2 on MacOS using
3679 CodeWarrior.
3680
3681Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3682
3683 * xmllint.c: applied Geert Kloosterman's patch to fix
3684 --repeat --timing output
3685
3686Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3687
3688 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3689 where non-wellformed XML declaractions were not detected.
3690
3691Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3692
3693 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3694
3695Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3696
3697 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3698 gets reset by xmlCleanupInputCallbacks() and this makes the
3699 function useless. Same for output.
3700
3701Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3702
3703 * xmlIO.c: robert pointed out a loop error in callback cleanups
3704
3705Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3706
3707 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3708 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3709 they are not really tied to debugging
3710
3711Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3712
3713 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3714 * xmllint.c: better --catalogs description
3715
3716Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3717
3718 * tree.c: fixed a couple of problems in xmlSetProp()
3719
3720Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3721
3722 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3723 unappropriate stdout output.
3724
3725Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3726
3727 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3728 by Denis Beurive, closes #65111
3729
3730Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3731
3732 * valid.c: in case of content model validity error, don't
3733 print it if validity warnings were not requested.
3734
3735Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3736
3737 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3738 * parserInternals.c: removed the last exit() call. Print an
3739 unmaskable error on stderr instead (library mismatch detection)
3740
3741Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3742
3743 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3744 shell instructions from Heiko Rupp
3745
3746Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3747
3748 * catalog.c: use the URL notation file:// for default catalog paths
3749
3750Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3751
3752 * include/libxml/tree.h: better comments for _private fields
3753 * tree.c: removed a problem when copying an entity reference.
3754
3755Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3756
3757 * vms/*: updated instructions and diffs from John A Fotheringham
3758
3759Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3760
3761 * include/libxml/xmlerror.h: avoid an include problem if
3762 #include <libxml/xmlerror.h> happens first in code
3763 seems to be the case in KDE libs
3764
3765Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3766
3767 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3768 from Igor for Windows
3769
3770Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3771
3772 * Makefile.am: Gary Pennington pointed out a missing prefix
3773
3774Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3775
3776 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3777 * doc/*: upgraded and rebuilt the docs
3778
3779Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3780
3781 * HTMLparser.c: fix comment in scripts element parsing.
3782 * result/HTML/doc3*: updated the results.
3783
3784Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * uri.c: another URI bug fix #63336, using Joel Young patch.
3787
3788Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3789
3790 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3791 a cleaned up version of the Pwd shell string generation.
3792
3793Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3794
3795 * valid.c include/libxml/tree.h: trying to fix namespaces +
3796 validation problems for good, closing #63619 in the process
3797 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3798 wrong in this respect, fixed it.
3799
3800Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3801
3802 * xmllint.c: Morus Walter patch to allow --format and --encode
3803
3804Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3805
3806 * debugXML.c: Stefan Kost provided an help command for the shell
3807
3808Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3809
3810 * debugXML.c: Heiko Rupp pointed that the shell would crash
3811 on empty nodesets returns.
3812
3813Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3814
3815 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3816 migh need the history libraries
3817
3818Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3821 handle the case of < in quoted attributes, Bastian Kleineidam
3822
3823Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3824
3825 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3826 fixing catalog breakages
3827 * Makefile.am catalog.c result/catalogs/catal
3828 result/catalogs/mycatalog.* test/catalogs/catal*:
3829 fixed more problems in catalog support, added more regression tests
3830 for both XML and SGML catalog handling
3831
3832Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3833
3834 * debugXML.c: applied an improvement to xmlGetLineNo() from
3835 Keith Isdale
3836
3837Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3838
3839 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3840 Side effect of the progressive catalog loading
3841
3842Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3843
3844 * Makefile.am: confexecdir and confexec_DATA were defined twice
3845 pointed out by Karl Eichwalder
3846
3847Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3848
3849 * xmlcatalog.c: avoid unlink() and use remove() instead.
3850
3851Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3852
3853 * libxml.spec.in: cleanup
3854 * include/libxml/xmlwin32version.h: updated with 2.4.8
3855
3856Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3857
3858 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3859 of compiling libxml with a non standard set of options
3860
3861Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3862
3863 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3864 document --sgml option, fixing gnome bugzilla #63382
3865
3866Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3869 breakage of 2.4.7, added a couple of really needed APIs
3870 like xmlCatalogIsEmpty() and xmlNewCatalog()
3871 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3872 for install-catalog
3873 * configure.in: preparing 2.4.8
3874
3875Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3876
3877 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3878 include/libxml/tree.h include/libxml/xmlIO.h: more include
3879 cleanups, export cleanly one html output + format function.
3880
3881Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3882
3883 * parser.c: removed initGenericErrorDefaultFunc call from
3884 xmlInitParser() since it could destroy previous calls to
3885 xsltSetGenericErrorFunc() effects
3886
3887Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3888
3889 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3890 keyword.
3891
3892Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * Makefile.am: cleanup
3895 * threads.c: cleanup too
3896 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3897 from xsltproc
3898 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003899 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003900
3901Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3902
3903 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3904 was not used anymore !
3905
3906Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3907
3908 * configure.in: preparing 2.4.7
3909 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3910 manual page from John
3911 * doc/*: updated the doc and rebuilt the generated pages
3912
3913Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3914
3915 * xmlIO.c: closing bug #62711, the library should never
3916 close stdin or stdout.
3917
3918Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3919
3920 * uri.c: second pass at fixing #63336, using Joel Young
3921 final patch. looks okay.
3922
3923Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3924
3925 * uri.c include/libxml/uri.h: trying to clear #63336
3926 allowing the escaping routine to parse unconformant
3927 URI-References.
3928
3929Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3930
3931 * vms/readme.vms vms/build_libxml.com nanoftp.c
3932 include/libxml/xmlversion.h.in: a few VMS updates from
3933 John A Fotheringham
3934 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3935 and xmlCleanupOutputCallbacks() for the Perl binding people.
3936
3937Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3938
3939 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3940 apply fixes to close #63271 and avoid segfaults when
3941 the error routine gets callbed before xmlInitParser()
3942 get called.
3943 * nanoftp.c error.c: Applied patches from Justin Fletcher
3944 correcting some xmlGenericError misuses.
3945
3946Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3947
3948 *doc/xmllint.xml, doc/xmllint.1
3949 New and improved man page for xmllint - .xml is the original, .1
3950 is the generated man page
3951
3952Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3953
3954 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3955 the web site from the main HTML document.
3956
3957Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3958
3959 * parser.c: fixed an erroneous validation bug when PE refs
3960 occurs in external parsed entities referenced from the
3961 internals subset
3962 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3963 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3964 added the associated testcase, it's a nice one.
3965 * HTMLparser.c: generate the DTD node as HTML still ...
3966 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3967
3968Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3969
3970 * HTMLparser.c: fixed a bug in htmlNewDoc()
3971
3972Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3973
3974 * test/threads/*: added entities testing to the Thread test
3975 * testThreads.c: make the test reasonable
3976 * DOCBparser.c: fix the DTD public and system ID
3977 * xmllint.c: added --sgml for SGML DocBook importing
3978 * Makefile.am: added Docbtests target
3979
3980Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3981
3982 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3983 * testThreads.c: removed bogus include
3984
3985Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3986
3987 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3988 fixed a very serious (looping) validation bug
3989
3990Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3991
3992 * include/libxml/globals.h include/libxml/threads.h threads.c
3993 testThreads.c: far more testing, cleaning up bugs
3994 * *.c : make sure globals.h is always included.
3995
3996Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3997
3998 * HTMLparser.c: try to get rid of parser loops for good.
3999
4000Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4001
4002 * configure.in: fixed some bugs in CFLAGS passing.
4003 * test/threads Makefile.am testThreads.c: added a specific
4004 threaded test case (really nasty, guaranteed).
4005
4006Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4007
4008 * catalog.c: serious cleanup on the management of the
4009 XML catalog tree, more tests done, especially with
4010 the catalog PI.
4011
4012Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4013
4014 * catalog.c: avoid a problem in catalog cleanup on SMP if
4015 catalogs were not initialized.
4016
4017Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4018
4019 * catalog.c xpath.c: trying to cleanup the not thread safe
4020 parts of the library.
4021
4022Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * include/libxml/globals.h configure.in global.data: make
4025 the allocation be per-thread a configure option
4026 * encoding.c include/libxml/parser.h: fixed compilation
4027 errors
4028
4029Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4030
4031 * include/libxml/parser.h: Norm reported that a few lines
4032 added were breaking libxslt compile, removed them for now
4033
4034Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * parser.c parserInternals.c threads.c: debugged and fixed
4037 initialization problems which were giving troubles on SMP
4038 boxes.
4039
4040Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4041
4042 * include/libxml/Makefile.am: missing globals.h
4043
4044Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4045
4046 * globals.c: added a couple of standard includes.
4047
4048Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4049
4050 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4051 include/libxml/parserInternals.h include/libxml/tree.h
4052 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4053 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4054 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4055 Applied the last patches from Gary, cleanup, activated threading
4056 all user accessible global variables are now handled in globals.[ch]
4057 Still a bit rought but make tests passes with either
4058 --with-threads defined at configure time or not.
4059 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4060 linking options
4061
4062Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4063
4064 * Makefile.am include/libxml/Makefile.am
4065 include/libxml/globals.h globals.c include/libxml/threads.h
4066 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4067 configure.in: started integrating the core of the thread support
4068 not activated yet but half integrated. The code should still
4069 compile and work anyway.
4070
4071Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4072
4073 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4074 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4075 integrating the non-controversial parts of Gary Pennington
4076 multithread patches
4077 * catalog.c: corrected a small bug introduced
4078
4079Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4080
4081 * catalog.c include/libxml/catalog.h: very serious cleanup,
4082 isolating unportable code and as much as possible the accesses
4083 to the global shared catalog. May need more testing !
4084
4085Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4088 Keith Isdale patches for the XSLT debugger interfaces. Some
4089 cleanup
4090
4091Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4094 * DOCBparser.c: generate line nubers in elements
4095
4096Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * configure.in: preparing 2.4.6 release
4099 * doc/xml.html doc/html/*: updated and rebuilt the docs
4100 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4101
4102Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4103
4104 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4105 adding documentation for DV's supercatalog support
4106
4107Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4108
4109 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4110 super catalog support adding one API and one flag --sgml to
4111 xmlcatalog
4112
4113Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4114
4115 * doc/xmlcatalog_man.xml, xmlcatalog.1
4116 One more crack at
4117 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4118
4119
4120Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4121
4122 * xpath.c: implemented xmlXPathObjectCopy for external objects
4123 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4124
4125Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4126
4127 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4128 finishing up fix to
4129 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4130 the xmlcatalog man page display more elegantly
4131
4132Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * configure.in: closing bug #61832
4135 * HTMLparser.c: removed a warning
4136
4137Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4138
4139 * xpath.c: fixing #61673 part I, do not loose doc information
4140 when copying result value trees.
4141
4142Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4143
4144 * xpath.c: trying to harden the XPath interpreter
4145
4146Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4147
4148 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4149 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4150
4151Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4152
4153 * HTMLparser: repaired another loop problem
4154
4155Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4156
4157 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4158 parsing.
4159 * xpath.c: fix bug #61291 the default XML namespace node is
4160 missing from the namespace axis.
4161 * tree.c: refuse to create namespaces nodes with prefix "xml"
4162
4163Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4164
4165 * SAX.c: ouch a non-defined namespace could lead to a crash,
4166 fixed #61215
4167
4168Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4169
4170 * parserInternals.c: closed bug #61054
4171
4172Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * include/libxml/Makefile.am: closing #60708
4175
4176Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4177
4178 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4179 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4180
4181Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4182
4183 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4184
4185Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4186
4187 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4188 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4189
4190Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4191
4192 * catalog.c: Justin Fletcher provided cleaup code in case
4193 HAVE_STAT is not defined
4194 * include/win32config.h: Igor Zlatkovic suggested to have
4195 HAVE_STAT defined there
4196
4197Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4198
4199 * catalog.c - fixed typing error reported by M. Barros
4200
4201Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4202
4203 * xmllint.c - fixing typo
4204
4205Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4206
4207 * HTMLparser.c: small enhancement to prevent loop on
4208 unrecognizable data
4209
4210Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4211
4212 * parserInternals.c: applying patch from bug #60757 this
4213 should close it
4214
4215Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4216
4217 * catalog.c xmlcatalog.c: removed a couple of warning
4218 * xpath.c: try to solve the linking problem on platforms
4219 needing trio to compile
4220
4221Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4222
4223 * Makefile.am libxml.spec.in: backing up non-documented changes
4224 commited without review or aproval by Jens Finke <jens@gnome.org>
4225 * HACKING: made 100% clear that no commit should be done directly
4226
4227Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4228
4229 * configure.in: Joe Orton provided a patch fixing a problem
4230 when iconv is specified to be in a non-standard directory
4231 but wasn't exported in xml2-config --cflags
4232
4233Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4234
4235 * configure.in: let's ship 2.4.5 before getting too much
4236 troubles with 2.4.4 errors.
4237
4238Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4239
4240 * encoding.c entities.c: do not output hexadecimal charrefs
4241 when serializing HTML since some version of Netscape can't
4242 grok it, generate decimal ones.
4243 * result/HTML/doc3.htm: output changed due to previous test
4244 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4245
4246Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4247
4248 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4249 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4250
4251Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4252 Released 2.4.4
4253
4254 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4255 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4256 updated the configuration scripts systems accordingly
4257
4258Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4259
4260 * configure.in: preparing for 2.4.4
4261 * doc/xml.html doc/html/*: updated and rebuilt the docs
4262
4263Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4264
4265 * win32/dsp/libxml2.def.src: tried to incorporate comments
4266 from bug #59220
4267
4268Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4269
4270 * parser.c result/noent/wml.xml: fixed bug #59981 related
4271 to handling of '&' in attributes when entities are substitued
4272
4273Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4274
4275 * libxml.h include/libxml/xmlversion.h.in
4276 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4277 Tried to close bug #60131
4278
4279Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4282
4283Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4284
4285 * SAX.c: fixing bug #59946 on xmlns=""
4286
4287Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4288
4289 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4290 but allocates a new error code.
4291
4292Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4293
4294 * xmllint.c: John Fleck fixed typos in the options output
4295 * parser.c SAX.c: fix ignorable white space SAX selection
4296
4297Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4298
4299 * entities.c: Steve Underwood found the possibility of an
4300 ininite loop in case of error.
4301
4302Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4303
4304 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4305
4306Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4307
4308 * parser.c: warn if version is not 1.0 but it's not
4309 strictly speaking an error after analyzing the spec
4310
4311Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4312
4313 *doc/catalog.html - add link to the html version of the
4314 man page, other linguistic cleanups
4315
4316Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4317
4318 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4319 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4320 file, has not yet been included in the build.
4321
4322Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4323
4324 * catalog.c: removed a duplicate affectation Justin Fletcher
4325
4326Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4327
4328 * tree.c: Armin Sander pointed a possible text coalescing
4329 problem, completed his patch.
4330
4331Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4332
4333 * trionan.c: Fixed const and volatile re-definition problem
4334
4335Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4336
4337 * libxml.4 parser.c: doc updates from Heiko Rupp
4338 * parserInternals.c: 2 sanity checks from Heiko Rupp
4339
4340Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4341
4342 * tree.c: applied patch from Armin Sander to make some pointers
4343 const in xmlCopyNode()
4344 * include/libxml/tree.h: added fix to the header
4345
4346Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4347
4348 * xpath.c: hum, restrict the integer usage gcc bug workaround
4349 to only gcc compilers so that other architecture don't get
4350 penalized by this limitation.
4351 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4352
4353Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4354
4355 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4356 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4357
4358Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4359
4360 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4361 --convert option to xmlcatalog to convert SGML ones to
4362 the XML syntax.
4363 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4364
4365 2.4.3 got released at that point
4366Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * catalog.c xmlIO.c: started some serious testing and fixed
4369 a few bug and optmization needs.
4370
4371Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4372
4373 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4374 preparing for a 2.4.3 release even if it may not be ready yet
4375 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4376 all file parsing lookup to go through the entity resolver, add
4377 to add an API to bypass it (needed to load catalogs themselves),
4378 some cleanup on the catalog code too.
4379 * nanoftp.c: small cleanup
4380 * doc/catalog.html: small update
4381
4382Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4383
4384 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4385 Jun Kuriyama
4386
4387Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * doc/catalog.html: finished the catalog documentation
4390
4391Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * doc/catalog.html doc/xml.html: added documentation about
4394 Catalog support, misses an API description
4395 * doc/html/*: reextracted the API pages
4396
4397Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4398
4399 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4400 Added the part about section 7.2 on URI resolution,
4401 fixed a side effect in the HTML parser, look complete
4402 and ready to rock except the URI/SystemID part!
4403
4404Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4405
4406 * include/libxml/catalog.h include/libxml/parser.h
4407 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4408 xmlIO.c: added support and APIs needed for the catalog PI
4409 * include/libxml/xmlIO.h: cleanup
4410
4411Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4412
4413 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4414 include/libxml/catalog.h: starts to look okay, really
4415 plugged the new framework, cleaned a lot of stuff,
4416 added some APIs, except the PI's support missing this
4417 should be mostly complete
4418 * result/catalogs/* test/catalogs/*: added new test, enriched
4419 the existing one with URN ID tests
4420
4421Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4422
4423 * catalog.c: fixed nextCatalog
4424 * result/catalogs/docbook test/catalogs/*: started adding
4425 a small regression test
4426
4427Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4428
4429 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4430 more work on the XML catalog support.
4431 * parser.c include/libxml/parser.h: small cleanup seems using
4432 list as a public parameter name can give portability troubles
4433 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4434 include/libxml/xpath.h include/libxml/Makefile.am: removed
4435 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4436 wrappers
4437
4438Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4439
4440 * Makefile.am trio.c triodef.h trionan.c xpath.c
4441 include/libxml/Makefile.am include/libxml/trionan.h:
4442 Re-worked Not-A-Number and Infinity support.
4443 * xmlcatalog.c: added readline include files
4444
4445Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4446
4447 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4448 testCatalog as xmlcatalog, making it an installed app
4449 adding a shell, and preparing it to be a /etc/xml/catalog
4450 management tool, though not ready yet
4451 * catalog.c include/libxml/catalog.h: adding support for
4452 XML Catalogs http://www.oasis-open.org/committees/entity/
4453 not finished, there is some interesting tradeoffs and a
4454 few open questions left.
4455
4456Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4457
4458 * xmllint.c: fixed a line formatting problem
4459
4460Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4461
4462 * SAX.c: removed a couple of unused variable (Albert Chin)
4463
4464Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4465
4466 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4467 trying to fix some troubles w.r.t. function returning
4468 const xxxPtr.
4469
4470Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4471
4472 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4473 defined
4474
4475Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4476
4477 * xpointer.c: removed unused var
4478
4479Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4480
4481 * testXPath.c: another small cleanup closing bug #59110
4482
4483Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4484
4485 * win32/dsp/libxml2.def.src: small cleanup closing bug
4486 #59108
4487
4488Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4489
4490 * example/gjobread.c: add xmlCleanupParser() before leaving
4491
4492Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4493
4494 * config.h.in configure.in include/libxml/xmlwin32version.h:
4495 released 2.4.2
4496
4497Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4498
4499 * include/libxml/valid.h debugXML.c valid.c: deprecate
4500 the non-boundchecking Sprintf functions, add Snprintf
4501 this should close bug #57984
4502
4503Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4504
4505 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4506 URIs before doing the lookups (pointed by Mark Vakoc)
4507
4508Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4509
4510 * xpath.c: serious changes on Result Value Trees and NodeSets
4511 w.r.t. deallocation and collect operations. Probably not
4512 100% clean (merge of allocated trees smells like a problem).
4513 Seems sufficient to close #58943
4514
4515Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4516
4517 * xmllint.c: adding a --format option
4518
4519Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4520
4521 * xpath.c: count() was broken on Result Value Tree
4522 * xmlIO.c: fixed file:/// accesses on _WIN32
4523
4524Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4525
4526 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4527 macro was renamed, this should close bug #58683
4528
4529Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4532 entity substitution mode text at the end of the entity might
4533 be added due to text coalescing.
4534 * nanoftp.c parser.c: small cleanup
4535
4536Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4537
4538 * HACKING: added John Fleck right to commit in the doc subdir
4539
4540Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4541
4542 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4543 allow to inherit attributes from the DTD directly in the
4544 tree, this is needed for XPath and can be a useful feature.
4545 Inherited namespaces are always provided at the tree level now
4546 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4547 of tests for this feature (XSLT being the prime user).
4548
4549Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4550
4551 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4552 testSAX.c xmlIO.c xmllint.c include/win32config.h
4553 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4554 include/libxml/xmlwin32version.h.in win32/README.MSDev
4555 win32/dsp/*: applied Win32 Facelift No.2 patches from
4556 Igor Zlatkovic for Windows/MSC
4557
4558Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4559
4560 * SAX.c: unparsedEntityDecl() the URI computation of the
4561 entity wasn't done breaking XSLT unparsed-entity-uri()
4562
4563Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4564
4565 * xpath.c: fixed a bug when walking the descendants and
4566 the current node has no children
4567 * debugXML.c: show up when a text node is supposed to not be escaped
4568
4569Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4570
4571 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4572 worked like the set:leading() function)
4573 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4574
4575Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4576
4577 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4578
4579Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4580
4581 * include/libxml/xmlIO.h: apply change to close #58141
4582 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4583
4584Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4585
4586 * parser.c: when the internal subset uses a PE, then the
4587 included entity can use conditional sections.
4588
4589Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4590
4591 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4592 when walking the namespace axis showing up in
4593 libxst/tests/general/bug-12
4594 * xmlmemory.c: added the possibility to trace a given block
4595 defined by its address
4596
4597Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4598
4599 * parser.c: don't override existing encoding specified before
4600 starting xmlParseDocument()
4601
4602Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4603
4604 * include/libxml/xmlwin32version.h: reinserted, needed for
4605 Windows users of CVS
4606
46072001-07-27 Darin Adler <darin@bentspoon.com>
4608
4609 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4610 * testCatalog.c: Add include of <libxml/parser.h>.
4611
46122001-07-27 Darin Adler <darin@bentspoon.com>
4613
4614 * include/libxml/.cvsignore:
4615 * include/libxml/xmlwin32version.h:
4616 Remove this file from CVS because it's generated.
4617
4618Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4619
4620 * parser.c include/libxml/parser.h: applied const patches from
4621 Tom Moog #58002
4622
4623Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4624
4625 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4626 lookup framework
4627
4628Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4629
4630 * tree.c: fixed xmlCopyNode() for documents
4631
4632Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4633
4634 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4635
4636Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4637
4638 * parser.c: fixes bug #57652 reported by Morus Walter
4639
4640Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4641
4642 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4643
4644Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4645
4646 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4647 errors, lesson don't add new functions at 1am before a release
4648 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4649 from XPath initialization when possible.
4650
4651Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4652
4653 * result/scripts/base*: removing history/readline changed
4654 this slightly
4655 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4656 xmllint.c: make element content line number generation
4657 optionnal to avoid breaking old apps added interface to switch
4658
4659Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4660
4661 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004662 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004663 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4664 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4665 John Kroll fixes to allow saving to HTTP via PUT (or
4666 POST of needed).
4667 * doc/html/*.html: regenerated the docs
4668
4669Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4670
4671 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4672 xmlHashScanFull and xmlHashScannFull3 to get passed the
4673 three keys as arguments to the callback function
4674
4675Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4676
4677 * configure.in Makefile.am: removed libxml softlink for good
4678 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4679 100% coverage by gtk-doc
4680
4681Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4682
4683 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4684 fixed serious troubles due to size_t vs. int mismatch
4685
4686Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4687
4688 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4689
4690Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4691
4692 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4693 convenient extension API for value and context managing
4694 Now handles external objects through xmlXPathPopExternal,
4695 xmlXPathWrapExternal and xmlXPathReturnExternal.
4696 Added functions for sets operations (intersection, etc.)
4697
4698Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4699
4700 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4701 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4702 HTMLparser.c: cleanup of global variables, marking some
4703 const or private.
4704
4705Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4706
4707 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4708 fixed xmlXPathNodeSetItem when passing index=0
4709
4710Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4711
4712 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4713
4714Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4715
4716 * xmllint.c: fixed compilation under Cygwin #57503
4717 * TODO: update
4718
47192001-07-13 Peter Williams <peterw@ximian.com>
4720
4721 * config.h.in: add #undef HAVE_DLFCN_H
4722
4723 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4724 builddir.
4725
4726Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4727
4728 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4729 raised by #57348 and #57381
4730
4731Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4732
4733 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4734 tree.c xpointer.c: store the line numbder in element->content,
4735 may break some software, need a configuration mechanism
4736
47372001-07-10 Darin Adler <darin@bentspoon.com>
4738
4739 * .cvsignore:
4740 * example/.cvsignore:
4741 * include/.cvsignore:
4742 * include/libxml/.cvsignore:
4743 Various things that are generated and should be ignored.
4744
4745Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4746
4747 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4748 * doc/xml.html doc/html/*: updated the docs
4749
4750Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4751
4752 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4753 validation occured on content with element child
4754
4755Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4756
4757 * tree.c: fixed XML Base computation which was broken
4758 * debugXML.c: added a base function to the shell
4759 * Makefile.am result/scripts/* test/scripts/*: added scripts
4760 based regression tests, and adding 2 XML Base tests
4761
4762Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4763
4764 * tree.c: set properties doc and call xmlSetListDoc for properties
4765 content when grafting them in a different tree.
4766 * aclocal.m4: remove from CVS
4767
4768Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4769
4770 * win32/libxml2/libxml2.def.src: added some missing entry point
4771 for XPath (Mark Vakoc)
4772
4773Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4774
4775 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4776 layer should URI-Unescape before trying to open resources.
4777
4778Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4779
4780 * xpath.c: fix the name() bug for elements in the default
4781 namespace reported by Charlie Bozeman
4782
4783Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4784
4785 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4786 led to an XPath fix, improvements of SAX initialization, and
4787 an added option --nocdata to testXPath
4788
4789Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4790
4791 * doc/libxml-doc.el: Felix Natter provided anew version working
4792 with XEmacs too
4793
4794Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4795
4796 * include/libxml/xpath.h: small cleanup
4797 * doc/xml.html: update
4798
4799Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4800
4801 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4802 released 2.3.14
4803
4804Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4805
4806 * doc/html/*: rebuilt the docs for the release
4807 * doc/xml.html: added 2.3.14 release.
4808
4809Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4810
4811 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4812 were not equal to empty strings
4813
4814Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4815
4816 * SAX.c: fixed a URI-Reference computation problem when validating
4817 * xmlIO.c: small cleanup
4818
4819Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4820
4821 * parser.c: improved the description of a couple of interfaces
4822 upon Larry Stamper suggestion
4823
4824Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * SAX.c entities.c parser.c: changed completely the way entities
4827 are handled when running the parser in entity substitution mode.
4828 This fixes a bug reported by Stephan Kulow and nearly divides
4829 by 3 the amount of memory required by libxslt to load and process
4830 DocBook TDG.
4831
4832Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4833
4834 * HTMLparser.c: fixing a too early root closing problem raised
4835 byt Prashanth Naidu
4836
4837Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4838
4839 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4840 raised by Mark Vakoc.
4841
4842Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4843
4844 * example/Makefile.am: fixed the include path to add srcdir/include
4845 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4846 and some cleanup
4847
4848Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4851 lot of optimization work, results in significant improvements
4852 when handling really complex XPath queries. Add a small optimizer
4853 for unions, improve [n] and [last()], avoid some costly ops.
4854
4855Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4856
4857 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4858 * xpath.c: small cleanup
4859 * xmlGetNsList: reformated, fixed problems if used on Entities
4860
4861Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4862
4863 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4864
4865Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4866
4867 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4868 * Makefile.am example/Makefile.am: workaround automake generating
4869 erroneous deps
4870
4871Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4872
4873 * include/win32config.h: bug #56801 Yon Derek provided a patch
4874 to the windows config file.
4875
4876Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4879 libxml.h : Yon Derek provided a set of changes to compile from
4880 CVS on Windows/MSC
4881
4882Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4883
4884 * parser.c: fixed UTF8 BOM support in push mode
4885 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4886 added a specific testcase
4887
4888Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4889
4890 * Makefile.am: added --push regression tests
4891 * parserInternals.c: the XML parser segfaulted in --push mode
4892
4893Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4894
4895 * configure.in: moved the symlinks detection within a CVS
4896 check, this is not portable and will be removed soon.
4897 * xpath.c: small cleanup/speedup
4898
4899Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4900
4901 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4902 release of 2.3.12
4903 * parser.c: make an error message if unknow entities in all cases
4904
4905Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4906
4907 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4908
4909Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4910
4911 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4912 includes were installed in the wrong dir
4913
4914Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4915
4916 * doc/html.xml: warn against sending code to exhibit bugs.
4917
4918Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4921 Tru64 from Thomas Leitner
4922
4923Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * AUTHORS: added William and Bjorn
4926 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4927 daniel@veillard.com hopefully I won't have to do this again
4928 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4929 docs can be rebuilt cleanly now
4930 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4931 from CVs it's generated, added include/libxml/xmlwin32version.h
4932 also generated but which should change far less frequently.
4933 * catalog.c nanoftp.c: made sure to include libxml.h not
4934 libxml/xmlversion.h directly
4935 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4936 when compiling on WIN32 and MSC
4937
4938Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4939
4940 * include/Makefile.am include/libxml/Makefile.am configure.in:
4941 fixed make distcheck and rebuilding the rpms
4942
4943Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4944
4945 * configure.in: should finish the migration of exported includes
4946 into a real include/libxml in CVS, at least for CVS users.
4947 * removed the exported headers, added in include/libxml (as well
4948 as xmlversion.h.in).
4949
4950Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * configure.in: fixed the way to detect symlink
4953
4954Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4955
4956 * configure.in: updated, include/libxml is now a real CVS dir
4957
4958Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4961 version works with both libxml1 and libxml2 (it autodetects
4962 the prefix of the html-files) from Felix Natter.
4963 * doc/xml.html: updated doc accordingly
4964
4965Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4966
4967 * xpath.c: fixed the bug generating a template loop in libxslt
4968 when using docbook-xsl-1.4, * should filter out document nodes
4969 * HACKING: added William
4970 * TODO: updated
4971
4972Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4973
4974 * doc/FAQ.html: added a warning about gcc-3.0
4975 * doc/xml.html: added reference to gdome2 and removed a confusing
4976 sentence
4977
4978Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4979
4980 * xmlversion.h: okay this is a generated file, but Windows
4981 users need it and they can't generate it, and I want CVS
4982 Windows users ...
4983 * win32/libxml2/libxml2_so.dsp: Windows project file for
4984 the shared lib version of libxml2
4985 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4986 resources needed for libxslt/xsltproc by Yon Derek
4987
4988Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4989
4990 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4991
4992Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4995
4996Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4997
4998 * include/win32config.h: Yon Derek provided a first fix
4999 to be able to compile libxslt/xsltproc on Windows
5000
5001Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5002
5003 * xpath.c: attempt to work around what seemed a gcc optimizer
5004 bug when handling floats on i386 http://veillard.com/gcc.bug
5005 * tree.c entities.c encoding.c: doing some cleanups while
5006 chasing it
5007
5008Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5009
5010 * Makefile.am: cleanup when --without-debug is specified
5011 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5012 w.r.t. --without-debug and other include points
5013 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5014 Catalogs
5015 * configure.in entities.h tree.h HTMLparser.c: removed
5016 --without-corba, made the _private field mandatory
5017
5018Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5019
5020 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5021 outputs a BOM in UTF8, an errata has been issued to avoid the
5022 problem, that was the most reasonable solution... Add support
5023 for a leading UTF8 BOM in entities.
5024
5025Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5026
5027 * valid.c: fixed a bug found when post validating an entity ref
5028 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5029 activate it too
5030
5031Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5032
5033 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5034 weakness in the node copy the XPointer and the XInclude
5035 implementations. Serious cleanup.
5036
5037Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * Makefile.am: Kjartan Maraas provided a small patch to
5040 add xml2-config.in to EXTRA_DIST
5041
5042Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5043
5044 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5045 provided another failing case found in KDE, the way the
5046 ctxt->vctxt.nodeTab was allocated and freed changed over
5047 time but it wasn't completely cleaned up. This should fix it.
5048
5049Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5050
5051 * parser.c: Stephan Kulow also raised the fact that line number
5052 could get miscounted making debug harder, fixed the problem
5053 in xmlParseCharData()
5054
5055Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5056
5057 * valid.c: Stephan Kulow pointed out a problem when validating
5058 and using an empty entity, forgot a 'break' in a case.
5059
5060Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5061
5062 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5063 * doc/xml.html: updated with 2.3.11
5064
5065Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * TODO: updated adding cleanup of generated doc
5068 * configure.in: prepared to release 2.3.11
5069 * xmllint.c: added --version for bug reporting
5070 * doc/html/*.html: rebuilt the doc
5071
5072Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5073
5074 * xpath.c: first part of the work on selecting namespace to
5075 fix bug #56115
5076
5077Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5078
5079 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5080 when using -liconv
5081 * TODO: updated
5082
5083Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5084
5085 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5086 cleanup, encoding support.
5087
5088Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5091
5092Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * xpath.c: bug detected by Ankh when / is used as a function arg
5095
5096Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5099 of element and use it to avoid outputting formatting spaces at
5100 the wrong place. Implemented the format parameter for HTML save.
5101 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5102 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5103 result/HTML/wired.html: of course this impact the result of a
5104 number of HTML tests
5105
5106Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5107
5108 * HTMLtree.[ch]: started augmenting the HTML save API with
5109 encoding and formatting parameters
5110
5111Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5112
5113 * HTMLtree.h: cleanup and started evaluating the work needed on
5114 revamping the HTML output code
5115
5116Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5117
5118 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5119
5120Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5121
5122 * valid.c: fixed bug #56049, forgot one check in the
5123 validation routine
5124
5125Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5126
5127 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5128
5129Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5130
5131 * libxml.h: fixed an error in last commit
5132 * doc/FAQ.html: added an entry for compilation from CVS
5133
5134Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5135
5136 * xmlversion.h.in libxml.h: Cygwin patches
5137 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5138 * tree.h: cleanup
5139
5140Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5141
5142 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5143 memory block in a strange case where libxml is linked twice
5144 in the binary.
5145
5146Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5147
5148 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5149 state far too often, simple fix used to avoid it.
5150
5151Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5152
5153 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5154 being processed, applied his patch
5155 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5156
5157Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5160 provided fixes to compile on MSCC again
5161 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5162 also provided an update for the project files.
5163
5164Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5165
5166 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5167 bug #55810
5168
5169Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5170
5171 * tree.c: fixed xmlGetNsProp() to close bug #55683
5172 Note this requires libxslt to use it's own function instead.
5173
5174Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5175
5176 * HTMLtree.c: when in a pre element no formatting space should
5177 be added.
5178 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5179
5180Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * configure.in: added tests for signal() and signal.h
5183
5184Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5185
5186 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5187
5188Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5189
5190 * doc/libxml-doc.el: Felix Natter provided a new version for
5191 libxml2
5192
5193Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5194
5195 * HTMLtree.c: when in a pre element no formatting space should
5196 be added.
5197
5198Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5201
5202Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5203
5204 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5205 hack
5206 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5207 * uri.c: fixed a warning
5208
5209Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5210
5211 * HTMLtree.c: trying to close bug #55772 escaping in script
5212 elements
5213 * doc/xml.html: suggest to send mail to the list
5214
5215Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5216
5217 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5218 good. Use a macro and based on the solution provided in
5219 vsnprintf manual page from GNU.
5220
5221Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5222
5223 * error.c: Workaround for non-preserving variadic list.
5224 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5225
5226Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5227
5228 * doc/xml.html: added 2.3.10 release
5229
5230Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5231
5232 * configure.in: releasing 2.3.10
5233
5234Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5237
5238Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5239
5240 * encoding.c: Robert Collins provided a patch to add the
5241 "US-ASCII" encoding alias
5242
5243Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5244
5245 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5246 string oriented functions and started cleaning the related areas
5247 in xpath.c which needed fixing in this respect
5248
5249Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5252 #55380
5253 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5254
5255Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5256
5257 * TODO: updated
5258 * nanohttp.[ch] : started adding APIs to get the redirected URL
5259 when this occurs (needed for further base computation
5260 * tree.h: cleanup
5261 * encoding.c: cleanup
5262 * SAX.c: minor change around ctxt->loadsubset
5263
5264Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5265
5266 * Makefile.am include/Makefile.am: small change to have
5267 include/libxml rebuilt if working from CVS.
5268 * uri.c: applied another patch from Carl Douglas for URI escaping,
5269 this should close bug #51876
5270
5271Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5274 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5275 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5276 added specific regression test
5277 * parser.h: preparing for the XSLT mode where DTD inherited
5278 attributes are added to the tree.
5279
5280Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * xinclude.[ch]: Updated the namespace for the Last Call version
5283 * result/XInclude/include test/XInclude/include: updated the
5284 testsuite accordingly
5285
5286Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5287
5288 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5289 related to bug #51876
5290
5291Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5292
5293 * tree.c: fixed a gross mistake in base computation, xml:base is
5294 not completely correct yet (need cascade).
5295 * xpath.[ch]: added the few things needed to find a function name
5296 and URI from the XPath context when it is called.
5297
5298Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5299
5300 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5301 * DOCBparser.c: small cleanup
5302 * xmllint.c: added a --catalogs option to load catalogs from
5303 $SGML_CATALOG_FILES
5304 * tree.c: cleanup
5305 * configure.in: iconv library fixup, ICONV_LIBS
5306
5307Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5308
5309 * catalog.c: handling of CATALOG entries. detection of recursion,
5310 and a few bugfixes
5311 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5312 against the default namespace
5313
5314Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5315
5316 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5317
5318Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5319
5320 * parser.c: fixed propagation context info when parsing an
5321 external entity.
5322 * doc/html/*.html: regenerated a couple of docs
5323
5324Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5325
5326 * doc/xml.html: update with 2.3.9 informations
5327
5328Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5329
5330 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5331 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5332 * doc/html/* : rebuilt the docs
5333 * valid.c: small patch which may improve some case when
5334 validating.
5335
5336Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * HTMLparser.c: Closed bug #54891
5339 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5340 to the suite
5341
5342Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5345 applied a documentation patch from LotR and filled in a few missing
5346 descriptions
5347
5348Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5349
5350 * xpath.c tree.c parser.c: speed optimizations at the parser level
5351 document tree freeing and xpath evaluation
5352
5353Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5354
5355 * parser.c parser.h parserInternals.h: fixed a couple of
5356 interfaces for handling memory buffer input to const char *
5357 upon suggestion of JamesH.
5358
5359Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5360
5361 * configure.in: LoTR sent a patch fixing the previous commit
5362
5363Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * configure.in: trying to deal again with the stoopid -R linking
5366 flag of Solaris
5367
5368Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5369
5370 * xpath.h: two nodeset access macros from Thomas Broyer
5371
5372Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5373
5374 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5375 patch from Thomas Broyer
5376
5377Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5378
5379 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5380 case
5381 * INSTALL: was empty added stuff from the FAQ
5382
5383Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5384
5385 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5386 attributes handling and #54433 by adding xmlUnsetProp()
5387 and xmlUnsetNsProp()
5388
5389Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5390
5391 * HTMLparser.c: Patch from Jonas Borgström
5392 (htmlGetEndPriority): New function, returns
5393 the priority of a certain element.
5394 (htmlAutoCloseOnClose): Only close inline elements if they
5395 all have lower or equal priority.
5396 * result/HTML: this of course changed a number of tests results.
5397
5398Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5399
5400 * xmlIO.c catalog.c: plugged in the default catalog resolution
5401 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5402 documentations
5403 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5404
5405Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5406
5407 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5408 integrating catalogs
5409 * catalog.[ch] testCatalog.c: adding a small catalo API
5410 (only SGML catalog support).
5411 * parser.c: restaured xmlKeepBlanksDefault(0) API
5412
5413Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5414
5415 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5416
5417Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * parser.c: added xmlParseExternalEntityPrivate() to allow
5420 propagation of ctxt->_private when parsing external entities
5421
5422Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5423
5424 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5425
5426Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5429
5430Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5431
5432 * valid.c: warn when indeterminist content model is detected
5433 * result/VC/ElementValid8: this adds a message
5434 * Makefile.am: add --novalid for VCM tests
5435 * parserInternals.c: added a call to Init memory
5436
5437Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5438
5439 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5440 when both parameters are NULL.
5441
5442Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * valid.c: applied small patch from Gary Pennington, reindented
5445 some part of the code.
5446
5447Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5448
5449 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5450 release, updated and regenerated the docs
5451
5452Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5453
5454 * xpath.c result/XPath/expr/floats : clarified and cleanup
5455 printing of abnormal floats in tests.
5456
5457Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5458
5459 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5460 * results/HTML/ : a few changes in the output of the HTML tests as
5461 a result.
5462 * configure.in: tying to fix -liconv where needed
5463
5464Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5465
5466 * Makefile.am: fixed a stupid error
5467
5468Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5469
5470 * configure.in Makefile.am: make the inclusion of the trio
5471 modules in the library conditional
5472
5473Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5474
5475 * DOCBparser.c: patche from László Kovács, fixed entities refs
5476 in attributes handling
5477
5478Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5479
5480 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5481 flushing
5482
5483Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5484
5485 * xpath.c: fix of an XSLT namespace bug reported on the list
5486 general/bug-8-
5487
5488Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5489
5490 * strio.h trio.c: Dan McNichol suggested a couple of small
5491 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5492
5493Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5494
5495 * tree.c parser.c encoding.c: spent a bit more time looking
5496 at the parsing speed and DOM handling. Added a few more
5497 speedups.
5498
5499Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5500
5501 * parser.c: small but effective parsing speed improvement
5502
5503Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * configure.in: default on the DocBook parser inclusion (for Gnome)
5506 * DOCBparser.h: fixed a header reference
5507
5508Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * configure.in xpath.c: applied Bjorn patches for FPE on the
5511 alpha
5512
5513Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5516 xmlSaveFormatFileTo()
5517
5518Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5519
5520 * xpath.c: simple and efficient optimization, XPath functions
5521 aways bind to the same code, cache this
5522 * TODO: updated (by saying some is obsolete)
5523
5524Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5525
5526 * xpath.c: more cleanup work on XPath name parsing routines
5527
5528Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5529
5530 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5531 xmlXPathParseName
5532 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5533 * debugXML.c: avoid compilation problems if compiling without
5534 HTML support, Igor Zlatkovic
5535 * win32/libxml2/libxml2.def.src: being able to compile without
5536 XPath on Windows
5537
5538Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5539
5540 * libxml.m4: yet another patch from Toshio Kuratomi
5541
5542Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5543
5544 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5545
5546Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5547
5548 * tree.[ch]: added xmlSaveFormatFile interface for saving
5549 and indenting a file.
5550
5551Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5552
5553 * xpath.c: fixed bug #53689 related to processing-instruction()
5554
5555Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * DOCBparser.c: patche from László Kovács
5558
5559Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * parser.c: applied fixes from Christian Glahn bug report #53391
5562
5563Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5564
5565 * error.c: Jean François Lecomte provided a complete description
5566 and a fix to bug #53537
5567
5568Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5569
5570 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5571
5572Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5573
5574 * DOCBparser.c SAX.c: a bit more work on entities processing.
5575 Still Need to cleanup XML output and references in attributes
5576
5577Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5578
5579 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5580
5581Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * tree.c: trying to fix #53574, not completely complete,
5584 I would like xmllint --copy --debug test/ent1 and
5585 xmllint --debug test/ent1 to show the same result.
5586 * xpath.c: fix a bug when trying to sort namespace nodes
5587
5588Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5589
5590 * HTMLtree.c: real fix for #53402
5591
5592Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5593
5594 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5595 PIs when using xsl:output
5596 * valid.c: closing #53537 some case generate segfaults if there
5597 is validity errors
5598
5599Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5600
5601 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5602 of external parsed entities, added --noent to testDocbook
5603 * valid.c: Garry Pennington found an uninitialized variable
5604 access in xmlValidateElementContent()
5605
5606Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5609 with madness
5610 * result/HTML/ : this modified the result of the regression tests
5611 a lot.
5612
5613Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5614
5615 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5616 to doc where it wasn't checked against NULL reported by
5617 Jens Laas
5618
5619Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5622 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5623
5624Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5627 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5628 * SAX.[ch]: cleanup and updates for DocBook
5629 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5630 ex SGML identifier changes
5631 * valid.c: removed a static unused function.
5632
5633Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5634
5635 * HTMLtree.c: applied change for Paul Sponagl on script saving
5636 * Makefile.am: the warning about entity title.xml are normal.
5637
5638Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * configure.in: release of 2.3.7
5641 * Makefile.am: fixing make distcheck
5642
5643Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5644
5645 * doc/html/* doc/xml.html: updated and regenerated the docs
5646
5647Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5648
5649 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5650
5651Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5652
5653 * tree.c: fixed #53388 with the provided patch
5654
5655Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * valid.c: Bjorn detected an invalid memory access. Fixed
5658 vstateVPush()
5659
5660Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5661
5662 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5663
5664Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5665
5666 * libxml.h: new header used only for the compilation of libxml
5667 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5668 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5669 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5670 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5671 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5672 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5673 baseline (version 1.2 plus a single patch).
5674 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5675 scientific notation for numbers. Tests added.
5676 * xpath.c: formatting of numbers changed to use sprintf
5677 (contribution from William Brack)
5678
5679Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5680
5681 * valid.c: cleanup, more useful debugging
5682 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5683 * xmlIO.c: entity loading is printed as an error when validating
5684
5685Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * valid.c: fixed to validate within entities
5688 * test/VCM/v22.xml: added a specific testcase
5689
5690Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * valid.c: forgot an epsilon transition in for ()+
5693 * test/VCM/v21.xml : added a specific test case
5694
5695Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5696
5697 * valid.c: removed a state explosion exhibited by RSS
5698 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5699 from bug #51872
5700
5701Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5704 validation without using an ugly NFA -> DFA algo in the source.
5705 Made a specific algorithm easier to maintain, using a single
5706 stack and without recursion.
5707 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5708 * hash.c: made the growing routine static
5709 * tree.h parser.c: added the parent information to an
5710 xmlElementContent node.
5711
5712Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * SAX.c parser.c xpath.c: generating IDs when not validating
5715 from an external parsed entity was poisoning the ID has table
5716 with removed values. This was killing XSLT on the KDE help
5717 browser.
5718
5719Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5720
5721 * entities.h: andrew@ugh.net.au detected a double declaration
5722
5723Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5724
5725 * debugXML.c hash.c tree.h valid.c : some changes related to
5726 the validation suport to improve speed with DocBook
5727 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5728 the way validation errors get reported
5729
5730Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5731
5732 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5733 by P C Chow and William M. Brack for XSLT HTML output
5734
5735Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736
5737 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5738 Igor Zlatkovic patches for MSC compilation and added his
5739 updates
5740
5741Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5742
5743 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5744 prefix lookup.
5745 * parserInternals.c: fixed the bug reported by Morus Walter
5746 due to an off by one typo in xmlStringCurrentChar()
5747
5748Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5749
5750 * HTMLparser.c result/HTML/*: revamped the way the HTML
5751 parser handles end of tags or end of input
5752
5753Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5756
5757Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5758
5759 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5760 bug where the linktime verions of free() won't work ...
5761
5762Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5763
5764 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5765
5766Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5767
5768 * doc/xml.html: added 2.3.6 release
5769
5770Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5771
5772 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5773 * result/wml.xml: resulted in a small output change
5774
5775Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * tree.c: xmlNewDoc was missing the charset initialization
5778 * xmllint.c: added --auto to autogenerate a doc, allow to
5779 reproduce the problem fixed on xmlNewDoc
5780
5781Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5782
5783 * xpath.c: trying to get 52979 solved
5784 * tree.c result/ result/noent/: trying to get 52712 solved, this
5785 also made me clean up the fact that XML output in general should
5786 not add formating blanks by default, this changed the output of
5787 a few tests
5788
5789Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5790
5791 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5792
5793Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5794
5795 * configure.in: finally released 2.3.6
5796
5797Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5798
5799 * xpath.c: checking for null pointer generated by new code
5800
5801Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5802
5803 * xpath.c: fixed a [] evaluation problem reported
5804 * test/XPath/tests/simpleaddr: extended test
5805 * result/XPath/simpleaddr: updated result
5806
5807Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5808
5809 * xmllint.c: Dan Timis reported a portability problem
5810 on Macs without mmap, fixed it.
5811
5812Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5813
5814 * testXPath.c : added a --tree option allowing to display the
5815 tree dump of the XPath expression
5816
5817Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5818
5819 * xpath.c: fixed a memleak when comparing nodesets
5820 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5821 * tree.c: added a TODO
5822
5823Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5824
5825 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5826 we need string functions
5827 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5828 to be able to use them where needed. Applied some changes
5829 to reduce name linking pollution and compile in only what's
5830 needed.
5831 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5832 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5833 for the string manipulation functions
5834 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5835 to the free() function of xmlmemory.c
5836 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5837 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5838 usage.
5839
5840
5841Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5842
5843 * error.c: applied the context output patch of the error
5844 handling submitted by Chuck Griffith
5845 * error/VC/*: this slightly change some error logs
5846
5847Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5848
5849 * parser.c: fixed line number reporting on error
5850
5851Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5852
5853 * parser.c: Sullivan and Darin found a parser bug,
5854 applied the patch.
5855
5856Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5857
5858 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5859 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5860 xmlversion.h.in xpointer.c: of course the way I defined
5861 UNUSED breaks on old gcc version. Try to be smart and
5862 also define it directly in xmlversion.h
5863 * configure.in: removed -ansi flag from the pedantic set
5864
5865Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866 Huge cleanup, I switched to compile with
5867 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5868 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5869 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5870 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5871 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5872 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5873 encoding.h entities.c error.c list.[ch] nanoftp.c
5874 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5875 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5876 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5877 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5878 Cleanup, staticfied a number of non-exported functions,
5879 detected and cleaned up a dozen of problem found this way,
5880 avoided a lot of public function name/typedef/system names clashes
5881 * doc/xml.html: updated
5882 * configure.in: switched private flags to the really pedantic ones.
5883
5884Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * configure.in: 2.3.5
5887 * doc/html/*: rebuilt the docs
5888
5889Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5890
5891 * parser.c: fixed a reported bug in NOTATION parsing
5892 * uri.c: accepted but not fixed bug 51876, added TODO
5893 * Makefile.am: fixed bug 51876
5894
5895Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5896
5897 * config.h.in configure.in error.c: fix a compilation problem
5898 on platforms without vsnprintf (xml@thewrittenword.com)
5899
5900Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5901
5902 * parser.c: fixed a function name header typo
5903 * SAX.c: notations can also occur in external subset.
5904
5905Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5906
5907 * error.c: removed a C++ like comment
5908
5909Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5910
5911 * parser.c: fixing bug 52299 strange condition leading
5912 to a parser crash due to a buffer overflow
5913 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5914 added the specific test case
5915
5916Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5919 xmlXPathConvert{String,Number,Boolean} to be able to make
5920 type casts without a context stack, fixed some implementation
5921 problems related to the absence of context at parse-time,
5922 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5923 in the public API too
5924 * xpointer.c xpathInternals.h: we need to know at parse time
5925 whether we are compiling an XPointer
5926
5927Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5928
5929 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5930 cleaned up the parser internals, refactored XPath code, added
5931 new compilation based APIs and cleanly separated public and
5932 private APIs.
5933
5934Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * xpath.h: the comp field must be added at the end to avoid
5937 killing binary compat.
5938
5939Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5940
5941 * Makefile.am: detect XPath memleaks in regreson tests
5942 * error.c: fixed and error w.r.t. error reporting still using
5943 stderr
5944 * hash.c: added new line at end of file
5945 * tree.h: minor cleanup
5946 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5947 expression parsing from evaluation, resulted in a number of
5948 changes internally, and in XPointer. Likely to break stuff
5949 using xpathInternals.h but should remain binary compatible,
5950 new interfaces will be added.
5951
5952Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5953
5954 * configure.in: fixed a couple of problems reported by
5955 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5956 without gcc on non linux platforms.
5957
5958Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5959
5960 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5961 a fix for --with-html-dir= configure support. I hope it won't
5962 break rpm generation
5963
5964Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5965
5966 * xmlIO.c: one function comment cleanup.
5967
5968Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * SAX.c: external subset notations were improperly registered
5971 in the internal subset.
5972
5973Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5974
5975 * README.cvs-commits: added, pointing to HACKING
5976 * HACKING: updated
5977
5978Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5979
5980 * parser.c: and Matt Sergeant found one in the XML push
5981 parser (erroneous check I forgot to remove when I fixed the
5982 main parser).
5983
5984Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5985
5986 * xpath.c: ptittom found a small bug in UnaryExpr
5987
5988Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5989
5990 * configure.in: bumped to 2.3.4
5991 * error.c: fixed bug #51860
5992 * tree.c: fixed bug #51861
5993 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5994 * tree.[ch] : added xmlDefaultBufferSize
5995 * nanoftp.c: typo in function name header block
5996 * doc/xml.html : updated, added link to XML::LibXSLT
5997 * doc/html/* : rebuilt the docs
5998
5999Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * parser.c SAX.c: the new content parsing code raised an
6002 ugly bug in the characters() SAX callback. Found it
6003 just because of strangeness in XSLT XML Rec ouptut :-(
6004
6005Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * Makefile.am: Martin Baulig suggested to add -lm
6008 * tree.c: found another bug in xmlNodeGetContent()
6009
6010Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6011
6012 * xpath.c: Bjorn found the error related to strictness of comparison.
6013
6014Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * parser.c: trying to fix the Dtd parsing problem reported
6017 by Gary, side effect of last week speed optimizations.
6018
6019Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6020
6021 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6022 * parserInternals.c: removed unneeded test raised by Stric
6023
6024Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6025
6026 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6027 and fixed by William Brack). Added xmlXPathFormatNumber.
6028 Changed the sorting slightly.
6029 * configure.in Makefile.am example/Makefile.am: Added -lm.
6030 Please note that applications linking with libxml2, must
6031 also like with the math library from now on.
6032
6033Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6034
6035 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6036
6037Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6038
6039 * parser.c: one must report spaces even if the Dtd element
6040 content proves that this is not part of the element content.
6041 * result/valid/*.xml: this changed the ouptu slightly
6042
6043Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * configure.in: bumped to 2.3.3
6046 * doc/xml.html: updated
6047
6048Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6049
6050 * tree.c: minor doc fix
6051 * xpath.c: deallocation issues when a result tree has been
6052 converted to a node-set
6053
6054Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6055
6056 * doc/xml.html: oops corrected dates s/2000/2001
6057
6058Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * valid.c: new patch from Gary Pennington
6061
6062Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6063
6064 * doc/xml.html: applied patch from Ankh
6065
6066Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * xinclude.c: fixed a problem building on Mac
6069
6070Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * parser.c: more work on increasing parsing ferformances
6073
6074Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6077 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6078 avoiding memcpy in production builds MEM_CLEANUP macro use
6079 * parser.[ch] parserInternals.c: optimizations of the tightest
6080 internal loops inside the parser. Better checking of I/O
6081 flushing/loading conditions
6082 * xmllint.c : added --timing
6083
6084Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * configure.in: bumped to 2.3.2
6087 * doc/xml.html: updated for release
6088
6089Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * xpath.c: found a memleak and fixed a nasty bug
6092
6093Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6094
6095 * xmllint.[c1] : added return code errors for xmllint
6096 * xpath.c: specific debug dump function for result value trees
6097
6098Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6099
6100 * xpath.c: finally implemented xmlXPathCompareNodeSets
6101 * test/XPath/expr/floats results/XPath/expr/floats: added
6102 a test for float expressions
6103
6104Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6105
6106 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6107 * parserInternals.[ch]: trying to speed up parsing
6108 * xpath.c : speeded up node set equality op
6109
6110Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6113 better handling of ID/IDREF and the list modules associated
6114 * configure.in: small CFLAGS cleanup
6115
6116Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6117
6118 * configure.in: fixed iconv detection on AIX (stric)
6119
6120Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6123
6124Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6125
6126 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6127 and optimized xmlXPathNodeSetSort
6128
6129Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * xpath.c: bug fix when context size is 0
6132 * parser.c: I like Norm's Dtd because they still manage to break
6133 the parser occasionally
6134
6135Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6138
6139Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6140
6141 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6142 attributes within the XML-1.0 namespace
6143
6144Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6145
6146 * xpathInternals.h: exported a few axis functions
6147 * doc/xml.html: updated the doc
6148
6149Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * configure.in: applied patch from Daniel van Balen for OpenBSD
6152 and bumped version to 2.3.1
6153 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6154 attempt to find autoclosing was simply broken, removed it,
6155 updated the examples, this is better
6156
6157Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6158
6159 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6160 hash functionnalities.
6161 * doc/html/* : rebuild the doc
6162
6163Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6164
6165 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6166 on predicate
6167 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6168 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6169 really want to have tags closed on output even if we accept
6170 unclosed ones on input
6171
6172Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * xpath.c: ouch don't free NULL, rare case fixed
6175 * tree.c: don't coalesce text nodes if they don't have the
6176 same behaviour wrt escaping on output
6177
6178Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * xpath.c: small fixup
6181 * SAX.c: don't warn on empty namespaces.
6182
6183Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6184
6185 * README: a bit of cleanup
6186 * configure.in: preparing for 2.3.0 release
6187
6188Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6189
6190 * hash.[ch]: added a first version of xmlHashSize()
6191 * valid.c: another bug fix from Gary Pennington
6192
6193Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6194
6195 * valid.c: couple of bug fixes pointed by Gary Pennington
6196 * HTMLtree.c: #if 0 cleanup
6197
6198Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6199
6200 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6201 which removes a time consuming check of xmlXPathNodeSetAdd()
6202 and use it in places where we are sure to not break unicity
6203
6204Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * xpath.c: bug fixes found from XSLT
6207 * tree.c: preserve node->name special values when copying nodes.
6208 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6209 external subset are fetched when available but without full
6210 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6211 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6212 output with encoding disabled.
6213
6214Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6215
6216 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6217 xmlCheckFilename should not be called from xmlFileOpenW
6218 and xmlGzfileOpenW
6219
6220Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6221
6222 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6223 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6224 added the new tests for URI normalization
6225 * testURI.c: fixed stoopid bugs
6226 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6227 the URI in the error messages are now properly normalized
6228
6229Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6230
6231 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6232
6233Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6234
6235 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6236
6237Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6238
6239 * xpath.c: fixed mod operator
6240
6241Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6242
6243 * parser.c: fixed xmlStrcat doc
6244 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6245 trees.
6246
6247Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * xpath.c result/XPath/tests/chaptersbase
6250 result/XPath/tests/simplebase: fixed XPath node()
6251 * tree.c: small fix in xmlNewNs()
6252 * Makefile.am: removed extraneous xml2Conf.sh rule
6253
6254Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6255
6256 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6257 Changed the library name, in order to get libxml-devel and
6258 libxml2-devel to coexist on a single system
6259 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6260 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6261
6262Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6263
6264 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6265 libxml2-devel installable in // as libxml-devel.
6266
6267Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6268
6269 * doc/Makefile.am: fixed make rebuild in doc
6270 * doc/html/*.html: rebuilt the docs
6271
6272Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6275
6276Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6277
6278 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6279 the HTML doc to go into the -devel RPM ...
6280 * aclocal.m4 config.h.in: some updates due to auto* magic
6281
6282Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6283
6284 * xpath.h: added a hook in the context structure allowing to
6285 link to extra support, needed for XSLT
6286
6287Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6290 xmlXPtrCmpPoints to use it.
6291 * propagated the following patch from Alejandro Forero
6292 * include/win32config.h xmlIO.c: applied further suggestions
6293 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6294 * example/gjobread.c: fixed warnings, now that it builds
6295
6296Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6297
6298 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6299
6300 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6301 filename points to a valid file (not a directory).
6302 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6303 Added calls to xmlCheckFilenameDir.
6304
6305 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6306 `path' (rather than `filename') as the parameter to gzopen and open.
6307
6308Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6309
6310 * Makefile.am: fixed a problem with EXTRA_DIST
6311
6312Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * Makefile.am example/Makefile.am: finally found the trick
6315 to build the example, i.e. add "." in SUBDIRS before example
6316 in the list <grin/>
6317
6318Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * doc/xml.html: updated with an XSLT section, removed pointer to
6321 W3C CVS base.
6322
6323Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6324
6325 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6326 too, and deallocation need to occur the same way.
6327
6328Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6329
6330 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6331 type correponding to an XSLT result tree fragment. Share most
6332 of the data format with node set, as well as operators.
6333 * HTMLtree.c: added a newline at the end of the doctype output
6334 whe this one is not present initially.
6335 * tree.c: make sure taht the parent and doc pointers are properly
6336 set when copying attributes (lists).
6337
6338Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6339
6340 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6341
6342Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6343
6344 * xpath.c: seems I finally killed that ugly path evaluation
6345 context bug (tagged 9999 in case is is wrong)
6346
6347Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6348
6349 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6350 for XSLT
6351
6352Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6353
6354 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6355 for xmlGzfileOpen() bug
6356
6357Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6358
6359 * xpath.c: removed an error found by XSLT usage
6360 * tree.c parserInternals.h: use a predefined static string
6361 for text and comment nodes, avoid freeing them in xmlFreeNode,
6362 exported the string name in parserInternals.h and added
6363 another value to disable encoding at output (for XSLT),
6364 gain memory, time.
6365
6366Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6367
6368 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6369 win32/libxml2/libxml2_so.dsp: new makefiles and update
6370 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6371
6372Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6375 Gary Pennington
6376
6377Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * xpath.c: fixed the comaprision of values and nodelists,
6380 need to compare nodelist still ...
6381 * debugXML.c: avoided a possible core dump
6382 * HTMLparser.c: cleanup
6383 * nanohttp.c: contributed fix.
6384 * tree.c: fixes in properties handling added xmlSetNsProp
6385 needed by libxslt
6386 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6387 comment
6388 * TODO: updated
6389
6390Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6391
6392 * parser.c parserInternals.c: applied Bjorn Reese optimization
6393 patch
6394
6395Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6396
6397 * Makefile.am: applied patch fro make check from Martin Vidner
6398
6399Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6400
6401 * configure.in: preparing 2.2.11
6402 * doc/html/*: rebuild the HTML files
6403 * doc/xml.html : updated
6404
6405Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * tree.c: fixed a stupid bug
6408 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6409 patches related to validation of an XInclude processing result
6410 * TODO: updated
6411
6412Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6413
6414 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6415 on large files
6416
6417Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6418
6419 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6420
6421Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6422
6423 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6424 reported by Jonas Borgström
6425 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6426
6427Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6428
6429 * testXPath.c xpath.c: fixing the XPath union expressions problem
6430 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6431
6432Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * xmllint.c: Made is so if the file name is "-" is will read form
6435 standard input. Sven Heinicke <sven@zen.org>
6436 * tree.c: fixed a problem when growing buffer
6437 * tree.h: fixed the comment of the node types following andersca
6438 comment
6439 * TODO: updated
6440
6441Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6442
6443 * HTMLparser.[ch]: added a way to avoid adding automatically
6444 omitted tags. htmlHandleOmittedElem() allows to change the
6445 default handling.
6446 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6447 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6448 of xmllint too when using --memory flag, added a memory test
6449 suite at the Makefile level.
6450 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6451 with namespace use when encountering QNames in XPath evalation,
6452 added xmlns() scheme in XPointer.
6453 * nanoftp.c : incorporated a fix
6454 * parser.c xmlIO.c: fixed problems raised with encoding when using
6455 the memory I/O
6456 * parserInternals.c: closed bug 25934 reported by
6457 torsten.landschoff@innominate.de
6458 * TODO: updated
6459
6460Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6461
6462 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6463 on a non-updated tree :-(, made a 2.2.10 release to correct the
6464 situation
6465
6466Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6467
6468 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6469 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6470 integrated a set of OpenVMS changes from Howard Taylor
6471 <Howard.Taylor@pacoast.com>
6472
6473Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6474
6475 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6476 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6477
6478Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6479
6480 * HTMLparser.c: some fixes on auto-open of html/head/body
6481 * encoding.c: fixed a compilation error on some gcc env
6482 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6483 XPointer implementation
6484 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6485 related XPointer tests and associated results
6486
6487Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6488
6489 * doc/xmldtd.html doc/xml.html: following a short step by step
6490 guidance on IRC to help maciej with DTDs I started a small
6491 page on the subject.
6492
6493Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6494
6495 * HTMLparser.c: fixed handling of broken charrefs
6496 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6497 patches
6498
6499Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6500
6501 * doc/xml.html doc/html/* : rebuilt the docs after adding
6502 xinclude and updated page for 2.2.7 and 2.2.8
6503 * configure.in: releasing 2.2.8
6504
6505Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6506
6507 * parser.[ch] parserInternals.c: applied the conditional
6508 section processing fix from Jonathan P Springer
6509 <jonathan.springer2@gte.net>
6510 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6511 project file, fixed iconv default non support
6512 * xpath.c: fixed the problem of evaluating relative expressions
6513 when a node context is provided.
6514
6515Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6516
6517 * nanoftp.c: fixed gcc 2.95 new warnings
6518 * SAX.c: fixed a stupid bug
6519 * tree.c: fixed a formatting problem when round-tripping
6520 from/to memory
6521 * xinclude.c: chased memleak, fixed a base problem
6522 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6523 xmlXPtrBuildNodeList()
6524 * TODO: updated
6525 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6526 adding a first small set of regression tests for XInclude
6527
6528Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6529
6530 * nanohttp.[ch]: applied Wayne Davison patches to access
6531 the WWW-Authorization header.
6532 * parser.c: Closed Bug#30847: Problems when switching encoding
6533 in short files by applying Simon Berg's patch.
6534 * valid.c: fixed a validation problem
6535 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6536 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6537 Wayne Davison
6538 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6539 need to be extended to non full nodes selections.
6540 * xinclude.c: starts to work decently
6541
6542Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6543
6544 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6545 debugXML.c xmlversion.h.in: Started adding XInclude support,
6546 this is a new xmllint option
6547 * tree.c xpath.c: applied TOM patches for XPath
6548 * xpointer.c: fixed a couple of errors.
6549 * uri.c: added an escaping function needed for xinclude
6550 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6551 new warning from RH70 gcc's version
6552
6553Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * HTMLparser.c: fixed loop on invalid char in scripts
6556 * parser.c: update to description of xmlIOParseDTD()
6557 * libxml.m4 xmlversion.h.in: changes contributed by
6558 Michael Schmeing <m.schmeing@internet-factory.de>
6559 * configure.in: preparing for 2.2.7
6560 * Makefile.am: trying to avoid config.h and acconfig.h
6561 being included in the distrib
6562 * configure.in: released 2.2.7
6563
6564Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6565
6566 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6567 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6568
6569Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6570
6571 * parser.[ch]: added xmlIOParseDTD()
6572 * xpointer.c: added support for the 2 extra parameters of
6573 string-range, fixed a stoopid error when '0' was present
6574 in XPointer expressions
6575 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6576 testsuite for the above
6577
6578Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6579
6580 * libxml.spec.in: improved package descriptions
6581
6582Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6583
6584 * xpath.c xpathInternals.h: applied a large cleaning patch
6585 from TOM <ptittom@free.fr>, it also add namespace support
6586 for function and variables registration.
6587
6588Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6589
6590 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6591 * Makefile.mingw: Wayne Davison's update adding hash.c
6592
6593Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6594
6595 * xpath.c: fixed the root evaluation problems
6596 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6597 ignorable spaces with <b> <bold> <em>
6598 * tree.c: fixed a loop in xmlSearchNsByHref()
6599
6600Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6601
6602 * xpath.c: applied another XPath patch from TOM
6603 * xpath.c include/makefile.am: applied another patch from
6604 china@thewrittenword.com (cleanup on IRIX).
6605
6606Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6607
6608 * xml-config.1: received a fixed version from Fredrik Hallenberg
6609 <hallon@lysator.liu.se>
6610
6611Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6612
6613 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6614 cleanup patch for XPath
6615
6616Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6617
6618 * patched to redirrect all "out of context" error messages to
6619 a reconfigurable routine. The changes are:
6620 * xmlerror.h : added the export of an error context type (void *)
6621 an error handler type xmlGenericErrorFunc there is an interface
6622 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6623 to reset the error handling routine and its argument
6624 (by default it's equivalent to respectively fprintf and stderr.
6625 * all the c files: all wild accesses to stderr or stdout within
6626 the library have been replaced to calls to the handler.
6627
6628Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6629
6630 * configure.in: release 2.2.6
6631 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6632 exporting the inner functions of xpath for extension modules
6633 * doc/*: updated and rebuilt the doc
6634
6635Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6636
6637 * nanohttp.c : applied Wayne HTTP cleanup patch
6638 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6639 and xmlNodeSetSpacePreserve()
6640
6641Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6642
6643 * xpath.c: closing bug #29260
6644
6645Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6646
6647 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6648 multikey tuples, made hash structure opaque
6649 * valid.[ch]: moved elements, attributes, notations decalarations
6650 as well as ID and refs to hash tables.
6651 * entities.c: hash cleanup
6652 * xmlmemory.c: fixed a dump problem in debug mode
6653 * include/Makefile.am: problem passing in DESTDIR= values patch
6654 from Marc Christensen <marc@calderasystems.com>
6655 * nanohttp.c: removed debugging remains
6656 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6657 * HTMLparser.c parser.c: fixing a number of problems with the
6658 macros in the *parser.c files (Wayne).
6659 * HTMLparser.c: close the previous option when opening a new one
6660 (Marc Sanfacon).
6661 * result/HTML/*: updated the HTML results accordingly
6662
6663Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6664
6665 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6666 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6667 XPath functions and XML entities table to them. More to come...
6668 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6669
6670Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6671
6672 * tree.c: coalesce adjacent text nodes
6673 * valid.c: handling of blank nodes in DTd validation (raised
6674 by problems with a posteriori validation).
6675 * nanohttp.c: changing behaviour on HTTP write stuff.
6676 * HTMLtree.c: forced body and html to be explicitely closed.
6677 * xpath.h: exported more XPath functions.
6678
6679Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6680
6681 * Release of 2.2.5
6682 * xpointer.c: range() range-inside and other helper functions
6683 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6684
6685Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6686
6687 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6688 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6689
6690Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6691
6692 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6693 and XPointer modules
6694
6695Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6696
6697 * SAX.h: closed #25107
6698
6699Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6700
6701 * testSAX.c: fixed problem with cdata reporting
6702 * SAXresult/* : updated
6703
6704Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6705
6706 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6707 Closed bug #27499, added to regression tests
6708 * TODO: updated
6709
6710Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6711
6712 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6713 support for SCRIPT and STYLE with help from Bjorn Reese
6714 * test/HTML/* result/HTML/*: added simple testcase and updated
6715 the existing ones.
6716
6717Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6718
6719 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6720 string-range for empty strings
6721 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6722 test/XPath/xptr/strrange: augmented the XPointer testsuite
6723
6724Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6725
6726 * doc/xml.html doc/xmlmem.html: added a module describing memory
6727 interfaces and use, updated the main page.
6728
6729Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6730
6731 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6732 nanoftp code work on Windows too now
6733
6734Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6735
6736 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6737 * xpointer.c: implemented string-range() at least a good first version
6738 * test/XPath/docs/str test/XPath/xptr/strrange
6739 result/XPath/xptr/strrange: the string-range() tests
6740
6741Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6742
6743 * Makefile.am include/Makefile.am include/win32config.h
6744 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6745 and make distcheck
6746
6747Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6748
6749 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6750 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6751 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6752
6753Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6754
6755 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6756 patch for socklen_t detection by
6757 Albert Chin-A-Young <china@thewrittenword.com>
6758
6759Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6760
6761 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6762 and added a --dtdvalid option to xmllint used to test it
6763
6764Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6765
6766 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6767 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6768
6769Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6770
6771 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6772 handlings (registration, lookup, cleanup)
6773
6774Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6775
6776 * configure.in Makefile.am include/makefile.am: adding XPointer
6777 and XPtrtests target
6778 * xpointer.[ch] : new files for XPointer support
6779 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6780 more XPath tests
6781
6782Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6783
6784 * configure.in: fixed, very broken, make distcheck works again
6785
6786Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6787
6788 * More work toward 2.2.5, integrated a number of patches
6789 * configure.in Makefile.am win32config.h.in: trying to cleanup
6790 make distcheck .... huh ...
6791 * include/Makefile.am include/win32config.h: new directory
6792 for includes
6793 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6794 updated teh makefiles and instructions for WIN32
6795 * xpath.c: small fixes
6796 * test/XPath/ results/XPath: updated the testcases and results
6797 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6798 suggested patches
6799 * valid.c: fixed an ID bug
6800
6801Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6802
6803 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006804 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006805 * xpath.[ch]: worked on XPointer
6806
6807Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * configure.in Makefile.am: 2.2.5, ship the include in an
6810 include/libxml subdirectory, use symlinks when using CVS
6811 * testSAX.c: fixed small bug
6812 * testXPath.c: changed the way testfiles are parsed
6813 * debugXML.c: same kind of cleanup when parsing an argument expression
6814 XPath/XPointers can have blanks embedded
6815 * xpath.[ch]: more cleanup, reorgs for XPointer work
6816 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6817 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6818
6819Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6820
6821 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6822 in the XPath engine, rewrote large parts of it, now it's far
6823 cleaner and in sync with the REC not an old WD. Fixed a parsing
6824 problem in the interactive XML shell found when testing XPath.
6825
6826Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6829 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6830 examples with the extra test
6831
6832Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6835 the global init function.
6836
6837Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6838
6839 * HTMLparser.c: Doohhh, attribute name parsing was still case
6840 sensitive ! Fixed this ...
6841 * result/HTML/* : updated the tests results accordingly
6842
6843Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6844
6845 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6846 engine, should be far more stable, incorporated a new version of
6847 preceding/following axis, need testing
6848 * uri.c: fixed file:///c:/a/b/c problem
6849 * test/XPath/tests/idsimple: augmented the XPath tests
6850
6851Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6852
6853 * doc/* rebuilding docs for 2.2.4 release
6854
6855Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6856
6857 * configure.in: releasing 2.2.4
6858 * parser.[ch]: added xmlStrEqual()
6859 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6860 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6861 use xmlStrEqual instead
6862 * TODO: updated
6863 * added an XPath test
6864
6865Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6866
6867 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6868 * entities.h: exported xmlInitializePredefinedEntities
6869 * parser.[ch] : added xmlInitParser()
6870 * parserInternals.h : had to export htmlInitAutoClose()
6871
6872Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6873
6874 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6875 problems
6876 * Makefile.am : added XPath regression tests to normal tests
6877 * uri.c: fixed a problem with local paths, cleanup
6878 * parser.c: fixed a problem with large CData sections
6879
6880Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6881
6882 * configure.in xml-config.in: patch from "Ben Taylor"
6883 <sol7x86@hotmail.com> for solaris shared libs lookup
6884
68852000-09-30 Martin Baulig <baulig@suse.de>
6886
6887 * libxml-2.0.pc.in: Provide pkg-config script.
6888
6889 * configure.in: Create the libxml-2.0.pc script from the
6890 libxml-2.0.pc.in templates.
6891 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6892 script in `$(libdir)/pkgconfig'.
6893
6894Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6895
6896 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6897 when compiling with MSC
6898
6899Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6900
6901 * xpath.c: patch for normalize-string() substring-before(),
6902 substring-after() and translate() functions from Bjorn Reese
6903 <breese@mail1.stofanet.dk>
6904 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6905 Fredrik Hallenberg <hallon@lysator.liu.se>
6906 * TODO: updated
6907
6908Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6909
6910 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6911 problem of socklen_t being undefined on a number of platforms
6912 * debugXML.c: fixed a compilation problem when without snprintf
6913
6914Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6915
6916 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6917 an URI bug and a fix for the control-character-induced infinite loop
6918 * nanohttp.c: preventive fix for compiling on WIN32
6919
6920Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6921
6922 * xmlint.c: closing bug #25000
6923
6924Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6925
6926 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6927 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6928 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6929 related function, fixing xmlStrncmp(), and associated cleanup
6930 * result/HTML/entities.html.sax: updating result
6931
6932Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6933
6934 * uri.c: applied patch for URI escaping from Wayne Davison
6935 <wayned@blorf.net>
6936 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6937 from Denis Barbier <barbier@imacs.polytechnique.fr>
6938 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6939 patch from Wayne Davison
6940
6941Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6942
6943 * doc/xml.html : updated with new releases, adding "how to help"
6944
6945Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6948 removed a few warnings in pedantic mode ...
6949 * parserInternals.c parser.c: moved encoding switching function
6950 to parserInternals.c
6951 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6952
6953Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6954
6955 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6956 error or warning handlers
6957
6958Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6959
6960 * parserInternals.c parserInternals.h parser.c Makefile.am:
6961 created a new module parserInternals.c, moved most of the
6962 code shared by the various parsers there, as well as
6963 deprecated code from parser.c. More cleanup of parser.c
6964 * uri.c: fixed a problem when URI is NULL
6965 * valid.c: speedup when looking for an attribute declaration
6966
6967Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6968
6969 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6970 the cleanup of the computation of URI references when seeking
6971 external entities. The URI reference string and the resulting
6972 URI are both stored now.
6973 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6974 large s(n)printf checks and cleanup from Denis Barbier
6975 <barbier@imacs.polytechnique.fr>
6976 * xmlversion.h.in tree.h: couple of SGML declarations for a
6977 possible docbook module.
6978 * result/VC/ : a couple of test output changed due to the change
6979 of the entities URI
6980
6981Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6982
6983 * parser.h: added a _private field for linking user's data
6984
6985Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6986
6987 * parser.c parserInternals.h: demacroified most of the IS_XXX
6988 the gain in size is significant so ...
6989
6990Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6991
6992 * entities.c: cases where looking up entities with doc==NULL
6993 covered
6994
6995Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6996
6997 * uri.c: applied Wayne Davison patch
6998 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6999
7000Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7001
7002 * uri.c testUri.c: applied Wayne Davison patches
7003 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7004 * Makefile.in: added URItest and included thenin "make tests"
7005
7006Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7007
7008 * xmlversion.h.in: closed bug 22941
7009
7010Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7011
7012 * doc/xmlio.html: added doc and example for entity loader
7013 redefinition.
7014
7015Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7016
7017 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7018 used by libxml
7019
7020Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7021
7022 * parser.c: Fixed bug on invalid ontent characters and when using
7023 push.
7024 * xmllint.c: fixed xmllint endling of errors in push mode
7025
7026Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7027
7028 * HTMLparser.c testHTML.c: applied two new patches from
7029 Wayne Davison <wayned@users.sourceforge.net>
7030 * result/HTML/*.sax: regenerated HTML SAX output
7031 * parser.c: more cleanup.
7032
7033Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7034
7035 * HTMLparser.[ch] testHTML.c: applied the second set of
7036 patches from Wayne Davison <wayned@users.sourceforge.net>,
7037 adding htmlEncodeEntities()
7038 * HTMLparser.c: fixed an ignorable white space detection bug
7039 occuring when parsing with SAX only
7040 * result/HTML/*.sax: updated since the output is now HTML
7041 encoded...
7042
7043Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7044
7045 * HTMLparser.[ch]: applied some of Wayne Davison
7046 <wayned@users.sourceforge.net> patches
7047
7048Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7049
7050 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7051 undeclared namespace prefix was used, added a warning.
7052 Cleaned up support w.r.t. entities, spilling out a warning
7053 and being pedantic on lookups.
7054 * test/warning/ent9 : added testcase for previous example.
7055 * TODO: updated
7056 * parserInternals.h parser.c: changed the way names are parsed
7057 now allow infinite size and decrease penalty for normal use
7058 * parser.c: Started a big cleanup/check of the parser code,
7059 fixed some of the most tortuous entity code, spotted code
7060 unused anymore
7061 * test/*: added tests for very long names and related nasty
7062 things.
7063
7064Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7065
7066 * doc/encoding.html: added encoding aliases doc
7067 * doc/xml.html: updates
7068 * encoding.[ch]: added EncodingAliases functions
7069 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7070 bottleneck affecting large DTDs like Docbook
7071 * parser.[ch] xmllint.c: added a pedantic option, will be
7072 useful
7073 * SAX.c: redefinition of entities is reported in pedantic mode
7074 * testHTML.c: uninitialized warning from gcc
7075 * uri.c: fixed a couple of bugs
7076 * TODO: added issue raised by Michael
7077
7078Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7079
7080 * doc/encoding.html: propagated Martin Duerst suggestions
7081
7082Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7085 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7086 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7087 by Wayne Davison
7088
7089Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * nanoftp.c nanohttp.c: small cleanup
7092 * TODO: updated
7093
7094Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7095
7096 * added an old VC testcase and updated title.xml entity
7097
7098Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7101 done on auto-opening of <p> tags and cleanup of SAX output
7102
7103Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7106
7107Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * doc/xml.html libxml.* structure.*: updated the doc a bit
7110
7111Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7112
7113 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7114 of SAX tests
7115
7116Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7117
7118 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7119 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7120
7121Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7122
7123 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7124 * testHTML.c: fix core dump on Solaris 2.x systems
7125 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7126 * result/HTML/*.sax: previous bug fix lead to new results
7127
7128Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7129
7130 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7131 * configure.in: added --with-readline=DIR to accept alternate
7132 path for readline include/library
7133 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7134 for ANSI under HP-UX
7135 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7136 includes @LIBS@
7137
7138Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7139
7140 * doc/* : rebuilt the docs
7141 * getting ready for 2.2.2 release
7142
7143Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7144
7145 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7146 and xmlAddFeature()
7147 * tree.[ch]: added xmlAddChildList()
7148 * xmllint.c: MAP_FAILED macro test
7149 * parser.h: added xmlParseCtxtExternalEntity()
7150 * valid.c: applied bug fixes removed warning
7151 * tree.c: added CDATA block to elements content
7152 * testSAX.c: cleanup of output
7153 * testHTML.c: added SAX testing
7154 * encoding.c: better error recovery
7155 * SAX.c, parser.c: fixed one of the external entity processing
7156 of the OASis testsuite
7157 * Makefile.am: added HTML SAX regression tests
7158 * configure.in: bumped to 2.2.2
7159 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7160 SAX results
7161
7162Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7163
7164 * configure.in: patch for HP compiler
7165
71662000-08-04 Sven Heinicke <sven@zen.org>
7167
7168 * xmllint.c: Was coredumping sometimes when the file given didn't
7169 exist.
7170
7171Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7174
7175 when using in memory parsing. Need some cleanup.
7176 * xmllint.c configure.in: added a --memory flag to test memory
7177 parsing
7178
7179Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7180
7181 * nanohttp.c: fixed socklen_t replacement to unsigned int
7182 * parser.c: fixed a space handdling missing at the end of
7183 production 28 DOCTYPE.
7184 * xmlmemory.c: fixed a stupid bug on the routine to override
7185 allocation functions
7186 * TODO: updated
7187
7188Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7189
7190 * doc/ regenerated the docs
7191
7192Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * doc/encoding.html doc/xml.html: added I18N doc
7195 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7196 improvements, both parser and filters, added ASCII & HTML,
7197 fixed the ISO-Latin-1 one
7198 * xmllint.c testHTML.c: added/made visible --encode
7199 * debugXML.c : cleanup
7200 * most .c files: applied patches due to warning on Windows and
7201 when using Sun Pro cc compiler
7202 * xpath.c : cleanup memleaks
7203 * nanoftp.c : added a TESTING preprocessor flag for standalong
7204 compile so that people can report bugs more easilly
7205 * nanohttp.c : ditched socklen_t which was a portability mess
7206 and replaced it with unsigned int.
7207 * tree.[ch]: added xmlHasProp()
7208 * TODO: updated
7209 * test/ : added more test for entities, NS, encoding, HTML, wap
7210 * configure.in: preparing for 2.2.0 release
7211
7212Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7213
7214 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007215 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007216
7217Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7218
7219 * doc/xml.html: changed the xmlsoft.org structure, updated the
7220 examples w.r.t. root and childs
7221
7222Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7223
Daniel Veillard784b9352003-02-16 15:50:27 +00007224 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007225
7226Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7227
7228 * HTMLparser.c: Work on character encoding support for the HTML parser
7229 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7230 * encoding.c: Fixed a potential memleak in the encoding stuff
7231
7232Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7233
7234 * doc/FAQ.html doc/Makefile.am : added a FAQ
7235
7236Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7237
7238 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7239 of the HTML parser to force it to not bypass SAX
7240
7241Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7242
7243 * win32config.h.in: updated
7244 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7245 lacks iconv support :-( need to release 2.1.1
7246 * configure.in: release 2.1.1
7247 * HTMLparser: fixed bug #14784
7248 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7249 by Windows compiler
7250 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7251 the SAX startDocument() callback.
7252 * TODO: updated
7253
7254Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7255
7256 * added xmlStopParser()
7257
7258Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7259
7260 * configure.in: 2.1.0 prerelease
7261 * Large resync between W3C and Gnome tree
7262 * nanoftp, nanohttp.c: fixed stalled connections probs
7263 * HTMLtree.c SAX.c : support for attribute without values in
7264 HTML for andersca
7265 * valid.c: Fixed most validation + namespace problems
7266 * HTMLparser.c: start document callback for andersca
7267 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7268 * parser.h, SAX.c: serious speed improvement for large
7269 CDATA blocks
7270 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7271 different encoding
7272 * example/Makefile.am example/gjobread.c tree.h: work on
7273 libxml1 libxml2 convergence.
7274 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7275 and the LIBXML_TEST_VERSION macro
7276
7277Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7278
7279 * doc/xml.html: various patches and improvements typo fixed by
7280 Felix Natter
7281 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7282 from Felix Natter <fnatter@gmx.net>
7283
7284Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7285
7286 * doc/upgrade.html: updated with instructions for support of both
7287 libxml-1.x and libxml-2.x
7288 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7289 for 2.x support and also fixed includes
7290
7291
7292Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7295 the encoding support, added iconv support, so now libxml if
7296 compiled with iconv automatically support japanese encodings
7297 among others. Work based on initial patch from Yuan-Chen Cheng
7298 I may have broken binary compat in the encoding handler
7299 registration scheme, but that was so utterly broken I don't
7300 expect anybody to have used this feature until now.
7301 * parserInternals.h: fixup on the CHAR range macro
7302 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7303 code.
7304 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7305 * uri.c: added xmlParseURI() I can't believe I forgot to
7306 implement this one in 2.0 !!!
7307 * SAX.c: moved doc->encoding update in the endDocument() call.
7308 * TODO: updated.
7309
7310Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7311
7312 * tree.h: removed extraneous xmlRemoveProp definition
7313 * TODO: added item about --disable-corba configure switch
7314 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7315 * nanoftp.c: fixed include problems giving troubles on AIX and
7316 slowlaris
7317 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7318 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7319 comment and headers changes to lower gtk-doc number of warnings
7320 * doc/html/*: rebuilt docs
7321
7322Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7323
7324 * HACKING: documented the tag for 1.x and instructions
7325
7326Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7327
7328 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7329 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7330 xmlCreateIOParserCtxt
7331 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7332 significant overall improvement
7333 * xmllint.c: added I/O test to xmllint
7334 * testSAX.c: added a speed test
7335 * doc/* : updated/regenerated
7336
7337Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7338
7339 * xpath.c uri.h parserInternals.h: cosmetic changes from
7340 "Timur I. Bakeyev" <timur@bat.ru>, including making
7341 xmlCreateURI() public
7342
7343Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7344
7345 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7346 and the code at the same time. Added a clean mechanism for
7347 overload or added input methods: xmlRegisterInputCallbacks()
7348 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7349 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7350 * TODO: updated
7351 * doc/* : updated/regenerated
7352 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7353 source dir
7354
7355Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7356
7357 * testURI.c: yet another forgotten commit, I should get some sleep !
7358
7359Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7360
7361 * xmllint.c: forgot to commit this too ?
7362
7363Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7364
7365 * xmlversion.h.in : forgot to commit this previously
7366
7367Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7368
7369 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7370 * README TODO: updated for release
7371 * uri.c uri.h: added authority parsing/saving
7372 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7373 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7374 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7375 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7376 Makefile.am : added compile-time customization of libxml
7377 --with-ftp --with-http --with-html --with-xpath --with-debug
7378 --with-mem-debug
7379 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7380 #include <libxml/xxx.h> I hope it won't break too much stuff
7381 and will be manageable in the future...
7382 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7383 and added xmllint to the installed programs
7384 * uri.h: added xmlFreeURI()
7385
7386Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7387
7388 * uri.c uri.h: finished the escaping handling, the base support
7389 and the URI path normalization. Looks good just lacks the
7390 authority content parsing code.
7391 * Makefile.am: added instructions to generate testURI
7392 * TODO: updated
7393 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7394 added links and icons for W3C and Gnome
7395
7396Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7397
7398 * xmlmemory.[ch] : seems I forgot to actually update the files in
7399 the last commit :-)
7400 * doc/xml.html doc/html/* : updated and uploaded the docs
7401
7402Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7403
7404 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7405 * TODO: updated
7406 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7407 libxml default allocation function with another set (like gmalloc/
7408 gfree).
7409 * Makefile.am, uri.c, uri.h: added a set of functions to do
7410 exact (litteraly copied from the RFC 2396 productions) parsing
7411 and handling of URI. Will be needed for XLink, one XML WFC,
7412 XML Base and reused in the nano[ftp/http] modules. Still work
7413 to be done.
7414
7415Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7416
7417 * configure.in, libxml.spec.in : libxml2
7418 * doc/* : updated the doc page, rebuilt the docs
7419
7420Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7421
7422 * all: tagged LIB_XML_1_X
7423 * *.c *.h : updated from W3C CVS tree
7424 * configure.in : 2.0.0-beta
7425 * libxml.spec.in : libxml2 package nam
7426 * result/* : new version of the tests output
7427
7428Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7429
7430 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7431
7432Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7433
7434 * doc/* : rebuilt the docs
7435 * parser.c: final patch on #6766
7436 * valid.c: small patch on validity checks.
7437
7438Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7439
7440 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7441 added
7442 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7443 compatibility w.r.t. XML spec and existing code.
7444
7445Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * parser.c: seems a better solution to <a> </a> exists,
7448 will try it for a while
7449
7450Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7451
7452 * parser.c: tried to remove the <a> </a> generating <a/>
7453 this is hard. Left a flag for that purpose. Fixed bug #6766
7454 * configure.in: prepared 1.8.7 not released, due to previous
7455 problem
7456
7457Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7458
7459 * doc/xml.html : applied second patch from Paul DuBois
7460
7461Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7462
7463 * doc/xml.html : applied patch from Paul DuBois
7464
7465Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7466
7467 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7468
7469Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7472 compilation warnings on various platforms.
7473 * parser.c: Fixed #5281 validity error callbacks are now desactived
7474 by default if not validating.
7475
7476Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7479
7480Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7481
7482 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7483 <gkatsi@cs.toronto.edu>
7484
7485Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7486
7487 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7488 processing URLs
7489
7490Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7491
7492 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7493 xmlNanoFTPUpdateURL for persistent control connections.
7494 * configure.in: 1.8.6
7495
7496Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7497
7498 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7499 * tree.[ch] : added xmlSaveNoEmptyTags
7500
75012000-01-29 James Henstridge <james@daa.com.au>
7502
7503 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7504
7505 * Makefile.am: added nanoftp.[ch] to the build.
7506
7507Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7508
7509 * nanoftp.[ch]: cleanup, comments, API
7510 * debugXML.c : fixed a bug in the cat command
7511 * doc/*: regenerated the docs
7512
7513Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7514
7515 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7516 * debugXML.c : fixed a bug in the cat command
7517 * valid.c: fixing some small probs
7518 * libxml.spec.in: get rid of the SNAP suffix
7519 * doc/xml.html: updated the status
7520
7521Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7522
7523 * xml-config.in: xml-config --version to just return the
7524 version number
7525 * xpath.c: some cleanup w.r.t. axis when the current node is
7526 an attribute.
7527 * TODO: updated
7528
7529Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7530
7531 * configure.in: prepared for libxml-1.8.5
7532 * doc/* recompiled the documentation
7533
75342000-01-17 Jody Goldberg <jgoldberg@home.com>
7535
7536 * configure.in : WARNING autoconf subtlety alert :
7537 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7538 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7539 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7540 get defined by AC_CHECK_HEADERS.
7541
7542Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7543
7544 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7545 Rune.Djurhuus@fast.no
7546
7547Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7548
7549 * TODO: updated
7550 * tree.c, parser.c: made sure that only memory alloc problems
7551 and internal parser errors are allowed to write to stdout or
7552 stderr.
7553
7554Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * tree.c : restored xmlNewGlobalNs since this seems used by
7557 a lot of existing code :-(, fixed a bug in xmlNewNs
7558 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7559 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7560 to exit() from the library code.
7561 * xpath.c, parser.c: removed bugs or unused code detected by
7562 Windows compilers
7563 * parser.c: started adding interfaces for parsing well balanced
7564 XML fragments
7565 * configure.in: releasing 1.8.4
7566 * doc/* : rebuilt the docs
7567
7568Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7569
7570 * tree.[ch] : added xmlNewDocFragment() for DOM
7571 * testHTML.c: uninitialized variable.
7572
7573Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7574
7575 * doc/* : rebuild the docs
7576
7577Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7578
7579 * acconfig.h: readline and history patch
7580 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7581 * tree.c: added check and handling when possibly removing an ID
7582 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7583 and saving.
7584 * test/HTML/entities.html result/HTML/entities.html* : test for
7585 various entities reference cases
7586 * result/HTML/* : as a result output of some testcase have
7587 changed
7588 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7589 by previous example. added xmlParseTryOrFinish().
7590 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7591 entities.h debugXML.h HTMLparser.h: changed the way struct are
7592 declared to allow gtk-doc to expose those
7593 * parser.c: closed bug #4960
7594 * Makefile.am configure.in: Applied patch from
7595 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7596 and math/socket libs detection
7597
7598Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7599
7600 * configure.in, Makefile.am: link tester against readline
7601 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7602
7603Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7604
7605 * tree.[ch]: added xmlRemoveProp
7606 * win32config.h.in nanohttp.c: avoid including the Windows
7607 socket stuff in every C files
7608 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7609 the XmL parser(s)
7610 * test/ns4 result/ns4 etc...: added test case for previous prob
7611 * tree.c: xmlNewNs wasn't checking for double definition
7612 * Makefile.in: fixed a problem with dist-hook duplicates
7613 * parser.[hc], xmlIO.c: fixed the loading of external entities
7614 APIs, now xmlLoadExternalEntity() is used everywhere and
7615 setting up an app specific front-end using the
7616 * SAX.c parser.c: some fixes, now the xhtml spec validates
7617 with the xhtml DTD.
7618 * error.c: fixed crashes in case of no input stream
7619 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7620 to the validation tests and results
7621
7622Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7623
7624 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7625 too htmlCreatePushParserCtxt() and htmlParseChunk()
7626 * parser.c: a bit of cleanup.
7627 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7628 to XML) removed the last mem leak known
7629 * HTMLtree.c: output message cleanup
7630 * xmlmemory.c: display content info about memory blocks
7631 * result/HTML/wired.* : missing att value warning change
7632
7633Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7634
7635 * doc/* : rebuilt the documentation
7636
7637Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7638
7639 * parser.[ch] parserInternals.h: Push parser for XML,
7640 seems to work fine now
7641 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7642 --push for push testing
7643 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7644 * testSAX.c: added --push
7645 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7646 subtree
7647 * xmlIO.[ch] : enriched API + fixes for push mode
7648 * entities.[ch]: added the entity content length to the struct.
7649 * xmlmemory.[ch]: new API to show the last entries for the shell
7650 * valid.c: added required attribute testing
7651 * SAX.c: the cdata callback now merge contiguous fragments
7652 * HTMLparser.c: cleanup of some macros
7653
7654Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7655
7656 * parser.c: fix for PIs name starting with xml
7657 * tree.c: fixed a potential problem with || and && ops
7658 * *.c, configure.in win32config.h.in : generate win32config.h for
7659 those on the Other Side !
7660
7661Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * parser.c: fixed a stupid = vs. == bug :-(
7664 * doc/gnome-xml.sgml: s/glade/xml/
7665
7666Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7667
7668 * configure.in, doc/xml.html : bug fix release 1.8.2
7669 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7670 Hopefully the end of that silly C++ include problem
7671 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7672 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7673 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7674 troubles with autoclosed elements when the stree shape doesn't
7675 follow the DtD specs. Added htmlIsAutoClosed() and
7676 htmlAutoCloseTag()
7677 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7678 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7679 * debugXML.c: fixed a bug on printing default namespaces.
7680 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7681
7682Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7683
7684 * result/HTML/*.htm[l] : updated the HTML regression tests according
7685 to the new output
7686 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7687 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7688 problem due to intermix of extern "C" { ... } declarations for C++
7689 and recursive includes in the headers
7690
76911999-12-20 Chris Lahey <clahey@umich.edu>
7692
7693 * HTMLtree.c: Made it so that html nodes with a single child do
7694 not insert a carriage return before or after the child node.
7695
7696Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7697
7698 * configure.in, doc/xml.html : bug fix release 1.8.1
7699 * parser.c: fixed bug #4344
7700 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7701 added the glue to avoid C++ problems
7702 * doc/* : regenerated the documentation
7703
7704Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7705
7706 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7707 namespace recognition, and Dia as a resul :-(
7708 * encoding.c: closed bug #3950
7709
7710Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7711
7712 * valid.c: debugging a posteriori validation, except URI expansion
7713 stuff this should be fixed now
7714 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7715 Carl Nygard <cnygard@bellatlantic.net>
7716 * tester.c: added --postvalid, cleaning of the code
7717 * tree.[ch]: added xmlDocGetRootElement()
7718
7719Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7720
7721 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7722 c++ losage.
7723
7724Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7725
7726 * configure.in, doc/xml.html : bumped to 1.8.0
7727 * xlink.[ch], Makefile.am : added framework for link detection
7728 * parser.h: added nbChars to parser context, needed for cleanup.
7729 * xmlmemory.c: removed a nasty bug when out of mem
7730 * valid.[ch]: adding namespace support for attribute decl
7731 * tester.c: added --debugent option
7732 * debugXML.[ch]: added xmlDebugDumpEntities()
7733 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7734 buffers instead, this was really needed, validation was breaking
7735 in strange ways due to that. Added xmlParseStringPEReference()
7736 and other parsing from strings functions. Entities processing
7737 modified again, but PERef are still not handled correcly but
7738 unless you're Eve Maller you won't notice :-)
7739 * HTMLparser.c: large changes toward reliability, and switched to
7740 lowercase internal tags, XHTML is lowercase, so it will help
7741 that output is closer to next version.
7742 * doc/* : regenerated the documentation, it is now hosted at
7743 http://xmlsoft.org/ (same bits I just bought the domain :-)
7744
7745
7746Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7747
7748 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7749 doc generation
7750 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7751 in the SAX API
7752 * doc/*: rebuilt the doc making sure everything appears in the
7753 HTML files
7754
7755Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7758 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7759 which allow impressive speed improvement on dataset with
7760 large text pieces, but at the cost of broken binary
7761 compatibility and slightly bigger memory usage.
7762 Configure with --with-buffers to activate them, they
7763 are protected with XML_USE_BUFFER_CONTENT define.
7764 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7765 goal is 0 memory left allocated once parser is no more used
7766 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7767 call xmlCleanupParser() and xmlMemoryDump()
7768
7769Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7770
7771 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7772 * parser.[ch] encoding.[ch]: added memory cleanup routines
7773 * parser.c: closing bug #3788
7774 * doc/*: rebuilt the doc
7775
7776Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7777
7778 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7779 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7780 * tester.c: added --compress option
7781 * doc/*: rebuilt the documentation
7782
7783Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7784
7785 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7786 if given /proc/kcore as input !
7787 * doc/xml.html doc/*: updated and rebuilt the documentation
7788
7789Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * parser.c: Fixed some wrongly space collapsing code due to
7792 a misreading of the spec.
7793 * result/*: fixed the output accordingly
7794
7795Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7796
7797 * encoding.c: bug fix and typos
7798 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7799 * parser.c: added attribute normalization closing bug #3597
7800 * test/att* result/att* SAXresult/att*: testcase for attribute
7801 normalization
7802
7803Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7804
7805 * configure.in: closing bug #3163 by adding extra flags for the
7806 cc compiler on HP-UX
7807
7808Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7809
7810 * valid.[ch] : removed a typo and an enumerated type bug in the
7811 xmlAddElementDecl() function
7812 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7813 call to xmlEncodeEntitiesReentrant() so that the functions
7814 New, Set and Get are at the same level.
7815 * parser.c HTMLparser.c: extra memory allocation bug for
7816 attributes detected by someone using libxml in embedded systems :-)
7817
7818Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7819
7820 * xmlmemory.h: turned off mem debug :-\
7821
7822Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7823
7824 * parser.c: closed bug #2784 a one line fix, but worth pushing
7825 a new release out
7826 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7827 some structures, comments before and after the
7828 main element, and other nastyness
7829 * HTMLtree.c tree.c: accomodate the extended HTML supported
7830 * configure.in: pushing 1.7.4
7831 * test/ent8 and related outputs : added a new test for bug #2784
7832 * test/HTML/wired.html and related output: a nasty HTML example
7833 * Makefile.am: improved the test scripts
7834 * docs/* : reran the documentation extractor, updated xml.html
7835
7836Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7837
7838 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7839 HTMLparser and debugged the HTML related code. HTML documents
7840 now have their own type
7841 * entities.c: do not dump &apos; for HTML output
7842 * xmlmemory.c: improvement, breakpoint mechanism
7843 * testHTML.c: added --sax --repeat ...
7844 * Makefile.am: improved the HTML tests
7845 * valid.[ch]: added xmlValidGetValidElements and
7846 xmlValidGetPotentialChildren
7847 * tester.c: added --insert to test the 2 new functions
7848 * test//* result//* SAXresult//* : regression test cleanup
7849 and extension.
7850 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7851 gnome-xml-nanohttp.html
7852
7853Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7854
7855 * HTMLparser.c: fixed problems with some autoclose tags
7856 * tree.c: fixed XML output problems.
7857 * result/* SAXresult/*: update of the tests output
7858
7859Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7860
7861 * Makefile.am: Arturo patch for xmlConf.sh version info
7862 * parser.c: Tim Josling patch for single quoted items
7863 * tester.c: Tim Josling patch for tester options usage
7864 * tree.h: indent cleanup
7865
7866Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7869 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7870
7871Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7872
7873 * tree.c : Raph patch for initialization of CORBA fields
7874 * parser.c, xpath.c, ...: modification of doc comments
7875 * xpath.c : allow spaces in xpath expressions
7876
7877Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7878
7879 * xmlmemory.h: turning off memory debug :-(
7880
7881Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7882
7883 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7884 better SAX interfaces.
7885 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7886 entity.
7887 * configure.in: 1.7.2
7888
7889Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7890
7891 * libxml.spec.in: fixed the URL
7892 * doc/xml.html: improved the documentation front-end
7893
7894Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7895
7896 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7897
7898Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7899
7900 * libxml.spec.in: fixed the alpha compile problem
7901 * parser.[ch]: changed errno to errNo in the parser context :-(
7902 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7903 * doc/xml.html: changed CHAR to xmlChar
7904 * doc/html/*: recompiled the documentation
7905 * configure.in: 1.7.1
7906
7907Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7908
7909 * parser.h: modified the parser context struct to regain 1.4.0
7910 binary compatibility
7911 * parser.c, xml-error.h: added errno ot teh context and defined
7912 a set of errors values with update of errno
7913 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7914 DTDs and entities
7915 * *.h, *.c: complete cleanup of the use of config.h and include
7916 protection depending on the current setup.
7917 * overalll debugging, maintenance and bug-fixing on all modules
7918 * updated the documentation
7919 * ready for 1.7.0
7920
7921Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7922
7923 * HTMLparser.c : cleanup
7924 * SAX.c valid.c valid.h: added ID/IDREF checking
7925 * tree.c tree.h: extended doc structure for refs
7926 * configure.in: 1.6.2
7927 * parser.c: patched bug in SAX user arg call
7928 * parserInternals.h: patched missing close in C++ wrapping
7929 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7930 especially upcoming XPointer implementation.
7931 * doc/xml.html: augmented, typo
7932
7933Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7934
7935 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7936 not all invocations of install understand -d.
7937
7938Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7939
7940 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7941 to make 'check' works, when builddir != srcdir.
7942
7943Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7944
7945 * doc/xml.html : updated the documentation
7946
7947Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7948
7949 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7950 not deallocated memory blocks
7951 * *.c : replaces all calls to malloc() free() and realloc() to
7952 the wrapper functions/macros
7953 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7954 instead of xmlFreeNodeList()
7955
7956Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7957
7958 * HTMLparser.c: corrected a stupid bug leading to core dump at
7959 tree deallocation. Removed warnings indicated by
7960 Stephane.Conversy@lri.fr
7961 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7962 looked for in the external subset
7963
7964Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7967 on SGI by Stephane.Conversy@lri.fr
7968
7969Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7970
7971 * all .h : changed the prototype declaration indent as in gtk
7972 * most .c : working on reducing the TODOs in the code
7973 * most .c : cleanup though -pedantic and Insure++
7974 * improvements on validation ID checkings.
7975 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7976 * xml-config.in: closed #1810
7977
7978Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7979
7980 * tree.h, valid.c, valid.h: more work on validity, IDs
7981 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7982 definition for AIX
7983
7984Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7985
7986 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7987 the distribution due to a cut'n paste error at last commit
7988
7989Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7990
7991 * configure.in: upgraded to version 1.4.0
7992 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7993 Big update, added a large part of the validation process,
7994 it should be usable, but some parts are missing
7995 * xpath.c: improved the implementation w.r.t. root.
7996 * Makefile.am: added more tests
7997 * test and result trees: added a lot of tests
7998 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7999
8000Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * Added an HACKING file
8003
8004Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8005
8006 * xpath.[ch] : improvements and debug of the XPath implementation
8007 * parser.c, HTMLparser.c : modified the parsers to be progressive
8008 * tree.[ch] : extended the Buffer promitives
8009 * xmlIO.[ch] : added basic I/O routines providing progressive
8010 parsing and ready for I18N conversion plugins
8011 * SAXresult/* : the SAX callback sequence maybe slightly different
8012 now
8013 * test*.c : improved/updated the tests programs
8014 * doc/* : recompiled the docs.
8015
80161999-07-26 Michael Meeks <michael@edenproject.org>
8017
8018 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8019
8020 * tree.c: Ditto.
8021
8022Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8023
8024 * configure.in: upgraded to version 1.4.0
8025 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8026 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8027 XML query language, see http://www.w3.org/TR/xpath for more details.
8028 * parser.c, parser.h: added CHAR* related string functions for XPath
8029 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8030 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8031 rebuild the docs.
8032 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8033 and regression testing capabilities for XPath.
8034
8035Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8036
8037 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8038 closing bug #1646
8039
8040Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8041
8042 * Makefile.am, example/Makefile.am: closed bug #1683
8043
8044Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8045
8046 * example/Makefile.am, configure.in: added the makefile for the
8047 gjobread example
8048
8049Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8050
8051 * doc/Makefile.am:
8052 - fix which allow "make install DESTDIR=</install/prefix>".
8053
8054Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8055
8056 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8057 which fixed a problem on the file reading-code.
8058
8059Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8060
8061 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8062 output.
8063 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8064
8065Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8066
8067 * parser.h : Oops removed the binary compatibility problem
8068 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8069 * parser.c, HTMLparser.c: applied patches for reading from stdin
8070
8071Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8072
8073 * parser.c, entities.c, valid.c: cleanup bug #1591
8074 * configure.in: cleanup bug #1592
8075 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8076 the same tree back-end. Hence gdome will be available for it.
8077 * doc/Makefile.am: close bug #617
8078
8079Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8080
8081 * parser.c: alloctate a per parser context SAX interface block
8082
8083Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8084
8085 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8086 and xmlEncodeEntitiesReentrant with the correct one :-\
8087
8088Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8089
8090 * commit of my internal XML base changes, quite a lot of
8091 changes, cleanups, better entities support, framework for
8092 new I/O and charset detection and handling
8093 * Fixed the configure/Makefile stuff to generate shared libs
8094 with the proper version info, so we jumped on rev from
8095 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8096 xmlEncodeEntities() result need to be freed now, and a string
8097 xmlParserVersion provide the current library version.
8098
8099Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8100
8101 * parser.c: fixed a buffer overrun for when you have a very long
8102 attribute with no entities in it.
8103
8104Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * added example directory
8107 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8108
8109Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8110
8111 * Release of libxml-1.1, nearly everything has been touched for
8112 this.
8113 * Added more regression tests
8114 * Updated the documentation
8115
8116Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8117
8118 * tree.[ch]: unified the XML_NO_CORBA defines.
8119 * parser.c encoding.[ch]: started plugging in char encoding detection
8120
8121Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8122
8123 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8124 Also freed allocated buffer.
8125
8126Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8127 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8128 reentrancy problem at printing. One is left in entities.c, to
8129 remove ASAP
8130 * testSAX.c : added a test example showing the use of the SAX
8131 interface if one doesn't want to build the DOM tree.
8132 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8133
8134Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8137 large revamping of the parser to use SAX callbacks
8138 http://www.megginson.com/SAX/ (or at least a C like interface
8139 a la Expat). It's now possible to set up your own callbacks
8140 and the parser will not build a DOM tree.
8141 * test/* result/*: updated the test suite, I finally removed
8142 the old Namespace draft support (PI based).
8143
8144Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8145
8146 * Makefile.am: added test result to EXTRA_DIST for make tests
8147
8148Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * parser.c, parserInternals.h: moved the chars macro definitions
8151 to parserInternals.h
8152 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8153 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8154
8155Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8156
8157 * xml-config.in : applied patch to make --version work
8158
81591999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8160
8161 * Makefile.am (check-local): Alias for `tests' target. This will
8162 cause `make check' to do the right thing.
8163 (tests): Don't run tests in srcdir. Also, replaced calls to
8164 basename with a `sed' "equivalent".
8165
8166Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8169 it in the header and not the sources, updated the doc.
8170 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8171 pointing this out.
8172
8173Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8174
8175 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8176 exported the inputStream routines.
8177 * doc/html/* : updated accordingly
8178
8179Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8180
8181 * parser.c, parser.h, parserInternals.h: added a few extra
8182 internal calls to allocate and free parser contexts ...
8183 * doc/html/* : updated accordingly
8184
8185Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8186
8187 * configure.in, Makefile.am, doc/makefile.am : General changes for
8188 1.0.0 release and including the generated HTML documentation.
8189
8190Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8191
8192 * makefile.am : added parserInternals.h, oops.
8193
8194Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8195
8196 * parserInternals.h: added this header giving access to the parser
8197 internal functions.
8198 * doc/Makefile.am : added a rebuild target which rebuilds the full
8199 set of documentations
8200 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8201 the internal subset.
8202 * *.c *.h: modifications needed to generate the documentation using
8203 gtk-doc, cleanup of functions blocks, reorganisation of struct
8204 declarations.
8205
8206Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8207
8208 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8209 the tar and spec file to include the beginning of the doc.
8210
82111999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8212
8213 * doc/.cvsignore: Added this file.
8214
8215Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8216
8217 * tree.c: fixed xmlGetProp to return "" when the attribute
8218 exists, even if the node-list is NULL.
8219
8220Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * tree.c: patched an error outputting empty attribute values.
8223 * Makefile.am and doc/makefile.am: have been updated during the
8224 week-end. Sorry for an empty CVS log, I got a shell problem.
8225
8226Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8227
8228 * tree.h: cleaned up using enums instead of defines
8229 * parser.c, valid.[ch]: more work on parsing/output of element
8230 declarations
8231
8232Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * valid.[ch], tree.c, parser.c : more work toward full parsing
8235 of XML DTDs.
8236 * README: added informations about mailing-list and on-line
8237 documentation
8238
82391999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8240
8241 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8242
8243Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8244
8245 * parser.c, tree.[ch] : more work toward conformance testing,
8246 added a last element to accelerate parsing of very flat structures
8247 started working on internal subset Element content declaration.
8248 * valid.[ch] : first cut at adding code toward validation.
8249 * previous changes had also small impact on most files, especially
8250 the conformance testing using James Clark test suite.
8251
8252Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * test/* : updated the examples, most of them were not well
8255 formed (humm), and added rdf2.
8256 * result/* : resulting changes in the output.
8257
8258Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8259
8260 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8261
8262Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8263
8264 * tree.c: patched a bug in the generation of empty attributes
8265
8266Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8267
8268 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8269 for node/trees/documents/... Biggest problem is namespace
8270 support when copying subtrees.
8271
8272Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8273
8274 * parser.c, entities.c: improve entities and char ref encoding,
8275 and cleanups of error messages.
8276
8277Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8278
8279 * parser.c, entities.c: simple bug hunting done during rpm2html and
8280 rpmfind integration.
8281
8282Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8283
8284 * parser.[ch]: Added interfaces allowing to specify a SAX
8285 handler before parsing.
8286
8287Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * parser.c: redirrect all errors reporting through the SAX
8290 error function
8291
8292Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8293
8294 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8295 * libtool, tlmain ...: update of the libtool files
8296
82971998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8298
8299 * entities.c: Use g_snprintf insteda of snprintf.
8300
8301Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8302
8303 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8304 added ent5 test for this purpose.
8305 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8306
8307Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8308
8309 * parser.c: fixed? a strange error due to compression on a GWP
8310 document.
8311
8312Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * tree.[ch]: bug fixing
8315 * entities.[ch]: defined a specific type for predefined entities
8316 * doc/xml.html: more documentation on the library, how to use it,
8317 overview of the interfaces.
8318
8319Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8320
8321 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8322
8323Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8324
8325 * tree.c: corrected a small bug
8326 * doc/xml.html: continuing writing documentation.
8327
8328Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8329
8330 * debugXML.h debugXML.c: added debugging utilities.
8331 * tester.c: added --debug switch.
8332 * tree.c: patched an incorrect node->type assignment.
8333 * parser.c: formatting, ensure that node->doc != NULL in attributes
8334
8335Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8336
8337 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8338 entity support and provide an internal representation close to
8339 DOM one (entity ref nodes, and attribute value as tree). I tried
8340 to preserve the interface but this will surely break some apps
8341 (I have to change rpm2html/rpmfind for example). I had to change
8342 two interfaces, and the generated tree is somewhat different.
8343 * doc/* : started documenting the XML library, the tree and
8344 DOM/Corba. This is a first step.
8345
8346Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8347
8348 * parser.c: Set up the fonctions comment block, boring but useful.
8349 * parser.h, SAX.c, parser.c: now attributes are processed through
8350 the SAX interface. The problem is that my SAX interface diverged
8351 quite a bit from the original one, well this is not an official
8352 spec, and translating it from Java to C is hairy anyway...
8353
8354Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8355
8356 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8357 fonctions comment block, boring but useful.
8358
8359Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8360
8361 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8362 conversion routines. However they are not yet used to convert the
8363 inputs. The core will run with UTF-8.
8364
8365Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8366
8367 * tree.c : make sure that the type id is properly set-up when
8368 a new object is allocated, needed for DOM.
8369
8370Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * tree.h, tree.c: Ok, the main objects in the tree will be native
8373 corba objects, it costs 8 bytes per Node, Attribute and Document
8374 but it simplifies the Corba integration a lot (no extra interface
8375 objects to allocate/free).
8376
8377Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8378
8379 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8380 and changed NODEs contants for conformity with DOM Level 1
8381
8382Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8383
8384 * added hooks to keep track of servants when creating objects
8385 xmlDoc and xmlNode (for Corba export).
8386
8387Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8388
8389 * added xml-config script.
8390
8391Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8392
8393 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8394 to autoupdate libtool and automake conf files.
8395
83961998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8397
8398 * Makefile.am: Use '?' to separate the sed
8399 commands as ',' is used when people pass -Wl,something.
8400
8401
8402Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * tree.c, tree.h: added a per-document compression interface.
8405
8406Tue Sep 22 20:47:38 EDT 1998
8407
8408 * tree.c, tree.h: added saving with compression and added interfaces
8409 to control the compression level (xmlGetCompressMode,
8410 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8411
8412Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8413
8414 * parser.c: corrected a loop for files of size 0
8415
84161998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8417
8418 * error.h: New file. Contains prototyes from `error.c'.
8419
8420Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8421
8422 * Makefile.am (xmlincdir): New macro.
8423 (xmlinc_HEADERS): Renamed from include_HEADERS.
8424
8425Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8426
8427 * applied small patch on numeric entities from
8428 Christopher Blizzard <blizzard@appliedtheory.com>
8429
8430Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8431
8432 * New release 0.2, removed the old xml_* files so that it's
8433 coherent with the other CVS base (W3C), far better conformance
8434 to standard, new namespaces, decent entities support, beginning
8435 of a SAX-like interface. Nearly nothing left intact, even the
8436 test examples ...
8437
84381998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8439
8440 * .cvsignore: Add .deps dir
8441
8442Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8443
8444 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8445
8446Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8447
8448 * configure.in: added test for CPP
8449 * AUTHORS, Changelog: the original ones didn't get commited but the
8450 glib ones instead, fixed.
8451 * Makefile.am: corrected an error in library naming
8452
8453Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8454
8455 * integrated code developped at W3C
8456 * changed the original Copyright
8457 * migrated to automake
8458 * prefixed the filenames by xml_ to avoid filename clashes
8459
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008460Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8461
8462 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8463 should not be called.
8464
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008465Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8466
8467 * libxml-2.0.pc.in: applied the patch to fix #101894
8468
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008469Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8470
8471 * tree.c : applied patch from Lukas Schroeder for register callbacks
8472 * valid.c: modified patch from Lukas Schroeder to test
8473 register callbacks with --chkregister
8474
Daniel Veillard067bae52003-01-05 01:27:54 +00008475Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8476
8477 * xmlreader.c: seriously changed the way data are pushed to
8478 the underlying parser, go by block of 512 bytes instead of
8479 tryng to detect tag boundaries at that level. Changed the
8480 way empty element are detected and tagged.
8481 * python/tests/reader.py python/tests/reader2.py
8482 python/tests/reader3.py: small changes mostly due to context
8483 reporting being different and DTD node being reported. Some
8484 errors previously undetected are now caught and fixed.
8485 * doc/xmlreader.html: flagged last section as TODO
8486
Daniel Veillard51a447a2003-01-04 19:42:46 +00008487Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8488
8489 * python/libxml.py: integrated the Python 2.2 optimizations
8490 from Hannu Krosing, while maintaining compatibility with
8491 1.5 and 2.1
8492
Daniel Veillarde59494f2003-01-04 16:35:29 +00008493Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8494
8495 * xmllint.c: a bit of cleanup
8496 * xmlreader.c: small fix
8497 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8498 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8499
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008500Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8501
8502 * python/setup.py.in: patch from Stéphane Bidoul to include
8503 drv_libxml2.py in setup.py
8504
Daniel Veillard66b82892003-01-04 00:44:13 +00008505Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8506
8507 * doc/xmlreader.html: starting documenting the new XmlTextReader
8508 interface.
8509
Daniel Veillard7704fb12003-01-03 16:19:51 +00008510Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8511
8512 * xmllint.c: added the --stream flag to use the TextReader API
8513 * xmlreader.c: small performance tweak
8514
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008515Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * xmlreader.c python/tests/reader2py: okay the DTD validation
8518 code on top of the XMLTextParser API should be solid now.
8519
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008520Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * xmlreader.c python/tests/reader2py: Fixing some more mess
8523 with validation and recursive entities while using the
8524 reader interface, it's getting a bit messy...
8525
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008526Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8527
8528 * xmlreader.c python/tests/reader.py: another couple of problem
8529 related to IsEmptyElement reported by Stéphane Bidoul needed
8530 some fixes.
8531
Daniel Veillard4f860202003-01-02 13:00:02 +00008532Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8533
8534 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8535 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8536 based on the python XmlTextReader interface.
8537
Daniel Veillard3c265e42003-01-01 21:06:49 +00008538Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8539
8540 * tree.c: backing out one change in the last patch which broke the
8541 regression tests
8542
Daniel Veillard5335dc52003-01-01 20:59:38 +00008543Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8544
8545 * global.data globals.c tree.c include/libxml/globals.h: applied
8546 an old patch from Lukas Schroeder to track node creation and
8547 destruction. Probably missing a lot of references at the moment
8548 and not usable reliably.
8549
Daniel Veillard8ba17412003-01-01 19:13:12 +00008550Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8551
8552 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8553 from doc/news.html and a stylesheet
8554
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008555Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8556
8557 * xmlreader.c python/tests/reader.py: fixed another couple of
8558 xmlreader bugs reported by Stéphane Bidoul and added tests.
8559
Daniel Veillard9e395c22003-01-01 14:50:44 +00008560Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8561
8562 * xmlreader.c python/tests/reader2.py: fixed another validity
8563 checking in external parsed entities raised by Stéphane Bidoul
8564 and added a specific regression test.
8565 * python/tests/reader3.py: cleanup
8566
Daniel Veillardd5896142002-12-31 14:45:26 +00008567Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8568
8569 * xmlreader.c python/tests/reader2.py: fixed a problem with
8570 validation within entities pointed by Stéphane Bidoul, augmented
8571 the tests to catch those.
8572
Daniel Veillarddc85f282002-12-31 11:18:37 +00008573Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8574
8575 * python/generator.py: modified the generator to allow keeping
8576 class references when creating new classes, needed to fix a bug
8577 pointed by Stéphane Bidoul where the input buffer of the
8578 xmlTextReader instance gets destroyed if the python wrapper for
8579 the input is not referenced anymore.
8580
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008581Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8582
8583 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8584 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8585
Daniel Veillard571b8892002-12-30 12:37:59 +00008586Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8587
8588 * xmlreader.c python/tests/reader.py: fixed another problem
8589 pointed by Stéphane Bidoul
8590
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008591Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8592
8593 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8594 with "<a/>"
8595
Daniel Veillardecaba492002-12-30 10:55:29 +00008596Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8597
8598 * SAX.c: warn on xmlns:prefix="foo"
8599 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8600 for namespace attributes handling.
8601
Daniel Veillard2d84a892002-12-30 00:01:08 +00008602Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8603
8604 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8605 a really nasty problem raised by a DocBook XSLT transform
8606 provided by Sebastian Bergmann
8607
Daniel Veillard29b3e282002-12-29 11:14:41 +00008608Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8609
8610 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8611 by Stéphane Bidoul and integrated it into the tests
8612
Daniel Veillarde18fc182002-12-28 22:56:33 +00008613Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8614
8615 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8616 extended the XmlTextReader API a bit, addding accessors for
8617 the current doc and node, and an entity substitution mode for
8618 the parser.
8619 * python/libxml.py python/libxml2class.txt: related updates
8620 * python/tests/Makefile.am python/tests/reader.py
8621 python/tests/reader2.py python/tests/reader3.py: updated a bit
8622 the old tests and added a new one to test the entities handling
8623
Daniel Veillardaba976d2002-12-28 21:14:18 +00008624Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8625
8626 * python/generator.py python/libxml2class.txt
8627 python/tests/reader.py python/tests/reader2.py: changed the
8628 generator to provide casing for the XmlTextReader similar to
8629 C# so that examples and documentation are more directly transposable.
8630 Fixed the couple of tests in the suite.
8631
Daniel Veillard83298842002-12-28 15:12:33 +00008632Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8633
8634 * doc/guidelines.html: added a document on guildeline for
8635 publishing and deploying XML
8636
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008637Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * valid.c xmlreader.c: final touch running DTD validation
8640 on the XmlTextReader
8641 * python/tests/Makefile.am python/tests/reader2.py: added a
8642 specific run based on the examples from test/valid/*.xml
8643
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008644Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8645
8646 * python/libxml.py: added a few predefined xmlTextReader parser
8647 configuration values.
8648
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008649Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8650
8651 * python/libxml_wrap.h: trying to fix #102037
8652
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008653Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8654
8655 * SAX.c: fixing bug #95296, when the predefined entities
8656 are redefined in the DTD the default one must be used
8657 instead anyway.
8658
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008659Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8660
8661 * doc/xmllint.xml
8662 * doc/xmllint.1
8663 Add discussion of XML_DEBUG_CATALOG to xmllint man
8664 page - bug #100907
8665
8666
Daniel Veillarddf512f42002-12-23 15:56:21 +00008667Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8668
8669 * xmlreader.c: Fixed the empty node detection to avoid reporting
8670 an inexistant close tag.
8671
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008672Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8673
8674 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8675 for Python 2.1
8676
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008677Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8678
8679 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8680
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008681Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8682
8683 * doc/libxml2-api.xml python/tests/reader.py: one really need
8684 to provide the base URI information when creating a reader parser
8685 from an input stream. Updated the API and the example using it.
8686
Daniel Veillardea7751d2002-12-20 00:16:24 +00008687Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8688
8689 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8690 include/libxml/valid.h include/libxml/xmlreader.h: working on
8691 DTD validation on top of xml reader interfaces. Allows to
8692 validate arbitrary large instances. This required some extensions
8693 to the valid module interface and augmenting the size of xmlID
8694 and xmlRef structs a bit.
8695 * uri.c xmlregexp.c: simple cleanup.
8696
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008697Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8698
8699 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8700 work on the xml reader interfaces.
8701 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8702 Web page for the Windows binaries.
8703
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008704Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8705
8706 * xmlIO.c: applied a patch for VMS following the report by
8707 Nigel Hall
8708
Daniel Veillard3772de32002-12-17 10:31:45 +00008709Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8710
8711 * parser.c: the parseStartTag bug fix wasn't complete.
8712
Daniel Veillard67df8092002-12-16 22:04:11 +00008713Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8714
8715 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8716 parseStartTag, fixing it.
8717 * test/att4 result/att4 result/noent/att4: adding the test
8718 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8719 more methods to XmlTextReader.
8720
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008721Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8722
8723 * win32/libxml2.def.src: added more xml reader exports
8724 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8725 to the build
8726
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008727Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8728
8729 * doc/tutorial/xmltutorial.xml
8730 plus generated html and pdf
8731 Updating tutorial again based on further comments from Niraj
8732 Tolia on the last iteration
8733
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008734Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8735
8736 * doc/tutorial/xmltutorial.xml
8737 * doc/tutorial/includekeyword.c
8738 * doc/tutorial/includegetattribute.c
8739 plus generated html and pdf
8740 Adding fix from Niraj Tolia to tutorial to properly free memory.
8741
8742
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008743Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8744
8745 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8746 more methods of XmlTextReader.
8747 * python/libxml2class.txt python/tests/reader.py: this increased the
8748 methods in the bndings, augmented the test to check those new
8749 functions.
8750
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008751Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8752
8753 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8754 methods of XmlTextReader.
8755 * python/generator.py python/libxml_wrap.h python/types.c
8756 python/libxml2class.txt: added the reader to the Python bindings
8757 * python/tests/Makefile.am python/tests/reader.py: added a specific
8758 test for the Python bindings of the Reader APIs
8759 * parser.c: small cleanup.
8760
Daniel Veillard06503452002-12-13 10:42:08 +00008761Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8762
8763 * xinclude.c: fallback was only copying the first child not the
8764 full child list of the fallback element, closes #89684 as reopened
8765 by Bernd Kuemmerlen
8766
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008767Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8768
8769 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8770
Daniel Veillard000eafb2002-12-12 10:04:22 +00008771Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8772
Daniel Veillardc1eed322002-12-12 11:01:32 +00008773 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008774 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008775 gives enum values, fix functype return type, put back fields in
8776 structs
8777 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008778
Daniel Veillard024b5702002-12-12 00:15:55 +00008779Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8780
8781 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8782 about htmlNodeDumpOutput location.
8783 * xpath.c: removed an undefined function signature
8784 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8785 too many symbols in the API breaking the python bindings.
8786 Updated with the libxslt/libexslt changes.
8787
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008788Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8789
8790 * configure.in: preparing release of 2.4.29
8791 * doc/*: rebuilt the docs and API
8792 * xmlreader.c: a few more fixes for the XmlTextReader API
8793
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008794Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8795
8796 * include/win32config.h: applied mingw patch from Magnus Henoch
8797
Daniel Veillard5aad8322002-12-11 15:59:44 +00008798Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8799
8800 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8801
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008802Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8803
8804 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8805 building Python script, does the C parsing directly, generates
8806 a better API description including structure fieds defs and
8807 enums. Still a couple of bugs, but good enough for the python
8808 wrappers now.
8809 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8810 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8811 include/libxml/schemasInternals.h include/libxml/tree.h: more
8812 cleanup based on the python analysis script reports.
8813 * libxml.spec.in: make sure the API XML description is part of the
8814 devel package.
8815
Daniel Veillard01c13b52002-12-10 15:19:08 +00008816Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8817
8818 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8819 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8820 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8821 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8822 code cleanup, especially the function comments.
8823 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8824
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008825Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8826
8827 * Makefile.am xmlreader.c include/libxml/Makefile.am
8828 include/libxml/xmlreader.h: Adding a new set of APIs based on
8829 the C# TextXmlReader API but converted to C. Allow to parse
8830 in constant memory usage, far simpler to program and explain
8831 than the SAX like APIs, unfinished but working.
8832 * testReader.c: test program
8833
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008834Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8835
8836 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8837
Daniel Veillard64b35282002-12-04 15:10:40 +00008838Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8839
8840 * tree.c: Chip turner indicated that XHTML1 serialization
8841 rule for style actually break on both IE and Mozilla,
8842 try to avoid the rule if escaping ain't necessary
8843
Daniel Veillard8efff672002-12-04 11:44:48 +00008844Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
8846 * nanhttp.c: handle HTTP URL escaping, problem reported by
8847 Glen Nakamura and Stefano Zacchiroli
8848
Daniel Veillard1c732d22002-11-30 11:22:59 +00008849Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8850
8851 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8852
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008853Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8854
8855 * uri.c: Johann Richard pointed out some XPointer problems for
8856 URN based URI references in XInclude. Modified the URI parsing
8857 and saving routines to allow correct parsing and saving of
8858 XPointers, especially when attached to "opaque" scheme accordingly
8859 to RFC 2396
8860
Daniel Veillard8db67d22002-11-27 19:39:27 +00008861Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8862
8863 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8864 of refactoring to the HTML saving code.
8865 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8866 in the doc.
8867
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008868Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8869
8870 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8871 to a buffer API to reuse the generic dump to an OutputIO layer,
8872 this reduces code, fixes xmlNodeDump() for XHTML, also made
8873 xmlNodeDump() now return the number of byte written.
8874
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008875Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8876
8877 * python/setup.py.in: another patch from Stéphane Bidoul for
8878 Python bindings on Windows
8879 * doc/parsedecl.py: small cleanup
8880
Daniel Veillard9715c172002-11-25 16:33:40 +00008881Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * libxml.spec.in configure.in: add a line in %changelog for releases
8884
Daniel Veillard9bc53102002-11-25 13:20:04 +00008885Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8886
8887 * parser.c: patch from Marcus Clarke fixing a problem in entities
8888 parsing that was detected in KDe documentations environment.
8889
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008890Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8891
8892 * python/libxml.c (libxml_prev): Return the previous as opposed to
8893 the next node (I guess this is the result of some cut & paste programming:)
8894
Daniel Veillard80d7b902002-11-23 16:23:08 +00008895Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8896
8897 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8898
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008899Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8900
8901 * python/generator.py python/libxml.c python/setup.py.in: trying
8902 to fix the Python bindings build on Windows (Stéphane Bidoul)
8903
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008904Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8905
8906 * win32/configure.js: added option for python bindings
8907 * win32/libxml2.def.src: added more exports
8908
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008909Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8910
8911 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8912 pthreads
8913 * win32/wince/*: applied updates to Windows CE port from Javier
8914
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008915Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8916
8917 * configure.in: preparing 2.4.28
8918 * libxml.spec.in doc/Makefile.am: some cleanup
8919 * doc/*: updated the news and regenerated.
8920
Daniel Veillardfee408f2002-11-22 13:18:30 +00008921Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8922
8923 * HTMLparser.c: final touch at closing #87235 </p> end tags
8924 need to be generated.
8925 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8926 this change slightly the output of a few tests
8927 * doc/*: regenerated
8928
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008929Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8930
8931 * parserInternals.c: fixing bug #99190 when UTF8 document are
8932 parsed using the progressive parser and the end of the chunk
8933 is in the middle of an UTF8 multibyte character.
8934
William M. Brack8b2c7f12002-11-22 05:07:29 +00008935Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8936
8937 * threads.c: fixed initialization problem in xmlNewGlobalState
8938 which was causing crash.
8939 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8940 in xmlInitializeGlobalState.
8941 * parserInternals.c: cleaned up ctxt->sax initialisation.
8942
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008943Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8944
8945 * tree.c include/libxml/tree.h: modified the existing APIs
8946 to handle XHTML1 serialization rules automatically, also add
8947 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8948 libxslt serialization uses it when needed without changing
8949 the library API.
8950 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8951 result/xhtml1: added a new test specifically for xhtml1 output
8952 and updated the result of one XHTML1 test
8953
Daniel Veillardd076a202002-11-20 13:28:31 +00008954Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8955
8956 * xinclude.c parserInternals.c encoding.c: fixed #99082
8957 for xi:include encoding="..." support on text includes.
8958 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8959 test/XInclude/ents/isolatin.txt : added a specific regression test
8960 * python/generator.py python/libxml2class.txt: fixed the generator
8961 the new set of comments generated for doc/libxml2-api.xml were
8962 breaking the python generation.
8963
Daniel Veillard817e70b2002-11-19 22:28:48 +00008964Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8965
8966 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8967 * configure.in: patch for Solaris on new autoconf closes #98880
8968 * doc/parsedecl.py: repair the frigging API building script,
8969 did I say that python xmllib sucks ?
8970 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8971 and some comment are no more truncated.
8972
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008973Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8974
8975 * parser.c: Martin Stoilov pointed out a potential leak in
8976 xmlCreateMemoryParserCtxt
8977
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008978Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8979
8980 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8981 included in HTML documents and using the push parser.
8982
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008983Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8984
8985 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8986 specified, look for the Python interpreter not just in the
8987 specified root but also in the specified location. Fixes #98825
8988
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008989Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8990
8991 * python/libxml.c: fixing bug #98792 , node may have no doc
8992 and dereferencing without checking ain't good ...
8993
Daniel Veillarddad3f682002-11-17 16:47:27 +00008994Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * configure.in: preparing release 2.4.27
8997 * doc/* : updated and rebuilt the docs
8998 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8999 and all the docs are actually packaged and in the final RPMs
9000 * parser.c parserInternals.c include/libxml/parser.h: restore
9001 xmllint --recover feature.
9002
Daniel Veillard68e9e742002-11-16 15:35:11 +00009003Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9004
Daniel Veillard784b9352003-02-16 15:50:27 +00009005 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009006 processing of parsed entities, and XPath computation on sustitued
9007 entities.
9008 * testXPath.c: make sure entities are substitued.
9009
Daniel Veillard328f48c2002-11-15 15:24:34 +00009010Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9011
Daniel Veillard784b9352003-02-16 15:50:27 +00009012 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009013 processing of internal parsed entities, which had to be changed.
9014
Daniel Veillard66651aa2002-11-15 11:21:43 +00009015Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9016
9017 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9018 trying to fix bug #98517 about building outside the source tree
9019 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9020
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009021Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9022
9023 * include/win32config.h: cleanup
9024 * win32/Makefile.mingw: integrated mingw in JScript configure
9025 * win32/Makefile.msvc: modified to allow mingw coexistence
9026 * win32/configure.js: integrated mingw
9027 * win32/Readme.txt: cleanup
9028
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009029Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * HTMLparser.c: strengthen the guard in the Pop macros,
9032 like in the XML parser, closes bug #97315
9033
Daniel Veillard0821b152002-11-12 20:57:47 +00009034Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9035
9036 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9037 callback is never used.
9038
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009039Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9040
9041 * parserInternals.c: fixed the initialization of the SAX structure
9042 which was breaking xsltproc
9043 * xpath.c: patch from Petr Pajas for CDATA nodes
9044 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9045 * parser.c include/libxml/parser.h: patch from Peter Jones
9046 removing a leak in xmlSAXParseMemory() and adding the
9047 function xmlSAXParseMemoryWithData()
9048
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009049Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9050
9051 adding pdf of tutorial, changing web page to link to it
9052 * doc/tutorial/xmltutorial.pdf
9053 * doc/xml.html
9054 * doc/docs.html
9055
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009056Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9057
9058 * doc/tutorial/ar01s08.html
9059 adding file what I forgot for tutorial
9060
9061
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009062Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9063
9064 Adding encoding discussion to tutorial
9065 Added:
9066 * doc/tutorial/images/*.png: DocBook admonition image files
9067 * doc/tutorial/apf.html, apg.html: new generated html
9068 * doc/tutorial/includeconvert.c: conversion code entity file
9069 changed:
9070 * doc/tutorial/xmltutorial.xml: DocBook original
9071 * doc/tutorial/*.html: generated html
9072
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009073Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9074
9075 * include/libxml/*.h: retired xmlwin32version.h
9076 * doc/Makefile.am: retired xmlwin32version.h
9077 * win32/configure.js: retired xmlwin32version.h
9078
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009079Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9080
9081 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009082 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9083 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009084
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009085Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9086
9087 * globals.c: fixed a typo pointed out by Igor
9088 * xpath.c: try to speed up node compare using line numbers
9089 if available.
9090
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009091Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9092
9093 * tree.c: make xmlFreeNode() handle attributes correctly.
9094
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009095Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9096
9097 * catalog.c: completed the #96963 fix, as reported by Karl
9098 Eichwalder
9099
Daniel Veillard56f21f22002-11-06 15:49:46 +00009100Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9101
9102 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9103
Daniel Veillard91ad8792002-11-04 17:06:52 +00009104Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9105
9106 * Makefile.am: switched the order of a couple of includes
9107 to fix bugs #97100
9108
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009109Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9110
9111 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9112 xmlLoadCatalogs that used to separate directories with a ':'.
9113
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009114Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9115
9116 * threads.c: improvements to the Windows-side of thread handling
9117 * testThreads.c: conditionally excluded unistd.h
9118 * testThradsWin32.c: broke overlong lines
9119 * include/win32config.h: adapted thread-related macros to the new
9120 scheme and for pthreads on Windows
9121 * win32/Makefile.msvc: introduced a more flexible thread build,
9122 added testThreads[Win32].c to the build
9123 * win32/configure.js: introduced a more flexible thread config
9124
John Fleck61f6fb62002-10-31 15:23:29 +000091252002-10-31 John Fleck <jfleck@inkstain.net>
9126
9127 * doc/xml.html (and, by implication, FAQ.html)
9128 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9129
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009130Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9131
9132 * configure.in: removed xmlwin32version.h
9133 * include/libxml/Makefile.am: removed xmlwin32version.h
9134
Daniel Veillardce66ce12002-10-28 19:01:59 +00009135Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9136
9137 * tree.c: applied patch from Brian Stafford to fix a bug
9138 in xmlReconciliateNs()
9139
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009140Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9141
9142 * tree.c: applied patch from Christian Glahn to allow
9143 xmlNewChild() on document fragment nodes
9144
Daniel Veillardb39bc392002-10-26 19:29:51 +00009145Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9146
9147 * parser.c: Christian Glahn found a problem with a recent
9148 patch to xmlParseBalancedChunkMemoryRecover()
9149 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9150 problems
9151 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9152 test/schemas/seq*: added the test cases from Charles
9153
Daniel Veillard366a9152002-10-23 20:43:53 +00009154Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9155
9156 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9157 serious cleanup of the spec file and associated changes
9158 in the Makefiles.
9159 * valid.c: try to remove some warnings on x86_64
9160
Daniel Veillardd033d022002-10-23 14:55:02 +00009161Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9162
9163 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9164 fix bug #96586
9165
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009166Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9167
9168 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9169 parsing, applied his patch
9170 * result/HTML/attrents.html result/HTML/attrents.html.err
9171 result/HTML/attrents.html.sax test/HTML/attrents.html:
9172 added the test and result case provided by Mikhail Sogrine
9173
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009174Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9175
9176 * vms/build_libxml.com vms/config.vms vms/readme.vms
9177 include/libxml/parser.h include/libxml/parserInternals.h
9178 include/libxml/tree.h include/libxml/xmlIO.h
9179 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9180 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9181 Applied the VMS update patch from Craig A. Berry
9182 * doc/*.html: update
9183
Daniel Veillardf000f072002-10-22 14:28:17 +00009184Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9185
9186 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9187
Daniel Veillard1e208222002-10-22 14:25:25 +00009188Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9189
9190 * debugXML.c: adding a grep command to --shell in xmllint
9191 for T.V. Raman
9192
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009193Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9194
9195 * xmlcatalog.c: tried to fix some of the problem with --sgml
9196
Daniel Veillard935494a2002-10-22 14:22:46 +00009197Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9198
9199 * parser.c: tried to fix bug #91500 where doc->children may
9200 be overriden by a call to xmlParseBalancedChunkMemory()
9201
9202Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9203
9204 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9205 identifiers in SGML catalogs containing '&'
9206
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009207Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9208
9209 * python/types.c: fixed bugs when passing result value tree
9210 to Python functions.
9211
Daniel Veillard48267432002-10-18 11:21:38 +00009212Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9213
9214 * configure.in: preparing the release of 2.4.26
9215 * doc/*: updated and rebuilt the documentation
9216
Daniel Veillardbb284f42002-10-16 18:02:47 +00009217Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9218
9219 * parser.c: fixed a XML Namespace compliance bug reported by
9220 Alexander Grimalovsky
9221
Daniel Veillard44892f72002-10-16 15:23:26 +00009222Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9223
9224 * HTMLtree.c: fixed serialization of script and style when
9225 they are not lowercase (i.e. added using the API to the tree).
9226
Daniel Veillard2fd85422002-10-16 14:32:41 +00009227Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * valid.c: make xmlValidateDocument emit a warning msg if there
9230 is no DTD, pointed by Christian Glahn
9231
Daniel Veillard32370232002-10-16 14:08:14 +00009232Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9233
9234 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9235 content model when some of the blocks have min or max, and a couple
9236 of bugs found in the process.
9237 * result/schemas/list0* test/schemas/list0*: added some specific
9238 regression tests
9239
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009240Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9241
9242 * README: updated the contact informations
9243
Daniel Veillard63186732002-10-15 08:43:17 +00009244Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9245
9246 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9247 misses it, reported by Peter Bray.
9248
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009249Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9250
9251 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9252 and removed a few warnings
9253
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009254Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9255
9256 * parser.c: Christian Glahn found a small bug in the push parser.
9257 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9258 public
9259
Daniel Veillard6045c902002-10-09 21:13:59 +00009260Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9261
9262 * xmlschemas.c include/libxml/xmlschemas.h: added
9263 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9264 * testSchemas.c: added --memory to test the new interface
9265
Daniel Veillardf0070122002-10-09 14:24:17 +00009266Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9267
9268 * doc/index.py doc/search.php: integrated the XSLT indexing,
9269 a few fixed in the indexer, added a scope selection at the
9270 search level.
9271
Daniel Veillard01992e02002-10-09 10:20:30 +00009272Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9273
9274 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9275 this was due to uninitialized parts of the validation context
9276
Daniel Veillard321be0c2002-10-08 21:26:42 +00009277Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9278
9279 * debugXML.c: applied patch from Mark Vakoc except the API
9280 change, preserved it.
9281 * doc/*: updated the docs to point to the search engine for
9282 information lookup or before bug/help reports.
9283
Daniel Veillard01e87d22002-10-08 16:55:06 +00009284Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9285
9286 * doc/index.py doc/search.php: added mailing-list archives
9287 indexing and lookup
9288
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009289Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9290
9291 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9292
Daniel Veillard9b006132002-10-07 11:13:27 +00009293Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9294
9295 * doc/index.py: improved HTML indexing
9296 * doc/search.php: make the queries also lookup the HTML based indexes
9297
Daniel Veillard141d04b2002-10-06 21:51:18 +00009298Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9299
9300 * doc/index.py: added HTML page indexing
9301
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009302Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9303
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009304 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009305 problem in libxslt.
9306 * catalog.c: fixed list handling in XML_CATALOG_FILES
9307
Daniel Veillardceb09b92002-10-04 11:46:37 +00009308Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9309
9310 * valid.c: typo/bug found by Christian Glahn
9311
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009312Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9313
9314 * xmlIO.c: applied Windows CE patch from Javier.
9315 * win32/wince: new directory, contains support for the PocketPC
9316 with Windows CE from Javier.
9317 * include/win32config.h: reorganised, removed duplicate
9318 definitions and applied WinCE patch from Javier.
9319 * include/wsockcompat.h: new file, now contains WinSock
9320 compatibility macros.
9321 * win32/Makefile.msvc: introduced double-run compilation.
9322
Daniel Veillarde16b5742002-09-26 17:50:03 +00009323Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9324
9325 * configure.in include/libxml/xmlwin32version.h: preparing release
9326 of 2.4.25
9327 * doc/*: updated and regenerated teh docs and web pages.
9328
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009329Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9330
9331 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9332 error were not covering namespace declarations.
9333 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9334 it was missing the attribute declaration for the namespace
9335 * result/VC/NS3: the fix now report breakages in that test
9336
Daniel Veillardabe01742002-09-26 12:40:03 +00009337Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9338
9339 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9340
Daniel Veillard2ace1952002-09-26 12:28:02 +00009341Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9342
9343 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9344 and regenerated the docs and web site
9345
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009346Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9347
9348 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9349 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9350 not before
9351
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009352Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9353
9354 * python/generator.py python/libxml2class.txt: fixed a stupid error
9355 breaking the python API
9356
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009357Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9358
9359 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9360 triostr.c triostr.h: applied a trio update patch from
9361 Bjorn Reese which should work with MinGW
9362
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009363Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9364
9365 * tree.c: improving some documentation comments
9366 * xmlregexp.c: found and fixed a mem leak with python regression tests
9367 * doc/*: rebuilt the doc and the API XML file including the
9368 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9369 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9370 python/types.c: added access to the XML Schemas regexps from
9371 python
9372 * python/tests/Makefile.am python/tests/regexp.py: added a
9373 simple regexp bindings test
9374
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009375Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9376
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009377 * doc/xml.html:
9378 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009379
Daniel Veillard118aed72002-09-24 14:13:13 +00009380Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9381
9382 * xmlregexp.c: fixed the data callback on transition functionality
9383 which was broken when using the compact form
9384 * result/schemas/*: updated the results, less verbose, all tests
9385 pass like before
9386 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9387 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9388 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9389 annoying warnings
9390 * xpath.c: try to provide better error report when possible
9391
Daniel Veillard72336152002-09-21 13:08:14 +00009392Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9393
9394 * Makefile.am: fixed a breakage raised by Jacob
9395
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009396Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9397
9398 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9399 which don't use sockets
9400
Igor Zlatkovic01280582002-09-20 16:40:34 +00009401Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9402
9403 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9404 * win32/configure.js: applied zlib patch from Daniel Gehriger
9405
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009406Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9407
9408 * win32/configure.js: applied the patch from Mark Vakoc for
9409 regexp support
9410 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9411 for regexp support
9412
Daniel Veillardb5c05732002-09-20 13:36:25 +00009413Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9414
9415 * xmlschemastypes.c: as pointed by Igor Float and Double
9416 parsing ain't finished yet
9417
Daniel Veillard40b11342002-09-20 12:01:39 +00009418Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9419
9420 * Makefile.am configure.in: trying to fix #88412 by bypassing
9421 all the python subdir if python ain't detected
9422
Daniel Veillard23e73572002-09-19 19:56:43 +00009423Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9424
9425 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9426 made configuring with regexps/automata/unicode the default
9427 but without schemas ATM
9428 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9429 fixed the regexp based DTD validation performance and memory
9430 problem by switching to a compact form for determinist regexps
9431 and detecting the determinism property in the process. Seems
9432 as fast as the old DTD validation specific engine :-) despite
9433 the regexp built and compaction process.
9434
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009435Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9436
9437 * valid.c: determinism is debugged, new DTD checking code now works
9438 but xmlFAComputesDeterminism takes far too much CPU and the whole
9439 set usues too much memory to be really usable as-is
9440
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009441Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9442
9443 * tree.c: fixed another stupid bug in xmlGetNodePath()
9444 * xmllint.c: --version now report the options compiled in
9445
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009446Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9447
9448 * HTMLparser.c: small cleanup
9449 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9450 when configured with them. A bit of debugging around the determinism
9451 checks is still needed
9452
Daniel Veillard63b01c22002-09-17 19:25:28 +00009453Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9454
9455 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9456
Daniel Veillard92727042002-09-17 17:59:20 +00009457Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9458
9459 * xmlIO.c: small portability glitch fixed.
9460
Daniel Veillard84d70a42002-09-16 10:51:38 +00009461Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9462
9463 * xmlschemastypes.c: incomplete steps for real/double support
9464 * testAutomata.c include/libxml/xmlautomata.h
9465 include/libxml/xmlregexp.h: avoiding a compilation problem
9466 * valid.c include/libxml/valid.h: starting the work toward using
9467 the regexps for actual DTD validation
9468
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009469Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9470
9471 * hash.c: cosmetic cleanup
9472 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9473 integrating a DTD validation layer based on the regexps
9474
Daniel Veillard4402ab42002-09-12 16:02:56 +00009475Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9476
9477 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9478 the determinism was tested before eliminating the epsilon
9479 transitions :-(
9480
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009481Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9482
9483 * python/generator.py python/libxml.c python/libxml.py
9484 python/libxml2-python-api.xml python/libxml2class.txt
9485 python/libxml_wrap.h python/types.c: updated the python
9486 bindings, added code for easier File I/O, and the ability to
9487 define a resolver from Python fixing bug #91635
9488 * python/tests/Makefile.am python/tests/inbuf.py
9489 python/tests/outbuf.py python/tests/pushSAXhtml.py
9490 python/tests/resolver.py python/tests/serialize.py: updated
9491 and augmented the set of Python tests.
9492
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009493Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9494
9495 * win32/configure.js: added more readme info for the binary
9496 package.
9497
Daniel Veillard607b35c2002-09-10 12:16:19 +00009498Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9499
9500 * xmlIO.c: fixed a stupid out of bound array error
9501
9502Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9503
9504 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9505 messing around with support for Windows path, cleanups,
9506 trying to identify and fix the various code path to the
9507 filename access. Added xmlNormalizeWindowsPath()
9508
Daniel Veillard76575762002-09-05 14:21:15 +00009509Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9510
9511 * error.c valid.c: working on better error reporting of validity
9512 errors, especially providing an accurate context.
9513 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9514 error reports in those cases.
9515
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009516Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9517
9518 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9519 parser.c parserInternals.c xmlIO.c: get rid of all the
9520 perror() calls made in the library execution paths. This
9521 should fix both #92059 and #92385
9522
Daniel Veillard19aa7022002-09-05 11:14:19 +00009523Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9524
9525 * xmllint.c: memory leak reporting was broken after a change
9526 of the preprocessor symbol used to activate it.
9527
Daniel Veillardec6725e2002-09-05 11:12:45 +00009528Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * tree.c: try to make the copy function work for node of
9531 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9532 DOM layers though, not libxml2 itself.
9533
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009534Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9535
9536 * valid.c: try to provide file and line informations, not all
9537 messages are covered, but it's a (good) start
9538
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009539Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9540
9541 * xinclude.c: reimplemented a large part of the XInclude
9542 processor, trying to minimize resources used, James Henstridge
9543 provided a huge test case which was exhibiting severe memory
9544 consumption problems.
9545
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009546Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9547
9548 * python/Makefile.am: applied patch from Christophe Merlet to
9549 reestablish DESTDIR
9550
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009551Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9552
9553 * libxml.spec.in: fixes libary path for x86_64 AMD
9554
John Fleckbe98b332002-09-04 03:16:23 +00009555Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9556
9557 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009558 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009559 (plus resulting generated html files)
9560 fixing one spot I missed in the tutorial where I hadn't freed
9561 memory properly
9562
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009563Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9564
9565 * doc/tutorial/includeaddattribute.c
9566 * doc/tutorial/includeaddkeyword.c
9567 * doc/tutorial/includegetattribute.c
9568 * doc/tutorial/includekeyword.c
9569 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009570 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009571 update tutorial to properly free memory (thanks to Christopher
9572 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009573 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009574 added image files so the callouts are graphical, making it
9575 easier to read ( use "--param callout.graphics 1" to generate
9576 html with graphical callouts)
9577
Daniel Veillarde1662542002-08-28 11:50:59 +00009578Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9579
9580 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9581 nice logos generated by Marc Liyanage
9582 * doc/site.xsl *.html: changed the stylesheet to show the new
9583 logo and regenerated the pages
9584
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009585Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9586
9587 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9588
Daniel Veillard42766c02002-08-22 20:52:17 +00009589Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9590
9591 * xpath.c: possible mem leak patch from Jason Adams
9592
9593Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9596 in the XQuery namespace
9597 * configure.in: preparing 2.4.24
9598 * doc/*.html: updated the web pages
9599
9600Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9601
9602 * python/generator.py: closing bug #85258 by generating conditional
9603 compile check to avoid linking to routines not configured in.
9604
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096052002-08-22 Havoc Pennington <hp@pobox.com>
9606
9607 * autogen.sh: update error message for missing automake
9608
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009609Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9610
9611 * python/Makefile.am: typo in target name resulted in libxml2.py
9612 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9613
Daniel Veillard22669b22002-08-22 07:17:11 +00009614Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9615
9616 * win32/win32/Makefile.mingw: updated with version from
9617 Elizabeth Barham at http://soggytrousers.net/repository/
9618
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009619Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9620
9621 * win32/Makefile.msvc: added the prefix location to the include
9622 and lib search path.
9623
Havoc Pennington830e8972002-08-18 22:22:13 +000096242002-08-18 Havoc Pennington <hp@pobox.com>
9625
9626 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9627 both automake 1.6 and 1.4 installed get the right automake. Means
9628 compilation from CVS will now require the latest automake 1.4
9629 release, or manually creating symlinks called "automake-1.4" and
9630 "aclocal-1.4"
9631
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009632Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * configure.in python/Makefile.am: more AMD 64 induced changes from
9635 Frederic Crozat
9636
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009637Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9638
9639 * xinclude.c: oops I was missing the xml:base fixup too
9640 * result/XInclude/*.xml: this adds xml:base attributes to most
9641 results of the tests
9642
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009643Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9644
9645 * xinclude.c: quick but apparently working implementation of
9646 xi:fallback, should close bug #89684
9647 * Makefile.am test/XInclude/docs/fallback.xml
9648 result/XInclude/fallback.xml: added a basic test for fallback,
9649 and run with --nowarning to avoid a spurious warning
9650 * configure.in: applied patch from Frederic Crozat for python
9651 bindings on AMD 64bits machines.
9652
Daniel Veillard9e923512002-08-14 08:48:52 +00009653Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9654
9655 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9656 the caller don't pass a SAX callback block.
9657
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009658Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9659
9660 * tree.c: applied the same fix for the XML-1.0 namespace to
9661 xmlSearchNsByHref() as was done for xmlSearchNs()
9662
Daniel Veillardad11b302002-08-12 14:53:41 +00009663Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9664
9665 * libxml.3: small cleanup of the man page
9666 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9667 when serializing HREF attributes generated by XSLT.
9668
Daniel Veillardc084e472002-08-12 13:27:28 +00009669Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9670
9671 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9672 version of Marc Liyanage' patch for boolean attributes in HTML
9673 output
9674
Daniel Veillard5f91b372002-08-12 12:13:01 +00009675Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9676
9677 * python/tests/serialize.py: fixed the test results, indenting
9678 behaviour changed slightly
9679
Aleksey Sanin9e951762002-08-08 18:02:41 +00009680Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9681
9682 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9683 new c14n function to Windows def files
9684
Aleksey Saninea4272a2002-08-02 23:50:03 +00009685Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9686
9687 * c14n.c: fixed a memory leak in c14n code
9688
Daniel Veillard58e44c92002-08-02 22:19:49 +00009689Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9690
9691 * parser.c include/libxml/parser.h: adding a new API for Christian
9692 Glahn: xmlParseBalancedChunkMemoryRecover
9693 * valid.c: patch from Rick Jones for some grammar cleanup in
9694 validation messages
9695 * result/VC/* result/valid/*: this slightly change some of the
9696 regression tests outputs
9697
Daniel Veillard0bf29002002-08-01 12:54:11 +00009698Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9699
9700 * tree.c: trying to fix a problem in namespaced attribute handling
9701 raised by Christian Glahn
9702
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009703Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9704
9705 * encoding.c include/libxml/encoding.h: Opening the interface
9706 xmlNewCharEncodingHandler as requested in #89415
9707 * python/generator.py python/setup.py.in: applied cleanup
9708 patches from Marc-Andre Lemburg
9709 * tree.c: fixing bug #89332 on a specific case of loosing
9710 the XML-1.0 namespace on xml:xxx attributes
9711
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009712Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9713
9714 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9715 corner case from new Merlin's test suite and added a callback
9716 that will be used to improve xmlsec performance
9717
9718
Daniel Veillard0b22def2002-07-29 16:23:03 +00009719Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9720
9721 * HTMLtree.c: trying to fix the <style> escaping problem in
9722 HTML serialization bug #89342
9723
Daniel Veillard0b28e882002-07-24 23:47:05 +00009724Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9725
9726 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9727 and rebuilt the web site.
9728
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009729Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009730
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009731 * include/libxml/tree.h: added _private member to xmlNs struct
9732
Daniel Veillard1d995272002-07-22 16:43:32 +00009733Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9734
9735 * HTMLparser.c: fixing bug #84876 based on the xml working
9736 code.
9737
William M. Brack61eaba52002-07-21 11:14:18 +00009738Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9739
9740 * python/Makefile.am: enhanced to fix bug 72012 (errors
9741 when using '-jX' make parameter)
9742
William M. Brackef61d202002-07-19 08:32:00 +00009743Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9744
9745 * xpath.c: small additional enhancement for booleans
9746 compared to nodesets
9747
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009748Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9749
9750 * HTMLtree.c: changed the order of the encoding declaration
9751 attributes in the meta tags due to a bug in IE/Mac
9752
William M. Brack0c022ad2002-07-12 00:56:01 +00009753Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9754
9755 * xpath.c: enhanced handling of booleans (especially '='
9756 and '!=' for nodesets) - fixes bug 85256. Added new
9757 routine xmlXPathNotEqualValues for more proper handling
9758 of '!=' when nodesets are involved.
9759
Daniel Veillard06944e22002-07-11 19:55:18 +00009760Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9761
9762 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9763 doc/xmlcatalog_man.xml to the source distribution
9764
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009765Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9766
9767 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9768 asked for this.
9769
Daniel Veillard539638b2002-07-06 19:55:14 +00009770Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9771
9772 * configure.in: preparing 2.4.23
9773 * doc/*: rebuilt the docs
9774
Daniel Veillard176d99f2002-07-06 19:22:28 +00009775Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9776
9777 * parser.c: fixing bug #84169 by fixing the
9778 comment of xmlCreatePushParserCtxt to describe the
9779 encoding detection parameters better.
9780
Daniel Veillard37f961d2002-07-06 17:53:56 +00009781Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9782
9783 * valid.c: fixing bug #79331 in one path the lookup for
9784 ID attributes on a namespaced node wasn't handled correctly :-\
9785
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009786Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9787
9788 * HTMLparser.c: trying to fix 87235 about discarded white
9789 spaces in the HTML parser.
9790 * result/HTML/*: this changes the output of a number of HTML
9791 regression tests
9792
Daniel Veillardfdc91562002-07-01 21:52:03 +00009793Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9794
9795 * xpath.c: applied patch from Richard Jinks for the namespace
9796 axis + fixed a memory error.
9797 * parser.c parserInternals.c: applied patches from Peter Jacobi
9798 removing ctxt->token for good.
9799 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9800 popped out by the regression tests.
9801 * Makefile.am: patch for threads makefile from Gary Pennington
9802
William M. Brack6000af52002-06-28 11:43:13 +00009803Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9804
Daniel Veillardfdc91562002-07-01 21:52:03 +00009805 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009806 expressions involving preceding-sibling (et al).
9807
Daniel Veillard153120c2002-06-18 07:58:35 +00009808Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9809
9810 * hash.c: applied a patch from Peter Jacobi to solve a problem
9811 when compiling with the Watcom C on Win32
9812 * result/schemas/*.err: the change of hashing algo generated
9813 permutations in the output
9814
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009815Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9816
9817 * hash.c: applied patch from Sander Vesik improving the quality of
9818 the hash function.
9819
Aleksey Sanina5808b92002-06-14 17:07:41 +000098202002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009821
9822 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9823 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9824 xmllint.c xpath.c: replaced sprintf() with snprintf()
9825 to prevent possible buffer overflow (the bug was pointed
9826 out by Anju Premachandran)
9827
Daniel Veillarde059b892002-06-13 15:32:10 +00009828Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9829
9830 * parser.c: removed an uninitialized data error popped by valgrind
9831 on PE references
9832
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009833Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9834
9835 * doc/xml.html
9836 adding tutorial reference to the web page
9837
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009838Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9839
9840 * doc/tutorial/xmltutorial.xml
9841 * doc/tutorial/ar01s07.html
9842 * doc/tutorial/ape.html
9843 * doc/tutorial/includegetattribute.c
9844 adding section to tutorial about retrieving an attribute
9845 value
9846
Daniel Veillardf5582f12002-06-11 10:08:16 +00009847Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9848
9849 * parser.c: applied a couple of patches from Peter Jacobi to start
9850 to get rid of ctxt->token, with a possible significant speed
9851 improvement to be gained once done. Better compliance with PE
9852 references constructs in DTDs too.
9853 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9854 from Peter too
9855
Daniel Veillard38d80e22002-06-11 07:24:56 +00009856Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9857
9858 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9859 xmlParseElement was likely to have been deallocated at the
9860 time of the report, possibly leading to segfault. Just report
9861 the tag name now.
9862
Daniel Veillard9e412302002-06-10 15:59:44 +00009863Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9864
9865 * xpath.c: patch from Richard Jinks for XPath substring() function
9866 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9867
Aleksey Sanina5808b92002-06-14 17:07:41 +000098682002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009869
9870 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9871
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009872Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9873
9874 *doc/FAQ.html
9875 fixing typos in FAQ, thanks to Robert Funnell for the
9876 editing help
9877
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009878Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9879
9880 * NEWS: got complaints from rpmlint that it was empty
9881
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009882Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9883
9884 * added doc/tutorial, including:
9885 apa.html
9886 apb.html
9887 apc.html
9888 apd.html
9889 ar01s02.html
9890 ar01s03.html
9891 ar01s04.html
9892 ar01s05.html
9893 ar01s06.html
9894 includeaddattribute.c
9895 includeaddkeyword.c
9896 includekeyword.c
9897 includestory.xml
9898 index.html
9899 xmltutorial.xml
9900 libxml tutorial, including generated html
9901
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009902Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9903
9904 * result/c14n/exc-without-comments/merlin-c14n-two-*
9905 result/c14n/without-comments/merlin-c14n-two-*
9906 test/c14n/exc-without-comments/merlin-c14n-two-*
9907 test/c14n/without-comments/merlin-c14n-two-*
9908 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9909 c14n/exc-c14n and slightly modified test script to handle
9910 these test cases
9911 * c14n.c: fixed bugs for complicated nodes set (namespace
9912 without node and others from merlin-c14n-two.tar.gz)
9913 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9914 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9915 for xmlsec performance patch
9916 * xpath.c: fixed self::node() for namespaces and attributes
9917
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009918Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9919
9920 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9921 but with the format parameter
9922 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9923
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009924Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9925
9926 * Makefile.am: updated c14n tests suite
9927 * c14n.c: performance improvement for previous c14n patch
9928
Daniel Veillarde72c7562002-05-31 09:47:30 +00009929Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9930
9931 * parser.c: another peroformance patch from Peter Jacobi, that
9932 time on parsing attribute values.
9933
Aleksey Sanin508a1012002-05-31 06:32:32 +00009934Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9935
9936 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9937 into LibXML2 test suite
9938
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009939Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9940
9941 * c14n.c: propagating xpath ancesstors node fix to c14n
9942 plus small performance improvement to reduce number of
9943 mallocs
9944 * xpath.c: fixed ancestors axis processing for namespace nodes
9945
Daniel Veillard46de64e2002-05-29 08:21:33 +00009946Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9947
9948 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9949 Peter Jacobi
9950
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009951Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * configure.in: preparing 2.4.22
9954
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009955Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9956
9957 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9958 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9959 a public entry point.
9960 * doc/*: rebuilt the API and docs
9961
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009962Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9963
9964 * xpath.c: patch from Richard Jinks to fix a problem introduced
9965 in the previous patch and pointed by Norm
9966
Daniel Veillardc6924812002-05-24 11:10:43 +00009967Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9968
9969 * libxml.spec.in: fixing bug #81112
9970
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009971Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * uri.c: fixing bug #82848
9974
Daniel Veillarda2878972002-05-24 07:54:39 +00009975Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9976
9977 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9978 output of one catalog test
9979
Aleksey Sanin114e4752002-05-24 07:20:27 +00009980Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009981
Aleksey Sanin114e4752002-05-24 07:20:27 +00009982 * global.data globals.c tree.c include/libxml/globals.h
9983 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9984 default value for global parameter xmlIndentTreeOutput to 1 and
9985 introduced new global parameter xmlTreeIndentString (the string
9986 used to do one-level indent) with default value " " (as it was
9987 in tree.c)
9988
Daniel Veillard49d5af82002-05-23 11:55:49 +00009989Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9990
9991 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9992 with trio and schemas.
9993
Daniel Veillard7c13af42002-05-22 09:57:32 +00009994Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9995
9996 * xpath.c: patch from Richard Jinks to fix the problem raised in
9997 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9998
Daniel Veillard5a872412002-05-22 06:40:27 +00009999Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmlschemas.c: a bit of work on import.
10002 * xmlschemastypes.c: Charles Bozeman provided a compare function
10003 for date/time types so min/max facet restrictions should work,
10004 indeterminate comparisons return an error instead of equal.
10005 * test/schemas/date_0* result/schemas/date_0_0: specific test
10006 from Charles Bozeman too
10007
Daniel Veillard10b6da42002-05-18 07:55:20 +000010008Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10009
10010 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10011 from Christian Cornelssen fixing the man pages and the Catalog
10012 building script.
10013 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10014 next step is <xs:import> I now have a reasonable understanding
10015 of how it works.
10016
Daniel Veillarde5354492002-05-16 08:43:22 +000010017Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10018
10019 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10020
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010021Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10022
10023 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10024
Daniel Veillard088bf112002-05-14 11:03:59 +000010025Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10026
10027 * xpath.c: fixing an XPath function evalutation bug pointed out
10028 by Alexey Efimov where the context was lost when evaluating
10029 the function arguments
10030
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010031Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010032
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010033 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10034 function public for XMLSec performance optimizations
10035
Daniel Veillard3cd72402002-05-13 10:33:30 +000010036Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10037
10038 * python/generator.py python/libxml2class.txt : fixed a problem
10039 with the HTML parser pointed by Gary Benson
10040 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10041 example
10042
Aleksey Sanine48a3182002-05-09 18:20:01 +000010043Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10044 * parser.c: fixed bug #81159 (memory growth in SAX)
10045
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010046Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10047 * xpath.c: fixed bug #78858 (the real fix)
10048
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010049Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010050 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010051
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010052Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10053
10054 * tree.c: modified xmlNodeSetBase to allow changing the
10055 base of a document.
10056
Daniel Veillard070803b2002-05-03 07:29:38 +000010057Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10058
10059 * xmlschemastypes.c: patch Charles Bozeman for validation of
10060 all the date, time, and duration types
10061 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10062 * configure.in: fixed an error pointed by an user
10063 * xml2-config.in: fixed an error pointed by an user
10064
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010065Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10066
10067 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10068 win32/libxml2.def.src xmlIO.c: exported default
10069 'file:', 'http:' and 'ftp:' protocols input handlers
10070 and maked protocols comparisson case insensitive
10071
Daniel Veillard34de97f2002-04-30 14:29:22 +000010072Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * configure.in: Neven Has detected a typo
10075
Daniel Veillard28577c32002-04-30 06:48:41 +000010076Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10077
10078 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10079 as one of the persons allowed to commit directly to the
10080 module.
10081
Daniel Veillardfc57b412002-04-29 15:50:14 +000010082Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10085 * valid.c: raised a too low limit
10086 * doc/*: rebuilt the docs
10087
Daniel Veillardeca82812002-04-24 11:42:02 +000010088Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10089
10090 * test/XPath/expr/floats test/XPath/expr/functions
10091 result/XPath/expr/floats result/XPath/expr/functions
10092 xpath.c: another XPath conformance patch from Richard Jinks
10093
Daniel Veillard13e04c62002-04-23 17:51:29 +000010094Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10095
10096 * xmlschemas.c: fixed validation of attribute groups.
10097 * test/schemas result/schemas: added an example from the primer
10098
Daniel Veillard88c58912002-04-23 07:12:20 +000010099Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10102 * test/schemas result/schemas: updated the test list
10103
Daniel Veillarde19fc232002-04-22 16:01:24 +000010104Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10105
10106 * TODO: updated a bit
10107 * parser.c: made a comment more specific
10108 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10109 Schemas conformance.
10110 * test/schemas result/schemas: updated the test list
10111
Daniel Veillard441bc322002-04-20 17:38:48 +000010112Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10113
10114 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10115 implementing xs:all with minOccurs = 0
10116 * tes/schemas/* result/schemas/*: added more tests covering
10117 xs:all
10118
Daniel Veillard8a001f62002-04-20 07:24:11 +000010119Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10120
10121 * xmlregexp.c: first implementation of the all particle, this
10122 may need to be revisited for case where not all transitions
10123 must be crossed.
10124
Daniel Veillard7646b182002-04-20 06:41:40 +000010125Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * tree.c: another entity processing update from Markus Henke
10128
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010129Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10130
10131 * trionan.c: fixed crash on OSF/1
10132
Daniel Veillardb4398962002-04-19 07:01:55 +000010133Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10134
10135 * xmlschemas.c: more Schemas work
10136 * test/schemas/* result/schemas/*: added more tests coming
10137 from the spec.
10138
Daniel Veillard54761132002-04-18 21:00:44 +000010139Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10140
10141 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10142 ExcC14N specification
10143
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010144Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * tree.c: patch from Markus Henke, fix for recursive entities.
10147
Daniel Veillard23b1f372002-04-18 15:50:05 +000010148Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10149
10150 * xpath.c: fix a problem with string() on a document node.
10151
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010152Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10153
10154 * Makefile.am xmlschemas.c: more Schemas work
10155 * test/schemas/* result/schemas/*: added more tests coming
10156 from the spec.
10157
Daniel Veillard6231e842002-04-18 11:54:04 +000010158Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10159
10160 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10161 * result/HTML/*: this changes a few things in the results
10162
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010163Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10164
10165 * include/libxml/tree.h: eliminated 'declaration different than
10166 prototype' warning
10167 * include/win32config.h: "resolved" conflicts with errno.h
10168
Daniel Veillardb509f152002-04-17 16:28:10 +000010169Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10172 on the automata interfaces and debug of counted choices
10173 * test/schemas/* result/schemas/*: added a number of tests
10174
Daniel Veillard8651f532002-04-17 09:06:27 +000010175Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10178 a bit of work on Schemas
10179 * testSchemas.c: try to make it more useful
10180 * test/schemas/* result/schemas/* Makefile.am: changed the
10181 Schemas regression test procedure, started adding a few samples
10182
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010183Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10184
10185 * include/libxml/encoding.h: Patch for the Borland C++ builder
10186 * include/libxml/tree.h: Patch for the Borland C++ builder
10187 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010188 * win32/bcb5: New directory for the Borland C++ builder
10189 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010190
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010191Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10192
10193 * win32/Makefile.msvc: Update for XML Schema support
10194 * win32/configure.js: Update for XML Schema support
10195 * win32/libxml2.def.src: Update for XML Schema support
10196
Daniel Veillard4255d502002-04-16 15:50:10 +000010197Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10198
10199 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10200 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10201 xmlunicode.c include/libxml/Makefile.am
10202 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10203 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10204 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10205 include/libxml/xmlversion.h.in : merged the current state of
10206 XML Schemas implementation, it is not configured in by default,
10207 a specific --schemas configure option has been added.
10208 * test/automata test/regexp test/schemas Makefile.am
10209 result/automata result/regexp result/schemas:
10210 merged automata/regexp/schemas regression tests
10211
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010212Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10213
10214 * xpath.c: Gary found a compile time problem, fixes #78823
10215
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010216Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10217
10218 * configure.in: release of 2.4.20
10219 * doc/*: updated and rebuilt the docs
10220
Daniel Veillardf544f192002-04-15 12:56:56 +000010221Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10222
10223 * python/Makefile.am: patch from Cristian Gafton to build on
10224 Red Hat 6.2, should also fix #75779
10225
Daniel Veillard940492d2002-04-15 10:15:25 +000010226Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10227
10228 * valid.c: first part of fixing #78729
10229
Daniel Veillardeb475a32002-04-14 22:00:22 +000010230Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10231
10232 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10233 escaping of URI when saving HTML files.
10234 * result/HTML/*: this impacted some tests
10235
Daniel Veillard9b731d72002-04-14 12:56:08 +000010236Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10237
10238 * configure.in: trying to fix #77441
10239
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010240Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10241
10242 * include/libxml/xmlIO.h: Hallski complained it could not be
10243 included by itself.
10244
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010245Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10248
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010249Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10250
10251 * win32/configure.js: patch from Nilo for the c14n option
10252 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10253
Daniel Veillardda423da2002-04-10 19:25:38 +000010254Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10255
10256 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10257 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10258 LIBXML_THREAD_ENABLED
10259
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010260Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10261
10262 * xpath.c: another patch from Richard Jinks for substring conformance
10263 * test/XPath/expr/floats test/XPath/expr/strings
10264 result/XPath/expr/floats result/XPath/expr/strings: update of the
10265 test suite to check those.
10266
Daniel Veillard01917aa2002-04-10 11:30:41 +000010267Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10268
10269 * xpath.c: patch from Richard Jinks for .x float parsing.
10270
Daniel Veillard46d6c442002-04-09 16:10:39 +000010271Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10272
10273 * parser.c: patch from Markus Henke when an encoding ain't recognized
10274
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010275Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10276
10277 * libxml.m4: got a report that #include <string.h> was needed
10278
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010279Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10280
10281 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10282
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010283Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10284
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010285 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010286
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010287Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10288
10289 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10290 pointed out by Melvyn Sopacua.
10291
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010292Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10293
10294 * libxml.m4: Frédéric Crozat gave a patch related to the change
10295 of Include paths breaking the libxml.m4
10296
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010297Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10298
10299 * xpath.c: Fix bug #76927 forgot to save some context
10300 when evaluating binary expressions
10301
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010302Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10303
10304 * configure.in: fixed configure for MPE/iX from Markus Henke
10305 * xmlmemory.c: fixed initialization problems
10306 * xpath.c: another set of patches from Richard Jinks this
10307 fixes "make XPathtests" on linux
10308
Daniel Veillard21458c82002-03-27 16:12:22 +000010309Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10310
10311 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10312 * test/XPath/expr/compare test/XPath/expr/equality
10313 test/XPath/expr/floats test/XPath/expr/functions
10314 test/XPath/expr/strings result/XPath/expr/compare
10315 result/XPath/expr/equality result/XPath/expr/floats
10316 result/XPath/expr/functions result/XPath/expr/strings: Updated
10317 tests though they show a divergence on Linux
10318
Daniel Veillard28dfed12002-03-27 09:08:17 +000010319Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10320
10321 * xpath.c trionan.c: previous commit also included patches
10322 from Richard Jinks on some IEEE support corner case
10323
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010324Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10325
10326 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10327 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10328 that $(datadir) should be used for docs
10329
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010330Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10331
10332 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10333 could leak filedescriptors
10334
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010335Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10336
10337 * configure.in nanohttp.c: applied patch from Allan Clark for
10338 UnixWare/OpenServer
10339
Daniel Veillard19274092002-03-25 16:48:03 +000010340Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10341
10342 * configure.in: preparing 2.4.19
10343 * doc/*: rebuilt the docs
10344
Daniel Veillard56b2db72002-03-25 16:35:28 +000010345Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10346
10347 * nanohttp.c: fixing #76043, got fed up with non-portability
10348 of that piece of code.
10349
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010350Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10351
10352 * valid.c SAX.c: Never commit without running "make tests" :-(
10353 fix a couple of stupidities in the previous commit
10354 * result/*: a few changes in some attribute order result of previous
10355 commit.
10356
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010357Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10358
10359 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10360 the internal subset should not raise duplicate ID errors,
10361 also there was a small bug in conjunction to namespace
10362 declarations defaulted and xml:xxx attributes DTD definitions.
10363
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010364Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * xpath.c: Richard Jinks also raised some rounding problems
10367 this tries to fix them
10368
Daniel Veillard4e2df542002-03-22 12:23:14 +000010369Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10370
10371 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10372 behaviour in xmlXPathCastToString()
10373
Daniel Veillarddb552912002-03-21 13:27:59 +000010374Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10375
10376 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10377 raised by Morus Walter
10378
Daniel Veillard9e537932002-03-21 13:08:08 +000010379Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10380
10381 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10382 from Igor
10383
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010384Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10385
10386 * xpath.c: fixing #75619, related to a problem when trying
10387 to evaluate condition when the current node set resulting
10388 from that sub-step evaluation is empty. Also fixes 2 potential
10389 problem with previous-sibling and next-siblings axis.
10390
Daniel Veillard1840ef02002-03-21 08:05:23 +000010391Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10394 HTML support is not configured in.
10395
Daniel Veillard561b7f82002-03-20 21:55:57 +000010396Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10397
10398 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10399 include/libxml/tree.h: dohh I really didn't intended to commit
10400 this test version :-(
10401
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010402Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10403
10404 * testSAX.c: I wanted to see the real speed at the SAX interface
10405 after a little too many Ximianer started complaining about the
10406 parser speed.
10407 added a --quiet option:
10408 paphio:~/XML -> ls -l db100000.xml
10409 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10410 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10411 3200006 callbacks generated
10412 real 0m1.270s
10413 Which means 16MBytes/s and 3Mcallback/s
10414
Daniel Veillardc62a1472002-03-19 18:35:12 +000010415Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10416
10417 * xpath.c: valgrind spotted another error that time when running
10418 on libxslt regression tests
10419
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010420Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10421
10422 * Makefile.am: adding "make valgrind" running the full regression
10423 tests (except python ones) under Valgrind (using valgrind -q
10424 which was kindly added by the author).
10425 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10426 passes cleanly now except an obcure floating point initialization
10427 raised in log10() in one XPath regression test ???
10428 * tree.c: edited some comments to close #75244
10429
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010430Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10433 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10434 context of ScrollKeeper, made sure that if the number is
10435 an integer, the serialization follows the description at
10436 http://www.w3.org/TR/xpath#section-String-Functions
10437
Daniel Veillard5997aca2002-03-18 18:36:20 +000010438Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10439
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010440 * configure.in: preparing 2.4.18
10441 * doc/*: updated and rebuilt the web site
10442 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10443 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010444 * parser.c: humm, changed the way the SAX parser work when
10445 xmlSubstituteEntitiesDefault(1) is set, it will then
10446 do the entity registration and loading by itself in case the
10447 user provided SAX getEntity() returns NULL.
10448 * testSAX.c: added --noent to test the behaviour.
10449
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010450Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10451
10452 * parser.c: Wilfried Teiken provided a hackish but working
10453 way to get context reported back on entities when parsing
10454 with SAX and without breaking the DOM build.
10455
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010456Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10457
10458 * c14n.c: applied a new patch from Aleksey Sanin
10459 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10460 to reference Aleksey implementation of XML digital Signatures
10461
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010462Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * xpath.c: small fix to avoid potential problem due to
10465 ordering of freeing data
10466 * python/Makefile.am: people were complaining about
10467 the generated file in python dir not being built
10468
Daniel Veillardd2379012002-03-15 22:24:56 +000010469Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10470
10471 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10472 python/generator.py python/libxml.c python/types.c: Cleanup
10473 of the python Makefiles based on Jacob and James feedback,
10474 fixed the spec file accordingly, fixed the number of warning
10475 that passing my pedantic CFLAGS was generating. Conclusion
10476 is that Python includes are real crap.
10477
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010478Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10479
10480 * configure,in: it was reported quite a few times that
10481 xml2-config --cflags should not output
10482 -I$includeprefix/libxml2/libxml because libxml2 header names
10483 clashes with existing names like list.h from C++ stl.
10484 Includes should be #include<libxml/xxx.h> so ...
10485
Daniel Veillard6f293b12002-03-15 09:42:33 +000010486Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10487
10488 * c14n.c: another patch from Aleksey Sanin
10489
Daniel Veillard5c396542002-03-15 07:57:50 +000010490Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10491
10492 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10493 canonicalization algorithm
10494 * doc/xml.html doc/index.html: added the C14N references on the
10495 index page.
10496
jacob berkman9be65862002-03-14 02:15:56 +0000104972002-03-13 jacob berkman <jacob@ximian.com>
10498
10499 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10500 usage, redundant, and gcc specific
10501
Daniel Veillard75be0132002-03-13 10:03:35 +000010502Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10503
10504 * xpath.c: speedup some node selection operations, this can
10505 have a significant impact on DocBook Norm's stylesheets
10506 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10507 make sure it's always the case
10508 * debugXML.c: distinguish CDATA and comments in ls operations
10509
Daniel Veillard61f26172002-03-12 18:46:39 +000010510Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10511
10512 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10513 to generate better API descriptions etc...
10514
Daniel Veillard9ff88172002-03-11 09:15:32 +000010515Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * c14n.c: Fixing #74186, made sure all boolean expressions
10518 get fully parenthesized, ran indent on the output
10519 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10520 include/libxml/tree.h: also #74186 related, removed the
10521 --with-buffers option, and all the preprocessor conditional
10522 sections that were resulting from it.
10523
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010524Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10525
10526 * valid.c: applied patch from Dodji Seketeli fixing an
10527 uninitailized variable in xmlValidGetValidElements()
10528
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010529Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10530
10531 * c14n.c: fixed a few comments
10532 * doc/*.html doc/*/*.html: regenerated the docs and added
10533 the C14N API
10534 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10535
Daniel Veillardfa49d872002-03-09 10:20:00 +000010536Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10537
10538 * check-xml-test-suite.py: fix to adapt varaiations in the
10539 bindings
10540 * configure.in python/setup.py python/setup.py.in: fixed to
10541 have the version of the python scripts automatically updated
10542
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010543Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10544
10545 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10546 in xmlCopyProp()
10547
Daniel Veillardaf43f632002-03-08 15:05:20 +000010548Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10549
10550 * configure.in: preparing 2.4.17 release
10551 * doc/*: updated and rebuilt the docs
10552 * xpath.c: fixed a comment
10553 * python/libxml.c: fixed a possible reentrancy problem
10554
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010555Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10558 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10559 added a specific regression test
10560 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10561 not raise exceptions when failing to find the attribute.
10562
Daniel Veillard90bc3712002-03-07 15:12:58 +000010563Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10564
10565 * configure.in xmllint.c: owen pointed out a problem with the
10566 ftme fix, gettimeofday() was not detected by configure and
10567 the ftime header wasn't included, dohhh
10568
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010569Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10570
10571 * configure.in xmllint.c: trying to fix #71457 for timing
10572 precision when gettimeofday() is not availble but ftime() is
10573
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010574Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10575
10576 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10577 are now copied on install and part of the -devel RPM
10578
Daniel Veillard7b416132002-03-07 08:36:03 +000010579Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10580
10581 * xpath.c: trying to avoid bug #72150 which was apparently
10582 caused by a gcc bug (or a processor problem) as detailed
10583 at http://veillard.com/gcc.bug
10584
Daniel Veillardf742d342002-03-07 00:05:35 +000010585Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10588 fixed xmlReconciliateNs(), added a Python test/example for
10589 inter-document cut'n paste
10590 * python/libxml.py: fixed node.doc on document nodes and added
10591 xpathEval() onto node objects
10592
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010593Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10596 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10597 fixup and integrated tests for the serialization stuff
10598
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010599Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10602 moved the libxml man page to section 3
10603
Daniel Veillard1e774382002-03-06 17:35:40 +000010604Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10605
10606 * tree.c: fix bug #72490
10607 * python/libxml.c python/libxml.py: added methods serialize()
10608 and saveTo() to all node elements.
10609
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010610Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * xmlIO.c: closed #73430, don't read from an input source
10613 which indicated an end-of-file or an error.
10614
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010615Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * parser.c: make sure SAX endDocument is always called as
10618 this could result in a Python memory leak otherwise (it's
10619 used to decrement ref-counting)
10620 * python/generator.py python/libxml.c python/libxml.py
10621 python/libxml2-python-api.xml python/libxml2class.txt
10622 python/tests/error.py python/tests/xpath.py: implemented
10623 the suggestions made by Gary Benson and extended the tests
10624 to match it.
10625
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010626Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * python/generator.py: applied patch fixing #73450
10629
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010630Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10631
10632 * xpath.c: fixing #61290 "namespace nodes have no parent"
10633 long standing divergence from the XPath REC. NodeSets
10634 simply hold a copy of namespace nodes and those node ->next
10635 points to the parent (which may not be the node carrying the
10636 definition).
10637 * include/libxml/xpath.h: flagged but didn't added a possible
10638 speedup
10639 * DOCBparser.c HTMLparser.c: removed some warnings from push
10640 parser due to new state being added.
10641 * tree.c: new fix from Boris Erdmann
10642 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10643 the XML Canonalization support from Aleksey Sanin
10644
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010645Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * tree.c: patch from Boris Erdmann fixing some namespace odities
10648 with xmlCopyNode()
10649
Daniel Veillardc6613042002-03-02 09:34:02 +000010650Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * xmlIO.c: fix bug #72706 when loading a NULL entity
10653
Daniel Veillardc0fef772002-03-01 16:16:31 +000010654Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10655
10656 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10657 actually change in a future XML Namespace revision.
10658
Daniel Veillard79426f22002-03-01 16:14:17 +000010659Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10660
10661 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10662 added the possibility of returning nodesets from XPath extension
10663 functions written in Python
10664
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010665Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10666
10667 * python/*: commiting some Python bindings work done while travelling
10668
Daniel Veillard97300512002-03-01 09:13:41 +000010669Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10670
10671 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10672 explicitely with memory debugging switched on
10673
Daniel Veillard6361da02002-02-23 10:10:33 +000010674Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10675
10676 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10677 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10678 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10679 the accessor generator for strings
10680 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10681 regression test.
10682
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010683Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10684
10685 * python/README python/generator.py python/libxml.c python/setup.py:
10686 added the 'usual' setup.py to allow building a libxml2-python
10687 module based on the same code. The initialization is however
10688 different the 2 .so files fo libxml2 and libxslt are identical and
10689 they entry point initialize both libraries. this is done to avoid
10690 some possible nasty problem since the Python don't merge the maps
10691 of all shared modules.
10692
Daniel Veillard158a4d22002-02-20 22:17:58 +000010693Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * parser.c: fixed a push/encoding bug reported by Michael
10696 on librsvg
10697
Daniel Veillard7839e162002-02-20 18:54:48 +000010698Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10699
10700 * include/libxml/parserInternals.h: fixes a misplaced #endif
10701
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010702Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * parser.c valid.c: found and fixed a couple of allocation bugs
10705
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010706Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * doc/xml.html doc/python.html doc/*: added a Python and binding
10709 page describing the current state of the Python bindings and
10710 giving pointers to the other languages wrappers.
10711
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010712Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10713
10714 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10715 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10716 rebuilt the API and web site
10717 * xpath.c: fixed #71978 portability bugs
10718
Daniel Veillard8aff2472002-02-19 21:50:43 +000010719Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10720
10721 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10722
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010723Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * include/libxml/parserInternals.h parser.c: had to change
10726 2 internal parsing API when processing document content
10727 to check the start and end of element content are defined
10728 in the same entity
10729 * valid.c include/libxml/valid.h: attribute normalization can
10730 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10731 with the context to report it.
10732 * SAX.c: fixed the last known bugs, crazy validation constraints
10733 when a document is standalone seems correctly handled. There
10734 is a couple of open issues left which need consideration especially
10735 PE93 on external unparsed entities and standalone status.
10736 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10737 The 2 tests left failing are actually in error. Cleanup done.
10738
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010739Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * valid.c: implemented E59 spaces in CDATA does not match the
10742 nonterminal S
10743
Daniel Veillard878eab02002-02-19 13:46:09 +000010744Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10745
10746 * SAX.c parser.c valid.c: more validation test fixups
10747 * check-xml-test-suite.py: added duration info for the tests
10748
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010749Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * parser.c valid.c: a couple of errors were reported but not
10752 saved back as such in the parsing context. Down to 1% failure rate
10753 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10754
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010755Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10756
10757 * xmlInternald.c: isExtender was missing a char
10758 * parser.c include/libxml/parser.h: % are acceptable in the
10759 internal subset if within a PUBLIC ID
10760
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010761Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * SAX.c parserInternals.c valid.c: more work on the conformance
10764 suite. Took the step to finally block documents with encoding
10765 errors. It's a fatal error per the spec, people should have fixed
10766 their documents by now.
10767
Daniel Veillard55253e22002-02-18 14:32:39 +000010768Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * check-xml-test-suite.py: fixed the test script after some discussion
10771 on the semantic of TYPE="error"
10772 * Makefile.am: added the script to the distrib
10773
Daniel Veillard28757702002-02-18 11:19:30 +000010774Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10775
10776 * SAX.c entities.c: fixed a couple of conformances issues deep
10777 into the validation code (standalone and undeclared Notations)
10778
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010779Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10780
10781 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10782 stayed there for years !
10783
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010784Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10785
10786 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10787 missing
10788
Daniel Veillardc7612992002-02-17 22:47:37 +000010789Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10790
10791 * check-xml-test-suite.py: improved the behaviour a bit as
10792 well as the logs
10793 * parser.c valid.c SAX.c: fixed a few more bugs
10794 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10795
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010796Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * check-xml-test-suite.py: python script to run regression tests
10799 against the XML Test suite of W3C/OASis
10800 * SAX.c: fixed a validation bug
10801 * parser.c: fixed 3 errors pointed by the test suite
10802 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10803 * python/Makefile.am: fixed a dependendy
10804
Daniel Veillard9f28f302002-02-15 20:48:08 +000010805Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10806
10807 * xmlmemory.c: avoid a warning bug #71594
10808
Daniel Veillard144024e2002-02-13 21:14:46 +000010809Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10810
10811 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10812 warning on alpha/Tru64
10813
Daniel Veillarde4301c82002-02-13 13:32:35 +000010814Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * include/libxml/entities.h: fixing a comment
10817 * valid.c: fixing some troubles with validity check on namespaces
10818 * result/VC/NS3 test/VC/NS3: added a specific regression test
10819
Daniel Veillarda6d05382002-02-13 13:07:41 +000010820Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10821
10822 * tree.c: Fixing #71342 serializing '\n' in attribute values
10823 * result/noent/att3 result/att3 test/att3: added a specific
10824 test.
10825
Daniel Veillard797a5652002-02-12 13:46:21 +000010826Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10827
10828 * python/libxml.c: couple of bug fixes
10829
Daniel Veillard01a6d412002-02-11 18:42:20 +000010830Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * python/*.py: removed tabs and used spaces.
10833
Daniel Veillard397ff112002-02-11 18:27:20 +000010834Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10837 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10838
Daniel Veillard03517542002-02-11 13:54:40 +000010839Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10840
10841 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10842 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10843
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010844Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10845
10846 * include/libxml/encoding.h include/libxml/entities.h
10847 include/libxml/globals.h include/libxml/parser.h
10848 include/libxml/threads.h include/libxml/tree.h
10849 include/libxml/xmlmemory.h: trying to fix the include mess
10850
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010851Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10852
10853 * include/libxml/xmlmemory.h: reverted part of the previous
10854 attempt to provide #69655, this was breaking the build.
10855
Daniel Veillard0ba59232002-02-10 13:20:39 +000010856Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10857
10858 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10859 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10860 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10861 include/libxml/parserInternals.h include/libxml/tree.h
10862 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10863 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10864 clean.
10865 * python/libxml.c: fixed a warning.
10866
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010867Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10870 copying of node, merge back IDs in the target document.
10871 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10872 test/XInclude/ents/ids.xml: test case
10873 * result/VC/ElementValid4: output changed due to a typo fix
10874
Daniel Veillard1c18e302002-02-09 22:16:40 +000010875Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10876
10877 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010878 generate the dependencies right as Jacob found out. Add
10879 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010880
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010881Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10882
10883 * parserInternals.c valid.c: Justin Fletcher found some parts
10884 of the code needing cleanup
10885 * libxml.spec.in python/Makefile.am python/generator.py
10886 python/libxml.c python/libxml.py: Fixed the python Makefiles
10887 corrected a bug showing up on ia64, changed the name of the
10888 python internal module too
10889
Daniel Veillard07be19b2002-02-08 14:20:35 +000010890Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10891
10892 * Makefile.am: applied patch from Andris Pavenis for binary
10893 name suffixes
10894
Daniel Veillardf216d462002-02-08 13:44:24 +000010895Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10896
10897 * xmllint.c win32/win32config.h: fixing #68748
10898
Daniel Veillardd455d792002-02-08 13:37:46 +000010899Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * valid.c: fixing #70166
10902
10903Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * valid.c: fixing #70077
10906
Daniel Veillardc575b992002-02-08 13:28:40 +000010907Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * Copyright Makefile.am README configure.in libxml.spec.in:
10910 Changed to the MIT Licence
10911 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10912 doc/xmlio.html: updated the doc accordingly
10913 * include/libxml/xmlwin32version.h configure.in: preparing
10914 2.4.14 release
10915 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10916 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10917 fixed the const xmlChar * wrapper and generator, XPath extension
10918 functions now use the context as first argument
10919 * python/tests/tstxpath.py python/tests/xpath.py
10920 python/tests/xpathext.py: Updated the tests accordingly
10921 * tree.c: fixed bug #70067
10922
Daniel Veillard7db38712002-02-07 16:39:11 +000010923Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10924
10925 * Makefile.am: cleanup
10926 * debugXML.c: always use stdout if output is NULL
10927 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10928 * python/Makefile.am python/generator.py python/libxml2class.txt
10929 python/libxml_wrap.h python/types.c: augmented the number of bindings
10930 handling FILE * and XPath contexts
10931 * python/tests/Makefile.am: avoid a stupid problem due to the
10932 use of TEST.
10933
Daniel Veillard15a143b2002-02-06 22:40:50 +000010934Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10935
10936 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10937
Daniel Veillard70cab352002-02-06 16:06:58 +000010938Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10939
10940 * python/TODO python/libxml.c: cleanup the extension function lookup
10941 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10942
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010943Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10944
10945 * configure.in python/Makefile.am: do not install outside
10946 of prefix
10947
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010948Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * python/TODO python/libxml.c: started adding SAX interfaces
10951 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10952 SAX test
10953
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010954Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10955
10956 * tree.c: hardened the addChild function
10957 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10958 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10959 added accessors needed for xmlNode, a bit more testing and
10960 extension of interfaces
10961 * python/tests/Makefile.am python/tests/build.py: added a test
10962 build from scratch/save/load/check
10963
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010964Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * parserInternals.c: change a small bit in the way valididy
10967 error messages get initialized
10968 * python/TODO python/libxml.c python/libxml2-python-api.xml
10969 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10970 added some memory debugging to track leaks at the libxml2 level
10971 * python/tests/*.py: changed all tests to check for leaks,
10972 there is just one left in XPath extension registrations.
10973
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010974Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10975
10976 * python/TODO python/generator.py python/libxml2-python-api.xml
10977 python/libxml2class.txt: more accessor classes for the parser
10978 context, allow to switch on and check validity
10979 * python/tests/Makefile.am python/tests/error.py
10980 python/tests/invalid.xml python/tests/valid.xml
10981 python/tests/validate.py: attded more test and and added error.py
10982 which I forgot to commit in the last step
10983
Daniel Veillard3ce52572002-02-03 15:08:05 +000010984Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10985
10986 * python/Makefile.am python/types.c: cleanup
10987 * python/libxml.c python/libxml.py python/libxml_wrap.h
10988 python/generator.py python/libxml2-python-api.xml
10989 python/libxml2class.txt: added class for parser context, added
10990 first cut for push mode support. Added a framework to generate
10991 accessors functions.
10992 * python/tests/Makefile.am python/tests/push.py: added a push
10993 test
10994
Daniel Veillardcfb05462002-02-02 23:18:22 +000010995Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10996
10997 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10998 bug a bit of cleanup.
10999
Daniel Veillard5d819032002-02-02 21:49:17 +000011000Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11003 python/libxml2class.txt: adding error redirections and preformat
11004 to a python handler
11005 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11006 tests self checking
11007
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011008Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11009
11010 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11011 a function
11012
Daniel Veillard9589d452002-02-02 10:28:17 +000011013Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11016 python/libxml.c python/libxml2-python-api.xml
11017 python/libxml2class.txt: Progressing through the TODOs, class
11018 description output, extra XML API, RPM now builds the wrappers
11019 for all python installed versions
11020
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011021Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * configure.in libxml.spec.in python/Makefile.am python/TODO
11024 python/generator.py python/libxml2class.txt: added more informations
11025 in the libxml2-python package including docs. Slightly changed
11026 the class hierarchy
11027 * python/tests/*: added basic regression tests infrastructure too
11028
11029Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11030
11031 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11032 added libxml2-python as part of the packages installed
11033
Daniel Veillarda7340c82002-02-01 17:56:45 +000011034Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11035
11036 * python/Makefile.am python/generator.py python/libxml.c
11037 python/libxml.py: more work, now able to extend the
11038 XPath interpreter with functions written in python.
11039
Daniel Veillardc3e39442002-02-01 09:29:41 +000011040Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * python/Makefile.am: Jacob sent a patch to allow building from
11043 tarfile.
11044
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011045Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11048 inserted the python wrappers build, I hope this won't be too
11049 unportable
11050
Daniel Veillard1971ee22002-01-31 20:29:19 +000011051Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * xpath.c: minor optimization
11054 * python/generator.py python/libxml.c python/libxml.py
11055 python/libxml_wrap.h: more work on the python bindings,
11056 they now support XPath and there is no evident leak
11057
Daniel Veillard36ed5292002-01-30 23:49:06 +000011058Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11059
11060 * python/generator.py python/libxml.c python/libxml.py:
11061 more work on the python bindings generator.
11062
Daniel Veillard96fe0952002-01-30 20:52:23 +000011063Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11064
11065 * python/generator.py python/libxml.c python/libxml_wrap.h:
11066 more work on the python bindings.
11067
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011068Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11069
11070 * python/generator.py python/libxml.c python/libxml.py
11071 python/libxml_wrap.h: commited early version of a python binding
11072 for private use only ATM
11073
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011074Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11075
11076 * entities.c tree.c include/libxml/entities.h: applied patch
11077 from Anthony Jones to implement copy of DTD subtree too. Had
11078 just to keep 2 function private which really ought to become
11079 public ones.
11080
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011081Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11082
11083 * xmllint.c: added pointers to the web pages in the usage()
11084
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011085Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11086
11087 * tree.c: more fixes from Petr Kozelka for attribute handling
11088 in the tree API to align the semantic with DOM.
11089
Daniel Veillard36065812002-01-24 15:02:46 +000011090Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11091
11092 * valid.c tree.c entities.c: another set of patches from
11093 Anthony Jones for copy operations cleanup and robustness
11094
Daniel Veillardf8592562002-01-23 17:58:17 +000011095Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11096
11097 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11098 an alphabetic index based on comments content
11099 * doc/*: rebuilt the web site with the new references
11100
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011101Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * parserInternals.h: Greg Sjaardema suggested to use an
11104 eponential buffer groth policy in xmlParserAddNodeInfo()
11105
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011106Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11109 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11110 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11111 to generate cross-references, and added/updated the stylesheets
11112 to generate and link API indexes. The generic keyword index
11113 is not done yet.
11114 * doc/*.html: regenerated all the usual docs too
11115
Daniel Veillard2070c482002-01-22 22:12:19 +000011116Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * debugXML.c: added an xpath function to the shell for T. V. Raman
11119
11120Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011121
11122 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11123 debug routines.
11124
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011125Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11126
11127 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11128 support of attribute nodes
11129
Daniel Veillard9d06d302002-01-22 18:15:52 +000011130Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11131
11132 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11133 hopefully near complete and fully documented of the API in XML
11134 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11135 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11136 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11137 include/libxml/parserInternals.h include/libxml/valid.hi
11138 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11139 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11140 include/libxml/xpath.h include/libxml/xpathInternals.h:
11141 Cleaned up the doc comments a lot in the process, the interface
11142 coverage is now 100%
11143
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011144Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11147 extracts comments from the gtk-doc DocBook output (a bit
11148 convoluted but seems to work).
11149
Daniel Veillard61006472002-01-21 17:31:47 +000011150Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11151
11152 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11153 added an XML description of the API, moved the script generating
11154 it here. Added a "make api" target
11155
Daniel Veillardd2f23002002-01-21 13:36:00 +000011156Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11159
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011160Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * xpath.c include/libxml/xpathInternals.h: the change made to
11163 xmlXPathFuncLookupFunc was incompatible roll it back
11164
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011165Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11166
11167 * SAX.c: cleanup patch from Anthony Jones
11168 * doc/Makefile.am: fix the headers to avoid in make scan
11169 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11170 includes, * vs Ptr and general cleanup
11171 * parsedecl.py: first version of a script to extract the
11172 module interfaces, the goal will be to provide .decl or XML
11173 specification of the interfaces to build wrappers.
11174
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011175Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11176
11177 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11178 now provides return codes in case of errors
11179
Bjorn Reese026d29f2002-01-19 15:40:18 +000011180Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11181
11182 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11183 Upgraded to trio baseline 1.6
11184 * strio.h strio.c: Replaced by triostr.h and triostr.c
11185
Daniel Veillard572577e2002-01-18 16:23:55 +000011186Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11189 of strdup usage in the code
11190
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011191Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11192
11193 * parser.c error.c: Keith Isdale complained rightly that
11194 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11195
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011196Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11197
11198 * tree.c: fixed the funxtion to set the xml: attributes
11199 * debugXML.c: added "setbase" to test it.
11200
Daniel Veillard2c748c62002-01-16 15:37:50 +000011201Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11202
11203 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11204 to allow updating an attribute content
11205
Daniel Veillard8de85c62002-01-15 17:10:15 +000011206Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11207
11208 * libxml.h: try to avoid problems when compiling on Windows
11209
Daniel Veillard314cfa02002-01-14 17:58:01 +000011210Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11211
11212 * hash.c: patch from Anthony Jones for hash.c allocation size
11213 * Makefile.am: trying to work around Yet Another Libtool Madness
11214 and build the 2.4.13 release finally ...
11215
Daniel Veillard744683d2002-01-14 17:30:20 +000011216Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11217
11218 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11219 * doc/* : update of the documentation
11220
Daniel Veillarde6a55192002-01-14 17:11:53 +000011221Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11224 at fixing #61290 :-(
11225
Daniel Veillardfb25a512002-01-13 20:32:08 +000011226Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11227
11228 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11229 Fixes bug #67229
11230
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011231Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * tree.c: trying to avoid troubles when a subtree is copied
11234 and coalesced in part with the target tree. Should fix
11235 bug #67407
11236
Daniel Veillardd8224e02002-01-13 15:43:22 +000011237Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11238
11239 * valid.c: fixed validation of attributes content of type
11240 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11241 values, very old bug. Fixes #67671
11242
Daniel Veillard8107a222002-01-13 14:10:10 +000011243Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11244
11245 * parser.c include/libxml/parserInternals.h tree.c: integrated
11246 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11247 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11248
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011249Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11250
11251 * threads.c: applied Serguei Narojnyi's patch to add native
11252 thread support on the Win32 platform
11253 * testThreadsWin32.c Makefile.am: added the test program also
11254 from Serguei, Win32 specific
11255 * include/win32config.h include/libxml/xmlwin32version.h.in:
11256 added patch from Igor for the Windows thread specific defines.
11257
Daniel Veillard845cce42002-01-09 11:51:37 +000011258Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11259
11260 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11261
Daniel Veillard7b602b42002-01-08 13:26:00 +000011262Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11265 output page into XMLinfo.html. Close bug #66951 and
11266 raised by Robert Collins too.
11267
Daniel Veillard73c6e532002-01-08 13:15:33 +000011268Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11269
11270 * encoding.c: Paul Keogh pointed out a possibility of segfault
11271 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11272 Closes bug # 68238
11273
Daniel Veillard4a859202002-01-08 11:49:22 +000011274Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11275
11276 * doc/*.html: updated the Gdome2 links
11277
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011278Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11279
11280 * libxml.h: Applied following patches from Robert Collins
11281 and make sure IN_LIBXML is defined when compiling it
11282 -------
11283 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11284 as well as Visual C.
11285 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11286 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11287 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11288 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11289 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11290 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11291 xmlSysIDExists xmlNoNetExists).
11292 * xmllint.c: Don't include winsock2.h for Cygwin.
11293
Daniel Veillard401c2112002-01-07 16:54:10 +000011294Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11295
11296 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11297 when the version info is not present.
11298
Daniel Veillard6f42c132002-01-06 23:05:13 +000011299Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * tree.c: Anthony Jones pointed out a problem in
11302 xmlStringGetNodeList() and provided a fix for it
11303
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011304Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011306 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011307 xmlCreatePushParserCtxt() when the initial buffer passed
11308 is large.
11309
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011310Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * win32/*: big cleanup of the Windows/MSVC project files
11313 from Igor Zlatkovic
11314
Daniel Veillardcebb1362002-01-02 13:13:30 +000011315Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11316
11317 * doc/Makefile.am: should fix #67674 and avoid troubles if
11318 xsltproc is not available or fails in the prefix provided
11319
Daniel Veillard26908ab2002-01-01 16:50:03 +000011320Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11321
11322 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11323
Daniel Veillard5344c602001-12-31 16:37:34 +000011324Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11325
11326 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11327 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11328 Fixed a few other problems raised by Charlie Bozeman.
11329 * result/VC/ElementValid[5-7]: fixed the output
11330
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011331Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11332
11333 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11334 patches from Charlie Bozeman. Regenerated the HTML docs.
11335
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011336Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11337
11338 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11339 for Windows from Igor
11340
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011341Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11342
11343 * xmllint.c: applied Justin Fletcher patch for --output or -o
11344
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011345Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11346
11347 * win32/libxml2/libxml2.def.src: close #67019
11348
Daniel Veillard01db67c2001-12-18 07:09:59 +000011349Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11350
11351 * xmllint.c: applied Justin Fletcher generic timing patch
11352 similar to the one already applied to xsltproc.
11353
Daniel Veillardd1640922001-12-17 15:30:10 +000011354Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11355
11356 * include/libxml/tree.h tree.c: applied documentation patches
11357 from Charlie Bozeman
11358
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011359Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11360
11361 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11362
Daniel Veillard29e43992001-12-13 22:21:58 +000011363Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11364
11365 * valid.c: fix the xmlStrdup() used in the previous patch.
11366 * valid.c: added --dropdtd
11367 * tree.c: fixed xmlUnlinkNode so it also removes the references
11368 from the document if the node is a DTD
11369
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011370Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11371
11372 * HTMLtree.c valid.c: cleanup some static declarations
11373
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011374Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11375
11376 * xmllint.c: removed another strdup()
11377 * doc/FAQ: removed the HP/UX entry
11378
Daniel Veillarded472f32001-12-13 08:48:14 +000011379Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11380
11381 * valid.c: fix bug #66816 when validating.
11382 * xmllint.c: don't use sys/time.h if configure did not found it
11383
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011384Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11385
11386 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11387 xmlcatalog_man.xml
11388
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011389Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11390
11391 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11392 xmlInitMemory() was declared twice
11393
Daniel Veillardb82c1662001-12-09 14:00:54 +000011394Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11395
11396 * globals.c: do not reference strdup() !
11397 * configure.in libxml-2.0.pc.in: trying to fix the libs
11398 of the various config extraction modules
11399
Daniel Veillardef90ba72001-12-07 14:24:22 +000011400Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11401
11402 * configure.in : preparing 2.4.12
11403 * doc/* : updated and rebuilt the docs
11404
Daniel Veillard220346d2001-12-07 11:33:54 +000011405Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11406
11407 * uri.c: closed bug #66159
11408 * testURI.c: added --escape option
11409 * configure.in: some cleanup for xml2-config --cflags
11410
Daniel Veillard2a906822001-12-06 14:34:08 +000011411Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11412
11413 * globals.c testThreads.c: removed some misplaced includes
11414 of xmlversion.h
11415
Daniel Veillarde28313b2001-12-06 14:08:31 +000011416Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11417
11418 * threads.c: patch from Gary Pennington fixing a possible
11419 problem at initialization time.
11420
Daniel Veillardd3b08822001-12-05 12:03:33 +000011421Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11422
11423 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011424 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011425 CodeWarrior.
11426
Daniel Veillarda7866932001-12-04 13:14:44 +000011427Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11428
11429 * xmllint.c: applied Geert Kloosterman's patch to fix
11430 --repeat --timing output
11431
Daniel Veillard19840942001-11-29 16:11:38 +000011432Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11433
11434 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11435 where non-wellformed XML declaractions were not detected.
11436
Daniel Veillarde85d9342001-11-28 14:43:12 +000011437Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11438
11439 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11440
Daniel Veillard22f25a82001-11-28 09:12:23 +000011441Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11442
11443 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11444 gets reset by xmlCleanupInputCallbacks() and this makes the
11445 function useless. Same for output.
11446
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011447Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11448
11449 * xmlIO.c: robert pointed out a loop error in callback cleanups
11450
Daniel Veillard8faa7832001-11-26 15:58:08 +000011451Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11452
11453 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11454 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11455 they are not really tied to debugging
11456
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011457Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11458
11459 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11460 * xmllint.c: better --catalogs description
11461
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011462Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11463
11464 * tree.c: fixed a couple of problems in xmlSetProp()
11465
Daniel Veillardcd337f02001-11-22 18:20:37 +000011466Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11467
11468 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11469 unappropriate stdout output.
11470
Daniel Veillard566d4df2001-11-22 13:00:53 +000011471Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11472
11473 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11474 by Denis Beurive, closes #65111
11475
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011476Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11477
11478 * valid.c: in case of content model validity error, don't
11479 print it if validity warnings were not requested.
11480
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011481Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11482
11483 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11484 * parserInternals.c: removed the last exit() call. Print an
11485 unmaskable error on stderr instead (library mismatch detection)
11486
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011487Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11488
11489 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11490 shell instructions from Heiko Rupp
11491
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011492Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11493
11494 * catalog.c: use the URL notation file:// for default catalog paths
11495
Daniel Veillard0ec98632001-11-14 15:04:32 +000011496Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11497
11498 * include/libxml/tree.h: better comments for _private fields
11499 * tree.c: removed a problem when copying an entity reference.
11500
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011501Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11502
11503 * vms/*: updated instructions and diffs from John A Fotheringham
11504
Daniel Veillarda11001b2001-11-12 22:45:36 +000011505Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11506
11507 * include/libxml/xmlerror.h: avoid an include problem if
11508 #include <libxml/xmlerror.h> happens first in code
11509 seems to be the case in KDE libs
11510
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011511Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11512
11513 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11514 from Igor for Windows
11515
11516Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11517
11518 * Makefile.am: Gary Pennington pointed out a missing prefix
11519
Daniel Veillard43d3f612001-11-10 11:57:23 +000011520Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11521
11522 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11523 * doc/*: upgraded and rebuilt the docs
11524
Daniel Veillardc1f78342001-11-10 11:43:05 +000011525Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11526
11527 * HTMLparser.c: fix comment in scripts element parsing.
11528 * result/HTML/doc3*: updated the results.
11529
11530Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * uri.c: another URI bug fix #63336, using Joel Young patch.
11533
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011534Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11535
11536 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11537 a cleaned up version of the Pwd shell string generation.
11538
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011539Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11540
11541 * valid.c include/libxml/tree.h: trying to fix namespaces +
11542 validation problems for good, closing #63619 in the process
11543 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11544 wrong in this respect, fixed it.
11545
Daniel Veillardd536f702001-11-08 17:32:47 +000011546Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11547
11548 * xmllint.c: Morus Walter patch to allow --format and --encode
11549
Daniel Veillard5004f422001-11-08 13:53:05 +000011550Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11551
11552 * debugXML.c: Stefan Kost provided an help command for the shell
11553
Daniel Veillarda6825e82001-11-07 13:33:59 +000011554Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11555
11556 * debugXML.c: Heiko Rupp pointed that the shell would crash
11557 on empty nodesets returns.
11558
Daniel Veillard03f848d2001-11-07 12:53:46 +000011559Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11560
11561 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11562 migh need the history libraries
11563
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011564Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11567 handle the case of < in quoted attributes, Bastian Kleineidam
11568
Daniel Veillardc853b322001-11-06 15:24:37 +000011569Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11570
11571 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11572 fixing catalog breakages
11573 * Makefile.am catalog.c result/catalogs/catal
11574 result/catalogs/mycatalog.* test/catalogs/catal*:
11575 fixed more problems in catalog support, added more regression tests
11576 for both XML and SGML catalog handling
11577
Daniel Veillard66870c72001-11-05 19:27:49 +000011578Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11579
11580 * debugXML.c: applied an improvement to xmlGetLineNo() from
11581 Keith Isdale
11582
Daniel Veillardffe09c92001-11-05 14:21:47 +000011583Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11584
11585 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11586 Side effect of the progressive catalog loading
11587
Daniel Veillardad661b92001-11-05 11:43:15 +000011588Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11589
11590 * Makefile.am: confexecdir and confexec_DATA were defined twice
11591 pointed out by Karl Eichwalder
11592
Daniel Veillard6eb17722001-11-04 22:19:27 +000011593Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11594
11595 * xmlcatalog.c: avoid unlink() and use remove() instead.
11596
Daniel Veillardea898282001-11-04 22:13:45 +000011597Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11598
11599 * libxml.spec.in: cleanup
11600 * include/libxml/xmlwin32version.h: updated with 2.4.8
11601
Daniel Veillarda4617b82001-11-04 20:19:12 +000011602Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11603
11604 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11605 of compiling libxml with a non standard set of options
11606
John Fleck027edfb2001-11-04 20:13:58 +000011607Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11608
11609 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11610 document --sgml option, fixing gnome bugzilla #63382
11611
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011612Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11615 breakage of 2.4.7, added a couple of really needed APIs
11616 like xmlCatalogIsEmpty() and xmlNewCatalog()
11617 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11618 for install-catalog
11619 * configure.in: preparing 2.4.8
11620
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011621Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11622
11623 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11624 include/libxml/tree.h include/libxml/xmlIO.h: more include
11625 cleanups, export cleanly one html output + format function.
11626
11627Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11628
11629 * parser.c: removed initGenericErrorDefaultFunc call from
11630 xmlInitParser() since it could destroy previous calls to
11631 xsltSetGenericErrorFunc() effects
11632
Daniel Veillardebd38c52001-11-01 08:38:12 +000011633Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11634
11635 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11636 keyword.
11637
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011638Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * Makefile.am: cleanup
11641 * threads.c: cleanup too
11642 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11643 from xsltproc
11644 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011645 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011646
Daniel Veillard91c00402001-10-30 17:41:38 +000011647Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11648
11649 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11650 was not used anymore !
11651
Daniel Veillard52dcab32001-10-30 12:51:17 +000011652Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11653
11654 * configure.in: preparing 2.4.7
11655 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11656 manual page from John
11657 * doc/*: updated the doc and rebuilt the generated pages
11658
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011659Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11660
11661 * xmlIO.c: closing bug #62711, the library should never
11662 close stdin or stdout.
11663
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011664Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11665
11666 * uri.c: second pass at fixing #63336, using Joel Young
11667 final patch. looks okay.
11668
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011669Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11670
11671 * uri.c include/libxml/uri.h: trying to clear #63336
11672 allowing the escaping routine to parse unconformant
11673 URI-References.
11674
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011675Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11676
11677 * vms/readme.vms vms/build_libxml.com nanoftp.c
11678 include/libxml/xmlversion.h.in: a few VMS updates from
11679 John A Fotheringham
11680 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11681 and xmlCleanupOutputCallbacks() for the Perl binding people.
11682
Daniel Veillard635ef722001-10-29 11:48:19 +000011683Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11684
11685 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11686 apply fixes to close #63271 and avoid segfaults when
11687 the error routine gets callbed before xmlInitParser()
11688 get called.
11689 * nanoftp.c error.c: Applied patches from Justin Fletcher
11690 correcting some xmlGenericError misuses.
11691
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011692Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11693
11694 *doc/xmllint.xml, doc/xmllint.1
11695 New and improved man page for xmllint - .xml is the original, .1
11696 is the generated man page
11697
Daniel Veillardc9484202001-10-24 12:35:52 +000011698Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11699
11700 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11701 the web site from the main HTML document.
11702
Daniel Veillard5151c062001-10-23 13:10:19 +000011703Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11704
11705 * parser.c: fixed an erroneous validation bug when PE refs
11706 occurs in external parsed entities referenced from the
11707 internals subset
11708 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11709 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11710 added the associated testcase, it's a nice one.
11711 * HTMLparser.c: generate the DTD node as HTML still ...
11712 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11713
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011714Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11715
11716 * HTMLparser.c: fixed a bug in htmlNewDoc()
11717
Daniel Veillard89cad532001-10-22 09:46:13 +000011718Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11719
11720 * test/threads/*: added entities testing to the Thread test
11721 * testThreads.c: make the test reasonable
11722 * DOCBparser.c: fix the DTD public and system ID
11723 * xmllint.c: added --sgml for SGML DocBook importing
11724 * Makefile.am: added Docbtests target
11725
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011726Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11727
11728 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11729 * testThreads.c: removed bogus include
11730
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011731Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11732
11733 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11734 fixed a very serious (looping) validation bug
11735
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011736Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11737
11738 * include/libxml/globals.h include/libxml/threads.h threads.c
11739 testThreads.c: far more testing, cleaning up bugs
11740 * *.c : make sure globals.h is always included.
11741
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011742Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11743
11744 * HTMLparser.c: try to get rid of parser loops for good.
11745
Daniel Veillardab7488e2001-10-17 11:30:37 +000011746Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11747
11748 * configure.in: fixed some bugs in CFLAGS passing.
11749 * test/threads Makefile.am testThreads.c: added a specific
11750 threaded test case (really nasty, guaranteed).
11751
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011752Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11753
11754 * catalog.c: serious cleanup on the management of the
11755 XML catalog tree, more tests done, especially with
11756 the catalog PI.
11757
Daniel Veillard364789a2001-10-16 12:45:00 +000011758Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11759
11760 * catalog.c: avoid a problem in catalog cleanup on SMP if
11761 catalogs were not initialized.
11762
Daniel Veillard81463942001-10-16 12:34:39 +000011763Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11764
11765 * catalog.c xpath.c: trying to cleanup the not thread safe
11766 parts of the library.
11767
Daniel Veillard64a411c2001-10-15 12:32:07 +000011768Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * include/libxml/globals.h configure.in global.data: make
11771 the allocation be per-thread a configure option
11772 * encoding.c include/libxml/parser.h: fixed compilation
11773 errors
11774
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011775Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11776
11777 * include/libxml/parser.h: Norm reported that a few lines
11778 added were breaking libxslt compile, removed them for now
11779
Daniel Veillard6f350292001-10-14 09:56:15 +000011780Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * parser.c parserInternals.c threads.c: debugged and fixed
11783 initialization problems which were giving troubles on SMP
11784 boxes.
11785
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011786Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11787
11788 * include/libxml/Makefile.am: missing globals.h
11789
Daniel Veillarde7090612001-10-13 12:18:28 +000011790Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011791
Daniel Veillarde7090612001-10-13 12:18:28 +000011792 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011793
Daniel Veillardd0463562001-10-13 09:15:48 +000011794Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11795
11796 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11797 include/libxml/parserInternals.h include/libxml/tree.h
11798 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11799 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11800 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11801 Applied the last patches from Gary, cleanup, activated threading
11802 all user accessible global variables are now handled in globals.[ch]
11803 Still a bit rought but make tests passes with either
11804 --with-threads defined at configure time or not.
11805 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11806 linking options
11807
Daniel Veillardb8478642001-10-12 17:29:10 +000011808Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11809
11810 * Makefile.am include/libxml/Makefile.am
11811 include/libxml/globals.h globals.c include/libxml/threads.h
11812 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11813 configure.in: started integrating the core of the thread support
11814 not activated yet but half integrated. The code should still
11815 compile and work anyway.
11816
Daniel Veillardb44025c2001-10-11 22:55:55 +000011817Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11818
11819 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11820 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11821 integrating the non-controversial parts of Gary Pennington
11822 multithread patches
11823 * catalog.c: corrected a small bug introduced
11824
Daniel Veillard75b96822001-10-11 18:59:45 +000011825Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11826
11827 * catalog.c include/libxml/catalog.h: very serious cleanup,
11828 isolating unportable code and as much as possible the accesses
11829 to the global shared catalog. May need more testing !
11830
Daniel Veillard78d12092001-10-11 09:12:24 +000011831Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11834 Keith Isdale patches for the XSLT debugger interfaces. Some
11835 cleanup
11836
Daniel Veillardff0b7312001-10-11 06:46:09 +000011837Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11838
11839 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11840 * DOCBparser.c: generate line nubers in elements
11841
Daniel Veillard60087f32001-10-10 09:45:09 +000011842Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * configure.in: preparing 2.4.6 release
11845 * doc/xml.html doc/html/*: updated and rebuilt the docs
11846 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11847
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011848Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11849
11850 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11851 adding documentation for DV's supercatalog support
11852
Daniel Veillard82d75332001-10-08 15:01:59 +000011853Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11854
11855 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11856 super catalog support adding one API and one flag --sgml to
11857 xmlcatalog
11858
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011859Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11860
11861 * doc/xmlcatalog_man.xml, xmlcatalog.1
11862 One more crack at
11863 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11864
11865
Thomas Broyer47334c02001-10-07 16:41:52 +000011866Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11867
11868 * xpath.c: implemented xmlXPathObjectCopy for external objects
11869 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11870
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011871Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11872
11873 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11874 finishing up fix to
11875 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11876 the xmlcatalog man page display more elegantly
11877
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011878Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * configure.in: closing bug #61832
11881 * HTMLparser.c: removed a warning
11882
Daniel Veillard6ab38382001-10-06 13:08:27 +000011883Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11884
11885 * xpath.c: fixing #61673 part I, do not loose doc information
11886 when copying result value trees.
11887
Daniel Veillard556c6682001-10-06 09:59:51 +000011888Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11889
11890 * xpath.c: trying to harden the XPath interpreter
11891
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011892Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11893
11894 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11895 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11896
William M. Brack1633d182001-10-05 15:41:19 +000011897Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11898
11899 * HTMLparser: repaired another loop problem
11900
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011901Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11902
11903 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11904 parsing.
11905 * xpath.c: fix bug #61291 the default XML namespace node is
11906 missing from the namespace axis.
11907 * tree.c: refuse to create namespaces nodes with prefix "xml"
11908
Daniel Veillard651f9472001-10-04 14:51:06 +000011909Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11910
11911 * SAX.c: ouch a non-defined namespace could lead to a crash,
11912 fixed #61215
11913
Daniel Veillard7dd05702001-10-04 14:25:12 +000011914Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11915
11916 * parserInternals.c: closed bug #61054
11917
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011918Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * include/libxml/Makefile.am: closing #60708
11921
Daniel Veillarda293c322001-10-02 13:54:14 +000011922Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11923
11924 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11925 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11926
Daniel Veillardf4309d72001-10-02 09:28:58 +000011927Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11928
11929 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11930
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011931Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11932
11933 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11934 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11935
Daniel Veillard16756b62001-10-01 07:36:25 +000011936Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11937
11938 * catalog.c: Justin Fletcher provided cleaup code in case
11939 HAVE_STAT is not defined
11940 * include/win32config.h: Igor Zlatkovic suggested to have
11941 HAVE_STAT defined there
11942
William M. Brack5e1cac12001-09-28 16:19:18 +000011943Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11944
11945 * catalog.c - fixed typing error reported by M. Barros
11946
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011947Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11948
11949 * xmllint.c - fixing typo
11950
William M. Brackd28e48a2001-09-23 01:55:08 +000011951Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11952
11953 * HTMLparser.c: small enhancement to prevent loop on
11954 unrecognizable data
11955
Daniel Veillardb1d62872001-09-21 09:47:08 +000011956Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11957
11958 * parserInternals.c: applying patch from bug #60757 this
11959 should close it
11960
Daniel Veillardc0631a62001-09-20 13:56:06 +000011961Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11962
11963 * catalog.c xmlcatalog.c: removed a couple of warning
11964 * xpath.c: try to solve the linking problem on platforms
11965 needing trio to compile
11966
Daniel Veillard1a123612001-09-19 08:06:23 +000011967Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011968
Daniel Veillard1a123612001-09-19 08:06:23 +000011969 * Makefile.am libxml.spec.in: backing up non-documented changes
11970 commited without review or aproval by Jens Finke <jens@gnome.org>
11971 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011972
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011973Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11974
11975 * configure.in: Joe Orton provided a patch fixing a problem
11976 when iconv is specified to be in a non-standard directory
11977 but wasn't exported in xml2-config --cflags
11978
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011979Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11980
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011981 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011982 troubles with 2.4.4 errors.
11983
Daniel Veillard16698282001-09-14 10:29:27 +000011984Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11985
11986 * encoding.c entities.c: do not output hexadecimal charrefs
11987 when serializing HTML since some version of Netscape can't
11988 grok it, generate decimal ones.
11989 * result/HTML/doc3.htm: output changed due to previous test
11990 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11991
Daniel Veillard98fed372001-09-13 11:34:58 +000011992Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11993
11994 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11995 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11996
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011997Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011998 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011999
12000 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12001 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12002 updated the configuration scripts systems accordingly
12003
Daniel Veillard04382ae2001-09-12 18:51:30 +000012004Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12005
12006 * configure.in: preparing for 2.4.4
12007 * doc/xml.html doc/html/*: updated and rebuilt the docs
12008
Daniel Veillardd63437e2001-09-12 15:00:27 +000012009Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12010
12011 * win32/dsp/libxml2.def.src: tried to incorporate comments
12012 from bug #59220
12013
Daniel Veillard319a7422001-09-11 09:27:09 +000012014Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12015
12016 * parser.c result/noent/wml.xml: fixed bug #59981 related
12017 to handling of '&' in attributes when entities are substitued
12018
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012019Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12020
12021 * libxml.h include/libxml/xmlversion.h.in
12022 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12023 Tried to close bug #60131
12024
Daniel Veillardbce62332001-09-10 18:46:55 +000012025Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12028
Daniel Veillard143b04f2001-09-10 18:14:14 +000012029Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12030
12031 * SAX.c: fixing bug #59946 on xmlns=""
12032
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012033Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12034
12035 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12036 but allocates a new error code.
12037
Daniel Veillard05c13a22001-09-09 08:38:09 +000012038Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12039
12040 * xmllint.c: John Fleck fixed typos in the options output
12041 * parser.c SAX.c: fix ignorable white space SAX selection
12042
12043Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12044
12045 * entities.c: Steve Underwood found the possibility of an
12046 ininite loop in case of error.
12047
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012048Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12049
12050 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12051
Daniel Veillarda050d232001-09-05 15:51:05 +000012052Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12053
12054 * parser.c: warn if version is not 1.0 but it's not
12055 strictly speaking an error after analyzing the spec
12056
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012057Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12058
12059 *doc/catalog.html - add link to the html version of the
12060 man page, other linguistic cleanups
12061
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012062Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12063
12064 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12065 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12066 file, has not yet been included in the build.
12067
Daniel Veillard99784ff2001-09-01 16:20:28 +000012068Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12069
12070 * catalog.c: removed a duplicate affectation Justin Fletcher
12071
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012072Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12073
12074 * tree.c: Armin Sander pointed a possible text coalescing
12075 problem, completed his patch.
12076
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012077Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12078
12079 * trionan.c: Fixed const and volatile re-definition problem
12080
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012081Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12082
12083 * libxml.4 parser.c: doc updates from Heiko Rupp
12084 * parserInternals.c: 2 sanity checks from Heiko Rupp
12085
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012086Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12087
12088 * tree.c: applied patch from Armin Sander to make some pointers
12089 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012090 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012091
Daniel Veillardb06c6142001-08-27 14:26:30 +000012092Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12093
12094 * xpath.c: hum, restrict the integer usage gcc bug workaround
12095 to only gcc compilers so that other architecture don't get
12096 penalized by this limitation.
12097 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12098
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012099Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12100
12101 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12102 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12103
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012104Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12105
12106 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12107 --convert option to xmlcatalog to convert SGML ones to
12108 the XML syntax.
12109 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12110
12111 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012112Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * catalog.c xmlIO.c: started some serious testing and fixed
12115 a few bug and optmization needs.
12116
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012117Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12118
12119 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12120 preparing for a 2.4.3 release even if it may not be ready yet
12121 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12122 all file parsing lookup to go through the entity resolver, add
12123 to add an API to bypass it (needed to load catalogs themselves),
12124 some cleanup on the catalog code too.
12125 * nanoftp.c: small cleanup
12126 * doc/catalog.html: small update
12127
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012128Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12129
12130 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12131 Jun Kuriyama
12132
Daniel Veillardffb120d2001-08-23 00:52:23 +000012133Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * doc/catalog.html: finished the catalog documentation
12136
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012137Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * doc/catalog.html doc/xml.html: added documentation about
12140 Catalog support, misses an API description
12141 * doc/html/*: reextracted the API pages
12142
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012143Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12144
12145 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12146 Added the part about section 7.2 on URI resolution,
12147 fixed a side effect in the HTML parser, look complete
12148 and ready to rock except the URI/SystemID part!
12149
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012150Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12151
12152 * include/libxml/catalog.h include/libxml/parser.h
12153 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12154 xmlIO.c: added support and APIs needed for the catalog PI
12155 * include/libxml/xmlIO.h: cleanup
12156
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012157Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12158
12159 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12160 include/libxml/catalog.h: starts to look okay, really
12161 plugged the new framework, cleaned a lot of stuff,
12162 added some APIs, except the PI's support missing this
12163 should be mostly complete
12164 * result/catalogs/* test/catalogs/*: added new test, enriched
12165 the existing one with URN ID tests
12166
Daniel Veillard64339542001-08-21 12:57:59 +000012167Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12168
12169 * catalog.c: fixed nextCatalog
12170 * result/catalogs/docbook test/catalogs/*: started adding
12171 a small regression test
12172
Daniel Veillardcda96922001-08-21 10:56:31 +000012173Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12174
12175 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12176 more work on the XML catalog support.
12177 * parser.c include/libxml/parser.h: small cleanup seems using
12178 list as a public parameter name can give portability troubles
12179 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12180 include/libxml/xpath.h include/libxml/Makefile.am: removed
12181 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12182 wrappers
12183
Bjorn Reese45029602001-08-21 09:23:53 +000012184Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12185
12186 * Makefile.am trio.c triodef.h trionan.c xpath.c
12187 include/libxml/Makefile.am include/libxml/trionan.h:
12188 Re-worked Not-A-Number and Infinity support.
12189 * xmlcatalog.c: added readline include files
12190
Daniel Veillard344cee72001-08-20 00:08:40 +000012191Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12192
12193 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12194 testCatalog as xmlcatalog, making it an installed app
12195 adding a shell, and preparing it to be a /etc/xml/catalog
12196 management tool, though not ready yet
12197 * catalog.c include/libxml/catalog.h: adding support for
12198 XML Catalogs http://www.oasis-open.org/committees/entity/
12199 not finished, there is some interesting tradeoffs and a
12200 few open questions left.
12201
Daniel Veillardb7664f42001-08-19 13:00:43 +000012202Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12203
12204 * xmllint.c: fixed a line formatting problem
12205
Daniel Veillard5015b712001-08-17 09:37:52 +000012206Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12207
12208 * SAX.c: removed a couple of unused variable (Albert Chin)
12209
Daniel Veillardbb371292001-08-16 23:26:59 +000012210Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12211
12212 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12213 trying to fix some troubles w.r.t. function returning
12214 const xxxPtr.
12215
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012216Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12217
12218 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12219 defined
12220
Daniel Veillardae6db172001-08-16 19:32:00 +000012221Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12222
12223 * xpointer.c: removed unused var
12224
Daniel Veillard09190202001-08-16 16:27:41 +000012225Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12226
12227 * testXPath.c: another small cleanup closing bug #59110
12228
Daniel Veillard796f4b62001-08-16 16:00:13 +000012229Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12230
12231 * win32/dsp/libxml2.def.src: small cleanup closing bug
12232 #59108
12233
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012234Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12235
12236 * example/gjobread.c: add xmlCleanupParser() before leaving
12237
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012238Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12239
12240 * config.h.in configure.in include/libxml/xmlwin32version.h:
12241 released 2.4.2
12242
Daniel Veillardd3d06722001-08-15 12:06:36 +000012243Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12244
12245 * include/libxml/valid.h debugXML.c valid.c: deprecate
12246 the non-boundchecking Sprintf functions, add Snprintf
12247 this should close bug #57984
12248
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012249Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12250
12251 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12252 URIs before doing the lookups (pointed by Mark Vakoc)
12253
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012254Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12255
12256 * xpath.c: serious changes on Result Value Trees and NodeSets
12257 w.r.t. deallocation and collect operations. Probably not
12258 100% clean (merge of allocated trees smells like a problem).
12259 Seems sufficient to close #58943
12260
Daniel Veillard90493a92001-08-14 14:12:47 +000012261Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12262
12263 * xmllint.c: adding a --format option
12264
Daniel Veillardfe703322001-08-14 12:18:09 +000012265Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12266
12267 * xpath.c: count() was broken on Result Value Tree
12268 * xmlIO.c: fixed file:/// accesses on _WIN32
12269
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012270Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12271
12272 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12273 macro was renamed, this should close bug #58683
12274
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012275Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12278 entity substitution mode text at the end of the entity might
12279 be added due to text coalescing.
12280 * nanoftp.c parser.c: small cleanup
12281
Daniel Veillard0c720972001-08-08 20:59:00 +000012282Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12283
12284 * HACKING: added John Fleck right to commit in the doc subdir
12285
Daniel Veillard48da9102001-08-07 01:10:10 +000012286Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12287
12288 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12289 allow to inherit attributes from the DTD directly in the
12290 tree, this is needed for XPath and can be a useful feature.
12291 Inherited namespaces are always provided at the tree level now
12292 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12293 of tests for this feature (XSLT being the prime user).
12294
Daniel Veillard50f34372001-08-03 12:06:36 +000012295Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12296
12297 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12298 testSAX.c xmlIO.c xmllint.c include/win32config.h
12299 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12300 include/libxml/xmlwin32version.h.in win32/README.MSDev
12301 win32/dsp/*: applied Win32 Facelift No.2 patches from
12302 Igor Zlatkovic for Windows/MSC
12303
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012304Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12305
12306 * SAX.c: unparsedEntityDecl() the URI computation of the
12307 entity wasn't done breaking XSLT unparsed-entity-uri()
12308
Daniel Veillard567e1b42001-08-01 15:53:47 +000012309Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12310
12311 * xpath.c: fixed a bug when walking the descendants and
12312 the current node has no children
12313 * debugXML.c: show up when a text node is supposed to not be escaped
12314
Thomas Broyerf186c822001-07-31 23:30:37 +000012315Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12316
12317 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12318 worked like the set:leading() function)
12319 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12320
Daniel Veillardba6db032001-07-31 16:25:45 +000012321Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12322
12323 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12324
Daniel Veillard57905372001-07-31 15:52:17 +000012325Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12326
12327 * include/libxml/xmlIO.h: apply change to close #58141
12328 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12329
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012330Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12331
12332 * parser.c: when the internal subset uses a PE, then the
12333 included entity can use conditional sections.
12334
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012335Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12336
12337 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12338 when walking the namespace axis showing up in
12339 libxst/tests/general/bug-12
12340 * xmlmemory.c: added the possibility to trace a given block
12341 defined by its address
12342
Daniel Veillard4aafa792001-07-28 17:21:12 +000012343Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12344
12345 * parser.c: don't override existing encoding specified before
12346 starting xmlParseDocument()
12347
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012348Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12349
12350 * include/libxml/xmlwin32version.h: reinserted, needed for
12351 Windows users of CVS
12352
Darin Adlera77cac02001-07-27 17:41:51 +0000123532001-07-27 Darin Adler <darin@bentspoon.com>
12354
Darin Adler699613b2001-07-27 22:47:14 +000012355 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12356 * testCatalog.c: Add include of <libxml/parser.h>.
12357
123582001-07-27 Darin Adler <darin@bentspoon.com>
12359
Darin Adlera77cac02001-07-27 17:41:51 +000012360 * include/libxml/.cvsignore:
12361 * include/libxml/xmlwin32version.h:
12362 Remove this file from CVS because it's generated.
12363
Daniel Veillard50822cb2001-07-26 20:05:51 +000012364Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12365
12366 * parser.c include/libxml/parser.h: applied const patches from
12367 Tom Moog #58002
12368
Thomas Broyerba4ad322001-07-26 16:55:21 +000012369Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12370
12371 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12372 lookup framework
12373
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012374Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12375
12376 * tree.c: fixed xmlCopyNode() for documents
12377
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012378Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12379
12380 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12381
12382Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012383
12384 * parser.c: fixes bug #57652 reported by Morus Walter
12385
Daniel Veillarde3924972001-07-25 20:25:21 +000012386Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12387
12388 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12389
Daniel Veillarda53c6882001-07-25 17:18:57 +000012390Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12391
12392 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12393 errors, lesson don't add new functions at 1am before a release
12394 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12395 from XPath initialization when possible.
12396
Daniel Veillardd9bad132001-07-23 19:39:43 +000012397Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12398
12399 * result/scripts/base*: removing history/readline changed
12400 this slightly
12401 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12402 xmllint.c: make element content line number generation
12403 optionnal to avoid breaking old apps added interface to switch
12404
Daniel Veillardf012a642001-07-23 19:10:52 +000012405Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12406
12407 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012408 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012409 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12410 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12411 John Kroll fixes to allow saving to HTTP via PUT (or
12412 POST of needed).
12413 * doc/html/*.html: regenerated the docs
12414
Thomas Broyere8126242001-07-22 03:54:15 +000012415Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12416
12417 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12418 xmlHashScanFull and xmlHashScannFull3 to get passed the
12419 three keys as arguments to the callback function
12420
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012421Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12422
12423 * configure.in Makefile.am: removed libxml softlink for good
12424 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12425 100% coverage by gtk-doc
12426
Daniel Veillard8599e702001-07-17 21:38:51 +000012427Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12428
12429 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12430 fixed serious troubles due to size_t vs. int mismatch
12431
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012432Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12433
12434 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12435
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012436Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12437
12438 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12439 convenient extension API for value and context managing
12440 Now handles external objects through xmlXPathPopExternal,
12441 xmlXPathWrapExternal and xmlXPathReturnExternal.
12442 Added functions for sets operations (intersection, etc.)
12443
Daniel Veillard22090732001-07-16 00:06:07 +000012444Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12445
12446 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12447 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12448 HTMLparser.c: cleanup of global variables, marking some
12449 const or private.
12450
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012451Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012452
12453 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12454 fixed xmlXPathNodeSetItem when passing index=0
12455
Daniel Veillard05dec342001-07-14 21:57:39 +000012456Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12457
12458 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12459
Daniel Veillard28ae6362001-07-14 16:44:32 +000012460Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12461
12462 * xmllint.c: fixed compilation under Cygwin #57503
12463 * TODO: update
12464
Peter Williamsed156f52001-07-13 18:35:13 +0000124652001-07-13 Peter Williams <peterw@ximian.com>
12466
12467 * config.h.in: add #undef HAVE_DLFCN_H
12468
12469 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12470 builddir.
12471
Daniel Veillard73b36e32001-07-12 15:09:52 +000012472Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12473
12474 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12475 raised by #57348 and #57381
12476
Daniel Veillard7db37732001-07-12 01:20:08 +000012477Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12478
12479 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12480 tree.c xpointer.c: store the line numbder in element->content,
12481 may break some software, need a configuration mechanism
12482
Darin Adler96037892001-07-11 00:03:16 +0000124832001-07-10 Darin Adler <darin@bentspoon.com>
12484
12485 * .cvsignore:
12486 * example/.cvsignore:
12487 * include/.cvsignore:
12488 * include/libxml/.cvsignore:
12489 Various things that are generated and should be ignored.
12490
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012491Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12492
12493 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12494 * doc/xml.html doc/html/*: updated the docs
12495
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012496Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12497
12498 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12499 validation occured on content with element child
12500
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012501Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12502
12503 * tree.c: fixed XML Base computation which was broken
12504 * debugXML.c: added a base function to the shell
12505 * Makefile.am result/scripts/* test/scripts/*: added scripts
12506 based regression tests, and adding 2 XML Base tests
12507
Daniel Veillard19e96c32001-07-09 10:32:59 +000012508Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12509
12510 * tree.c: set properties doc and call xmlSetListDoc for properties
12511 content when grafting them in a different tree.
12512 * aclocal.m4: remove from CVS
12513
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012514Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12515
12516 * win32/libxml2/libxml2.def.src: added some missing entry point
12517 for XPath (Mark Vakoc)
12518
Daniel Veillard388236f2001-07-08 18:35:48 +000012519Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12520
12521 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12522 layer should URI-Unescape before trying to open resources.
12523
Daniel Veillard04383752001-07-08 14:27:15 +000012524Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12525
12526 * xpath.c: fix the name() bug for elements in the default
12527 namespace reported by Charlie Bozeman
12528
Daniel Veillard7583a592001-07-08 13:15:55 +000012529Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12530
12531 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12532 led to an XPath fix, improvements of SAX initialization, and
12533 an added option --nocdata to testXPath
12534
Daniel Veillard449d7392001-07-07 19:11:06 +000012535Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12536
12537 * doc/libxml-doc.el: Felix Natter provided anew version working
12538 with XEmacs too
12539
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012540Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12541
12542 * include/libxml/xpath.h: small cleanup
12543 * doc/xml.html: update
12544
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012545Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12546
12547 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12548 released 2.3.14
12549
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012550Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12551
12552 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012553 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012554
Daniel Veillard73c9c042001-07-05 20:02:54 +000012555Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12556
12557 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12558 were not equal to empty strings
12559
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012560Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12561
12562 * SAX.c: fixed a URI-Reference computation problem when validating
12563 * xmlIO.c: small cleanup
12564
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012565Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12566
12567 * parser.c: improved the description of a couple of interfaces
12568 upon Larry Stamper suggestion
12569
Daniel Veillard62f313b2001-07-04 19:49:14 +000012570Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * SAX.c entities.c parser.c: changed completely the way entities
12573 are handled when running the parser in entity substitution mode.
12574 This fixes a bug reported by Stephan Kulow and nearly divides
12575 by 3 the amount of memory required by libxslt to load and process
12576 DocBook TDG.
12577
Daniel Veillardf420ac52001-07-04 16:04:09 +000012578Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12579
12580 * HTMLparser.c: fixing a too early root closing problem raised
12581 byt Prashanth Naidu
12582
Daniel Veillard8c357d52001-07-03 23:43:33 +000012583Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12584
12585 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12586 raised by Mark Vakoc.
12587
Daniel Veillard6e90d192001-07-03 16:37:49 +000012588Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12589
12590 * example/Makefile.am: fixed the include path to add srcdir/include
12591 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12592 and some cleanup
12593
Daniel Veillardf06307e2001-07-03 10:35:50 +000012594Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12597 lot of optimization work, results in significant improvements
12598 when handling really complex XPath queries. Add a small optimizer
12599 for unions, improve [n] and [last()], avoid some costly ops.
12600
Daniel Veillard77044732001-06-29 21:31:07 +000012601Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12602
12603 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12604 * xpath.c: small cleanup
12605 * xmlGetNsList: reformated, fixed problems if used on Entities
12606
Daniel Veillard2adbb512001-06-28 16:20:36 +000012607Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12608
12609 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12610
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012611Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12612
12613 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12614 * Makefile.am example/Makefile.am: workaround automake generating
12615 erroneous deps
12616
Daniel Veillard12f7d292001-06-28 13:12:11 +000012617Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12618
12619 * include/win32config.h: bug #56801 Yon Derek provided a patch
12620 to the windows config file.
12621
Daniel Veillard87ee9142001-06-28 12:54:16 +000012622Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12623
12624 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12625 libxml.h : Yon Derek provided a set of changes to compile from
12626 CVS on Windows/MSC
12627
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012628Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12629
12630 * parser.c: fixed UTF8 BOM support in push mode
12631 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12632 added a specific testcase
12633
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012634Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12635
12636 * Makefile.am: added --push regression tests
12637 * parserInternals.c: the XML parser segfaulted in --push mode
12638
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012639Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12640
12641 * configure.in: moved the symlinks detection within a CVS
12642 check, this is not portable and will be removed soon.
12643 * xpath.c: small cleanup/speedup
12644
Daniel Veillard11648102001-06-26 16:08:24 +000012645Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12646
12647 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12648 release of 2.3.12
12649 * parser.c: make an error message if unknow entities in all cases
12650
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012651Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12652
12653 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12654
Daniel Veillard23793842001-06-25 16:07:45 +000012655Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12656
12657 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12658 includes were installed in the wrong dir
12659
Daniel Veillardf5498f32001-06-25 15:08:36 +000012660Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12661
12662 * doc/html.xml: warn against sending code to exhibit bugs.
12663
Daniel Veillard56f06462001-06-24 21:34:03 +000012664Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12667 Tru64 from Thomas Leitner
12668
Daniel Veillardc5d64342001-06-24 12:13:24 +000012669Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * AUTHORS: added William and Bjorn
12672 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12673 daniel@veillard.com hopefully I won't have to do this again
12674 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12675 docs can be rebuilt cleanly now
12676 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12677 from CVs it's generated, added include/libxml/xmlwin32version.h
12678 also generated but which should change far less frequently.
12679 * catalog.c nanoftp.c: made sure to include libxml.h not
12680 libxml/xmlversion.h directly
12681 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12682 when compiling on WIN32 and MSC
12683
Daniel Veillard07385fd2001-06-23 21:55:48 +000012684Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12685
12686 * include/Makefile.am include/libxml/Makefile.am configure.in:
12687 fixed make distcheck and rebuilding the rpms
12688
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012689Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12690
12691 * configure.in: should finish the migration of exported includes
12692 into a real include/libxml in CVS, at least for CVS users.
12693 * removed the exported headers, added in include/libxml (as well
12694 as xmlversion.h.in).
12695
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012696Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * configure.in: fixed the way to detect symlink
12699
Daniel Veillard66541772001-06-23 18:31:04 +000012700Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12701
12702 * configure.in: updated, include/libxml is now a real CVS dir
12703
Daniel Veillardca989762001-06-23 17:39:29 +000012704Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12707 version works with both libxml1 and libxml2 (it autodetects
12708 the prefix of the html-files) from Felix Natter.
12709 * doc/xml.html: updated doc accordingly
12710
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012711Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12712
12713 * xpath.c: fixed the bug generating a template loop in libxslt
12714 when using docbook-xsl-1.4, * should filter out document nodes
12715 * HACKING: added William
12716 * TODO: updated
12717
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012718Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12719
12720 * doc/FAQ.html: added a warning about gcc-3.0
12721 * doc/xml.html: added reference to gdome2 and removed a confusing
12722 sentence
12723
Daniel Veillardf7f41852001-06-22 15:18:01 +000012724Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12725
12726 * xmlversion.h: okay this is a generated file, but Windows
12727 users need it and they can't generate it, and I want CVS
12728 Windows users ...
12729 * win32/libxml2/libxml2_so.dsp: Windows project file for
12730 the shared lib version of libxml2
12731 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12732 resources needed for libxslt/xsltproc by Yon Derek
12733
Bjorn Reese3157b342001-06-22 14:41:45 +000012734Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12735
12736 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12737
Daniel Veillard4151acb2001-06-22 10:48:57 +000012738Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12739
Daniel Veillardcc146db2001-06-22 11:10:52 +000012740 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12741
12742Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12743
Daniel Veillard4151acb2001-06-22 10:48:57 +000012744 * include/win32config.h: Yon Derek provided a first fix
12745 to be able to compile libxslt/xsltproc on Windows
12746
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012747Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12748
12749 * xpath.c: attempt to work around what seemed a gcc optimizer
12750 bug when handling floats on i386 http://veillard.com/gcc.bug
12751 * tree.c entities.c encoding.c: doing some cleanups while
12752 chasing it
12753
Daniel Veillard017b1082001-06-21 11:20:21 +000012754Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12755
12756 * Makefile.am: cleanup when --without-debug is specified
12757 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12758 w.r.t. --without-debug and other include points
12759 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12760 Catalogs
12761 * configure.in entities.h tree.h HTMLparser.c: removed
12762 --without-corba, made the _private field mandatory
12763
Daniel Veillard87a764e2001-06-20 17:41:10 +000012764Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12765
12766 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12767 outputs a BOM in UTF8, an errata has been issued to avoid the
12768 problem, that was the most reasonable solution... Add support
12769 for a leading UTF8 BOM in entities.
12770
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012771Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12772
12773 * valid.c: fixed a bug found when post validating an entity ref
12774 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12775 activate it too
12776
Daniel Veillard39196eb2001-06-19 18:09:42 +000012777Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12778
12779 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12780 weakness in the node copy the XPointer and the XInclude
12781 implementations. Serious cleanup.
12782
Daniel Veillard3739b982001-06-19 12:51:30 +000012783Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * Makefile.am: Kjartan Maraas provided a small patch to
12786 add xml2-config.in to EXTRA_DIST
12787
Daniel Veillarda9142e72001-06-19 11:07:54 +000012788Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12789
12790 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12791 provided another failing case found in KDE, the way the
12792 ctxt->vctxt.nodeTab was allocated and freed changed over
12793 time but it wasn't completely cleaned up. This should fix it.
12794
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012795Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12796
12797 * parser.c: Stephan Kulow also raised the fact that line number
12798 could get miscounted making debug harder, fixed the problem
12799 in xmlParseCharData()
12800
Daniel Veillard64b98c02001-06-17 17:20:21 +000012801Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12802
12803 * valid.c: Stephan Kulow pointed out a problem when validating
12804 and using an empty entity, forgot a 'break' in a case.
12805
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012806Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12807
12808 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12809 * doc/xml.html: updated with 2.3.11
12810
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012811Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * TODO: updated adding cleanup of generated doc
12814 * configure.in: prepared to release 2.3.11
12815 * xmllint.c: added --version for bug reporting
12816 * doc/html/*.html: rebuilt the doc
12817
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012818Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12819
12820 * xpath.c: first part of the work on selecting namespace to
12821 fix bug #56115
12822
Daniel Veillard96ed5832001-06-15 22:22:04 +000012823Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12824
12825 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12826 when using -liconv
12827 * TODO: updated
12828
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012829Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12830
12831 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12832 cleanup, encoding support.
12833
Daniel Veillard608ad072001-06-14 08:32:28 +000012834Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12835
12836 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12837
Daniel Veillard239d0522001-06-13 23:02:48 +000012838Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * xpath.c: bug detected by Ankh when / is used as a function arg
12841
Daniel Veillard02bb1702001-06-13 21:11:59 +000012842Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12845 of element and use it to avoid outputting formatting spaces at
12846 the wrong place. Implemented the format parameter for HTML save.
12847 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12848 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12849 result/HTML/wired.html: of course this impact the result of a
12850 number of HTML tests
12851
Daniel Veillard95d845f2001-06-13 13:48:46 +000012852Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12853
12854 * HTMLtree.[ch]: started augmenting the HTML save API with
12855 encoding and formatting parameters
12856
Daniel Veillardeca60d02001-06-13 07:45:41 +000012857Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12858
12859 * HTMLtree.h: cleanup and started evaluating the work needed on
12860 revamping the HTML output code
12861
Daniel Veillard84666b32001-06-11 17:31:08 +000012862Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12863
12864 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12865
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012866Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12867
12868 * valid.c: fixed bug #56049, forgot one check in the
12869 validation routine
12870
Daniel Veillardca2366a2001-06-11 12:09:01 +000012871Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12872
12873 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12874
Daniel Veillard6761eee2001-06-11 10:29:38 +000012875Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12876
12877 * libxml.h: fixed an error in last commit
12878 * doc/FAQ.html: added an entry for compilation from CVS
12879
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012880Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12881
12882 * xmlversion.h.in libxml.h: Cygwin patches
12883 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12884 * tree.h: cleanup
12885
Daniel Veillardacd370f2001-06-09 17:17:51 +000012886Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12887
12888 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12889 memory block in a strange case where libxml is linked twice
12890 in the binary.
12891
Daniel Veillard1d047672001-06-09 16:41:01 +000012892Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12893
12894 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12895 state far too often, simple fix used to avoid it.
12896
Daniel Veillard4497e692001-06-09 14:19:02 +000012897Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12898
12899 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12900 being processed, applied his patch
12901 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12902
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012903Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12906 provided fixes to compile on MSCC again
12907 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12908 also provided an update for the project files.
12909
Daniel Veillarda682b212001-06-07 19:59:42 +000012910Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12911
12912 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12913 bug #55810
12914
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012915Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12916
12917 * tree.c: fixed xmlGetNsProp() to close bug #55683
12918 Note this requires libxslt to use it's own function instead.
12919
Daniel Veillardf0c53762001-06-07 16:07:07 +000012920Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12921
12922 * HTMLtree.c: when in a pre element no formatting space should
12923 be added.
12924 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12925
Daniel Veillard068a9652001-06-07 15:30:26 +000012926Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * configure.in: added tests for signal() and signal.h
12929
Daniel Veillard541d6552001-06-07 14:20:01 +000012930Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12931
12932 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12933
Daniel Veillard8a367d42001-06-07 14:01:34 +000012934Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12935
12936 * doc/libxml-doc.el: Felix Natter provided a new version for
12937 libxml2
12938
Daniel Veillard8a926292001-06-07 11:20:20 +000012939Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12940
12941 * HTMLtree.c: when in a pre element no formatting space should
12942 be added.
12943
Daniel Veillard14839d52001-06-06 16:11:56 +000012944Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12947
Daniel Veillarde95e2392001-06-06 10:46:28 +000012948Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12949
12950 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12951 hack
12952 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12953 * uri.c: fixed a warning
12954
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012955Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12956
12957 * HTMLtree.c: trying to close bug #55772 escaping in script
12958 elements
12959 * doc/xml.html: suggest to send mail to the list
12960
12961Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012962
12963 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12964 good. Use a macro and based on the solution provided in
12965 vsnprintf manual page from GNU.
12966
Bjorn Reese99748722001-06-05 12:49:15 +000012967Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12968
12969 * error.c: Workaround for non-preserving variadic list.
12970 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12971
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012972Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12973
12974 * doc/xml.html: added 2.3.10 release
12975
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012976Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12977
12978 * configure.in: releasing 2.3.10
12979
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012980Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12983
Daniel Veillard20042422001-05-31 18:22:04 +000012984Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12985
12986 * encoding.c: Robert Collins provided a patch to add the
12987 "US-ASCII" encoding alias
12988
Daniel Veillard97ac1312001-05-30 19:14:17 +000012989Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12990
12991 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12992 string oriented functions and started cleaning the related areas
12993 in xpath.c which needed fixing in this respect
12994
Daniel Veillard2d703722001-05-30 18:32:34 +000012995Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12998 #55380
12999 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13000
Daniel Veillard9403a042001-05-28 11:00:53 +000013001Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13002
13003 * TODO: updated
13004 * nanohttp.[ch] : started adding APIs to get the redirected URL
13005 when this occurs (needed for further base computation
13006 * tree.h: cleanup
13007 * encoding.c: cleanup
13008 * SAX.c: minor change around ctxt->loadsubset
13009
Daniel Veillard6278fb52001-05-25 07:38:41 +000013010Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13011
13012 * Makefile.am include/Makefile.am: small change to have
13013 include/libxml rebuilt if working from CVS.
13014 * uri.c: applied another patch from Carl Douglas for URI escaping,
13015 this should close bug #51876
13016
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013017Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13020 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13021 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13022 added specific regression test
13023 * parser.h: preparing for the XSLT mode where DTD inherited
13024 attributes are added to the tree.
13025
Daniel Veillardbbd22452001-05-23 12:02:27 +000013026Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * xinclude.[ch]: Updated the namespace for the Last Call version
13029 * result/XInclude/include test/XInclude/include: updated the
13030 testsuite accordingly
13031
Daniel Veillard8514c672001-05-23 10:29:12 +000013032Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13033
13034 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13035 related to bug #51876
13036
Daniel Veillard42596ad2001-05-22 16:57:14 +000013037Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13038
13039 * tree.c: fixed a gross mistake in base computation, xml:base is
13040 not completely correct yet (need cascade).
13041 * xpath.[ch]: added the few things needed to find a function name
13042 and URI from the XPath context when it is called.
13043
Daniel Veillard81418e32001-05-22 15:08:55 +000013044Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13045
13046 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13047 * DOCBparser.c: small cleanup
13048 * xmllint.c: added a --catalogs option to load catalogs from
13049 $SGML_CATALOG_FILES
13050 * tree.c: cleanup
13051 * configure.in: iconv library fixup, ICONV_LIBS
13052
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013053Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13054
13055 * catalog.c: handling of CATALOG entries. detection of recursion,
13056 and a few bugfixes
13057 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13058 against the default namespace
13059
Daniel Veillard04b93292001-05-21 08:15:31 +000013060Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13061
13062 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13063
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013064Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13065
13066 * parser.c: fixed propagation context info when parsing an
13067 external entity.
13068 * doc/html/*.html: regenerated a couple of docs
13069
Daniel Veillard4623acd2001-05-19 15:13:15 +000013070Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13071
13072 * doc/xml.html: update with 2.3.9 informations
13073
Daniel Veillardbed7b052001-05-19 14:59:49 +000013074Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13075
13076 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13077 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13078 * doc/html/* : rebuilt the docs
13079 * valid.c: small patch which may improve some case when
13080 validating.
13081
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013082Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * HTMLparser.c: Closed bug #54891
13085 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13086 to the suite
13087
13088Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13091 applied a documentation patch from LotR and filled in a few missing
13092 descriptions
13093
Daniel Veillard76d66f42001-05-16 21:05:17 +000013094Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13095
13096 * xpath.c tree.c parser.c: speed optimizations at the parser level
13097 document tree freeing and xpath evaluation
13098
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013099Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13100
13101 * parser.c parser.h parserInternals.h: fixed a couple of
13102 interfaces for handling memory buffer input to const char *
13103 upon suggestion of JamesH.
13104
Daniel Veillardc3739e72001-05-15 15:23:27 +000013105Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13106
13107 * configure.in: LoTR sent a patch fixing the previous commit
13108
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013109Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * configure.in: trying to deal again with the stoopid -R linking
13112 flag of Solaris
13113
Daniel Veillard790142b2001-05-15 10:51:53 +000013114Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13115
13116 * xpath.h: two nodeset access macros from Thomas Broyer
13117
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013118Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13119
13120 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13121 patch from Thomas Broyer
13122
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013123Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13124
13125 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13126 case
13127 * INSTALL: was empty added stuff from the FAQ
13128
Daniel Veillard75bea542001-05-11 17:41:21 +000013129Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13130
13131 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13132 attributes handling and #54433 by adding xmlUnsetProp()
13133 and xmlUnsetNsProp()
13134
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013135Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13136
13137 * HTMLparser.c: Patch from Jonas Borgström
13138 (htmlGetEndPriority): New function, returns
13139 the priority of a certain element.
13140 (htmlAutoCloseOnClose): Only close inline elements if they
13141 all have lower or equal priority.
13142 * result/HTML: this of course changed a number of tests results.
13143
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013144Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13145
13146 * xmlIO.c catalog.c: plugged in the default catalog resolution
13147 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13148 documentations
13149 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13150
Daniel Veillarda7374592001-05-10 14:17:55 +000013151Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13152
13153 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13154 integrating catalogs
13155 * catalog.[ch] testCatalog.c: adding a small catalo API
13156 (only SGML catalog support).
13157 * parser.c: restaured xmlKeepBlanksDefault(0) API
13158
Daniel Veillardc17337c2001-05-09 10:51:31 +000013159Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13160
13161 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13162
Daniel Veillard257d9102001-05-08 10:41:44 +000013163Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * parser.c: added xmlParseExternalEntityPrivate() to allow
13166 propagation of ctxt->_private when parsing external entities
13167
Daniel Veillard083c2662001-05-08 08:27:14 +000013168Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13169
13170 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13171
Daniel Veillard01ef7382001-05-08 07:31:43 +000013172Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13175
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013176Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13177
13178 * valid.c: warn when indeterminist content model is detected
13179 * result/VC/ElementValid8: this adds a message
13180 * Makefile.am: add --novalid for VCM tests
13181 * parserInternals.c: added a call to Init memory
13182
Daniel Veillard64269352001-05-04 17:52:34 +000013183Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13184
13185 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13186 when both parameters are NULL.
13187
Daniel Veillard37721922001-05-04 15:21:12 +000013188Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * valid.c: applied small patch from Gary Pennington, reindented
13191 some part of the code.
13192
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013193Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13194
13195 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13196 release, updated and regenerated the docs
13197
Daniel Veillard357c9602001-05-03 10:49:20 +000013198Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13199
13200 * xpath.c result/XPath/expr/floats : clarified and cleanup
13201 printing of abnormal floats in tests.
13202
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013203Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13204
13205 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13206 * results/HTML/ : a few changes in the output of the HTML tests as
13207 a result.
13208 * configure.in: tying to fix -liconv where needed
13209
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013210Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13211
13212 * Makefile.am: fixed a stupid error
13213
Daniel Veillard7150a032001-05-02 16:41:11 +000013214Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13215
13216 * configure.in Makefile.am: make the inclusion of the trio
13217 modules in the library conditional
13218
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013219Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13220
13221 * DOCBparser.c: patche from László Kovács, fixed entities refs
13222 in attributes handling
13223
Daniel Veillardedddff92001-05-02 10:58:52 +000013224Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13225
13226 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13227 flushing
13228
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013229Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13230
13231 * xpath.c: fix of an XSLT namespace bug reported on the list
13232 general/bug-8-
13233
Daniel Veillard5792e162001-04-30 17:44:45 +000013234Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13235
13236 * strio.h trio.c: Dan McNichol suggested a couple of small
13237 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13238
Daniel Veillard02141ea2001-04-30 11:46:40 +000013239Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13240
13241 * tree.c parser.c encoding.c: spent a bit more time looking
13242 at the parsing speed and DOM handling. Added a few more
13243 speedups.
13244
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013245Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13246
13247 * parser.c: small but effective parsing speed improvement
13248
Daniel Veillardb59076b2001-04-29 17:04:07 +000013249Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * configure.in: default on the DocBook parser inclusion (for Gnome)
13252 * DOCBparser.h: fixed a header reference
13253
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013254Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * configure.in xpath.c: applied Bjorn patches for FPE on the
13257 alpha
13258
Daniel Veillardeefd4492001-04-28 16:55:50 +000013259Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13262 xmlSaveFormatFileTo()
13263
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013264Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13265
13266 * xpath.c: simple and efficient optimization, XPath functions
13267 aways bind to the same code, cache this
13268 * TODO: updated (by saying some is obsolete)
13269
Daniel Veillard2156a562001-04-28 12:24:34 +000013270Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13271
13272 * xpath.c: more cleanup work on XPath name parsing routines
13273
Daniel Veillard61d80a22001-04-27 17:13:01 +000013274Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13275
13276 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13277 xmlXPathParseName
13278 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13279 * debugXML.c: avoid compilation problems if compiling without
13280 HTML support, Igor Zlatkovic
13281 * win32/libxml2/libxml2.def.src: being able to compile without
13282 XPath on Windows
13283
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013284Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13285
13286 * libxml.m4: yet another patch from Toshio Kuratomi
13287
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013288Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13289
13290 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13291
Daniel Veillard67fee942001-04-26 18:59:03 +000013292Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13293
13294 * tree.[ch]: added xmlSaveFormatFile interface for saving
13295 and indenting a file.
13296
Daniel Veillard82e49712001-04-26 14:38:03 +000013297Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13298
13299 * xpath.c: fixed bug #53689 related to processing-instruction()
13300
Daniel Veillard02f077a2001-04-26 10:59:11 +000013301Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * DOCBparser.c: patche from László Kovács
13304
Daniel Veillard30211a02001-04-26 09:33:18 +000013305Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * parser.c: applied fixes from Christian Glahn bug report #53391
13308
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013309Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13310
13311 * error.c: Jean François Lecomte provided a complete description
13312 and a fix to bug #53537
13313
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013314Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13315
13316 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13317
Daniel Veillard1034da22001-04-25 19:06:28 +000013318Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13319
13320 * DOCBparser.c SAX.c: a bit more work on entities processing.
13321 Still Need to cleanup XML output and references in attributes
13322
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013323Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13324
13325 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13326
Daniel Veillardb33c2012001-04-25 12:59:04 +000013327Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * tree.c: trying to fix #53574, not completely complete,
13330 I would like xmllint --copy --debug test/ent1 and
13331 xmllint --debug test/ent1 to show the same result.
13332 * xpath.c: fix a bug when trying to sort namespace nodes
13333
Daniel Veillard5146f202001-04-25 10:29:44 +000013334Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13335
13336 * HTMLtree.c: real fix for #53402
13337
Daniel Veillard7533cc82001-04-24 15:52:00 +000013338Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13339
13340 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13341 PIs when using xsl:output
13342 * valid.c: closing #53537 some case generate segfaults if there
13343 is validity errors
13344
Daniel Veillard61b33d52001-04-24 13:55:12 +000013345Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13346
13347 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13348 of external parsed entities, added --noent to testDocbook
13349 * valid.c: Garry Pennington found an uninitialized variable
13350 access in xmlValidateElementContent()
13351
Daniel Veillard56098d42001-04-24 12:51:09 +000013352Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13355 with madness
13356 * result/HTML/ : this modified the result of the regression tests
13357 a lot.
13358
Daniel Veillard122376b2001-04-24 12:12:30 +000013359Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13360
13361 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13362 to doc where it wasn't checked against NULL reported by
13363 Jens Laas
13364
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013365Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13368 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13369
Daniel Veillardeae522a2001-04-23 13:41:34 +000013370Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13373 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13374 * SAX.[ch]: cleanup and updates for DocBook
13375 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13376 ex SGML identifier changes
13377 * valid.c: removed a static unused function.
13378
Daniel Veillardde57c612001-04-23 09:13:36 +000013379Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13380
13381 * HTMLtree.c: applied change for Paul Sponagl on script saving
13382 * Makefile.am: the warning about entity title.xml are normal.
13383
Daniel Veillard393df012001-04-22 20:11:18 +000013384Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * configure.in: release of 2.3.7
13387 * Makefile.am: fixing make distcheck
13388
Daniel Veillarda41123c2001-04-22 19:31:20 +000013389Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13390
13391 * doc/html/* doc/xml.html: updated and regenerated the docs
13392
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013393Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13394
13395 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13396
Daniel Veillarde82a9922001-04-22 12:12:58 +000013397Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13398
13399 * tree.c: fixed #53388 with the provided patch
13400
Daniel Veillard06803992001-04-22 10:35:56 +000013401Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * valid.c: Bjorn detected an invalid memory access. Fixed
13404 vstateVPush()
13405
Daniel Veillard40af6492001-04-22 08:50:55 +000013406Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13407
13408 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13409
Bjorn Reese70a9da52001-04-21 16:57:29 +000013410Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13411
13412 * libxml.h: new header used only for the compilation of libxml
13413 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13414 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13415 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13416 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13417 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13418 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13419 baseline (version 1.2 plus a single patch).
13420 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13421 scientific notation for numbers. Tests added.
13422 * xpath.c: formatting of numbers changed to use sprintf
13423 (contribution from William Brack)
13424
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013425Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13426
13427 * valid.c: cleanup, more useful debugging
13428 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13429 * xmlIO.c: entity loading is printed as an error when validating
13430
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013431Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * valid.c: fixed to validate within entities
13434 * test/VCM/v22.xml: added a specific testcase
13435
Daniel Veillardca1f1722001-04-20 15:47:35 +000013436Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * valid.c: forgot an epsilon transition in for ()+
13439 * test/VCM/v21.xml : added a specific test case
13440
Daniel Veillard85349052001-04-20 13:48:21 +000013441Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13442
13443 * valid.c: removed a state explosion exhibited by RSS
13444 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13445 from bug #51872
13446
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013447Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13450 validation without using an ugly NFA -> DFA algo in the source.
13451 Made a specific algorithm easier to maintain, using a single
13452 stack and without recursion.
13453 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13454 * hash.c: made the growing routine static
13455 * tree.h parser.c: added the parent information to an
13456 xmlElementContent node.
13457
Daniel Veillarde470df72001-04-18 21:41:07 +000013458Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * SAX.c parser.c xpath.c: generating IDs when not validating
13461 from an external parsed entity was poisoning the ID has table
13462 with removed values. This was killing XSLT on the KDE help
13463 browser.
13464
Daniel Veillardceacdd92001-04-18 15:10:35 +000013465Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13466
13467 * entities.h: andrew@ugh.net.au detected a double declaration
13468
Daniel Veillarda10efa82001-04-18 13:09:01 +000013469Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13470
13471 * debugXML.c hash.c tree.h valid.c : some changes related to
13472 the validation suport to improve speed with DocBook
13473 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13474 the way validation errors get reported
13475
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013476Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13477
13478 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13479 by P C Chow and William M. Brack for XSLT HTML output
13480
Daniel Veillard2d90de42001-04-16 17:46:18 +000013481Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13482
13483 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13484 Igor Zlatkovic patches for MSC compilation and added his
13485 updates
13486
Daniel Veillarde043ee12001-04-16 14:08:07 +000013487Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13488
13489 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13490 prefix lookup.
13491 * parserInternals.c: fixed the bug reported by Morus Walter
13492 due to an off by one typo in xmlStringCurrentChar()
13493
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013494Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13495
13496 * HTMLparser.c result/HTML/*: revamped the way the HTML
13497 parser handles end of tags or end of input
13498
Daniel Veillard82daa812001-04-12 08:55:36 +000013499Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13502
Daniel Veillard67a21302001-04-11 14:39:16 +000013503Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13504
13505 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13506 bug where the linktime verions of free() won't work ...
13507
Daniel Veillard27b55282001-04-11 12:22:25 +000013508Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13509
13510 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13511
Daniel Veillardafc73112001-04-11 11:51:41 +000013512Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13513
13514 * doc/xml.html: added 2.3.6 release
13515
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013516Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13517
13518 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13519 * result/wml.xml: resulted in a small output change
13520
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013521Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * tree.c: xmlNewDoc was missing the charset initialization
13524 * xmllint.c: added --auto to autogenerate a doc, allow to
13525 reproduce the problem fixed on xmlNewDoc
13526
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013527Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13528
13529 * xpath.c: trying to get 52979 solved
13530 * tree.c result/ result/noent/: trying to get 52712 solved, this
13531 also made me clean up the fact that XML output in general should
13532 not add formating blanks by default, this changed the output of
13533 a few tests
13534
Daniel Veillard73639a72001-04-10 14:31:39 +000013535Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13536
13537 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13538
Daniel Veillardfac26a12001-04-08 13:08:14 +000013539Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13540
13541 * configure.in: finally released 2.3.6
13542
Daniel Veillard911f49a2001-04-07 15:39:35 +000013543Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13544
13545 * xpath.c: checking for null pointer generated by new code
13546
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013547Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13548
13549 * xpath.c: fixed a [] evaluation problem reported
13550 * test/XPath/tests/simpleaddr: extended test
13551 * result/XPath/simpleaddr: updated result
13552
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013553Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13554
13555 * xmllint.c: Dan Timis reported a portability problem
13556 on Macs without mmap, fixed it.
13557
Daniel Veillardb38bd552001-04-03 18:22:00 +000013558Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13559
13560 * testXPath.c : added a --tree option allowing to display the
13561 tree dump of the XPath expression
13562
Daniel Veillard4dd93462001-04-02 15:16:19 +000013563Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13564
13565 * xpath.c: fixed a memleak when comparing nodesets
13566 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13567 * tree.c: added a TODO
13568
Daniel Veillard92ad2102001-03-27 12:47:33 +000013569Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13570
13571 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13572 we need string functions
13573 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13574 to be able to use them where needed. Applied some changes
13575 to reduce name linking pollution and compile in only what's
13576 needed.
13577 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13578 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13579 for the string manipulation functions
13580 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13581 to the free() function of xmlmemory.c
13582 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13583 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13584 usage.
13585
13586
Daniel Veillard2be30642001-03-27 00:32:28 +000013587Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13588
13589 * error.c: applied the context output patch of the error
13590 handling submitted by Chuck Griffith
13591 * error/VC/*: this slightly change some error logs
13592
Daniel Veillard50582112001-03-26 22:52:16 +000013593Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13594
13595 * parser.c: fixed line number reporting on error
13596
Daniel Veillard04be4f52001-03-26 21:23:53 +000013597Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13598
13599 * parser.c: Sullivan and Darin found a parser bug,
13600 applied the patch.
13601
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013602Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13603
13604 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13605 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13606 xmlversion.h.in xpointer.c: of course the way I defined
13607 UNUSED breaks on old gcc version. Try to be smart and
13608 also define it directly in xmlversion.h
13609 * configure.in: removed -ansi flag from the pedantic set
13610
13611Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013612 Huge cleanup, I switched to compile with
13613 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13614 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13615 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13616 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13617 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13618 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13619 encoding.h entities.c error.c list.[ch] nanoftp.c
13620 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13621 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13622 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13623 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13624 Cleanup, staticfied a number of non-exported functions,
13625 detected and cleaned up a dozen of problem found this way,
13626 avoided a lot of public function name/typedef/system names clashes
13627 * doc/xml.html: updated
13628 * configure.in: switched private flags to the really pedantic ones.
13629
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013630Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * configure.in: 2.3.5
13633 * doc/html/*: rebuilt the docs
13634
Daniel Veillard146c9122001-03-22 15:22:27 +000013635Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13636
13637 * parser.c: fixed a reported bug in NOTATION parsing
13638 * uri.c: accepted but not fixed bug 51876, added TODO
13639 * Makefile.am: fixed bug 51876
13640
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013641Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13642
13643 * config.h.in configure.in error.c: fix a compilation problem
13644 on platforms without vsnprintf (xml@thewrittenword.com)
13645
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013646Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13647
13648 * parser.c: fixed a function name header typo
13649 * SAX.c: notations can also occur in external subset.
13650
Daniel Veillard7d42b542001-03-20 13:22:46 +000013651Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13652
13653 * error.c: removed a C++ like comment
13654
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013655Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13656
13657 * parser.c: fixing bug 52299 strange condition leading
13658 to a parser crash due to a buffer overflow
13659 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13660 added the specific test case
13661
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013662Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13665 xmlXPathConvert{String,Number,Boolean} to be able to make
13666 type casts without a context stack, fixed some implementation
13667 problems related to the absence of context at parse-time,
13668 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13669 in the public API too
13670 * xpointer.c xpathInternals.h: we need to know at parse time
13671 whether we are compiling an XPointer
13672
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013673Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13674
13675 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13676 cleaned up the parser internals, refactored XPath code, added
13677 new compilation based APIs and cleanly separated public and
13678 private APIs.
13679
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013680Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * xpath.h: the comp field must be added at the end to avoid
13683 killing binary compat.
13684
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013685Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13686
13687 * Makefile.am: detect XPath memleaks in regreson tests
13688 * error.c: fixed and error w.r.t. error reporting still using
13689 stderr
13690 * hash.c: added new line at end of file
13691 * tree.h: minor cleanup
13692 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13693 expression parsing from evaluation, resulted in a number of
13694 changes internally, and in XPointer. Likely to break stuff
13695 using xpathInternals.h but should remain binary compatible,
13696 new interfaces will be added.
13697
Daniel Veillardd574f782001-03-14 19:40:17 +000013698Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13699
13700 * configure.in: fixed a couple of problems reported by
13701 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13702 without gcc on non linux platforms.
13703
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013704Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13705
13706 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13707 a fix for --with-html-dir= configure support. I hope it won't
13708 break rpm generation
13709
Daniel Veillarda022fe02001-03-14 16:30:00 +000013710Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13711
13712 * xmlIO.c: one function comment cleanup.
13713
Daniel Veillard25239c12001-03-14 13:56:48 +000013714Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * SAX.c: external subset notations were improperly registered
13717 in the internal subset.
13718
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013719Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13720
13721 * README.cvs-commits: added, pointing to HACKING
13722 * HACKING: updated
13723
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013724Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13725
13726 * parser.c: and Matt Sergeant found one in the XML push
13727 parser (erroneous check I forgot to remove when I fixed the
13728 main parser).
13729
Daniel Veillard68d7b672001-03-12 18:22:04 +000013730Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13731
13732 * xpath.c: ptittom found a small bug in UnaryExpr
13733
Daniel Veillarde356c282001-03-10 12:32:04 +000013734Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13735
13736 * configure.in: bumped to 2.3.4
13737 * error.c: fixed bug #51860
13738 * tree.c: fixed bug #51861
13739 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13740 * tree.[ch] : added xmlDefaultBufferSize
13741 * nanoftp.c: typo in function name header block
13742 * doc/xml.html : updated, added link to XML::LibXSLT
13743 * doc/html/* : rebuilt the docs
13744
Daniel Veillard80f32572001-03-07 19:45:40 +000013745Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * parser.c SAX.c: the new content parsing code raised an
13748 ugly bug in the characters() SAX callback. Found it
13749 just because of strangeness in XSLT XML Rec ouptut :-(
13750
Daniel Veillard6c831202001-03-07 15:57:53 +000013751Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * Makefile.am: Martin Baulig suggested to add -lm
13754 * tree.c: found another bug in xmlNodeGetContent()
13755
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013756Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13757
13758 * xpath.c: Bjorn found the error related to strictness of comparison.
13759
Daniel Veillard29631a82001-03-05 09:49:20 +000013760Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * parser.c: trying to fix the Dtd parsing problem reported
13763 by Gary, side effect of last week speed optimizations.
13764
Daniel Veillard14be0a12001-03-03 18:50:55 +000013765Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13766
13767 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13768 * parserInternals.c: removed unneeded test raised by Stric
13769
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013770Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13771
13772 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13773 and fixed by William Brack). Added xmlXPathFormatNumber.
13774 Changed the sorting slightly.
13775 * configure.in Makefile.am example/Makefile.am: Added -lm.
13776 Please note that applications linking with libxml2, must
13777 also like with the math library from now on.
13778
Daniel Veillardf9533d12001-03-03 10:04:57 +000013779Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13780
13781 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13782
Daniel Veillard2f362242001-03-02 17:36:21 +000013783Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13784
13785 * parser.c: one must report spaces even if the Dtd element
13786 content proves that this is not part of the element content.
13787 * result/valid/*.xml: this changed the ouptu slightly
13788
Daniel Veillardb402c072001-03-01 17:28:58 +000013789Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * configure.in: bumped to 2.3.3
13792 * doc/xml.html: updated
13793
Daniel Veillard77851712001-02-27 21:54:07 +000013794Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13795
13796 * tree.c: minor doc fix
13797 * xpath.c: deallocation issues when a result tree has been
13798 converted to a node-set
13799
Daniel Veillardec70e912001-02-26 20:10:45 +000013800Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13801
13802 * doc/xml.html: oops corrected dates s/2000/2001
13803
Daniel Veillard8730c562001-02-26 10:49:57 +000013804Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * valid.c: new patch from Gary Pennington
13807
Daniel Veillard91e9d582001-02-26 07:31:12 +000013808Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13809
13810 * doc/xml.html: applied patch from Ankh
13811
Daniel Veillardedac3c92001-02-26 01:36:19 +000013812Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * xinclude.c: fixed a problem building on Mac
13815
Daniel Veillard21a0f912001-02-25 19:54:14 +000013816Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * parser.c: more work on increasing parsing ferformances
13819
Daniel Veillard48b2f892001-02-25 16:11:03 +000013820Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13823 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13824 avoiding memcpy in production builds MEM_CLEANUP macro use
13825 * parser.[ch] parserInternals.c: optimizations of the tightest
13826 internal loops inside the parser. Better checking of I/O
13827 flushing/loading conditions
13828 * xmllint.c : added --timing
13829
Daniel Veillard71681102001-02-24 17:48:53 +000013830Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * configure.in: bumped to 2.3.2
13833 * doc/xml.html: updated for release
13834
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013835Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * xpath.c: found a memleak and fixed a nasty bug
13838
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013839Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13840
13841 * xmllint.[c1] : added return code errors for xmllint
13842 * xpath.c: specific debug dump function for result value trees
13843
Daniel Veillard4b637072001-02-21 21:52:55 +000013844Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13845
13846 * xpath.c: finally implemented xmlXPathCompareNodeSets
13847 * test/XPath/expr/floats results/XPath/expr/floats: added
13848 a test for float expressions
13849
Daniel Veillardf714aa32001-02-21 03:07:44 +000013850Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13851
13852 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13853 * parserInternals.[ch]: trying to speed up parsing
13854 * xpath.c : speeded up node set equality op
13855
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013856Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13859 better handling of ID/IDREF and the list modules associated
13860 * configure.in: small CFLAGS cleanup
13861
Daniel Veillarda8abee62001-02-19 15:14:59 +000013862Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13863
13864 * configure.in: fixed iconv detection on AIX (stric)
13865
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013866Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013867
13868 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13869
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013870Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13871
13872 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13873 and optimized xmlXPathNodeSetSort
13874
Daniel Veillard142adbf2001-02-17 13:21:05 +000013875Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * xpath.c: bug fix when context size is 0
13878 * parser.c: I like Norm's Dtd because they still manage to break
13879 the parser occasionally
13880
Daniel Veillardf23e0092001-02-16 13:21:29 +000013881Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13884
Daniel Veillarde0e26512001-02-16 00:11:46 +000013885Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13886
13887 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13888 attributes within the XML-1.0 namespace
13889
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013890Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13891
13892 * xpathInternals.h: exported a few axis functions
13893 * doc/xml.html: updated the doc
13894
Daniel Veillard760f4422001-02-15 14:59:48 +000013895Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * configure.in: applied patch from Daniel van Balen for OpenBSD
13898 and bumped version to 2.3.1
13899 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13900 attempt to find autoclosing was simply broken, removed it,
13901 updated the examples, this is better
13902
Daniel Veillardd194dd22001-02-14 10:37:43 +000013903Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13904
13905 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13906 hash functionnalities.
13907 * doc/html/* : rebuild the doc
13908
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013909Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13910
13911 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13912 on predicate
13913 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13914 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13915 really want to have tags closed on output even if we accept
13916 unclosed ones on input
13917
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013918Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * xpath.c: ouch don't free NULL, rare case fixed
13921 * tree.c: don't coalesce text nodes if they don't have the
13922 same behaviour wrt escaping on output
13923
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013924Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * xpath.c: small fixup
13927 * SAX.c: don't warn on empty namespaces.
13928
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013929Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13930
13931 * README: a bit of cleanup
13932 * configure.in: preparing for 2.3.0 release
13933
Daniel Veillard1f83d392001-02-08 09:37:42 +000013934Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13935
13936 * hash.[ch]: added a first version of xmlHashSize()
13937 * valid.c: another bug fix from Gary Pennington
13938
Daniel Veillard5eef6222001-02-07 18:24:48 +000013939Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13940
13941 * valid.c: couple of bug fixes pointed by Gary Pennington
13942 * HTMLtree.c: #if 0 cleanup
13943
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013944Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13945
13946 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13947 which removes a time consuming check of xmlXPathNodeSetAdd()
13948 and use it in places where we are sure to not break unicity
13949
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013950Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * xpath.c: bug fixes found from XSLT
13953 * tree.c: preserve node->name special values when copying nodes.
13954 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13955 external subset are fetched when available but without full
13956 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13957 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13958 output with encoding disabled.
13959
Daniel Veillard2c833b62001-02-03 08:52:06 +000013960Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13961
13962 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13963 xmlCheckFilename should not be called from xmlFileOpenW
13964 and xmlGzfileOpenW
13965
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013966Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13967
13968 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13969 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13970 added the new tests for URI normalization
13971 * testURI.c: fixed stoopid bugs
13972 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13973 the URI in the error messages are now properly normalized
13974
Daniel Veillardea28ce62001-02-02 08:20:19 +000013975Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13976
13977 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13978
Daniel Veillarde99a4762001-02-01 04:34:35 +000013979Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13980
13981 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13982
Daniel Veillard2b325a02001-01-31 20:46:31 +000013983Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13984
13985 * xpath.c: fixed mod operator
13986
Daniel Veillardde55cf62001-01-31 15:53:13 +000013987Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13988
13989 * parser.c: fixed xmlStrcat doc
13990 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13991 trees.
13992
Daniel Veillard2f913b72001-01-31 13:23:49 +000013993Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * xpath.c result/XPath/tests/chaptersbase
13996 result/XPath/tests/simplebase: fixed XPath node()
13997 * tree.c: small fix in xmlNewNs()
13998 * Makefile.am: removed extraneous xml2Conf.sh rule
13999
Daniel Veillardb42042b2001-01-28 07:40:36 +000014000Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14001
14002 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14003 Changed the library name, in order to get libxml-devel and
14004 libxml2-devel to coexist on a single system
14005 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14006 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14007
Daniel Veillardee0a4662001-01-27 18:59:33 +000014008Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14009
14010 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14011 libxml2-devel installable in // as libxml-devel.
14012
Daniel Veillard5eb05942001-01-27 17:50:22 +000014013Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14014
14015 * doc/Makefile.am: fixed make rebuild in doc
14016 * doc/html/*.html: rebuilt the docs
14017
Daniel Veillard65c295d2001-01-26 09:32:39 +000014018Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14021
Daniel Veillard8e199902001-01-25 18:54:39 +000014022Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14023
14024 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14025 the HTML doc to go into the -devel RPM ...
14026 * aclocal.m4 config.h.in: some updates due to auto* magic
14027
Daniel Veillard93086662001-01-25 18:13:04 +000014028Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14029
14030 * xpath.h: added a hook in the context structure allowing to
14031 link to extra support, needed for XSLT
14032
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014033Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14036 xmlXPtrCmpPoints to use it.
14037 * propagated the following patch from Alejandro Forero
14038 * include/win32config.h xmlIO.c: applied further suggestions
14039 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14040 * example/gjobread.c: fixed warnings, now that it builds
14041
14042Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14043
14044 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14045
14046 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14047 filename points to a valid file (not a directory).
14048 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14049 Added calls to xmlCheckFilenameDir.
14050
14051 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14052 `path' (rather than `filename') as the parameter to gzopen and open.
14053
Daniel Veillard48177c22001-01-23 15:27:41 +000014054Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14055
14056 * Makefile.am: fixed a problem with EXTRA_DIST
14057
Daniel Veillardb83ba402001-01-22 22:45:10 +000014058Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * Makefile.am example/Makefile.am: finally found the trick
14061 to build the example, i.e. add "." in SUBDIRS before example
14062 in the list <grin/>
14063
Daniel Veillard82687162001-01-22 15:32:01 +000014064Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * doc/xml.html: updated with an XSLT section, removed pointer to
14067 W3C CVS base.
14068
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014069Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14070
14071 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14072 too, and deallocation need to occur the same way.
14073
Daniel Veillarde4566462001-01-22 09:58:39 +000014074Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14075
14076 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14077 type correponding to an XSLT result tree fragment. Share most
14078 of the data format with node set, as well as operators.
14079 * HTMLtree.c: added a newline at the end of the doctype output
14080 whe this one is not present initially.
14081 * tree.c: make sure taht the parent and doc pointers are properly
14082 set when copying attributes (lists).
14083
Daniel Veillard701c7362001-01-21 09:48:59 +000014084Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14085
14086 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14087
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014088Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14089
14090 * xpath.c: seems I finally killed that ugly path evaluation
14091 context bug (tagged 9999 in case is is wrong)
14092
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014093Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14094
14095 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14096 for XSLT
14097
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014098Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14099
14100 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14101 for xmlGzfileOpen() bug
14102
Daniel Veillardf6eea272001-01-18 12:17:12 +000014103Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14104
14105 * xpath.c: removed an error found by XSLT usage
14106 * tree.c parserInternals.h: use a predefined static string
14107 for text and comment nodes, avoid freeing them in xmlFreeNode,
14108 exported the string name in parserInternals.h and added
14109 another value to disable encoding at output (for XSLT),
14110 gain memory, time.
14111
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014112Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14113
14114 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14115 win32/libxml2/libxml2_so.dsp: new makefiles and update
14116 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14117
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014118Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14121 Gary Pennington
14122
Daniel Veillard389e6b72001-01-15 19:41:13 +000014123Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * xpath.c: fixed the comaprision of values and nodelists,
14126 need to compare nodelist still ...
14127 * debugXML.c: avoided a possible core dump
14128 * HTMLparser.c: cleanup
14129 * nanohttp.c: contributed fix.
14130 * tree.c: fixes in properties handling added xmlSetNsProp
14131 needed by libxslt
14132 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14133 comment
14134 * TODO: updated
14135
Daniel Veillard167bd532001-01-06 21:09:34 +000014136Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14137
14138 * parser.c parserInternals.c: applied Bjorn Reese optimization
14139 patch
14140
14141Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14142
14143 * Makefile.am: applied patch fro make check from Martin Vidner
14144
Daniel Veillard503b8932001-01-05 06:36:31 +000014145Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14146
14147 * configure.in: preparing 2.2.11
14148 * doc/html/*: rebuild the HTML files
14149 * doc/xml.html : updated
14150
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014151Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * tree.c: fixed a stupid bug
14154 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14155 patches related to validation of an XInclude processing result
14156 * TODO: updated
14157
Daniel Veillarde2488192001-01-04 10:54:22 +000014158Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14159
14160 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14161 on large files
14162
Daniel Veillardf060a412001-01-03 20:52:44 +000014163Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14164
14165 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14166
Daniel Veillard45cff692001-01-03 18:02:04 +000014167Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14168
14169 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14170 reported by Jonas Borgström
14171 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14172
Daniel Veillard08108982001-01-03 15:24:58 +000014173Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14174
14175 * testXPath.c xpath.c: fixing the XPath union expressions problem
14176 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14177
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014178Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * xmllint.c: Made is so if the file name is "-" is will read form
14181 standard input. Sven Heinicke <sven@zen.org>
14182 * tree.c: fixed a problem when growing buffer
14183 * tree.h: fixed the comment of the node types following andersca
14184 comment
14185 * TODO: updated
14186
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014187Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14188
14189 * HTMLparser.[ch]: added a way to avoid adding automatically
14190 omitted tags. htmlHandleOmittedElem() allows to change the
14191 default handling.
14192 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14193 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14194 of xmllint too when using --memory flag, added a memory test
14195 suite at the Makefile level.
14196 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14197 with namespace use when encountering QNames in XPath evalation,
14198 added xmlns() scheme in XPointer.
14199 * nanoftp.c : incorporated a fix
14200 * parser.c xmlIO.c: fixed problems raised with encoding when using
14201 the memory I/O
14202 * parserInternals.c: closed bug 25934 reported by
14203 torsten.landschoff@innominate.de
14204 * TODO: updated
14205
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014206Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14207
14208 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14209 on a non-updated tree :-(, made a 2.2.10 release to correct the
14210 situation
14211
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014212Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14213
14214 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14215 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14216 integrated a set of OpenVMS changes from Howard Taylor
14217 <Howard.Taylor@pacoast.com>
14218
Daniel Veillard58770e72000-11-25 00:48:47 +000014219Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14220
14221 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14222 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14223
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014224Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14225
14226 * HTMLparser.c: some fixes on auto-open of html/head/body
14227 * encoding.c: fixed a compilation error on some gcc env
14228 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14229 XPointer implementation
14230 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14231 related XPointer tests and associated results
14232
Daniel Veillard300f7d62000-11-24 13:04:04 +000014233Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14234
14235 * doc/xmldtd.html doc/xml.html: following a short step by step
14236 guidance on IRC to help maciej with DTDs I started a small
14237 page on the subject.
14238
Daniel Veillard748e45d2000-11-17 16:36:08 +000014239Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14240
14241 * HTMLparser.c: fixed handling of broken charrefs
14242 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14243 patches
14244
Daniel Veillard28929b22000-11-13 18:22:49 +000014245Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14246
14247 * doc/xml.html doc/html/* : rebuilt the docs after adding
14248 xinclude and updated page for 2.2.7 and 2.2.8
14249 * configure.in: releasing 2.2.8
14250
Daniel Veillard41e06512000-11-13 11:47:47 +000014251Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14252
14253 * parser.[ch] parserInternals.c: applied the conditional
14254 section processing fix from Jonathan P Springer
14255 <jonathan.springer2@gte.net>
14256 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14257 project file, fixed iconv default non support
14258 * xpath.c: fixed the problem of evaluating relative expressions
14259 when a node context is provided.
14260
Daniel Veillardbf432752000-11-12 15:56:56 +000014261Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14262
14263 * nanoftp.c: fixed gcc 2.95 new warnings
14264 * SAX.c: fixed a stupid bug
14265 * tree.c: fixed a formatting problem when round-tripping
14266 from/to memory
14267 * xinclude.c: chased memleak, fixed a base problem
14268 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14269 xmlXPtrBuildNodeList()
14270 * TODO: updated
14271 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14272 adding a first small set of regression tests for XInclude
14273
Daniel Veillardc2def842000-11-07 14:21:01 +000014274Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14275
14276 * nanohttp.[ch]: applied Wayne Davison patches to access
14277 the WWW-Authorization header.
14278 * parser.c: Closed Bug#30847: Problems when switching encoding
14279 in short files by applying Simon Berg's patch.
14280 * valid.c: fixed a validation problem
14281 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14282 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14283 Wayne Davison
14284 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14285 need to be extended to non full nodes selections.
14286 * xinclude.c: starts to work decently
14287
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014288Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14289
14290 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14291 debugXML.c xmlversion.h.in: Started adding XInclude support,
14292 this is a new xmllint option
14293 * tree.c xpath.c: applied TOM patches for XPath
14294 * xpointer.c: fixed a couple of errors.
14295 * uri.c: added an escaping function needed for xinclude
14296 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14297 new warning from RH70 gcc's version
14298
Daniel Veillarda4964b72000-10-31 18:23:44 +000014299Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * HTMLparser.c: fixed loop on invalid char in scripts
14302 * parser.c: update to description of xmlIOParseDTD()
14303 * libxml.m4 xmlversion.h.in: changes contributed by
14304 Michael Schmeing <m.schmeing@internet-factory.de>
14305 * configure.in: preparing for 2.2.7
14306 * Makefile.am: trying to avoid config.h and acconfig.h
14307 being included in the distrib
14308 * configure.in: released 2.2.7
14309
14310Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14311
14312 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14313 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14314
Daniel Veillard01411222000-10-30 15:33:22 +000014315Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14316
14317 * parser.[ch]: added xmlIOParseDTD()
14318 * xpointer.c: added support for the 2 extra parameters of
14319 string-range, fixed a stoopid error when '0' was present
14320 in XPointer expressions
14321 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14322 testsuite for the above
14323
Daniel Veillard6db58192000-10-30 09:27:53 +000014324Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14325
14326 * libxml.spec.in: improved package descriptions
14327
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014328Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14329
14330 * xpath.c xpathInternals.h: applied a large cleaning patch
14331 from TOM <ptittom@free.fr>, it also add namespace support
14332 for function and variables registration.
14333
Daniel Veillardbd20df72000-10-29 17:53:40 +000014334Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14335
14336 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14337 * Makefile.mingw: Wayne Davison's update adding hash.c
14338
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014339Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14340
14341 * xpath.c: fixed the root evaluation problems
14342 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14343 ignorable spaces with <b> <bold> <em>
14344 * tree.c: fixed a loop in xmlSearchNsByHref()
14345
Daniel Veillard767662d2000-10-27 17:04:52 +000014346Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14347
14348 * xpath.c: applied another XPath patch from TOM
14349 * xpath.c include/makefile.am: applied another patch from
14350 china@thewrittenword.com (cleanup on IRIX).
14351
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014352Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14353
14354 * xml-config.1: received a fixed version from Fredrik Hallenberg
14355 <hallon@lysator.liu.se>
14356
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014357Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14358
14359 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14360 cleanup patch for XPath
14361
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014362Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14363
14364 * patched to redirrect all "out of context" error messages to
14365 a reconfigurable routine. The changes are:
14366 * xmlerror.h : added the export of an error context type (void *)
14367 an error handler type xmlGenericErrorFunc there is an interface
14368 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14369 to reset the error handling routine and its argument
14370 (by default it's equivalent to respectively fprintf and stderr.
14371 * all the c files: all wild accesses to stderr or stdout within
14372 the library have been replaced to calls to the handler.
14373
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014374Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14375
14376 * configure.in: release 2.2.6
14377 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14378 exporting the inner functions of xpath for extension modules
14379 * doc/*: updated and rebuilt the doc
14380
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014381Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14382
14383 * nanohttp.c : applied Wayne HTTP cleanup patch
14384 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14385 and xmlNodeSetSpacePreserve()
14386
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014387Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14388
14389 * xpath.c: closing bug #29260
14390
Daniel Veillard126f2792000-10-24 17:10:12 +000014391Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14392
14393 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14394 multikey tuples, made hash structure opaque
14395 * valid.[ch]: moved elements, attributes, notations decalarations
14396 as well as ID and refs to hash tables.
14397 * entities.c: hash cleanup
14398 * xmlmemory.c: fixed a dump problem in debug mode
14399 * include/Makefile.am: problem passing in DESTDIR= values patch
14400 from Marc Christensen <marc@calderasystems.com>
14401 * nanohttp.c: removed debugging remains
14402 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14403 * HTMLparser.c parser.c: fixing a number of problems with the
14404 macros in the *parser.c files (Wayne).
14405 * HTMLparser.c: close the previous option when opening a new one
14406 (Marc Sanfacon).
14407 * result/HTML/*: updated the HTML results accordingly
14408
Daniel Veillard52afe802000-10-22 16:56:02 +000014409Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14410
14411 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14412 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14413 XPath functions and XML entities table to them. More to come...
14414 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14415
Daniel Veillard683cb022000-10-22 12:04:13 +000014416Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14417
14418 * tree.c: coalesce adjacent text nodes
14419 * valid.c: handling of blank nodes in DTd validation (raised
14420 by problems with a posteriori validation).
14421 * nanohttp.c: changing behaviour on HTTP write stuff.
14422 * HTMLtree.c: forced body and html to be explicitely closed.
14423 * xpath.h: exported more XPath functions.
14424
Daniel Veillard1baf4122000-10-15 20:38:39 +000014425Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14426
14427 * Release of 2.2.5
14428 * xpointer.c: range() range-inside and other helper functions
14429 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14430
Daniel Veillard47e12f22000-10-15 14:24:25 +000014431Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14432
14433 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14434 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14435
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014436Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14437
14438 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14439 and XPointer modules
14440
Daniel Veillard134c9f32000-10-15 10:27:08 +000014441Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14442
14443 * SAX.h: closed #25107
14444
Daniel Veillard39915622000-10-15 10:06:55 +000014445Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14446
14447 * testSAX.c: fixed problem with cdata reporting
14448 * SAXresult/* : updated
14449
Daniel Veillard1e851392000-10-15 10:02:56 +000014450Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14451
14452 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14453 Closed bug #27499, added to regression tests
14454 * TODO: updated
14455
Daniel Veillard7eda8452000-10-14 23:38:43 +000014456Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14457
14458 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14459 support for SCRIPT and STYLE with help from Bjorn Reese
14460 * test/HTML/* result/HTML/*: added simple testcase and updated
14461 the existing ones.
14462
Daniel Veillardff9c3302000-10-13 16:38:25 +000014463Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14464
14465 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14466 string-range for empty strings
14467 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14468 test/XPath/xptr/strrange: augmented the XPointer testsuite
14469
Daniel Veillard189446d2000-10-13 10:23:06 +000014470Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14471
14472 * doc/xml.html doc/xmlmem.html: added a module describing memory
14473 interfaces and use, updated the main page.
14474
Daniel Veillard2f971a22000-10-12 23:26:32 +000014475Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14476
14477 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14478 nanoftp code work on Windows too now
14479
14480Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014481
14482 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14483 * xpointer.c: implemented string-range() at least a good first version
14484 * test/XPath/docs/str test/XPath/xptr/strrange
14485 result/XPath/xptr/strrange: the string-range() tests
14486
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014487Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14488
14489 * Makefile.am include/Makefile.am include/win32config.h
14490 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14491 and make distcheck
14492
Daniel Veillard19d61112000-10-11 23:50:35 +000014493Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14494
14495 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14496 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14497 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14498
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014499Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14500
14501 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14502 patch for socklen_t detection by
14503 Albert Chin-A-Young <china@thewrittenword.com>
14504
Daniel Veillardcd429612000-10-11 15:57:05 +000014505Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14506
14507 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14508 and added a --dtdvalid option to xmllint used to test it
14509
Daniel Veillard47c02452000-10-11 13:04:36 +000014510Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14511
14512 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14513 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14514
Daniel Veillard2d38f042000-10-11 10:54:10 +000014515Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14516
14517 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14518 handlings (registration, lookup, cleanup)
14519
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014520Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14521
14522 * configure.in Makefile.am include/makefile.am: adding XPointer
14523 and XPtrtests target
14524 * xpointer.[ch] : new files for XPointer support
14525 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14526 more XPath tests
14527
Daniel Veillard57fda592000-10-10 23:24:14 +000014528Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14529
14530 * configure.in: fixed, very broken, make distcheck works again
14531
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014532Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14533
14534 * More work toward 2.2.5, integrated a number of patches
14535 * configure.in Makefile.am win32config.h.in: trying to cleanup
14536 make distcheck .... huh ...
14537 * include/Makefile.am include/win32config.h: new directory
14538 for includes
14539 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14540 updated teh makefiles and instructions for WIN32
14541 * xpath.c: small fixes
14542 * test/XPath/ results/XPath: updated the testcases and results
14543 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14544 suggested patches
14545 * valid.c: fixed an ID bug
14546
Daniel Veillardb71379b2000-10-09 12:30:39 +000014547Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14548
14549 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014550 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014551 * xpath.[ch]: worked on XPointer
14552
Daniel Veillard7e99c632000-10-06 12:59:53 +000014553Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * configure.in Makefile.am: 2.2.5, ship the include in an
14556 include/libxml subdirectory, use symlinks when using CVS
14557 * testSAX.c: fixed small bug
14558 * testXPath.c: changed the way testfiles are parsed
14559 * debugXML.c: same kind of cleanup when parsing an argument expression
14560 XPath/XPointers can have blanks embedded
14561 * xpath.[ch]: more cleanup, reorgs for XPointer work
14562 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14563 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14564
Daniel Veillard55b91f22000-10-05 16:30:11 +000014565Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14566
14567 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14568 in the XPath engine, rewrote large parts of it, now it's far
14569 cleaner and in sync with the REC not an old WD. Fixed a parsing
14570 problem in the interactive XML shell found when testing XPath.
14571
Daniel Veillardac260302000-10-04 13:33:43 +000014572Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14575 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14576 examples with the extra test
14577
Daniel Veillard7cfce322000-10-04 12:40:27 +000014578Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14581 the global init function.
14582
Daniel Veillard970112a2000-10-03 09:33:21 +000014583Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14584
14585 * HTMLparser.c: Doohhh, attribute name parsing was still case
14586 sensitive ! Fixed this ...
14587 * result/HTML/* : updated the tests results accordingly
14588
Daniel Veillard740abf52000-10-02 23:04:54 +000014589Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14590
14591 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14592 engine, should be far more stable, incorporated a new version of
14593 preceding/following axis, need testing
14594 * uri.c: fixed file:///c:/a/b/c problem
14595 * test/XPath/tests/idsimple: augmented the XPath tests
14596
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014597Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14598
14599 * doc/* rebuilding docs for 2.2.4 release
14600
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014601Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14602
14603 * configure.in: releasing 2.2.4
14604 * parser.[ch]: added xmlStrEqual()
14605 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14606 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14607 use xmlStrEqual instead
14608 * TODO: updated
14609 * added an XPath test
14610
Daniel Veillardbc765302000-10-01 18:23:35 +000014611Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14612
14613 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14614 * entities.h: exported xmlInitializePredefinedEntities
14615 * parser.[ch] : added xmlInitParser()
14616 * parserInternals.h : had to export htmlInitAutoClose()
14617
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014618Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14619
14620 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14621 problems
14622 * Makefile.am : added XPath regression tests to normal tests
14623 * uri.c: fixed a problem with local paths, cleanup
14624 * parser.c: fixed a problem with large CData sections
14625
Daniel Veillardd2ade932000-09-30 14:39:55 +000014626Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14627
14628 * configure.in xml-config.in: patch from "Ben Taylor"
14629 <sol7x86@hotmail.com> for solaris shared libs lookup
14630
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000146312000-09-30 Martin Baulig <baulig@suse.de>
14632
14633 * libxml-2.0.pc.in: Provide pkg-config script.
14634
14635 * configure.in: Create the libxml-2.0.pc script from the
14636 libxml-2.0.pc.in templates.
14637 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014638 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014639
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014640Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14641
14642 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14643 when compiling with MSC
14644
Daniel Veillard46057e12000-09-24 18:49:59 +000014645Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14646
14647 * xpath.c: patch for normalize-string() substring-before(),
14648 substring-after() and translate() functions from Bjorn Reese
14649 <breese@mail1.stofanet.dk>
14650 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14651 Fredrik Hallenberg <hallon@lysator.liu.se>
14652 * TODO: updated
14653
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014654Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14655
14656 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14657 problem of socklen_t being undefined on a number of platforms
14658 * debugXML.c: fixed a compilation problem when without snprintf
14659
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014660Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14661
14662 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14663 an URI bug and a fix for the control-character-induced infinite loop
14664 * nanohttp.c: preventive fix for compiling on WIN32
14665
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014666Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14667
14668 * xmlint.c: closing bug #25000
14669
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014670Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14671
14672 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14673 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14674 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14675 related function, fixing xmlStrncmp(), and associated cleanup
14676 * result/HTML/entities.html.sax: updating result
14677
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014678Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14679
14680 * uri.c: applied patch for URI escaping from Wayne Davison
14681 <wayned@blorf.net>
14682 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14683 from Denis Barbier <barbier@imacs.polytechnique.fr>
14684 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14685 patch from Wayne Davison
14686
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014687Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14688
14689 * doc/xml.html : updated with new releases, adding "how to help"
14690
Daniel Veillard04698d92000-09-17 16:00:22 +000014691Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14694 removed a few warnings in pedantic mode ...
14695 * parserInternals.c parser.c: moved encoding switching function
14696 to parserInternals.c
14697 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14698
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014699Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14700
14701 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14702 error or warning handlers
14703
Daniel Veillardb1059e22000-09-16 14:02:43 +000014704Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14705
14706 * parserInternals.c parserInternals.h parser.c Makefile.am:
14707 created a new module parserInternals.c, moved most of the
14708 code shared by the various parsers there, as well as
14709 deprecated code from parser.c. More cleanup of parser.c
14710 * uri.c: fixed a problem when URI is NULL
14711 * valid.c: speedup when looking for an attribute declaration
14712
Daniel Veillard39c7d712000-09-10 16:14:55 +000014713Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14714
14715 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14716 the cleanup of the computation of URI references when seeking
14717 external entities. The URI reference string and the resulting
14718 URI are both stored now.
14719 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14720 large s(n)printf checks and cleanup from Denis Barbier
14721 <barbier@imacs.polytechnique.fr>
14722 * xmlversion.h.in tree.h: couple of SGML declarations for a
14723 possible docbook module.
14724 * result/VC/ : a couple of test output changed due to the change
14725 of the entities URI
14726
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014727Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14728
14729 * parser.h: added a _private field for linking user's data
14730
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014731Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14732
14733 * parser.c parserInternals.h: demacroified most of the IS_XXX
14734 the gain in size is significant so ...
14735
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014736Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14737
14738 * entities.c: cases where looking up entities with doc==NULL
14739 covered
14740
Daniel Veillard90e11312000-09-05 10:42:32 +000014741Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14742
Daniel Veillard1de50802000-09-07 08:54:32 +000014743 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014744 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14745
Daniel Veillard98a79162000-09-04 11:15:39 +000014746Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14747
Daniel Veillard1de50802000-09-07 08:54:32 +000014748 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014749 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14750 * Makefile.in: added URItest and included thenin "make tests"
14751
14752Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014753
14754 * xmlversion.h.in: closed bug 22941
14755
Daniel Veillard2bb89092000-08-31 14:57:50 +000014756Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14757
14758 * doc/xmlio.html: added doc and example for entity loader
14759 redefinition.
14760
Daniel Veillard96984452000-08-31 13:50:12 +000014761Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14762
14763 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14764 used by libxml
14765
Daniel Veillarde715dd22000-08-29 18:29:38 +000014766Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14767
14768 * parser.c: Fixed bug on invalid ontent characters and when using
14769 push.
14770 * xmllint.c: fixed xmllint endling of errors in push mode
14771
Daniel Veillard4948eb42000-08-29 09:41:15 +000014772Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14773
14774 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014775 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014776 * result/HTML/*.sax: regenerated HTML SAX output
14777 * parser.c: more cleanup.
14778
Daniel Veillarde010c172000-08-28 10:04:51 +000014779Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14780
14781 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014782 patches from Wayne Davison <wayned@users.sourceforge.net>,
14783 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014784 * HTMLparser.c: fixed an ignorable white space detection bug
14785 occuring when parsing with SAX only
14786 * result/HTML/*.sax: updated since the output is now HTML
14787 encoded...
14788
Daniel Veillard47f3f312000-08-27 22:40:15 +000014789Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14790
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014791 * HTMLparser.[ch]: applied some of Wayne Davison
14792 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014793
Daniel Veillarde0854c32000-08-27 21:12:29 +000014794Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14795
14796 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14797 undeclared namespace prefix was used, added a warning.
14798 Cleaned up support w.r.t. entities, spilling out a warning
14799 and being pedantic on lookups.
14800 * test/warning/ent9 : added testcase for previous example.
14801 * TODO: updated
14802 * parserInternals.h parser.c: changed the way names are parsed
14803 now allow infinite size and decrease penalty for normal use
14804 * parser.c: Started a big cleanup/check of the parser code,
14805 fixed some of the most tortuous entity code, spotted code
14806 unused anymore
14807 * test/*: added tests for very long names and related nasty
14808 things.
14809
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014810Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14811
14812 * doc/encoding.html: added encoding aliases doc
14813 * doc/xml.html: updates
14814 * encoding.[ch]: added EncodingAliases functions
14815 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14816 bottleneck affecting large DTDs like Docbook
14817 * parser.[ch] xmllint.c: added a pedantic option, will be
14818 useful
14819 * SAX.c: redefinition of entities is reported in pedantic mode
14820 * testHTML.c: uninitialized warning from gcc
14821 * uri.c: fixed a couple of bugs
14822 * TODO: added issue raised by Michael
14823
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014824Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14825
14826 * doc/encoding.html: propagated Martin Duerst suggestions
14827
Daniel Veillard52402ce2000-08-22 23:36:12 +000014828Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14829
14830 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14831 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14832 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14833 by Wayne Davison
14834
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014835Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * nanoftp.c nanohttp.c: small cleanup
14838 * TODO: updated
14839
Daniel Veillard244ece92000-08-19 20:58:02 +000014840Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14841
14842 * added an old VC testcase and updated title.xml entity
14843
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014844Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14847 done on auto-opening of <p> tags and cleanup of SAX output
14848
Daniel Veillard979e55e2000-08-19 16:48:54 +000014849Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
14851 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14852
Daniel Veillard4540be42000-08-19 16:40:28 +000014853Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * doc/xml.html libxml.* structure.*: updated the doc a bit
14856
Daniel Veillard808a3f12000-08-17 13:50:51 +000014857Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14858
14859 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14860 of SAX tests
14861
Daniel Veillard29579362000-08-14 17:57:48 +000014862Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14863
14864 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14865 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14866
Daniel Veillard1255ab72000-08-14 15:13:33 +000014867Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14868
14869 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14870 * testHTML.c: fix core dump on Solaris 2.x systems
14871 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14872 * result/HTML/*.sax: previous bug fix lead to new results
14873
Daniel Veillard03109292000-08-14 14:58:22 +000014874Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14875
14876 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14877 * configure.in: added --with-readline=DIR to accept alternate
14878 path for readline include/library
14879 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14880 for ANSI under HP-UX
14881 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14882 includes @LIBS@
14883
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014884Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14885
14886 * doc/* : rebuilt the docs
14887 * getting ready for 2.2.2 release
14888
Daniel Veillard87b95392000-08-12 21:12:04 +000014889Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14890
14891 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14892 and xmlAddFeature()
14893 * tree.[ch]: added xmlAddChildList()
14894 * xmllint.c: MAP_FAILED macro test
14895 * parser.h: added xmlParseCtxtExternalEntity()
14896 * valid.c: applied bug fixes removed warning
14897 * tree.c: added CDATA block to elements content
14898 * testSAX.c: cleanup of output
14899 * testHTML.c: added SAX testing
14900 * encoding.c: better error recovery
14901 * SAX.c, parser.c: fixed one of the external entity processing
14902 of the OASis testsuite
14903 * Makefile.am: added HTML SAX regression tests
14904 * configure.in: bumped to 2.2.2
14905 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14906 SAX results
14907
Daniel Veillard88a172f2000-08-04 18:23:10 +000014908Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14909
14910 * configure.in: patch for HP compiler
14911
149122000-08-04 Sven Heinicke <sven@zen.org>
14913
14914 * xmllint.c: Was coredumping sometimes when the file given didn't
14915 exist.
14916
Daniel Veillard46e370e2000-07-21 20:32:03 +000014917Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14918
14919 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014920
Daniel Veillard46e370e2000-07-21 20:32:03 +000014921 when using in memory parsing. Need some cleanup.
14922 * xmllint.c configure.in: added a --memory flag to test memory
14923 parsing
14924
Daniel Veillard36650692000-07-21 15:16:39 +000014925Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14926
14927 * nanohttp.c: fixed socklen_t replacement to unsigned int
14928 * parser.c: fixed a space handdling missing at the end of
14929 production 28 DOCTYPE.
14930 * xmlmemory.c: fixed a stupid bug on the routine to override
14931 allocation functions
14932 * TODO: updated
14933
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014934Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14935
14936 * doc/ regenerated the docs
14937
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014938Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * doc/encoding.html doc/xml.html: added I18N doc
14941 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14942 improvements, both parser and filters, added ASCII & HTML,
14943 fixed the ISO-Latin-1 one
14944 * xmllint.c testHTML.c: added/made visible --encode
14945 * debugXML.c : cleanup
14946 * most .c files: applied patches due to warning on Windows and
14947 when using Sun Pro cc compiler
14948 * xpath.c : cleanup memleaks
14949 * nanoftp.c : added a TESTING preprocessor flag for standalong
14950 compile so that people can report bugs more easilly
14951 * nanohttp.c : ditched socklen_t which was a portability mess
14952 and replaced it with unsigned int.
14953 * tree.[ch]: added xmlHasProp()
14954 * TODO: updated
14955 * test/ : added more test for entities, NS, encoding, HTML, wap
14956 * configure.in: preparing for 2.2.0 release
14957
Daniel Veillard49703262000-07-10 10:27:46 +000014958Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14959
14960 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014961 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014962
Daniel Veillard306be992000-07-03 12:38:45 +000014963Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14964
14965 * doc/xml.html: changed the xmlsoft.org structure, updated the
14966 examples w.r.t. root and childs
14967
Daniel Veillard7d853352000-07-02 18:53:09 +000014968Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14969
Daniel Veillard784b9352003-02-16 15:50:27 +000014970 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014971
Daniel Veillard365e13b2000-07-02 07:56:37 +000014972Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14973
14974 * HTMLparser.c: Work on character encoding support for the HTML parser
14975 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14976 * encoding.c: Fixed a potential memleak in the encoding stuff
14977
Daniel Veillardaf743792000-07-01 11:49:28 +000014978Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14979
14980 * doc/FAQ.html doc/Makefile.am : added a FAQ
14981
14982Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014983
14984 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14985 of the HTML parser to force it to not bypass SAX
14986
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014987Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14988
14989 * win32config.h.in: updated
14990 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14991 lacks iconv support :-( need to release 2.1.1
14992 * configure.in: release 2.1.1
14993 * HTMLparser: fixed bug #14784
14994 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14995 by Windows compiler
14996 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14997 the SAX startDocument() callback.
14998 * TODO: updated
14999
15000Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15001
15002 * added xmlStopParser()
15003
Daniel Veillardbe803962000-06-28 23:40:59 +000015004Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15005
15006 * configure.in: 2.1.0 prerelease
15007 * Large resync between W3C and Gnome tree
15008 * nanoftp, nanohttp.c: fixed stalled connections probs
15009 * HTMLtree.c SAX.c : support for attribute without values in
15010 HTML for andersca
15011 * valid.c: Fixed most validation + namespace problems
15012 * HTMLparser.c: start document callback for andersca
15013 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15014 * parser.h, SAX.c: serious speed improvement for large
15015 CDATA blocks
15016 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15017 different encoding
15018 * example/Makefile.am example/gjobread.c tree.h: work on
15019 libxml1 libxml2 convergence.
15020 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15021 and the LIBXML_TEST_VERSION macro
15022
Daniel Veillardc310d562000-06-23 18:32:15 +000015023Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15024
15025 * doc/xml.html: various patches and improvements typo fixed by
15026 Felix Natter
15027 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15028 from Felix Natter <fnatter@gmx.net>
15029
Daniel Veillardf3029822000-05-06 08:11:19 +000015030Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15031
15032 * doc/upgrade.html: updated with instructions for support of both
15033 libxml-1.x and libxml-2.x
15034 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15035 for 2.x support and also fixed includes
15036
15037
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015038Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15039
15040 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15041 the encoding support, added iconv support, so now libxml if
15042 compiled with iconv automatically support japanese encodings
15043 among others. Work based on initial patch from Yuan-Chen Cheng
15044 I may have broken binary compat in the encoding handler
15045 registration scheme, but that was so utterly broken I don't
15046 expect anybody to have used this feature until now.
15047 * parserInternals.h: fixup on the CHAR range macro
15048 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15049 code.
15050 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15051 * uri.c: added xmlParseURI() I can't believe I forgot to
15052 implement this one in 2.0 !!!
15053 * SAX.c: moved doc->encoding update in the endDocument() call.
15054 * TODO: updated.
15055
Daniel Veillard06047432000-04-24 11:33:38 +000015056Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15057
15058 * tree.h: removed extraneous xmlRemoveProp definition
15059 * TODO: added item about --disable-corba configure switch
15060 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15061 * nanoftp.c: fixed include problems giving troubles on AIX and
15062 slowlaris
15063 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15064 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15065 comment and headers changes to lower gtk-doc number of warnings
15066 * doc/html/*: rebuilt docs
15067
Daniel Veillarde0aed302000-04-16 08:52:20 +000015068Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15069
15070 * HACKING: documented the tag for 1.x and instructions
15071
Daniel Veillard5e873c42000-04-12 13:27:38 +000015072Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15073
15074 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15075 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15076 xmlCreateIOParserCtxt
15077 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15078 significant overall improvement
15079 * xmllint.c: added I/O test to xmllint
15080 * testSAX.c: added a speed test
15081 * doc/* : updated/regenerated
15082
Daniel Veillardfc708e22000-04-08 13:17:27 +000015083Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15084
15085 * xpath.c uri.h parserInternals.h: cosmetic changes from
15086 "Timur I. Bakeyev" <timur@bat.ru>, including making
15087 xmlCreateURI() public
15088
Daniel Veillard5d211f42000-04-07 17:00:24 +000015089Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15090
15091 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15092 and the code at the same time. Added a clean mechanism for
15093 overload or added input methods: xmlRegisterInputCallbacks()
15094 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15095 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15096 * TODO: updated
15097 * doc/* : updated/regenerated
15098 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15099 source dir
15100
Daniel Veillarde77a9182000-04-05 19:12:29 +000015101Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15102
15103 * testURI.c: yet another forgotten commit, I should get some sleep !
15104
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015105Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15106
15107 * xmllint.c: forgot to commit this too ?
15108
Daniel Veillardb9df4042000-04-05 14:23:16 +000015109Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15110
15111 * xmlversion.h.in : forgot to commit this previously
15112
Daniel Veillard361d8452000-04-03 19:48:13 +000015113Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15114
15115 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15116 * README TODO: updated for release
15117 * uri.c uri.h: added authority parsing/saving
15118 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15119 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15120 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15121 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15122 Makefile.am : added compile-time customization of libxml
15123 --with-ftp --with-http --with-html --with-xpath --with-debug
15124 --with-mem-debug
15125 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15126 #include <libxml/xxx.h> I hope it won't break too much stuff
15127 and will be manageable in the future...
15128 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15129 and added xmllint to the installed programs
15130 * uri.h: added xmlFreeURI()
15131
Daniel Veillardec303412000-03-24 13:41:54 +000015132Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15133
15134 * uri.c uri.h: finished the escaping handling, the base support
15135 and the URI path normalization. Looks good just lacks the
15136 authority content parsing code.
15137 * Makefile.am: added instructions to generate testURI
15138 * TODO: updated
15139 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15140 added links and icons for W3C and Gnome
15141
Daniel Veillard8f621982000-03-20 13:07:15 +000015142Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15143
15144 * xmlmemory.[ch] : seems I forgot to actually update the files in
15145 the last commit :-)
15146 * doc/xml.html doc/html/* : updated and uploaded the docs
15147
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015148Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15149
15150 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15151 * TODO: updated
15152 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015153 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015154 gfree).
15155 * Makefile.am, uri.c, uri.h: added a set of functions to do
15156 exact (litteraly copied from the RFC 2396 productions) parsing
15157 and handling of URI. Will be needed for XLink, one XML WFC,
15158 XML Base and reused in the nano[ftp/http] modules. Still work
15159 to be done.
15160
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015161Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15162
15163 * configure.in, libxml.spec.in : libxml2
15164 * doc/* : updated the doc page, rebuilt the docs
15165
Daniel Veillardcf461992000-03-14 18:30:20 +000015166Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15167
15168 * all: tagged LIB_XML_1_X
15169 * *.c *.h : updated from W3C CVS tree
15170 * configure.in : 2.0.0-beta
15171 * libxml.spec.in : libxml2 package nam
15172 * result/* : new version of the tests output
15173
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015174Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15175
15176 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15177
Daniel Veillardb566ce12000-03-04 11:39:42 +000015178Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15179
15180 * doc/* : rebuilt the docs
15181 * parser.c: final patch on #6766
15182 * valid.c: small patch on validity checks.
15183
Daniel Veillardfb76c402000-03-04 11:39:42 +000015184Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15185
15186 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15187 added
15188 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15189 compatibility w.r.t. XML spec and existing code.
15190
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015191Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * parser.c: seems a better solution to <a> </a> exists,
15194 will try it for a while
15195
Daniel Veillard83a30e72000-03-02 03:33:32 +000015196Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15197
15198 * parser.c: tried to remove the <a> </a> generating <a/>
15199 this is hard. Left a flag for that purpose. Fixed bug #6766
15200 * configure.in: prepared 1.8.7 not released, due to previous
15201 problem
15202
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015203Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15204
15205 * doc/xml.html : applied second patch from Paul DuBois
15206
Daniel Veillard402e8c82000-02-29 22:57:47 +000015207Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15208
15209 * doc/xml.html : applied patch from Paul DuBois
15210
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015211Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15212
15213 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15214
Daniel Veillard5feb8492000-02-02 17:15:36 +000015215Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15216
15217 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15218 compilation warnings on various platforms.
15219 * parser.c: Fixed #5281 validity error callbacks are now desactived
15220 by default if not validating.
15221
Daniel Veillardf341f932000-02-02 14:52:08 +000015222Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15225
Daniel Veillard13c757e2000-02-01 23:59:15 +000015226Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15227
15228 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15229 <gkatsi@cs.toronto.edu>
15230
Daniel Veillard726e8792000-01-30 20:04:29 +000015231Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15232
15233 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15234 processing URLs
15235
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015236Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15237
15238 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15239 xmlNanoFTPUpdateURL for persistent control connections.
15240 * configure.in: 1.8.6
15241
15242Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15243
15244 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15245 * tree.[ch] : added xmlSaveNoEmptyTags
15246
James Henstridgef3be9312000-01-28 13:59:21 +0000152472000-01-29 James Henstridge <james@daa.com.au>
15248
15249 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15250
15251 * Makefile.am: added nanoftp.[ch] to the build.
15252
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015253Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15254
15255 * nanoftp.[ch]: cleanup, comments, API
15256 * debugXML.c : fixed a bug in the cat command
15257 * doc/*: regenerated the docs
15258
Daniel Veillardda07c342000-01-25 18:31:22 +000015259Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15260
15261 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15262 * debugXML.c : fixed a bug in the cat command
15263 * valid.c: fixing some small probs
15264 * libxml.spec.in: get rid of the SNAP suffix
15265 * doc/xml.html: updated the status
15266
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015267Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15268
15269 * xml-config.in: xml-config --version to just return the
15270 version number
15271 * xpath.c: some cleanup w.r.t. axis when the current node is
15272 an attribute.
15273 * TODO: updated
15274
Daniel Veillard461a66c2000-01-18 18:01:01 +000015275Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15276
15277 * configure.in: prepared for libxml-1.8.5
15278 * doc/* recompiled the documentation
15279
152802000-01-17 Jody Goldberg <jgoldberg@home.com>
15281
15282 * configure.in : WARNING autoconf subtlety alert :
15283 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15284 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15285 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15286 get defined by AC_CHECK_HEADERS.
15287
Daniel Veillardf967b902000-01-17 16:06:10 +000015288Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15289
15290 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15291 Rune.Djurhuus@fast.no
15292
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015293Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15294
15295 * TODO: updated
15296 * tree.c, parser.c: made sure that only memory alloc problems
15297 and internal parser errors are allowed to write to stdout or
15298 stderr.
15299
Daniel Veillard0142b842000-01-14 14:45:24 +000015300Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15301
15302 * tree.c : restored xmlNewGlobalNs since this seems used by
15303 a lot of existing code :-(, fixed a bug in xmlNewNs
15304 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15305 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15306 to exit() from the library code.
15307 * xpath.c, parser.c: removed bugs or unused code detected by
15308 Windows compilers
15309 * parser.c: started adding interfaces for parsing well balanced
15310 XML fragments
15311 * configure.in: releasing 1.8.4
15312 * doc/* : rebuilt the docs
15313
Daniel Veillard2eac5032000-01-09 21:08:56 +000015314Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15315
15316 * tree.[ch] : added xmlNewDocFragment() for DOM
15317 * testHTML.c: uninitialized variable.
15318
Daniel Veillardf3a73582000-01-05 14:58:39 +000015319Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15320
15321 * doc/* : rebuild the docs
15322
Daniel Veillard71b656e2000-01-05 14:46:17 +000015323Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15324
15325 * acconfig.h: readline and history patch
15326 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15327 * tree.c: added check and handling when possibly removing an ID
15328 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15329 and saving.
15330 * test/HTML/entities.html result/HTML/entities.html* : test for
15331 various entities reference cases
15332 * result/HTML/* : as a result output of some testcase have
15333 changed
15334 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15335 by previous example. added xmlParseTryOrFinish().
15336 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15337 entities.h debugXML.h HTMLparser.h: changed the way struct are
15338 declared to allow gtk-doc to expose those
15339 * parser.c: closed bug #4960
15340 * Makefile.am configure.in: Applied patch from
15341 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15342 and math/socket libs detection
15343
Daniel Veillard437b87b2000-01-03 17:30:46 +000015344Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15345
15346 * configure.in, Makefile.am: link tester against readline
15347 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15348
Daniel Veillard686d6b62000-01-03 11:08:02 +000015349Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15350
15351 * tree.[ch]: added xmlRemoveProp
15352 * win32config.h.in nanohttp.c: avoid including the Windows
15353 socket stuff in every C files
15354 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15355 the XmL parser(s)
15356 * test/ns4 result/ns4 etc...: added test case for previous prob
15357 * tree.c: xmlNewNs wasn't checking for double definition
15358 * Makefile.in: fixed a problem with dist-hook duplicates
15359 * parser.[hc], xmlIO.c: fixed the loading of external entities
15360 APIs, now xmlLoadExternalEntity() is used everywhere and
15361 setting up an app specific front-end using the
15362 * SAX.c parser.c: some fixes, now the xhtml spec validates
15363 with the xhtml DTD.
15364 * error.c: fixed crashes in case of no input stream
15365 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15366 to the validation tests and results
15367
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015368Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15369
15370 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15371 too htmlCreatePushParserCtxt() and htmlParseChunk()
15372 * parser.c: a bit of cleanup.
15373 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15374 to XML) removed the last mem leak known
15375 * HTMLtree.c: output message cleanup
15376 * xmlmemory.c: display content info about memory blocks
15377 * result/HTML/wired.* : missing att value warning change
15378
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015379Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15380
15381 * doc/* : rebuilt the documentation
15382
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015383Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15384
15385 * parser.[ch] parserInternals.h: Push parser for XML,
15386 seems to work fine now
15387 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15388 --push for push testing
15389 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15390 * testSAX.c: added --push
15391 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15392 subtree
15393 * xmlIO.[ch] : enriched API + fixes for push mode
15394 * entities.[ch]: added the entity content length to the struct.
15395 * xmlmemory.[ch]: new API to show the last entries for the shell
15396 * valid.c: added required attribute testing
15397 * SAX.c: the cdata callback now merge contiguous fragments
15398 * HTMLparser.c: cleanup of some macros
15399
Daniel Veillard3c558c31999-12-22 11:30:41 +000015400Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15401
15402 * parser.c: fix for PIs name starting with xml
15403 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015404 * *.c, configure.in win32config.h.in : generate win32config.h for
15405 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015406
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015407Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * parser.c: fixed a stupid = vs. == bug :-(
15410 * doc/gnome-xml.sgml: s/glade/xml/
15411
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015412Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15413
15414 * configure.in, doc/xml.html : bug fix release 1.8.2
15415 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15416 Hopefully the end of that silly C++ include problem
15417 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15418 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15419 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15420 troubles with autoclosed elements when the stree shape doesn't
15421 follow the DtD specs. Added htmlIsAutoClosed() and
15422 htmlAutoCloseTag()
15423 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15424 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15425 * debugXML.c: fixed a bug on printing default namespaces.
15426 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15427
Daniel Veillardb24054a1999-12-18 15:32:46 +000015428Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15429
15430 * result/HTML/*.htm[l] : updated the HTML regression tests according
15431 to the new output
15432 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15433 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15434 problem due to intermix of extern "C" { ... } declarations for C++
15435 and recursive includes in the headers
15436
Chris Lahey323c48c1999-12-18 15:32:45 +0000154371999-12-20 Chris Lahey <clahey@umich.edu>
15438
15439 * HTMLtree.c: Made it so that html nodes with a single child do
15440 not insert a carriage return before or after the child node.
15441
Daniel Veillardb24054a1999-12-18 15:32:46 +000015442Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015443
15444 * configure.in, doc/xml.html : bug fix release 1.8.1
15445 * parser.c: fixed bug #4344
15446 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15447 added the glue to avoid C++ problems
15448 * doc/* : regenerated the documentation
15449
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015450Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15451
15452 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15453 namespace recognition, and Dia as a resul :-(
15454 * encoding.c: closed bug #3950
15455
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015456Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15457
15458 * valid.c: debugging a posteriori validation, except URI expansion
15459 stuff this should be fixed now
15460 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15461 Carl Nygard <cnygard@bellatlantic.net>
15462 * tester.c: added --postvalid, cleaning of the code
15463 * tree.[ch]: added xmlDocGetRootElement()
15464
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015465Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15466
15467 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15468 c++ losage.
15469
Daniel Veillard10a2c651999-12-12 13:03:50 +000015470Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15471
15472 * configure.in, doc/xml.html : bumped to 1.8.0
15473 * xlink.[ch], Makefile.am : added framework for link detection
15474 * parser.h: added nbChars to parser context, needed for cleanup.
15475 * xmlmemory.c: removed a nasty bug when out of mem
15476 * valid.[ch]: adding namespace support for attribute decl
15477 * tester.c: added --debugent option
15478 * debugXML.[ch]: added xmlDebugDumpEntities()
15479 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15480 buffers instead, this was really needed, validation was breaking
15481 in strange ways due to that. Added xmlParseStringPEReference()
15482 and other parsing from strings functions. Entities processing
15483 modified again, but PERef are still not handled correcly but
15484 unless you're Eve Maller you won't notice :-)
15485 * HTMLparser.c: large changes toward reliability, and switched to
15486 lowercase internal tags, XHTML is lowercase, so it will help
15487 that output is closer to next version.
15488 * doc/* : regenerated the documentation, it is now hosted at
15489 http://xmlsoft.org/ (same bits I just bought the domain :-)
15490
15491
Daniel Veillard294cbca1999-12-03 13:19:09 +000015492Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15493
15494 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15495 doc generation
15496 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15497 in the SAX API
15498 * doc/*: rebuilt the doc making sure everything appears in the
15499 HTML files
15500
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015501Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15502
15503 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15504 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15505 which allow impressive speed improvement on dataset with
15506 large text pieces, but at the cost of broken binary
15507 compatibility and slightly bigger memory usage.
15508 Configure with --with-buffers to activate them, they
15509 are protected with XML_USE_BUFFER_CONTENT define.
15510 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15511 goal is 0 memory left allocated once parser is no more used
15512 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15513 call xmlCleanupParser() and xmlMemoryDump()
15514
Daniel Veillarda819dac1999-11-24 18:04:22 +000015515Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15516
15517 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15518 * parser.[ch] encoding.[ch]: added memory cleanup routines
15519 * parser.c: closing bug #3788
15520 * doc/*: rebuilt the doc
15521
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015522Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15523
15524 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15525 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15526 * tester.c: added --compress option
15527 * doc/*: rebuilt the documentation
15528
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015529Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15530
15531 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15532 if given /proc/kcore as input !
15533 * doc/xml.html doc/*: updated and rebuilt the documentation
15534
15535Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015536
15537 * parser.c: Fixed some wrongly space collapsing code due to
15538 a misreading of the spec.
15539 * result/*: fixed the output accordingly
15540
15541Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015542
15543 * encoding.c: bug fix and typos
15544 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15545 * parser.c: added attribute normalization closing bug #3597
15546 * test/att* result/att* SAXresult/att*: testcase for attribute
15547 normalization
15548
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015549Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15550
15551 * configure.in: closing bug #3163 by adding extra flags for the
15552 cc compiler on HP-UX
15553
Daniel Veillard51e3b151999-11-12 17:02:31 +000015554Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15555
15556 * valid.[ch] : removed a typo and an enumerated type bug in the
15557 xmlAddElementDecl() function
15558 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15559 call to xmlEncodeEntitiesReentrant() so that the functions
15560 New, Set and Get are at the same level.
15561 * parser.c HTMLparser.c: extra memory allocation bug for
15562 attributes detected by someone using libxml in embedded systems :-)
15563
Daniel Veillard962195f1999-10-28 15:51:53 +000015564Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15565
15566 * xmlmemory.h: turned off mem debug :-\
15567
Daniel Veillard35008381999-10-25 13:15:52 +000015568Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15569
15570 * parser.c: closed bug #2784 a one line fix, but worth pushing
15571 a new release out
15572 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15573 some structures, comments before and after the
15574 main element, and other nastyness
15575 * HTMLtree.c tree.c: accomodate the extended HTML supported
15576 * configure.in: pushing 1.7.4
15577 * test/ent8 and related outputs : added a new test for bug #2784
15578 * test/HTML/wired.html and related output: a nasty HTML example
15579 * Makefile.am: improved the test scripts
15580 * docs/* : reran the documentation extractor, updated xml.html
15581
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015582Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15583
15584 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15585 HTMLparser and debugged the HTML related code. HTML documents
15586 now have their own type
15587 * entities.c: do not dump &apos; for HTML output
15588 * xmlmemory.c: improvement, breakpoint mechanism
15589 * testHTML.c: added --sax --repeat ...
15590 * Makefile.am: improved the HTML tests
15591 * valid.[ch]: added xmlValidGetValidElements and
15592 xmlValidGetPotentialChildren
15593 * tester.c: added --insert to test the 2 new functions
15594 * test//* result//* SAXresult//* : regression test cleanup
15595 and extension.
15596 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15597 gnome-xml-nanohttp.html
15598
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015599Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15600
15601 * HTMLparser.c: fixed problems with some autoclose tags
15602 * tree.c: fixed XML output problems.
15603 * result/* SAXresult/*: update of the tests output
15604
Daniel Veillard6077d031999-10-09 09:11:45 +000015605Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15606
15607 * Makefile.am: Arturo patch for xmlConf.sh version info
15608 * parser.c: Tim Josling patch for single quoted items
15609 * tester.c: Tim Josling patch for tester options usage
15610 * tree.h: indent cleanup
15611
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015612Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15615 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15616
Daniel Veillard00fdf371999-10-08 09:40:39 +000015617Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15618
15619 * tree.c : Raph patch for initialization of CORBA fields
15620 * parser.c, xpath.c, ...: modification of doc comments
15621 * xpath.c : allow spaces in xpath expressions
15622
Daniel Veillardad219441999-09-27 08:17:49 +000015623Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15624
15625 * xmlmemory.h: turning off memory debug :-(
15626
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015627Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15628
15629 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15630 better SAX interfaces.
15631 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15632 entity.
15633 * configure.in: 1.7.2
15634
15635Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015636
15637 * libxml.spec.in: fixed the URL
15638 * doc/xml.html: improved the documentation front-end
15639
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015640Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015641
15642 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15643
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015644Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015645
15646 * libxml.spec.in: fixed the alpha compile problem
15647 * parser.[ch]: changed errno to errNo in the parser context :-(
15648 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15649 * doc/xml.html: changed CHAR to xmlChar
15650 * doc/html/*: recompiled the documentation
15651 * configure.in: 1.7.1
15652
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015653Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15654
15655 * parser.h: modified the parser context struct to regain 1.4.0
15656 binary compatibility
15657 * parser.c, xml-error.h: added errno ot teh context and defined
15658 a set of errors values with update of errno
15659 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15660 DTDs and entities
15661 * *.h, *.c: complete cleanup of the use of config.h and include
15662 protection depending on the current setup.
15663 * overalll debugging, maintenance and bug-fixing on all modules
15664 * updated the documentation
15665 * ready for 1.7.0
15666
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015667Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15668
15669 * HTMLparser.c : cleanup
15670 * SAX.c valid.c valid.h: added ID/IDREF checking
15671 * tree.c tree.h: extended doc structure for refs
15672 * configure.in: 1.6.2
15673 * parser.c: patched bug in SAX user arg call
15674 * parserInternals.h: patched missing close in C++ wrapping
15675 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15676 especially upcoming XPointer implementation.
15677 * doc/xml.html: augmented, typo
15678
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015679Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15680
15681 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15682 not all invocations of install understand -d.
15683
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015684Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15685
15686 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15687 to make 'check' works, when builddir != srcdir.
15688
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015689Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15690
15691 * doc/xml.html : updated the documentation
15692
Daniel Veillard6454aec1999-09-02 22:04:43 +000015693Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15694
15695 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15696 not deallocated memory blocks
15697 * *.c : replaces all calls to malloc() free() and realloc() to
15698 the wrapper functions/macros
15699 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15700 instead of xmlFreeNodeList()
15701
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015702Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15703
15704 * HTMLparser.c: corrected a stupid bug leading to core dump at
15705 tree deallocation. Removed warnings indicated by
15706 Stephane.Conversy@lri.fr
15707 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15708 looked for in the external subset
15709
15710Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015711
15712 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15713 on SGI by Stephane.Conversy@lri.fr
15714
Daniel Veillardb96e6431999-08-29 21:02:19 +000015715Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15716
15717 * all .h : changed the prototype declaration indent as in gtk
15718 * most .c : working on reducing the TODOs in the code
15719 * most .c : cleanup though -pedantic and Insure++
15720 * improvements on validation ID checkings.
15721 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15722 * xml-config.in: closed #1810
15723
15724Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015725
15726 * tree.h, valid.c, valid.h: more work on validity, IDs
15727 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15728 definition for AIX
15729
Daniel Veillardb556eb51999-08-15 17:19:50 +000015730Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15731
15732 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15733 the distribution due to a cut'n paste error at last commit
15734
Daniel Veillardb05deb71999-08-10 19:04:08 +000015735Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15736
15737 * configure.in: upgraded to version 1.4.0
15738 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15739 Big update, added a large part of the validation process,
15740 it should be usable, but some parts are missing
15741 * xpath.c: improved the implementation w.r.t. root.
15742 * Makefile.am: added more tests
15743 * test and result trees: added a lot of tests
15744 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15745
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015746Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * Added an HACKING file
15749
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015750Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15751
15752 * xpath.[ch] : improvements and debug of the XPath implementation
15753 * parser.c, HTMLparser.c : modified the parsers to be progressive
15754 * tree.[ch] : extended the Buffer promitives
15755 * xmlIO.[ch] : added basic I/O routines providing progressive
15756 parsing and ready for I18N conversion plugins
15757 * SAXresult/* : the SAX callback sequence maybe slightly different
15758 now
15759 * test*.c : improved/updated the tests programs
15760 * doc/* : recompiled the docs.
15761
Daniel Veillard15b75af1999-07-26 16:42:37 +0000157621999-07-26 Michael Meeks <michael@edenproject.org>
15763
15764 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15765
15766 * tree.c: Ditto.
15767
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015768Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15769
15770 * configure.in: upgraded to version 1.4.0
15771 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15772 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15773 XML query language, see http://www.w3.org/TR/xpath for more details.
15774 * parser.c, parser.h: added CHAR* related string functions for XPath
15775 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15776 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15777 rebuild the docs.
15778 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15779 and regression testing capabilities for XPath.
15780
Daniel Veillardd79d7871999-07-12 10:38:12 +000015781Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15782
15783 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15784 closing bug #1646
15785
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015786Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15787
15788 * Makefile.am, example/Makefile.am: closed bug #1683
15789
Daniel Veillard3166ab11999-07-11 16:14:19 +000015790Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15791
15792 * example/Makefile.am, configure.in: added the makefile for the
15793 gjobread example
15794
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015795Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15796
15797 * doc/Makefile.am:
15798 - fix which allow "make install DESTDIR=</install/prefix>".
15799
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015800Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15801
15802 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15803 which fixed a problem on the file reading-code.
15804
Daniel Veillard82150d81999-07-07 07:32:15 +000015805Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15806
15807 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15808 output.
15809 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15810
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015811Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15812
15813 * parser.h : Oops removed the binary compatibility problem
15814 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15815 * parser.c, HTMLparser.c: applied patches for reading from stdin
15816
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015817Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15818
15819 * parser.c, entities.c, valid.c: cleanup bug #1591
15820 * configure.in: cleanup bug #1592
15821 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15822 the same tree back-end. Hence gdome will be available for it.
15823 * doc/Makefile.am: close bug #617
15824
Daniel Veillard97fea181999-06-26 23:07:37 +000015825Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15826
15827 * parser.c: alloctate a per parser context SAX interface block
15828
Daniel Veillard14fff061999-06-22 21:49:07 +000015829Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15830
15831 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15832 and xmlEncodeEntitiesReentrant with the correct one :-\
15833
15834Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15835
15836 * commit of my internal XML base changes, quite a lot of
15837 changes, cleanups, better entities support, framework for
15838 new I/O and charset detection and handling
15839 * Fixed the configure/Makefile stuff to generate shared libs
15840 with the proper version info, so we jumped on rev from
15841 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15842 xmlEncodeEntities() result need to be freed now, and a string
15843 xmlParserVersion provide the current library version.
15844
Raph Levien05240da1999-06-15 21:27:11 +000015845Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15846
15847 * parser.c: fixed a buffer overrun for when you have a very long
15848 attribute with no entities in it.
15849
Daniel Veillardbb2da581999-06-13 14:37:07 +000015850Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * added example directory
15853 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15854
Daniel Veillard011b63c1999-06-02 17:44:04 +000015855Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15856
15857 * Release of libxml-1.1, nearly everything has been touched for
15858 this.
15859 * Added more regression tests
15860 * Updated the documentation
15861
Daniel Veillard27d88741999-05-29 11:51:49 +000015862Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15863
15864 * tree.[ch]: unified the XML_NO_CORBA defines.
15865 * parser.c encoding.[ch]: started plugging in char encoding detection
15866
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015867Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15868
15869 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15870 Also freed allocated buffer.
15871
Daniel Veillard27d88741999-05-29 11:51:49 +000015872Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015873 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15874 reentrancy problem at printing. One is left in entities.c, to
15875 remove ASAP
15876 * testSAX.c : added a test example showing the use of the SAX
15877 interface if one doesn't want to build the DOM tree.
15878 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15879
Daniel Veillard517752b1999-04-05 12:20:10 +000015880Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15881
15882 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15883 large revamping of the parser to use SAX callbacks
15884 http://www.megginson.com/SAX/ (or at least a C like interface
15885 a la Expat). It's now possible to set up your own callbacks
15886 and the parser will not build a DOM tree.
15887 * test/* result/*: updated the test suite, I finally removed
15888 the old Namespace draft support (PI based).
15889
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015890Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15891
15892 * Makefile.am: added test result to EXTRA_DIST for make tests
15893
Daniel Veillard64068b31999-03-24 20:42:16 +000015894Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * parser.c, parserInternals.h: moved the chars macro definitions
15897 to parserInternals.h
15898 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15899 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15900
Daniel Veillard012ccc11999-03-23 10:11:11 +000015901Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15902
15903 * xml-config.in : applied patch to make --version work
15904
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159051999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15906
15907 * Makefile.am (check-local): Alias for `tests' target. This will
15908 cause `make check' to do the right thing.
15909 (tests): Don't run tests in srcdir. Also, replaced calls to
15910 basename with a `sed' "equivalent".
15911
Daniel Veillardd109e371999-03-05 06:26:45 +000015912Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15915 it in the header and not the sources, updated the doc.
15916 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15917 pointing this out.
15918
Daniel Veillardbc50b591999-03-01 12:28:53 +000015919Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15920
15921 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15922 exported the inputStream routines.
15923 * doc/html/* : updated accordingly
15924
Daniel Veillardd692aa41999-02-28 21:54:31 +000015925Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15926
15927 * parser.c, parser.h, parserInternals.h: added a few extra
15928 internal calls to allocate and free parser contexts ...
15929 * doc/html/* : updated accordingly
15930
Daniel Veillard55a99271999-02-25 11:01:29 +000015931Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15932
15933 * configure.in, Makefile.am, doc/makefile.am : General changes for
15934 1.0.0 release and including the generated HTML documentation.
15935
Daniel Veillard35925471999-02-25 08:46:07 +000015936Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15937
15938 * makefile.am : added parserInternals.h, oops.
15939
Daniel Veillard1e346af1999-02-22 10:33:01 +000015940Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15941
15942 * parserInternals.h: added this header giving access to the parser
15943 internal functions.
15944 * doc/Makefile.am : added a rebuild target which rebuilds the full
15945 set of documentations
15946 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15947 the internal subset.
15948 * *.c *.h: modifications needed to generate the documentation using
15949 gtk-doc, cleanup of functions blocks, reorganisation of struct
15950 declarations.
15951
Daniel Veillard1164e751999-02-16 16:29:17 +000015952Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15953
15954 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15955 the tar and spec file to include the beginning of the doc.
15956
Nuno Ferreira03d04781999-02-13 00:07:17 +0000159571999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15958
15959 * doc/.cvsignore: Added this file.
15960
Daniel Veillard6800ef31999-02-08 18:33:22 +000015961Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15962
15963 * tree.c: fixed xmlGetProp to return "" when the attribute
15964 exists, even if the node-list is NULL.
15965
Daniel Veillard726c7e31999-02-08 15:13:10 +000015966Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * tree.c: patched an error outputting empty attribute values.
15969 * Makefile.am and doc/makefile.am: have been updated during the
15970 week-end. Sorry for an empty CVS log, I got a shell problem.
15971
Daniel Veillard1899e851999-02-01 12:18:54 +000015972Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15973
15974 * tree.h: cleaned up using enums instead of defines
15975 * parser.c, valid.[ch]: more work on parsing/output of element
15976 declarations
15977
Daniel Veillard3b9def11999-01-31 22:15:06 +000015978Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15979
15980 * valid.[ch], tree.c, parser.c : more work toward full parsing
15981 of XML DTDs.
15982 * README: added informations about mailing-list and on-line
15983 documentation
15984
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000159851999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15986
15987 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15988
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015989Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15990
15991 * parser.c, tree.[ch] : more work toward conformance testing,
15992 added a last element to accelerate parsing of very flat structures
15993 started working on internal subset Element content declaration.
15994 * valid.[ch] : first cut at adding code toward validation.
15995 * previous changes had also small impact on most files, especially
15996 the conformance testing using James Clark test suite.
15997
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015998Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * test/* : updated the examples, most of them were not well
16001 formed (humm), and added rdf2.
16002 * result/* : resulting changes in the output.
16003
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016004Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16005
16006 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16007
Daniel Veillard44b3a061998-12-05 17:27:22 +000016008Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16009
16010 * tree.c: patched a bug in the generation of empty attributes
16011
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016012Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16013
16014 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16015 for node/trees/documents/... Biggest problem is namespace
16016 support when copying subtrees.
16017
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016018Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16019
16020 * parser.c, entities.c: improve entities and char ref encoding,
16021 and cleanups of error messages.
16022
Daniel Veillard242590e1998-11-13 18:04:35 +000016023Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16024
16025 * parser.c, entities.c: simple bug hunting done during rpm2html and
16026 rpmfind integration.
16027
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016028Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16029
16030 * parser.[ch]: Added interfaces allowing to specify a SAX
16031 handler before parsing.
16032
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016033Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * parser.c: redirrect all errors reporting through the SAX
16036 error function
16037
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016038Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16039
16040 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16041 * libtool, tlmain ...: update of the libtool files
16042
Miguel de Icaza442321c1998-11-04 18:13:38 +0000160431998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16044
16045 * entities.c: Use g_snprintf insteda of snprintf.
16046
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016047Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16048
16049 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16050 added ent5 test for this purpose.
16051 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16052
Daniel Veillard27271681998-10-30 06:39:40 +000016053Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16054
16055 * parser.c: fixed? a strange error due to compression on a GWP
16056 document.
16057
Daniel Veillard25940b71998-10-29 05:51:30 +000016058Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16059
16060 * tree.[ch]: bug fixing
16061 * entities.[ch]: defined a specific type for predefined entities
16062 * doc/xml.html: more documentation on the library, how to use it,
16063 overview of the interfaces.
16064
Daniel Veillard16253641998-10-28 22:58:05 +000016065Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16066
16067 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16068
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016069Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16070
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016071 * tree.c: corrected a small bug
16072 * doc/xml.html: continuing writing documentation.
16073
16074Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16075
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016076 * debugXML.h debugXML.c: added debugging utilities.
16077 * tester.c: added --debug switch.
16078 * tree.c: patched an incorrect node->type assignment.
16079 * parser.c: formatting, ensure that node->doc != NULL in attributes
16080
Daniel Veillardccb09631998-10-27 06:21:04 +000016081Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16082
16083 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16084 entity support and provide an internal representation close to
16085 DOM one (entity ref nodes, and attribute value as tree). I tried
16086 to preserve the interface but this will surely break some apps
16087 (I have to change rpm2html/rpmfind for example). I had to change
16088 two interfaces, and the generated tree is somewhat different.
16089 * doc/* : started documenting the XML library, the tree and
16090 DOM/Corba. This is a first step.
16091
Daniel Veillard11e00581998-10-24 18:27:49 +000016092Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16093
16094 * parser.c: Set up the fonctions comment block, boring but useful.
16095 * parser.h, SAX.c, parser.c: now attributes are processed through
16096 the SAX interface. The problem is that my SAX interface diverged
16097 quite a bit from the original one, well this is not an official
16098 spec, and translating it from Java to C is hairy anyway...
16099
Daniel Veillard97b58771998-10-20 06:14:16 +000016100Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16101
16102 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16103 fonctions comment block, boring but useful.
16104
16105Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016106
16107 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16108 conversion routines. However they are not yet used to convert the
16109 inputs. The core will run with UTF-8.
16110
Daniel Veillard33942841998-10-18 19:12:41 +000016111Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16112
16113 * tree.c : make sure that the type id is properly set-up when
16114 a new object is allocated, needed for DOM.
16115
Daniel Veillard27fb0751998-10-17 06:47:46 +000016116Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * tree.h, tree.c: Ok, the main objects in the tree will be native
16119 corba objects, it costs 8 bytes per Node, Attribute and Document
16120 but it simplifies the Corba integration a lot (no extra interface
16121 objects to allocate/free).
16122
Daniel Veillard0bef1311998-10-14 02:36:47 +000016123Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16124
16125 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16126 and changed NODEs contants for conformity with DOM Level 1
16127
Daniel Veillard27864701998-10-08 03:47:24 +000016128Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16129
16130 * added hooks to keep track of servants when creating objects
16131 xmlDoc and xmlNode (for Corba export).
16132
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016133Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16134
16135 * added xml-config script.
16136
Daniel Veillard7066a791998-10-01 20:28:28 +000016137Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16138
16139 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16140 to autoupdate libtool and automake conf files.
16141
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000161421998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16143
16144 * Makefile.am: Use '?' to separate the sed
16145 commands as ',' is used when people pass -Wl,something.
16146
16147
Daniel Veillard15a8df41998-09-24 19:15:06 +000016148Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * tree.c, tree.h: added a per-document compression interface.
16151
Daniel Veillard151b1b01998-09-23 00:49:46 +000016152Tue Sep 22 20:47:38 EDT 1998
16153
16154 * tree.c, tree.h: added saving with compression and added interfaces
16155 to control the compression level (xmlGetCompressMode,
16156 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16157
Daniel Veillard70120ff1998-09-22 00:24:21 +000016158Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16159
16160 * parser.c: corrected a loop for files of size 0
16161
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000161621998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16163
16164 * error.h: New file. Contains prototyes from `error.c'.
16165
Tom Tromeyc19653d1998-08-14 01:22:43 +000016166Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16167
16168 * Makefile.am (xmlincdir): New macro.
16169 (xmlinc_HEADERS): Renamed from include_HEADERS.
16170
Daniel Veillard845664d1998-08-13 04:43:19 +000016171Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16172
16173 * applied small patch on numeric entities from
16174 Christopher Blizzard <blizzard@appliedtheory.com>
16175
Daniel Veillard260a68f1998-08-13 03:39:55 +000016176Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16177
16178 * New release 0.2, removed the old xml_* files so that it's
16179 coherent with the other CVS base (W3C), far better conformance
16180 to standard, new namespaces, decent entities support, beginning
16181 of a SAX-like interface. Nearly nothing left intact, even the
16182 test examples ...
16183
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000161841998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16185
16186 * .cvsignore: Add .deps dir
16187
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016188Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16189
16190 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16191
Daniel Veillardfe926001998-07-26 04:28:20 +000016192Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016193
Daniel Veillardfe926001998-07-26 04:28:20 +000016194 * configure.in: added test for CPP
16195 * AUTHORS, Changelog: the original ones didn't get commited but the
16196 glib ones instead, fixed.
16197 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016198
Daniel Veillardfe926001998-07-26 04:28:20 +000016199Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016200
Daniel Veillardfe926001998-07-26 04:28:20 +000016201 * integrated code developped at W3C
16202 * changed the original Copyright
16203 * migrated to automake
16204 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016205