blob: 03823a872a5309b80f521cf7fe2812a042e93c83 [file] [log] [blame]
Daniel Veillardef2e4ec2003-03-20 16:23:26 +00001Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * xmlschemastypes.c: added integer and fixed one of the
4 IDREFS regression tests pbm
5 * result/relaxng/docbook_0.err: updated
6
Daniel Veillard249d7bb2003-03-19 21:02:29 +00007Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8
9 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10 declared both in the DTD and in the Schemas <grin/>
11 * relaxng.c: more debug, added a big optimization for <mixed>
12 * test/relaxng/testsuite.xml: augmented the testsuite
13 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
14 DocBook example to the regression tests
15
Daniel Veillard798024a2003-03-19 10:36:09 +000016Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
17
18 * check-xsddata-test-suite.py: cosmetic change for output
19 * relaxng.c: try to minimize calls to malloc/free for states.
20
Daniel Veillarda1a9d042003-03-18 16:53:17 +000021Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
22
23 * tree.c: removed a warning
24 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
25 support
26 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
27 cleanup/improvements of the regression tests batch
28 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
29
Daniel Veillard28c52ab2003-03-18 11:39:17 +000030Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
31
32 * relaxng.c: fixed error msg cleanup deallocation
33 * xmlschemastypes.c: added a function to handle lists of
34 atomic types, added support for IDREFS
35
Daniel Veillardc3da18a2003-03-18 00:31:04 +000036Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
39 and IDREF, usable from RelaxNG now
40 * include/libxml/xmlschemastypes.h: need to add a new interface
41 because the validation modifies the infoset
42 * test/relaxng/testsuite.xml: extended the testsuite
43
Daniel Veillard952379b2003-03-17 15:37:12 +000044Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
45
46 * relaxng.c: fixed the last core RelaxNG bug known #107083,
47 shemas datatype ID/IDREF support still missing though.
48 * xmlreader.c: fix a crashing bug with prefix raised by
49 Merijn Broeren
50 * test/relaxng/testsuite.xml: augmented the testsuite with
51 complex inheritance tests
52
Daniel Veillardfd573f12003-03-16 17:52:32 +000053Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
54
55 * relaxng.c: switched back to the previous Relax-NG code base,
56 the derivation algorithm need severe constraining code to avoid
57 combinatorial explosion. Fixed the problem with Sebastian Rahtz
58 TEI based example and other bugs
59 * result/relaxng/*err: updated the results
60 * test/relaxng/testsuite.xml: started a new test suite
61
Daniel Veillard1564e6e2003-03-15 21:30:25 +000062Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
63
64 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
65 that the original RelaxNG validation code was un-fixeable, it got
66 rewritten to use the derivation algorithm from James Clark and
67 redebugged it (nearly) from scratch:
68 found 373 test schemas: 372 success 1 failures
69 found 529 test instances: 529 success 0 failures
70
Daniel Veillard39eb88b2003-03-11 11:21:28 +000071Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
72
73 * SAX.c parser.c: fix some recursion problems introduced in the
74 last release.
75 * relaxng.c: more debugging of the RNG validation engine, still
76 problems though.
77
Daniel Veillard5add8682003-03-10 13:13:58 +000078Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
79
80 * Makefile.am: stop generating wrong result file with * in name
81 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
82 * result/relaxng/demo* test/relaxng/demo: added the tests from
83 Sebastian reproducing the problem.
84
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000085Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
86
Daniel Veillard5add8682003-03-10 13:13:58 +000087 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
88 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000089
Aleksey Sanin693c9bc2003-03-09 22:36:52 +000090Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
91
92 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
93 variable to control the indentation for the xmllint "--format"
94 option
95
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000096Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
97
98 * encoding.c: applied Gennady's patch against buffer overrun
99
Daniel Veillard42f12e92003-03-07 18:32:59 +0000100Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
101
102 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
103 Clark it appeared I had bug in URI parsing code ...
104 * relaxng.c include/libxml/relaxng.h: completely revamped error
105 reporting to not loose message from optional parts.
106 * xmllint.c: added timing for RNG validation steps
107 * result/relaxng/*: updated the result, all error messages changed
108
Daniel Veillardedfd5882003-03-07 14:20:40 +0000109Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * xpath.c: fix bug #107804, the algorithm used for document order
112 computation was failing on attributes.
113
Daniel Veillard83391282003-03-06 21:37:30 +0000114Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * valid.c: fix bug #107764 , possibility of buffer overflow
117 in xmlValidDebug()
118
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000119Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
120
121 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
122 from Philipp Dunkel
123
Daniel Veillard5f704af2003-03-05 10:01:43 +0000124Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
125
126 * xmlschemastype.c: made powten array static it should not be exported
127 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
128 parser function.
129 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
130
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000131Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
132
133 * tree.c: fixed a node dump crash on attributes
134 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
135 an URI test bug and get better output.
136
Daniel Veillard463a5472003-02-27 21:30:32 +0000137Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
138
139 * check-xsddata-test-suite.py: give more infos
140 * relaxng.c: fix a bug reported by Sebastian Rahtz and
141 REF->DEF in attribute values.
142
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000143Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
144
145 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
146 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
147 regression tests from James Clark.
148
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000149Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * relaxng.c xmlschemas.c xmlschemastypes.c
152 include/libxml/xmlschemastypes.h: added param support for relaxng
153 type checking, started to increment the pool of simple types
154 registered, still much work to be done on simple types and
155 facets checkings.
156
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000157Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
158
159 * entities.c: fixes again one of the problem raised by
160 James Clark in #106788
161
Daniel Veillardc482e262003-02-26 14:48:48 +0000162Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
163
164 * relaxng.c: Fixed a couple of problem raised by James Clark
165 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
166 datatype level still not fixed though.
167
Daniel Veillard17bed982003-02-24 20:11:43 +0000168Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
169
170 * configure.in: preparing release 2.5.4
171 * doc/*: updated and rebuilt the docs
172 * relaxng.c: removed warnings
173 * result/relaxng/*: updated the results
174
Daniel Veillardf4be0182003-02-24 19:54:33 +0000175Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
176
177 * valid.c: fixes a DTD regexp generation problem.
178
Daniel Veillard02111c12003-02-24 19:14:52 +0000179Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
180
181 * parser.c: fixes bug #105998 about false detection of
182 attribute consumption loop.
183
Daniel Veillard2406abd2003-02-24 18:16:47 +0000184Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
185
186 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
187
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000188Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
189
190 * SAX.c: fixed bug #105992
191
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000192Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
193
194 * tree.c: fixed xmlSetProp and al. when the node passed is not an
195 element.
196 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
197 found 373 test schemas: 369 success 4 failures
198 found 529 test instances: 525 success 4 failures
199 * check-relaxng-test-suite.py: added memory debug reporting
200
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000201Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
202
203 * uri.c parser.c: some warning removal on Igor's patch
204 * tree.c: seems I messed up with #106788 fix
205 * python/libxml.c: fixed some base problems when Python provides
206 the resolver.
207 * relaxng.c: fixed the interleave algorithm
208 found 373 test schemas: 364 success 9 failures
209 found 529 test instances: 525 success 4 failures
210 the resulting failures are bug in the algorithm from 7.3 and
211 lack of support for params
212
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000213Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * parser.c: another fix for nodeinfo in entities problem
216 * tree.c entities.c: fixed bug #106788 from James Clark
217 some spaces need to be serialized as character references.
218
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000219Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
220
221 * parser.c uri.c: fixed the bug I introduced in the path
222 handling, reported by Sebastian Bergmann
223
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000224Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
225
226 * parser.c: fixing some nodeinfo in entities problem raised
227 by Glenn W. Bach
228 * relaxng.c: implemented the first section 7.3 check
229 * result/relaxng/*: updated the results
230
Daniel Veillardc5312d72003-02-21 17:14:10 +0000231Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
232
233 * relaxng.c: fixed some problems in the previous commit
234 and finished implementing 4.16 rules checking
235 found 373 test schemas: 353 success 20 failures
236 found 529 test instances: 519 success 6 failures
237 * result/relaxng/*: updated the results
238
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000239Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
240
241 * relaxng.c: implemented checks from section 7.2
242
Daniel Veillard77648bb2003-02-20 15:03:22 +0000243Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
244
245 * relaxng.c: implemented the checks from section 7.1, fixed
246 some of the 4.20 and 4.21 problems.
247 found 373 test schemas: 338 success 35 failures
248 found 529 test instances: 519 success 6 failures
249 * result/relaxng/*: updated the results
250
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000251Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
252
253 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
254 * result/relaxng/*: updated the results
255
Daniel Veillardce14fa52003-02-19 17:32:48 +0000256Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
257
258 * relaxng.c: more bugfixes
259 * result/relaxng/*: updated the results
260
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000261Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
262
263 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
264 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
265 * SAX.c: ensured xmlDoc.URL is always canonic
266 * parser.c: obsoleted xmlNormalizeWindowsPath
267 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
268 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
269 * win32/libxml2.def.src: added few exports
270
271
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000272Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
273
274 * Makefile.am configure.in: patched to have shared libraries
275 for Python regression tests and static binaries for gdb debug
276 in my development environment
277 * relaxng.c: more bugfixes
278 found 373 test schemas: 296 success 77 failures
279 found 529 test instances: 516 success 8 failures
280 * result/relaxng/*: updated the results
281
Daniel Veillard8fe98712003-02-19 00:19:14 +0000282Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
283
284 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
285
Daniel Veillardd4310742003-02-18 21:12:46 +0000286Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
287
288 * xmlschemastypes.c: float/double check bugfix
289 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
290 validation
291 * xmlreader.c: add a TODO for Jody
292 * relaxng.c: bugfix bugfix bugfix
293 found 373 test schemas: 300 success 73 failures
294 found 529 test instances: 507 success 10 failures
295 * result/relaxng/*: updated the results
296
Daniel Veillard2df2de22003-02-17 23:34:33 +0000297Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
298
299 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
300
Daniel Veillard416589a2003-02-17 17:25:42 +0000301Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
302
303 * relaxng.c check-relaxng-test-suite.py: more work on the
304 RelaxNG implementation conformance testing.
305 found 373 test schemas: 284 success 89 failures
306 found 529 test instances: 448 success 47 failures
307 * result/relaxng/*: updated the results
308
Daniel Veillard784b9352003-02-16 15:50:27 +0000309Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
312 a patch from Kjartan Maraas to fix some typos
313
Daniel Veillardfebcca42003-02-16 15:44:18 +0000314Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
315
316 * relaxng.c: more bug-hunting
317 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
318 intermediate rng tree
319 * python/generator.py: patch from Stephane Bidoul to fix the generator
320 on python < 2.2
321
Daniel Veillardd2298792003-02-14 16:54:11 +0000322Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
323
324 * check-relaxng-test-suite.py relaxng.c: more testing on the
325 Relax-NG front, cleaning up the regression tests failures
326 current state and I forgot support for "mixed":
327 found 373 test schemas: 280 success 93 failures
328 found 529 test instances: 401 success 68 failures
329 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
330 moved the Name, NCName and QName validation routine in tree.c
331 * uri.c: fixed handling of URI ending up with #, i.e. having
332 an empty fragment ID.
333 * result/relaxng/*: updated the results
334
Daniel Veillard9a237c92003-02-13 15:52:58 +0000335Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
336
337 * check-xinclude-test-suite.py: improved the script accordingly
338 to the XInclude regression tests updates
339 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
340 November 2002
341 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
342 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
343 augmented the Xpointer testsuite for the element() scheme
344
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000345Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * relaxng.c: added TODO for the DTD compatibility spec
348 * xinclude.c: more bug fixes driven by the testsuite
349
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000350Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
351
352 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
353 regression tests for XInclude, improved the script, improving
354 XInclude error reporting mechanism
355
Daniel Veillard1d788d22003-02-10 16:21:58 +0000356Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
357
358 * NEWS doc/* configure.in: preparing release 2.5.3
359
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000360Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
361
362 * tree.c: trying to fix #104934 about some XHTML1 serialization
363 issues.
364
Daniel Veillard809faa52003-02-10 15:43:53 +0000365Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
366
367 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
368 encoding conversion when the input buffer stops in the
369 middle of a multibyte char
370
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000371Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
372
373 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
374 * check-relaxng-test-suite.py: python script to run regression
375 against OASIS RelaxNG testsuite
376 * relaxng.c: some cleanup tweaks
377 * HTMLparser.c globals.c: cleanups in comments
378 * doc/libxml2-api.xml: updated the API
379 * result/relaxng/*: errors moved files, so large diffs but
380 no changes at the semantic level.
381
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000382Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
383
384 * tree.c: fixing #105678 problem when dumping a namespace node.
385
Daniel Veillard591b4be2003-02-09 23:33:36 +0000386Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
387
388 * xpath.c: fixed doc comment problems
389 * python/generator.py python/libxml_wrap.h python/types.c: adding
390 RelaxNG wrappers
391 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
392 test of those early Python RelaxNG bindings
393
394Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000395
396 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
397 * relaxng.c: found the validation problem I had with interleave
398 when not covering all remaining siblings
399 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
400 testsuite and check the RNG schemas against the RNG schemas
401 given in appendix A
402
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000403Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
404
405 * win32/Makefile.msvc: updates for RelaxNG
406 * win32/Makefile.mingw: updates for RelaxNG
407 * win32/libxml2.def.src: added RelaxNG exports
408
Daniel Veillard97fd5672003-02-07 13:01:54 +0000409Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
410
411 * xinclude.c: applied another bug fix from Sean Chittenden
412
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000413Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
414
415 * configure.in xmllint.c: I f...ed up the default configuration
416 of schemas and --relaxng option display in xmllint, pointed by
417 Morus Walter.
418 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
419 detection module, fixes bug #105374.
420
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000421Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
422
423 * xmlschemastypes.c: added the boolean base type.
424
Daniel Veillard96a4b252003-02-06 08:22:32 +0000425Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
426
427 * xmlschemastypes.c: started implementing some of the missing
428 default simple types
429 * result/relaxng/*: updated the results
430
Daniel Veillard72fef162003-02-05 14:31:19 +0000431Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
432
433 * NEWS doc/*: updated the docs, ready for 2.5.2 release
434
Daniel Veillard71531f32003-02-05 13:19:53 +0000435Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
436
437 * HTMLparser.c tree.c xmlIO.c: comments cleanups
438 * Makefile.am: use xmllint for doing the RelaxNG tests
439 * configure.in: preparing 2.5.2 made schemas support default to
440 on instead of off
441 * relaxng.c: removed the verbosity
442 * xmllint.c: added --relaxng option
443 * python/generator.py python/libxml_wrap.h: prepared the integration
444 of the new RelaxNG module and schemas
445 * result/relaxng/*: less verbose output
446
Daniel Veillardec498e12003-02-05 11:01:50 +0000447Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
448
449 * valid.c: do not run content model validation if the
450 content is not determinist
451
Daniel Veillardde590ca2003-02-05 10:45:26 +0000452Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
453
454 * SAX.c: added the redefinition of namespaced attribute
455 check that was missing as Fabrice Desré pointed out.
456
Daniel Veillard930dfb62003-02-05 10:17:38 +0000457Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
458
459 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
460 improvements from Nick Kew, allowing to do more checking
461 to HTML elements and attributes.
462
Daniel Veillard4287c572003-02-04 22:48:53 +0000463Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
464
465 * xinclude.c: fixing bug #105137 about entities declaration
466 needing to be copied to the including document.
467
Daniel Veillard652d8a92003-02-04 19:28:49 +0000468Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * catalog.c: fixed bug #104817 with delegateURI
471 * xpath.c: fixing bugs #104123 and #104125
472
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000473Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
474
475 * configure.in valid.c xmlreader.c python/libxml_wrap.h
476 python/types.c: fixing #104096 to compile without regexps
477
Daniel Veillard57e79b32003-02-04 15:33:12 +0000478Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
479
480 * valid.c: fixing bug #103969 forgot to add an epsilon transition
481 when building the automata for elem*
482
Daniel Veillard358a9892003-02-04 15:22:32 +0000483Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
484
485 * HTMLparser.c: applied patch from Arne de Bruijn fixing
486 bug #103827
487
Daniel Veillardeb137172003-02-04 15:18:06 +0000488Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
489
490 * HTMLparser.c: updating a comment, fixing #103776
491
Daniel Veillard8d589042003-02-04 15:07:21 +0000492Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
493
494 * parser.c: fixing bug 105049 for validity checking of content
495 within recursive entities.
496
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000497Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * HTMLparser.c: try to fix # 105049
500 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
501 * tree.c: updated a function comment
502
Daniel Veillard419a7682003-02-03 23:22:49 +0000503Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
504
505 * relaxng: more work on grammars and refs/defs
506 * test/relaxng/* result/relaxng/*: augmented/updated the
507 regression tests
508
Daniel Veillard144fae12003-02-03 13:17:57 +0000509Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
510
511 * relaxng: more work on name classes, except support
512 * test/relaxng/* result/relaxng/*: augmented/updated the
513 regression tests
514
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000515Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
516
517 * relaxng: more work on name classes, the "validate all" schemas
518 seems to work now.
519 * test/relaxng/* result/relaxng/*: augmented/updated the
520 regression tests
521
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000522Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
523
524 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
525 * parser.c: put a guard against infinite document depth, basically
526 trying to avoid another kind of DoS attack.
527 * relaxng.c: some code w.r.t. nameClasses
528
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000529Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
530
531 * test/relaxng/* result/relaxng/*: check all the namespace support
532 was actually correct based on tutorial section 10.
533
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000534Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
535
536 * relaxng: include seems to work okay now
537 * test/relaxng/* result/relaxng/*: augmented/updated the
538 regression tests
539
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000540Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
541
542 * relaxng.c: a bit of work done in the train back.
543 * test/relaxng/*: added one of the include tests
544
Daniel Veillard154877e2003-01-30 12:17:05 +0000545Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
546
547 * relaxng: more work done in the train
548 * test/relaxng/* result/relaxng/*: augmented/updated the
549 regression tests
550
Daniel Veillarde431a272003-01-29 23:02:33 +0000551Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
552
553 * relaxng.c: debugging of externalRef
554 * test/relaxng/* result/relaxng/*: augmented/updated the
555 regression tests
556
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000557Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
558
559 * relaxng.c: more work on Relax-NG, implementing externalRef
560 * test/relaxng/* result/relaxng/*: augmented/updated the
561 regression tests
562 * Makefile.am: cleanup to Relaxtests target
563
Daniel Veillardb08c9812003-01-28 23:09:49 +0000564Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
565
566 * relaxng.c: more work on Relax-NG, implementing interleave
567 * test/relaxng/* result/relaxng/*: augmented/updated the
568 regression tests
569
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000570Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
571
572 * relaxng.c: more work on Relax-NG, implementing interleave
573 * test/relaxng/* result/relaxng/*: augmented/updated the
574 regression tests
575
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000576Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
577
578 * doc/tutorial/customfo.xsl
579 * doc/tutorial/customhtml.xsl
580 adding stylesheet customizations used to generate fo
581 for pdf and html
582
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000583Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
584
585 * relaxng.c: more work on Relax-NG
586 * test/relaxng/* result/relaxng/*: augmented/updated the
587 regression tests
588 * xmlschemastypes.c: added a number of base type definition but not
589 the associated checks, those are still TODOs
590
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000591Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
592
593 in docs/tutorial:
594 * apa.html
595 * apb.html
596 * apc.html
597 * apd.html
598 * ape.html
599 * apf.html
600 * apg.html
601 * ar01s02.html
602 * ar01s03.html
603 * ar01s04.html
604 * ar01s05.html
605 * ar01s06.html
606 * ar01s07.html
607 * ar01s08.html
608 * index.html
609 * xmltutorial.pdf
610 * xmltutorial.xml
611 add index to tutorial
612
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000613Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
614
615 * doc/xmlcatalog.1
616 * doc/xmlcatalog_man.html
617 * doc/xmlcatalog_man.xml
618 belatedly fixing bug #93622 (adds rewriteURI type to
619 "--add" option in xmlcatalog man page
620
Daniel Veillard3be27512003-01-26 19:49:04 +0000621Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
622
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000623 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000624 Julio Merino, closing #104475
625
Daniel Veillardea3f3982003-01-26 19:45:18 +0000626Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
627
628 * relaxng.c: more work on Relax-NG
629 * test/relaxng/* result/relaxng/*: augmented/updated the
630 regression tests
631
Daniel Veillardedc91922003-01-26 00:52:04 +0000632Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
633
634 * relaxng.c: more work on Relax-NG
635 * test/relaxng/* result/relaxng/*: augmented/updated the
636 regression tests
637
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000638Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
639
640 * README: updated the policy on private mail answers
641 * relaxng.c: more work on Relax-NG
642 * test/relaxng/* result/relaxng/*: augmented/updated the
643 regression tests
644
Daniel Veillard7424eb62003-01-24 14:14:52 +0000645Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
646
647 * error.c parser.c tree.c: applied a documentation patch from
648 Stefan Kost
649
Daniel Veillard276be4a2003-01-24 01:03:34 +0000650Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
651
652 * relaxng.c: more work on Relax-NG
653 * doc/*: regenerated the docs
654 * test/relaxng/* result/relaxng/*: updated and augmented the
655 Relax-NG regression tests and results
656
Daniel Veillard6eadf632003-01-23 18:29:16 +0000657Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
658
659 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
660 First commit of the new Relax-NG validation code, not generally
661 useful yet.
662 * test/relaxng/* result/relaxng/*: current state of the regression
663 tests
664
Daniel Veillard814a76d2003-01-23 18:24:20 +0000665Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
666
667 * tree.c: minimized the memory allocated for GetContent
668 and a bit of cleanup.
669
Daniel Veillardff12c492003-01-23 16:42:55 +0000670Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
671
672 * python/generator.py: seems there is no good reasons to
673 not generate bindings for XPointer
674
Daniel Veillard540a31a2003-01-21 11:21:07 +0000675Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * xmlreader.c doc/apibuild.py: applied a new patch from
678 Stéphane Bidoul for cleanups
679 * doc/libxml2-api.xml: rebuilt the API description with
680 new entry points
681
Daniel Veillard417be3a2003-01-20 21:26:34 +0000682Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
683
684 * xmlreader.c python/drv_libxml2.py python/generator.py
685 python/libxml.c python/libxml.py python/libxml_wrap.h
686 python/types.c: patch from Stéphane Bidoul for better per
687 context error message APIs
688 * python/tests/ctxterror.py python/tests/readererr.py:
689 update of the tests
690
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000691Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
692
693 * doc/guidelines.html
694 grammar and spelling cleanup
695
Daniel Veillard26f70262003-01-16 22:45:08 +0000696Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
697
698 * xmlreader.c include/libxml/xmlreader.h python/generator.py
699 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
700 a patch from Stéphane Bidoul to allow per XMLtextReader error
701 and warning handling
702 * python/tests/Makefile.am python/tests/readererr.py: adding the
703 specific regression test
704
Daniel Veillard71f9d732003-01-14 16:07:16 +0000705Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
706
707 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
708 should raise a syntax error
709
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000710Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
711
712 * python/libxml.c: cleanup patch from Stéphane Bidoul
713
Daniel Veillard81601f92003-01-14 13:42:37 +0000714Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
717
Daniel Veillarde6227e02003-01-14 11:42:39 +0000718Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
719
720 * python/generator.py python/libxml.c python/libxml.py
721 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000722 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000723 Python level.
724 * python/tests/Makefile.am python/tests/ctxterror.py: added a
725 regression test for it.
726
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000727Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
728
729 * xmlreader.c: fixed the streaming property of the reader,
730 it was generating tree faster than consuming it. Pointed out
731 by Nate Myers
732 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
733
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000734Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
735
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000736 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000737
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000738Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
739
740 * xpath.c: fix to the XPath implementation for parent and
741 ancestors axis when operating on a Result Value Tree.
742 Fixes bug #100271
743
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000744Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
745
746 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
747 to fix some URI/file escaping problems
748
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000749Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
750
751 * python/generator.py: fixed a bug raised by Raymond Wiker,
752 docSetRootElement() should not raise an exception if the
753 return is None
754
Daniel Veillard3e20a292003-01-10 13:14:40 +0000755Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
756
757 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
758 fixed bug #102181 by applying the suggested change and fixing
759 the generation/registration problem.
760
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000761Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
762
763 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
764 routines.
765
Daniel Veillard8f872442003-01-09 23:19:02 +0000766Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
767
768 * parser.c: one more IsEmptyElement crazyness, that time in
769 external parsed entities if substitution is asked.
770 * python/tests/reader3.py: added a specific test.
771
Daniel Veillarde329fc22003-01-09 21:36:42 +0000772Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
773
774 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
775 support and improved error handler registration
776
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000777Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
778
779 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
780 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
781 * README: fixed a link
782
Daniel Veillarde2830f12003-01-08 17:47:49 +0000783Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
784
785 * configure.in doc/* NEWS: preparing 2.5.1 release
786 * SAX.c parser.c: fixing XmlTextReader bug
787
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000788Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
789
790 * SAX.c: fuck, I introduced a memory leak on external parsed
791 entities in 2.5.0 :-(
792
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000793Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
794
795 * xmllint.c: another fix needed as pointed by Christophe Merlet
796 for --stream --debug if compiled without debug support.
797
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000798Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
799
800 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000801 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000802 update man page with --stream and --chkregister
803
Daniel Veillard8326e732003-01-07 00:19:07 +0000804Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
805
806 * globals.c: fixed --with-threads compile
807 * xmllint.c: fixed --without-debug compile
808 * include/libxml/globals.h: cleanup
809 * include/libxml/schemasInternals.h: add a missing include
810
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000811Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
812
813 * configure.in NEWS: preparing 2.5.0 release
814 * SAX.c: only warn in pedantic mode about namespace name
815 brokeness
816 * globals.c: fix a doc generation problem
817 * uri.c: fix #101520
818 * doc/*: updated and rebuilt the doc for the release, includuding
819 stylesheet update
820 * python/Makefile.am: fix a filename bug
821
822Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
823
824 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
825 should not be called.
826
827Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
828
829 * libxml-2.0.pc.in: applied the patch to fix #101894
830
831Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
832
833 * tree.c : applied patch from Lukas Schroeder for register callbacks
834 * valid.c: modified patch from Lukas Schroeder to test
835 register callbacks with --chkregister
836
837Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
838
839 * xmlreader.c: seriously changed the way data are pushed to
840 the underlying parser, go by block of 512 bytes instead of
841 tryng to detect tag boundaries at that level. Changed the
842 way empty element are detected and tagged.
843 * python/tests/reader.py python/tests/reader2.py
844 python/tests/reader3.py: small changes mostly due to context
845 reporting being different and DTD node being reported. Some
846 errors previously undetected are now caught and fixed.
847 * doc/xmlreader.html: flagged last section as TODO
848
849Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
850
851 * python/libxml.py: integrated the Python 2.2 optimizations
852 from Hannu Krosing, while maintaining compatibility with
853 1.5 and 2.1
854
855Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
856
857 * xmllint.c: a bit of cleanup
858 * xmlreader.c: small fix
859 * doc/xmlreader.html: more work on the XmlTextReader tutorial
860 * python/libxml.py: a few fixes pointed out by Hannu Krosing
861
862Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
863
864 * python/setup.py.in: patch from Stéphane Bidoul to include
865 drv_libxml2.py in setup.py
866
867Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
868
869 * doc/xmlreader.html: starting documenting the new XmlTextReader
870 interface.
871
872Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
873
874 * xmllint.c: added the --stream flag to use the TextReader API
875 * xmlreader.c: small performance tweak
876
877Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
878
879 * xmlreader.c python/tests/reader2py: okay the DTD validation
880 code on top of the XMLTextParser API should be solid now.
881
882Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
883
884 * xmlreader.c python/tests/reader2py: Fixing some more mess
885 with validation and recursive entities while using the
886 reader interface, it's getting a bit messy...
887
888Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
889
890 * xmlreader.c python/tests/reader.py: another couple of problem
891 related to IsEmptyElement reported by Stéphane Bidoul needed
892 some fixes.
893
894Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
895
896 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
897 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
898 based on the python XmlTextReader interface.
899
900Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
901
902 * tree.c: backing out one change in the last patch which broke the
903 regression tests
904
905Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
906
907 * global.data globals.c tree.c include/libxml/globals.h: applied
908 an old patch from Lukas Schroeder to track node creation and
909 destruction. Probably missing a lot of references at the moment
910 and not usable reliably.
911
912Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
913
914 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
915 from doc/news.html and a stylesheet
916
917Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
918
919 * xmlreader.c python/tests/reader.py: fixed another couple of
920 xmlreader bugs reported by Stéphane Bidoul and added tests.
921
922Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
923
924 * xmlreader.c python/tests/reader2.py: fixed another validity
925 checking in external parsed entities raised by Stéphane Bidoul
926 and added a specific regression test.
927 * python/tests/reader3.py: cleanup
928
929Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
930
931 * xmlreader.c python/tests/reader2.py: fixed a problem with
932 validation within entities pointed by Stéphane Bidoul, augmented
933 the tests to catch those.
934
935Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
936
937 * python/generator.py: modified the generator to allow keeping
938 class references when creating new classes, needed to fix a bug
939 pointed by Stéphane Bidoul where the input buffer of the
940 xmlTextReader instance gets destroyed if the python wrapper for
941 the input is not referenced anymore.
942
943Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
944
945 * xmlreader.c python/tests/reader.py: fixed another pair of problem
946 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
947
948Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
949
950 * xmlreader.c python/tests/reader.py: fixed another problem
951 pointed by Stéphane Bidoul
952
953Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
954
955 * xmlreader.c python/tests/reader.py: fixed a limit case problem
956 with "<a/>"
957
958Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
959
960 * SAX.c: warn on xmlns:prefix="foo"
961 * xmlreader.c python/tests/reader.py: fixed a couple of problem
962 for namespace attributes handling.
963
964Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
965
966 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
967 a really nasty problem raised by a DocBook XSLT transform
968 provided by Sebastian Bergmann
969
970Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
971
972 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
973 by Stéphane Bidoul and integrated it into the tests
974
975Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
976
977 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
978 extended the XmlTextReader API a bit, addding accessors for
979 the current doc and node, and an entity substitution mode for
980 the parser.
981 * python/libxml.py python/libxml2class.txt: related updates
982 * python/tests/Makefile.am python/tests/reader.py
983 python/tests/reader2.py python/tests/reader3.py: updated a bit
984 the old tests and added a new one to test the entities handling
985
986Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
987
988 * python/generator.py python/libxml2class.txt
989 python/tests/reader.py python/tests/reader2.py: changed the
990 generator to provide casing for the XmlTextReader similar to
991 C# so that examples and documentation are more directly transposable.
992 Fixed the couple of tests in the suite.
993
994Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
995
996 * doc/guidelines.html: added a document on guildeline for
997 publishing and deploying XML
998
999Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1000
1001 * valid.c xmlreader.c: final touch running DTD validation
1002 on the XmlTextReader
1003 * python/tests/Makefile.am python/tests/reader2.py: added a
1004 specific run based on the examples from test/valid/*.xml
1005
1006Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1007
1008 * python/libxml.py: added a few predefined xmlTextReader parser
1009 configuration values.
1010
1011Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1012
1013 * python/libxml_wrap.h: trying to fix #102037
1014
1015Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1016
1017 * SAX.c: fixing bug #95296, when the predefined entities
1018 are redefined in the DTD the default one must be used
1019 instead anyway.
1020
1021Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1022
1023 * doc/xmllint.xml
1024 * doc/xmllint.1
1025 Add discussion of XML_DEBUG_CATALOG to xmllint man
1026 page - bug #100907
1027
1028
1029Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1030
1031 * xmlreader.c: Fixed the empty node detection to avoid reporting
1032 an inexistant close tag.
1033
1034Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1035
1036 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1037 for Python 2.1
1038
1039Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1040
1041 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1042
1043Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1044
1045 * doc/libxml2-api.xml python/tests/reader.py: one really need
1046 to provide the base URI information when creating a reader parser
1047 from an input stream. Updated the API and the example using it.
1048
1049Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1050
1051 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1052 include/libxml/valid.h include/libxml/xmlreader.h: working on
1053 DTD validation on top of xml reader interfaces. Allows to
1054 validate arbitrary large instances. This required some extensions
1055 to the valid module interface and augmenting the size of xmlID
1056 and xmlRef structs a bit.
1057 * uri.c xmlregexp.c: simple cleanup.
1058
1059Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1060
1061 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1062 work on the xml reader interfaces.
1063 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1064 Web page for the Windows binaries.
1065
1066Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1067
1068 * xmlIO.c: applied a patch for VMS following the report by
1069 Nigel Hall
1070
1071Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1072
1073 * parser.c: the parseStartTag bug fix wasn't complete.
1074
1075Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1076
1077 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1078 parseStartTag, fixing it.
1079 * test/att4 result/att4 result/noent/att4: adding the test
1080 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1081 more methods to XmlTextReader.
1082
1083Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1084
1085 * win32/libxml2.def.src: added more xml reader exports
1086 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1087 to the build
1088
1089Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1090
1091 * doc/tutorial/xmltutorial.xml
1092 plus generated html and pdf
1093 Updating tutorial again based on further comments from Niraj
1094 Tolia on the last iteration
1095
1096Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1097
1098 * doc/tutorial/xmltutorial.xml
1099 * doc/tutorial/includekeyword.c
1100 * doc/tutorial/includegetattribute.c
1101 plus generated html and pdf
1102 Adding fix from Niraj Tolia to tutorial to properly free memory.
1103
1104
1105Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1106
1107 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1108 more methods of XmlTextReader.
1109 * python/libxml2class.txt python/tests/reader.py: this increased the
1110 methods in the bndings, augmented the test to check those new
1111 functions.
1112
1113Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1114
1115 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1116 methods of XmlTextReader.
1117 * python/generator.py python/libxml_wrap.h python/types.c
1118 python/libxml2class.txt: added the reader to the Python bindings
1119 * python/tests/Makefile.am python/tests/reader.py: added a specific
1120 test for the Python bindings of the Reader APIs
1121 * parser.c: small cleanup.
1122
1123Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1124
1125 * xinclude.c: fallback was only copying the first child not the
1126 full child list of the fallback element, closes #89684 as reopened
1127 by Bernd Kuemmerlen
1128
1129Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1130
1131 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1132
1133Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1134
1135 * configure.in: preparing release of 2.4.30
1136 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1137 gives enum values, fix functype return type, put back fields in
1138 structs
1139 * doc/*: updated the docs rebuilt
1140
1141Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1142
1143 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1144 about htmlNodeDumpOutput location.
1145 * xpath.c: removed an undefined function signature
1146 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1147 too many symbols in the API breaking the python bindings.
1148 Updated with the libxslt/libexslt changes.
1149
1150Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1151
1152 * configure.in: preparing release of 2.4.29
1153 * doc/*: rebuilt the docs and API
1154 * xmlreader.c: a few more fixes for the XmlTextReader API
1155
1156Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1157
1158 * include/win32config.h: applied mingw patch from Magnus Henoch
1159
1160Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1161
1162 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1163
1164Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1165
1166 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1167 building Python script, does the C parsing directly, generates
1168 a better API description including structure fieds defs and
1169 enums. Still a couple of bugs, but good enough for the python
1170 wrappers now.
1171 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1172 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1173 include/libxml/schemasInternals.h include/libxml/tree.h: more
1174 cleanup based on the python analysis script reports.
1175 * libxml.spec.in: make sure the API XML description is part of the
1176 devel package.
1177
1178Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1181 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1182 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1183 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1184 code cleanup, especially the function comments.
1185 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1186
1187Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1188
1189 * Makefile.am xmlreader.c include/libxml/Makefile.am
1190 include/libxml/xmlreader.h: Adding a new set of APIs based on
1191 the C# TextXmlReader API but converted to C. Allow to parse
1192 in constant memory usage, far simpler to program and explain
1193 than the SAX like APIs, unfinished but working.
1194 * testReader.c: test program
1195
1196Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1197
1198 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1199
1200Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * tree.c: Chip turner indicated that XHTML1 serialization
1203 rule for style actually break on both IE and Mozilla,
1204 try to avoid the rule if escaping ain't necessary
1205
1206Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1207
1208 * nanhttp.c: handle HTTP URL escaping, problem reported by
1209 Glen Nakamura and Stefano Zacchiroli
1210
1211Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1212
1213 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1214
1215Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1216
1217 * uri.c: Johann Richard pointed out some XPointer problems for
1218 URN based URI references in XInclude. Modified the URI parsing
1219 and saving routines to allow correct parsing and saving of
1220 XPointers, especially when attached to "opaque" scheme accordingly
1221 to RFC 2396
1222
1223Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1224
1225 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1226 of refactoring to the HTML saving code.
1227 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1228 in the doc.
1229
1230Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1231
1232 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1233 to a buffer API to reuse the generic dump to an OutputIO layer,
1234 this reduces code, fixes xmlNodeDump() for XHTML, also made
1235 xmlNodeDump() now return the number of byte written.
1236
1237Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1238
1239 * python/setup.py.in: another patch from Stéphane Bidoul for
1240 Python bindings on Windows
1241 * doc/parsedecl.py: small cleanup
1242
1243Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1244
1245 * libxml.spec.in configure.in: add a line in %changelog for releases
1246
1247Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1248
1249 * parser.c: patch from Marcus Clarke fixing a problem in entities
1250 parsing that was detected in KDe documentations environment.
1251
1252Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1253
1254 * python/libxml.c (libxml_prev): Return the previous as opposed to
1255 the next node (I guess this is the result of some cut & paste programming:)
1256
1257Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1258
1259 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1260
1261Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1262
1263 * python/generator.py python/libxml.c python/setup.py.in: trying
1264 to fix the Python bindings build on Windows (Stéphane Bidoul)
1265
1266Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1267
1268 * win32/configure.js: added option for python bindings
1269 * win32/libxml2.def.src: added more exports
1270
1271Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1272
1273 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1274 pthreads
1275 * win32/wince/*: applied updates to Windows CE port from Javier
1276
1277Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1278
1279 * configure.in: preparing 2.4.28
1280 * libxml.spec.in doc/Makefile.am: some cleanup
1281 * doc/*: updated the news and regenerated.
1282
1283Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * HTMLparser.c: final touch at closing #87235 </p> end tags
1286 need to be generated.
1287 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1288 this change slightly the output of a few tests
1289 * doc/*: regenerated
1290
1291Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1292
1293 * parserInternals.c: fixing bug #99190 when UTF8 document are
1294 parsed using the progressive parser and the end of the chunk
1295 is in the middle of an UTF8 multibyte character.
1296
1297Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1298
1299 * threads.c: fixed initialization problem in xmlNewGlobalState
1300 which was causing crash.
1301 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1302 in xmlInitializeGlobalState.
1303 * parserInternals.c: cleaned up ctxt->sax initialisation.
1304
1305Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1306
1307 * tree.c include/libxml/tree.h: modified the existing APIs
1308 to handle XHTML1 serialization rules automatically, also add
1309 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1310 libxslt serialization uses it when needed without changing
1311 the library API.
1312 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1313 result/xhtml1: added a new test specifically for xhtml1 output
1314 and updated the result of one XHTML1 test
1315
1316Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1317
1318 * xinclude.c parserInternals.c encoding.c: fixed #99082
1319 for xi:include encoding="..." support on text includes.
1320 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1321 test/XInclude/ents/isolatin.txt : added a specific regression test
1322 * python/generator.py python/libxml2class.txt: fixed the generator
1323 the new set of comments generated for doc/libxml2-api.xml were
1324 breaking the python generation.
1325
1326Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1327
1328 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1329 * configure.in: patch for Solaris on new autoconf closes #98880
1330 * doc/parsedecl.py: repair the frigging API building script,
1331 did I say that python xmllib sucks ?
1332 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1333 and some comment are no more truncated.
1334
1335Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1336
1337 * parser.c: Martin Stoilov pointed out a potential leak in
1338 xmlCreateMemoryParserCtxt
1339
1340Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1341
1342 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1343 included in HTML documents and using the push parser.
1344
1345Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1346
1347 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1348 specified, look for the Python interpreter not just in the
1349 specified root but also in the specified location. Fixes #98825
1350
1351Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1352
1353 * python/libxml.c: fixing bug #98792 , node may have no doc
1354 and dereferencing without checking ain't good ...
1355
1356Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1357
1358 * configure.in: preparing release 2.4.27
1359 * doc/* : updated and rebuilt the docs
1360 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1361 and all the docs are actually packaged and in the final RPMs
1362 * parser.c parserInternals.c include/libxml/parser.h: restore
1363 xmllint --recover feature.
1364
1365Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1366
Daniel Veillard784b9352003-02-16 15:50:27 +00001367 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001368 processing of parsed entities, and XPath computation on sustitued
1369 entities.
1370 * testXPath.c: make sure entities are substitued.
1371
1372Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1373
Daniel Veillard784b9352003-02-16 15:50:27 +00001374 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001375 processing of internal parsed entities, which had to be changed.
1376
1377Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1378
1379 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1380 trying to fix bug #98517 about building outside the source tree
1381 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1382
1383Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1384
1385 * include/win32config.h: cleanup
1386 * win32/Makefile.mingw: integrated mingw in JScript configure
1387 * win32/Makefile.msvc: modified to allow mingw coexistence
1388 * win32/configure.js: integrated mingw
1389 * win32/Readme.txt: cleanup
1390
1391Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1392
1393 * HTMLparser.c: strengthen the guard in the Pop macros,
1394 like in the XML parser, closes bug #97315
1395
1396Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1397
1398 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1399 callback is never used.
1400
1401Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1402
1403 * parserInternals.c: fixed the initialization of the SAX structure
1404 which was breaking xsltproc
1405 * xpath.c: patch from Petr Pajas for CDATA nodes
1406 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1407 * parser.c include/libxml/parser.h: patch from Peter Jones
1408 removing a leak in xmlSAXParseMemory() and adding the
1409 function xmlSAXParseMemoryWithData()
1410
1411Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1412
1413 adding pdf of tutorial, changing web page to link to it
1414 * doc/tutorial/xmltutorial.pdf
1415 * doc/xml.html
1416 * doc/docs.html
1417
1418Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1419
1420 * doc/tutorial/ar01s08.html
1421 adding file what I forgot for tutorial
1422
1423
1424Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1425
1426 Adding encoding discussion to tutorial
1427 Added:
1428 * doc/tutorial/images/*.png: DocBook admonition image files
1429 * doc/tutorial/apf.html, apg.html: new generated html
1430 * doc/tutorial/includeconvert.c: conversion code entity file
1431 changed:
1432 * doc/tutorial/xmltutorial.xml: DocBook original
1433 * doc/tutorial/*.html: generated html
1434
1435Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1436
1437 * include/libxml/*.h: retired xmlwin32version.h
1438 * doc/Makefile.am: retired xmlwin32version.h
1439 * win32/configure.js: retired xmlwin32version.h
1440
1441Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1442
1443 * win32/libxml2.def.src: exported additional symbols
1444 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1445 sisterhood
1446
1447Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1448
1449 * globals.c: fixed a typo pointed out by Igor
1450 * xpath.c: try to speed up node compare using line numbers
1451 if available.
1452
1453Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1454
1455 * tree.c: make xmlFreeNode() handle attributes correctly.
1456
1457Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1458
1459 * catalog.c: completed the #96963 fix, as reported by Karl
1460 Eichwalder
1461
1462Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1463
1464 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1465
1466Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1467
1468 * Makefile.am: switched the order of a couple of includes
1469 to fix bugs #97100
1470
1471Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1472
1473 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1474 xmlLoadCatalogs that used to separate directories with a ':'.
1475
1476Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1477
1478 * threads.c: improvements to the Windows-side of thread handling
1479 * testThreads.c: conditionally excluded unistd.h
1480 * testThradsWin32.c: broke overlong lines
1481 * include/win32config.h: adapted thread-related macros to the new
1482 scheme and for pthreads on Windows
1483 * win32/Makefile.msvc: introduced a more flexible thread build,
1484 added testThreads[Win32].c to the build
1485 * win32/configure.js: introduced a more flexible thread config
1486
14872002-10-31 John Fleck <jfleck@inkstain.net>
1488
1489 * doc/xml.html (and, by implication, FAQ.html)
1490 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1491
1492Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1493
1494 * configure.in: removed xmlwin32version.h
1495 * include/libxml/Makefile.am: removed xmlwin32version.h
1496
1497Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1498
1499 * tree.c: applied patch from Brian Stafford to fix a bug
1500 in xmlReconciliateNs()
1501
1502Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1503
1504 * tree.c: applied patch from Christian Glahn to allow
1505 xmlNewChild() on document fragment nodes
1506
1507Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * parser.c: Christian Glahn found a problem with a recent
1510 patch to xmlParseBalancedChunkMemoryRecover()
1511 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1512 problems
1513 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1514 test/schemas/seq*: added the test cases from Charles
1515
1516Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1519 serious cleanup of the spec file and associated changes
1520 in the Makefiles.
1521 * valid.c: try to remove some warnings on x86_64
1522
1523Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1524
1525 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1526 fix bug #96586
1527
1528Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1529
1530 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1531 parsing, applied his patch
1532 * result/HTML/attrents.html result/HTML/attrents.html.err
1533 result/HTML/attrents.html.sax test/HTML/attrents.html:
1534 added the test and result case provided by Mikhail Sogrine
1535
1536Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1537
1538 * vms/build_libxml.com vms/config.vms vms/readme.vms
1539 include/libxml/parser.h include/libxml/parserInternals.h
1540 include/libxml/tree.h include/libxml/xmlIO.h
1541 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1542 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1543 Applied the VMS update patch from Craig A. Berry
1544 * doc/*.html: update
1545
1546Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1547
1548 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1549
1550Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1551
1552 * debugXML.c: adding a grep command to --shell in xmllint
1553 for T.V. Raman
1554
1555Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1556
1557 * xmlcatalog.c: tried to fix some of the problem with --sgml
1558
1559Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * parser.c: tried to fix bug #91500 where doc->children may
1562 be overriden by a call to xmlParseBalancedChunkMemory()
1563
1564Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1565
1566 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1567 identifiers in SGML catalogs containing '&'
1568
1569Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1570
1571 * python/types.c: fixed bugs when passing result value tree
1572 to Python functions.
1573
1574Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1575
1576 * configure.in: preparing the release of 2.4.26
1577 * doc/*: updated and rebuilt the documentation
1578
1579Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1580
1581 * parser.c: fixed a XML Namespace compliance bug reported by
1582 Alexander Grimalovsky
1583
1584Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1585
1586 * HTMLtree.c: fixed serialization of script and style when
1587 they are not lowercase (i.e. added using the API to the tree).
1588
1589Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1590
1591 * valid.c: make xmlValidateDocument emit a warning msg if there
1592 is no DTD, pointed by Christian Glahn
1593
1594Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1595
1596 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1597 content model when some of the blocks have min or max, and a couple
1598 of bugs found in the process.
1599 * result/schemas/list0* test/schemas/list0*: added some specific
1600 regression tests
1601
1602Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1603
1604 * README: updated the contact informations
1605
1606Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1607
1608 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1609 misses it, reported by Peter Bray.
1610
1611Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1612
1613 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1614 and removed a few warnings
1615
1616Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1617
1618 * parser.c: Christian Glahn found a small bug in the push parser.
1619 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1620 public
1621
1622Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * xmlschemas.c include/libxml/xmlschemas.h: added
1625 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1626 * testSchemas.c: added --memory to test the new interface
1627
1628Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1629
1630 * doc/index.py doc/search.php: integrated the XSLT indexing,
1631 a few fixed in the indexer, added a scope selection at the
1632 search level.
1633
1634Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1635
1636 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1637 this was due to uninitialized parts of the validation context
1638
1639Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1640
1641 * debugXML.c: applied patch from Mark Vakoc except the API
1642 change, preserved it.
1643 * doc/*: updated the docs to point to the search engine for
1644 information lookup or before bug/help reports.
1645
1646Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1647
1648 * doc/index.py doc/search.php: added mailing-list archives
1649 indexing and lookup
1650
1651Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1652
1653 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1654
1655Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1656
1657 * doc/index.py: improved HTML indexing
1658 * doc/search.php: make the queries also lookup the HTML based indexes
1659
1660Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1661
1662 * doc/index.py: added HTML page indexing
1663
1664Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1665
1666 * xmlIO.c: extended Windows path normalisation to fix the base
1667 problem in libxslt.
1668 * catalog.c: fixed list handling in XML_CATALOG_FILES
1669
1670Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1671
1672 * valid.c: typo/bug found by Christian Glahn
1673
1674Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1675
1676 * xmlIO.c: applied Windows CE patch from Javier.
1677 * win32/wince: new directory, contains support for the PocketPC
1678 with Windows CE from Javier.
1679 * include/win32config.h: reorganised, removed duplicate
1680 definitions and applied WinCE patch from Javier.
1681 * include/wsockcompat.h: new file, now contains WinSock
1682 compatibility macros.
1683 * win32/Makefile.msvc: introduced double-run compilation.
1684
1685Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1686
1687 * configure.in include/libxml/xmlwin32version.h: preparing release
1688 of 2.4.25
1689 * doc/*: updated and regenerated teh docs and web pages.
1690
1691Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1692
1693 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1694 error were not covering namespace declarations.
1695 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1696 it was missing the attribute declaration for the namespace
1697 * result/VC/NS3: the fix now report breakages in that test
1698
1699Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1700
1701 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1702
1703Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1704
1705 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1706 and regenerated the docs and web site
1707
1708Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1709
1710 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1711 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1712 not before
1713
1714Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1715
1716 * python/generator.py python/libxml2class.txt: fixed a stupid error
1717 breaking the python API
1718
1719Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1720
1721 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1722 triostr.c triostr.h: applied a trio update patch from
1723 Bjorn Reese which should work with MinGW
1724
1725Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1726
1727 * tree.c: improving some documentation comments
1728 * xmlregexp.c: found and fixed a mem leak with python regression tests
1729 * doc/*: rebuilt the doc and the API XML file including the
1730 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1731 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1732 python/types.c: added access to the XML Schemas regexps from
1733 python
1734 * python/tests/Makefile.am python/tests/regexp.py: added a
1735 simple regexp bindings test
1736
1737Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1738
1739 * doc/xml.html:
1740 fixing ftp links - thanks to Vitaly Ostanin
1741
1742Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1743
1744 * xmlregexp.c: fixed the data callback on transition functionality
1745 which was broken when using the compact form
1746 * result/schemas/*: updated the results, less verbose, all tests
1747 pass like before
1748 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1749 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1750 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1751 annoying warnings
1752 * xpath.c: try to provide better error report when possible
1753
1754Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1755
1756 * Makefile.am: fixed a breakage raised by Jacob
1757
1758Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1759
1760 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1761 which don't use sockets
1762
1763Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1764
1765 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1766 * win32/configure.js: applied zlib patch from Daniel Gehriger
1767
1768Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1769
1770 * win32/configure.js: applied the patch from Mark Vakoc for
1771 regexp support
1772 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1773 for regexp support
1774
1775Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1776
1777 * xmlschemastypes.c: as pointed by Igor Float and Double
1778 parsing ain't finished yet
1779
1780Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1781
1782 * Makefile.am configure.in: trying to fix #88412 by bypassing
1783 all the python subdir if python ain't detected
1784
1785Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1786
1787 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1788 made configuring with regexps/automata/unicode the default
1789 but without schemas ATM
1790 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1791 fixed the regexp based DTD validation performance and memory
1792 problem by switching to a compact form for determinist regexps
1793 and detecting the determinism property in the process. Seems
1794 as fast as the old DTD validation specific engine :-) despite
1795 the regexp built and compaction process.
1796
1797Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1798
1799 * valid.c: determinism is debugged, new DTD checking code now works
1800 but xmlFAComputesDeterminism takes far too much CPU and the whole
1801 set usues too much memory to be really usable as-is
1802
1803Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1804
1805 * tree.c: fixed another stupid bug in xmlGetNodePath()
1806 * xmllint.c: --version now report the options compiled in
1807
1808Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1809
1810 * HTMLparser.c: small cleanup
1811 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1812 when configured with them. A bit of debugging around the determinism
1813 checks is still needed
1814
1815Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1818
1819Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * xmlIO.c: small portability glitch fixed.
1822
1823Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1824
1825 * xmlschemastypes.c: incomplete steps for real/double support
1826 * testAutomata.c include/libxml/xmlautomata.h
1827 include/libxml/xmlregexp.h: avoiding a compilation problem
1828 * valid.c include/libxml/valid.h: starting the work toward using
1829 the regexps for actual DTD validation
1830
1831Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1832
1833 * hash.c: cosmetic cleanup
1834 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1835 integrating a DTD validation layer based on the regexps
1836
1837Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1840 the determinism was tested before eliminating the epsilon
1841 transitions :-(
1842
1843Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1844
1845 * python/generator.py python/libxml.c python/libxml.py
1846 python/libxml2-python-api.xml python/libxml2class.txt
1847 python/libxml_wrap.h python/types.c: updated the python
1848 bindings, added code for easier File I/O, and the ability to
1849 define a resolver from Python fixing bug #91635
1850 * python/tests/Makefile.am python/tests/inbuf.py
1851 python/tests/outbuf.py python/tests/pushSAXhtml.py
1852 python/tests/resolver.py python/tests/serialize.py: updated
1853 and augmented the set of Python tests.
1854
1855Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1856
1857 * win32/configure.js: added more readme info for the binary
1858 package.
1859
1860Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1861
1862 * xmlIO.c: fixed a stupid out of bound array error
1863
1864Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1865
1866 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1867 messing around with support for Windows path, cleanups,
1868 trying to identify and fix the various code path to the
1869 filename access. Added xmlNormalizeWindowsPath()
1870
1871Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1872
1873 * error.c valid.c: working on better error reporting of validity
1874 errors, especially providing an accurate context.
1875 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1876 error reports in those cases.
1877
1878Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1879
1880 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1881 parser.c parserInternals.c xmlIO.c: get rid of all the
1882 perror() calls made in the library execution paths. This
1883 should fix both #92059 and #92385
1884
1885Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1886
1887 * xmllint.c: memory leak reporting was broken after a change
1888 of the preprocessor symbol used to activate it.
1889
1890Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1891
1892 * tree.c: try to make the copy function work for node of
1893 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1894 DOM layers though, not libxml2 itself.
1895
1896Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1897
1898 * valid.c: try to provide file and line informations, not all
1899 messages are covered, but it's a (good) start
1900
1901Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1902
1903 * xinclude.c: reimplemented a large part of the XInclude
1904 processor, trying to minimize resources used, James Henstridge
1905 provided a huge test case which was exhibiting severe memory
1906 consumption problems.
1907
1908Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1909
1910 * python/Makefile.am: applied patch from Christophe Merlet to
1911 reestablish DESTDIR
1912
1913Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * libxml.spec.in: fixes libary path for x86_64 AMD
1916
1917Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1918
1919 * doc/tutorial/includekeyword.c
1920 * doc/tutorial/xmltutorial.xml:
1921 (plus resulting generated html files)
1922 fixing one spot I missed in the tutorial where I hadn't freed
1923 memory properly
1924
1925Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1926
1927 * doc/tutorial/includeaddattribute.c
1928 * doc/tutorial/includeaddkeyword.c
1929 * doc/tutorial/includegetattribute.c
1930 * doc/tutorial/includekeyword.c
1931 * doc/tutorial/xmltutorial.xml
1932 * doc/tutorial/*.html:
1933 update tutorial to properly free memory (thanks to Christopher
1934 R. Harris for pointing out that this needs to be done)
1935 * doc/tutorial/images/callouts/*.png:
1936 added image files so the callouts are graphical, making it
1937 easier to read ( use "--param callout.graphics 1" to generate
1938 html with graphical callouts)
1939
1940Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1943 nice logos generated by Marc Liyanage
1944 * doc/site.xsl *.html: changed the stylesheet to show the new
1945 logo and regenerated the pages
1946
1947Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1948
1949 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1950
1951Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1952
1953 * xpath.c: possible mem leak patch from Jason Adams
1954
1955Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1956
1957 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1958 in the XQuery namespace
1959 * configure.in: preparing 2.4.24
1960 * doc/*.html: updated the web pages
1961
1962Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1963
1964 * python/generator.py: closing bug #85258 by generating conditional
1965 compile check to avoid linking to routines not configured in.
1966
19672002-08-22 Havoc Pennington <hp@pobox.com>
1968
1969 * autogen.sh: update error message for missing automake
1970
1971Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1972
1973 * python/Makefile.am: typo in target name resulted in libxml2.py
1974 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1975
1976Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1977
1978 * win32/win32/Makefile.mingw: updated with version from
1979 Elizabeth Barham at http://soggytrousers.net/repository/
1980
1981Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1982
1983 * win32/Makefile.msvc: added the prefix location to the include
1984 and lib search path.
1985
19862002-08-18 Havoc Pennington <hp@pobox.com>
1987
1988 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1989 both automake 1.6 and 1.4 installed get the right automake. Means
1990 compilation from CVS will now require the latest automake 1.4
1991 release, or manually creating symlinks called "automake-1.4" and
1992 "aclocal-1.4"
1993
1994Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1995
1996 * configure.in python/Makefile.am: more AMD 64 induced changes from
1997 Frederic Crozat
1998
1999Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2000
2001 * xinclude.c: oops I was missing the xml:base fixup too
2002 * result/XInclude/*.xml: this adds xml:base attributes to most
2003 results of the tests
2004
2005Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2006
2007 * xinclude.c: quick but apparently working implementation of
2008 xi:fallback, should close bug #89684
2009 * Makefile.am test/XInclude/docs/fallback.xml
2010 result/XInclude/fallback.xml: added a basic test for fallback,
2011 and run with --nowarning to avoid a spurious warning
2012 * configure.in: applied patch from Frederic Crozat for python
2013 bindings on AMD 64bits machines.
2014
2015Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2018 the caller don't pass a SAX callback block.
2019
2020Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2021
2022 * tree.c: applied the same fix for the XML-1.0 namespace to
2023 xmlSearchNsByHref() as was done for xmlSearchNs()
2024
2025Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2026
2027 * libxml.3: small cleanup of the man page
2028 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2029 when serializing HREF attributes generated by XSLT.
2030
2031Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2032
2033 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2034 version of Marc Liyanage' patch for boolean attributes in HTML
2035 output
2036
2037Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2038
2039 * python/tests/serialize.py: fixed the test results, indenting
2040 behaviour changed slightly
2041
2042Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2043
2044 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2045 new c14n function to Windows def files
2046
2047Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2048
2049 * c14n.c: fixed a memory leak in c14n code
2050
2051Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2052
2053 * parser.c include/libxml/parser.h: adding a new API for Christian
2054 Glahn: xmlParseBalancedChunkMemoryRecover
2055 * valid.c: patch from Rick Jones for some grammar cleanup in
2056 validation messages
2057 * result/VC/* result/valid/*: this slightly change some of the
2058 regression tests outputs
2059
2060Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * tree.c: trying to fix a problem in namespaced attribute handling
2063 raised by Christian Glahn
2064
2065Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * encoding.c include/libxml/encoding.h: Opening the interface
2068 xmlNewCharEncodingHandler as requested in #89415
2069 * python/generator.py python/setup.py.in: applied cleanup
2070 patches from Marc-Andre Lemburg
2071 * tree.c: fixing bug #89332 on a specific case of loosing
2072 the XML-1.0 namespace on xml:xxx attributes
2073
2074Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2075
2076 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2077 corner case from new Merlin's test suite and added a callback
2078 that will be used to improve xmlsec performance
2079
2080
2081Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2082
2083 * HTMLtree.c: trying to fix the <style> escaping problem in
2084 HTML serialization bug #89342
2085
2086Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2087
2088 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2089 and rebuilt the web site.
2090
2091Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2092
2093 * include/libxml/tree.h: added _private member to xmlNs struct
2094
2095Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * HTMLparser.c: fixing bug #84876 based on the xml working
2098 code.
2099
2100Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2101
2102 * python/Makefile.am: enhanced to fix bug 72012 (errors
2103 when using '-jX' make parameter)
2104
2105Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2106
2107 * xpath.c: small additional enhancement for booleans
2108 compared to nodesets
2109
2110Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2111
2112 * HTMLtree.c: changed the order of the encoding declaration
2113 attributes in the meta tags due to a bug in IE/Mac
2114
2115Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2116
2117 * xpath.c: enhanced handling of booleans (especially '='
2118 and '!=' for nodesets) - fixes bug 85256. Added new
2119 routine xmlXPathNotEqualValues for more proper handling
2120 of '!=' when nodesets are involved.
2121
2122Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2123
2124 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2125 doc/xmlcatalog_man.xml to the source distribution
2126
2127Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2128
2129 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2130 asked for this.
2131
2132Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2133
2134 * configure.in: preparing 2.4.23
2135 * doc/*: rebuilt the docs
2136
2137Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2138
2139 * parser.c: fixing bug #84169 by fixing the
2140 comment of xmlCreatePushParserCtxt to describe the
2141 encoding detection parameters better.
2142
2143Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2144
2145 * valid.c: fixing bug #79331 in one path the lookup for
2146 ID attributes on a namespaced node wasn't handled correctly :-\
2147
2148Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * HTMLparser.c: trying to fix 87235 about discarded white
2151 spaces in the HTML parser.
2152 * result/HTML/*: this changes the output of a number of HTML
2153 regression tests
2154
2155Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * xpath.c: applied patch from Richard Jinks for the namespace
2158 axis + fixed a memory error.
2159 * parser.c parserInternals.c: applied patches from Peter Jacobi
2160 removing ctxt->token for good.
2161 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2162 popped out by the regression tests.
2163 * Makefile.am: patch for threads makefile from Gary Pennington
2164
2165Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2166
2167 * xpath.c: enhanced behaviour of position() after usage of
2168 expressions involving preceding-sibling (et al).
2169
2170Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2171
2172 * hash.c: applied a patch from Peter Jacobi to solve a problem
2173 when compiling with the Watcom C on Win32
2174 * result/schemas/*.err: the change of hashing algo generated
2175 permutations in the output
2176
2177Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2178
2179 * hash.c: applied patch from Sander Vesik improving the quality of
2180 the hash function.
2181
21822002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2183
2184 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2185 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2186 xmllint.c xpath.c: replaced sprintf() with snprintf()
2187 to prevent possible buffer overflow (the bug was pointed
2188 out by Anju Premachandran)
2189
2190Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2191
2192 * parser.c: removed an uninitialized data error popped by valgrind
2193 on PE references
2194
2195Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2196
2197 * doc/xml.html
2198 adding tutorial reference to the web page
2199
2200Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2201
2202 * doc/tutorial/xmltutorial.xml
2203 * doc/tutorial/ar01s07.html
2204 * doc/tutorial/ape.html
2205 * doc/tutorial/includegetattribute.c
2206 adding section to tutorial about retrieving an attribute
2207 value
2208
2209Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2210
2211 * parser.c: applied a couple of patches from Peter Jacobi to start
2212 to get rid of ctxt->token, with a possible significant speed
2213 improvement to be gained once done. Better compliance with PE
2214 references constructs in DTDs too.
2215 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2216 from Peter too
2217
2218Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2219
2220 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2221 xmlParseElement was likely to have been deallocated at the
2222 time of the report, possibly leading to segfault. Just report
2223 the tag name now.
2224
2225Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * xpath.c: patch from Richard Jinks for XPath substring() function
2228 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2229
22302002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2231
2232 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2233
2234Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2235
2236 *doc/FAQ.html
2237 fixing typos in FAQ, thanks to Robert Funnell for the
2238 editing help
2239
2240Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2241
2242 * NEWS: got complaints from rpmlint that it was empty
2243
2244Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2245
2246 * added doc/tutorial, including:
2247 apa.html
2248 apb.html
2249 apc.html
2250 apd.html
2251 ar01s02.html
2252 ar01s03.html
2253 ar01s04.html
2254 ar01s05.html
2255 ar01s06.html
2256 includeaddattribute.c
2257 includeaddkeyword.c
2258 includekeyword.c
2259 includestory.xml
2260 index.html
2261 xmltutorial.xml
2262 libxml tutorial, including generated html
2263
2264Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2265
2266 * result/c14n/exc-without-comments/merlin-c14n-two-*
2267 result/c14n/without-comments/merlin-c14n-two-*
2268 test/c14n/exc-without-comments/merlin-c14n-two-*
2269 test/c14n/without-comments/merlin-c14n-two-*
2270 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2271 c14n/exc-c14n and slightly modified test script to handle
2272 these test cases
2273 * c14n.c: fixed bugs for complicated nodes set (namespace
2274 without node and others from merlin-c14n-two.tar.gz)
2275 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2276 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2277 for xmlsec performance patch
2278 * xpath.c: fixed self::node() for namespaces and attributes
2279
2280Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2281
2282 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2283 but with the format parameter
2284 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2285
2286Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2287
2288 * Makefile.am: updated c14n tests suite
2289 * c14n.c: performance improvement for previous c14n patch
2290
2291Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2292
2293 * parser.c: another peroformance patch from Peter Jacobi, that
2294 time on parsing attribute values.
2295
2296Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2297
2298 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2299 into LibXML2 test suite
2300
2301Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2302
2303 * c14n.c: propagating xpath ancesstors node fix to c14n
2304 plus small performance improvement to reduce number of
2305 mallocs
2306 * xpath.c: fixed ancestors axis processing for namespace nodes
2307
2308Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2309
2310 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2311 Peter Jacobi
2312
2313Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2314
2315 * configure.in: preparing 2.4.22
2316
2317Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2318
2319 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2320 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2321 a public entry point.
2322 * doc/*: rebuilt the API and docs
2323
2324Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2325
2326 * xpath.c: patch from Richard Jinks to fix a problem introduced
2327 in the previous patch and pointed by Norm
2328
2329Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2330
2331 * libxml.spec.in: fixing bug #81112
2332
2333Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2334
2335 * uri.c: fixing bug #82848
2336
2337Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2338
2339 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2340 output of one catalog test
2341
2342Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2343
2344 * global.data globals.c tree.c include/libxml/globals.h
2345 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2346 default value for global parameter xmlIndentTreeOutput to 1 and
2347 introduced new global parameter xmlTreeIndentString (the string
2348 used to do one-level indent) with default value " " (as it was
2349 in tree.c)
2350
2351Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2352
2353 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2354 with trio and schemas.
2355
2356Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2357
2358 * xpath.c: patch from Richard Jinks to fix the problem raised in
2359 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2360
2361Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2362
2363 * xmlschemas.c: a bit of work on import.
2364 * xmlschemastypes.c: Charles Bozeman provided a compare function
2365 for date/time types so min/max facet restrictions should work,
2366 indeterminate comparisons return an error instead of equal.
2367 * test/schemas/date_0* result/schemas/date_0_0: specific test
2368 from Charles Bozeman too
2369
2370Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2371
2372 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2373 from Christian Cornelssen fixing the man pages and the Catalog
2374 building script.
2375 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2376 next step is <xs:import> I now have a reasonable understanding
2377 of how it works.
2378
2379Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2382
2383Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2384
2385 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2386
2387Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2388
2389 * xpath.c: fixing an XPath function evalutation bug pointed out
2390 by Alexey Efimov where the context was lost when evaluating
2391 the function arguments
2392
2393Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2394
2395 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2396 function public for XMLSec performance optimizations
2397
2398Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * python/generator.py python/libxml2class.txt : fixed a problem
2401 with the HTML parser pointed by Gary Benson
2402 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2403 example
2404
2405Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2406 * parser.c: fixed bug #81159 (memory growth in SAX)
2407
2408Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2409 * xpath.c: fixed bug #78858 (the real fix)
2410
2411Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2412 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2413
2414Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2415
2416 * tree.c: modified xmlNodeSetBase to allow changing the
2417 base of a document.
2418
2419Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2420
2421 * xmlschemastypes.c: patch Charles Bozeman for validation of
2422 all the date, time, and duration types
2423 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2424 * configure.in: fixed an error pointed by an user
2425 * xml2-config.in: fixed an error pointed by an user
2426
2427Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2428
2429 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2430 win32/libxml2.def.src xmlIO.c: exported default
2431 'file:', 'http:' and 'ftp:' protocols input handlers
2432 and maked protocols comparisson case insensitive
2433
2434Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2435
2436 * configure.in: Neven Has detected a typo
2437
2438Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2439
2440 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2441 as one of the persons allowed to commit directly to the
2442 module.
2443
2444Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2447 * valid.c: raised a too low limit
2448 * doc/*: rebuilt the docs
2449
2450Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * test/XPath/expr/floats test/XPath/expr/functions
2453 result/XPath/expr/floats result/XPath/expr/functions
2454 xpath.c: another XPath conformance patch from Richard Jinks
2455
2456Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2457
2458 * xmlschemas.c: fixed validation of attribute groups.
2459 * test/schemas result/schemas: added an example from the primer
2460
2461Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2462
2463 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2464 * test/schemas result/schemas: updated the test list
2465
2466Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2467
2468 * TODO: updated a bit
2469 * parser.c: made a comment more specific
2470 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2471 Schemas conformance.
2472 * test/schemas result/schemas: updated the test list
2473
2474Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2477 implementing xs:all with minOccurs = 0
2478 * tes/schemas/* result/schemas/*: added more tests covering
2479 xs:all
2480
2481Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xmlregexp.c: first implementation of the all particle, this
2484 may need to be revisited for case where not all transitions
2485 must be crossed.
2486
2487Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2488
2489 * tree.c: another entity processing update from Markus Henke
2490
2491Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2492
2493 * trionan.c: fixed crash on OSF/1
2494
2495Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * xmlschemas.c: more Schemas work
2498 * test/schemas/* result/schemas/*: added more tests coming
2499 from the spec.
2500
2501Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2502
2503 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2504 ExcC14N specification
2505
2506Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2507
2508 * tree.c: patch from Markus Henke, fix for recursive entities.
2509
2510Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2511
2512 * xpath.c: fix a problem with string() on a document node.
2513
2514Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2515
2516 * Makefile.am xmlschemas.c: more Schemas work
2517 * test/schemas/* result/schemas/*: added more tests coming
2518 from the spec.
2519
2520Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2521
2522 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2523 * result/HTML/*: this changes a few things in the results
2524
2525Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2526
2527 * include/libxml/tree.h: eliminated 'declaration different than
2528 prototype' warning
2529 * include/win32config.h: "resolved" conflicts with errno.h
2530
2531Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2534 on the automata interfaces and debug of counted choices
2535 * test/schemas/* result/schemas/*: added a number of tests
2536
2537Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2538
2539 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2540 a bit of work on Schemas
2541 * testSchemas.c: try to make it more useful
2542 * test/schemas/* result/schemas/* Makefile.am: changed the
2543 Schemas regression test procedure, started adding a few samples
2544
2545Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2546
2547 * include/libxml/encoding.h: Patch for the Borland C++ builder
2548 * include/libxml/tree.h: Patch for the Borland C++ builder
2549 * threads.c: Patch for the Borland C++ builder
2550 * win32/bcb5: New directory for the Borland C++ builder
2551 project files
2552
2553Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2554
2555 * win32/Makefile.msvc: Update for XML Schema support
2556 * win32/configure.js: Update for XML Schema support
2557 * win32/libxml2.def.src: Update for XML Schema support
2558
2559Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2562 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2563 xmlunicode.c include/libxml/Makefile.am
2564 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2565 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2566 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2567 include/libxml/xmlversion.h.in : merged the current state of
2568 XML Schemas implementation, it is not configured in by default,
2569 a specific --schemas configure option has been added.
2570 * test/automata test/regexp test/schemas Makefile.am
2571 result/automata result/regexp result/schemas:
2572 merged automata/regexp/schemas regression tests
2573
2574Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2575
2576 * xpath.c: Gary found a compile time problem, fixes #78823
2577
2578Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2579
2580 * configure.in: release of 2.4.20
2581 * doc/*: updated and rebuilt the docs
2582
2583Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2584
2585 * python/Makefile.am: patch from Cristian Gafton to build on
2586 Red Hat 6.2, should also fix #75779
2587
2588Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2589
2590 * valid.c: first part of fixing #78729
2591
2592Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2595 escaping of URI when saving HTML files.
2596 * result/HTML/*: this impacted some tests
2597
2598Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * configure.in: trying to fix #77441
2601
2602Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2603
2604 * include/libxml/xmlIO.h: Hallski complained it could not be
2605 included by itself.
2606
2607Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2608
2609 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2610
2611Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2612
2613 * win32/configure.js: patch from Nilo for the c14n option
2614 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2615
2616Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2617
2618 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2619 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2620 LIBXML_THREAD_ENABLED
2621
2622Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2623
2624 * xpath.c: another patch from Richard Jinks for substring conformance
2625 * test/XPath/expr/floats test/XPath/expr/strings
2626 result/XPath/expr/floats result/XPath/expr/strings: update of the
2627 test suite to check those.
2628
2629Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * xpath.c: patch from Richard Jinks for .x float parsing.
2632
2633Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2634
2635 * parser.c: patch from Markus Henke when an encoding ain't recognized
2636
2637Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2638
2639 * libxml.m4: got a report that #include <string.h> was needed
2640
2641Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2642
2643 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2644
2645Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2646
2647 * doc/example.html: fixing typo
2648
2649Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2650
2651 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2652 pointed out by Melvyn Sopacua.
2653
2654Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2655
2656 * libxml.m4: Frédéric Crozat gave a patch related to the change
2657 of Include paths breaking the libxml.m4
2658
2659Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2660
2661 * xpath.c: Fix bug #76927 forgot to save some context
2662 when evaluating binary expressions
2663
2664Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * configure.in: fixed configure for MPE/iX from Markus Henke
2667 * xmlmemory.c: fixed initialization problems
2668 * xpath.c: another set of patches from Richard Jinks this
2669 fixes "make XPathtests" on linux
2670
2671Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2672
2673 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2674 * test/XPath/expr/compare test/XPath/expr/equality
2675 test/XPath/expr/floats test/XPath/expr/functions
2676 test/XPath/expr/strings result/XPath/expr/compare
2677 result/XPath/expr/equality result/XPath/expr/floats
2678 result/XPath/expr/functions result/XPath/expr/strings: Updated
2679 tests though they show a divergence on Linux
2680
2681Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2682
2683 * xpath.c trionan.c: previous commit also included patches
2684 from Richard Jinks on some IEEE support corner case
2685
2686Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2687
2688 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2689 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2690 that $(datadir) should be used for docs
2691
2692Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2695 could leak filedescriptors
2696
2697Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2698
2699 * configure.in nanohttp.c: applied patch from Allan Clark for
2700 UnixWare/OpenServer
2701
2702Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2703
2704 * configure.in: preparing 2.4.19
2705 * doc/*: rebuilt the docs
2706
2707Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2708
2709 * nanohttp.c: fixing #76043, got fed up with non-portability
2710 of that piece of code.
2711
2712Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2713
2714 * valid.c SAX.c: Never commit without running "make tests" :-(
2715 fix a couple of stupidities in the previous commit
2716 * result/*: a few changes in some attribute order result of previous
2717 commit.
2718
2719Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2720
2721 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2722 the internal subset should not raise duplicate ID errors,
2723 also there was a small bug in conjunction to namespace
2724 declarations defaulted and xml:xxx attributes DTD definitions.
2725
2726Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2727
2728 * xpath.c: Richard Jinks also raised some rounding problems
2729 this tries to fix them
2730
2731Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2732
2733 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2734 behaviour in xmlXPathCastToString()
2735
2736Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2737
2738 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2739 raised by Morus Walter
2740
2741Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2744 from Igor
2745
2746Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2747
2748 * xpath.c: fixing #75619, related to a problem when trying
2749 to evaluate condition when the current node set resulting
2750 from that sub-step evaluation is empty. Also fixes 2 potential
2751 problem with previous-sibling and next-siblings axis.
2752
2753Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2754
2755 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2756 HTML support is not configured in.
2757
2758Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2759
2760 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2761 include/libxml/tree.h: dohh I really didn't intended to commit
2762 this test version :-(
2763
2764Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2765
2766 * testSAX.c: I wanted to see the real speed at the SAX interface
2767 after a little too many Ximianer started complaining about the
2768 parser speed.
2769 added a --quiet option:
2770 paphio:~/XML -> ls -l db100000.xml
2771 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2772 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2773 3200006 callbacks generated
2774 real 0m1.270s
2775 Which means 16MBytes/s and 3Mcallback/s
2776
2777Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * xpath.c: valgrind spotted another error that time when running
2780 on libxslt regression tests
2781
2782Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2783
2784 * Makefile.am: adding "make valgrind" running the full regression
2785 tests (except python ones) under Valgrind (using valgrind -q
2786 which was kindly added by the author).
2787 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2788 passes cleanly now except an obcure floating point initialization
2789 raised in log10() in one XPath regression test ???
2790 * tree.c: edited some comments to close #75244
2791
2792Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2793
2794 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2795 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2796 context of ScrollKeeper, made sure that if the number is
2797 an integer, the serialization follows the description at
2798 http://www.w3.org/TR/xpath#section-String-Functions
2799
2800Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2801
2802 * configure.in: preparing 2.4.18
2803 * doc/*: updated and rebuilt the web site
2804 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2805 the Windows and Cygwin maintainers.
2806 * parser.c: humm, changed the way the SAX parser work when
2807 xmlSubstituteEntitiesDefault(1) is set, it will then
2808 do the entity registration and loading by itself in case the
2809 user provided SAX getEntity() returns NULL.
2810 * testSAX.c: added --noent to test the behaviour.
2811
2812Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2813
2814 * parser.c: Wilfried Teiken provided a hackish but working
2815 way to get context reported back on entities when parsing
2816 with SAX and without breaking the DOM build.
2817
2818Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2819
2820 * c14n.c: applied a new patch from Aleksey Sanin
2821 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2822 to reference Aleksey implementation of XML digital Signatures
2823
2824Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * xpath.c: small fix to avoid potential problem due to
2827 ordering of freeing data
2828 * python/Makefile.am: people were complaining about
2829 the generated file in python dir not being built
2830
2831Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2832
2833 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2834 python/generator.py python/libxml.c python/types.c: Cleanup
2835 of the python Makefiles based on Jacob and James feedback,
2836 fixed the spec file accordingly, fixed the number of warning
2837 that passing my pedantic CFLAGS was generating. Conclusion
2838 is that Python includes are real crap.
2839
2840Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2841
2842 * configure,in: it was reported quite a few times that
2843 xml2-config --cflags should not output
2844 -I$includeprefix/libxml2/libxml because libxml2 header names
2845 clashes with existing names like list.h from C++ stl.
2846 Includes should be #include<libxml/xxx.h> so ...
2847
2848Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2849
2850 * c14n.c: another patch from Aleksey Sanin
2851
2852Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2853
2854 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2855 canonicalization algorithm
2856 * doc/xml.html doc/index.html: added the C14N references on the
2857 index page.
2858
28592002-03-13 jacob berkman <jacob@ximian.com>
2860
2861 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2862 usage, redundant, and gcc specific
2863
2864Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * xpath.c: speedup some node selection operations, this can
2867 have a significant impact on DocBook Norm's stylesheets
2868 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2869 make sure it's always the case
2870 * debugXML.c: distinguish CDATA and comments in ls operations
2871
2872Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2873
2874 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2875 to generate better API descriptions etc...
2876
2877Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2878
2879 * c14n.c: Fixing #74186, made sure all boolean expressions
2880 get fully parenthesized, ran indent on the output
2881 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2882 include/libxml/tree.h: also #74186 related, removed the
2883 --with-buffers option, and all the preprocessor conditional
2884 sections that were resulting from it.
2885
2886Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2887
2888 * valid.c: applied patch from Dodji Seketeli fixing an
2889 uninitailized variable in xmlValidGetValidElements()
2890
2891Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2892
2893 * c14n.c: fixed a few comments
2894 * doc/*.html doc/*/*.html: regenerated the docs and added
2895 the C14N API
2896 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2897
2898Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2899
2900 * check-xml-test-suite.py: fix to adapt varaiations in the
2901 bindings
2902 * configure.in python/setup.py python/setup.py.in: fixed to
2903 have the version of the python scripts automatically updated
2904
2905Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2906
2907 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2908 in xmlCopyProp()
2909
2910Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2911
2912 * configure.in: preparing 2.4.17 release
2913 * doc/*: updated and rebuilt the docs
2914 * xpath.c: fixed a comment
2915 * python/libxml.c: fixed a possible reentrancy problem
2916
2917Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2920 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2921 added a specific regression test
2922 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2923 not raise exceptions when failing to find the attribute.
2924
2925Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2926
2927 * configure.in xmllint.c: owen pointed out a problem with the
2928 ftme fix, gettimeofday() was not detected by configure and
2929 the ftime header wasn't included, dohhh
2930
2931Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * configure.in xmllint.c: trying to fix #71457 for timing
2934 precision when gettimeofday() is not availble but ftime() is
2935
2936Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2939 are now copied on install and part of the -devel RPM
2940
2941Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * xpath.c: trying to avoid bug #72150 which was apparently
2944 caused by a gcc bug (or a processor problem) as detailed
2945 at http://veillard.com/gcc.bug
2946
2947Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2950 fixed xmlReconciliateNs(), added a Python test/example for
2951 inter-document cut'n paste
2952 * python/libxml.py: fixed node.doc on document nodes and added
2953 xpathEval() onto node objects
2954
2955Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2956
2957 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2958 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2959 fixup and integrated tests for the serialization stuff
2960
2961Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2962
2963 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2964 moved the libxml man page to section 3
2965
2966Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2967
2968 * tree.c: fix bug #72490
2969 * python/libxml.c python/libxml.py: added methods serialize()
2970 and saveTo() to all node elements.
2971
2972Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2973
2974 * xmlIO.c: closed #73430, don't read from an input source
2975 which indicated an end-of-file or an error.
2976
2977Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * parser.c: make sure SAX endDocument is always called as
2980 this could result in a Python memory leak otherwise (it's
2981 used to decrement ref-counting)
2982 * python/generator.py python/libxml.c python/libxml.py
2983 python/libxml2-python-api.xml python/libxml2class.txt
2984 python/tests/error.py python/tests/xpath.py: implemented
2985 the suggestions made by Gary Benson and extended the tests
2986 to match it.
2987
2988Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * python/generator.py: applied patch fixing #73450
2991
2992Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * xpath.c: fixing #61290 "namespace nodes have no parent"
2995 long standing divergence from the XPath REC. NodeSets
2996 simply hold a copy of namespace nodes and those node ->next
2997 points to the parent (which may not be the node carrying the
2998 definition).
2999 * include/libxml/xpath.h: flagged but didn't added a possible
3000 speedup
3001 * DOCBparser.c HTMLparser.c: removed some warnings from push
3002 parser due to new state being added.
3003 * tree.c: new fix from Boris Erdmann
3004 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3005 the XML Canonalization support from Aleksey Sanin
3006
3007Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3008
3009 * tree.c: patch from Boris Erdmann fixing some namespace odities
3010 with xmlCopyNode()
3011
3012Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3013
3014 * xmlIO.c: fix bug #72706 when loading a NULL entity
3015
3016Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3017
3018 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3019 actually change in a future XML Namespace revision.
3020
3021Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3022
3023 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3024 added the possibility of returning nodesets from XPath extension
3025 functions written in Python
3026
3027Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3028
3029 * python/*: commiting some Python bindings work done while travelling
3030
3031Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3032
3033 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3034 explicitely with memory debugging switched on
3035
3036Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3037
3038 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3039 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3040 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3041 the accessor generator for strings
3042 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3043 regression test.
3044
3045Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3046
3047 * python/README python/generator.py python/libxml.c python/setup.py:
3048 added the 'usual' setup.py to allow building a libxml2-python
3049 module based on the same code. The initialization is however
3050 different the 2 .so files fo libxml2 and libxslt are identical and
3051 they entry point initialize both libraries. this is done to avoid
3052 some possible nasty problem since the Python don't merge the maps
3053 of all shared modules.
3054
3055Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3056
3057 * parser.c: fixed a push/encoding bug reported by Michael
3058 on librsvg
3059
3060Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3061
3062 * include/libxml/parserInternals.h: fixes a misplaced #endif
3063
3064Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3065
3066 * parser.c valid.c: found and fixed a couple of allocation bugs
3067
3068Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * doc/xml.html doc/python.html doc/*: added a Python and binding
3071 page describing the current state of the Python bindings and
3072 giving pointers to the other languages wrappers.
3073
3074Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3075
3076 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3077 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3078 rebuilt the API and web site
3079 * xpath.c: fixed #71978 portability bugs
3080
3081Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3082
3083 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3084
3085Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3086
3087 * include/libxml/parserInternals.h parser.c: had to change
3088 2 internal parsing API when processing document content
3089 to check the start and end of element content are defined
3090 in the same entity
3091 * valid.c include/libxml/valid.h: attribute normalization can
3092 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3093 with the context to report it.
3094 * SAX.c: fixed the last known bugs, crazy validation constraints
3095 when a document is standalone seems correctly handled. There
3096 is a couple of open issues left which need consideration especially
3097 PE93 on external unparsed entities and standalone status.
3098 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3099 The 2 tests left failing are actually in error. Cleanup done.
3100
3101Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3102
3103 * valid.c: implemented E59 spaces in CDATA does not match the
3104 nonterminal S
3105
3106Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * SAX.c parser.c valid.c: more validation test fixups
3109 * check-xml-test-suite.py: added duration info for the tests
3110
3111Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3112
3113 * parser.c valid.c: a couple of errors were reported but not
3114 saved back as such in the parsing context. Down to 1% failure rate
3115 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3116
3117Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * xmlInternald.c: isExtender was missing a char
3120 * parser.c include/libxml/parser.h: % are acceptable in the
3121 internal subset if within a PUBLIC ID
3122
3123Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3124
3125 * SAX.c parserInternals.c valid.c: more work on the conformance
3126 suite. Took the step to finally block documents with encoding
3127 errors. It's a fatal error per the spec, people should have fixed
3128 their documents by now.
3129
3130Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3131
3132 * check-xml-test-suite.py: fixed the test script after some discussion
3133 on the semantic of TYPE="error"
3134 * Makefile.am: added the script to the distrib
3135
3136Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * SAX.c entities.c: fixed a couple of conformances issues deep
3139 into the validation code (standalone and undeclared Notations)
3140
3141Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3144 stayed there for years !
3145
3146Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3149 missing
3150
3151Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3152
3153 * check-xml-test-suite.py: improved the behaviour a bit as
3154 well as the logs
3155 * parser.c valid.c SAX.c: fixed a few more bugs
3156 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3157
3158Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3159
3160 * check-xml-test-suite.py: python script to run regression tests
3161 against the XML Test suite of W3C/OASis
3162 * SAX.c: fixed a validation bug
3163 * parser.c: fixed 3 errors pointed by the test suite
3164 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3165 * python/Makefile.am: fixed a dependendy
3166
3167Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3168
3169 * xmlmemory.c: avoid a warning bug #71594
3170
3171Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3172
3173 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3174 warning on alpha/Tru64
3175
3176Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3177
3178 * include/libxml/entities.h: fixing a comment
3179 * valid.c: fixing some troubles with validity check on namespaces
3180 * result/VC/NS3 test/VC/NS3: added a specific regression test
3181
3182Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3183
3184 * tree.c: Fixing #71342 serializing '\n' in attribute values
3185 * result/noent/att3 result/att3 test/att3: added a specific
3186 test.
3187
3188Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3189
3190 * python/libxml.c: couple of bug fixes
3191
3192Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3193
3194 * python/*.py: removed tabs and used spaces.
3195
3196Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3199 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3200
3201Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3204 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3205
3206Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3207
3208 * include/libxml/encoding.h include/libxml/entities.h
3209 include/libxml/globals.h include/libxml/parser.h
3210 include/libxml/threads.h include/libxml/tree.h
3211 include/libxml/xmlmemory.h: trying to fix the include mess
3212
3213Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * include/libxml/xmlmemory.h: reverted part of the previous
3216 attempt to provide #69655, this was breaking the build.
3217
3218Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3221 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3222 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3223 include/libxml/parserInternals.h include/libxml/tree.h
3224 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3225 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3226 clean.
3227 * python/libxml.c: fixed a warning.
3228
3229Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3230
3231 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3232 copying of node, merge back IDs in the target document.
3233 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3234 test/XInclude/ents/ids.xml: test case
3235 * result/VC/ElementValid4: output changed due to a typo fix
3236
3237Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3238
3239 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003240 generate the dependencies right as Jacob found out. Add
3241 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003242
3243Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3244
3245 * parserInternals.c valid.c: Justin Fletcher found some parts
3246 of the code needing cleanup
3247 * libxml.spec.in python/Makefile.am python/generator.py
3248 python/libxml.c python/libxml.py: Fixed the python Makefiles
3249 corrected a bug showing up on ia64, changed the name of the
3250 python internal module too
3251
3252Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * Makefile.am: applied patch from Andris Pavenis for binary
3255 name suffixes
3256
3257Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3258
3259 * xmllint.c win32/win32config.h: fixing #68748
3260
3261Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * valid.c: fixing #70166
3264
3265Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * valid.c: fixing #70077
3268
3269Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3270
3271 * Copyright Makefile.am README configure.in libxml.spec.in:
3272 Changed to the MIT Licence
3273 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3274 doc/xmlio.html: updated the doc accordingly
3275 * include/libxml/xmlwin32version.h configure.in: preparing
3276 2.4.14 release
3277 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3278 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3279 fixed the const xmlChar * wrapper and generator, XPath extension
3280 functions now use the context as first argument
3281 * python/tests/tstxpath.py python/tests/xpath.py
3282 python/tests/xpathext.py: Updated the tests accordingly
3283 * tree.c: fixed bug #70067
3284
3285Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * Makefile.am: cleanup
3288 * debugXML.c: always use stdout if output is NULL
3289 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3290 * python/Makefile.am python/generator.py python/libxml2class.txt
3291 python/libxml_wrap.h python/types.c: augmented the number of bindings
3292 handling FILE * and XPath contexts
3293 * python/tests/Makefile.am: avoid a stupid problem due to the
3294 use of TEST.
3295
3296Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3297
3298 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3299
3300Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3301
3302 * python/TODO python/libxml.c: cleanup the extension function lookup
3303 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3304
3305Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * configure.in python/Makefile.am: do not install outside
3308 of prefix
3309
3310Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3311
3312 * python/TODO python/libxml.c: started adding SAX interfaces
3313 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3314 SAX test
3315
3316Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3317
3318 * tree.c: hardened the addChild function
3319 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3320 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3321 added accessors needed for xmlNode, a bit more testing and
3322 extension of interfaces
3323 * python/tests/Makefile.am python/tests/build.py: added a test
3324 build from scratch/save/load/check
3325
3326Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3327
3328 * parserInternals.c: change a small bit in the way valididy
3329 error messages get initialized
3330 * python/TODO python/libxml.c python/libxml2-python-api.xml
3331 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3332 added some memory debugging to track leaks at the libxml2 level
3333 * python/tests/*.py: changed all tests to check for leaks,
3334 there is just one left in XPath extension registrations.
3335
3336Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3337
3338 * python/TODO python/generator.py python/libxml2-python-api.xml
3339 python/libxml2class.txt: more accessor classes for the parser
3340 context, allow to switch on and check validity
3341 * python/tests/Makefile.am python/tests/error.py
3342 python/tests/invalid.xml python/tests/valid.xml
3343 python/tests/validate.py: attded more test and and added error.py
3344 which I forgot to commit in the last step
3345
3346Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3347
3348 * python/Makefile.am python/types.c: cleanup
3349 * python/libxml.c python/libxml.py python/libxml_wrap.h
3350 python/generator.py python/libxml2-python-api.xml
3351 python/libxml2class.txt: added class for parser context, added
3352 first cut for push mode support. Added a framework to generate
3353 accessors functions.
3354 * python/tests/Makefile.am python/tests/push.py: added a push
3355 test
3356
3357Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3358
3359 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3360 bug a bit of cleanup.
3361
3362Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3363
3364 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3365 python/libxml2class.txt: adding error redirections and preformat
3366 to a python handler
3367 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3368 tests self checking
3369
3370Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3373 a function
3374
3375Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3376
3377 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3378 python/libxml.c python/libxml2-python-api.xml
3379 python/libxml2class.txt: Progressing through the TODOs, class
3380 description output, extra XML API, RPM now builds the wrappers
3381 for all python installed versions
3382
3383Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3384
3385 * configure.in libxml.spec.in python/Makefile.am python/TODO
3386 python/generator.py python/libxml2class.txt: added more informations
3387 in the libxml2-python package including docs. Slightly changed
3388 the class hierarchy
3389 * python/tests/*: added basic regression tests infrastructure too
3390
3391Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3392
3393 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3394 added libxml2-python as part of the packages installed
3395
3396Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3397
3398 * python/Makefile.am python/generator.py python/libxml.c
3399 python/libxml.py: more work, now able to extend the
3400 XPath interpreter with functions written in python.
3401
3402Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3403
3404 * python/Makefile.am: Jacob sent a patch to allow building from
3405 tarfile.
3406
3407Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3408
3409 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3410 inserted the python wrappers build, I hope this won't be too
3411 unportable
3412
3413Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3414
3415 * xpath.c: minor optimization
3416 * python/generator.py python/libxml.c python/libxml.py
3417 python/libxml_wrap.h: more work on the python bindings,
3418 they now support XPath and there is no evident leak
3419
3420Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * python/generator.py python/libxml.c python/libxml.py:
3423 more work on the python bindings generator.
3424
3425Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3426
3427 * python/generator.py python/libxml.c python/libxml_wrap.h:
3428 more work on the python bindings.
3429
3430Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * python/generator.py python/libxml.c python/libxml.py
3433 python/libxml_wrap.h: commited early version of a python binding
3434 for private use only ATM
3435
3436Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3437
3438 * entities.c tree.c include/libxml/entities.h: applied patch
3439 from Anthony Jones to implement copy of DTD subtree too. Had
3440 just to keep 2 function private which really ought to become
3441 public ones.
3442
3443Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3444
3445 * xmllint.c: added pointers to the web pages in the usage()
3446
3447Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3448
3449 * tree.c: more fixes from Petr Kozelka for attribute handling
3450 in the tree API to align the semantic with DOM.
3451
3452Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3453
3454 * valid.c tree.c entities.c: another set of patches from
3455 Anthony Jones for copy operations cleanup and robustness
3456
3457Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3458
3459 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3460 an alphabetic index based on comments content
3461 * doc/*: rebuilt the web site with the new references
3462
3463Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * parserInternals.h: Greg Sjaardema suggested to use an
3466 eponential buffer groth policy in xmlParserAddNodeInfo()
3467
3468Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3469
3470 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3471 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3472 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3473 to generate cross-references, and added/updated the stylesheets
3474 to generate and link API indexes. The generic keyword index
3475 is not done yet.
3476 * doc/*.html: regenerated all the usual docs too
3477
3478Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3479
3480 * debugXML.c: added an xpath function to the shell for T. V. Raman
3481
3482Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3483
3484 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3485 debug routines.
3486
3487Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3488
3489 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3490 support of attribute nodes
3491
3492Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3493
3494 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3495 hopefully near complete and fully documented of the API in XML
3496 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3497 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3498 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3499 include/libxml/parserInternals.h include/libxml/valid.hi
3500 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3501 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3502 include/libxml/xpath.h include/libxml/xpathInternals.h:
3503 Cleaned up the doc comments a lot in the process, the interface
3504 coverage is now 100%
3505
3506Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3507
3508 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3509 extracts comments from the gtk-doc DocBook output (a bit
3510 convoluted but seems to work).
3511
3512Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3513
3514 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3515 added an XML description of the API, moved the script generating
3516 it here. Added a "make api" target
3517
3518Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3519
3520 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3521
3522Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3523
3524 * xpath.c include/libxml/xpathInternals.h: the change made to
3525 xmlXPathFuncLookupFunc was incompatible roll it back
3526
3527Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3528
3529 * SAX.c: cleanup patch from Anthony Jones
3530 * doc/Makefile.am: fix the headers to avoid in make scan
3531 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3532 includes, * vs Ptr and general cleanup
3533 * parsedecl.py: first version of a script to extract the
3534 module interfaces, the goal will be to provide .decl or XML
3535 specification of the interfaces to build wrappers.
3536
3537Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3538
3539 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3540 now provides return codes in case of errors
3541
3542Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3543
3544 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3545 Upgraded to trio baseline 1.6
3546 * strio.h strio.c: Replaced by triostr.h and triostr.c
3547
3548Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3549
3550 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3551 of strdup usage in the code
3552
3553Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * parser.c error.c: Keith Isdale complained rightly that
3556 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3557
3558Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * tree.c: fixed the funxtion to set the xml: attributes
3561 * debugXML.c: added "setbase" to test it.
3562
3563Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3564
3565 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3566 to allow updating an attribute content
3567
3568Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * libxml.h: try to avoid problems when compiling on Windows
3571
3572Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3573
3574 * hash.c: patch from Anthony Jones for hash.c allocation size
3575 * Makefile.am: trying to work around Yet Another Libtool Madness
3576 and build the 2.4.13 release finally ...
3577
3578Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3579
3580 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3581 * doc/* : update of the documentation
3582
3583Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3584
3585 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3586 at fixing #61290 :-(
3587
3588Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3589
3590 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3591 Fixes bug #67229
3592
3593Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3594
3595 * tree.c: trying to avoid troubles when a subtree is copied
3596 and coalesced in part with the target tree. Should fix
3597 bug #67407
3598
3599Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3600
3601 * valid.c: fixed validation of attributes content of type
3602 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3603 values, very old bug. Fixes #67671
3604
3605Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3606
3607 * parser.c include/libxml/parserInternals.h tree.c: integrated
3608 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3609 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3610
3611Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3612
3613 * threads.c: applied Serguei Narojnyi's patch to add native
3614 thread support on the Win32 platform
3615 * testThreadsWin32.c Makefile.am: added the test program also
3616 from Serguei, Win32 specific
3617 * include/win32config.h include/libxml/xmlwin32version.h.in:
3618 added patch from Igor for the Windows thread specific defines.
3619
3620Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3623
3624Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3625
3626 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3627 output page into XMLinfo.html. Close bug #66951 and
3628 raised by Robert Collins too.
3629
3630Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3631
3632 * encoding.c: Paul Keogh pointed out a possibility of segfault
3633 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3634 Closes bug # 68238
3635
3636Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3637
3638 * doc/*.html: updated the Gdome2 links
3639
3640Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3641
3642 * libxml.h: Applied following patches from Robert Collins
3643 and make sure IN_LIBXML is defined when compiling it
3644 -------
3645 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3646 as well as Visual C.
3647 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3648 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3649 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3650 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3651 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3652 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3653 xmlSysIDExists xmlNoNetExists).
3654 * xmllint.c: Don't include winsock2.h for Cygwin.
3655
3656Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3657
3658 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3659 when the version info is not present.
3660
3661Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3662
3663 * tree.c: Anthony Jones pointed out a problem in
3664 xmlStringGetNodeList() and provided a fix for it
3665
3666Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3667
3668 * parser.c: patch from Frank J Franklin to remove a bug in
3669 xmlCreatePushParserCtxt() when the initial buffer passed
3670 is large.
3671
3672Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3673
3674 * win32/*: big cleanup of the Windows/MSVC project files
3675 from Igor Zlatkovic
3676
3677Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3678
3679 * doc/Makefile.am: should fix #67674 and avoid troubles if
3680 xsltproc is not available or fails in the prefix provided
3681
3682Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3683
3684 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3685
3686Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3687
3688 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3689 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3690 Fixed a few other problems raised by Charlie Bozeman.
3691 * result/VC/ElementValid[5-7]: fixed the output
3692
3693Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3694
3695 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3696 patches from Charlie Bozeman. Regenerated the HTML docs.
3697
3698Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3699
3700 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3701 for Windows from Igor
3702
3703Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3704
3705 * xmllint.c: applied Justin Fletcher patch for --output or -o
3706
3707Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3708
3709 * win32/libxml2/libxml2.def.src: close #67019
3710
3711Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3712
3713 * xmllint.c: applied Justin Fletcher generic timing patch
3714 similar to the one already applied to xsltproc.
3715
3716Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3717
3718 * include/libxml/tree.h tree.c: applied documentation patches
3719 from Charlie Bozeman
3720
3721Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3722
3723 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3724
3725Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3726
3727 * valid.c: fix the xmlStrdup() used in the previous patch.
3728 * valid.c: added --dropdtd
3729 * tree.c: fixed xmlUnlinkNode so it also removes the references
3730 from the document if the node is a DTD
3731
3732Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3733
3734 * HTMLtree.c valid.c: cleanup some static declarations
3735
3736Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3737
3738 * xmllint.c: removed another strdup()
3739 * doc/FAQ: removed the HP/UX entry
3740
3741Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3742
3743 * valid.c: fix bug #66816 when validating.
3744 * xmllint.c: don't use sys/time.h if configure did not found it
3745
3746Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3747
3748 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3749 xmlcatalog_man.xml
3750
3751Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3752
3753 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3754 xmlInitMemory() was declared twice
3755
3756Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3757
3758 * globals.c: do not reference strdup() !
3759 * configure.in libxml-2.0.pc.in: trying to fix the libs
3760 of the various config extraction modules
3761
3762Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3763
3764 * configure.in : preparing 2.4.12
3765 * doc/* : updated and rebuilt the docs
3766
3767Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3768
3769 * uri.c: closed bug #66159
3770 * testURI.c: added --escape option
3771 * configure.in: some cleanup for xml2-config --cflags
3772
3773Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3774
3775 * globals.c testThreads.c: removed some misplaced includes
3776 of xmlversion.h
3777
3778Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3779
3780 * threads.c: patch from Gary Pennington fixing a possible
3781 problem at initialization time.
3782
3783Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3784
3785 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3786 Eric Lavigne contribution to build libxml2 on MacOS using
3787 CodeWarrior.
3788
3789Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3790
3791 * xmllint.c: applied Geert Kloosterman's patch to fix
3792 --repeat --timing output
3793
3794Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3795
3796 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3797 where non-wellformed XML declaractions were not detected.
3798
3799Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3800
3801 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3802
3803Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3804
3805 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3806 gets reset by xmlCleanupInputCallbacks() and this makes the
3807 function useless. Same for output.
3808
3809Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3810
3811 * xmlIO.c: robert pointed out a loop error in callback cleanups
3812
3813Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3814
3815 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3816 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3817 they are not really tied to debugging
3818
3819Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3820
3821 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3822 * xmllint.c: better --catalogs description
3823
3824Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3825
3826 * tree.c: fixed a couple of problems in xmlSetProp()
3827
3828Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3829
3830 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3831 unappropriate stdout output.
3832
3833Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3834
3835 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3836 by Denis Beurive, closes #65111
3837
3838Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * valid.c: in case of content model validity error, don't
3841 print it if validity warnings were not requested.
3842
3843Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3844
3845 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3846 * parserInternals.c: removed the last exit() call. Print an
3847 unmaskable error on stderr instead (library mismatch detection)
3848
3849Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3850
3851 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3852 shell instructions from Heiko Rupp
3853
3854Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3855
3856 * catalog.c: use the URL notation file:// for default catalog paths
3857
3858Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3859
3860 * include/libxml/tree.h: better comments for _private fields
3861 * tree.c: removed a problem when copying an entity reference.
3862
3863Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3864
3865 * vms/*: updated instructions and diffs from John A Fotheringham
3866
3867Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3868
3869 * include/libxml/xmlerror.h: avoid an include problem if
3870 #include <libxml/xmlerror.h> happens first in code
3871 seems to be the case in KDE libs
3872
3873Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3874
3875 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3876 from Igor for Windows
3877
3878Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3879
3880 * Makefile.am: Gary Pennington pointed out a missing prefix
3881
3882Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3883
3884 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3885 * doc/*: upgraded and rebuilt the docs
3886
3887Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3888
3889 * HTMLparser.c: fix comment in scripts element parsing.
3890 * result/HTML/doc3*: updated the results.
3891
3892Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * uri.c: another URI bug fix #63336, using Joel Young patch.
3895
3896Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3897
3898 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3899 a cleaned up version of the Pwd shell string generation.
3900
3901Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3902
3903 * valid.c include/libxml/tree.h: trying to fix namespaces +
3904 validation problems for good, closing #63619 in the process
3905 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3906 wrong in this respect, fixed it.
3907
3908Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3909
3910 * xmllint.c: Morus Walter patch to allow --format and --encode
3911
3912Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3913
3914 * debugXML.c: Stefan Kost provided an help command for the shell
3915
3916Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3917
3918 * debugXML.c: Heiko Rupp pointed that the shell would crash
3919 on empty nodesets returns.
3920
3921Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3922
3923 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3924 migh need the history libraries
3925
3926Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3927
3928 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3929 handle the case of < in quoted attributes, Bastian Kleineidam
3930
3931Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3932
3933 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3934 fixing catalog breakages
3935 * Makefile.am catalog.c result/catalogs/catal
3936 result/catalogs/mycatalog.* test/catalogs/catal*:
3937 fixed more problems in catalog support, added more regression tests
3938 for both XML and SGML catalog handling
3939
3940Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3941
3942 * debugXML.c: applied an improvement to xmlGetLineNo() from
3943 Keith Isdale
3944
3945Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3946
3947 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3948 Side effect of the progressive catalog loading
3949
3950Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3951
3952 * Makefile.am: confexecdir and confexec_DATA were defined twice
3953 pointed out by Karl Eichwalder
3954
3955Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3956
3957 * xmlcatalog.c: avoid unlink() and use remove() instead.
3958
3959Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3960
3961 * libxml.spec.in: cleanup
3962 * include/libxml/xmlwin32version.h: updated with 2.4.8
3963
3964Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3965
3966 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3967 of compiling libxml with a non standard set of options
3968
3969Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3970
3971 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3972 document --sgml option, fixing gnome bugzilla #63382
3973
3974Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3977 breakage of 2.4.7, added a couple of really needed APIs
3978 like xmlCatalogIsEmpty() and xmlNewCatalog()
3979 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3980 for install-catalog
3981 * configure.in: preparing 2.4.8
3982
3983Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3984
3985 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3986 include/libxml/tree.h include/libxml/xmlIO.h: more include
3987 cleanups, export cleanly one html output + format function.
3988
3989Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3990
3991 * parser.c: removed initGenericErrorDefaultFunc call from
3992 xmlInitParser() since it could destroy previous calls to
3993 xsltSetGenericErrorFunc() effects
3994
3995Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3996
3997 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3998 keyword.
3999
4000Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4001
4002 * Makefile.am: cleanup
4003 * threads.c: cleanup too
4004 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4005 from xsltproc
4006 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004007 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004008
4009Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4010
4011 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4012 was not used anymore !
4013
4014Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4015
4016 * configure.in: preparing 2.4.7
4017 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4018 manual page from John
4019 * doc/*: updated the doc and rebuilt the generated pages
4020
4021Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4022
4023 * xmlIO.c: closing bug #62711, the library should never
4024 close stdin or stdout.
4025
4026Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4027
4028 * uri.c: second pass at fixing #63336, using Joel Young
4029 final patch. looks okay.
4030
4031Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4032
4033 * uri.c include/libxml/uri.h: trying to clear #63336
4034 allowing the escaping routine to parse unconformant
4035 URI-References.
4036
4037Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4038
4039 * vms/readme.vms vms/build_libxml.com nanoftp.c
4040 include/libxml/xmlversion.h.in: a few VMS updates from
4041 John A Fotheringham
4042 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4043 and xmlCleanupOutputCallbacks() for the Perl binding people.
4044
4045Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4048 apply fixes to close #63271 and avoid segfaults when
4049 the error routine gets callbed before xmlInitParser()
4050 get called.
4051 * nanoftp.c error.c: Applied patches from Justin Fletcher
4052 correcting some xmlGenericError misuses.
4053
4054Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4055
4056 *doc/xmllint.xml, doc/xmllint.1
4057 New and improved man page for xmllint - .xml is the original, .1
4058 is the generated man page
4059
4060Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4061
4062 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4063 the web site from the main HTML document.
4064
4065Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * parser.c: fixed an erroneous validation bug when PE refs
4068 occurs in external parsed entities referenced from the
4069 internals subset
4070 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4071 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4072 added the associated testcase, it's a nice one.
4073 * HTMLparser.c: generate the DTD node as HTML still ...
4074 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4075
4076Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4077
4078 * HTMLparser.c: fixed a bug in htmlNewDoc()
4079
4080Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * test/threads/*: added entities testing to the Thread test
4083 * testThreads.c: make the test reasonable
4084 * DOCBparser.c: fix the DTD public and system ID
4085 * xmllint.c: added --sgml for SGML DocBook importing
4086 * Makefile.am: added Docbtests target
4087
4088Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4089
4090 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4091 * testThreads.c: removed bogus include
4092
4093Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4094
4095 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4096 fixed a very serious (looping) validation bug
4097
4098Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4099
4100 * include/libxml/globals.h include/libxml/threads.h threads.c
4101 testThreads.c: far more testing, cleaning up bugs
4102 * *.c : make sure globals.h is always included.
4103
4104Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * HTMLparser.c: try to get rid of parser loops for good.
4107
4108Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4109
4110 * configure.in: fixed some bugs in CFLAGS passing.
4111 * test/threads Makefile.am testThreads.c: added a specific
4112 threaded test case (really nasty, guaranteed).
4113
4114Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4115
4116 * catalog.c: serious cleanup on the management of the
4117 XML catalog tree, more tests done, especially with
4118 the catalog PI.
4119
4120Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4121
4122 * catalog.c: avoid a problem in catalog cleanup on SMP if
4123 catalogs were not initialized.
4124
4125Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4126
4127 * catalog.c xpath.c: trying to cleanup the not thread safe
4128 parts of the library.
4129
4130Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4131
4132 * include/libxml/globals.h configure.in global.data: make
4133 the allocation be per-thread a configure option
4134 * encoding.c include/libxml/parser.h: fixed compilation
4135 errors
4136
4137Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4138
4139 * include/libxml/parser.h: Norm reported that a few lines
4140 added were breaking libxslt compile, removed them for now
4141
4142Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4143
4144 * parser.c parserInternals.c threads.c: debugged and fixed
4145 initialization problems which were giving troubles on SMP
4146 boxes.
4147
4148Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4149
4150 * include/libxml/Makefile.am: missing globals.h
4151
4152Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * globals.c: added a couple of standard includes.
4155
4156Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4157
4158 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4159 include/libxml/parserInternals.h include/libxml/tree.h
4160 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4161 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4162 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4163 Applied the last patches from Gary, cleanup, activated threading
4164 all user accessible global variables are now handled in globals.[ch]
4165 Still a bit rought but make tests passes with either
4166 --with-threads defined at configure time or not.
4167 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4168 linking options
4169
4170Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4171
4172 * Makefile.am include/libxml/Makefile.am
4173 include/libxml/globals.h globals.c include/libxml/threads.h
4174 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4175 configure.in: started integrating the core of the thread support
4176 not activated yet but half integrated. The code should still
4177 compile and work anyway.
4178
4179Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4180
4181 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4182 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4183 integrating the non-controversial parts of Gary Pennington
4184 multithread patches
4185 * catalog.c: corrected a small bug introduced
4186
4187Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4188
4189 * catalog.c include/libxml/catalog.h: very serious cleanup,
4190 isolating unportable code and as much as possible the accesses
4191 to the global shared catalog. May need more testing !
4192
4193Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4194
4195 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4196 Keith Isdale patches for the XSLT debugger interfaces. Some
4197 cleanup
4198
4199Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4200
4201 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4202 * DOCBparser.c: generate line nubers in elements
4203
4204Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4205
4206 * configure.in: preparing 2.4.6 release
4207 * doc/xml.html doc/html/*: updated and rebuilt the docs
4208 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4209
4210Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4211
4212 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4213 adding documentation for DV's supercatalog support
4214
4215Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4216
4217 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4218 super catalog support adding one API and one flag --sgml to
4219 xmlcatalog
4220
4221Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4222
4223 * doc/xmlcatalog_man.xml, xmlcatalog.1
4224 One more crack at
4225 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4226
4227
4228Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4229
4230 * xpath.c: implemented xmlXPathObjectCopy for external objects
4231 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4232
4233Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4234
4235 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4236 finishing up fix to
4237 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4238 the xmlcatalog man page display more elegantly
4239
4240Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * configure.in: closing bug #61832
4243 * HTMLparser.c: removed a warning
4244
4245Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * xpath.c: fixing #61673 part I, do not loose doc information
4248 when copying result value trees.
4249
4250Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4251
4252 * xpath.c: trying to harden the XPath interpreter
4253
4254Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4255
4256 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4257 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4258
4259Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4260
4261 * HTMLparser: repaired another loop problem
4262
4263Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4264
4265 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4266 parsing.
4267 * xpath.c: fix bug #61291 the default XML namespace node is
4268 missing from the namespace axis.
4269 * tree.c: refuse to create namespaces nodes with prefix "xml"
4270
4271Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4272
4273 * SAX.c: ouch a non-defined namespace could lead to a crash,
4274 fixed #61215
4275
4276Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4277
4278 * parserInternals.c: closed bug #61054
4279
4280Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4281
4282 * include/libxml/Makefile.am: closing #60708
4283
4284Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4285
4286 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4287 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4288
4289Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4290
4291 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4292
4293Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4294
4295 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4296 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4297
4298Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4299
4300 * catalog.c: Justin Fletcher provided cleaup code in case
4301 HAVE_STAT is not defined
4302 * include/win32config.h: Igor Zlatkovic suggested to have
4303 HAVE_STAT defined there
4304
4305Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4306
4307 * catalog.c - fixed typing error reported by M. Barros
4308
4309Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4310
4311 * xmllint.c - fixing typo
4312
4313Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4314
4315 * HTMLparser.c: small enhancement to prevent loop on
4316 unrecognizable data
4317
4318Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * parserInternals.c: applying patch from bug #60757 this
4321 should close it
4322
4323Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4324
4325 * catalog.c xmlcatalog.c: removed a couple of warning
4326 * xpath.c: try to solve the linking problem on platforms
4327 needing trio to compile
4328
4329Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * Makefile.am libxml.spec.in: backing up non-documented changes
4332 commited without review or aproval by Jens Finke <jens@gnome.org>
4333 * HACKING: made 100% clear that no commit should be done directly
4334
4335Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4336
4337 * configure.in: Joe Orton provided a patch fixing a problem
4338 when iconv is specified to be in a non-standard directory
4339 but wasn't exported in xml2-config --cflags
4340
4341Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * configure.in: let's ship 2.4.5 before getting too much
4344 troubles with 2.4.4 errors.
4345
4346Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4347
4348 * encoding.c entities.c: do not output hexadecimal charrefs
4349 when serializing HTML since some version of Netscape can't
4350 grok it, generate decimal ones.
4351 * result/HTML/doc3.htm: output changed due to previous test
4352 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4353
4354Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4355
4356 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4357 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4358
4359Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4360 Released 2.4.4
4361
4362 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4363 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4364 updated the configuration scripts systems accordingly
4365
4366Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * configure.in: preparing for 2.4.4
4369 * doc/xml.html doc/html/*: updated and rebuilt the docs
4370
4371Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4372
4373 * win32/dsp/libxml2.def.src: tried to incorporate comments
4374 from bug #59220
4375
4376Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4377
4378 * parser.c result/noent/wml.xml: fixed bug #59981 related
4379 to handling of '&' in attributes when entities are substitued
4380
4381Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4382
4383 * libxml.h include/libxml/xmlversion.h.in
4384 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4385 Tried to close bug #60131
4386
4387Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4390
4391Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * SAX.c: fixing bug #59946 on xmlns=""
4394
4395Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4398 but allocates a new error code.
4399
4400Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4401
4402 * xmllint.c: John Fleck fixed typos in the options output
4403 * parser.c SAX.c: fix ignorable white space SAX selection
4404
4405Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * entities.c: Steve Underwood found the possibility of an
4408 ininite loop in case of error.
4409
4410Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4413
4414Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4415
4416 * parser.c: warn if version is not 1.0 but it's not
4417 strictly speaking an error after analyzing the spec
4418
4419Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4420
4421 *doc/catalog.html - add link to the html version of the
4422 man page, other linguistic cleanups
4423
4424Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4425
4426 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4427 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4428 file, has not yet been included in the build.
4429
4430Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4431
4432 * catalog.c: removed a duplicate affectation Justin Fletcher
4433
4434Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4435
4436 * tree.c: Armin Sander pointed a possible text coalescing
4437 problem, completed his patch.
4438
4439Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4440
4441 * trionan.c: Fixed const and volatile re-definition problem
4442
4443Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4444
4445 * libxml.4 parser.c: doc updates from Heiko Rupp
4446 * parserInternals.c: 2 sanity checks from Heiko Rupp
4447
4448Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4449
4450 * tree.c: applied patch from Armin Sander to make some pointers
4451 const in xmlCopyNode()
4452 * include/libxml/tree.h: added fix to the header
4453
4454Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4455
4456 * xpath.c: hum, restrict the integer usage gcc bug workaround
4457 to only gcc compilers so that other architecture don't get
4458 penalized by this limitation.
4459 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4460
4461Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4462
4463 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4464 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4465
4466Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4467
4468 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4469 --convert option to xmlcatalog to convert SGML ones to
4470 the XML syntax.
4471 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4472
4473 2.4.3 got released at that point
4474Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4475
4476 * catalog.c xmlIO.c: started some serious testing and fixed
4477 a few bug and optmization needs.
4478
4479Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4480
4481 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4482 preparing for a 2.4.3 release even if it may not be ready yet
4483 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4484 all file parsing lookup to go through the entity resolver, add
4485 to add an API to bypass it (needed to load catalogs themselves),
4486 some cleanup on the catalog code too.
4487 * nanoftp.c: small cleanup
4488 * doc/catalog.html: small update
4489
4490Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4491
4492 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4493 Jun Kuriyama
4494
4495Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4496
4497 * doc/catalog.html: finished the catalog documentation
4498
4499Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4500
4501 * doc/catalog.html doc/xml.html: added documentation about
4502 Catalog support, misses an API description
4503 * doc/html/*: reextracted the API pages
4504
4505Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4506
4507 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4508 Added the part about section 7.2 on URI resolution,
4509 fixed a side effect in the HTML parser, look complete
4510 and ready to rock except the URI/SystemID part!
4511
4512Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4513
4514 * include/libxml/catalog.h include/libxml/parser.h
4515 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4516 xmlIO.c: added support and APIs needed for the catalog PI
4517 * include/libxml/xmlIO.h: cleanup
4518
4519Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4520
4521 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4522 include/libxml/catalog.h: starts to look okay, really
4523 plugged the new framework, cleaned a lot of stuff,
4524 added some APIs, except the PI's support missing this
4525 should be mostly complete
4526 * result/catalogs/* test/catalogs/*: added new test, enriched
4527 the existing one with URN ID tests
4528
4529Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * catalog.c: fixed nextCatalog
4532 * result/catalogs/docbook test/catalogs/*: started adding
4533 a small regression test
4534
4535Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4536
4537 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4538 more work on the XML catalog support.
4539 * parser.c include/libxml/parser.h: small cleanup seems using
4540 list as a public parameter name can give portability troubles
4541 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4542 include/libxml/xpath.h include/libxml/Makefile.am: removed
4543 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4544 wrappers
4545
4546Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4547
4548 * Makefile.am trio.c triodef.h trionan.c xpath.c
4549 include/libxml/Makefile.am include/libxml/trionan.h:
4550 Re-worked Not-A-Number and Infinity support.
4551 * xmlcatalog.c: added readline include files
4552
4553Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4554
4555 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4556 testCatalog as xmlcatalog, making it an installed app
4557 adding a shell, and preparing it to be a /etc/xml/catalog
4558 management tool, though not ready yet
4559 * catalog.c include/libxml/catalog.h: adding support for
4560 XML Catalogs http://www.oasis-open.org/committees/entity/
4561 not finished, there is some interesting tradeoffs and a
4562 few open questions left.
4563
4564Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4565
4566 * xmllint.c: fixed a line formatting problem
4567
4568Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4569
4570 * SAX.c: removed a couple of unused variable (Albert Chin)
4571
4572Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4573
4574 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4575 trying to fix some troubles w.r.t. function returning
4576 const xxxPtr.
4577
4578Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4579
4580 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4581 defined
4582
4583Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4584
4585 * xpointer.c: removed unused var
4586
4587Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4588
4589 * testXPath.c: another small cleanup closing bug #59110
4590
4591Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4592
4593 * win32/dsp/libxml2.def.src: small cleanup closing bug
4594 #59108
4595
4596Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4597
4598 * example/gjobread.c: add xmlCleanupParser() before leaving
4599
4600Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4601
4602 * config.h.in configure.in include/libxml/xmlwin32version.h:
4603 released 2.4.2
4604
4605Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4606
4607 * include/libxml/valid.h debugXML.c valid.c: deprecate
4608 the non-boundchecking Sprintf functions, add Snprintf
4609 this should close bug #57984
4610
4611Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4612
4613 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4614 URIs before doing the lookups (pointed by Mark Vakoc)
4615
4616Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4617
4618 * xpath.c: serious changes on Result Value Trees and NodeSets
4619 w.r.t. deallocation and collect operations. Probably not
4620 100% clean (merge of allocated trees smells like a problem).
4621 Seems sufficient to close #58943
4622
4623Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4624
4625 * xmllint.c: adding a --format option
4626
4627Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4628
4629 * xpath.c: count() was broken on Result Value Tree
4630 * xmlIO.c: fixed file:/// accesses on _WIN32
4631
4632Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4633
4634 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4635 macro was renamed, this should close bug #58683
4636
4637Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4638
4639 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4640 entity substitution mode text at the end of the entity might
4641 be added due to text coalescing.
4642 * nanoftp.c parser.c: small cleanup
4643
4644Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4645
4646 * HACKING: added John Fleck right to commit in the doc subdir
4647
4648Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4649
4650 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4651 allow to inherit attributes from the DTD directly in the
4652 tree, this is needed for XPath and can be a useful feature.
4653 Inherited namespaces are always provided at the tree level now
4654 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4655 of tests for this feature (XSLT being the prime user).
4656
4657Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4658
4659 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4660 testSAX.c xmlIO.c xmllint.c include/win32config.h
4661 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4662 include/libxml/xmlwin32version.h.in win32/README.MSDev
4663 win32/dsp/*: applied Win32 Facelift No.2 patches from
4664 Igor Zlatkovic for Windows/MSC
4665
4666Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4667
4668 * SAX.c: unparsedEntityDecl() the URI computation of the
4669 entity wasn't done breaking XSLT unparsed-entity-uri()
4670
4671Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4672
4673 * xpath.c: fixed a bug when walking the descendants and
4674 the current node has no children
4675 * debugXML.c: show up when a text node is supposed to not be escaped
4676
4677Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4678
4679 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4680 worked like the set:leading() function)
4681 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4682
4683Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4684
4685 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4686
4687Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4688
4689 * include/libxml/xmlIO.h: apply change to close #58141
4690 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4691
4692Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4693
4694 * parser.c: when the internal subset uses a PE, then the
4695 included entity can use conditional sections.
4696
4697Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4698
4699 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4700 when walking the namespace axis showing up in
4701 libxst/tests/general/bug-12
4702 * xmlmemory.c: added the possibility to trace a given block
4703 defined by its address
4704
4705Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * parser.c: don't override existing encoding specified before
4708 starting xmlParseDocument()
4709
4710Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4711
4712 * include/libxml/xmlwin32version.h: reinserted, needed for
4713 Windows users of CVS
4714
47152001-07-27 Darin Adler <darin@bentspoon.com>
4716
4717 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4718 * testCatalog.c: Add include of <libxml/parser.h>.
4719
47202001-07-27 Darin Adler <darin@bentspoon.com>
4721
4722 * include/libxml/.cvsignore:
4723 * include/libxml/xmlwin32version.h:
4724 Remove this file from CVS because it's generated.
4725
4726Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4727
4728 * parser.c include/libxml/parser.h: applied const patches from
4729 Tom Moog #58002
4730
4731Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4732
4733 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4734 lookup framework
4735
4736Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4737
4738 * tree.c: fixed xmlCopyNode() for documents
4739
4740Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4741
4742 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4743
4744Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4745
4746 * parser.c: fixes bug #57652 reported by Morus Walter
4747
4748Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4749
4750 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4751
4752Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4753
4754 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4755 errors, lesson don't add new functions at 1am before a release
4756 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4757 from XPath initialization when possible.
4758
4759Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4760
4761 * result/scripts/base*: removing history/readline changed
4762 this slightly
4763 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4764 xmllint.c: make element content line number generation
4765 optionnal to avoid breaking old apps added interface to switch
4766
4767Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4768
4769 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004770 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004771 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4772 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4773 John Kroll fixes to allow saving to HTTP via PUT (or
4774 POST of needed).
4775 * doc/html/*.html: regenerated the docs
4776
4777Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4778
4779 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4780 xmlHashScanFull and xmlHashScannFull3 to get passed the
4781 three keys as arguments to the callback function
4782
4783Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4784
4785 * configure.in Makefile.am: removed libxml softlink for good
4786 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4787 100% coverage by gtk-doc
4788
4789Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4790
4791 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4792 fixed serious troubles due to size_t vs. int mismatch
4793
4794Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4795
4796 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4797
4798Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4799
4800 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4801 convenient extension API for value and context managing
4802 Now handles external objects through xmlXPathPopExternal,
4803 xmlXPathWrapExternal and xmlXPathReturnExternal.
4804 Added functions for sets operations (intersection, etc.)
4805
4806Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4807
4808 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4809 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4810 HTMLparser.c: cleanup of global variables, marking some
4811 const or private.
4812
4813Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4814
4815 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4816 fixed xmlXPathNodeSetItem when passing index=0
4817
4818Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4819
4820 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4821
4822Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4823
4824 * xmllint.c: fixed compilation under Cygwin #57503
4825 * TODO: update
4826
48272001-07-13 Peter Williams <peterw@ximian.com>
4828
4829 * config.h.in: add #undef HAVE_DLFCN_H
4830
4831 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4832 builddir.
4833
4834Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4835
4836 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4837 raised by #57348 and #57381
4838
4839Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4840
4841 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4842 tree.c xpointer.c: store the line numbder in element->content,
4843 may break some software, need a configuration mechanism
4844
48452001-07-10 Darin Adler <darin@bentspoon.com>
4846
4847 * .cvsignore:
4848 * example/.cvsignore:
4849 * include/.cvsignore:
4850 * include/libxml/.cvsignore:
4851 Various things that are generated and should be ignored.
4852
4853Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4854
4855 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4856 * doc/xml.html doc/html/*: updated the docs
4857
4858Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4859
4860 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4861 validation occured on content with element child
4862
4863Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4864
4865 * tree.c: fixed XML Base computation which was broken
4866 * debugXML.c: added a base function to the shell
4867 * Makefile.am result/scripts/* test/scripts/*: added scripts
4868 based regression tests, and adding 2 XML Base tests
4869
4870Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4871
4872 * tree.c: set properties doc and call xmlSetListDoc for properties
4873 content when grafting them in a different tree.
4874 * aclocal.m4: remove from CVS
4875
4876Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878 * win32/libxml2/libxml2.def.src: added some missing entry point
4879 for XPath (Mark Vakoc)
4880
4881Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4882
4883 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4884 layer should URI-Unescape before trying to open resources.
4885
4886Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4887
4888 * xpath.c: fix the name() bug for elements in the default
4889 namespace reported by Charlie Bozeman
4890
4891Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4892
4893 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4894 led to an XPath fix, improvements of SAX initialization, and
4895 an added option --nocdata to testXPath
4896
4897Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * doc/libxml-doc.el: Felix Natter provided anew version working
4900 with XEmacs too
4901
4902Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4903
4904 * include/libxml/xpath.h: small cleanup
4905 * doc/xml.html: update
4906
4907Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4910 released 2.3.14
4911
4912Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4913
4914 * doc/html/*: rebuilt the docs for the release
4915 * doc/xml.html: added 2.3.14 release.
4916
4917Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4918
4919 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4920 were not equal to empty strings
4921
4922Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4923
4924 * SAX.c: fixed a URI-Reference computation problem when validating
4925 * xmlIO.c: small cleanup
4926
4927Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4928
4929 * parser.c: improved the description of a couple of interfaces
4930 upon Larry Stamper suggestion
4931
4932Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4933
4934 * SAX.c entities.c parser.c: changed completely the way entities
4935 are handled when running the parser in entity substitution mode.
4936 This fixes a bug reported by Stephan Kulow and nearly divides
4937 by 3 the amount of memory required by libxslt to load and process
4938 DocBook TDG.
4939
4940Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4941
4942 * HTMLparser.c: fixing a too early root closing problem raised
4943 byt Prashanth Naidu
4944
4945Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4946
4947 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4948 raised by Mark Vakoc.
4949
4950Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * example/Makefile.am: fixed the include path to add srcdir/include
4953 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4954 and some cleanup
4955
4956Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4957
4958 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4959 lot of optimization work, results in significant improvements
4960 when handling really complex XPath queries. Add a small optimizer
4961 for unions, improve [n] and [last()], avoid some costly ops.
4962
4963Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4964
4965 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4966 * xpath.c: small cleanup
4967 * xmlGetNsList: reformated, fixed problems if used on Entities
4968
4969Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4970
4971 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4972
4973Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4974
4975 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4976 * Makefile.am example/Makefile.am: workaround automake generating
4977 erroneous deps
4978
4979Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * include/win32config.h: bug #56801 Yon Derek provided a patch
4982 to the windows config file.
4983
4984Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4985
4986 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4987 libxml.h : Yon Derek provided a set of changes to compile from
4988 CVS on Windows/MSC
4989
4990Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4991
4992 * parser.c: fixed UTF8 BOM support in push mode
4993 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4994 added a specific testcase
4995
4996Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4997
4998 * Makefile.am: added --push regression tests
4999 * parserInternals.c: the XML parser segfaulted in --push mode
5000
5001Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5002
5003 * configure.in: moved the symlinks detection within a CVS
5004 check, this is not portable and will be removed soon.
5005 * xpath.c: small cleanup/speedup
5006
5007Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5008
5009 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5010 release of 2.3.12
5011 * parser.c: make an error message if unknow entities in all cases
5012
5013Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5014
5015 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5016
5017Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5018
5019 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5020 includes were installed in the wrong dir
5021
5022Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5023
5024 * doc/html.xml: warn against sending code to exhibit bugs.
5025
5026Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5027
5028 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5029 Tru64 from Thomas Leitner
5030
5031Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5032
5033 * AUTHORS: added William and Bjorn
5034 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5035 daniel@veillard.com hopefully I won't have to do this again
5036 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5037 docs can be rebuilt cleanly now
5038 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5039 from CVs it's generated, added include/libxml/xmlwin32version.h
5040 also generated but which should change far less frequently.
5041 * catalog.c nanoftp.c: made sure to include libxml.h not
5042 libxml/xmlversion.h directly
5043 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5044 when compiling on WIN32 and MSC
5045
5046Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5047
5048 * include/Makefile.am include/libxml/Makefile.am configure.in:
5049 fixed make distcheck and rebuilding the rpms
5050
5051Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5052
5053 * configure.in: should finish the migration of exported includes
5054 into a real include/libxml in CVS, at least for CVS users.
5055 * removed the exported headers, added in include/libxml (as well
5056 as xmlversion.h.in).
5057
5058Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5059
5060 * configure.in: fixed the way to detect symlink
5061
5062Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5063
5064 * configure.in: updated, include/libxml is now a real CVS dir
5065
5066Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5067
5068 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5069 version works with both libxml1 and libxml2 (it autodetects
5070 the prefix of the html-files) from Felix Natter.
5071 * doc/xml.html: updated doc accordingly
5072
5073Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5074
5075 * xpath.c: fixed the bug generating a template loop in libxslt
5076 when using docbook-xsl-1.4, * should filter out document nodes
5077 * HACKING: added William
5078 * TODO: updated
5079
5080Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5081
5082 * doc/FAQ.html: added a warning about gcc-3.0
5083 * doc/xml.html: added reference to gdome2 and removed a confusing
5084 sentence
5085
5086Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5087
5088 * xmlversion.h: okay this is a generated file, but Windows
5089 users need it and they can't generate it, and I want CVS
5090 Windows users ...
5091 * win32/libxml2/libxml2_so.dsp: Windows project file for
5092 the shared lib version of libxml2
5093 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5094 resources needed for libxslt/xsltproc by Yon Derek
5095
5096Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5097
5098 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5099
5100Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5101
5102 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5103
5104Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * include/win32config.h: Yon Derek provided a first fix
5107 to be able to compile libxslt/xsltproc on Windows
5108
5109Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5110
5111 * xpath.c: attempt to work around what seemed a gcc optimizer
5112 bug when handling floats on i386 http://veillard.com/gcc.bug
5113 * tree.c entities.c encoding.c: doing some cleanups while
5114 chasing it
5115
5116Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5117
5118 * Makefile.am: cleanup when --without-debug is specified
5119 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5120 w.r.t. --without-debug and other include points
5121 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5122 Catalogs
5123 * configure.in entities.h tree.h HTMLparser.c: removed
5124 --without-corba, made the _private field mandatory
5125
5126Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5127
5128 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5129 outputs a BOM in UTF8, an errata has been issued to avoid the
5130 problem, that was the most reasonable solution... Add support
5131 for a leading UTF8 BOM in entities.
5132
5133Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5134
5135 * valid.c: fixed a bug found when post validating an entity ref
5136 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5137 activate it too
5138
5139Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5140
5141 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5142 weakness in the node copy the XPointer and the XInclude
5143 implementations. Serious cleanup.
5144
5145Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5146
5147 * Makefile.am: Kjartan Maraas provided a small patch to
5148 add xml2-config.in to EXTRA_DIST
5149
5150Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5151
5152 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5153 provided another failing case found in KDE, the way the
5154 ctxt->vctxt.nodeTab was allocated and freed changed over
5155 time but it wasn't completely cleaned up. This should fix it.
5156
5157Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * parser.c: Stephan Kulow also raised the fact that line number
5160 could get miscounted making debug harder, fixed the problem
5161 in xmlParseCharData()
5162
5163Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5164
5165 * valid.c: Stephan Kulow pointed out a problem when validating
5166 and using an empty entity, forgot a 'break' in a case.
5167
5168Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5169
5170 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5171 * doc/xml.html: updated with 2.3.11
5172
5173Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5174
5175 * TODO: updated adding cleanup of generated doc
5176 * configure.in: prepared to release 2.3.11
5177 * xmllint.c: added --version for bug reporting
5178 * doc/html/*.html: rebuilt the doc
5179
5180Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * xpath.c: first part of the work on selecting namespace to
5183 fix bug #56115
5184
5185Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5188 when using -liconv
5189 * TODO: updated
5190
5191Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5192
5193 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5194 cleanup, encoding support.
5195
5196Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5197
5198 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5199
5200Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5201
5202 * xpath.c: bug detected by Ankh when / is used as a function arg
5203
5204Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5205
5206 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5207 of element and use it to avoid outputting formatting spaces at
5208 the wrong place. Implemented the format parameter for HTML save.
5209 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5210 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5211 result/HTML/wired.html: of course this impact the result of a
5212 number of HTML tests
5213
5214Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5215
5216 * HTMLtree.[ch]: started augmenting the HTML save API with
5217 encoding and formatting parameters
5218
5219Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5220
5221 * HTMLtree.h: cleanup and started evaluating the work needed on
5222 revamping the HTML output code
5223
5224Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5225
5226 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5227
5228Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5229
5230 * valid.c: fixed bug #56049, forgot one check in the
5231 validation routine
5232
5233Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5234
5235 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5236
5237Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5238
5239 * libxml.h: fixed an error in last commit
5240 * doc/FAQ.html: added an entry for compilation from CVS
5241
5242Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5243
5244 * xmlversion.h.in libxml.h: Cygwin patches
5245 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5246 * tree.h: cleanup
5247
5248Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5249
5250 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5251 memory block in a strange case where libxml is linked twice
5252 in the binary.
5253
5254Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5255
5256 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5257 state far too often, simple fix used to avoid it.
5258
5259Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5260
5261 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5262 being processed, applied his patch
5263 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5264
5265Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5266
5267 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5268 provided fixes to compile on MSCC again
5269 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5270 also provided an update for the project files.
5271
5272Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5273
5274 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5275 bug #55810
5276
5277Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5278
5279 * tree.c: fixed xmlGetNsProp() to close bug #55683
5280 Note this requires libxslt to use it's own function instead.
5281
5282Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5283
5284 * HTMLtree.c: when in a pre element no formatting space should
5285 be added.
5286 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5287
5288Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * configure.in: added tests for signal() and signal.h
5291
5292Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5293
5294 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5295
5296Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5297
5298 * doc/libxml-doc.el: Felix Natter provided a new version for
5299 libxml2
5300
5301Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5302
5303 * HTMLtree.c: when in a pre element no formatting space should
5304 be added.
5305
5306Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5307
5308 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5309
5310Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5311
5312 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5313 hack
5314 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5315 * uri.c: fixed a warning
5316
5317Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5318
5319 * HTMLtree.c: trying to close bug #55772 escaping in script
5320 elements
5321 * doc/xml.html: suggest to send mail to the list
5322
5323Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5324
5325 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5326 good. Use a macro and based on the solution provided in
5327 vsnprintf manual page from GNU.
5328
5329Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5330
5331 * error.c: Workaround for non-preserving variadic list.
5332 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5333
5334Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5335
5336 * doc/xml.html: added 2.3.10 release
5337
5338Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5339
5340 * configure.in: releasing 2.3.10
5341
5342Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5345
5346Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5347
5348 * encoding.c: Robert Collins provided a patch to add the
5349 "US-ASCII" encoding alias
5350
5351Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5352
5353 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5354 string oriented functions and started cleaning the related areas
5355 in xpath.c which needed fixing in this respect
5356
5357Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5358
5359 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5360 #55380
5361 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5362
5363Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5364
5365 * TODO: updated
5366 * nanohttp.[ch] : started adding APIs to get the redirected URL
5367 when this occurs (needed for further base computation
5368 * tree.h: cleanup
5369 * encoding.c: cleanup
5370 * SAX.c: minor change around ctxt->loadsubset
5371
5372Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5373
5374 * Makefile.am include/Makefile.am: small change to have
5375 include/libxml rebuilt if working from CVS.
5376 * uri.c: applied another patch from Carl Douglas for URI escaping,
5377 this should close bug #51876
5378
5379Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5382 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5383 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5384 added specific regression test
5385 * parser.h: preparing for the XSLT mode where DTD inherited
5386 attributes are added to the tree.
5387
5388Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5389
5390 * xinclude.[ch]: Updated the namespace for the Last Call version
5391 * result/XInclude/include test/XInclude/include: updated the
5392 testsuite accordingly
5393
5394Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5395
5396 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5397 related to bug #51876
5398
5399Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5400
5401 * tree.c: fixed a gross mistake in base computation, xml:base is
5402 not completely correct yet (need cascade).
5403 * xpath.[ch]: added the few things needed to find a function name
5404 and URI from the XPath context when it is called.
5405
5406Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5407
5408 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5409 * DOCBparser.c: small cleanup
5410 * xmllint.c: added a --catalogs option to load catalogs from
5411 $SGML_CATALOG_FILES
5412 * tree.c: cleanup
5413 * configure.in: iconv library fixup, ICONV_LIBS
5414
5415Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5416
5417 * catalog.c: handling of CATALOG entries. detection of recursion,
5418 and a few bugfixes
5419 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5420 against the default namespace
5421
5422Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5423
5424 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5425
5426Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * parser.c: fixed propagation context info when parsing an
5429 external entity.
5430 * doc/html/*.html: regenerated a couple of docs
5431
5432Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5433
5434 * doc/xml.html: update with 2.3.9 informations
5435
5436Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5437
5438 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5439 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5440 * doc/html/* : rebuilt the docs
5441 * valid.c: small patch which may improve some case when
5442 validating.
5443
5444Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5445
5446 * HTMLparser.c: Closed bug #54891
5447 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5448 to the suite
5449
5450Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5453 applied a documentation patch from LotR and filled in a few missing
5454 descriptions
5455
5456Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5457
5458 * xpath.c tree.c parser.c: speed optimizations at the parser level
5459 document tree freeing and xpath evaluation
5460
5461Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5462
5463 * parser.c parser.h parserInternals.h: fixed a couple of
5464 interfaces for handling memory buffer input to const char *
5465 upon suggestion of JamesH.
5466
5467Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * configure.in: LoTR sent a patch fixing the previous commit
5470
5471Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5472
5473 * configure.in: trying to deal again with the stoopid -R linking
5474 flag of Solaris
5475
5476Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * xpath.h: two nodeset access macros from Thomas Broyer
5479
5480Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5481
5482 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5483 patch from Thomas Broyer
5484
5485Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5486
5487 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5488 case
5489 * INSTALL: was empty added stuff from the FAQ
5490
5491Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5494 attributes handling and #54433 by adding xmlUnsetProp()
5495 and xmlUnsetNsProp()
5496
5497Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5498
5499 * HTMLparser.c: Patch from Jonas Borgström
5500 (htmlGetEndPriority): New function, returns
5501 the priority of a certain element.
5502 (htmlAutoCloseOnClose): Only close inline elements if they
5503 all have lower or equal priority.
5504 * result/HTML: this of course changed a number of tests results.
5505
5506Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5507
5508 * xmlIO.c catalog.c: plugged in the default catalog resolution
5509 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5510 documentations
5511 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5512
5513Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5516 integrating catalogs
5517 * catalog.[ch] testCatalog.c: adding a small catalo API
5518 (only SGML catalog support).
5519 * parser.c: restaured xmlKeepBlanksDefault(0) API
5520
5521Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5522
5523 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5524
5525Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5526
5527 * parser.c: added xmlParseExternalEntityPrivate() to allow
5528 propagation of ctxt->_private when parsing external entities
5529
5530Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5533
5534Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5535
5536 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5537
5538Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5539
5540 * valid.c: warn when indeterminist content model is detected
5541 * result/VC/ElementValid8: this adds a message
5542 * Makefile.am: add --novalid for VCM tests
5543 * parserInternals.c: added a call to Init memory
5544
5545Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5546
5547 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5548 when both parameters are NULL.
5549
5550Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5551
5552 * valid.c: applied small patch from Gary Pennington, reindented
5553 some part of the code.
5554
5555Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5558 release, updated and regenerated the docs
5559
5560Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5561
5562 * xpath.c result/XPath/expr/floats : clarified and cleanup
5563 printing of abnormal floats in tests.
5564
5565Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5566
5567 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5568 * results/HTML/ : a few changes in the output of the HTML tests as
5569 a result.
5570 * configure.in: tying to fix -liconv where needed
5571
5572Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5573
5574 * Makefile.am: fixed a stupid error
5575
5576Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5577
5578 * configure.in Makefile.am: make the inclusion of the trio
5579 modules in the library conditional
5580
5581Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * DOCBparser.c: patche from László Kovács, fixed entities refs
5584 in attributes handling
5585
5586Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5589 flushing
5590
5591Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * xpath.c: fix of an XSLT namespace bug reported on the list
5594 general/bug-8-
5595
5596Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5597
5598 * strio.h trio.c: Dan McNichol suggested a couple of small
5599 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5600
5601Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * tree.c parser.c encoding.c: spent a bit more time looking
5604 at the parsing speed and DOM handling. Added a few more
5605 speedups.
5606
5607Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5608
5609 * parser.c: small but effective parsing speed improvement
5610
5611Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * configure.in: default on the DocBook parser inclusion (for Gnome)
5614 * DOCBparser.h: fixed a header reference
5615
5616Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5617
5618 * configure.in xpath.c: applied Bjorn patches for FPE on the
5619 alpha
5620
5621Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5622
5623 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5624 xmlSaveFormatFileTo()
5625
5626Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5627
5628 * xpath.c: simple and efficient optimization, XPath functions
5629 aways bind to the same code, cache this
5630 * TODO: updated (by saying some is obsolete)
5631
5632Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5633
5634 * xpath.c: more cleanup work on XPath name parsing routines
5635
5636Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5637
5638 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5639 xmlXPathParseName
5640 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5641 * debugXML.c: avoid compilation problems if compiling without
5642 HTML support, Igor Zlatkovic
5643 * win32/libxml2/libxml2.def.src: being able to compile without
5644 XPath on Windows
5645
5646Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * libxml.m4: yet another patch from Toshio Kuratomi
5649
5650Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5651
5652 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5653
5654Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5655
5656 * tree.[ch]: added xmlSaveFormatFile interface for saving
5657 and indenting a file.
5658
5659Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * xpath.c: fixed bug #53689 related to processing-instruction()
5662
5663Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * DOCBparser.c: patche from László Kovács
5666
5667Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * parser.c: applied fixes from Christian Glahn bug report #53391
5670
5671Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5672
5673 * error.c: Jean François Lecomte provided a complete description
5674 and a fix to bug #53537
5675
5676Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5677
5678 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5679
5680Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * DOCBparser.c SAX.c: a bit more work on entities processing.
5683 Still Need to cleanup XML output and references in attributes
5684
5685Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5688
5689Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * tree.c: trying to fix #53574, not completely complete,
5692 I would like xmllint --copy --debug test/ent1 and
5693 xmllint --debug test/ent1 to show the same result.
5694 * xpath.c: fix a bug when trying to sort namespace nodes
5695
5696Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5697
5698 * HTMLtree.c: real fix for #53402
5699
5700Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5701
5702 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5703 PIs when using xsl:output
5704 * valid.c: closing #53537 some case generate segfaults if there
5705 is validity errors
5706
5707Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5710 of external parsed entities, added --noent to testDocbook
5711 * valid.c: Garry Pennington found an uninitialized variable
5712 access in xmlValidateElementContent()
5713
5714Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5715
5716 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5717 with madness
5718 * result/HTML/ : this modified the result of the regression tests
5719 a lot.
5720
5721Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5724 to doc where it wasn't checked against NULL reported by
5725 Jens Laas
5726
5727Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5728
5729 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5730 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5731
5732Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5733
5734 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5735 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5736 * SAX.[ch]: cleanup and updates for DocBook
5737 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5738 ex SGML identifier changes
5739 * valid.c: removed a static unused function.
5740
5741Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5742
5743 * HTMLtree.c: applied change for Paul Sponagl on script saving
5744 * Makefile.am: the warning about entity title.xml are normal.
5745
5746Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * configure.in: release of 2.3.7
5749 * Makefile.am: fixing make distcheck
5750
5751Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * doc/html/* doc/xml.html: updated and regenerated the docs
5754
5755Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5758
5759Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5760
5761 * tree.c: fixed #53388 with the provided patch
5762
5763Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5764
5765 * valid.c: Bjorn detected an invalid memory access. Fixed
5766 vstateVPush()
5767
5768Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5769
5770 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5771
5772Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5773
5774 * libxml.h: new header used only for the compilation of libxml
5775 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5776 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5777 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5778 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5779 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5780 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5781 baseline (version 1.2 plus a single patch).
5782 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5783 scientific notation for numbers. Tests added.
5784 * xpath.c: formatting of numbers changed to use sprintf
5785 (contribution from William Brack)
5786
5787Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5788
5789 * valid.c: cleanup, more useful debugging
5790 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5791 * xmlIO.c: entity loading is printed as an error when validating
5792
5793Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5794
5795 * valid.c: fixed to validate within entities
5796 * test/VCM/v22.xml: added a specific testcase
5797
5798Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5799
5800 * valid.c: forgot an epsilon transition in for ()+
5801 * test/VCM/v21.xml : added a specific test case
5802
5803Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5804
5805 * valid.c: removed a state explosion exhibited by RSS
5806 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5807 from bug #51872
5808
5809Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5812 validation without using an ugly NFA -> DFA algo in the source.
5813 Made a specific algorithm easier to maintain, using a single
5814 stack and without recursion.
5815 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5816 * hash.c: made the growing routine static
5817 * tree.h parser.c: added the parent information to an
5818 xmlElementContent node.
5819
5820Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5821
5822 * SAX.c parser.c xpath.c: generating IDs when not validating
5823 from an external parsed entity was poisoning the ID has table
5824 with removed values. This was killing XSLT on the KDE help
5825 browser.
5826
5827Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5828
5829 * entities.h: andrew@ugh.net.au detected a double declaration
5830
5831Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * debugXML.c hash.c tree.h valid.c : some changes related to
5834 the validation suport to improve speed with DocBook
5835 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5836 the way validation errors get reported
5837
5838Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5839
5840 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5841 by P C Chow and William M. Brack for XSLT HTML output
5842
5843Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5844
5845 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5846 Igor Zlatkovic patches for MSC compilation and added his
5847 updates
5848
5849Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5852 prefix lookup.
5853 * parserInternals.c: fixed the bug reported by Morus Walter
5854 due to an off by one typo in xmlStringCurrentChar()
5855
5856Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5857
5858 * HTMLparser.c result/HTML/*: revamped the way the HTML
5859 parser handles end of tags or end of input
5860
5861Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5862
5863 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5864
5865Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5868 bug where the linktime verions of free() won't work ...
5869
5870Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5873
5874Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * doc/xml.html: added 2.3.6 release
5877
5878Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5879
5880 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5881 * result/wml.xml: resulted in a small output change
5882
5883Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * tree.c: xmlNewDoc was missing the charset initialization
5886 * xmllint.c: added --auto to autogenerate a doc, allow to
5887 reproduce the problem fixed on xmlNewDoc
5888
5889Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5890
5891 * xpath.c: trying to get 52979 solved
5892 * tree.c result/ result/noent/: trying to get 52712 solved, this
5893 also made me clean up the fact that XML output in general should
5894 not add formating blanks by default, this changed the output of
5895 a few tests
5896
5897Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5898
5899 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5900
5901Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * configure.in: finally released 2.3.6
5904
5905Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5906
5907 * xpath.c: checking for null pointer generated by new code
5908
5909Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5910
5911 * xpath.c: fixed a [] evaluation problem reported
5912 * test/XPath/tests/simpleaddr: extended test
5913 * result/XPath/simpleaddr: updated result
5914
5915Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5916
5917 * xmllint.c: Dan Timis reported a portability problem
5918 on Macs without mmap, fixed it.
5919
5920Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * testXPath.c : added a --tree option allowing to display the
5923 tree dump of the XPath expression
5924
5925Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5926
5927 * xpath.c: fixed a memleak when comparing nodesets
5928 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5929 * tree.c: added a TODO
5930
5931Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5932
5933 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5934 we need string functions
5935 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5936 to be able to use them where needed. Applied some changes
5937 to reduce name linking pollution and compile in only what's
5938 needed.
5939 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5940 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5941 for the string manipulation functions
5942 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5943 to the free() function of xmlmemory.c
5944 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5945 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5946 usage.
5947
5948
5949Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * error.c: applied the context output patch of the error
5952 handling submitted by Chuck Griffith
5953 * error/VC/*: this slightly change some error logs
5954
5955Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5956
5957 * parser.c: fixed line number reporting on error
5958
5959Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * parser.c: Sullivan and Darin found a parser bug,
5962 applied the patch.
5963
5964Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5965
5966 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5967 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5968 xmlversion.h.in xpointer.c: of course the way I defined
5969 UNUSED breaks on old gcc version. Try to be smart and
5970 also define it directly in xmlversion.h
5971 * configure.in: removed -ansi flag from the pedantic set
5972
5973Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5974 Huge cleanup, I switched to compile with
5975 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5976 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5977 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5978 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5979 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5980 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5981 encoding.h entities.c error.c list.[ch] nanoftp.c
5982 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5983 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5984 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5985 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5986 Cleanup, staticfied a number of non-exported functions,
5987 detected and cleaned up a dozen of problem found this way,
5988 avoided a lot of public function name/typedef/system names clashes
5989 * doc/xml.html: updated
5990 * configure.in: switched private flags to the really pedantic ones.
5991
5992Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5993
5994 * configure.in: 2.3.5
5995 * doc/html/*: rebuilt the docs
5996
5997Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * parser.c: fixed a reported bug in NOTATION parsing
6000 * uri.c: accepted but not fixed bug 51876, added TODO
6001 * Makefile.am: fixed bug 51876
6002
6003Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6004
6005 * config.h.in configure.in error.c: fix a compilation problem
6006 on platforms without vsnprintf (xml@thewrittenword.com)
6007
6008Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * parser.c: fixed a function name header typo
6011 * SAX.c: notations can also occur in external subset.
6012
6013Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6014
6015 * error.c: removed a C++ like comment
6016
6017Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6018
6019 * parser.c: fixing bug 52299 strange condition leading
6020 to a parser crash due to a buffer overflow
6021 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6022 added the specific test case
6023
6024Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6025
6026 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6027 xmlXPathConvert{String,Number,Boolean} to be able to make
6028 type casts without a context stack, fixed some implementation
6029 problems related to the absence of context at parse-time,
6030 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6031 in the public API too
6032 * xpointer.c xpathInternals.h: we need to know at parse time
6033 whether we are compiling an XPointer
6034
6035Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6036
6037 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6038 cleaned up the parser internals, refactored XPath code, added
6039 new compilation based APIs and cleanly separated public and
6040 private APIs.
6041
6042Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6043
6044 * xpath.h: the comp field must be added at the end to avoid
6045 killing binary compat.
6046
6047Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6048
6049 * Makefile.am: detect XPath memleaks in regreson tests
6050 * error.c: fixed and error w.r.t. error reporting still using
6051 stderr
6052 * hash.c: added new line at end of file
6053 * tree.h: minor cleanup
6054 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6055 expression parsing from evaluation, resulted in a number of
6056 changes internally, and in XPointer. Likely to break stuff
6057 using xpathInternals.h but should remain binary compatible,
6058 new interfaces will be added.
6059
6060Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6061
6062 * configure.in: fixed a couple of problems reported by
6063 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6064 without gcc on non linux platforms.
6065
6066Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6069 a fix for --with-html-dir= configure support. I hope it won't
6070 break rpm generation
6071
6072Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6073
6074 * xmlIO.c: one function comment cleanup.
6075
6076Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6077
6078 * SAX.c: external subset notations were improperly registered
6079 in the internal subset.
6080
6081Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6082
6083 * README.cvs-commits: added, pointing to HACKING
6084 * HACKING: updated
6085
6086Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6087
6088 * parser.c: and Matt Sergeant found one in the XML push
6089 parser (erroneous check I forgot to remove when I fixed the
6090 main parser).
6091
6092Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * xpath.c: ptittom found a small bug in UnaryExpr
6095
6096Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * configure.in: bumped to 2.3.4
6099 * error.c: fixed bug #51860
6100 * tree.c: fixed bug #51861
6101 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6102 * tree.[ch] : added xmlDefaultBufferSize
6103 * nanoftp.c: typo in function name header block
6104 * doc/xml.html : updated, added link to XML::LibXSLT
6105 * doc/html/* : rebuilt the docs
6106
6107Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * parser.c SAX.c: the new content parsing code raised an
6110 ugly bug in the characters() SAX callback. Found it
6111 just because of strangeness in XSLT XML Rec ouptut :-(
6112
6113Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6114
6115 * Makefile.am: Martin Baulig suggested to add -lm
6116 * tree.c: found another bug in xmlNodeGetContent()
6117
6118Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6119
6120 * xpath.c: Bjorn found the error related to strictness of comparison.
6121
6122Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6123
6124 * parser.c: trying to fix the Dtd parsing problem reported
6125 by Gary, side effect of last week speed optimizations.
6126
6127Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6128
6129 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6130 * parserInternals.c: removed unneeded test raised by Stric
6131
6132Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6133
6134 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6135 and fixed by William Brack). Added xmlXPathFormatNumber.
6136 Changed the sorting slightly.
6137 * configure.in Makefile.am example/Makefile.am: Added -lm.
6138 Please note that applications linking with libxml2, must
6139 also like with the math library from now on.
6140
6141Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6144
6145Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * parser.c: one must report spaces even if the Dtd element
6148 content proves that this is not part of the element content.
6149 * result/valid/*.xml: this changed the ouptu slightly
6150
6151Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6152
6153 * configure.in: bumped to 2.3.3
6154 * doc/xml.html: updated
6155
6156Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * tree.c: minor doc fix
6159 * xpath.c: deallocation issues when a result tree has been
6160 converted to a node-set
6161
6162Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6163
6164 * doc/xml.html: oops corrected dates s/2000/2001
6165
6166Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6167
6168 * valid.c: new patch from Gary Pennington
6169
6170Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6171
6172 * doc/xml.html: applied patch from Ankh
6173
6174Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6175
6176 * xinclude.c: fixed a problem building on Mac
6177
6178Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * parser.c: more work on increasing parsing ferformances
6181
6182Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6183
6184 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6185 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6186 avoiding memcpy in production builds MEM_CLEANUP macro use
6187 * parser.[ch] parserInternals.c: optimizations of the tightest
6188 internal loops inside the parser. Better checking of I/O
6189 flushing/loading conditions
6190 * xmllint.c : added --timing
6191
6192Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6193
6194 * configure.in: bumped to 2.3.2
6195 * doc/xml.html: updated for release
6196
6197Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * xpath.c: found a memleak and fixed a nasty bug
6200
6201Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6202
6203 * xmllint.[c1] : added return code errors for xmllint
6204 * xpath.c: specific debug dump function for result value trees
6205
6206Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6207
6208 * xpath.c: finally implemented xmlXPathCompareNodeSets
6209 * test/XPath/expr/floats results/XPath/expr/floats: added
6210 a test for float expressions
6211
6212Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6215 * parserInternals.[ch]: trying to speed up parsing
6216 * xpath.c : speeded up node set equality op
6217
6218Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6219
6220 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6221 better handling of ID/IDREF and the list modules associated
6222 * configure.in: small CFLAGS cleanup
6223
6224Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6225
6226 * configure.in: fixed iconv detection on AIX (stric)
6227
6228Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6231
6232Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6233
6234 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6235 and optimized xmlXPathNodeSetSort
6236
6237Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6238
6239 * xpath.c: bug fix when context size is 0
6240 * parser.c: I like Norm's Dtd because they still manage to break
6241 the parser occasionally
6242
6243Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6246
6247Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6250 attributes within the XML-1.0 namespace
6251
6252Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6253
6254 * xpathInternals.h: exported a few axis functions
6255 * doc/xml.html: updated the doc
6256
6257Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6258
6259 * configure.in: applied patch from Daniel van Balen for OpenBSD
6260 and bumped version to 2.3.1
6261 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6262 attempt to find autoclosing was simply broken, removed it,
6263 updated the examples, this is better
6264
6265Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6268 hash functionnalities.
6269 * doc/html/* : rebuild the doc
6270
6271Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6274 on predicate
6275 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6276 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6277 really want to have tags closed on output even if we accept
6278 unclosed ones on input
6279
6280Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6281
6282 * xpath.c: ouch don't free NULL, rare case fixed
6283 * tree.c: don't coalesce text nodes if they don't have the
6284 same behaviour wrt escaping on output
6285
6286Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6287
6288 * xpath.c: small fixup
6289 * SAX.c: don't warn on empty namespaces.
6290
6291Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * README: a bit of cleanup
6294 * configure.in: preparing for 2.3.0 release
6295
6296Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6297
6298 * hash.[ch]: added a first version of xmlHashSize()
6299 * valid.c: another bug fix from Gary Pennington
6300
6301Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6302
6303 * valid.c: couple of bug fixes pointed by Gary Pennington
6304 * HTMLtree.c: #if 0 cleanup
6305
6306Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6307
6308 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6309 which removes a time consuming check of xmlXPathNodeSetAdd()
6310 and use it in places where we are sure to not break unicity
6311
6312Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * xpath.c: bug fixes found from XSLT
6315 * tree.c: preserve node->name special values when copying nodes.
6316 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6317 external subset are fetched when available but without full
6318 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6319 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6320 output with encoding disabled.
6321
6322Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6325 xmlCheckFilename should not be called from xmlFileOpenW
6326 and xmlGzfileOpenW
6327
6328Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6329
6330 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6331 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6332 added the new tests for URI normalization
6333 * testURI.c: fixed stoopid bugs
6334 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6335 the URI in the error messages are now properly normalized
6336
6337Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6340
6341Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6342
6343 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6344
6345Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6346
6347 * xpath.c: fixed mod operator
6348
6349Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6350
6351 * parser.c: fixed xmlStrcat doc
6352 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6353 trees.
6354
6355Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * xpath.c result/XPath/tests/chaptersbase
6358 result/XPath/tests/simplebase: fixed XPath node()
6359 * tree.c: small fix in xmlNewNs()
6360 * Makefile.am: removed extraneous xml2Conf.sh rule
6361
6362Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6363
6364 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6365 Changed the library name, in order to get libxml-devel and
6366 libxml2-devel to coexist on a single system
6367 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6368 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6369
6370Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6371
6372 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6373 libxml2-devel installable in // as libxml-devel.
6374
6375Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6376
6377 * doc/Makefile.am: fixed make rebuild in doc
6378 * doc/html/*.html: rebuilt the docs
6379
6380Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6381
6382 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6383
6384Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6385
6386 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6387 the HTML doc to go into the -devel RPM ...
6388 * aclocal.m4 config.h.in: some updates due to auto* magic
6389
6390Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6391
6392 * xpath.h: added a hook in the context structure allowing to
6393 link to extra support, needed for XSLT
6394
6395Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6396
6397 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6398 xmlXPtrCmpPoints to use it.
6399 * propagated the following patch from Alejandro Forero
6400 * include/win32config.h xmlIO.c: applied further suggestions
6401 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6402 * example/gjobread.c: fixed warnings, now that it builds
6403
6404Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6405
6406 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6407
6408 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6409 filename points to a valid file (not a directory).
6410 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6411 Added calls to xmlCheckFilenameDir.
6412
6413 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6414 `path' (rather than `filename') as the parameter to gzopen and open.
6415
6416Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6417
6418 * Makefile.am: fixed a problem with EXTRA_DIST
6419
6420Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * Makefile.am example/Makefile.am: finally found the trick
6423 to build the example, i.e. add "." in SUBDIRS before example
6424 in the list <grin/>
6425
6426Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6427
6428 * doc/xml.html: updated with an XSLT section, removed pointer to
6429 W3C CVS base.
6430
6431Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6432
6433 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6434 too, and deallocation need to occur the same way.
6435
6436Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6437
6438 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6439 type correponding to an XSLT result tree fragment. Share most
6440 of the data format with node set, as well as operators.
6441 * HTMLtree.c: added a newline at the end of the doctype output
6442 whe this one is not present initially.
6443 * tree.c: make sure taht the parent and doc pointers are properly
6444 set when copying attributes (lists).
6445
6446Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6447
6448 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6449
6450Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * xpath.c: seems I finally killed that ugly path evaluation
6453 context bug (tagged 9999 in case is is wrong)
6454
6455Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6458 for XSLT
6459
6460Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6461
6462 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6463 for xmlGzfileOpen() bug
6464
6465Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6466
6467 * xpath.c: removed an error found by XSLT usage
6468 * tree.c parserInternals.h: use a predefined static string
6469 for text and comment nodes, avoid freeing them in xmlFreeNode,
6470 exported the string name in parserInternals.h and added
6471 another value to disable encoding at output (for XSLT),
6472 gain memory, time.
6473
6474Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6475
6476 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6477 win32/libxml2/libxml2_so.dsp: new makefiles and update
6478 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6479
6480Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6481
6482 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6483 Gary Pennington
6484
6485Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * xpath.c: fixed the comaprision of values and nodelists,
6488 need to compare nodelist still ...
6489 * debugXML.c: avoided a possible core dump
6490 * HTMLparser.c: cleanup
6491 * nanohttp.c: contributed fix.
6492 * tree.c: fixes in properties handling added xmlSetNsProp
6493 needed by libxslt
6494 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6495 comment
6496 * TODO: updated
6497
6498Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6499
6500 * parser.c parserInternals.c: applied Bjorn Reese optimization
6501 patch
6502
6503Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6504
6505 * Makefile.am: applied patch fro make check from Martin Vidner
6506
6507Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6508
6509 * configure.in: preparing 2.2.11
6510 * doc/html/*: rebuild the HTML files
6511 * doc/xml.html : updated
6512
6513Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6514
6515 * tree.c: fixed a stupid bug
6516 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6517 patches related to validation of an XInclude processing result
6518 * TODO: updated
6519
6520Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6523 on large files
6524
6525Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6526
6527 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6528
6529Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6530
6531 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6532 reported by Jonas Borgström
6533 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6534
6535Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6536
6537 * testXPath.c xpath.c: fixing the XPath union expressions problem
6538 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6539
6540Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6541
6542 * xmllint.c: Made is so if the file name is "-" is will read form
6543 standard input. Sven Heinicke <sven@zen.org>
6544 * tree.c: fixed a problem when growing buffer
6545 * tree.h: fixed the comment of the node types following andersca
6546 comment
6547 * TODO: updated
6548
6549Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * HTMLparser.[ch]: added a way to avoid adding automatically
6552 omitted tags. htmlHandleOmittedElem() allows to change the
6553 default handling.
6554 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6555 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6556 of xmllint too when using --memory flag, added a memory test
6557 suite at the Makefile level.
6558 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6559 with namespace use when encountering QNames in XPath evalation,
6560 added xmlns() scheme in XPointer.
6561 * nanoftp.c : incorporated a fix
6562 * parser.c xmlIO.c: fixed problems raised with encoding when using
6563 the memory I/O
6564 * parserInternals.c: closed bug 25934 reported by
6565 torsten.landschoff@innominate.de
6566 * TODO: updated
6567
6568Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6569
6570 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6571 on a non-updated tree :-(, made a 2.2.10 release to correct the
6572 situation
6573
6574Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6575
6576 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6577 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6578 integrated a set of OpenVMS changes from Howard Taylor
6579 <Howard.Taylor@pacoast.com>
6580
6581Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6582
6583 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6584 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6585
6586Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6587
6588 * HTMLparser.c: some fixes on auto-open of html/head/body
6589 * encoding.c: fixed a compilation error on some gcc env
6590 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6591 XPointer implementation
6592 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6593 related XPointer tests and associated results
6594
6595Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6596
6597 * doc/xmldtd.html doc/xml.html: following a short step by step
6598 guidance on IRC to help maciej with DTDs I started a small
6599 page on the subject.
6600
6601Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6602
6603 * HTMLparser.c: fixed handling of broken charrefs
6604 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6605 patches
6606
6607Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * doc/xml.html doc/html/* : rebuilt the docs after adding
6610 xinclude and updated page for 2.2.7 and 2.2.8
6611 * configure.in: releasing 2.2.8
6612
6613Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6614
6615 * parser.[ch] parserInternals.c: applied the conditional
6616 section processing fix from Jonathan P Springer
6617 <jonathan.springer2@gte.net>
6618 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6619 project file, fixed iconv default non support
6620 * xpath.c: fixed the problem of evaluating relative expressions
6621 when a node context is provided.
6622
6623Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6624
6625 * nanoftp.c: fixed gcc 2.95 new warnings
6626 * SAX.c: fixed a stupid bug
6627 * tree.c: fixed a formatting problem when round-tripping
6628 from/to memory
6629 * xinclude.c: chased memleak, fixed a base problem
6630 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6631 xmlXPtrBuildNodeList()
6632 * TODO: updated
6633 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6634 adding a first small set of regression tests for XInclude
6635
6636Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6637
6638 * nanohttp.[ch]: applied Wayne Davison patches to access
6639 the WWW-Authorization header.
6640 * parser.c: Closed Bug#30847: Problems when switching encoding
6641 in short files by applying Simon Berg's patch.
6642 * valid.c: fixed a validation problem
6643 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6644 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6645 Wayne Davison
6646 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6647 need to be extended to non full nodes selections.
6648 * xinclude.c: starts to work decently
6649
6650Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6651
6652 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6653 debugXML.c xmlversion.h.in: Started adding XInclude support,
6654 this is a new xmllint option
6655 * tree.c xpath.c: applied TOM patches for XPath
6656 * xpointer.c: fixed a couple of errors.
6657 * uri.c: added an escaping function needed for xinclude
6658 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6659 new warning from RH70 gcc's version
6660
6661Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6662
6663 * HTMLparser.c: fixed loop on invalid char in scripts
6664 * parser.c: update to description of xmlIOParseDTD()
6665 * libxml.m4 xmlversion.h.in: changes contributed by
6666 Michael Schmeing <m.schmeing@internet-factory.de>
6667 * configure.in: preparing for 2.2.7
6668 * Makefile.am: trying to avoid config.h and acconfig.h
6669 being included in the distrib
6670 * configure.in: released 2.2.7
6671
6672Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6673
6674 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6675 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6676
6677Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6678
6679 * parser.[ch]: added xmlIOParseDTD()
6680 * xpointer.c: added support for the 2 extra parameters of
6681 string-range, fixed a stoopid error when '0' was present
6682 in XPointer expressions
6683 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6684 testsuite for the above
6685
6686Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6687
6688 * libxml.spec.in: improved package descriptions
6689
6690Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6691
6692 * xpath.c xpathInternals.h: applied a large cleaning patch
6693 from TOM <ptittom@free.fr>, it also add namespace support
6694 for function and variables registration.
6695
6696Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6697
6698 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6699 * Makefile.mingw: Wayne Davison's update adding hash.c
6700
6701Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * xpath.c: fixed the root evaluation problems
6704 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6705 ignorable spaces with <b> <bold> <em>
6706 * tree.c: fixed a loop in xmlSearchNsByHref()
6707
6708Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6709
6710 * xpath.c: applied another XPath patch from TOM
6711 * xpath.c include/makefile.am: applied another patch from
6712 china@thewrittenword.com (cleanup on IRIX).
6713
6714Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6715
6716 * xml-config.1: received a fixed version from Fredrik Hallenberg
6717 <hallon@lysator.liu.se>
6718
6719Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6720
6721 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6722 cleanup patch for XPath
6723
6724Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6725
6726 * patched to redirrect all "out of context" error messages to
6727 a reconfigurable routine. The changes are:
6728 * xmlerror.h : added the export of an error context type (void *)
6729 an error handler type xmlGenericErrorFunc there is an interface
6730 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6731 to reset the error handling routine and its argument
6732 (by default it's equivalent to respectively fprintf and stderr.
6733 * all the c files: all wild accesses to stderr or stdout within
6734 the library have been replaced to calls to the handler.
6735
6736Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6737
6738 * configure.in: release 2.2.6
6739 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6740 exporting the inner functions of xpath for extension modules
6741 * doc/*: updated and rebuilt the doc
6742
6743Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6744
6745 * nanohttp.c : applied Wayne HTTP cleanup patch
6746 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6747 and xmlNodeSetSpacePreserve()
6748
6749Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6750
6751 * xpath.c: closing bug #29260
6752
6753Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6754
6755 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6756 multikey tuples, made hash structure opaque
6757 * valid.[ch]: moved elements, attributes, notations decalarations
6758 as well as ID and refs to hash tables.
6759 * entities.c: hash cleanup
6760 * xmlmemory.c: fixed a dump problem in debug mode
6761 * include/Makefile.am: problem passing in DESTDIR= values patch
6762 from Marc Christensen <marc@calderasystems.com>
6763 * nanohttp.c: removed debugging remains
6764 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6765 * HTMLparser.c parser.c: fixing a number of problems with the
6766 macros in the *parser.c files (Wayne).
6767 * HTMLparser.c: close the previous option when opening a new one
6768 (Marc Sanfacon).
6769 * result/HTML/*: updated the HTML results accordingly
6770
6771Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6772
6773 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6774 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6775 XPath functions and XML entities table to them. More to come...
6776 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6777
6778Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6779
6780 * tree.c: coalesce adjacent text nodes
6781 * valid.c: handling of blank nodes in DTd validation (raised
6782 by problems with a posteriori validation).
6783 * nanohttp.c: changing behaviour on HTTP write stuff.
6784 * HTMLtree.c: forced body and html to be explicitely closed.
6785 * xpath.h: exported more XPath functions.
6786
6787Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6788
6789 * Release of 2.2.5
6790 * xpointer.c: range() range-inside and other helper functions
6791 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6792
6793Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6794
6795 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6796 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6797
6798Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6799
6800 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6801 and XPointer modules
6802
6803Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6804
6805 * SAX.h: closed #25107
6806
6807Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * testSAX.c: fixed problem with cdata reporting
6810 * SAXresult/* : updated
6811
6812Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6813
6814 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6815 Closed bug #27499, added to regression tests
6816 * TODO: updated
6817
6818Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6819
6820 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6821 support for SCRIPT and STYLE with help from Bjorn Reese
6822 * test/HTML/* result/HTML/*: added simple testcase and updated
6823 the existing ones.
6824
6825Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6826
6827 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6828 string-range for empty strings
6829 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6830 test/XPath/xptr/strrange: augmented the XPointer testsuite
6831
6832Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * doc/xml.html doc/xmlmem.html: added a module describing memory
6835 interfaces and use, updated the main page.
6836
6837Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6838
6839 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6840 nanoftp code work on Windows too now
6841
6842Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6843
6844 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6845 * xpointer.c: implemented string-range() at least a good first version
6846 * test/XPath/docs/str test/XPath/xptr/strrange
6847 result/XPath/xptr/strrange: the string-range() tests
6848
6849Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6850
6851 * Makefile.am include/Makefile.am include/win32config.h
6852 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6853 and make distcheck
6854
6855Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6856
6857 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6858 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6859 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6860
6861Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6862
6863 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6864 patch for socklen_t detection by
6865 Albert Chin-A-Young <china@thewrittenword.com>
6866
6867Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6868
6869 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6870 and added a --dtdvalid option to xmllint used to test it
6871
6872Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6873
6874 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6875 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6876
6877Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6878
6879 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6880 handlings (registration, lookup, cleanup)
6881
6882Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6883
6884 * configure.in Makefile.am include/makefile.am: adding XPointer
6885 and XPtrtests target
6886 * xpointer.[ch] : new files for XPointer support
6887 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6888 more XPath tests
6889
6890Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6891
6892 * configure.in: fixed, very broken, make distcheck works again
6893
6894Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6895
6896 * More work toward 2.2.5, integrated a number of patches
6897 * configure.in Makefile.am win32config.h.in: trying to cleanup
6898 make distcheck .... huh ...
6899 * include/Makefile.am include/win32config.h: new directory
6900 for includes
6901 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6902 updated teh makefiles and instructions for WIN32
6903 * xpath.c: small fixes
6904 * test/XPath/ results/XPath: updated the testcases and results
6905 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6906 suggested patches
6907 * valid.c: fixed an ID bug
6908
6909Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6910
6911 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006912 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006913 * xpath.[ch]: worked on XPointer
6914
6915Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6916
6917 * configure.in Makefile.am: 2.2.5, ship the include in an
6918 include/libxml subdirectory, use symlinks when using CVS
6919 * testSAX.c: fixed small bug
6920 * testXPath.c: changed the way testfiles are parsed
6921 * debugXML.c: same kind of cleanup when parsing an argument expression
6922 XPath/XPointers can have blanks embedded
6923 * xpath.[ch]: more cleanup, reorgs for XPointer work
6924 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6925 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6926
6927Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6928
6929 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6930 in the XPath engine, rewrote large parts of it, now it's far
6931 cleaner and in sync with the REC not an old WD. Fixed a parsing
6932 problem in the interactive XML shell found when testing XPath.
6933
6934Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6935
6936 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6937 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6938 examples with the extra test
6939
6940Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6941
6942 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6943 the global init function.
6944
6945Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * HTMLparser.c: Doohhh, attribute name parsing was still case
6948 sensitive ! Fixed this ...
6949 * result/HTML/* : updated the tests results accordingly
6950
6951Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6952
6953 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6954 engine, should be far more stable, incorporated a new version of
6955 preceding/following axis, need testing
6956 * uri.c: fixed file:///c:/a/b/c problem
6957 * test/XPath/tests/idsimple: augmented the XPath tests
6958
6959Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * doc/* rebuilding docs for 2.2.4 release
6962
6963Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6964
6965 * configure.in: releasing 2.2.4
6966 * parser.[ch]: added xmlStrEqual()
6967 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6968 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6969 use xmlStrEqual instead
6970 * TODO: updated
6971 * added an XPath test
6972
6973Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6974
6975 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6976 * entities.h: exported xmlInitializePredefinedEntities
6977 * parser.[ch] : added xmlInitParser()
6978 * parserInternals.h : had to export htmlInitAutoClose()
6979
6980Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6981
6982 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6983 problems
6984 * Makefile.am : added XPath regression tests to normal tests
6985 * uri.c: fixed a problem with local paths, cleanup
6986 * parser.c: fixed a problem with large CData sections
6987
6988Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6989
6990 * configure.in xml-config.in: patch from "Ben Taylor"
6991 <sol7x86@hotmail.com> for solaris shared libs lookup
6992
69932000-09-30 Martin Baulig <baulig@suse.de>
6994
6995 * libxml-2.0.pc.in: Provide pkg-config script.
6996
6997 * configure.in: Create the libxml-2.0.pc script from the
6998 libxml-2.0.pc.in templates.
6999 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7000 script in `$(libdir)/pkgconfig'.
7001
7002Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7003
7004 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7005 when compiling with MSC
7006
7007Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7008
7009 * xpath.c: patch for normalize-string() substring-before(),
7010 substring-after() and translate() functions from Bjorn Reese
7011 <breese@mail1.stofanet.dk>
7012 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7013 Fredrik Hallenberg <hallon@lysator.liu.se>
7014 * TODO: updated
7015
7016Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7017
7018 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7019 problem of socklen_t being undefined on a number of platforms
7020 * debugXML.c: fixed a compilation problem when without snprintf
7021
7022Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7023
7024 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7025 an URI bug and a fix for the control-character-induced infinite loop
7026 * nanohttp.c: preventive fix for compiling on WIN32
7027
7028Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7029
7030 * xmlint.c: closing bug #25000
7031
7032Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7033
7034 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7035 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7036 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7037 related function, fixing xmlStrncmp(), and associated cleanup
7038 * result/HTML/entities.html.sax: updating result
7039
7040Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7041
7042 * uri.c: applied patch for URI escaping from Wayne Davison
7043 <wayned@blorf.net>
7044 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7045 from Denis Barbier <barbier@imacs.polytechnique.fr>
7046 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7047 patch from Wayne Davison
7048
7049Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7050
7051 * doc/xml.html : updated with new releases, adding "how to help"
7052
7053Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7054
7055 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7056 removed a few warnings in pedantic mode ...
7057 * parserInternals.c parser.c: moved encoding switching function
7058 to parserInternals.c
7059 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7060
7061Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7062
7063 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7064 error or warning handlers
7065
7066Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7067
7068 * parserInternals.c parserInternals.h parser.c Makefile.am:
7069 created a new module parserInternals.c, moved most of the
7070 code shared by the various parsers there, as well as
7071 deprecated code from parser.c. More cleanup of parser.c
7072 * uri.c: fixed a problem when URI is NULL
7073 * valid.c: speedup when looking for an attribute declaration
7074
7075Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7076
7077 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7078 the cleanup of the computation of URI references when seeking
7079 external entities. The URI reference string and the resulting
7080 URI are both stored now.
7081 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7082 large s(n)printf checks and cleanup from Denis Barbier
7083 <barbier@imacs.polytechnique.fr>
7084 * xmlversion.h.in tree.h: couple of SGML declarations for a
7085 possible docbook module.
7086 * result/VC/ : a couple of test output changed due to the change
7087 of the entities URI
7088
7089Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * parser.h: added a _private field for linking user's data
7092
7093Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7094
7095 * parser.c parserInternals.h: demacroified most of the IS_XXX
7096 the gain in size is significant so ...
7097
7098Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * entities.c: cases where looking up entities with doc==NULL
7101 covered
7102
7103Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * uri.c: applied Wayne Davison patch
7106 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7107
7108Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7109
7110 * uri.c testUri.c: applied Wayne Davison patches
7111 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7112 * Makefile.in: added URItest and included thenin "make tests"
7113
7114Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7115
7116 * xmlversion.h.in: closed bug 22941
7117
7118Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7119
7120 * doc/xmlio.html: added doc and example for entity loader
7121 redefinition.
7122
7123Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7124
7125 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7126 used by libxml
7127
7128Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7129
7130 * parser.c: Fixed bug on invalid ontent characters and when using
7131 push.
7132 * xmllint.c: fixed xmllint endling of errors in push mode
7133
7134Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7135
7136 * HTMLparser.c testHTML.c: applied two new patches from
7137 Wayne Davison <wayned@users.sourceforge.net>
7138 * result/HTML/*.sax: regenerated HTML SAX output
7139 * parser.c: more cleanup.
7140
7141Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7142
7143 * HTMLparser.[ch] testHTML.c: applied the second set of
7144 patches from Wayne Davison <wayned@users.sourceforge.net>,
7145 adding htmlEncodeEntities()
7146 * HTMLparser.c: fixed an ignorable white space detection bug
7147 occuring when parsing with SAX only
7148 * result/HTML/*.sax: updated since the output is now HTML
7149 encoded...
7150
7151Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7152
7153 * HTMLparser.[ch]: applied some of Wayne Davison
7154 <wayned@users.sourceforge.net> patches
7155
7156Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7157
7158 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7159 undeclared namespace prefix was used, added a warning.
7160 Cleaned up support w.r.t. entities, spilling out a warning
7161 and being pedantic on lookups.
7162 * test/warning/ent9 : added testcase for previous example.
7163 * TODO: updated
7164 * parserInternals.h parser.c: changed the way names are parsed
7165 now allow infinite size and decrease penalty for normal use
7166 * parser.c: Started a big cleanup/check of the parser code,
7167 fixed some of the most tortuous entity code, spotted code
7168 unused anymore
7169 * test/*: added tests for very long names and related nasty
7170 things.
7171
7172Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7173
7174 * doc/encoding.html: added encoding aliases doc
7175 * doc/xml.html: updates
7176 * encoding.[ch]: added EncodingAliases functions
7177 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7178 bottleneck affecting large DTDs like Docbook
7179 * parser.[ch] xmllint.c: added a pedantic option, will be
7180 useful
7181 * SAX.c: redefinition of entities is reported in pedantic mode
7182 * testHTML.c: uninitialized warning from gcc
7183 * uri.c: fixed a couple of bugs
7184 * TODO: added issue raised by Michael
7185
7186Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7187
7188 * doc/encoding.html: propagated Martin Duerst suggestions
7189
7190Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7191
7192 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7193 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7194 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7195 by Wayne Davison
7196
7197Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7198
7199 * nanoftp.c nanohttp.c: small cleanup
7200 * TODO: updated
7201
7202Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7203
7204 * added an old VC testcase and updated title.xml entity
7205
7206Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7207
7208 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7209 done on auto-opening of <p> tags and cleanup of SAX output
7210
7211Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7212
7213 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7214
7215Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7216
7217 * doc/xml.html libxml.* structure.*: updated the doc a bit
7218
7219Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7220
7221 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7222 of SAX tests
7223
7224Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7225
7226 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7227 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7228
7229Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7230
7231 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7232 * testHTML.c: fix core dump on Solaris 2.x systems
7233 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7234 * result/HTML/*.sax: previous bug fix lead to new results
7235
7236Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7237
7238 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7239 * configure.in: added --with-readline=DIR to accept alternate
7240 path for readline include/library
7241 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7242 for ANSI under HP-UX
7243 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7244 includes @LIBS@
7245
7246Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7247
7248 * doc/* : rebuilt the docs
7249 * getting ready for 2.2.2 release
7250
7251Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7252
7253 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7254 and xmlAddFeature()
7255 * tree.[ch]: added xmlAddChildList()
7256 * xmllint.c: MAP_FAILED macro test
7257 * parser.h: added xmlParseCtxtExternalEntity()
7258 * valid.c: applied bug fixes removed warning
7259 * tree.c: added CDATA block to elements content
7260 * testSAX.c: cleanup of output
7261 * testHTML.c: added SAX testing
7262 * encoding.c: better error recovery
7263 * SAX.c, parser.c: fixed one of the external entity processing
7264 of the OASis testsuite
7265 * Makefile.am: added HTML SAX regression tests
7266 * configure.in: bumped to 2.2.2
7267 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7268 SAX results
7269
7270Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7271
7272 * configure.in: patch for HP compiler
7273
72742000-08-04 Sven Heinicke <sven@zen.org>
7275
7276 * xmllint.c: Was coredumping sometimes when the file given didn't
7277 exist.
7278
7279Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7280
7281 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7282
7283 when using in memory parsing. Need some cleanup.
7284 * xmllint.c configure.in: added a --memory flag to test memory
7285 parsing
7286
7287Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7288
7289 * nanohttp.c: fixed socklen_t replacement to unsigned int
7290 * parser.c: fixed a space handdling missing at the end of
7291 production 28 DOCTYPE.
7292 * xmlmemory.c: fixed a stupid bug on the routine to override
7293 allocation functions
7294 * TODO: updated
7295
7296Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7297
7298 * doc/ regenerated the docs
7299
7300Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7301
7302 * doc/encoding.html doc/xml.html: added I18N doc
7303 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7304 improvements, both parser and filters, added ASCII & HTML,
7305 fixed the ISO-Latin-1 one
7306 * xmllint.c testHTML.c: added/made visible --encode
7307 * debugXML.c : cleanup
7308 * most .c files: applied patches due to warning on Windows and
7309 when using Sun Pro cc compiler
7310 * xpath.c : cleanup memleaks
7311 * nanoftp.c : added a TESTING preprocessor flag for standalong
7312 compile so that people can report bugs more easilly
7313 * nanohttp.c : ditched socklen_t which was a portability mess
7314 and replaced it with unsigned int.
7315 * tree.[ch]: added xmlHasProp()
7316 * TODO: updated
7317 * test/ : added more test for entities, NS, encoding, HTML, wap
7318 * configure.in: preparing for 2.2.0 release
7319
7320Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7321
7322 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007323 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007324
7325Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7326
7327 * doc/xml.html: changed the xmlsoft.org structure, updated the
7328 examples w.r.t. root and childs
7329
7330Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7331
Daniel Veillard784b9352003-02-16 15:50:27 +00007332 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007333
7334Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7335
7336 * HTMLparser.c: Work on character encoding support for the HTML parser
7337 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7338 * encoding.c: Fixed a potential memleak in the encoding stuff
7339
7340Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7341
7342 * doc/FAQ.html doc/Makefile.am : added a FAQ
7343
7344Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7345
7346 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7347 of the HTML parser to force it to not bypass SAX
7348
7349Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7350
7351 * win32config.h.in: updated
7352 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7353 lacks iconv support :-( need to release 2.1.1
7354 * configure.in: release 2.1.1
7355 * HTMLparser: fixed bug #14784
7356 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7357 by Windows compiler
7358 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7359 the SAX startDocument() callback.
7360 * TODO: updated
7361
7362Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7363
7364 * added xmlStopParser()
7365
7366Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7367
7368 * configure.in: 2.1.0 prerelease
7369 * Large resync between W3C and Gnome tree
7370 * nanoftp, nanohttp.c: fixed stalled connections probs
7371 * HTMLtree.c SAX.c : support for attribute without values in
7372 HTML for andersca
7373 * valid.c: Fixed most validation + namespace problems
7374 * HTMLparser.c: start document callback for andersca
7375 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7376 * parser.h, SAX.c: serious speed improvement for large
7377 CDATA blocks
7378 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7379 different encoding
7380 * example/Makefile.am example/gjobread.c tree.h: work on
7381 libxml1 libxml2 convergence.
7382 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7383 and the LIBXML_TEST_VERSION macro
7384
7385Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7386
7387 * doc/xml.html: various patches and improvements typo fixed by
7388 Felix Natter
7389 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7390 from Felix Natter <fnatter@gmx.net>
7391
7392Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7393
7394 * doc/upgrade.html: updated with instructions for support of both
7395 libxml-1.x and libxml-2.x
7396 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7397 for 2.x support and also fixed includes
7398
7399
7400Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7401
7402 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7403 the encoding support, added iconv support, so now libxml if
7404 compiled with iconv automatically support japanese encodings
7405 among others. Work based on initial patch from Yuan-Chen Cheng
7406 I may have broken binary compat in the encoding handler
7407 registration scheme, but that was so utterly broken I don't
7408 expect anybody to have used this feature until now.
7409 * parserInternals.h: fixup on the CHAR range macro
7410 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7411 code.
7412 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7413 * uri.c: added xmlParseURI() I can't believe I forgot to
7414 implement this one in 2.0 !!!
7415 * SAX.c: moved doc->encoding update in the endDocument() call.
7416 * TODO: updated.
7417
7418Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7419
7420 * tree.h: removed extraneous xmlRemoveProp definition
7421 * TODO: added item about --disable-corba configure switch
7422 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7423 * nanoftp.c: fixed include problems giving troubles on AIX and
7424 slowlaris
7425 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7426 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7427 comment and headers changes to lower gtk-doc number of warnings
7428 * doc/html/*: rebuilt docs
7429
7430Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7431
7432 * HACKING: documented the tag for 1.x and instructions
7433
7434Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7435
7436 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7437 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7438 xmlCreateIOParserCtxt
7439 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7440 significant overall improvement
7441 * xmllint.c: added I/O test to xmllint
7442 * testSAX.c: added a speed test
7443 * doc/* : updated/regenerated
7444
7445Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * xpath.c uri.h parserInternals.h: cosmetic changes from
7448 "Timur I. Bakeyev" <timur@bat.ru>, including making
7449 xmlCreateURI() public
7450
7451Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7452
7453 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7454 and the code at the same time. Added a clean mechanism for
7455 overload or added input methods: xmlRegisterInputCallbacks()
7456 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7457 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7458 * TODO: updated
7459 * doc/* : updated/regenerated
7460 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7461 source dir
7462
7463Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7464
7465 * testURI.c: yet another forgotten commit, I should get some sleep !
7466
7467Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7468
7469 * xmllint.c: forgot to commit this too ?
7470
7471Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7472
7473 * xmlversion.h.in : forgot to commit this previously
7474
7475Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7476
7477 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7478 * README TODO: updated for release
7479 * uri.c uri.h: added authority parsing/saving
7480 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7481 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7482 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7483 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7484 Makefile.am : added compile-time customization of libxml
7485 --with-ftp --with-http --with-html --with-xpath --with-debug
7486 --with-mem-debug
7487 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7488 #include <libxml/xxx.h> I hope it won't break too much stuff
7489 and will be manageable in the future...
7490 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7491 and added xmllint to the installed programs
7492 * uri.h: added xmlFreeURI()
7493
7494Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * uri.c uri.h: finished the escaping handling, the base support
7497 and the URI path normalization. Looks good just lacks the
7498 authority content parsing code.
7499 * Makefile.am: added instructions to generate testURI
7500 * TODO: updated
7501 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7502 added links and icons for W3C and Gnome
7503
7504Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7505
7506 * xmlmemory.[ch] : seems I forgot to actually update the files in
7507 the last commit :-)
7508 * doc/xml.html doc/html/* : updated and uploaded the docs
7509
7510Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7513 * TODO: updated
7514 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7515 libxml default allocation function with another set (like gmalloc/
7516 gfree).
7517 * Makefile.am, uri.c, uri.h: added a set of functions to do
7518 exact (litteraly copied from the RFC 2396 productions) parsing
7519 and handling of URI. Will be needed for XLink, one XML WFC,
7520 XML Base and reused in the nano[ftp/http] modules. Still work
7521 to be done.
7522
7523Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7524
7525 * configure.in, libxml.spec.in : libxml2
7526 * doc/* : updated the doc page, rebuilt the docs
7527
7528Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7529
7530 * all: tagged LIB_XML_1_X
7531 * *.c *.h : updated from W3C CVS tree
7532 * configure.in : 2.0.0-beta
7533 * libxml.spec.in : libxml2 package nam
7534 * result/* : new version of the tests output
7535
7536Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7539
7540Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7541
7542 * doc/* : rebuilt the docs
7543 * parser.c: final patch on #6766
7544 * valid.c: small patch on validity checks.
7545
7546Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7547
7548 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7549 added
7550 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7551 compatibility w.r.t. XML spec and existing code.
7552
7553Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7554
7555 * parser.c: seems a better solution to <a> </a> exists,
7556 will try it for a while
7557
7558Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * parser.c: tried to remove the <a> </a> generating <a/>
7561 this is hard. Left a flag for that purpose. Fixed bug #6766
7562 * configure.in: prepared 1.8.7 not released, due to previous
7563 problem
7564
7565Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7566
7567 * doc/xml.html : applied second patch from Paul DuBois
7568
7569Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * doc/xml.html : applied patch from Paul DuBois
7572
7573Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7574
7575 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7576
7577Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7578
7579 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7580 compilation warnings on various platforms.
7581 * parser.c: Fixed #5281 validity error callbacks are now desactived
7582 by default if not validating.
7583
7584Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7585
7586 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7587
7588Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7589
7590 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7591 <gkatsi@cs.toronto.edu>
7592
7593Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7594
7595 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7596 processing URLs
7597
7598Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7599
7600 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7601 xmlNanoFTPUpdateURL for persistent control connections.
7602 * configure.in: 1.8.6
7603
7604Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7605
7606 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7607 * tree.[ch] : added xmlSaveNoEmptyTags
7608
76092000-01-29 James Henstridge <james@daa.com.au>
7610
7611 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7612
7613 * Makefile.am: added nanoftp.[ch] to the build.
7614
7615Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7616
7617 * nanoftp.[ch]: cleanup, comments, API
7618 * debugXML.c : fixed a bug in the cat command
7619 * doc/*: regenerated the docs
7620
7621Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7622
7623 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7624 * debugXML.c : fixed a bug in the cat command
7625 * valid.c: fixing some small probs
7626 * libxml.spec.in: get rid of the SNAP suffix
7627 * doc/xml.html: updated the status
7628
7629Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7630
7631 * xml-config.in: xml-config --version to just return the
7632 version number
7633 * xpath.c: some cleanup w.r.t. axis when the current node is
7634 an attribute.
7635 * TODO: updated
7636
7637Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7638
7639 * configure.in: prepared for libxml-1.8.5
7640 * doc/* recompiled the documentation
7641
76422000-01-17 Jody Goldberg <jgoldberg@home.com>
7643
7644 * configure.in : WARNING autoconf subtlety alert :
7645 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7646 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7647 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7648 get defined by AC_CHECK_HEADERS.
7649
7650Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7651
7652 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7653 Rune.Djurhuus@fast.no
7654
7655Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7656
7657 * TODO: updated
7658 * tree.c, parser.c: made sure that only memory alloc problems
7659 and internal parser errors are allowed to write to stdout or
7660 stderr.
7661
7662Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7663
7664 * tree.c : restored xmlNewGlobalNs since this seems used by
7665 a lot of existing code :-(, fixed a bug in xmlNewNs
7666 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7667 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7668 to exit() from the library code.
7669 * xpath.c, parser.c: removed bugs or unused code detected by
7670 Windows compilers
7671 * parser.c: started adding interfaces for parsing well balanced
7672 XML fragments
7673 * configure.in: releasing 1.8.4
7674 * doc/* : rebuilt the docs
7675
7676Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * tree.[ch] : added xmlNewDocFragment() for DOM
7679 * testHTML.c: uninitialized variable.
7680
7681Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7682
7683 * doc/* : rebuild the docs
7684
7685Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7686
7687 * acconfig.h: readline and history patch
7688 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7689 * tree.c: added check and handling when possibly removing an ID
7690 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7691 and saving.
7692 * test/HTML/entities.html result/HTML/entities.html* : test for
7693 various entities reference cases
7694 * result/HTML/* : as a result output of some testcase have
7695 changed
7696 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7697 by previous example. added xmlParseTryOrFinish().
7698 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7699 entities.h debugXML.h HTMLparser.h: changed the way struct are
7700 declared to allow gtk-doc to expose those
7701 * parser.c: closed bug #4960
7702 * Makefile.am configure.in: Applied patch from
7703 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7704 and math/socket libs detection
7705
7706Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * configure.in, Makefile.am: link tester against readline
7709 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7710
7711Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7712
7713 * tree.[ch]: added xmlRemoveProp
7714 * win32config.h.in nanohttp.c: avoid including the Windows
7715 socket stuff in every C files
7716 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7717 the XmL parser(s)
7718 * test/ns4 result/ns4 etc...: added test case for previous prob
7719 * tree.c: xmlNewNs wasn't checking for double definition
7720 * Makefile.in: fixed a problem with dist-hook duplicates
7721 * parser.[hc], xmlIO.c: fixed the loading of external entities
7722 APIs, now xmlLoadExternalEntity() is used everywhere and
7723 setting up an app specific front-end using the
7724 * SAX.c parser.c: some fixes, now the xhtml spec validates
7725 with the xhtml DTD.
7726 * error.c: fixed crashes in case of no input stream
7727 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7728 to the validation tests and results
7729
7730Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7731
7732 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7733 too htmlCreatePushParserCtxt() and htmlParseChunk()
7734 * parser.c: a bit of cleanup.
7735 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7736 to XML) removed the last mem leak known
7737 * HTMLtree.c: output message cleanup
7738 * xmlmemory.c: display content info about memory blocks
7739 * result/HTML/wired.* : missing att value warning change
7740
7741Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7742
7743 * doc/* : rebuilt the documentation
7744
7745Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7746
7747 * parser.[ch] parserInternals.h: Push parser for XML,
7748 seems to work fine now
7749 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7750 --push for push testing
7751 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7752 * testSAX.c: added --push
7753 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7754 subtree
7755 * xmlIO.[ch] : enriched API + fixes for push mode
7756 * entities.[ch]: added the entity content length to the struct.
7757 * xmlmemory.[ch]: new API to show the last entries for the shell
7758 * valid.c: added required attribute testing
7759 * SAX.c: the cdata callback now merge contiguous fragments
7760 * HTMLparser.c: cleanup of some macros
7761
7762Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * parser.c: fix for PIs name starting with xml
7765 * tree.c: fixed a potential problem with || and && ops
7766 * *.c, configure.in win32config.h.in : generate win32config.h for
7767 those on the Other Side !
7768
7769Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7770
7771 * parser.c: fixed a stupid = vs. == bug :-(
7772 * doc/gnome-xml.sgml: s/glade/xml/
7773
7774Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7775
7776 * configure.in, doc/xml.html : bug fix release 1.8.2
7777 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7778 Hopefully the end of that silly C++ include problem
7779 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7780 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7781 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7782 troubles with autoclosed elements when the stree shape doesn't
7783 follow the DtD specs. Added htmlIsAutoClosed() and
7784 htmlAutoCloseTag()
7785 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7786 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7787 * debugXML.c: fixed a bug on printing default namespaces.
7788 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7789
7790Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7791
7792 * result/HTML/*.htm[l] : updated the HTML regression tests according
7793 to the new output
7794 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7795 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7796 problem due to intermix of extern "C" { ... } declarations for C++
7797 and recursive includes in the headers
7798
77991999-12-20 Chris Lahey <clahey@umich.edu>
7800
7801 * HTMLtree.c: Made it so that html nodes with a single child do
7802 not insert a carriage return before or after the child node.
7803
7804Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7805
7806 * configure.in, doc/xml.html : bug fix release 1.8.1
7807 * parser.c: fixed bug #4344
7808 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7809 added the glue to avoid C++ problems
7810 * doc/* : regenerated the documentation
7811
7812Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7813
7814 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7815 namespace recognition, and Dia as a resul :-(
7816 * encoding.c: closed bug #3950
7817
7818Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7819
7820 * valid.c: debugging a posteriori validation, except URI expansion
7821 stuff this should be fixed now
7822 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7823 Carl Nygard <cnygard@bellatlantic.net>
7824 * tester.c: added --postvalid, cleaning of the code
7825 * tree.[ch]: added xmlDocGetRootElement()
7826
7827Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7828
7829 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7830 c++ losage.
7831
7832Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7833
7834 * configure.in, doc/xml.html : bumped to 1.8.0
7835 * xlink.[ch], Makefile.am : added framework for link detection
7836 * parser.h: added nbChars to parser context, needed for cleanup.
7837 * xmlmemory.c: removed a nasty bug when out of mem
7838 * valid.[ch]: adding namespace support for attribute decl
7839 * tester.c: added --debugent option
7840 * debugXML.[ch]: added xmlDebugDumpEntities()
7841 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7842 buffers instead, this was really needed, validation was breaking
7843 in strange ways due to that. Added xmlParseStringPEReference()
7844 and other parsing from strings functions. Entities processing
7845 modified again, but PERef are still not handled correcly but
7846 unless you're Eve Maller you won't notice :-)
7847 * HTMLparser.c: large changes toward reliability, and switched to
7848 lowercase internal tags, XHTML is lowercase, so it will help
7849 that output is closer to next version.
7850 * doc/* : regenerated the documentation, it is now hosted at
7851 http://xmlsoft.org/ (same bits I just bought the domain :-)
7852
7853
7854Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7855
7856 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7857 doc generation
7858 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7859 in the SAX API
7860 * doc/*: rebuilt the doc making sure everything appears in the
7861 HTML files
7862
7863Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7864
7865 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7866 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7867 which allow impressive speed improvement on dataset with
7868 large text pieces, but at the cost of broken binary
7869 compatibility and slightly bigger memory usage.
7870 Configure with --with-buffers to activate them, they
7871 are protected with XML_USE_BUFFER_CONTENT define.
7872 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7873 goal is 0 memory left allocated once parser is no more used
7874 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7875 call xmlCleanupParser() and xmlMemoryDump()
7876
7877Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7878
7879 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7880 * parser.[ch] encoding.[ch]: added memory cleanup routines
7881 * parser.c: closing bug #3788
7882 * doc/*: rebuilt the doc
7883
7884Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7885
7886 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7887 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7888 * tester.c: added --compress option
7889 * doc/*: rebuilt the documentation
7890
7891Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7892
7893 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7894 if given /proc/kcore as input !
7895 * doc/xml.html doc/*: updated and rebuilt the documentation
7896
7897Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7898
7899 * parser.c: Fixed some wrongly space collapsing code due to
7900 a misreading of the spec.
7901 * result/*: fixed the output accordingly
7902
7903Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7904
7905 * encoding.c: bug fix and typos
7906 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7907 * parser.c: added attribute normalization closing bug #3597
7908 * test/att* result/att* SAXresult/att*: testcase for attribute
7909 normalization
7910
7911Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7912
7913 * configure.in: closing bug #3163 by adding extra flags for the
7914 cc compiler on HP-UX
7915
7916Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * valid.[ch] : removed a typo and an enumerated type bug in the
7919 xmlAddElementDecl() function
7920 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7921 call to xmlEncodeEntitiesReentrant() so that the functions
7922 New, Set and Get are at the same level.
7923 * parser.c HTMLparser.c: extra memory allocation bug for
7924 attributes detected by someone using libxml in embedded systems :-)
7925
7926Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7927
7928 * xmlmemory.h: turned off mem debug :-\
7929
7930Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7931
7932 * parser.c: closed bug #2784 a one line fix, but worth pushing
7933 a new release out
7934 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7935 some structures, comments before and after the
7936 main element, and other nastyness
7937 * HTMLtree.c tree.c: accomodate the extended HTML supported
7938 * configure.in: pushing 1.7.4
7939 * test/ent8 and related outputs : added a new test for bug #2784
7940 * test/HTML/wired.html and related output: a nasty HTML example
7941 * Makefile.am: improved the test scripts
7942 * docs/* : reran the documentation extractor, updated xml.html
7943
7944Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7945
7946 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7947 HTMLparser and debugged the HTML related code. HTML documents
7948 now have their own type
7949 * entities.c: do not dump &apos; for HTML output
7950 * xmlmemory.c: improvement, breakpoint mechanism
7951 * testHTML.c: added --sax --repeat ...
7952 * Makefile.am: improved the HTML tests
7953 * valid.[ch]: added xmlValidGetValidElements and
7954 xmlValidGetPotentialChildren
7955 * tester.c: added --insert to test the 2 new functions
7956 * test//* result//* SAXresult//* : regression test cleanup
7957 and extension.
7958 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7959 gnome-xml-nanohttp.html
7960
7961Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7962
7963 * HTMLparser.c: fixed problems with some autoclose tags
7964 * tree.c: fixed XML output problems.
7965 * result/* SAXresult/*: update of the tests output
7966
7967Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * Makefile.am: Arturo patch for xmlConf.sh version info
7970 * parser.c: Tim Josling patch for single quoted items
7971 * tester.c: Tim Josling patch for tester options usage
7972 * tree.h: indent cleanup
7973
7974Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7975
7976 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7977 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7978
7979Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * tree.c : Raph patch for initialization of CORBA fields
7982 * parser.c, xpath.c, ...: modification of doc comments
7983 * xpath.c : allow spaces in xpath expressions
7984
7985Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7986
7987 * xmlmemory.h: turning off memory debug :-(
7988
7989Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7990
7991 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7992 better SAX interfaces.
7993 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7994 entity.
7995 * configure.in: 1.7.2
7996
7997Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7998
7999 * libxml.spec.in: fixed the URL
8000 * doc/xml.html: improved the documentation front-end
8001
8002Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8003
8004 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8005
8006Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * libxml.spec.in: fixed the alpha compile problem
8009 * parser.[ch]: changed errno to errNo in the parser context :-(
8010 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8011 * doc/xml.html: changed CHAR to xmlChar
8012 * doc/html/*: recompiled the documentation
8013 * configure.in: 1.7.1
8014
8015Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8016
8017 * parser.h: modified the parser context struct to regain 1.4.0
8018 binary compatibility
8019 * parser.c, xml-error.h: added errno ot teh context and defined
8020 a set of errors values with update of errno
8021 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8022 DTDs and entities
8023 * *.h, *.c: complete cleanup of the use of config.h and include
8024 protection depending on the current setup.
8025 * overalll debugging, maintenance and bug-fixing on all modules
8026 * updated the documentation
8027 * ready for 1.7.0
8028
8029Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * HTMLparser.c : cleanup
8032 * SAX.c valid.c valid.h: added ID/IDREF checking
8033 * tree.c tree.h: extended doc structure for refs
8034 * configure.in: 1.6.2
8035 * parser.c: patched bug in SAX user arg call
8036 * parserInternals.h: patched missing close in C++ wrapping
8037 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8038 especially upcoming XPointer implementation.
8039 * doc/xml.html: augmented, typo
8040
8041Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8042
8043 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8044 not all invocations of install understand -d.
8045
8046Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8047
8048 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8049 to make 'check' works, when builddir != srcdir.
8050
8051Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * doc/xml.html : updated the documentation
8054
8055Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8056
8057 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8058 not deallocated memory blocks
8059 * *.c : replaces all calls to malloc() free() and realloc() to
8060 the wrapper functions/macros
8061 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8062 instead of xmlFreeNodeList()
8063
8064Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * HTMLparser.c: corrected a stupid bug leading to core dump at
8067 tree deallocation. Removed warnings indicated by
8068 Stephane.Conversy@lri.fr
8069 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8070 looked for in the external subset
8071
8072Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8073
8074 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8075 on SGI by Stephane.Conversy@lri.fr
8076
8077Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * all .h : changed the prototype declaration indent as in gtk
8080 * most .c : working on reducing the TODOs in the code
8081 * most .c : cleanup though -pedantic and Insure++
8082 * improvements on validation ID checkings.
8083 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8084 * xml-config.in: closed #1810
8085
8086Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8087
8088 * tree.h, valid.c, valid.h: more work on validity, IDs
8089 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8090 definition for AIX
8091
8092Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8093
8094 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8095 the distribution due to a cut'n paste error at last commit
8096
8097Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8098
8099 * configure.in: upgraded to version 1.4.0
8100 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8101 Big update, added a large part of the validation process,
8102 it should be usable, but some parts are missing
8103 * xpath.c: improved the implementation w.r.t. root.
8104 * Makefile.am: added more tests
8105 * test and result trees: added a lot of tests
8106 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8107
8108Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8109
8110 * Added an HACKING file
8111
8112Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8113
8114 * xpath.[ch] : improvements and debug of the XPath implementation
8115 * parser.c, HTMLparser.c : modified the parsers to be progressive
8116 * tree.[ch] : extended the Buffer promitives
8117 * xmlIO.[ch] : added basic I/O routines providing progressive
8118 parsing and ready for I18N conversion plugins
8119 * SAXresult/* : the SAX callback sequence maybe slightly different
8120 now
8121 * test*.c : improved/updated the tests programs
8122 * doc/* : recompiled the docs.
8123
81241999-07-26 Michael Meeks <michael@edenproject.org>
8125
8126 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8127
8128 * tree.c: Ditto.
8129
8130Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8131
8132 * configure.in: upgraded to version 1.4.0
8133 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8134 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8135 XML query language, see http://www.w3.org/TR/xpath for more details.
8136 * parser.c, parser.h: added CHAR* related string functions for XPath
8137 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8138 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8139 rebuild the docs.
8140 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8141 and regression testing capabilities for XPath.
8142
8143Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8144
8145 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8146 closing bug #1646
8147
8148Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * Makefile.am, example/Makefile.am: closed bug #1683
8151
8152Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8153
8154 * example/Makefile.am, configure.in: added the makefile for the
8155 gjobread example
8156
8157Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8158
8159 * doc/Makefile.am:
8160 - fix which allow "make install DESTDIR=</install/prefix>".
8161
8162Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8163
8164 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8165 which fixed a problem on the file reading-code.
8166
8167Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8168
8169 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8170 output.
8171 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8172
8173Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8174
8175 * parser.h : Oops removed the binary compatibility problem
8176 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8177 * parser.c, HTMLparser.c: applied patches for reading from stdin
8178
8179Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8180
8181 * parser.c, entities.c, valid.c: cleanup bug #1591
8182 * configure.in: cleanup bug #1592
8183 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8184 the same tree back-end. Hence gdome will be available for it.
8185 * doc/Makefile.am: close bug #617
8186
8187Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8188
8189 * parser.c: alloctate a per parser context SAX interface block
8190
8191Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8192
8193 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8194 and xmlEncodeEntitiesReentrant with the correct one :-\
8195
8196Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8197
8198 * commit of my internal XML base changes, quite a lot of
8199 changes, cleanups, better entities support, framework for
8200 new I/O and charset detection and handling
8201 * Fixed the configure/Makefile stuff to generate shared libs
8202 with the proper version info, so we jumped on rev from
8203 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8204 xmlEncodeEntities() result need to be freed now, and a string
8205 xmlParserVersion provide the current library version.
8206
8207Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8208
8209 * parser.c: fixed a buffer overrun for when you have a very long
8210 attribute with no entities in it.
8211
8212Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * added example directory
8215 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8216
8217Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8218
8219 * Release of libxml-1.1, nearly everything has been touched for
8220 this.
8221 * Added more regression tests
8222 * Updated the documentation
8223
8224Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8225
8226 * tree.[ch]: unified the XML_NO_CORBA defines.
8227 * parser.c encoding.[ch]: started plugging in char encoding detection
8228
8229Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8230
8231 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8232 Also freed allocated buffer.
8233
8234Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8235 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8236 reentrancy problem at printing. One is left in entities.c, to
8237 remove ASAP
8238 * testSAX.c : added a test example showing the use of the SAX
8239 interface if one doesn't want to build the DOM tree.
8240 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8241
8242Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8245 large revamping of the parser to use SAX callbacks
8246 http://www.megginson.com/SAX/ (or at least a C like interface
8247 a la Expat). It's now possible to set up your own callbacks
8248 and the parser will not build a DOM tree.
8249 * test/* result/*: updated the test suite, I finally removed
8250 the old Namespace draft support (PI based).
8251
8252Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * Makefile.am: added test result to EXTRA_DIST for make tests
8255
8256Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8257
8258 * parser.c, parserInternals.h: moved the chars macro definitions
8259 to parserInternals.h
8260 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8261 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8262
8263Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * xml-config.in : applied patch to make --version work
8266
82671999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8268
8269 * Makefile.am (check-local): Alias for `tests' target. This will
8270 cause `make check' to do the right thing.
8271 (tests): Don't run tests in srcdir. Also, replaced calls to
8272 basename with a `sed' "equivalent".
8273
8274Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8275
8276 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8277 it in the header and not the sources, updated the doc.
8278 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8279 pointing this out.
8280
8281Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8282
8283 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8284 exported the inputStream routines.
8285 * doc/html/* : updated accordingly
8286
8287Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * parser.c, parser.h, parserInternals.h: added a few extra
8290 internal calls to allocate and free parser contexts ...
8291 * doc/html/* : updated accordingly
8292
8293Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8294
8295 * configure.in, Makefile.am, doc/makefile.am : General changes for
8296 1.0.0 release and including the generated HTML documentation.
8297
8298Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8299
8300 * makefile.am : added parserInternals.h, oops.
8301
8302Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8303
8304 * parserInternals.h: added this header giving access to the parser
8305 internal functions.
8306 * doc/Makefile.am : added a rebuild target which rebuilds the full
8307 set of documentations
8308 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8309 the internal subset.
8310 * *.c *.h: modifications needed to generate the documentation using
8311 gtk-doc, cleanup of functions blocks, reorganisation of struct
8312 declarations.
8313
8314Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8317 the tar and spec file to include the beginning of the doc.
8318
83191999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8320
8321 * doc/.cvsignore: Added this file.
8322
8323Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8324
8325 * tree.c: fixed xmlGetProp to return "" when the attribute
8326 exists, even if the node-list is NULL.
8327
8328Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8329
8330 * tree.c: patched an error outputting empty attribute values.
8331 * Makefile.am and doc/makefile.am: have been updated during the
8332 week-end. Sorry for an empty CVS log, I got a shell problem.
8333
8334Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8335
8336 * tree.h: cleaned up using enums instead of defines
8337 * parser.c, valid.[ch]: more work on parsing/output of element
8338 declarations
8339
8340Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8341
8342 * valid.[ch], tree.c, parser.c : more work toward full parsing
8343 of XML DTDs.
8344 * README: added informations about mailing-list and on-line
8345 documentation
8346
83471999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8348
8349 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8350
8351Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8352
8353 * parser.c, tree.[ch] : more work toward conformance testing,
8354 added a last element to accelerate parsing of very flat structures
8355 started working on internal subset Element content declaration.
8356 * valid.[ch] : first cut at adding code toward validation.
8357 * previous changes had also small impact on most files, especially
8358 the conformance testing using James Clark test suite.
8359
8360Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8361
8362 * test/* : updated the examples, most of them were not well
8363 formed (humm), and added rdf2.
8364 * result/* : resulting changes in the output.
8365
8366Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8367
8368 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8369
8370Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * tree.c: patched a bug in the generation of empty attributes
8373
8374Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8375
8376 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8377 for node/trees/documents/... Biggest problem is namespace
8378 support when copying subtrees.
8379
8380Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8381
8382 * parser.c, entities.c: improve entities and char ref encoding,
8383 and cleanups of error messages.
8384
8385Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8386
8387 * parser.c, entities.c: simple bug hunting done during rpm2html and
8388 rpmfind integration.
8389
8390Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8391
8392 * parser.[ch]: Added interfaces allowing to specify a SAX
8393 handler before parsing.
8394
8395Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8396
8397 * parser.c: redirrect all errors reporting through the SAX
8398 error function
8399
8400Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8401
8402 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8403 * libtool, tlmain ...: update of the libtool files
8404
84051998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8406
8407 * entities.c: Use g_snprintf insteda of snprintf.
8408
8409Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8410
8411 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8412 added ent5 test for this purpose.
8413 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8414
8415Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8416
8417 * parser.c: fixed? a strange error due to compression on a GWP
8418 document.
8419
8420Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8421
8422 * tree.[ch]: bug fixing
8423 * entities.[ch]: defined a specific type for predefined entities
8424 * doc/xml.html: more documentation on the library, how to use it,
8425 overview of the interfaces.
8426
8427Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8430
8431Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8432
8433 * tree.c: corrected a small bug
8434 * doc/xml.html: continuing writing documentation.
8435
8436Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8437
8438 * debugXML.h debugXML.c: added debugging utilities.
8439 * tester.c: added --debug switch.
8440 * tree.c: patched an incorrect node->type assignment.
8441 * parser.c: formatting, ensure that node->doc != NULL in attributes
8442
8443Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8444
8445 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8446 entity support and provide an internal representation close to
8447 DOM one (entity ref nodes, and attribute value as tree). I tried
8448 to preserve the interface but this will surely break some apps
8449 (I have to change rpm2html/rpmfind for example). I had to change
8450 two interfaces, and the generated tree is somewhat different.
8451 * doc/* : started documenting the XML library, the tree and
8452 DOM/Corba. This is a first step.
8453
8454Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8455
8456 * parser.c: Set up the fonctions comment block, boring but useful.
8457 * parser.h, SAX.c, parser.c: now attributes are processed through
8458 the SAX interface. The problem is that my SAX interface diverged
8459 quite a bit from the original one, well this is not an official
8460 spec, and translating it from Java to C is hairy anyway...
8461
8462Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8463
8464 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8465 fonctions comment block, boring but useful.
8466
8467Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8468
8469 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8470 conversion routines. However they are not yet used to convert the
8471 inputs. The core will run with UTF-8.
8472
8473Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8474
8475 * tree.c : make sure that the type id is properly set-up when
8476 a new object is allocated, needed for DOM.
8477
8478Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8479
8480 * tree.h, tree.c: Ok, the main objects in the tree will be native
8481 corba objects, it costs 8 bytes per Node, Attribute and Document
8482 but it simplifies the Corba integration a lot (no extra interface
8483 objects to allocate/free).
8484
8485Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8486
8487 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8488 and changed NODEs contants for conformity with DOM Level 1
8489
8490Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8491
8492 * added hooks to keep track of servants when creating objects
8493 xmlDoc and xmlNode (for Corba export).
8494
8495Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * added xml-config script.
8498
8499Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8500
8501 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8502 to autoupdate libtool and automake conf files.
8503
85041998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8505
8506 * Makefile.am: Use '?' to separate the sed
8507 commands as ',' is used when people pass -Wl,something.
8508
8509
8510Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8511
8512 * tree.c, tree.h: added a per-document compression interface.
8513
8514Tue Sep 22 20:47:38 EDT 1998
8515
8516 * tree.c, tree.h: added saving with compression and added interfaces
8517 to control the compression level (xmlGetCompressMode,
8518 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8519
8520Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8521
8522 * parser.c: corrected a loop for files of size 0
8523
85241998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8525
8526 * error.h: New file. Contains prototyes from `error.c'.
8527
8528Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8529
8530 * Makefile.am (xmlincdir): New macro.
8531 (xmlinc_HEADERS): Renamed from include_HEADERS.
8532
8533Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8534
8535 * applied small patch on numeric entities from
8536 Christopher Blizzard <blizzard@appliedtheory.com>
8537
8538Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8539
8540 * New release 0.2, removed the old xml_* files so that it's
8541 coherent with the other CVS base (W3C), far better conformance
8542 to standard, new namespaces, decent entities support, beginning
8543 of a SAX-like interface. Nearly nothing left intact, even the
8544 test examples ...
8545
85461998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8547
8548 * .cvsignore: Add .deps dir
8549
8550Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8551
8552 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8553
8554Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8555
8556 * configure.in: added test for CPP
8557 * AUTHORS, Changelog: the original ones didn't get commited but the
8558 glib ones instead, fixed.
8559 * Makefile.am: corrected an error in library naming
8560
8561Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8562
8563 * integrated code developped at W3C
8564 * changed the original Copyright
8565 * migrated to automake
8566 * prefixed the filenames by xml_ to avoid filename clashes
8567
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008568Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8569
8570 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8571 should not be called.
8572
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008573Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8574
8575 * libxml-2.0.pc.in: applied the patch to fix #101894
8576
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008577Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8578
8579 * tree.c : applied patch from Lukas Schroeder for register callbacks
8580 * valid.c: modified patch from Lukas Schroeder to test
8581 register callbacks with --chkregister
8582
Daniel Veillard067bae52003-01-05 01:27:54 +00008583Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8584
8585 * xmlreader.c: seriously changed the way data are pushed to
8586 the underlying parser, go by block of 512 bytes instead of
8587 tryng to detect tag boundaries at that level. Changed the
8588 way empty element are detected and tagged.
8589 * python/tests/reader.py python/tests/reader2.py
8590 python/tests/reader3.py: small changes mostly due to context
8591 reporting being different and DTD node being reported. Some
8592 errors previously undetected are now caught and fixed.
8593 * doc/xmlreader.html: flagged last section as TODO
8594
Daniel Veillard51a447a2003-01-04 19:42:46 +00008595Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8596
8597 * python/libxml.py: integrated the Python 2.2 optimizations
8598 from Hannu Krosing, while maintaining compatibility with
8599 1.5 and 2.1
8600
Daniel Veillarde59494f2003-01-04 16:35:29 +00008601Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8602
8603 * xmllint.c: a bit of cleanup
8604 * xmlreader.c: small fix
8605 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8606 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8607
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008608Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * python/setup.py.in: patch from Stéphane Bidoul to include
8611 drv_libxml2.py in setup.py
8612
Daniel Veillard66b82892003-01-04 00:44:13 +00008613Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8614
8615 * doc/xmlreader.html: starting documenting the new XmlTextReader
8616 interface.
8617
Daniel Veillard7704fb12003-01-03 16:19:51 +00008618Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8619
8620 * xmllint.c: added the --stream flag to use the TextReader API
8621 * xmlreader.c: small performance tweak
8622
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008623Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8624
8625 * xmlreader.c python/tests/reader2py: okay the DTD validation
8626 code on top of the XMLTextParser API should be solid now.
8627
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008628Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8629
8630 * xmlreader.c python/tests/reader2py: Fixing some more mess
8631 with validation and recursive entities while using the
8632 reader interface, it's getting a bit messy...
8633
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008634Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8635
8636 * xmlreader.c python/tests/reader.py: another couple of problem
8637 related to IsEmptyElement reported by Stéphane Bidoul needed
8638 some fixes.
8639
Daniel Veillard4f860202003-01-02 13:00:02 +00008640Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8641
8642 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8643 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8644 based on the python XmlTextReader interface.
8645
Daniel Veillard3c265e42003-01-01 21:06:49 +00008646Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8647
8648 * tree.c: backing out one change in the last patch which broke the
8649 regression tests
8650
Daniel Veillard5335dc52003-01-01 20:59:38 +00008651Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8652
8653 * global.data globals.c tree.c include/libxml/globals.h: applied
8654 an old patch from Lukas Schroeder to track node creation and
8655 destruction. Probably missing a lot of references at the moment
8656 and not usable reliably.
8657
Daniel Veillard8ba17412003-01-01 19:13:12 +00008658Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8659
8660 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8661 from doc/news.html and a stylesheet
8662
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008663Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8664
8665 * xmlreader.c python/tests/reader.py: fixed another couple of
8666 xmlreader bugs reported by Stéphane Bidoul and added tests.
8667
Daniel Veillard9e395c22003-01-01 14:50:44 +00008668Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8669
8670 * xmlreader.c python/tests/reader2.py: fixed another validity
8671 checking in external parsed entities raised by Stéphane Bidoul
8672 and added a specific regression test.
8673 * python/tests/reader3.py: cleanup
8674
Daniel Veillardd5896142002-12-31 14:45:26 +00008675Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8676
8677 * xmlreader.c python/tests/reader2.py: fixed a problem with
8678 validation within entities pointed by Stéphane Bidoul, augmented
8679 the tests to catch those.
8680
Daniel Veillarddc85f282002-12-31 11:18:37 +00008681Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8682
8683 * python/generator.py: modified the generator to allow keeping
8684 class references when creating new classes, needed to fix a bug
8685 pointed by Stéphane Bidoul where the input buffer of the
8686 xmlTextReader instance gets destroyed if the python wrapper for
8687 the input is not referenced anymore.
8688
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008689Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8690
8691 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8692 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8693
Daniel Veillard571b8892002-12-30 12:37:59 +00008694Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8695
8696 * xmlreader.c python/tests/reader.py: fixed another problem
8697 pointed by Stéphane Bidoul
8698
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008699Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8700
8701 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8702 with "<a/>"
8703
Daniel Veillardecaba492002-12-30 10:55:29 +00008704Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8705
8706 * SAX.c: warn on xmlns:prefix="foo"
8707 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8708 for namespace attributes handling.
8709
Daniel Veillard2d84a892002-12-30 00:01:08 +00008710Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8711
8712 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8713 a really nasty problem raised by a DocBook XSLT transform
8714 provided by Sebastian Bergmann
8715
Daniel Veillard29b3e282002-12-29 11:14:41 +00008716Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8717
8718 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8719 by Stéphane Bidoul and integrated it into the tests
8720
Daniel Veillarde18fc182002-12-28 22:56:33 +00008721Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8722
8723 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8724 extended the XmlTextReader API a bit, addding accessors for
8725 the current doc and node, and an entity substitution mode for
8726 the parser.
8727 * python/libxml.py python/libxml2class.txt: related updates
8728 * python/tests/Makefile.am python/tests/reader.py
8729 python/tests/reader2.py python/tests/reader3.py: updated a bit
8730 the old tests and added a new one to test the entities handling
8731
Daniel Veillardaba976d2002-12-28 21:14:18 +00008732Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8733
8734 * python/generator.py python/libxml2class.txt
8735 python/tests/reader.py python/tests/reader2.py: changed the
8736 generator to provide casing for the XmlTextReader similar to
8737 C# so that examples and documentation are more directly transposable.
8738 Fixed the couple of tests in the suite.
8739
Daniel Veillard83298842002-12-28 15:12:33 +00008740Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8741
8742 * doc/guidelines.html: added a document on guildeline for
8743 publishing and deploying XML
8744
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008745Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8746
8747 * valid.c xmlreader.c: final touch running DTD validation
8748 on the XmlTextReader
8749 * python/tests/Makefile.am python/tests/reader2.py: added a
8750 specific run based on the examples from test/valid/*.xml
8751
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008752Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8753
8754 * python/libxml.py: added a few predefined xmlTextReader parser
8755 configuration values.
8756
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008757Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8758
8759 * python/libxml_wrap.h: trying to fix #102037
8760
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008761Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8762
8763 * SAX.c: fixing bug #95296, when the predefined entities
8764 are redefined in the DTD the default one must be used
8765 instead anyway.
8766
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008767Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8768
8769 * doc/xmllint.xml
8770 * doc/xmllint.1
8771 Add discussion of XML_DEBUG_CATALOG to xmllint man
8772 page - bug #100907
8773
8774
Daniel Veillarddf512f42002-12-23 15:56:21 +00008775Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8776
8777 * xmlreader.c: Fixed the empty node detection to avoid reporting
8778 an inexistant close tag.
8779
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008780Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8781
8782 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8783 for Python 2.1
8784
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008785Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8786
8787 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8788
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008789Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8790
8791 * doc/libxml2-api.xml python/tests/reader.py: one really need
8792 to provide the base URI information when creating a reader parser
8793 from an input stream. Updated the API and the example using it.
8794
Daniel Veillardea7751d2002-12-20 00:16:24 +00008795Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8796
8797 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8798 include/libxml/valid.h include/libxml/xmlreader.h: working on
8799 DTD validation on top of xml reader interfaces. Allows to
8800 validate arbitrary large instances. This required some extensions
8801 to the valid module interface and augmenting the size of xmlID
8802 and xmlRef structs a bit.
8803 * uri.c xmlregexp.c: simple cleanup.
8804
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008805Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8806
8807 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8808 work on the xml reader interfaces.
8809 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8810 Web page for the Windows binaries.
8811
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008812Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8813
8814 * xmlIO.c: applied a patch for VMS following the report by
8815 Nigel Hall
8816
Daniel Veillard3772de32002-12-17 10:31:45 +00008817Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8818
8819 * parser.c: the parseStartTag bug fix wasn't complete.
8820
Daniel Veillard67df8092002-12-16 22:04:11 +00008821Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8822
8823 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8824 parseStartTag, fixing it.
8825 * test/att4 result/att4 result/noent/att4: adding the test
8826 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8827 more methods to XmlTextReader.
8828
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008829Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8830
8831 * win32/libxml2.def.src: added more xml reader exports
8832 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8833 to the build
8834
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008835Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8836
8837 * doc/tutorial/xmltutorial.xml
8838 plus generated html and pdf
8839 Updating tutorial again based on further comments from Niraj
8840 Tolia on the last iteration
8841
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008842Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8843
8844 * doc/tutorial/xmltutorial.xml
8845 * doc/tutorial/includekeyword.c
8846 * doc/tutorial/includegetattribute.c
8847 plus generated html and pdf
8848 Adding fix from Niraj Tolia to tutorial to properly free memory.
8849
8850
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008851Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8852
8853 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8854 more methods of XmlTextReader.
8855 * python/libxml2class.txt python/tests/reader.py: this increased the
8856 methods in the bndings, augmented the test to check those new
8857 functions.
8858
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008859Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8860
8861 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8862 methods of XmlTextReader.
8863 * python/generator.py python/libxml_wrap.h python/types.c
8864 python/libxml2class.txt: added the reader to the Python bindings
8865 * python/tests/Makefile.am python/tests/reader.py: added a specific
8866 test for the Python bindings of the Reader APIs
8867 * parser.c: small cleanup.
8868
Daniel Veillard06503452002-12-13 10:42:08 +00008869Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8870
8871 * xinclude.c: fallback was only copying the first child not the
8872 full child list of the fallback element, closes #89684 as reopened
8873 by Bernd Kuemmerlen
8874
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008875Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8876
8877 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8878
Daniel Veillard000eafb2002-12-12 10:04:22 +00008879Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8880
Daniel Veillardc1eed322002-12-12 11:01:32 +00008881 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008882 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008883 gives enum values, fix functype return type, put back fields in
8884 structs
8885 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008886
Daniel Veillard024b5702002-12-12 00:15:55 +00008887Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8888
8889 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8890 about htmlNodeDumpOutput location.
8891 * xpath.c: removed an undefined function signature
8892 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8893 too many symbols in the API breaking the python bindings.
8894 Updated with the libxslt/libexslt changes.
8895
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008896Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8897
8898 * configure.in: preparing release of 2.4.29
8899 * doc/*: rebuilt the docs and API
8900 * xmlreader.c: a few more fixes for the XmlTextReader API
8901
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008902Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8903
8904 * include/win32config.h: applied mingw patch from Magnus Henoch
8905
Daniel Veillard5aad8322002-12-11 15:59:44 +00008906Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8907
8908 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8909
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008910Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8911
8912 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8913 building Python script, does the C parsing directly, generates
8914 a better API description including structure fieds defs and
8915 enums. Still a couple of bugs, but good enough for the python
8916 wrappers now.
8917 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8918 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8919 include/libxml/schemasInternals.h include/libxml/tree.h: more
8920 cleanup based on the python analysis script reports.
8921 * libxml.spec.in: make sure the API XML description is part of the
8922 devel package.
8923
Daniel Veillard01c13b52002-12-10 15:19:08 +00008924Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8925
8926 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8927 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8928 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8929 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8930 code cleanup, especially the function comments.
8931 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8932
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008933Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8934
8935 * Makefile.am xmlreader.c include/libxml/Makefile.am
8936 include/libxml/xmlreader.h: Adding a new set of APIs based on
8937 the C# TextXmlReader API but converted to C. Allow to parse
8938 in constant memory usage, far simpler to program and explain
8939 than the SAX like APIs, unfinished but working.
8940 * testReader.c: test program
8941
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008942Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8943
8944 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8945
Daniel Veillard64b35282002-12-04 15:10:40 +00008946Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * tree.c: Chip turner indicated that XHTML1 serialization
8949 rule for style actually break on both IE and Mozilla,
8950 try to avoid the rule if escaping ain't necessary
8951
Daniel Veillard8efff672002-12-04 11:44:48 +00008952Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8953
8954 * nanhttp.c: handle HTTP URL escaping, problem reported by
8955 Glen Nakamura and Stefano Zacchiroli
8956
Daniel Veillard1c732d22002-11-30 11:22:59 +00008957Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8958
8959 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8960
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008961Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8962
8963 * uri.c: Johann Richard pointed out some XPointer problems for
8964 URN based URI references in XInclude. Modified the URI parsing
8965 and saving routines to allow correct parsing and saving of
8966 XPointers, especially when attached to "opaque" scheme accordingly
8967 to RFC 2396
8968
Daniel Veillard8db67d22002-11-27 19:39:27 +00008969Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8970
8971 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8972 of refactoring to the HTML saving code.
8973 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8974 in the doc.
8975
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008976Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8977
8978 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8979 to a buffer API to reuse the generic dump to an OutputIO layer,
8980 this reduces code, fixes xmlNodeDump() for XHTML, also made
8981 xmlNodeDump() now return the number of byte written.
8982
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008983Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8984
8985 * python/setup.py.in: another patch from Stéphane Bidoul for
8986 Python bindings on Windows
8987 * doc/parsedecl.py: small cleanup
8988
Daniel Veillard9715c172002-11-25 16:33:40 +00008989Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8990
8991 * libxml.spec.in configure.in: add a line in %changelog for releases
8992
Daniel Veillard9bc53102002-11-25 13:20:04 +00008993Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8994
8995 * parser.c: patch from Marcus Clarke fixing a problem in entities
8996 parsing that was detected in KDe documentations environment.
8997
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008998Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8999
9000 * python/libxml.c (libxml_prev): Return the previous as opposed to
9001 the next node (I guess this is the result of some cut & paste programming:)
9002
Daniel Veillard80d7b902002-11-23 16:23:08 +00009003Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9004
9005 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9006
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009007Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9008
9009 * python/generator.py python/libxml.c python/setup.py.in: trying
9010 to fix the Python bindings build on Windows (Stéphane Bidoul)
9011
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009012Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9013
9014 * win32/configure.js: added option for python bindings
9015 * win32/libxml2.def.src: added more exports
9016
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009017Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9018
9019 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9020 pthreads
9021 * win32/wince/*: applied updates to Windows CE port from Javier
9022
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009023Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9024
9025 * configure.in: preparing 2.4.28
9026 * libxml.spec.in doc/Makefile.am: some cleanup
9027 * doc/*: updated the news and regenerated.
9028
Daniel Veillardfee408f2002-11-22 13:18:30 +00009029Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * HTMLparser.c: final touch at closing #87235 </p> end tags
9032 need to be generated.
9033 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9034 this change slightly the output of a few tests
9035 * doc/*: regenerated
9036
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009037Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9038
9039 * parserInternals.c: fixing bug #99190 when UTF8 document are
9040 parsed using the progressive parser and the end of the chunk
9041 is in the middle of an UTF8 multibyte character.
9042
William M. Brack8b2c7f12002-11-22 05:07:29 +00009043Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9044
9045 * threads.c: fixed initialization problem in xmlNewGlobalState
9046 which was causing crash.
9047 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9048 in xmlInitializeGlobalState.
9049 * parserInternals.c: cleaned up ctxt->sax initialisation.
9050
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009051Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9052
9053 * tree.c include/libxml/tree.h: modified the existing APIs
9054 to handle XHTML1 serialization rules automatically, also add
9055 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9056 libxslt serialization uses it when needed without changing
9057 the library API.
9058 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9059 result/xhtml1: added a new test specifically for xhtml1 output
9060 and updated the result of one XHTML1 test
9061
Daniel Veillardd076a202002-11-20 13:28:31 +00009062Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9063
9064 * xinclude.c parserInternals.c encoding.c: fixed #99082
9065 for xi:include encoding="..." support on text includes.
9066 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9067 test/XInclude/ents/isolatin.txt : added a specific regression test
9068 * python/generator.py python/libxml2class.txt: fixed the generator
9069 the new set of comments generated for doc/libxml2-api.xml were
9070 breaking the python generation.
9071
Daniel Veillard817e70b2002-11-19 22:28:48 +00009072Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9073
9074 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9075 * configure.in: patch for Solaris on new autoconf closes #98880
9076 * doc/parsedecl.py: repair the frigging API building script,
9077 did I say that python xmllib sucks ?
9078 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9079 and some comment are no more truncated.
9080
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009081Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9082
9083 * parser.c: Martin Stoilov pointed out a potential leak in
9084 xmlCreateMemoryParserCtxt
9085
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009086Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9087
9088 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9089 included in HTML documents and using the push parser.
9090
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009091Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9092
9093 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9094 specified, look for the Python interpreter not just in the
9095 specified root but also in the specified location. Fixes #98825
9096
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009097Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9098
9099 * python/libxml.c: fixing bug #98792 , node may have no doc
9100 and dereferencing without checking ain't good ...
9101
Daniel Veillarddad3f682002-11-17 16:47:27 +00009102Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9103
9104 * configure.in: preparing release 2.4.27
9105 * doc/* : updated and rebuilt the docs
9106 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9107 and all the docs are actually packaged and in the final RPMs
9108 * parser.c parserInternals.c include/libxml/parser.h: restore
9109 xmllint --recover feature.
9110
Daniel Veillard68e9e742002-11-16 15:35:11 +00009111Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9112
Daniel Veillard784b9352003-02-16 15:50:27 +00009113 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009114 processing of parsed entities, and XPath computation on sustitued
9115 entities.
9116 * testXPath.c: make sure entities are substitued.
9117
Daniel Veillard328f48c2002-11-15 15:24:34 +00009118Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9119
Daniel Veillard784b9352003-02-16 15:50:27 +00009120 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009121 processing of internal parsed entities, which had to be changed.
9122
Daniel Veillard66651aa2002-11-15 11:21:43 +00009123Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9124
9125 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9126 trying to fix bug #98517 about building outside the source tree
9127 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9128
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009129Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9130
9131 * include/win32config.h: cleanup
9132 * win32/Makefile.mingw: integrated mingw in JScript configure
9133 * win32/Makefile.msvc: modified to allow mingw coexistence
9134 * win32/configure.js: integrated mingw
9135 * win32/Readme.txt: cleanup
9136
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009137Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9138
9139 * HTMLparser.c: strengthen the guard in the Pop macros,
9140 like in the XML parser, closes bug #97315
9141
Daniel Veillard0821b152002-11-12 20:57:47 +00009142Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9143
9144 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9145 callback is never used.
9146
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009147Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9148
9149 * parserInternals.c: fixed the initialization of the SAX structure
9150 which was breaking xsltproc
9151 * xpath.c: patch from Petr Pajas for CDATA nodes
9152 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9153 * parser.c include/libxml/parser.h: patch from Peter Jones
9154 removing a leak in xmlSAXParseMemory() and adding the
9155 function xmlSAXParseMemoryWithData()
9156
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009157Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9158
9159 adding pdf of tutorial, changing web page to link to it
9160 * doc/tutorial/xmltutorial.pdf
9161 * doc/xml.html
9162 * doc/docs.html
9163
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009164Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9165
9166 * doc/tutorial/ar01s08.html
9167 adding file what I forgot for tutorial
9168
9169
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009170Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9171
9172 Adding encoding discussion to tutorial
9173 Added:
9174 * doc/tutorial/images/*.png: DocBook admonition image files
9175 * doc/tutorial/apf.html, apg.html: new generated html
9176 * doc/tutorial/includeconvert.c: conversion code entity file
9177 changed:
9178 * doc/tutorial/xmltutorial.xml: DocBook original
9179 * doc/tutorial/*.html: generated html
9180
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009181Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9182
9183 * include/libxml/*.h: retired xmlwin32version.h
9184 * doc/Makefile.am: retired xmlwin32version.h
9185 * win32/configure.js: retired xmlwin32version.h
9186
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009187Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9188
9189 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009190 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9191 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009192
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009193Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9194
9195 * globals.c: fixed a typo pointed out by Igor
9196 * xpath.c: try to speed up node compare using line numbers
9197 if available.
9198
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009199Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9200
9201 * tree.c: make xmlFreeNode() handle attributes correctly.
9202
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009203Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9204
9205 * catalog.c: completed the #96963 fix, as reported by Karl
9206 Eichwalder
9207
Daniel Veillard56f21f22002-11-06 15:49:46 +00009208Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9209
9210 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9211
Daniel Veillard91ad8792002-11-04 17:06:52 +00009212Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9213
9214 * Makefile.am: switched the order of a couple of includes
9215 to fix bugs #97100
9216
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009217Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9218
9219 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9220 xmlLoadCatalogs that used to separate directories with a ':'.
9221
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009222Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9223
9224 * threads.c: improvements to the Windows-side of thread handling
9225 * testThreads.c: conditionally excluded unistd.h
9226 * testThradsWin32.c: broke overlong lines
9227 * include/win32config.h: adapted thread-related macros to the new
9228 scheme and for pthreads on Windows
9229 * win32/Makefile.msvc: introduced a more flexible thread build,
9230 added testThreads[Win32].c to the build
9231 * win32/configure.js: introduced a more flexible thread config
9232
John Fleck61f6fb62002-10-31 15:23:29 +000092332002-10-31 John Fleck <jfleck@inkstain.net>
9234
9235 * doc/xml.html (and, by implication, FAQ.html)
9236 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9237
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009238Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9239
9240 * configure.in: removed xmlwin32version.h
9241 * include/libxml/Makefile.am: removed xmlwin32version.h
9242
Daniel Veillardce66ce12002-10-28 19:01:59 +00009243Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9244
9245 * tree.c: applied patch from Brian Stafford to fix a bug
9246 in xmlReconciliateNs()
9247
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009248Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9249
9250 * tree.c: applied patch from Christian Glahn to allow
9251 xmlNewChild() on document fragment nodes
9252
Daniel Veillardb39bc392002-10-26 19:29:51 +00009253Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * parser.c: Christian Glahn found a problem with a recent
9256 patch to xmlParseBalancedChunkMemoryRecover()
9257 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9258 problems
9259 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9260 test/schemas/seq*: added the test cases from Charles
9261
Daniel Veillard366a9152002-10-23 20:43:53 +00009262Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9263
9264 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9265 serious cleanup of the spec file and associated changes
9266 in the Makefiles.
9267 * valid.c: try to remove some warnings on x86_64
9268
Daniel Veillardd033d022002-10-23 14:55:02 +00009269Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9270
9271 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9272 fix bug #96586
9273
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009274Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9275
9276 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9277 parsing, applied his patch
9278 * result/HTML/attrents.html result/HTML/attrents.html.err
9279 result/HTML/attrents.html.sax test/HTML/attrents.html:
9280 added the test and result case provided by Mikhail Sogrine
9281
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009282Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9283
9284 * vms/build_libxml.com vms/config.vms vms/readme.vms
9285 include/libxml/parser.h include/libxml/parserInternals.h
9286 include/libxml/tree.h include/libxml/xmlIO.h
9287 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9288 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9289 Applied the VMS update patch from Craig A. Berry
9290 * doc/*.html: update
9291
Daniel Veillardf000f072002-10-22 14:28:17 +00009292Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9293
9294 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9295
Daniel Veillard1e208222002-10-22 14:25:25 +00009296Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9297
9298 * debugXML.c: adding a grep command to --shell in xmllint
9299 for T.V. Raman
9300
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009301Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9302
9303 * xmlcatalog.c: tried to fix some of the problem with --sgml
9304
Daniel Veillard935494a2002-10-22 14:22:46 +00009305Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * parser.c: tried to fix bug #91500 where doc->children may
9308 be overriden by a call to xmlParseBalancedChunkMemory()
9309
9310Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9311
9312 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9313 identifiers in SGML catalogs containing '&'
9314
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009315Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9316
9317 * python/types.c: fixed bugs when passing result value tree
9318 to Python functions.
9319
Daniel Veillard48267432002-10-18 11:21:38 +00009320Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9321
9322 * configure.in: preparing the release of 2.4.26
9323 * doc/*: updated and rebuilt the documentation
9324
Daniel Veillardbb284f42002-10-16 18:02:47 +00009325Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9326
9327 * parser.c: fixed a XML Namespace compliance bug reported by
9328 Alexander Grimalovsky
9329
Daniel Veillard44892f72002-10-16 15:23:26 +00009330Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9331
9332 * HTMLtree.c: fixed serialization of script and style when
9333 they are not lowercase (i.e. added using the API to the tree).
9334
Daniel Veillard2fd85422002-10-16 14:32:41 +00009335Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9336
9337 * valid.c: make xmlValidateDocument emit a warning msg if there
9338 is no DTD, pointed by Christian Glahn
9339
Daniel Veillard32370232002-10-16 14:08:14 +00009340Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9341
9342 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9343 content model when some of the blocks have min or max, and a couple
9344 of bugs found in the process.
9345 * result/schemas/list0* test/schemas/list0*: added some specific
9346 regression tests
9347
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009348Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9349
9350 * README: updated the contact informations
9351
Daniel Veillard63186732002-10-15 08:43:17 +00009352Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9353
9354 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9355 misses it, reported by Peter Bray.
9356
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009357Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9358
9359 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9360 and removed a few warnings
9361
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009362Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9363
9364 * parser.c: Christian Glahn found a small bug in the push parser.
9365 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9366 public
9367
Daniel Veillard6045c902002-10-09 21:13:59 +00009368Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9369
9370 * xmlschemas.c include/libxml/xmlschemas.h: added
9371 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9372 * testSchemas.c: added --memory to test the new interface
9373
Daniel Veillardf0070122002-10-09 14:24:17 +00009374Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9375
9376 * doc/index.py doc/search.php: integrated the XSLT indexing,
9377 a few fixed in the indexer, added a scope selection at the
9378 search level.
9379
Daniel Veillard01992e02002-10-09 10:20:30 +00009380Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9381
9382 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9383 this was due to uninitialized parts of the validation context
9384
Daniel Veillard321be0c2002-10-08 21:26:42 +00009385Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9386
9387 * debugXML.c: applied patch from Mark Vakoc except the API
9388 change, preserved it.
9389 * doc/*: updated the docs to point to the search engine for
9390 information lookup or before bug/help reports.
9391
Daniel Veillard01e87d22002-10-08 16:55:06 +00009392Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9393
9394 * doc/index.py doc/search.php: added mailing-list archives
9395 indexing and lookup
9396
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009397Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9398
9399 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9400
Daniel Veillard9b006132002-10-07 11:13:27 +00009401Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9402
9403 * doc/index.py: improved HTML indexing
9404 * doc/search.php: make the queries also lookup the HTML based indexes
9405
Daniel Veillard141d04b2002-10-06 21:51:18 +00009406Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9407
9408 * doc/index.py: added HTML page indexing
9409
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009410Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9411
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009412 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009413 problem in libxslt.
9414 * catalog.c: fixed list handling in XML_CATALOG_FILES
9415
Daniel Veillardceb09b92002-10-04 11:46:37 +00009416Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9417
9418 * valid.c: typo/bug found by Christian Glahn
9419
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009420Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9421
9422 * xmlIO.c: applied Windows CE patch from Javier.
9423 * win32/wince: new directory, contains support for the PocketPC
9424 with Windows CE from Javier.
9425 * include/win32config.h: reorganised, removed duplicate
9426 definitions and applied WinCE patch from Javier.
9427 * include/wsockcompat.h: new file, now contains WinSock
9428 compatibility macros.
9429 * win32/Makefile.msvc: introduced double-run compilation.
9430
Daniel Veillarde16b5742002-09-26 17:50:03 +00009431Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9432
9433 * configure.in include/libxml/xmlwin32version.h: preparing release
9434 of 2.4.25
9435 * doc/*: updated and regenerated teh docs and web pages.
9436
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009437Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9438
9439 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9440 error were not covering namespace declarations.
9441 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9442 it was missing the attribute declaration for the namespace
9443 * result/VC/NS3: the fix now report breakages in that test
9444
Daniel Veillardabe01742002-09-26 12:40:03 +00009445Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9446
9447 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9448
Daniel Veillard2ace1952002-09-26 12:28:02 +00009449Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9450
9451 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9452 and regenerated the docs and web site
9453
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009454Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9455
9456 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9457 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9458 not before
9459
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009460Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9461
9462 * python/generator.py python/libxml2class.txt: fixed a stupid error
9463 breaking the python API
9464
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009465Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9466
9467 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9468 triostr.c triostr.h: applied a trio update patch from
9469 Bjorn Reese which should work with MinGW
9470
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009471Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9472
9473 * tree.c: improving some documentation comments
9474 * xmlregexp.c: found and fixed a mem leak with python regression tests
9475 * doc/*: rebuilt the doc and the API XML file including the
9476 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9477 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9478 python/types.c: added access to the XML Schemas regexps from
9479 python
9480 * python/tests/Makefile.am python/tests/regexp.py: added a
9481 simple regexp bindings test
9482
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009483Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9484
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009485 * doc/xml.html:
9486 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009487
Daniel Veillard118aed72002-09-24 14:13:13 +00009488Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9489
9490 * xmlregexp.c: fixed the data callback on transition functionality
9491 which was broken when using the compact form
9492 * result/schemas/*: updated the results, less verbose, all tests
9493 pass like before
9494 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9495 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9496 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9497 annoying warnings
9498 * xpath.c: try to provide better error report when possible
9499
Daniel Veillard72336152002-09-21 13:08:14 +00009500Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9501
9502 * Makefile.am: fixed a breakage raised by Jacob
9503
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009504Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9505
9506 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9507 which don't use sockets
9508
Igor Zlatkovic01280582002-09-20 16:40:34 +00009509Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9510
9511 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9512 * win32/configure.js: applied zlib patch from Daniel Gehriger
9513
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009514Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9515
9516 * win32/configure.js: applied the patch from Mark Vakoc for
9517 regexp support
9518 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9519 for regexp support
9520
Daniel Veillardb5c05732002-09-20 13:36:25 +00009521Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9522
9523 * xmlschemastypes.c: as pointed by Igor Float and Double
9524 parsing ain't finished yet
9525
Daniel Veillard40b11342002-09-20 12:01:39 +00009526Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9527
9528 * Makefile.am configure.in: trying to fix #88412 by bypassing
9529 all the python subdir if python ain't detected
9530
Daniel Veillard23e73572002-09-19 19:56:43 +00009531Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9532
9533 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9534 made configuring with regexps/automata/unicode the default
9535 but without schemas ATM
9536 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9537 fixed the regexp based DTD validation performance and memory
9538 problem by switching to a compact form for determinist regexps
9539 and detecting the determinism property in the process. Seems
9540 as fast as the old DTD validation specific engine :-) despite
9541 the regexp built and compaction process.
9542
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009543Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9544
9545 * valid.c: determinism is debugged, new DTD checking code now works
9546 but xmlFAComputesDeterminism takes far too much CPU and the whole
9547 set usues too much memory to be really usable as-is
9548
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009549Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9550
9551 * tree.c: fixed another stupid bug in xmlGetNodePath()
9552 * xmllint.c: --version now report the options compiled in
9553
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009554Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9555
9556 * HTMLparser.c: small cleanup
9557 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9558 when configured with them. A bit of debugging around the determinism
9559 checks is still needed
9560
Daniel Veillard63b01c22002-09-17 19:25:28 +00009561Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9562
9563 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9564
Daniel Veillard92727042002-09-17 17:59:20 +00009565Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * xmlIO.c: small portability glitch fixed.
9568
Daniel Veillard84d70a42002-09-16 10:51:38 +00009569Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9570
9571 * xmlschemastypes.c: incomplete steps for real/double support
9572 * testAutomata.c include/libxml/xmlautomata.h
9573 include/libxml/xmlregexp.h: avoiding a compilation problem
9574 * valid.c include/libxml/valid.h: starting the work toward using
9575 the regexps for actual DTD validation
9576
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009577Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9578
9579 * hash.c: cosmetic cleanup
9580 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9581 integrating a DTD validation layer based on the regexps
9582
Daniel Veillard4402ab42002-09-12 16:02:56 +00009583Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9586 the determinism was tested before eliminating the epsilon
9587 transitions :-(
9588
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009589Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9590
9591 * python/generator.py python/libxml.c python/libxml.py
9592 python/libxml2-python-api.xml python/libxml2class.txt
9593 python/libxml_wrap.h python/types.c: updated the python
9594 bindings, added code for easier File I/O, and the ability to
9595 define a resolver from Python fixing bug #91635
9596 * python/tests/Makefile.am python/tests/inbuf.py
9597 python/tests/outbuf.py python/tests/pushSAXhtml.py
9598 python/tests/resolver.py python/tests/serialize.py: updated
9599 and augmented the set of Python tests.
9600
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009601Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9602
9603 * win32/configure.js: added more readme info for the binary
9604 package.
9605
Daniel Veillard607b35c2002-09-10 12:16:19 +00009606Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9607
9608 * xmlIO.c: fixed a stupid out of bound array error
9609
9610Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9611
9612 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9613 messing around with support for Windows path, cleanups,
9614 trying to identify and fix the various code path to the
9615 filename access. Added xmlNormalizeWindowsPath()
9616
Daniel Veillard76575762002-09-05 14:21:15 +00009617Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9618
9619 * error.c valid.c: working on better error reporting of validity
9620 errors, especially providing an accurate context.
9621 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9622 error reports in those cases.
9623
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009624Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9625
9626 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9627 parser.c parserInternals.c xmlIO.c: get rid of all the
9628 perror() calls made in the library execution paths. This
9629 should fix both #92059 and #92385
9630
Daniel Veillard19aa7022002-09-05 11:14:19 +00009631Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9632
9633 * xmllint.c: memory leak reporting was broken after a change
9634 of the preprocessor symbol used to activate it.
9635
Daniel Veillardec6725e2002-09-05 11:12:45 +00009636Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9637
9638 * tree.c: try to make the copy function work for node of
9639 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9640 DOM layers though, not libxml2 itself.
9641
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009642Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9643
9644 * valid.c: try to provide file and line informations, not all
9645 messages are covered, but it's a (good) start
9646
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009647Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9648
9649 * xinclude.c: reimplemented a large part of the XInclude
9650 processor, trying to minimize resources used, James Henstridge
9651 provided a huge test case which was exhibiting severe memory
9652 consumption problems.
9653
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009654Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9655
9656 * python/Makefile.am: applied patch from Christophe Merlet to
9657 reestablish DESTDIR
9658
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009659Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * libxml.spec.in: fixes libary path for x86_64 AMD
9662
John Fleckbe98b332002-09-04 03:16:23 +00009663Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9664
9665 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009666 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009667 (plus resulting generated html files)
9668 fixing one spot I missed in the tutorial where I hadn't freed
9669 memory properly
9670
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009671Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9672
9673 * doc/tutorial/includeaddattribute.c
9674 * doc/tutorial/includeaddkeyword.c
9675 * doc/tutorial/includegetattribute.c
9676 * doc/tutorial/includekeyword.c
9677 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009678 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009679 update tutorial to properly free memory (thanks to Christopher
9680 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009681 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009682 added image files so the callouts are graphical, making it
9683 easier to read ( use "--param callout.graphics 1" to generate
9684 html with graphical callouts)
9685
Daniel Veillarde1662542002-08-28 11:50:59 +00009686Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9689 nice logos generated by Marc Liyanage
9690 * doc/site.xsl *.html: changed the stylesheet to show the new
9691 logo and regenerated the pages
9692
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009693Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9694
9695 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9696
Daniel Veillard42766c02002-08-22 20:52:17 +00009697Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9698
9699 * xpath.c: possible mem leak patch from Jason Adams
9700
9701Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9702
9703 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9704 in the XQuery namespace
9705 * configure.in: preparing 2.4.24
9706 * doc/*.html: updated the web pages
9707
9708Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9709
9710 * python/generator.py: closing bug #85258 by generating conditional
9711 compile check to avoid linking to routines not configured in.
9712
Havoc Pennington84ec40a2002-08-22 13:59:35 +000097132002-08-22 Havoc Pennington <hp@pobox.com>
9714
9715 * autogen.sh: update error message for missing automake
9716
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009717Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9718
9719 * python/Makefile.am: typo in target name resulted in libxml2.py
9720 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9721
Daniel Veillard22669b22002-08-22 07:17:11 +00009722Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9723
9724 * win32/win32/Makefile.mingw: updated with version from
9725 Elizabeth Barham at http://soggytrousers.net/repository/
9726
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009727Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9728
9729 * win32/Makefile.msvc: added the prefix location to the include
9730 and lib search path.
9731
Havoc Pennington830e8972002-08-18 22:22:13 +000097322002-08-18 Havoc Pennington <hp@pobox.com>
9733
9734 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9735 both automake 1.6 and 1.4 installed get the right automake. Means
9736 compilation from CVS will now require the latest automake 1.4
9737 release, or manually creating symlinks called "automake-1.4" and
9738 "aclocal-1.4"
9739
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009740Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9741
9742 * configure.in python/Makefile.am: more AMD 64 induced changes from
9743 Frederic Crozat
9744
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009745Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9746
9747 * xinclude.c: oops I was missing the xml:base fixup too
9748 * result/XInclude/*.xml: this adds xml:base attributes to most
9749 results of the tests
9750
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009751Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9752
9753 * xinclude.c: quick but apparently working implementation of
9754 xi:fallback, should close bug #89684
9755 * Makefile.am test/XInclude/docs/fallback.xml
9756 result/XInclude/fallback.xml: added a basic test for fallback,
9757 and run with --nowarning to avoid a spurious warning
9758 * configure.in: applied patch from Frederic Crozat for python
9759 bindings on AMD 64bits machines.
9760
Daniel Veillard9e923512002-08-14 08:48:52 +00009761Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9764 the caller don't pass a SAX callback block.
9765
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009766Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9767
9768 * tree.c: applied the same fix for the XML-1.0 namespace to
9769 xmlSearchNsByHref() as was done for xmlSearchNs()
9770
Daniel Veillardad11b302002-08-12 14:53:41 +00009771Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9772
9773 * libxml.3: small cleanup of the man page
9774 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9775 when serializing HREF attributes generated by XSLT.
9776
Daniel Veillardc084e472002-08-12 13:27:28 +00009777Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9778
9779 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9780 version of Marc Liyanage' patch for boolean attributes in HTML
9781 output
9782
Daniel Veillard5f91b372002-08-12 12:13:01 +00009783Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9784
9785 * python/tests/serialize.py: fixed the test results, indenting
9786 behaviour changed slightly
9787
Aleksey Sanin9e951762002-08-08 18:02:41 +00009788Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9789
9790 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9791 new c14n function to Windows def files
9792
Aleksey Saninea4272a2002-08-02 23:50:03 +00009793Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9794
9795 * c14n.c: fixed a memory leak in c14n code
9796
Daniel Veillard58e44c92002-08-02 22:19:49 +00009797Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9798
9799 * parser.c include/libxml/parser.h: adding a new API for Christian
9800 Glahn: xmlParseBalancedChunkMemoryRecover
9801 * valid.c: patch from Rick Jones for some grammar cleanup in
9802 validation messages
9803 * result/VC/* result/valid/*: this slightly change some of the
9804 regression tests outputs
9805
Daniel Veillard0bf29002002-08-01 12:54:11 +00009806Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * tree.c: trying to fix a problem in namespaced attribute handling
9809 raised by Christian Glahn
9810
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009811Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * encoding.c include/libxml/encoding.h: Opening the interface
9814 xmlNewCharEncodingHandler as requested in #89415
9815 * python/generator.py python/setup.py.in: applied cleanup
9816 patches from Marc-Andre Lemburg
9817 * tree.c: fixing bug #89332 on a specific case of loosing
9818 the XML-1.0 namespace on xml:xxx attributes
9819
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009820Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9821
9822 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9823 corner case from new Merlin's test suite and added a callback
9824 that will be used to improve xmlsec performance
9825
9826
Daniel Veillard0b22def2002-07-29 16:23:03 +00009827Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9828
9829 * HTMLtree.c: trying to fix the <style> escaping problem in
9830 HTML serialization bug #89342
9831
Daniel Veillard0b28e882002-07-24 23:47:05 +00009832Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9833
9834 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9835 and rebuilt the web site.
9836
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009837Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009838
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009839 * include/libxml/tree.h: added _private member to xmlNs struct
9840
Daniel Veillard1d995272002-07-22 16:43:32 +00009841Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * HTMLparser.c: fixing bug #84876 based on the xml working
9844 code.
9845
William M. Brack61eaba52002-07-21 11:14:18 +00009846Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9847
9848 * python/Makefile.am: enhanced to fix bug 72012 (errors
9849 when using '-jX' make parameter)
9850
William M. Brackef61d202002-07-19 08:32:00 +00009851Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9852
9853 * xpath.c: small additional enhancement for booleans
9854 compared to nodesets
9855
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009856Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9857
9858 * HTMLtree.c: changed the order of the encoding declaration
9859 attributes in the meta tags due to a bug in IE/Mac
9860
William M. Brack0c022ad2002-07-12 00:56:01 +00009861Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9862
9863 * xpath.c: enhanced handling of booleans (especially '='
9864 and '!=' for nodesets) - fixes bug 85256. Added new
9865 routine xmlXPathNotEqualValues for more proper handling
9866 of '!=' when nodesets are involved.
9867
Daniel Veillard06944e22002-07-11 19:55:18 +00009868Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9869
9870 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9871 doc/xmlcatalog_man.xml to the source distribution
9872
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009873Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9874
9875 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9876 asked for this.
9877
Daniel Veillard539638b2002-07-06 19:55:14 +00009878Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9879
9880 * configure.in: preparing 2.4.23
9881 * doc/*: rebuilt the docs
9882
Daniel Veillard176d99f2002-07-06 19:22:28 +00009883Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9884
9885 * parser.c: fixing bug #84169 by fixing the
9886 comment of xmlCreatePushParserCtxt to describe the
9887 encoding detection parameters better.
9888
Daniel Veillard37f961d2002-07-06 17:53:56 +00009889Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9890
9891 * valid.c: fixing bug #79331 in one path the lookup for
9892 ID attributes on a namespaced node wasn't handled correctly :-\
9893
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009894Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * HTMLparser.c: trying to fix 87235 about discarded white
9897 spaces in the HTML parser.
9898 * result/HTML/*: this changes the output of a number of HTML
9899 regression tests
9900
Daniel Veillardfdc91562002-07-01 21:52:03 +00009901Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * xpath.c: applied patch from Richard Jinks for the namespace
9904 axis + fixed a memory error.
9905 * parser.c parserInternals.c: applied patches from Peter Jacobi
9906 removing ctxt->token for good.
9907 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9908 popped out by the regression tests.
9909 * Makefile.am: patch for threads makefile from Gary Pennington
9910
William M. Brack6000af52002-06-28 11:43:13 +00009911Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9912
Daniel Veillardfdc91562002-07-01 21:52:03 +00009913 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009914 expressions involving preceding-sibling (et al).
9915
Daniel Veillard153120c2002-06-18 07:58:35 +00009916Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9917
9918 * hash.c: applied a patch from Peter Jacobi to solve a problem
9919 when compiling with the Watcom C on Win32
9920 * result/schemas/*.err: the change of hashing algo generated
9921 permutations in the output
9922
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009923Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9924
9925 * hash.c: applied patch from Sander Vesik improving the quality of
9926 the hash function.
9927
Aleksey Sanina5808b92002-06-14 17:07:41 +000099282002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009929
9930 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9931 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9932 xmllint.c xpath.c: replaced sprintf() with snprintf()
9933 to prevent possible buffer overflow (the bug was pointed
9934 out by Anju Premachandran)
9935
Daniel Veillarde059b892002-06-13 15:32:10 +00009936Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9937
9938 * parser.c: removed an uninitialized data error popped by valgrind
9939 on PE references
9940
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009941Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9942
9943 * doc/xml.html
9944 adding tutorial reference to the web page
9945
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009946Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9947
9948 * doc/tutorial/xmltutorial.xml
9949 * doc/tutorial/ar01s07.html
9950 * doc/tutorial/ape.html
9951 * doc/tutorial/includegetattribute.c
9952 adding section to tutorial about retrieving an attribute
9953 value
9954
Daniel Veillardf5582f12002-06-11 10:08:16 +00009955Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9956
9957 * parser.c: applied a couple of patches from Peter Jacobi to start
9958 to get rid of ctxt->token, with a possible significant speed
9959 improvement to be gained once done. Better compliance with PE
9960 references constructs in DTDs too.
9961 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9962 from Peter too
9963
Daniel Veillard38d80e22002-06-11 07:24:56 +00009964Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9965
9966 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9967 xmlParseElement was likely to have been deallocated at the
9968 time of the report, possibly leading to segfault. Just report
9969 the tag name now.
9970
Daniel Veillard9e412302002-06-10 15:59:44 +00009971Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * xpath.c: patch from Richard Jinks for XPath substring() function
9974 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9975
Aleksey Sanina5808b92002-06-14 17:07:41 +000099762002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009977
9978 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9979
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009980Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9981
9982 *doc/FAQ.html
9983 fixing typos in FAQ, thanks to Robert Funnell for the
9984 editing help
9985
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009986Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9987
9988 * NEWS: got complaints from rpmlint that it was empty
9989
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009990Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9991
9992 * added doc/tutorial, including:
9993 apa.html
9994 apb.html
9995 apc.html
9996 apd.html
9997 ar01s02.html
9998 ar01s03.html
9999 ar01s04.html
10000 ar01s05.html
10001 ar01s06.html
10002 includeaddattribute.c
10003 includeaddkeyword.c
10004 includekeyword.c
10005 includestory.xml
10006 index.html
10007 xmltutorial.xml
10008 libxml tutorial, including generated html
10009
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010010Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10011
10012 * result/c14n/exc-without-comments/merlin-c14n-two-*
10013 result/c14n/without-comments/merlin-c14n-two-*
10014 test/c14n/exc-without-comments/merlin-c14n-two-*
10015 test/c14n/without-comments/merlin-c14n-two-*
10016 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10017 c14n/exc-c14n and slightly modified test script to handle
10018 these test cases
10019 * c14n.c: fixed bugs for complicated nodes set (namespace
10020 without node and others from merlin-c14n-two.tar.gz)
10021 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10022 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10023 for xmlsec performance patch
10024 * xpath.c: fixed self::node() for namespaces and attributes
10025
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010026Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10027
10028 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10029 but with the format parameter
10030 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10031
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010032Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10033
10034 * Makefile.am: updated c14n tests suite
10035 * c14n.c: performance improvement for previous c14n patch
10036
Daniel Veillarde72c7562002-05-31 09:47:30 +000010037Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10038
10039 * parser.c: another peroformance patch from Peter Jacobi, that
10040 time on parsing attribute values.
10041
Aleksey Sanin508a1012002-05-31 06:32:32 +000010042Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10043
10044 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10045 into LibXML2 test suite
10046
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010047Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10048
10049 * c14n.c: propagating xpath ancesstors node fix to c14n
10050 plus small performance improvement to reduce number of
10051 mallocs
10052 * xpath.c: fixed ancestors axis processing for namespace nodes
10053
Daniel Veillard46de64e2002-05-29 08:21:33 +000010054Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10055
10056 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10057 Peter Jacobi
10058
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010059Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10060
10061 * configure.in: preparing 2.4.22
10062
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010063Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10064
10065 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10066 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10067 a public entry point.
10068 * doc/*: rebuilt the API and docs
10069
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010070Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10071
10072 * xpath.c: patch from Richard Jinks to fix a problem introduced
10073 in the previous patch and pointed by Norm
10074
Daniel Veillardc6924812002-05-24 11:10:43 +000010075Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10076
10077 * libxml.spec.in: fixing bug #81112
10078
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010079Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10080
10081 * uri.c: fixing bug #82848
10082
Daniel Veillarda2878972002-05-24 07:54:39 +000010083Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10084
10085 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10086 output of one catalog test
10087
Aleksey Sanin114e4752002-05-24 07:20:27 +000010088Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010089
Aleksey Sanin114e4752002-05-24 07:20:27 +000010090 * global.data globals.c tree.c include/libxml/globals.h
10091 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10092 default value for global parameter xmlIndentTreeOutput to 1 and
10093 introduced new global parameter xmlTreeIndentString (the string
10094 used to do one-level indent) with default value " " (as it was
10095 in tree.c)
10096
Daniel Veillard49d5af82002-05-23 11:55:49 +000010097Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10098
10099 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10100 with trio and schemas.
10101
Daniel Veillard7c13af42002-05-22 09:57:32 +000010102Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10103
10104 * xpath.c: patch from Richard Jinks to fix the problem raised in
10105 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10106
Daniel Veillard5a872412002-05-22 06:40:27 +000010107Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10108
10109 * xmlschemas.c: a bit of work on import.
10110 * xmlschemastypes.c: Charles Bozeman provided a compare function
10111 for date/time types so min/max facet restrictions should work,
10112 indeterminate comparisons return an error instead of equal.
10113 * test/schemas/date_0* result/schemas/date_0_0: specific test
10114 from Charles Bozeman too
10115
Daniel Veillard10b6da42002-05-18 07:55:20 +000010116Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10117
10118 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10119 from Christian Cornelssen fixing the man pages and the Catalog
10120 building script.
10121 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10122 next step is <xs:import> I now have a reasonable understanding
10123 of how it works.
10124
Daniel Veillarde5354492002-05-16 08:43:22 +000010125Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10128
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010129Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10130
10131 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10132
Daniel Veillard088bf112002-05-14 11:03:59 +000010133Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10134
10135 * xpath.c: fixing an XPath function evalutation bug pointed out
10136 by Alexey Efimov where the context was lost when evaluating
10137 the function arguments
10138
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010139Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010140
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010141 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10142 function public for XMLSec performance optimizations
10143
Daniel Veillard3cd72402002-05-13 10:33:30 +000010144Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * python/generator.py python/libxml2class.txt : fixed a problem
10147 with the HTML parser pointed by Gary Benson
10148 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10149 example
10150
Aleksey Sanine48a3182002-05-09 18:20:01 +000010151Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10152 * parser.c: fixed bug #81159 (memory growth in SAX)
10153
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010154Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10155 * xpath.c: fixed bug #78858 (the real fix)
10156
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010157Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010158 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010159
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010160Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10161
10162 * tree.c: modified xmlNodeSetBase to allow changing the
10163 base of a document.
10164
Daniel Veillard070803b2002-05-03 07:29:38 +000010165Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10166
10167 * xmlschemastypes.c: patch Charles Bozeman for validation of
10168 all the date, time, and duration types
10169 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10170 * configure.in: fixed an error pointed by an user
10171 * xml2-config.in: fixed an error pointed by an user
10172
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010173Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10174
10175 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10176 win32/libxml2.def.src xmlIO.c: exported default
10177 'file:', 'http:' and 'ftp:' protocols input handlers
10178 and maked protocols comparisson case insensitive
10179
Daniel Veillard34de97f2002-04-30 14:29:22 +000010180Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10181
10182 * configure.in: Neven Has detected a typo
10183
Daniel Veillard28577c32002-04-30 06:48:41 +000010184Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10185
10186 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10187 as one of the persons allowed to commit directly to the
10188 module.
10189
Daniel Veillardfc57b412002-04-29 15:50:14 +000010190Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10193 * valid.c: raised a too low limit
10194 * doc/*: rebuilt the docs
10195
Daniel Veillardeca82812002-04-24 11:42:02 +000010196Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * test/XPath/expr/floats test/XPath/expr/functions
10199 result/XPath/expr/floats result/XPath/expr/functions
10200 xpath.c: another XPath conformance patch from Richard Jinks
10201
Daniel Veillard13e04c62002-04-23 17:51:29 +000010202Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10203
10204 * xmlschemas.c: fixed validation of attribute groups.
10205 * test/schemas result/schemas: added an example from the primer
10206
Daniel Veillard88c58912002-04-23 07:12:20 +000010207Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10208
10209 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10210 * test/schemas result/schemas: updated the test list
10211
Daniel Veillarde19fc232002-04-22 16:01:24 +000010212Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10213
10214 * TODO: updated a bit
10215 * parser.c: made a comment more specific
10216 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10217 Schemas conformance.
10218 * test/schemas result/schemas: updated the test list
10219
Daniel Veillard441bc322002-04-20 17:38:48 +000010220Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10223 implementing xs:all with minOccurs = 0
10224 * tes/schemas/* result/schemas/*: added more tests covering
10225 xs:all
10226
Daniel Veillard8a001f62002-04-20 07:24:11 +000010227Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xmlregexp.c: first implementation of the all particle, this
10230 may need to be revisited for case where not all transitions
10231 must be crossed.
10232
Daniel Veillard7646b182002-04-20 06:41:40 +000010233Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10234
10235 * tree.c: another entity processing update from Markus Henke
10236
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010237Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10238
10239 * trionan.c: fixed crash on OSF/1
10240
Daniel Veillardb4398962002-04-19 07:01:55 +000010241Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * xmlschemas.c: more Schemas work
10244 * test/schemas/* result/schemas/*: added more tests coming
10245 from the spec.
10246
Daniel Veillard54761132002-04-18 21:00:44 +000010247Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10248
10249 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10250 ExcC14N specification
10251
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010252Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10253
10254 * tree.c: patch from Markus Henke, fix for recursive entities.
10255
Daniel Veillard23b1f372002-04-18 15:50:05 +000010256Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10257
10258 * xpath.c: fix a problem with string() on a document node.
10259
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010260Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10261
10262 * Makefile.am xmlschemas.c: more Schemas work
10263 * test/schemas/* result/schemas/*: added more tests coming
10264 from the spec.
10265
Daniel Veillard6231e842002-04-18 11:54:04 +000010266Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10267
10268 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10269 * result/HTML/*: this changes a few things in the results
10270
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010271Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10272
10273 * include/libxml/tree.h: eliminated 'declaration different than
10274 prototype' warning
10275 * include/win32config.h: "resolved" conflicts with errno.h
10276
Daniel Veillardb509f152002-04-17 16:28:10 +000010277Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10280 on the automata interfaces and debug of counted choices
10281 * test/schemas/* result/schemas/*: added a number of tests
10282
Daniel Veillard8651f532002-04-17 09:06:27 +000010283Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10284
10285 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10286 a bit of work on Schemas
10287 * testSchemas.c: try to make it more useful
10288 * test/schemas/* result/schemas/* Makefile.am: changed the
10289 Schemas regression test procedure, started adding a few samples
10290
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010291Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10292
10293 * include/libxml/encoding.h: Patch for the Borland C++ builder
10294 * include/libxml/tree.h: Patch for the Borland C++ builder
10295 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010296 * win32/bcb5: New directory for the Borland C++ builder
10297 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010298
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010299Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10300
10301 * win32/Makefile.msvc: Update for XML Schema support
10302 * win32/configure.js: Update for XML Schema support
10303 * win32/libxml2.def.src: Update for XML Schema support
10304
Daniel Veillard4255d502002-04-16 15:50:10 +000010305Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10308 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10309 xmlunicode.c include/libxml/Makefile.am
10310 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10311 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10312 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10313 include/libxml/xmlversion.h.in : merged the current state of
10314 XML Schemas implementation, it is not configured in by default,
10315 a specific --schemas configure option has been added.
10316 * test/automata test/regexp test/schemas Makefile.am
10317 result/automata result/regexp result/schemas:
10318 merged automata/regexp/schemas regression tests
10319
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010320Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10321
10322 * xpath.c: Gary found a compile time problem, fixes #78823
10323
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010324Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10325
10326 * configure.in: release of 2.4.20
10327 * doc/*: updated and rebuilt the docs
10328
Daniel Veillardf544f192002-04-15 12:56:56 +000010329Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10330
10331 * python/Makefile.am: patch from Cristian Gafton to build on
10332 Red Hat 6.2, should also fix #75779
10333
Daniel Veillard940492d2002-04-15 10:15:25 +000010334Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10335
10336 * valid.c: first part of fixing #78729
10337
Daniel Veillardeb475a32002-04-14 22:00:22 +000010338Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10341 escaping of URI when saving HTML files.
10342 * result/HTML/*: this impacted some tests
10343
Daniel Veillard9b731d72002-04-14 12:56:08 +000010344Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * configure.in: trying to fix #77441
10347
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010348Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10349
10350 * include/libxml/xmlIO.h: Hallski complained it could not be
10351 included by itself.
10352
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010353Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10354
10355 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10356
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010357Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10358
10359 * win32/configure.js: patch from Nilo for the c14n option
10360 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10361
Daniel Veillardda423da2002-04-10 19:25:38 +000010362Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10363
10364 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10365 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10366 LIBXML_THREAD_ENABLED
10367
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010368Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10369
10370 * xpath.c: another patch from Richard Jinks for substring conformance
10371 * test/XPath/expr/floats test/XPath/expr/strings
10372 result/XPath/expr/floats result/XPath/expr/strings: update of the
10373 test suite to check those.
10374
Daniel Veillard01917aa2002-04-10 11:30:41 +000010375Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * xpath.c: patch from Richard Jinks for .x float parsing.
10378
Daniel Veillard46d6c442002-04-09 16:10:39 +000010379Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10380
10381 * parser.c: patch from Markus Henke when an encoding ain't recognized
10382
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010383Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10384
10385 * libxml.m4: got a report that #include <string.h> was needed
10386
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010387Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10388
10389 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10390
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010391Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10392
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010393 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010394
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010395Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10396
10397 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10398 pointed out by Melvyn Sopacua.
10399
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010400Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10401
10402 * libxml.m4: Frédéric Crozat gave a patch related to the change
10403 of Include paths breaking the libxml.m4
10404
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010405Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10406
10407 * xpath.c: Fix bug #76927 forgot to save some context
10408 when evaluating binary expressions
10409
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010410Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * configure.in: fixed configure for MPE/iX from Markus Henke
10413 * xmlmemory.c: fixed initialization problems
10414 * xpath.c: another set of patches from Richard Jinks this
10415 fixes "make XPathtests" on linux
10416
Daniel Veillard21458c82002-03-27 16:12:22 +000010417Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10418
10419 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10420 * test/XPath/expr/compare test/XPath/expr/equality
10421 test/XPath/expr/floats test/XPath/expr/functions
10422 test/XPath/expr/strings result/XPath/expr/compare
10423 result/XPath/expr/equality result/XPath/expr/floats
10424 result/XPath/expr/functions result/XPath/expr/strings: Updated
10425 tests though they show a divergence on Linux
10426
Daniel Veillard28dfed12002-03-27 09:08:17 +000010427Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10428
10429 * xpath.c trionan.c: previous commit also included patches
10430 from Richard Jinks on some IEEE support corner case
10431
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010432Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10433
10434 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10435 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10436 that $(datadir) should be used for docs
10437
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010438Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10441 could leak filedescriptors
10442
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010443Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10444
10445 * configure.in nanohttp.c: applied patch from Allan Clark for
10446 UnixWare/OpenServer
10447
Daniel Veillard19274092002-03-25 16:48:03 +000010448Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10449
10450 * configure.in: preparing 2.4.19
10451 * doc/*: rebuilt the docs
10452
Daniel Veillard56b2db72002-03-25 16:35:28 +000010453Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10454
10455 * nanohttp.c: fixing #76043, got fed up with non-portability
10456 of that piece of code.
10457
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010458Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10459
10460 * valid.c SAX.c: Never commit without running "make tests" :-(
10461 fix a couple of stupidities in the previous commit
10462 * result/*: a few changes in some attribute order result of previous
10463 commit.
10464
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010465Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10466
10467 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10468 the internal subset should not raise duplicate ID errors,
10469 also there was a small bug in conjunction to namespace
10470 declarations defaulted and xml:xxx attributes DTD definitions.
10471
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010472Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10473
10474 * xpath.c: Richard Jinks also raised some rounding problems
10475 this tries to fix them
10476
Daniel Veillard4e2df542002-03-22 12:23:14 +000010477Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10478
10479 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10480 behaviour in xmlXPathCastToString()
10481
Daniel Veillarddb552912002-03-21 13:27:59 +000010482Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10483
10484 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10485 raised by Morus Walter
10486
Daniel Veillard9e537932002-03-21 13:08:08 +000010487Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10490 from Igor
10491
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010492Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10493
10494 * xpath.c: fixing #75619, related to a problem when trying
10495 to evaluate condition when the current node set resulting
10496 from that sub-step evaluation is empty. Also fixes 2 potential
10497 problem with previous-sibling and next-siblings axis.
10498
Daniel Veillard1840ef02002-03-21 08:05:23 +000010499Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10500
10501 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10502 HTML support is not configured in.
10503
Daniel Veillard561b7f82002-03-20 21:55:57 +000010504Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10505
10506 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10507 include/libxml/tree.h: dohh I really didn't intended to commit
10508 this test version :-(
10509
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010510Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10511
10512 * testSAX.c: I wanted to see the real speed at the SAX interface
10513 after a little too many Ximianer started complaining about the
10514 parser speed.
10515 added a --quiet option:
10516 paphio:~/XML -> ls -l db100000.xml
10517 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10518 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10519 3200006 callbacks generated
10520 real 0m1.270s
10521 Which means 16MBytes/s and 3Mcallback/s
10522
Daniel Veillardc62a1472002-03-19 18:35:12 +000010523Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * xpath.c: valgrind spotted another error that time when running
10526 on libxslt regression tests
10527
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010528Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10529
10530 * Makefile.am: adding "make valgrind" running the full regression
10531 tests (except python ones) under Valgrind (using valgrind -q
10532 which was kindly added by the author).
10533 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10534 passes cleanly now except an obcure floating point initialization
10535 raised in log10() in one XPath regression test ???
10536 * tree.c: edited some comments to close #75244
10537
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010538Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10539
10540 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10541 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10542 context of ScrollKeeper, made sure that if the number is
10543 an integer, the serialization follows the description at
10544 http://www.w3.org/TR/xpath#section-String-Functions
10545
Daniel Veillard5997aca2002-03-18 18:36:20 +000010546Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10547
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010548 * configure.in: preparing 2.4.18
10549 * doc/*: updated and rebuilt the web site
10550 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10551 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010552 * parser.c: humm, changed the way the SAX parser work when
10553 xmlSubstituteEntitiesDefault(1) is set, it will then
10554 do the entity registration and loading by itself in case the
10555 user provided SAX getEntity() returns NULL.
10556 * testSAX.c: added --noent to test the behaviour.
10557
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010558Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10559
10560 * parser.c: Wilfried Teiken provided a hackish but working
10561 way to get context reported back on entities when parsing
10562 with SAX and without breaking the DOM build.
10563
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010564Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10565
10566 * c14n.c: applied a new patch from Aleksey Sanin
10567 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10568 to reference Aleksey implementation of XML digital Signatures
10569
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010570Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * xpath.c: small fix to avoid potential problem due to
10573 ordering of freeing data
10574 * python/Makefile.am: people were complaining about
10575 the generated file in python dir not being built
10576
Daniel Veillardd2379012002-03-15 22:24:56 +000010577Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10578
10579 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10580 python/generator.py python/libxml.c python/types.c: Cleanup
10581 of the python Makefiles based on Jacob and James feedback,
10582 fixed the spec file accordingly, fixed the number of warning
10583 that passing my pedantic CFLAGS was generating. Conclusion
10584 is that Python includes are real crap.
10585
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010586Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10587
10588 * configure,in: it was reported quite a few times that
10589 xml2-config --cflags should not output
10590 -I$includeprefix/libxml2/libxml because libxml2 header names
10591 clashes with existing names like list.h from C++ stl.
10592 Includes should be #include<libxml/xxx.h> so ...
10593
Daniel Veillard6f293b12002-03-15 09:42:33 +000010594Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10595
10596 * c14n.c: another patch from Aleksey Sanin
10597
Daniel Veillard5c396542002-03-15 07:57:50 +000010598Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10599
10600 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10601 canonicalization algorithm
10602 * doc/xml.html doc/index.html: added the C14N references on the
10603 index page.
10604
jacob berkman9be65862002-03-14 02:15:56 +0000106052002-03-13 jacob berkman <jacob@ximian.com>
10606
10607 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10608 usage, redundant, and gcc specific
10609
Daniel Veillard75be0132002-03-13 10:03:35 +000010610Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * xpath.c: speedup some node selection operations, this can
10613 have a significant impact on DocBook Norm's stylesheets
10614 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10615 make sure it's always the case
10616 * debugXML.c: distinguish CDATA and comments in ls operations
10617
Daniel Veillard61f26172002-03-12 18:46:39 +000010618Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10619
10620 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10621 to generate better API descriptions etc...
10622
Daniel Veillard9ff88172002-03-11 09:15:32 +000010623Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10624
10625 * c14n.c: Fixing #74186, made sure all boolean expressions
10626 get fully parenthesized, ran indent on the output
10627 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10628 include/libxml/tree.h: also #74186 related, removed the
10629 --with-buffers option, and all the preprocessor conditional
10630 sections that were resulting from it.
10631
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010632Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10633
10634 * valid.c: applied patch from Dodji Seketeli fixing an
10635 uninitailized variable in xmlValidGetValidElements()
10636
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010637Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10638
10639 * c14n.c: fixed a few comments
10640 * doc/*.html doc/*/*.html: regenerated the docs and added
10641 the C14N API
10642 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10643
Daniel Veillardfa49d872002-03-09 10:20:00 +000010644Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10645
10646 * check-xml-test-suite.py: fix to adapt varaiations in the
10647 bindings
10648 * configure.in python/setup.py python/setup.py.in: fixed to
10649 have the version of the python scripts automatically updated
10650
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010651Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10652
10653 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10654 in xmlCopyProp()
10655
Daniel Veillardaf43f632002-03-08 15:05:20 +000010656Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10657
10658 * configure.in: preparing 2.4.17 release
10659 * doc/*: updated and rebuilt the docs
10660 * xpath.c: fixed a comment
10661 * python/libxml.c: fixed a possible reentrancy problem
10662
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010663Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10666 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10667 added a specific regression test
10668 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10669 not raise exceptions when failing to find the attribute.
10670
Daniel Veillard90bc3712002-03-07 15:12:58 +000010671Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10672
10673 * configure.in xmllint.c: owen pointed out a problem with the
10674 ftme fix, gettimeofday() was not detected by configure and
10675 the ftime header wasn't included, dohhh
10676
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010677Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * configure.in xmllint.c: trying to fix #71457 for timing
10680 precision when gettimeofday() is not availble but ftime() is
10681
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010682Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10685 are now copied on install and part of the -devel RPM
10686
Daniel Veillard7b416132002-03-07 08:36:03 +000010687Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * xpath.c: trying to avoid bug #72150 which was apparently
10690 caused by a gcc bug (or a processor problem) as detailed
10691 at http://veillard.com/gcc.bug
10692
Daniel Veillardf742d342002-03-07 00:05:35 +000010693Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10696 fixed xmlReconciliateNs(), added a Python test/example for
10697 inter-document cut'n paste
10698 * python/libxml.py: fixed node.doc on document nodes and added
10699 xpathEval() onto node objects
10700
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010701Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10702
10703 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10704 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10705 fixup and integrated tests for the serialization stuff
10706
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010707Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10708
10709 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10710 moved the libxml man page to section 3
10711
Daniel Veillard1e774382002-03-06 17:35:40 +000010712Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10713
10714 * tree.c: fix bug #72490
10715 * python/libxml.c python/libxml.py: added methods serialize()
10716 and saveTo() to all node elements.
10717
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010718Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10719
10720 * xmlIO.c: closed #73430, don't read from an input source
10721 which indicated an end-of-file or an error.
10722
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010723Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * parser.c: make sure SAX endDocument is always called as
10726 this could result in a Python memory leak otherwise (it's
10727 used to decrement ref-counting)
10728 * python/generator.py python/libxml.c python/libxml.py
10729 python/libxml2-python-api.xml python/libxml2class.txt
10730 python/tests/error.py python/tests/xpath.py: implemented
10731 the suggestions made by Gary Benson and extended the tests
10732 to match it.
10733
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010734Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * python/generator.py: applied patch fixing #73450
10737
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010738Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * xpath.c: fixing #61290 "namespace nodes have no parent"
10741 long standing divergence from the XPath REC. NodeSets
10742 simply hold a copy of namespace nodes and those node ->next
10743 points to the parent (which may not be the node carrying the
10744 definition).
10745 * include/libxml/xpath.h: flagged but didn't added a possible
10746 speedup
10747 * DOCBparser.c HTMLparser.c: removed some warnings from push
10748 parser due to new state being added.
10749 * tree.c: new fix from Boris Erdmann
10750 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10751 the XML Canonalization support from Aleksey Sanin
10752
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010753Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10754
10755 * tree.c: patch from Boris Erdmann fixing some namespace odities
10756 with xmlCopyNode()
10757
Daniel Veillardc6613042002-03-02 09:34:02 +000010758Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10759
10760 * xmlIO.c: fix bug #72706 when loading a NULL entity
10761
Daniel Veillardc0fef772002-03-01 16:16:31 +000010762Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10763
10764 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10765 actually change in a future XML Namespace revision.
10766
Daniel Veillard79426f22002-03-01 16:14:17 +000010767Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10768
10769 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10770 added the possibility of returning nodesets from XPath extension
10771 functions written in Python
10772
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010773Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10774
10775 * python/*: commiting some Python bindings work done while travelling
10776
Daniel Veillard97300512002-03-01 09:13:41 +000010777Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10778
10779 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10780 explicitely with memory debugging switched on
10781
Daniel Veillard6361da02002-02-23 10:10:33 +000010782Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10783
10784 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10785 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10786 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10787 the accessor generator for strings
10788 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10789 regression test.
10790
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010791Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10792
10793 * python/README python/generator.py python/libxml.c python/setup.py:
10794 added the 'usual' setup.py to allow building a libxml2-python
10795 module based on the same code. The initialization is however
10796 different the 2 .so files fo libxml2 and libxslt are identical and
10797 they entry point initialize both libraries. this is done to avoid
10798 some possible nasty problem since the Python don't merge the maps
10799 of all shared modules.
10800
Daniel Veillard158a4d22002-02-20 22:17:58 +000010801Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10802
10803 * parser.c: fixed a push/encoding bug reported by Michael
10804 on librsvg
10805
Daniel Veillard7839e162002-02-20 18:54:48 +000010806Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10807
10808 * include/libxml/parserInternals.h: fixes a misplaced #endif
10809
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010810Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10811
10812 * parser.c valid.c: found and fixed a couple of allocation bugs
10813
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010814Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * doc/xml.html doc/python.html doc/*: added a Python and binding
10817 page describing the current state of the Python bindings and
10818 giving pointers to the other languages wrappers.
10819
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010820Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10821
10822 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10823 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10824 rebuilt the API and web site
10825 * xpath.c: fixed #71978 portability bugs
10826
Daniel Veillard8aff2472002-02-19 21:50:43 +000010827Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10828
10829 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10830
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010831Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10832
10833 * include/libxml/parserInternals.h parser.c: had to change
10834 2 internal parsing API when processing document content
10835 to check the start and end of element content are defined
10836 in the same entity
10837 * valid.c include/libxml/valid.h: attribute normalization can
10838 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10839 with the context to report it.
10840 * SAX.c: fixed the last known bugs, crazy validation constraints
10841 when a document is standalone seems correctly handled. There
10842 is a couple of open issues left which need consideration especially
10843 PE93 on external unparsed entities and standalone status.
10844 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10845 The 2 tests left failing are actually in error. Cleanup done.
10846
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010847Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10848
10849 * valid.c: implemented E59 spaces in CDATA does not match the
10850 nonterminal S
10851
Daniel Veillard878eab02002-02-19 13:46:09 +000010852Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * SAX.c parser.c valid.c: more validation test fixups
10855 * check-xml-test-suite.py: added duration info for the tests
10856
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010857Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10858
10859 * parser.c valid.c: a couple of errors were reported but not
10860 saved back as such in the parsing context. Down to 1% failure rate
10861 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10862
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010863Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * xmlInternald.c: isExtender was missing a char
10866 * parser.c include/libxml/parser.h: % are acceptable in the
10867 internal subset if within a PUBLIC ID
10868
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010869Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10870
10871 * SAX.c parserInternals.c valid.c: more work on the conformance
10872 suite. Took the step to finally block documents with encoding
10873 errors. It's a fatal error per the spec, people should have fixed
10874 their documents by now.
10875
Daniel Veillard55253e22002-02-18 14:32:39 +000010876Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10877
10878 * check-xml-test-suite.py: fixed the test script after some discussion
10879 on the semantic of TYPE="error"
10880 * Makefile.am: added the script to the distrib
10881
Daniel Veillard28757702002-02-18 11:19:30 +000010882Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * SAX.c entities.c: fixed a couple of conformances issues deep
10885 into the validation code (standalone and undeclared Notations)
10886
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010887Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10890 stayed there for years !
10891
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010892Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10895 missing
10896
Daniel Veillardc7612992002-02-17 22:47:37 +000010897Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10898
10899 * check-xml-test-suite.py: improved the behaviour a bit as
10900 well as the logs
10901 * parser.c valid.c SAX.c: fixed a few more bugs
10902 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10903
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010904Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10905
10906 * check-xml-test-suite.py: python script to run regression tests
10907 against the XML Test suite of W3C/OASis
10908 * SAX.c: fixed a validation bug
10909 * parser.c: fixed 3 errors pointed by the test suite
10910 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10911 * python/Makefile.am: fixed a dependendy
10912
Daniel Veillard9f28f302002-02-15 20:48:08 +000010913Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10914
10915 * xmlmemory.c: avoid a warning bug #71594
10916
Daniel Veillard144024e2002-02-13 21:14:46 +000010917Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10918
10919 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10920 warning on alpha/Tru64
10921
Daniel Veillarde4301c82002-02-13 13:32:35 +000010922Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10923
10924 * include/libxml/entities.h: fixing a comment
10925 * valid.c: fixing some troubles with validity check on namespaces
10926 * result/VC/NS3 test/VC/NS3: added a specific regression test
10927
Daniel Veillarda6d05382002-02-13 13:07:41 +000010928Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10929
10930 * tree.c: Fixing #71342 serializing '\n' in attribute values
10931 * result/noent/att3 result/att3 test/att3: added a specific
10932 test.
10933
Daniel Veillard797a5652002-02-12 13:46:21 +000010934Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10935
10936 * python/libxml.c: couple of bug fixes
10937
Daniel Veillard01a6d412002-02-11 18:42:20 +000010938Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10939
10940 * python/*.py: removed tabs and used spaces.
10941
Daniel Veillard397ff112002-02-11 18:27:20 +000010942Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10945 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10946
Daniel Veillard03517542002-02-11 13:54:40 +000010947Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10950 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10951
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010952Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10953
10954 * include/libxml/encoding.h include/libxml/entities.h
10955 include/libxml/globals.h include/libxml/parser.h
10956 include/libxml/threads.h include/libxml/tree.h
10957 include/libxml/xmlmemory.h: trying to fix the include mess
10958
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010959Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * include/libxml/xmlmemory.h: reverted part of the previous
10962 attempt to provide #69655, this was breaking the build.
10963
Daniel Veillard0ba59232002-02-10 13:20:39 +000010964Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10967 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10968 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10969 include/libxml/parserInternals.h include/libxml/tree.h
10970 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10971 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10972 clean.
10973 * python/libxml.c: fixed a warning.
10974
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010975Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10976
10977 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10978 copying of node, merge back IDs in the target document.
10979 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10980 test/XInclude/ents/ids.xml: test case
10981 * result/VC/ElementValid4: output changed due to a typo fix
10982
Daniel Veillard1c18e302002-02-09 22:16:40 +000010983Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10984
10985 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010986 generate the dependencies right as Jacob found out. Add
10987 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010988
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010989Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10990
10991 * parserInternals.c valid.c: Justin Fletcher found some parts
10992 of the code needing cleanup
10993 * libxml.spec.in python/Makefile.am python/generator.py
10994 python/libxml.c python/libxml.py: Fixed the python Makefiles
10995 corrected a bug showing up on ia64, changed the name of the
10996 python internal module too
10997
Daniel Veillard07be19b2002-02-08 14:20:35 +000010998Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * Makefile.am: applied patch from Andris Pavenis for binary
11001 name suffixes
11002
Daniel Veillardf216d462002-02-08 13:44:24 +000011003Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11004
11005 * xmllint.c win32/win32config.h: fixing #68748
11006
Daniel Veillardd455d792002-02-08 13:37:46 +000011007Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * valid.c: fixing #70166
11010
11011Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * valid.c: fixing #70077
11014
Daniel Veillardc575b992002-02-08 13:28:40 +000011015Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11016
11017 * Copyright Makefile.am README configure.in libxml.spec.in:
11018 Changed to the MIT Licence
11019 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11020 doc/xmlio.html: updated the doc accordingly
11021 * include/libxml/xmlwin32version.h configure.in: preparing
11022 2.4.14 release
11023 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11024 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11025 fixed the const xmlChar * wrapper and generator, XPath extension
11026 functions now use the context as first argument
11027 * python/tests/tstxpath.py python/tests/xpath.py
11028 python/tests/xpathext.py: Updated the tests accordingly
11029 * tree.c: fixed bug #70067
11030
Daniel Veillard7db38712002-02-07 16:39:11 +000011031Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * Makefile.am: cleanup
11034 * debugXML.c: always use stdout if output is NULL
11035 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11036 * python/Makefile.am python/generator.py python/libxml2class.txt
11037 python/libxml_wrap.h python/types.c: augmented the number of bindings
11038 handling FILE * and XPath contexts
11039 * python/tests/Makefile.am: avoid a stupid problem due to the
11040 use of TEST.
11041
Daniel Veillard15a143b2002-02-06 22:40:50 +000011042Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11043
11044 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11045
Daniel Veillard70cab352002-02-06 16:06:58 +000011046Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11047
11048 * python/TODO python/libxml.c: cleanup the extension function lookup
11049 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11050
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011051Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * configure.in python/Makefile.am: do not install outside
11054 of prefix
11055
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011056Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11057
11058 * python/TODO python/libxml.c: started adding SAX interfaces
11059 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11060 SAX test
11061
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011062Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11063
11064 * tree.c: hardened the addChild function
11065 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11066 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11067 added accessors needed for xmlNode, a bit more testing and
11068 extension of interfaces
11069 * python/tests/Makefile.am python/tests/build.py: added a test
11070 build from scratch/save/load/check
11071
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011072Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11073
11074 * parserInternals.c: change a small bit in the way valididy
11075 error messages get initialized
11076 * python/TODO python/libxml.c python/libxml2-python-api.xml
11077 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11078 added some memory debugging to track leaks at the libxml2 level
11079 * python/tests/*.py: changed all tests to check for leaks,
11080 there is just one left in XPath extension registrations.
11081
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011082Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11083
11084 * python/TODO python/generator.py python/libxml2-python-api.xml
11085 python/libxml2class.txt: more accessor classes for the parser
11086 context, allow to switch on and check validity
11087 * python/tests/Makefile.am python/tests/error.py
11088 python/tests/invalid.xml python/tests/valid.xml
11089 python/tests/validate.py: attded more test and and added error.py
11090 which I forgot to commit in the last step
11091
Daniel Veillard3ce52572002-02-03 15:08:05 +000011092Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11093
11094 * python/Makefile.am python/types.c: cleanup
11095 * python/libxml.c python/libxml.py python/libxml_wrap.h
11096 python/generator.py python/libxml2-python-api.xml
11097 python/libxml2class.txt: added class for parser context, added
11098 first cut for push mode support. Added a framework to generate
11099 accessors functions.
11100 * python/tests/Makefile.am python/tests/push.py: added a push
11101 test
11102
Daniel Veillardcfb05462002-02-02 23:18:22 +000011103Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11104
11105 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11106 bug a bit of cleanup.
11107
Daniel Veillard5d819032002-02-02 21:49:17 +000011108Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11109
11110 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11111 python/libxml2class.txt: adding error redirections and preformat
11112 to a python handler
11113 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11114 tests self checking
11115
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011116Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11119 a function
11120
Daniel Veillard9589d452002-02-02 10:28:17 +000011121Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11122
11123 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11124 python/libxml.c python/libxml2-python-api.xml
11125 python/libxml2class.txt: Progressing through the TODOs, class
11126 description output, extra XML API, RPM now builds the wrappers
11127 for all python installed versions
11128
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011129Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11130
11131 * configure.in libxml.spec.in python/Makefile.am python/TODO
11132 python/generator.py python/libxml2class.txt: added more informations
11133 in the libxml2-python package including docs. Slightly changed
11134 the class hierarchy
11135 * python/tests/*: added basic regression tests infrastructure too
11136
11137Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11138
11139 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11140 added libxml2-python as part of the packages installed
11141
Daniel Veillarda7340c82002-02-01 17:56:45 +000011142Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11143
11144 * python/Makefile.am python/generator.py python/libxml.c
11145 python/libxml.py: more work, now able to extend the
11146 XPath interpreter with functions written in python.
11147
Daniel Veillardc3e39442002-02-01 09:29:41 +000011148Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11149
11150 * python/Makefile.am: Jacob sent a patch to allow building from
11151 tarfile.
11152
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011153Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11154
11155 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11156 inserted the python wrappers build, I hope this won't be too
11157 unportable
11158
Daniel Veillard1971ee22002-01-31 20:29:19 +000011159Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11160
11161 * xpath.c: minor optimization
11162 * python/generator.py python/libxml.c python/libxml.py
11163 python/libxml_wrap.h: more work on the python bindings,
11164 they now support XPath and there is no evident leak
11165
Daniel Veillard36ed5292002-01-30 23:49:06 +000011166Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * python/generator.py python/libxml.c python/libxml.py:
11169 more work on the python bindings generator.
11170
Daniel Veillard96fe0952002-01-30 20:52:23 +000011171Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11172
11173 * python/generator.py python/libxml.c python/libxml_wrap.h:
11174 more work on the python bindings.
11175
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011176Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * python/generator.py python/libxml.c python/libxml.py
11179 python/libxml_wrap.h: commited early version of a python binding
11180 for private use only ATM
11181
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011182Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11183
11184 * entities.c tree.c include/libxml/entities.h: applied patch
11185 from Anthony Jones to implement copy of DTD subtree too. Had
11186 just to keep 2 function private which really ought to become
11187 public ones.
11188
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011189Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11190
11191 * xmllint.c: added pointers to the web pages in the usage()
11192
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011193Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11194
11195 * tree.c: more fixes from Petr Kozelka for attribute handling
11196 in the tree API to align the semantic with DOM.
11197
Daniel Veillard36065812002-01-24 15:02:46 +000011198Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11199
11200 * valid.c tree.c entities.c: another set of patches from
11201 Anthony Jones for copy operations cleanup and robustness
11202
Daniel Veillardf8592562002-01-23 17:58:17 +000011203Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11204
11205 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11206 an alphabetic index based on comments content
11207 * doc/*: rebuilt the web site with the new references
11208
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011209Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * parserInternals.h: Greg Sjaardema suggested to use an
11212 eponential buffer groth policy in xmlParserAddNodeInfo()
11213
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011214Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11215
11216 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11217 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11218 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11219 to generate cross-references, and added/updated the stylesheets
11220 to generate and link API indexes. The generic keyword index
11221 is not done yet.
11222 * doc/*.html: regenerated all the usual docs too
11223
Daniel Veillard2070c482002-01-22 22:12:19 +000011224Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11225
11226 * debugXML.c: added an xpath function to the shell for T. V. Raman
11227
11228Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011229
11230 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11231 debug routines.
11232
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011233Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11234
11235 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11236 support of attribute nodes
11237
Daniel Veillard9d06d302002-01-22 18:15:52 +000011238Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11239
11240 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11241 hopefully near complete and fully documented of the API in XML
11242 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11243 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11244 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11245 include/libxml/parserInternals.h include/libxml/valid.hi
11246 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11247 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11248 include/libxml/xpath.h include/libxml/xpathInternals.h:
11249 Cleaned up the doc comments a lot in the process, the interface
11250 coverage is now 100%
11251
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011252Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11253
11254 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11255 extracts comments from the gtk-doc DocBook output (a bit
11256 convoluted but seems to work).
11257
Daniel Veillard61006472002-01-21 17:31:47 +000011258Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11259
11260 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11261 added an XML description of the API, moved the script generating
11262 it here. Added a "make api" target
11263
Daniel Veillardd2f23002002-01-21 13:36:00 +000011264Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11265
11266 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11267
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011268Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11269
11270 * xpath.c include/libxml/xpathInternals.h: the change made to
11271 xmlXPathFuncLookupFunc was incompatible roll it back
11272
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011273Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11274
11275 * SAX.c: cleanup patch from Anthony Jones
11276 * doc/Makefile.am: fix the headers to avoid in make scan
11277 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11278 includes, * vs Ptr and general cleanup
11279 * parsedecl.py: first version of a script to extract the
11280 module interfaces, the goal will be to provide .decl or XML
11281 specification of the interfaces to build wrappers.
11282
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011283Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11284
11285 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11286 now provides return codes in case of errors
11287
Bjorn Reese026d29f2002-01-19 15:40:18 +000011288Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11289
11290 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11291 Upgraded to trio baseline 1.6
11292 * strio.h strio.c: Replaced by triostr.h and triostr.c
11293
Daniel Veillard572577e2002-01-18 16:23:55 +000011294Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11295
11296 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11297 of strdup usage in the code
11298
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011299Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * parser.c error.c: Keith Isdale complained rightly that
11302 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11303
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011304Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * tree.c: fixed the funxtion to set the xml: attributes
11307 * debugXML.c: added "setbase" to test it.
11308
Daniel Veillard2c748c62002-01-16 15:37:50 +000011309Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11310
11311 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11312 to allow updating an attribute content
11313
Daniel Veillard8de85c62002-01-15 17:10:15 +000011314Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * libxml.h: try to avoid problems when compiling on Windows
11317
Daniel Veillard314cfa02002-01-14 17:58:01 +000011318Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11319
11320 * hash.c: patch from Anthony Jones for hash.c allocation size
11321 * Makefile.am: trying to work around Yet Another Libtool Madness
11322 and build the 2.4.13 release finally ...
11323
Daniel Veillard744683d2002-01-14 17:30:20 +000011324Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11325
11326 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11327 * doc/* : update of the documentation
11328
Daniel Veillarde6a55192002-01-14 17:11:53 +000011329Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11330
11331 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11332 at fixing #61290 :-(
11333
Daniel Veillardfb25a512002-01-13 20:32:08 +000011334Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11335
11336 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11337 Fixes bug #67229
11338
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011339Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11340
11341 * tree.c: trying to avoid troubles when a subtree is copied
11342 and coalesced in part with the target tree. Should fix
11343 bug #67407
11344
Daniel Veillardd8224e02002-01-13 15:43:22 +000011345Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11346
11347 * valid.c: fixed validation of attributes content of type
11348 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11349 values, very old bug. Fixes #67671
11350
Daniel Veillard8107a222002-01-13 14:10:10 +000011351Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11352
11353 * parser.c include/libxml/parserInternals.h tree.c: integrated
11354 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11355 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11356
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011357Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11358
11359 * threads.c: applied Serguei Narojnyi's patch to add native
11360 thread support on the Win32 platform
11361 * testThreadsWin32.c Makefile.am: added the test program also
11362 from Serguei, Win32 specific
11363 * include/win32config.h include/libxml/xmlwin32version.h.in:
11364 added patch from Igor for the Windows thread specific defines.
11365
Daniel Veillard845cce42002-01-09 11:51:37 +000011366Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11369
Daniel Veillard7b602b42002-01-08 13:26:00 +000011370Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11371
11372 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11373 output page into XMLinfo.html. Close bug #66951 and
11374 raised by Robert Collins too.
11375
Daniel Veillard73c6e532002-01-08 13:15:33 +000011376Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11377
11378 * encoding.c: Paul Keogh pointed out a possibility of segfault
11379 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11380 Closes bug # 68238
11381
Daniel Veillard4a859202002-01-08 11:49:22 +000011382Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11383
11384 * doc/*.html: updated the Gdome2 links
11385
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011386Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11387
11388 * libxml.h: Applied following patches from Robert Collins
11389 and make sure IN_LIBXML is defined when compiling it
11390 -------
11391 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11392 as well as Visual C.
11393 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11394 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11395 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11396 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11397 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11398 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11399 xmlSysIDExists xmlNoNetExists).
11400 * xmllint.c: Don't include winsock2.h for Cygwin.
11401
Daniel Veillard401c2112002-01-07 16:54:10 +000011402Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11403
11404 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11405 when the version info is not present.
11406
Daniel Veillard6f42c132002-01-06 23:05:13 +000011407Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11408
11409 * tree.c: Anthony Jones pointed out a problem in
11410 xmlStringGetNodeList() and provided a fix for it
11411
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011412Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11413
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011414 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011415 xmlCreatePushParserCtxt() when the initial buffer passed
11416 is large.
11417
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011418Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11419
11420 * win32/*: big cleanup of the Windows/MSVC project files
11421 from Igor Zlatkovic
11422
Daniel Veillardcebb1362002-01-02 13:13:30 +000011423Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11424
11425 * doc/Makefile.am: should fix #67674 and avoid troubles if
11426 xsltproc is not available or fails in the prefix provided
11427
Daniel Veillard26908ab2002-01-01 16:50:03 +000011428Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11429
11430 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11431
Daniel Veillard5344c602001-12-31 16:37:34 +000011432Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11433
11434 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11435 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11436 Fixed a few other problems raised by Charlie Bozeman.
11437 * result/VC/ElementValid[5-7]: fixed the output
11438
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011439Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11440
11441 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11442 patches from Charlie Bozeman. Regenerated the HTML docs.
11443
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011444Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11445
11446 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11447 for Windows from Igor
11448
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011449Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11450
11451 * xmllint.c: applied Justin Fletcher patch for --output or -o
11452
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011453Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11454
11455 * win32/libxml2/libxml2.def.src: close #67019
11456
Daniel Veillard01db67c2001-12-18 07:09:59 +000011457Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11458
11459 * xmllint.c: applied Justin Fletcher generic timing patch
11460 similar to the one already applied to xsltproc.
11461
Daniel Veillardd1640922001-12-17 15:30:10 +000011462Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11463
11464 * include/libxml/tree.h tree.c: applied documentation patches
11465 from Charlie Bozeman
11466
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011467Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11468
11469 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11470
Daniel Veillard29e43992001-12-13 22:21:58 +000011471Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11472
11473 * valid.c: fix the xmlStrdup() used in the previous patch.
11474 * valid.c: added --dropdtd
11475 * tree.c: fixed xmlUnlinkNode so it also removes the references
11476 from the document if the node is a DTD
11477
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011478Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11479
11480 * HTMLtree.c valid.c: cleanup some static declarations
11481
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011482Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11483
11484 * xmllint.c: removed another strdup()
11485 * doc/FAQ: removed the HP/UX entry
11486
Daniel Veillarded472f32001-12-13 08:48:14 +000011487Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11488
11489 * valid.c: fix bug #66816 when validating.
11490 * xmllint.c: don't use sys/time.h if configure did not found it
11491
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011492Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11493
11494 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11495 xmlcatalog_man.xml
11496
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011497Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11498
11499 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11500 xmlInitMemory() was declared twice
11501
Daniel Veillardb82c1662001-12-09 14:00:54 +000011502Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11503
11504 * globals.c: do not reference strdup() !
11505 * configure.in libxml-2.0.pc.in: trying to fix the libs
11506 of the various config extraction modules
11507
Daniel Veillardef90ba72001-12-07 14:24:22 +000011508Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11509
11510 * configure.in : preparing 2.4.12
11511 * doc/* : updated and rebuilt the docs
11512
Daniel Veillard220346d2001-12-07 11:33:54 +000011513Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11514
11515 * uri.c: closed bug #66159
11516 * testURI.c: added --escape option
11517 * configure.in: some cleanup for xml2-config --cflags
11518
Daniel Veillard2a906822001-12-06 14:34:08 +000011519Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11520
11521 * globals.c testThreads.c: removed some misplaced includes
11522 of xmlversion.h
11523
Daniel Veillarde28313b2001-12-06 14:08:31 +000011524Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11525
11526 * threads.c: patch from Gary Pennington fixing a possible
11527 problem at initialization time.
11528
Daniel Veillardd3b08822001-12-05 12:03:33 +000011529Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11530
11531 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011532 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011533 CodeWarrior.
11534
Daniel Veillarda7866932001-12-04 13:14:44 +000011535Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11536
11537 * xmllint.c: applied Geert Kloosterman's patch to fix
11538 --repeat --timing output
11539
Daniel Veillard19840942001-11-29 16:11:38 +000011540Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11541
11542 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11543 where non-wellformed XML declaractions were not detected.
11544
Daniel Veillarde85d9342001-11-28 14:43:12 +000011545Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11546
11547 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11548
Daniel Veillard22f25a82001-11-28 09:12:23 +000011549Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11550
11551 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11552 gets reset by xmlCleanupInputCallbacks() and this makes the
11553 function useless. Same for output.
11554
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011555Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11556
11557 * xmlIO.c: robert pointed out a loop error in callback cleanups
11558
Daniel Veillard8faa7832001-11-26 15:58:08 +000011559Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11560
11561 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11562 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11563 they are not really tied to debugging
11564
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011565Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11566
11567 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11568 * xmllint.c: better --catalogs description
11569
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011570Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11571
11572 * tree.c: fixed a couple of problems in xmlSetProp()
11573
Daniel Veillardcd337f02001-11-22 18:20:37 +000011574Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11575
11576 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11577 unappropriate stdout output.
11578
Daniel Veillard566d4df2001-11-22 13:00:53 +000011579Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11580
11581 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11582 by Denis Beurive, closes #65111
11583
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011584Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * valid.c: in case of content model validity error, don't
11587 print it if validity warnings were not requested.
11588
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011589Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11590
11591 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11592 * parserInternals.c: removed the last exit() call. Print an
11593 unmaskable error on stderr instead (library mismatch detection)
11594
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011595Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11596
11597 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11598 shell instructions from Heiko Rupp
11599
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011600Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11601
11602 * catalog.c: use the URL notation file:// for default catalog paths
11603
Daniel Veillard0ec98632001-11-14 15:04:32 +000011604Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11605
11606 * include/libxml/tree.h: better comments for _private fields
11607 * tree.c: removed a problem when copying an entity reference.
11608
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011609Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11610
11611 * vms/*: updated instructions and diffs from John A Fotheringham
11612
Daniel Veillarda11001b2001-11-12 22:45:36 +000011613Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11614
11615 * include/libxml/xmlerror.h: avoid an include problem if
11616 #include <libxml/xmlerror.h> happens first in code
11617 seems to be the case in KDE libs
11618
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011619Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11620
11621 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11622 from Igor for Windows
11623
11624Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11625
11626 * Makefile.am: Gary Pennington pointed out a missing prefix
11627
Daniel Veillard43d3f612001-11-10 11:57:23 +000011628Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11629
11630 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11631 * doc/*: upgraded and rebuilt the docs
11632
Daniel Veillardc1f78342001-11-10 11:43:05 +000011633Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11634
11635 * HTMLparser.c: fix comment in scripts element parsing.
11636 * result/HTML/doc3*: updated the results.
11637
11638Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * uri.c: another URI bug fix #63336, using Joel Young patch.
11641
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011642Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11643
11644 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11645 a cleaned up version of the Pwd shell string generation.
11646
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011647Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11648
11649 * valid.c include/libxml/tree.h: trying to fix namespaces +
11650 validation problems for good, closing #63619 in the process
11651 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11652 wrong in this respect, fixed it.
11653
Daniel Veillardd536f702001-11-08 17:32:47 +000011654Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11655
11656 * xmllint.c: Morus Walter patch to allow --format and --encode
11657
Daniel Veillard5004f422001-11-08 13:53:05 +000011658Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11659
11660 * debugXML.c: Stefan Kost provided an help command for the shell
11661
Daniel Veillarda6825e82001-11-07 13:33:59 +000011662Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11663
11664 * debugXML.c: Heiko Rupp pointed that the shell would crash
11665 on empty nodesets returns.
11666
Daniel Veillard03f848d2001-11-07 12:53:46 +000011667Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11668
11669 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11670 migh need the history libraries
11671
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011672Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11673
11674 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11675 handle the case of < in quoted attributes, Bastian Kleineidam
11676
Daniel Veillardc853b322001-11-06 15:24:37 +000011677Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11678
11679 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11680 fixing catalog breakages
11681 * Makefile.am catalog.c result/catalogs/catal
11682 result/catalogs/mycatalog.* test/catalogs/catal*:
11683 fixed more problems in catalog support, added more regression tests
11684 for both XML and SGML catalog handling
11685
Daniel Veillard66870c72001-11-05 19:27:49 +000011686Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11687
11688 * debugXML.c: applied an improvement to xmlGetLineNo() from
11689 Keith Isdale
11690
Daniel Veillardffe09c92001-11-05 14:21:47 +000011691Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11692
11693 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11694 Side effect of the progressive catalog loading
11695
Daniel Veillardad661b92001-11-05 11:43:15 +000011696Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11697
11698 * Makefile.am: confexecdir and confexec_DATA were defined twice
11699 pointed out by Karl Eichwalder
11700
Daniel Veillard6eb17722001-11-04 22:19:27 +000011701Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11702
11703 * xmlcatalog.c: avoid unlink() and use remove() instead.
11704
Daniel Veillardea898282001-11-04 22:13:45 +000011705Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11706
11707 * libxml.spec.in: cleanup
11708 * include/libxml/xmlwin32version.h: updated with 2.4.8
11709
Daniel Veillarda4617b82001-11-04 20:19:12 +000011710Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11711
11712 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11713 of compiling libxml with a non standard set of options
11714
John Fleck027edfb2001-11-04 20:13:58 +000011715Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11716
11717 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11718 document --sgml option, fixing gnome bugzilla #63382
11719
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011720Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11723 breakage of 2.4.7, added a couple of really needed APIs
11724 like xmlCatalogIsEmpty() and xmlNewCatalog()
11725 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11726 for install-catalog
11727 * configure.in: preparing 2.4.8
11728
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011729Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11730
11731 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11732 include/libxml/tree.h include/libxml/xmlIO.h: more include
11733 cleanups, export cleanly one html output + format function.
11734
11735Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11736
11737 * parser.c: removed initGenericErrorDefaultFunc call from
11738 xmlInitParser() since it could destroy previous calls to
11739 xsltSetGenericErrorFunc() effects
11740
Daniel Veillardebd38c52001-11-01 08:38:12 +000011741Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11742
11743 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11744 keyword.
11745
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011746Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11747
11748 * Makefile.am: cleanup
11749 * threads.c: cleanup too
11750 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11751 from xsltproc
11752 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011753 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011754
Daniel Veillard91c00402001-10-30 17:41:38 +000011755Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11756
11757 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11758 was not used anymore !
11759
Daniel Veillard52dcab32001-10-30 12:51:17 +000011760Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11761
11762 * configure.in: preparing 2.4.7
11763 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11764 manual page from John
11765 * doc/*: updated the doc and rebuilt the generated pages
11766
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011767Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11768
11769 * xmlIO.c: closing bug #62711, the library should never
11770 close stdin or stdout.
11771
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011772Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11773
11774 * uri.c: second pass at fixing #63336, using Joel Young
11775 final patch. looks okay.
11776
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011777Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11778
11779 * uri.c include/libxml/uri.h: trying to clear #63336
11780 allowing the escaping routine to parse unconformant
11781 URI-References.
11782
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011783Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11784
11785 * vms/readme.vms vms/build_libxml.com nanoftp.c
11786 include/libxml/xmlversion.h.in: a few VMS updates from
11787 John A Fotheringham
11788 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11789 and xmlCleanupOutputCallbacks() for the Perl binding people.
11790
Daniel Veillard635ef722001-10-29 11:48:19 +000011791Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11794 apply fixes to close #63271 and avoid segfaults when
11795 the error routine gets callbed before xmlInitParser()
11796 get called.
11797 * nanoftp.c error.c: Applied patches from Justin Fletcher
11798 correcting some xmlGenericError misuses.
11799
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011800Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11801
11802 *doc/xmllint.xml, doc/xmllint.1
11803 New and improved man page for xmllint - .xml is the original, .1
11804 is the generated man page
11805
Daniel Veillardc9484202001-10-24 12:35:52 +000011806Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11807
11808 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11809 the web site from the main HTML document.
11810
Daniel Veillard5151c062001-10-23 13:10:19 +000011811Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * parser.c: fixed an erroneous validation bug when PE refs
11814 occurs in external parsed entities referenced from the
11815 internals subset
11816 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11817 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11818 added the associated testcase, it's a nice one.
11819 * HTMLparser.c: generate the DTD node as HTML still ...
11820 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11821
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011822Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11823
11824 * HTMLparser.c: fixed a bug in htmlNewDoc()
11825
Daniel Veillard89cad532001-10-22 09:46:13 +000011826Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * test/threads/*: added entities testing to the Thread test
11829 * testThreads.c: make the test reasonable
11830 * DOCBparser.c: fix the DTD public and system ID
11831 * xmllint.c: added --sgml for SGML DocBook importing
11832 * Makefile.am: added Docbtests target
11833
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011834Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11835
11836 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11837 * testThreads.c: removed bogus include
11838
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011839Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11840
11841 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11842 fixed a very serious (looping) validation bug
11843
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011844Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11845
11846 * include/libxml/globals.h include/libxml/threads.h threads.c
11847 testThreads.c: far more testing, cleaning up bugs
11848 * *.c : make sure globals.h is always included.
11849
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011850Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * HTMLparser.c: try to get rid of parser loops for good.
11853
Daniel Veillardab7488e2001-10-17 11:30:37 +000011854Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11855
11856 * configure.in: fixed some bugs in CFLAGS passing.
11857 * test/threads Makefile.am testThreads.c: added a specific
11858 threaded test case (really nasty, guaranteed).
11859
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011860Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11861
11862 * catalog.c: serious cleanup on the management of the
11863 XML catalog tree, more tests done, especially with
11864 the catalog PI.
11865
Daniel Veillard364789a2001-10-16 12:45:00 +000011866Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11867
11868 * catalog.c: avoid a problem in catalog cleanup on SMP if
11869 catalogs were not initialized.
11870
Daniel Veillard81463942001-10-16 12:34:39 +000011871Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11872
11873 * catalog.c xpath.c: trying to cleanup the not thread safe
11874 parts of the library.
11875
Daniel Veillard64a411c2001-10-15 12:32:07 +000011876Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11877
11878 * include/libxml/globals.h configure.in global.data: make
11879 the allocation be per-thread a configure option
11880 * encoding.c include/libxml/parser.h: fixed compilation
11881 errors
11882
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011883Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11884
11885 * include/libxml/parser.h: Norm reported that a few lines
11886 added were breaking libxslt compile, removed them for now
11887
Daniel Veillard6f350292001-10-14 09:56:15 +000011888Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11889
11890 * parser.c parserInternals.c threads.c: debugged and fixed
11891 initialization problems which were giving troubles on SMP
11892 boxes.
11893
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011894Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11895
11896 * include/libxml/Makefile.am: missing globals.h
11897
Daniel Veillarde7090612001-10-13 12:18:28 +000011898Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011899
Daniel Veillarde7090612001-10-13 12:18:28 +000011900 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011901
Daniel Veillardd0463562001-10-13 09:15:48 +000011902Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11903
11904 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11905 include/libxml/parserInternals.h include/libxml/tree.h
11906 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11907 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11908 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11909 Applied the last patches from Gary, cleanup, activated threading
11910 all user accessible global variables are now handled in globals.[ch]
11911 Still a bit rought but make tests passes with either
11912 --with-threads defined at configure time or not.
11913 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11914 linking options
11915
Daniel Veillardb8478642001-10-12 17:29:10 +000011916Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11917
11918 * Makefile.am include/libxml/Makefile.am
11919 include/libxml/globals.h globals.c include/libxml/threads.h
11920 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11921 configure.in: started integrating the core of the thread support
11922 not activated yet but half integrated. The code should still
11923 compile and work anyway.
11924
Daniel Veillardb44025c2001-10-11 22:55:55 +000011925Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11926
11927 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11928 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11929 integrating the non-controversial parts of Gary Pennington
11930 multithread patches
11931 * catalog.c: corrected a small bug introduced
11932
Daniel Veillard75b96822001-10-11 18:59:45 +000011933Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11934
11935 * catalog.c include/libxml/catalog.h: very serious cleanup,
11936 isolating unportable code and as much as possible the accesses
11937 to the global shared catalog. May need more testing !
11938
Daniel Veillard78d12092001-10-11 09:12:24 +000011939Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11940
11941 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11942 Keith Isdale patches for the XSLT debugger interfaces. Some
11943 cleanup
11944
Daniel Veillardff0b7312001-10-11 06:46:09 +000011945Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11946
11947 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11948 * DOCBparser.c: generate line nubers in elements
11949
Daniel Veillard60087f32001-10-10 09:45:09 +000011950Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11951
11952 * configure.in: preparing 2.4.6 release
11953 * doc/xml.html doc/html/*: updated and rebuilt the docs
11954 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11955
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011956Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11957
11958 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11959 adding documentation for DV's supercatalog support
11960
Daniel Veillard82d75332001-10-08 15:01:59 +000011961Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11962
11963 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11964 super catalog support adding one API and one flag --sgml to
11965 xmlcatalog
11966
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011967Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11968
11969 * doc/xmlcatalog_man.xml, xmlcatalog.1
11970 One more crack at
11971 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11972
11973
Thomas Broyer47334c02001-10-07 16:41:52 +000011974Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11975
11976 * xpath.c: implemented xmlXPathObjectCopy for external objects
11977 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11978
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011979Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11980
11981 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11982 finishing up fix to
11983 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11984 the xmlcatalog man page display more elegantly
11985
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011986Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * configure.in: closing bug #61832
11989 * HTMLparser.c: removed a warning
11990
Daniel Veillard6ab38382001-10-06 13:08:27 +000011991Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * xpath.c: fixing #61673 part I, do not loose doc information
11994 when copying result value trees.
11995
Daniel Veillard556c6682001-10-06 09:59:51 +000011996Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11997
11998 * xpath.c: trying to harden the XPath interpreter
11999
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012000Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12001
12002 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12003 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12004
William M. Brack1633d182001-10-05 15:41:19 +000012005Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12006
12007 * HTMLparser: repaired another loop problem
12008
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012009Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12010
12011 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12012 parsing.
12013 * xpath.c: fix bug #61291 the default XML namespace node is
12014 missing from the namespace axis.
12015 * tree.c: refuse to create namespaces nodes with prefix "xml"
12016
Daniel Veillard651f9472001-10-04 14:51:06 +000012017Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12018
12019 * SAX.c: ouch a non-defined namespace could lead to a crash,
12020 fixed #61215
12021
Daniel Veillard7dd05702001-10-04 14:25:12 +000012022Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12023
12024 * parserInternals.c: closed bug #61054
12025
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012026Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12027
12028 * include/libxml/Makefile.am: closing #60708
12029
Daniel Veillarda293c322001-10-02 13:54:14 +000012030Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12031
12032 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12033 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12034
Daniel Veillardf4309d72001-10-02 09:28:58 +000012035Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12036
12037 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12038
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012039Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12040
12041 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12042 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12043
Daniel Veillard16756b62001-10-01 07:36:25 +000012044Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12045
12046 * catalog.c: Justin Fletcher provided cleaup code in case
12047 HAVE_STAT is not defined
12048 * include/win32config.h: Igor Zlatkovic suggested to have
12049 HAVE_STAT defined there
12050
William M. Brack5e1cac12001-09-28 16:19:18 +000012051Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12052
12053 * catalog.c - fixed typing error reported by M. Barros
12054
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012055Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12056
12057 * xmllint.c - fixing typo
12058
William M. Brackd28e48a2001-09-23 01:55:08 +000012059Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12060
12061 * HTMLparser.c: small enhancement to prevent loop on
12062 unrecognizable data
12063
Daniel Veillardb1d62872001-09-21 09:47:08 +000012064Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * parserInternals.c: applying patch from bug #60757 this
12067 should close it
12068
Daniel Veillardc0631a62001-09-20 13:56:06 +000012069Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12070
12071 * catalog.c xmlcatalog.c: removed a couple of warning
12072 * xpath.c: try to solve the linking problem on platforms
12073 needing trio to compile
12074
Daniel Veillard1a123612001-09-19 08:06:23 +000012075Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012076
Daniel Veillard1a123612001-09-19 08:06:23 +000012077 * Makefile.am libxml.spec.in: backing up non-documented changes
12078 commited without review or aproval by Jens Finke <jens@gnome.org>
12079 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012080
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012081Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12082
12083 * configure.in: Joe Orton provided a patch fixing a problem
12084 when iconv is specified to be in a non-standard directory
12085 but wasn't exported in xml2-config --cflags
12086
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012087Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12088
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012089 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012090 troubles with 2.4.4 errors.
12091
Daniel Veillard16698282001-09-14 10:29:27 +000012092Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12093
12094 * encoding.c entities.c: do not output hexadecimal charrefs
12095 when serializing HTML since some version of Netscape can't
12096 grok it, generate decimal ones.
12097 * result/HTML/doc3.htm: output changed due to previous test
12098 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12099
Daniel Veillard98fed372001-09-13 11:34:58 +000012100Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12101
12102 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12103 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12104
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012105Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012106 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012107
12108 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12109 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12110 updated the configuration scripts systems accordingly
12111
Daniel Veillard04382ae2001-09-12 18:51:30 +000012112Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * configure.in: preparing for 2.4.4
12115 * doc/xml.html doc/html/*: updated and rebuilt the docs
12116
Daniel Veillardd63437e2001-09-12 15:00:27 +000012117Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12118
12119 * win32/dsp/libxml2.def.src: tried to incorporate comments
12120 from bug #59220
12121
Daniel Veillard319a7422001-09-11 09:27:09 +000012122Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12123
12124 * parser.c result/noent/wml.xml: fixed bug #59981 related
12125 to handling of '&' in attributes when entities are substitued
12126
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012127Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12128
12129 * libxml.h include/libxml/xmlversion.h.in
12130 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12131 Tried to close bug #60131
12132
Daniel Veillardbce62332001-09-10 18:46:55 +000012133Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12136
Daniel Veillard143b04f2001-09-10 18:14:14 +000012137Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * SAX.c: fixing bug #59946 on xmlns=""
12140
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012141Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12144 but allocates a new error code.
12145
Daniel Veillard05c13a22001-09-09 08:38:09 +000012146Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12147
12148 * xmllint.c: John Fleck fixed typos in the options output
12149 * parser.c SAX.c: fix ignorable white space SAX selection
12150
12151Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * entities.c: Steve Underwood found the possibility of an
12154 ininite loop in case of error.
12155
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012156Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12157
12158 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12159
Daniel Veillarda050d232001-09-05 15:51:05 +000012160Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12161
12162 * parser.c: warn if version is not 1.0 but it's not
12163 strictly speaking an error after analyzing the spec
12164
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012165Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12166
12167 *doc/catalog.html - add link to the html version of the
12168 man page, other linguistic cleanups
12169
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012170Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12171
12172 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12173 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12174 file, has not yet been included in the build.
12175
Daniel Veillard99784ff2001-09-01 16:20:28 +000012176Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12177
12178 * catalog.c: removed a duplicate affectation Justin Fletcher
12179
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012180Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12181
12182 * tree.c: Armin Sander pointed a possible text coalescing
12183 problem, completed his patch.
12184
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012185Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12186
12187 * trionan.c: Fixed const and volatile re-definition problem
12188
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012189Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12190
12191 * libxml.4 parser.c: doc updates from Heiko Rupp
12192 * parserInternals.c: 2 sanity checks from Heiko Rupp
12193
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012194Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12195
12196 * tree.c: applied patch from Armin Sander to make some pointers
12197 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012198 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012199
Daniel Veillardb06c6142001-08-27 14:26:30 +000012200Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12201
12202 * xpath.c: hum, restrict the integer usage gcc bug workaround
12203 to only gcc compilers so that other architecture don't get
12204 penalized by this limitation.
12205 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12206
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012207Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12208
12209 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12210 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12211
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012212Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12213
12214 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12215 --convert option to xmlcatalog to convert SGML ones to
12216 the XML syntax.
12217 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12218
12219 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012220Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12221
12222 * catalog.c xmlIO.c: started some serious testing and fixed
12223 a few bug and optmization needs.
12224
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012225Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12226
12227 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12228 preparing for a 2.4.3 release even if it may not be ready yet
12229 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12230 all file parsing lookup to go through the entity resolver, add
12231 to add an API to bypass it (needed to load catalogs themselves),
12232 some cleanup on the catalog code too.
12233 * nanoftp.c: small cleanup
12234 * doc/catalog.html: small update
12235
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012236Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12237
12238 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12239 Jun Kuriyama
12240
Daniel Veillardffb120d2001-08-23 00:52:23 +000012241Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12242
12243 * doc/catalog.html: finished the catalog documentation
12244
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012245Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12246
12247 * doc/catalog.html doc/xml.html: added documentation about
12248 Catalog support, misses an API description
12249 * doc/html/*: reextracted the API pages
12250
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012251Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12252
12253 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12254 Added the part about section 7.2 on URI resolution,
12255 fixed a side effect in the HTML parser, look complete
12256 and ready to rock except the URI/SystemID part!
12257
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012258Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12259
12260 * include/libxml/catalog.h include/libxml/parser.h
12261 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12262 xmlIO.c: added support and APIs needed for the catalog PI
12263 * include/libxml/xmlIO.h: cleanup
12264
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012265Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12266
12267 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12268 include/libxml/catalog.h: starts to look okay, really
12269 plugged the new framework, cleaned a lot of stuff,
12270 added some APIs, except the PI's support missing this
12271 should be mostly complete
12272 * result/catalogs/* test/catalogs/*: added new test, enriched
12273 the existing one with URN ID tests
12274
Daniel Veillard64339542001-08-21 12:57:59 +000012275Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * catalog.c: fixed nextCatalog
12278 * result/catalogs/docbook test/catalogs/*: started adding
12279 a small regression test
12280
Daniel Veillardcda96922001-08-21 10:56:31 +000012281Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12282
12283 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12284 more work on the XML catalog support.
12285 * parser.c include/libxml/parser.h: small cleanup seems using
12286 list as a public parameter name can give portability troubles
12287 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12288 include/libxml/xpath.h include/libxml/Makefile.am: removed
12289 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12290 wrappers
12291
Bjorn Reese45029602001-08-21 09:23:53 +000012292Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12293
12294 * Makefile.am trio.c triodef.h trionan.c xpath.c
12295 include/libxml/Makefile.am include/libxml/trionan.h:
12296 Re-worked Not-A-Number and Infinity support.
12297 * xmlcatalog.c: added readline include files
12298
Daniel Veillard344cee72001-08-20 00:08:40 +000012299Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12300
12301 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12302 testCatalog as xmlcatalog, making it an installed app
12303 adding a shell, and preparing it to be a /etc/xml/catalog
12304 management tool, though not ready yet
12305 * catalog.c include/libxml/catalog.h: adding support for
12306 XML Catalogs http://www.oasis-open.org/committees/entity/
12307 not finished, there is some interesting tradeoffs and a
12308 few open questions left.
12309
Daniel Veillardb7664f42001-08-19 13:00:43 +000012310Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12311
12312 * xmllint.c: fixed a line formatting problem
12313
Daniel Veillard5015b712001-08-17 09:37:52 +000012314Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12315
12316 * SAX.c: removed a couple of unused variable (Albert Chin)
12317
Daniel Veillardbb371292001-08-16 23:26:59 +000012318Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12319
12320 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12321 trying to fix some troubles w.r.t. function returning
12322 const xxxPtr.
12323
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012324Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12325
12326 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12327 defined
12328
Daniel Veillardae6db172001-08-16 19:32:00 +000012329Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12330
12331 * xpointer.c: removed unused var
12332
Daniel Veillard09190202001-08-16 16:27:41 +000012333Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12334
12335 * testXPath.c: another small cleanup closing bug #59110
12336
Daniel Veillard796f4b62001-08-16 16:00:13 +000012337Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12338
12339 * win32/dsp/libxml2.def.src: small cleanup closing bug
12340 #59108
12341
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012342Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12343
12344 * example/gjobread.c: add xmlCleanupParser() before leaving
12345
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012346Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12347
12348 * config.h.in configure.in include/libxml/xmlwin32version.h:
12349 released 2.4.2
12350
Daniel Veillardd3d06722001-08-15 12:06:36 +000012351Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12352
12353 * include/libxml/valid.h debugXML.c valid.c: deprecate
12354 the non-boundchecking Sprintf functions, add Snprintf
12355 this should close bug #57984
12356
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012357Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12358
12359 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12360 URIs before doing the lookups (pointed by Mark Vakoc)
12361
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012362Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12363
12364 * xpath.c: serious changes on Result Value Trees and NodeSets
12365 w.r.t. deallocation and collect operations. Probably not
12366 100% clean (merge of allocated trees smells like a problem).
12367 Seems sufficient to close #58943
12368
Daniel Veillard90493a92001-08-14 14:12:47 +000012369Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12370
12371 * xmllint.c: adding a --format option
12372
Daniel Veillardfe703322001-08-14 12:18:09 +000012373Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12374
12375 * xpath.c: count() was broken on Result Value Tree
12376 * xmlIO.c: fixed file:/// accesses on _WIN32
12377
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012378Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12379
12380 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12381 macro was renamed, this should close bug #58683
12382
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012383Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12384
12385 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12386 entity substitution mode text at the end of the entity might
12387 be added due to text coalescing.
12388 * nanoftp.c parser.c: small cleanup
12389
Daniel Veillard0c720972001-08-08 20:59:00 +000012390Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12391
12392 * HACKING: added John Fleck right to commit in the doc subdir
12393
Daniel Veillard48da9102001-08-07 01:10:10 +000012394Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12395
12396 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12397 allow to inherit attributes from the DTD directly in the
12398 tree, this is needed for XPath and can be a useful feature.
12399 Inherited namespaces are always provided at the tree level now
12400 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12401 of tests for this feature (XSLT being the prime user).
12402
Daniel Veillard50f34372001-08-03 12:06:36 +000012403Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12404
12405 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12406 testSAX.c xmlIO.c xmllint.c include/win32config.h
12407 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12408 include/libxml/xmlwin32version.h.in win32/README.MSDev
12409 win32/dsp/*: applied Win32 Facelift No.2 patches from
12410 Igor Zlatkovic for Windows/MSC
12411
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012412Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12413
12414 * SAX.c: unparsedEntityDecl() the URI computation of the
12415 entity wasn't done breaking XSLT unparsed-entity-uri()
12416
Daniel Veillard567e1b42001-08-01 15:53:47 +000012417Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12418
12419 * xpath.c: fixed a bug when walking the descendants and
12420 the current node has no children
12421 * debugXML.c: show up when a text node is supposed to not be escaped
12422
Thomas Broyerf186c822001-07-31 23:30:37 +000012423Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12424
12425 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12426 worked like the set:leading() function)
12427 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12428
Daniel Veillardba6db032001-07-31 16:25:45 +000012429Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12430
12431 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12432
Daniel Veillard57905372001-07-31 15:52:17 +000012433Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12434
12435 * include/libxml/xmlIO.h: apply change to close #58141
12436 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12437
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012438Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12439
12440 * parser.c: when the internal subset uses a PE, then the
12441 included entity can use conditional sections.
12442
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012443Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12444
12445 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12446 when walking the namespace axis showing up in
12447 libxst/tests/general/bug-12
12448 * xmlmemory.c: added the possibility to trace a given block
12449 defined by its address
12450
Daniel Veillard4aafa792001-07-28 17:21:12 +000012451Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * parser.c: don't override existing encoding specified before
12454 starting xmlParseDocument()
12455
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012456Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12457
12458 * include/libxml/xmlwin32version.h: reinserted, needed for
12459 Windows users of CVS
12460
Darin Adlera77cac02001-07-27 17:41:51 +0000124612001-07-27 Darin Adler <darin@bentspoon.com>
12462
Darin Adler699613b2001-07-27 22:47:14 +000012463 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12464 * testCatalog.c: Add include of <libxml/parser.h>.
12465
124662001-07-27 Darin Adler <darin@bentspoon.com>
12467
Darin Adlera77cac02001-07-27 17:41:51 +000012468 * include/libxml/.cvsignore:
12469 * include/libxml/xmlwin32version.h:
12470 Remove this file from CVS because it's generated.
12471
Daniel Veillard50822cb2001-07-26 20:05:51 +000012472Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12473
12474 * parser.c include/libxml/parser.h: applied const patches from
12475 Tom Moog #58002
12476
Thomas Broyerba4ad322001-07-26 16:55:21 +000012477Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12478
12479 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12480 lookup framework
12481
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012482Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12483
12484 * tree.c: fixed xmlCopyNode() for documents
12485
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012486Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12487
12488 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12489
12490Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012491
12492 * parser.c: fixes bug #57652 reported by Morus Walter
12493
Daniel Veillarde3924972001-07-25 20:25:21 +000012494Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12495
12496 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12497
Daniel Veillarda53c6882001-07-25 17:18:57 +000012498Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12499
12500 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12501 errors, lesson don't add new functions at 1am before a release
12502 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12503 from XPath initialization when possible.
12504
Daniel Veillardd9bad132001-07-23 19:39:43 +000012505Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12506
12507 * result/scripts/base*: removing history/readline changed
12508 this slightly
12509 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12510 xmllint.c: make element content line number generation
12511 optionnal to avoid breaking old apps added interface to switch
12512
Daniel Veillardf012a642001-07-23 19:10:52 +000012513Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12514
12515 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012516 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012517 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12518 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12519 John Kroll fixes to allow saving to HTTP via PUT (or
12520 POST of needed).
12521 * doc/html/*.html: regenerated the docs
12522
Thomas Broyere8126242001-07-22 03:54:15 +000012523Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12524
12525 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12526 xmlHashScanFull and xmlHashScannFull3 to get passed the
12527 three keys as arguments to the callback function
12528
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012529Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12530
12531 * configure.in Makefile.am: removed libxml softlink for good
12532 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12533 100% coverage by gtk-doc
12534
Daniel Veillard8599e702001-07-17 21:38:51 +000012535Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12536
12537 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12538 fixed serious troubles due to size_t vs. int mismatch
12539
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012540Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12541
12542 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12543
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012544Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12545
12546 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12547 convenient extension API for value and context managing
12548 Now handles external objects through xmlXPathPopExternal,
12549 xmlXPathWrapExternal and xmlXPathReturnExternal.
12550 Added functions for sets operations (intersection, etc.)
12551
Daniel Veillard22090732001-07-16 00:06:07 +000012552Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12553
12554 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12555 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12556 HTMLparser.c: cleanup of global variables, marking some
12557 const or private.
12558
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012559Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012560
12561 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12562 fixed xmlXPathNodeSetItem when passing index=0
12563
Daniel Veillard05dec342001-07-14 21:57:39 +000012564Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12565
12566 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12567
Daniel Veillard28ae6362001-07-14 16:44:32 +000012568Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12569
12570 * xmllint.c: fixed compilation under Cygwin #57503
12571 * TODO: update
12572
Peter Williamsed156f52001-07-13 18:35:13 +0000125732001-07-13 Peter Williams <peterw@ximian.com>
12574
12575 * config.h.in: add #undef HAVE_DLFCN_H
12576
12577 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12578 builddir.
12579
Daniel Veillard73b36e32001-07-12 15:09:52 +000012580Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12581
12582 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12583 raised by #57348 and #57381
12584
Daniel Veillard7db37732001-07-12 01:20:08 +000012585Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12586
12587 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12588 tree.c xpointer.c: store the line numbder in element->content,
12589 may break some software, need a configuration mechanism
12590
Darin Adler96037892001-07-11 00:03:16 +0000125912001-07-10 Darin Adler <darin@bentspoon.com>
12592
12593 * .cvsignore:
12594 * example/.cvsignore:
12595 * include/.cvsignore:
12596 * include/libxml/.cvsignore:
12597 Various things that are generated and should be ignored.
12598
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012599Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12600
12601 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12602 * doc/xml.html doc/html/*: updated the docs
12603
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012604Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12605
12606 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12607 validation occured on content with element child
12608
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012609Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12610
12611 * tree.c: fixed XML Base computation which was broken
12612 * debugXML.c: added a base function to the shell
12613 * Makefile.am result/scripts/* test/scripts/*: added scripts
12614 based regression tests, and adding 2 XML Base tests
12615
Daniel Veillard19e96c32001-07-09 10:32:59 +000012616Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12617
12618 * tree.c: set properties doc and call xmlSetListDoc for properties
12619 content when grafting them in a different tree.
12620 * aclocal.m4: remove from CVS
12621
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012622Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12623
12624 * win32/libxml2/libxml2.def.src: added some missing entry point
12625 for XPath (Mark Vakoc)
12626
Daniel Veillard388236f2001-07-08 18:35:48 +000012627Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12628
12629 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12630 layer should URI-Unescape before trying to open resources.
12631
Daniel Veillard04383752001-07-08 14:27:15 +000012632Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12633
12634 * xpath.c: fix the name() bug for elements in the default
12635 namespace reported by Charlie Bozeman
12636
Daniel Veillard7583a592001-07-08 13:15:55 +000012637Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12638
12639 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12640 led to an XPath fix, improvements of SAX initialization, and
12641 an added option --nocdata to testXPath
12642
Daniel Veillard449d7392001-07-07 19:11:06 +000012643Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * doc/libxml-doc.el: Felix Natter provided anew version working
12646 with XEmacs too
12647
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012648Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12649
12650 * include/libxml/xpath.h: small cleanup
12651 * doc/xml.html: update
12652
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012653Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12656 released 2.3.14
12657
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012658Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12659
12660 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012661 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012662
Daniel Veillard73c9c042001-07-05 20:02:54 +000012663Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12664
12665 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12666 were not equal to empty strings
12667
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012668Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12669
12670 * SAX.c: fixed a URI-Reference computation problem when validating
12671 * xmlIO.c: small cleanup
12672
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012673Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12674
12675 * parser.c: improved the description of a couple of interfaces
12676 upon Larry Stamper suggestion
12677
Daniel Veillard62f313b2001-07-04 19:49:14 +000012678Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12679
12680 * SAX.c entities.c parser.c: changed completely the way entities
12681 are handled when running the parser in entity substitution mode.
12682 This fixes a bug reported by Stephan Kulow and nearly divides
12683 by 3 the amount of memory required by libxslt to load and process
12684 DocBook TDG.
12685
Daniel Veillardf420ac52001-07-04 16:04:09 +000012686Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12687
12688 * HTMLparser.c: fixing a too early root closing problem raised
12689 byt Prashanth Naidu
12690
Daniel Veillard8c357d52001-07-03 23:43:33 +000012691Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12692
12693 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12694 raised by Mark Vakoc.
12695
Daniel Veillard6e90d192001-07-03 16:37:49 +000012696Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * example/Makefile.am: fixed the include path to add srcdir/include
12699 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12700 and some cleanup
12701
Daniel Veillardf06307e2001-07-03 10:35:50 +000012702Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12703
12704 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12705 lot of optimization work, results in significant improvements
12706 when handling really complex XPath queries. Add a small optimizer
12707 for unions, improve [n] and [last()], avoid some costly ops.
12708
Daniel Veillard77044732001-06-29 21:31:07 +000012709Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12710
12711 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12712 * xpath.c: small cleanup
12713 * xmlGetNsList: reformated, fixed problems if used on Entities
12714
Daniel Veillard2adbb512001-06-28 16:20:36 +000012715Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12716
12717 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12718
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012719Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12720
12721 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12722 * Makefile.am example/Makefile.am: workaround automake generating
12723 erroneous deps
12724
Daniel Veillard12f7d292001-06-28 13:12:11 +000012725Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * include/win32config.h: bug #56801 Yon Derek provided a patch
12728 to the windows config file.
12729
Daniel Veillard87ee9142001-06-28 12:54:16 +000012730Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12731
12732 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12733 libxml.h : Yon Derek provided a set of changes to compile from
12734 CVS on Windows/MSC
12735
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012736Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12737
12738 * parser.c: fixed UTF8 BOM support in push mode
12739 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12740 added a specific testcase
12741
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012742Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12743
12744 * Makefile.am: added --push regression tests
12745 * parserInternals.c: the XML parser segfaulted in --push mode
12746
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012747Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12748
12749 * configure.in: moved the symlinks detection within a CVS
12750 check, this is not portable and will be removed soon.
12751 * xpath.c: small cleanup/speedup
12752
Daniel Veillard11648102001-06-26 16:08:24 +000012753Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12754
12755 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12756 release of 2.3.12
12757 * parser.c: make an error message if unknow entities in all cases
12758
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012759Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12760
12761 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12762
Daniel Veillard23793842001-06-25 16:07:45 +000012763Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12764
12765 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12766 includes were installed in the wrong dir
12767
Daniel Veillardf5498f32001-06-25 15:08:36 +000012768Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12769
12770 * doc/html.xml: warn against sending code to exhibit bugs.
12771
Daniel Veillard56f06462001-06-24 21:34:03 +000012772Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12773
12774 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12775 Tru64 from Thomas Leitner
12776
Daniel Veillardc5d64342001-06-24 12:13:24 +000012777Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12778
12779 * AUTHORS: added William and Bjorn
12780 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12781 daniel@veillard.com hopefully I won't have to do this again
12782 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12783 docs can be rebuilt cleanly now
12784 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12785 from CVs it's generated, added include/libxml/xmlwin32version.h
12786 also generated but which should change far less frequently.
12787 * catalog.c nanoftp.c: made sure to include libxml.h not
12788 libxml/xmlversion.h directly
12789 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12790 when compiling on WIN32 and MSC
12791
Daniel Veillard07385fd2001-06-23 21:55:48 +000012792Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12793
12794 * include/Makefile.am include/libxml/Makefile.am configure.in:
12795 fixed make distcheck and rebuilding the rpms
12796
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012797Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12798
12799 * configure.in: should finish the migration of exported includes
12800 into a real include/libxml in CVS, at least for CVS users.
12801 * removed the exported headers, added in include/libxml (as well
12802 as xmlversion.h.in).
12803
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012804Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12805
12806 * configure.in: fixed the way to detect symlink
12807
Daniel Veillard66541772001-06-23 18:31:04 +000012808Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12809
12810 * configure.in: updated, include/libxml is now a real CVS dir
12811
Daniel Veillardca989762001-06-23 17:39:29 +000012812Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12813
12814 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12815 version works with both libxml1 and libxml2 (it autodetects
12816 the prefix of the html-files) from Felix Natter.
12817 * doc/xml.html: updated doc accordingly
12818
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012819Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12820
12821 * xpath.c: fixed the bug generating a template loop in libxslt
12822 when using docbook-xsl-1.4, * should filter out document nodes
12823 * HACKING: added William
12824 * TODO: updated
12825
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012826Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12827
12828 * doc/FAQ.html: added a warning about gcc-3.0
12829 * doc/xml.html: added reference to gdome2 and removed a confusing
12830 sentence
12831
Daniel Veillardf7f41852001-06-22 15:18:01 +000012832Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12833
12834 * xmlversion.h: okay this is a generated file, but Windows
12835 users need it and they can't generate it, and I want CVS
12836 Windows users ...
12837 * win32/libxml2/libxml2_so.dsp: Windows project file for
12838 the shared lib version of libxml2
12839 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12840 resources needed for libxslt/xsltproc by Yon Derek
12841
Bjorn Reese3157b342001-06-22 14:41:45 +000012842Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12843
12844 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12845
Daniel Veillard4151acb2001-06-22 10:48:57 +000012846Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12847
Daniel Veillardcc146db2001-06-22 11:10:52 +000012848 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12849
12850Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
Daniel Veillard4151acb2001-06-22 10:48:57 +000012852 * include/win32config.h: Yon Derek provided a first fix
12853 to be able to compile libxslt/xsltproc on Windows
12854
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012855Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12856
12857 * xpath.c: attempt to work around what seemed a gcc optimizer
12858 bug when handling floats on i386 http://veillard.com/gcc.bug
12859 * tree.c entities.c encoding.c: doing some cleanups while
12860 chasing it
12861
Daniel Veillard017b1082001-06-21 11:20:21 +000012862Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12863
12864 * Makefile.am: cleanup when --without-debug is specified
12865 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12866 w.r.t. --without-debug and other include points
12867 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12868 Catalogs
12869 * configure.in entities.h tree.h HTMLparser.c: removed
12870 --without-corba, made the _private field mandatory
12871
Daniel Veillard87a764e2001-06-20 17:41:10 +000012872Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12873
12874 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12875 outputs a BOM in UTF8, an errata has been issued to avoid the
12876 problem, that was the most reasonable solution... Add support
12877 for a leading UTF8 BOM in entities.
12878
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012879Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12880
12881 * valid.c: fixed a bug found when post validating an entity ref
12882 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12883 activate it too
12884
Daniel Veillard39196eb2001-06-19 18:09:42 +000012885Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12886
12887 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12888 weakness in the node copy the XPointer and the XInclude
12889 implementations. Serious cleanup.
12890
Daniel Veillard3739b982001-06-19 12:51:30 +000012891Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12892
12893 * Makefile.am: Kjartan Maraas provided a small patch to
12894 add xml2-config.in to EXTRA_DIST
12895
Daniel Veillarda9142e72001-06-19 11:07:54 +000012896Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12897
12898 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12899 provided another failing case found in KDE, the way the
12900 ctxt->vctxt.nodeTab was allocated and freed changed over
12901 time but it wasn't completely cleaned up. This should fix it.
12902
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012903Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * parser.c: Stephan Kulow also raised the fact that line number
12906 could get miscounted making debug harder, fixed the problem
12907 in xmlParseCharData()
12908
Daniel Veillard64b98c02001-06-17 17:20:21 +000012909Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12910
12911 * valid.c: Stephan Kulow pointed out a problem when validating
12912 and using an empty entity, forgot a 'break' in a case.
12913
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012914Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12915
12916 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12917 * doc/xml.html: updated with 2.3.11
12918
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012919Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12920
12921 * TODO: updated adding cleanup of generated doc
12922 * configure.in: prepared to release 2.3.11
12923 * xmllint.c: added --version for bug reporting
12924 * doc/html/*.html: rebuilt the doc
12925
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012926Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * xpath.c: first part of the work on selecting namespace to
12929 fix bug #56115
12930
Daniel Veillard96ed5832001-06-15 22:22:04 +000012931Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12934 when using -liconv
12935 * TODO: updated
12936
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012937Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12938
12939 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12940 cleanup, encoding support.
12941
Daniel Veillard608ad072001-06-14 08:32:28 +000012942Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12943
12944 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12945
Daniel Veillard239d0522001-06-13 23:02:48 +000012946Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12947
12948 * xpath.c: bug detected by Ankh when / is used as a function arg
12949
Daniel Veillard02bb1702001-06-13 21:11:59 +000012950Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12951
12952 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12953 of element and use it to avoid outputting formatting spaces at
12954 the wrong place. Implemented the format parameter for HTML save.
12955 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12956 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12957 result/HTML/wired.html: of course this impact the result of a
12958 number of HTML tests
12959
Daniel Veillard95d845f2001-06-13 13:48:46 +000012960Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12961
12962 * HTMLtree.[ch]: started augmenting the HTML save API with
12963 encoding and formatting parameters
12964
Daniel Veillardeca60d02001-06-13 07:45:41 +000012965Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12966
12967 * HTMLtree.h: cleanup and started evaluating the work needed on
12968 revamping the HTML output code
12969
Daniel Veillard84666b32001-06-11 17:31:08 +000012970Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12971
12972 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12973
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012974Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12975
12976 * valid.c: fixed bug #56049, forgot one check in the
12977 validation routine
12978
Daniel Veillardca2366a2001-06-11 12:09:01 +000012979Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12980
12981 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12982
Daniel Veillard6761eee2001-06-11 10:29:38 +000012983Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12984
12985 * libxml.h: fixed an error in last commit
12986 * doc/FAQ.html: added an entry for compilation from CVS
12987
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012988Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12989
12990 * xmlversion.h.in libxml.h: Cygwin patches
12991 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12992 * tree.h: cleanup
12993
Daniel Veillardacd370f2001-06-09 17:17:51 +000012994Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12995
12996 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12997 memory block in a strange case where libxml is linked twice
12998 in the binary.
12999
Daniel Veillard1d047672001-06-09 16:41:01 +000013000Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13001
13002 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13003 state far too often, simple fix used to avoid it.
13004
Daniel Veillard4497e692001-06-09 14:19:02 +000013005Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13006
13007 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13008 being processed, applied his patch
13009 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13010
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013011Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13012
13013 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13014 provided fixes to compile on MSCC again
13015 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13016 also provided an update for the project files.
13017
Daniel Veillarda682b212001-06-07 19:59:42 +000013018Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13019
13020 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13021 bug #55810
13022
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013023Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13024
13025 * tree.c: fixed xmlGetNsProp() to close bug #55683
13026 Note this requires libxslt to use it's own function instead.
13027
Daniel Veillardf0c53762001-06-07 16:07:07 +000013028Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13029
13030 * HTMLtree.c: when in a pre element no formatting space should
13031 be added.
13032 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13033
Daniel Veillard068a9652001-06-07 15:30:26 +000013034Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * configure.in: added tests for signal() and signal.h
13037
Daniel Veillard541d6552001-06-07 14:20:01 +000013038Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13039
13040 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13041
Daniel Veillard8a367d42001-06-07 14:01:34 +000013042Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13043
13044 * doc/libxml-doc.el: Felix Natter provided a new version for
13045 libxml2
13046
Daniel Veillard8a926292001-06-07 11:20:20 +000013047Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13048
13049 * HTMLtree.c: when in a pre element no formatting space should
13050 be added.
13051
Daniel Veillard14839d52001-06-06 16:11:56 +000013052Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13053
13054 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13055
Daniel Veillarde95e2392001-06-06 10:46:28 +000013056Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13057
13058 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13059 hack
13060 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13061 * uri.c: fixed a warning
13062
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013063Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13064
13065 * HTMLtree.c: trying to close bug #55772 escaping in script
13066 elements
13067 * doc/xml.html: suggest to send mail to the list
13068
13069Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013070
13071 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13072 good. Use a macro and based on the solution provided in
13073 vsnprintf manual page from GNU.
13074
Bjorn Reese99748722001-06-05 12:49:15 +000013075Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13076
13077 * error.c: Workaround for non-preserving variadic list.
13078 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13079
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013080Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13081
13082 * doc/xml.html: added 2.3.10 release
13083
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013084Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13085
13086 * configure.in: releasing 2.3.10
13087
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013088Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13091
Daniel Veillard20042422001-05-31 18:22:04 +000013092Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13093
13094 * encoding.c: Robert Collins provided a patch to add the
13095 "US-ASCII" encoding alias
13096
Daniel Veillard97ac1312001-05-30 19:14:17 +000013097Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13098
13099 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13100 string oriented functions and started cleaning the related areas
13101 in xpath.c which needed fixing in this respect
13102
Daniel Veillard2d703722001-05-30 18:32:34 +000013103Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13104
13105 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13106 #55380
13107 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13108
Daniel Veillard9403a042001-05-28 11:00:53 +000013109Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13110
13111 * TODO: updated
13112 * nanohttp.[ch] : started adding APIs to get the redirected URL
13113 when this occurs (needed for further base computation
13114 * tree.h: cleanup
13115 * encoding.c: cleanup
13116 * SAX.c: minor change around ctxt->loadsubset
13117
Daniel Veillard6278fb52001-05-25 07:38:41 +000013118Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13119
13120 * Makefile.am include/Makefile.am: small change to have
13121 include/libxml rebuilt if working from CVS.
13122 * uri.c: applied another patch from Carl Douglas for URI escaping,
13123 this should close bug #51876
13124
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013125Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13128 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13129 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13130 added specific regression test
13131 * parser.h: preparing for the XSLT mode where DTD inherited
13132 attributes are added to the tree.
13133
Daniel Veillardbbd22452001-05-23 12:02:27 +000013134Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13135
13136 * xinclude.[ch]: Updated the namespace for the Last Call version
13137 * result/XInclude/include test/XInclude/include: updated the
13138 testsuite accordingly
13139
Daniel Veillard8514c672001-05-23 10:29:12 +000013140Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13141
13142 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13143 related to bug #51876
13144
Daniel Veillard42596ad2001-05-22 16:57:14 +000013145Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13146
13147 * tree.c: fixed a gross mistake in base computation, xml:base is
13148 not completely correct yet (need cascade).
13149 * xpath.[ch]: added the few things needed to find a function name
13150 and URI from the XPath context when it is called.
13151
Daniel Veillard81418e32001-05-22 15:08:55 +000013152Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13153
13154 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13155 * DOCBparser.c: small cleanup
13156 * xmllint.c: added a --catalogs option to load catalogs from
13157 $SGML_CATALOG_FILES
13158 * tree.c: cleanup
13159 * configure.in: iconv library fixup, ICONV_LIBS
13160
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013161Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13162
13163 * catalog.c: handling of CATALOG entries. detection of recursion,
13164 and a few bugfixes
13165 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13166 against the default namespace
13167
Daniel Veillard04b93292001-05-21 08:15:31 +000013168Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13169
13170 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13171
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013172Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * parser.c: fixed propagation context info when parsing an
13175 external entity.
13176 * doc/html/*.html: regenerated a couple of docs
13177
Daniel Veillard4623acd2001-05-19 15:13:15 +000013178Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13179
13180 * doc/xml.html: update with 2.3.9 informations
13181
Daniel Veillardbed7b052001-05-19 14:59:49 +000013182Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13183
13184 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13185 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13186 * doc/html/* : rebuilt the docs
13187 * valid.c: small patch which may improve some case when
13188 validating.
13189
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013190Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13191
13192 * HTMLparser.c: Closed bug #54891
13193 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13194 to the suite
13195
13196Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13199 applied a documentation patch from LotR and filled in a few missing
13200 descriptions
13201
Daniel Veillard76d66f42001-05-16 21:05:17 +000013202Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13203
13204 * xpath.c tree.c parser.c: speed optimizations at the parser level
13205 document tree freeing and xpath evaluation
13206
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013207Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13208
13209 * parser.c parser.h parserInternals.h: fixed a couple of
13210 interfaces for handling memory buffer input to const char *
13211 upon suggestion of JamesH.
13212
Daniel Veillardc3739e72001-05-15 15:23:27 +000013213Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * configure.in: LoTR sent a patch fixing the previous commit
13216
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013217Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13218
13219 * configure.in: trying to deal again with the stoopid -R linking
13220 flag of Solaris
13221
Daniel Veillard790142b2001-05-15 10:51:53 +000013222Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * xpath.h: two nodeset access macros from Thomas Broyer
13225
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013226Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13227
13228 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13229 patch from Thomas Broyer
13230
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013231Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13232
13233 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13234 case
13235 * INSTALL: was empty added stuff from the FAQ
13236
Daniel Veillard75bea542001-05-11 17:41:21 +000013237Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13240 attributes handling and #54433 by adding xmlUnsetProp()
13241 and xmlUnsetNsProp()
13242
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013243Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13244
13245 * HTMLparser.c: Patch from Jonas Borgström
13246 (htmlGetEndPriority): New function, returns
13247 the priority of a certain element.
13248 (htmlAutoCloseOnClose): Only close inline elements if they
13249 all have lower or equal priority.
13250 * result/HTML: this of course changed a number of tests results.
13251
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013252Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13253
13254 * xmlIO.c catalog.c: plugged in the default catalog resolution
13255 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13256 documentations
13257 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13258
Daniel Veillarda7374592001-05-10 14:17:55 +000013259Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13262 integrating catalogs
13263 * catalog.[ch] testCatalog.c: adding a small catalo API
13264 (only SGML catalog support).
13265 * parser.c: restaured xmlKeepBlanksDefault(0) API
13266
Daniel Veillardc17337c2001-05-09 10:51:31 +000013267Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13268
13269 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13270
Daniel Veillard257d9102001-05-08 10:41:44 +000013271Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13272
13273 * parser.c: added xmlParseExternalEntityPrivate() to allow
13274 propagation of ctxt->_private when parsing external entities
13275
Daniel Veillard083c2662001-05-08 08:27:14 +000013276Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13279
Daniel Veillard01ef7382001-05-08 07:31:43 +000013280Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13281
13282 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13283
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013284Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13285
13286 * valid.c: warn when indeterminist content model is detected
13287 * result/VC/ElementValid8: this adds a message
13288 * Makefile.am: add --novalid for VCM tests
13289 * parserInternals.c: added a call to Init memory
13290
Daniel Veillard64269352001-05-04 17:52:34 +000013291Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13292
13293 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13294 when both parameters are NULL.
13295
Daniel Veillard37721922001-05-04 15:21:12 +000013296Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13297
13298 * valid.c: applied small patch from Gary Pennington, reindented
13299 some part of the code.
13300
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013301Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13304 release, updated and regenerated the docs
13305
Daniel Veillard357c9602001-05-03 10:49:20 +000013306Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13307
13308 * xpath.c result/XPath/expr/floats : clarified and cleanup
13309 printing of abnormal floats in tests.
13310
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013311Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13312
13313 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13314 * results/HTML/ : a few changes in the output of the HTML tests as
13315 a result.
13316 * configure.in: tying to fix -liconv where needed
13317
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013318Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13319
13320 * Makefile.am: fixed a stupid error
13321
Daniel Veillard7150a032001-05-02 16:41:11 +000013322Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13323
13324 * configure.in Makefile.am: make the inclusion of the trio
13325 modules in the library conditional
13326
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013327Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * DOCBparser.c: patche from László Kovács, fixed entities refs
13330 in attributes handling
13331
Daniel Veillardedddff92001-05-02 10:58:52 +000013332Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13335 flushing
13336
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013337Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13338
13339 * xpath.c: fix of an XSLT namespace bug reported on the list
13340 general/bug-8-
13341
Daniel Veillard5792e162001-04-30 17:44:45 +000013342Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13343
13344 * strio.h trio.c: Dan McNichol suggested a couple of small
13345 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13346
Daniel Veillard02141ea2001-04-30 11:46:40 +000013347Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * tree.c parser.c encoding.c: spent a bit more time looking
13350 at the parsing speed and DOM handling. Added a few more
13351 speedups.
13352
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013353Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13354
13355 * parser.c: small but effective parsing speed improvement
13356
Daniel Veillardb59076b2001-04-29 17:04:07 +000013357Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * configure.in: default on the DocBook parser inclusion (for Gnome)
13360 * DOCBparser.h: fixed a header reference
13361
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013362Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13363
13364 * configure.in xpath.c: applied Bjorn patches for FPE on the
13365 alpha
13366
Daniel Veillardeefd4492001-04-28 16:55:50 +000013367Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13368
13369 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13370 xmlSaveFormatFileTo()
13371
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013372Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13373
13374 * xpath.c: simple and efficient optimization, XPath functions
13375 aways bind to the same code, cache this
13376 * TODO: updated (by saying some is obsolete)
13377
Daniel Veillard2156a562001-04-28 12:24:34 +000013378Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13379
13380 * xpath.c: more cleanup work on XPath name parsing routines
13381
Daniel Veillard61d80a22001-04-27 17:13:01 +000013382Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13383
13384 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13385 xmlXPathParseName
13386 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13387 * debugXML.c: avoid compilation problems if compiling without
13388 HTML support, Igor Zlatkovic
13389 * win32/libxml2/libxml2.def.src: being able to compile without
13390 XPath on Windows
13391
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013392Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * libxml.m4: yet another patch from Toshio Kuratomi
13395
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013396Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13397
13398 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13399
Daniel Veillard67fee942001-04-26 18:59:03 +000013400Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13401
13402 * tree.[ch]: added xmlSaveFormatFile interface for saving
13403 and indenting a file.
13404
Daniel Veillard82e49712001-04-26 14:38:03 +000013405Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * xpath.c: fixed bug #53689 related to processing-instruction()
13408
Daniel Veillard02f077a2001-04-26 10:59:11 +000013409Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * DOCBparser.c: patche from László Kovács
13412
Daniel Veillard30211a02001-04-26 09:33:18 +000013413Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * parser.c: applied fixes from Christian Glahn bug report #53391
13416
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013417Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13418
13419 * error.c: Jean François Lecomte provided a complete description
13420 and a fix to bug #53537
13421
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013422Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13423
13424 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13425
Daniel Veillard1034da22001-04-25 19:06:28 +000013426Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * DOCBparser.c SAX.c: a bit more work on entities processing.
13429 Still Need to cleanup XML output and references in attributes
13430
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013431Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13434
Daniel Veillardb33c2012001-04-25 12:59:04 +000013435Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * tree.c: trying to fix #53574, not completely complete,
13438 I would like xmllint --copy --debug test/ent1 and
13439 xmllint --debug test/ent1 to show the same result.
13440 * xpath.c: fix a bug when trying to sort namespace nodes
13441
Daniel Veillard5146f202001-04-25 10:29:44 +000013442Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13443
13444 * HTMLtree.c: real fix for #53402
13445
Daniel Veillard7533cc82001-04-24 15:52:00 +000013446Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13447
13448 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13449 PIs when using xsl:output
13450 * valid.c: closing #53537 some case generate segfaults if there
13451 is validity errors
13452
Daniel Veillard61b33d52001-04-24 13:55:12 +000013453Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13456 of external parsed entities, added --noent to testDocbook
13457 * valid.c: Garry Pennington found an uninitialized variable
13458 access in xmlValidateElementContent()
13459
Daniel Veillard56098d42001-04-24 12:51:09 +000013460Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13461
13462 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13463 with madness
13464 * result/HTML/ : this modified the result of the regression tests
13465 a lot.
13466
Daniel Veillard122376b2001-04-24 12:12:30 +000013467Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13470 to doc where it wasn't checked against NULL reported by
13471 Jens Laas
13472
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013473Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13474
13475 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13476 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13477
Daniel Veillardeae522a2001-04-23 13:41:34 +000013478Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13479
13480 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13481 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13482 * SAX.[ch]: cleanup and updates for DocBook
13483 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13484 ex SGML identifier changes
13485 * valid.c: removed a static unused function.
13486
Daniel Veillardde57c612001-04-23 09:13:36 +000013487Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13488
13489 * HTMLtree.c: applied change for Paul Sponagl on script saving
13490 * Makefile.am: the warning about entity title.xml are normal.
13491
Daniel Veillard393df012001-04-22 20:11:18 +000013492Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * configure.in: release of 2.3.7
13495 * Makefile.am: fixing make distcheck
13496
Daniel Veillarda41123c2001-04-22 19:31:20 +000013497Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * doc/html/* doc/xml.html: updated and regenerated the docs
13500
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013501Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13504
Daniel Veillarde82a9922001-04-22 12:12:58 +000013505Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13506
13507 * tree.c: fixed #53388 with the provided patch
13508
Daniel Veillard06803992001-04-22 10:35:56 +000013509Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13510
13511 * valid.c: Bjorn detected an invalid memory access. Fixed
13512 vstateVPush()
13513
Daniel Veillard40af6492001-04-22 08:50:55 +000013514Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13515
13516 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13517
Bjorn Reese70a9da52001-04-21 16:57:29 +000013518Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13519
13520 * libxml.h: new header used only for the compilation of libxml
13521 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13522 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13523 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13524 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13525 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13526 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13527 baseline (version 1.2 plus a single patch).
13528 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13529 scientific notation for numbers. Tests added.
13530 * xpath.c: formatting of numbers changed to use sprintf
13531 (contribution from William Brack)
13532
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013533Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13534
13535 * valid.c: cleanup, more useful debugging
13536 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13537 * xmlIO.c: entity loading is printed as an error when validating
13538
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013539Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13540
13541 * valid.c: fixed to validate within entities
13542 * test/VCM/v22.xml: added a specific testcase
13543
Daniel Veillardca1f1722001-04-20 15:47:35 +000013544Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13545
13546 * valid.c: forgot an epsilon transition in for ()+
13547 * test/VCM/v21.xml : added a specific test case
13548
Daniel Veillard85349052001-04-20 13:48:21 +000013549Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13550
13551 * valid.c: removed a state explosion exhibited by RSS
13552 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13553 from bug #51872
13554
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013555Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13558 validation without using an ugly NFA -> DFA algo in the source.
13559 Made a specific algorithm easier to maintain, using a single
13560 stack and without recursion.
13561 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13562 * hash.c: made the growing routine static
13563 * tree.h parser.c: added the parent information to an
13564 xmlElementContent node.
13565
Daniel Veillarde470df72001-04-18 21:41:07 +000013566Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13567
13568 * SAX.c parser.c xpath.c: generating IDs when not validating
13569 from an external parsed entity was poisoning the ID has table
13570 with removed values. This was killing XSLT on the KDE help
13571 browser.
13572
Daniel Veillardceacdd92001-04-18 15:10:35 +000013573Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13574
13575 * entities.h: andrew@ugh.net.au detected a double declaration
13576
Daniel Veillarda10efa82001-04-18 13:09:01 +000013577Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * debugXML.c hash.c tree.h valid.c : some changes related to
13580 the validation suport to improve speed with DocBook
13581 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13582 the way validation errors get reported
13583
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013584Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13585
13586 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13587 by P C Chow and William M. Brack for XSLT HTML output
13588
Daniel Veillard2d90de42001-04-16 17:46:18 +000013589Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13590
13591 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13592 Igor Zlatkovic patches for MSC compilation and added his
13593 updates
13594
Daniel Veillarde043ee12001-04-16 14:08:07 +000013595Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13598 prefix lookup.
13599 * parserInternals.c: fixed the bug reported by Morus Walter
13600 due to an off by one typo in xmlStringCurrentChar()
13601
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013602Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13603
13604 * HTMLparser.c result/HTML/*: revamped the way the HTML
13605 parser handles end of tags or end of input
13606
Daniel Veillard82daa812001-04-12 08:55:36 +000013607Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13608
13609 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13610
Daniel Veillard67a21302001-04-11 14:39:16 +000013611Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13614 bug where the linktime verions of free() won't work ...
13615
Daniel Veillard27b55282001-04-11 12:22:25 +000013616Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13619
Daniel Veillardafc73112001-04-11 11:51:41 +000013620Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * doc/xml.html: added 2.3.6 release
13623
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013624Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13625
13626 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13627 * result/wml.xml: resulted in a small output change
13628
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013629Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13630
13631 * tree.c: xmlNewDoc was missing the charset initialization
13632 * xmllint.c: added --auto to autogenerate a doc, allow to
13633 reproduce the problem fixed on xmlNewDoc
13634
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013635Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13636
13637 * xpath.c: trying to get 52979 solved
13638 * tree.c result/ result/noent/: trying to get 52712 solved, this
13639 also made me clean up the fact that XML output in general should
13640 not add formating blanks by default, this changed the output of
13641 a few tests
13642
Daniel Veillard73639a72001-04-10 14:31:39 +000013643Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13644
13645 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13646
Daniel Veillardfac26a12001-04-08 13:08:14 +000013647Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * configure.in: finally released 2.3.6
13650
Daniel Veillard911f49a2001-04-07 15:39:35 +000013651Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13652
13653 * xpath.c: checking for null pointer generated by new code
13654
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013655Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13656
13657 * xpath.c: fixed a [] evaluation problem reported
13658 * test/XPath/tests/simpleaddr: extended test
13659 * result/XPath/simpleaddr: updated result
13660
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013661Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13662
13663 * xmllint.c: Dan Timis reported a portability problem
13664 on Macs without mmap, fixed it.
13665
Daniel Veillardb38bd552001-04-03 18:22:00 +000013666Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * testXPath.c : added a --tree option allowing to display the
13669 tree dump of the XPath expression
13670
Daniel Veillard4dd93462001-04-02 15:16:19 +000013671Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13672
13673 * xpath.c: fixed a memleak when comparing nodesets
13674 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13675 * tree.c: added a TODO
13676
Daniel Veillard92ad2102001-03-27 12:47:33 +000013677Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13678
13679 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13680 we need string functions
13681 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13682 to be able to use them where needed. Applied some changes
13683 to reduce name linking pollution and compile in only what's
13684 needed.
13685 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13686 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13687 for the string manipulation functions
13688 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13689 to the free() function of xmlmemory.c
13690 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13691 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13692 usage.
13693
13694
Daniel Veillard2be30642001-03-27 00:32:28 +000013695Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * error.c: applied the context output patch of the error
13698 handling submitted by Chuck Griffith
13699 * error/VC/*: this slightly change some error logs
13700
Daniel Veillard50582112001-03-26 22:52:16 +000013701Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13702
13703 * parser.c: fixed line number reporting on error
13704
Daniel Veillard04be4f52001-03-26 21:23:53 +000013705Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * parser.c: Sullivan and Darin found a parser bug,
13708 applied the patch.
13709
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013710Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13711
13712 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13713 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13714 xmlversion.h.in xpointer.c: of course the way I defined
13715 UNUSED breaks on old gcc version. Try to be smart and
13716 also define it directly in xmlversion.h
13717 * configure.in: removed -ansi flag from the pedantic set
13718
13719Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013720 Huge cleanup, I switched to compile with
13721 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13722 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13723 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13724 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13725 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13726 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13727 encoding.h entities.c error.c list.[ch] nanoftp.c
13728 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13729 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13730 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13731 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13732 Cleanup, staticfied a number of non-exported functions,
13733 detected and cleaned up a dozen of problem found this way,
13734 avoided a lot of public function name/typedef/system names clashes
13735 * doc/xml.html: updated
13736 * configure.in: switched private flags to the really pedantic ones.
13737
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013738Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13739
13740 * configure.in: 2.3.5
13741 * doc/html/*: rebuilt the docs
13742
Daniel Veillard146c9122001-03-22 15:22:27 +000013743Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * parser.c: fixed a reported bug in NOTATION parsing
13746 * uri.c: accepted but not fixed bug 51876, added TODO
13747 * Makefile.am: fixed bug 51876
13748
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013749Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13750
13751 * config.h.in configure.in error.c: fix a compilation problem
13752 on platforms without vsnprintf (xml@thewrittenword.com)
13753
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013754Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * parser.c: fixed a function name header typo
13757 * SAX.c: notations can also occur in external subset.
13758
Daniel Veillard7d42b542001-03-20 13:22:46 +000013759Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13760
13761 * error.c: removed a C++ like comment
13762
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013763Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13764
13765 * parser.c: fixing bug 52299 strange condition leading
13766 to a parser crash due to a buffer overflow
13767 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13768 added the specific test case
13769
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013770Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13771
13772 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13773 xmlXPathConvert{String,Number,Boolean} to be able to make
13774 type casts without a context stack, fixed some implementation
13775 problems related to the absence of context at parse-time,
13776 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13777 in the public API too
13778 * xpointer.c xpathInternals.h: we need to know at parse time
13779 whether we are compiling an XPointer
13780
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013781Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13782
13783 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13784 cleaned up the parser internals, refactored XPath code, added
13785 new compilation based APIs and cleanly separated public and
13786 private APIs.
13787
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013788Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13789
13790 * xpath.h: the comp field must be added at the end to avoid
13791 killing binary compat.
13792
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013793Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13794
13795 * Makefile.am: detect XPath memleaks in regreson tests
13796 * error.c: fixed and error w.r.t. error reporting still using
13797 stderr
13798 * hash.c: added new line at end of file
13799 * tree.h: minor cleanup
13800 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13801 expression parsing from evaluation, resulted in a number of
13802 changes internally, and in XPointer. Likely to break stuff
13803 using xpathInternals.h but should remain binary compatible,
13804 new interfaces will be added.
13805
Daniel Veillardd574f782001-03-14 19:40:17 +000013806Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13807
13808 * configure.in: fixed a couple of problems reported by
13809 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13810 without gcc on non linux platforms.
13811
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013812Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13815 a fix for --with-html-dir= configure support. I hope it won't
13816 break rpm generation
13817
Daniel Veillarda022fe02001-03-14 16:30:00 +000013818Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13819
13820 * xmlIO.c: one function comment cleanup.
13821
Daniel Veillard25239c12001-03-14 13:56:48 +000013822Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13823
13824 * SAX.c: external subset notations were improperly registered
13825 in the internal subset.
13826
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013827Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13828
13829 * README.cvs-commits: added, pointing to HACKING
13830 * HACKING: updated
13831
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013832Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13833
13834 * parser.c: and Matt Sergeant found one in the XML push
13835 parser (erroneous check I forgot to remove when I fixed the
13836 main parser).
13837
Daniel Veillard68d7b672001-03-12 18:22:04 +000013838Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * xpath.c: ptittom found a small bug in UnaryExpr
13841
Daniel Veillarde356c282001-03-10 12:32:04 +000013842Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * configure.in: bumped to 2.3.4
13845 * error.c: fixed bug #51860
13846 * tree.c: fixed bug #51861
13847 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13848 * tree.[ch] : added xmlDefaultBufferSize
13849 * nanoftp.c: typo in function name header block
13850 * doc/xml.html : updated, added link to XML::LibXSLT
13851 * doc/html/* : rebuilt the docs
13852
Daniel Veillard80f32572001-03-07 19:45:40 +000013853Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * parser.c SAX.c: the new content parsing code raised an
13856 ugly bug in the characters() SAX callback. Found it
13857 just because of strangeness in XSLT XML Rec ouptut :-(
13858
Daniel Veillard6c831202001-03-07 15:57:53 +000013859Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13860
13861 * Makefile.am: Martin Baulig suggested to add -lm
13862 * tree.c: found another bug in xmlNodeGetContent()
13863
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013864Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13865
13866 * xpath.c: Bjorn found the error related to strictness of comparison.
13867
Daniel Veillard29631a82001-03-05 09:49:20 +000013868Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13869
13870 * parser.c: trying to fix the Dtd parsing problem reported
13871 by Gary, side effect of last week speed optimizations.
13872
Daniel Veillard14be0a12001-03-03 18:50:55 +000013873Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13874
13875 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13876 * parserInternals.c: removed unneeded test raised by Stric
13877
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013878Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13879
13880 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13881 and fixed by William Brack). Added xmlXPathFormatNumber.
13882 Changed the sorting slightly.
13883 * configure.in Makefile.am example/Makefile.am: Added -lm.
13884 Please note that applications linking with libxml2, must
13885 also like with the math library from now on.
13886
Daniel Veillardf9533d12001-03-03 10:04:57 +000013887Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13890
Daniel Veillard2f362242001-03-02 17:36:21 +000013891Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * parser.c: one must report spaces even if the Dtd element
13894 content proves that this is not part of the element content.
13895 * result/valid/*.xml: this changed the ouptu slightly
13896
Daniel Veillardb402c072001-03-01 17:28:58 +000013897Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13898
13899 * configure.in: bumped to 2.3.3
13900 * doc/xml.html: updated
13901
Daniel Veillard77851712001-02-27 21:54:07 +000013902Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * tree.c: minor doc fix
13905 * xpath.c: deallocation issues when a result tree has been
13906 converted to a node-set
13907
Daniel Veillardec70e912001-02-26 20:10:45 +000013908Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13909
13910 * doc/xml.html: oops corrected dates s/2000/2001
13911
Daniel Veillard8730c562001-02-26 10:49:57 +000013912Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13913
13914 * valid.c: new patch from Gary Pennington
13915
Daniel Veillard91e9d582001-02-26 07:31:12 +000013916Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13917
13918 * doc/xml.html: applied patch from Ankh
13919
Daniel Veillardedac3c92001-02-26 01:36:19 +000013920Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13921
13922 * xinclude.c: fixed a problem building on Mac
13923
Daniel Veillard21a0f912001-02-25 19:54:14 +000013924Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * parser.c: more work on increasing parsing ferformances
13927
Daniel Veillard48b2f892001-02-25 16:11:03 +000013928Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13929
13930 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13931 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13932 avoiding memcpy in production builds MEM_CLEANUP macro use
13933 * parser.[ch] parserInternals.c: optimizations of the tightest
13934 internal loops inside the parser. Better checking of I/O
13935 flushing/loading conditions
13936 * xmllint.c : added --timing
13937
Daniel Veillard71681102001-02-24 17:48:53 +000013938Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13939
13940 * configure.in: bumped to 2.3.2
13941 * doc/xml.html: updated for release
13942
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013943Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * xpath.c: found a memleak and fixed a nasty bug
13946
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013947Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13948
13949 * xmllint.[c1] : added return code errors for xmllint
13950 * xpath.c: specific debug dump function for result value trees
13951
Daniel Veillard4b637072001-02-21 21:52:55 +000013952Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13953
13954 * xpath.c: finally implemented xmlXPathCompareNodeSets
13955 * test/XPath/expr/floats results/XPath/expr/floats: added
13956 a test for float expressions
13957
Daniel Veillardf714aa32001-02-21 03:07:44 +000013958Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13961 * parserInternals.[ch]: trying to speed up parsing
13962 * xpath.c : speeded up node set equality op
13963
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013964Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13965
13966 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13967 better handling of ID/IDREF and the list modules associated
13968 * configure.in: small CFLAGS cleanup
13969
Daniel Veillarda8abee62001-02-19 15:14:59 +000013970Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13971
13972 * configure.in: fixed iconv detection on AIX (stric)
13973
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013974Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013975
13976 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13977
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013978Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13979
13980 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13981 and optimized xmlXPathNodeSetSort
13982
Daniel Veillard142adbf2001-02-17 13:21:05 +000013983Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13984
13985 * xpath.c: bug fix when context size is 0
13986 * parser.c: I like Norm's Dtd because they still manage to break
13987 the parser occasionally
13988
Daniel Veillardf23e0092001-02-16 13:21:29 +000013989Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13992
Daniel Veillarde0e26512001-02-16 00:11:46 +000013993Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13996 attributes within the XML-1.0 namespace
13997
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013998Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13999
14000 * xpathInternals.h: exported a few axis functions
14001 * doc/xml.html: updated the doc
14002
Daniel Veillard760f4422001-02-15 14:59:48 +000014003Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14004
14005 * configure.in: applied patch from Daniel van Balen for OpenBSD
14006 and bumped version to 2.3.1
14007 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14008 attempt to find autoclosing was simply broken, removed it,
14009 updated the examples, this is better
14010
Daniel Veillardd194dd22001-02-14 10:37:43 +000014011Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14014 hash functionnalities.
14015 * doc/html/* : rebuild the doc
14016
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014017Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14020 on predicate
14021 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14022 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14023 really want to have tags closed on output even if we accept
14024 unclosed ones on input
14025
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014026Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14027
14028 * xpath.c: ouch don't free NULL, rare case fixed
14029 * tree.c: don't coalesce text nodes if they don't have the
14030 same behaviour wrt escaping on output
14031
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014032Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14033
14034 * xpath.c: small fixup
14035 * SAX.c: don't warn on empty namespaces.
14036
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014037Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * README: a bit of cleanup
14040 * configure.in: preparing for 2.3.0 release
14041
Daniel Veillard1f83d392001-02-08 09:37:42 +000014042Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14043
14044 * hash.[ch]: added a first version of xmlHashSize()
14045 * valid.c: another bug fix from Gary Pennington
14046
Daniel Veillard5eef6222001-02-07 18:24:48 +000014047Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14048
14049 * valid.c: couple of bug fixes pointed by Gary Pennington
14050 * HTMLtree.c: #if 0 cleanup
14051
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014052Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14053
14054 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14055 which removes a time consuming check of xmlXPathNodeSetAdd()
14056 and use it in places where we are sure to not break unicity
14057
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014058Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * xpath.c: bug fixes found from XSLT
14061 * tree.c: preserve node->name special values when copying nodes.
14062 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14063 external subset are fetched when available but without full
14064 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14065 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14066 output with encoding disabled.
14067
Daniel Veillard2c833b62001-02-03 08:52:06 +000014068Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14071 xmlCheckFilename should not be called from xmlFileOpenW
14072 and xmlGzfileOpenW
14073
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014074Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14075
14076 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14077 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14078 added the new tests for URI normalization
14079 * testURI.c: fixed stoopid bugs
14080 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14081 the URI in the error messages are now properly normalized
14082
Daniel Veillardea28ce62001-02-02 08:20:19 +000014083Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14086
Daniel Veillarde99a4762001-02-01 04:34:35 +000014087Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14088
14089 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14090
Daniel Veillard2b325a02001-01-31 20:46:31 +000014091Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14092
14093 * xpath.c: fixed mod operator
14094
Daniel Veillardde55cf62001-01-31 15:53:13 +000014095Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14096
14097 * parser.c: fixed xmlStrcat doc
14098 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14099 trees.
14100
Daniel Veillard2f913b72001-01-31 13:23:49 +000014101Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * xpath.c result/XPath/tests/chaptersbase
14104 result/XPath/tests/simplebase: fixed XPath node()
14105 * tree.c: small fix in xmlNewNs()
14106 * Makefile.am: removed extraneous xml2Conf.sh rule
14107
Daniel Veillardb42042b2001-01-28 07:40:36 +000014108Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14109
14110 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14111 Changed the library name, in order to get libxml-devel and
14112 libxml2-devel to coexist on a single system
14113 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14114 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14115
Daniel Veillardee0a4662001-01-27 18:59:33 +000014116Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14117
14118 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14119 libxml2-devel installable in // as libxml-devel.
14120
Daniel Veillard5eb05942001-01-27 17:50:22 +000014121Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14122
14123 * doc/Makefile.am: fixed make rebuild in doc
14124 * doc/html/*.html: rebuilt the docs
14125
Daniel Veillard65c295d2001-01-26 09:32:39 +000014126Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14127
14128 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14129
Daniel Veillard8e199902001-01-25 18:54:39 +000014130Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14131
14132 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14133 the HTML doc to go into the -devel RPM ...
14134 * aclocal.m4 config.h.in: some updates due to auto* magic
14135
Daniel Veillard93086662001-01-25 18:13:04 +000014136Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14137
14138 * xpath.h: added a hook in the context structure allowing to
14139 link to extra support, needed for XSLT
14140
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014141Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14142
14143 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14144 xmlXPtrCmpPoints to use it.
14145 * propagated the following patch from Alejandro Forero
14146 * include/win32config.h xmlIO.c: applied further suggestions
14147 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14148 * example/gjobread.c: fixed warnings, now that it builds
14149
14150Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14151
14152 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14153
14154 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14155 filename points to a valid file (not a directory).
14156 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14157 Added calls to xmlCheckFilenameDir.
14158
14159 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14160 `path' (rather than `filename') as the parameter to gzopen and open.
14161
Daniel Veillard48177c22001-01-23 15:27:41 +000014162Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14163
14164 * Makefile.am: fixed a problem with EXTRA_DIST
14165
Daniel Veillardb83ba402001-01-22 22:45:10 +000014166Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * Makefile.am example/Makefile.am: finally found the trick
14169 to build the example, i.e. add "." in SUBDIRS before example
14170 in the list <grin/>
14171
Daniel Veillard82687162001-01-22 15:32:01 +000014172Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14173
14174 * doc/xml.html: updated with an XSLT section, removed pointer to
14175 W3C CVS base.
14176
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014177Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14178
14179 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14180 too, and deallocation need to occur the same way.
14181
Daniel Veillarde4566462001-01-22 09:58:39 +000014182Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14183
14184 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14185 type correponding to an XSLT result tree fragment. Share most
14186 of the data format with node set, as well as operators.
14187 * HTMLtree.c: added a newline at the end of the doctype output
14188 whe this one is not present initially.
14189 * tree.c: make sure taht the parent and doc pointers are properly
14190 set when copying attributes (lists).
14191
Daniel Veillard701c7362001-01-21 09:48:59 +000014192Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14193
14194 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14195
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014196Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * xpath.c: seems I finally killed that ugly path evaluation
14199 context bug (tagged 9999 in case is is wrong)
14200
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014201Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14204 for XSLT
14205
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014206Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14207
14208 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14209 for xmlGzfileOpen() bug
14210
Daniel Veillardf6eea272001-01-18 12:17:12 +000014211Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14212
14213 * xpath.c: removed an error found by XSLT usage
14214 * tree.c parserInternals.h: use a predefined static string
14215 for text and comment nodes, avoid freeing them in xmlFreeNode,
14216 exported the string name in parserInternals.h and added
14217 another value to disable encoding at output (for XSLT),
14218 gain memory, time.
14219
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014220Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14221
14222 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14223 win32/libxml2/libxml2_so.dsp: new makefiles and update
14224 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14225
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014226Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14227
14228 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14229 Gary Pennington
14230
Daniel Veillard389e6b72001-01-15 19:41:13 +000014231Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
14233 * xpath.c: fixed the comaprision of values and nodelists,
14234 need to compare nodelist still ...
14235 * debugXML.c: avoided a possible core dump
14236 * HTMLparser.c: cleanup
14237 * nanohttp.c: contributed fix.
14238 * tree.c: fixes in properties handling added xmlSetNsProp
14239 needed by libxslt
14240 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14241 comment
14242 * TODO: updated
14243
Daniel Veillard167bd532001-01-06 21:09:34 +000014244Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14245
14246 * parser.c parserInternals.c: applied Bjorn Reese optimization
14247 patch
14248
14249Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14250
14251 * Makefile.am: applied patch fro make check from Martin Vidner
14252
Daniel Veillard503b8932001-01-05 06:36:31 +000014253Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14254
14255 * configure.in: preparing 2.2.11
14256 * doc/html/*: rebuild the HTML files
14257 * doc/xml.html : updated
14258
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014259Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14260
14261 * tree.c: fixed a stupid bug
14262 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14263 patches related to validation of an XInclude processing result
14264 * TODO: updated
14265
Daniel Veillarde2488192001-01-04 10:54:22 +000014266Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14269 on large files
14270
Daniel Veillardf060a412001-01-03 20:52:44 +000014271Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14272
14273 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14274
Daniel Veillard45cff692001-01-03 18:02:04 +000014275Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14276
14277 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14278 reported by Jonas Borgström
14279 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14280
Daniel Veillard08108982001-01-03 15:24:58 +000014281Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14282
14283 * testXPath.c xpath.c: fixing the XPath union expressions problem
14284 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14285
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014286Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14287
14288 * xmllint.c: Made is so if the file name is "-" is will read form
14289 standard input. Sven Heinicke <sven@zen.org>
14290 * tree.c: fixed a problem when growing buffer
14291 * tree.h: fixed the comment of the node types following andersca
14292 comment
14293 * TODO: updated
14294
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014295Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14296
14297 * HTMLparser.[ch]: added a way to avoid adding automatically
14298 omitted tags. htmlHandleOmittedElem() allows to change the
14299 default handling.
14300 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14301 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14302 of xmllint too when using --memory flag, added a memory test
14303 suite at the Makefile level.
14304 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14305 with namespace use when encountering QNames in XPath evalation,
14306 added xmlns() scheme in XPointer.
14307 * nanoftp.c : incorporated a fix
14308 * parser.c xmlIO.c: fixed problems raised with encoding when using
14309 the memory I/O
14310 * parserInternals.c: closed bug 25934 reported by
14311 torsten.landschoff@innominate.de
14312 * TODO: updated
14313
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014314Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14315
14316 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14317 on a non-updated tree :-(, made a 2.2.10 release to correct the
14318 situation
14319
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014320Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14321
14322 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14323 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14324 integrated a set of OpenVMS changes from Howard Taylor
14325 <Howard.Taylor@pacoast.com>
14326
Daniel Veillard58770e72000-11-25 00:48:47 +000014327Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14328
14329 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14330 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14331
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014332Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14333
14334 * HTMLparser.c: some fixes on auto-open of html/head/body
14335 * encoding.c: fixed a compilation error on some gcc env
14336 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14337 XPointer implementation
14338 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14339 related XPointer tests and associated results
14340
Daniel Veillard300f7d62000-11-24 13:04:04 +000014341Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14342
14343 * doc/xmldtd.html doc/xml.html: following a short step by step
14344 guidance on IRC to help maciej with DTDs I started a small
14345 page on the subject.
14346
Daniel Veillard748e45d2000-11-17 16:36:08 +000014347Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14348
14349 * HTMLparser.c: fixed handling of broken charrefs
14350 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14351 patches
14352
Daniel Veillard28929b22000-11-13 18:22:49 +000014353Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14354
14355 * doc/xml.html doc/html/* : rebuilt the docs after adding
14356 xinclude and updated page for 2.2.7 and 2.2.8
14357 * configure.in: releasing 2.2.8
14358
Daniel Veillard41e06512000-11-13 11:47:47 +000014359Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14360
14361 * parser.[ch] parserInternals.c: applied the conditional
14362 section processing fix from Jonathan P Springer
14363 <jonathan.springer2@gte.net>
14364 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14365 project file, fixed iconv default non support
14366 * xpath.c: fixed the problem of evaluating relative expressions
14367 when a node context is provided.
14368
Daniel Veillardbf432752000-11-12 15:56:56 +000014369Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14370
14371 * nanoftp.c: fixed gcc 2.95 new warnings
14372 * SAX.c: fixed a stupid bug
14373 * tree.c: fixed a formatting problem when round-tripping
14374 from/to memory
14375 * xinclude.c: chased memleak, fixed a base problem
14376 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14377 xmlXPtrBuildNodeList()
14378 * TODO: updated
14379 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14380 adding a first small set of regression tests for XInclude
14381
Daniel Veillardc2def842000-11-07 14:21:01 +000014382Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14383
14384 * nanohttp.[ch]: applied Wayne Davison patches to access
14385 the WWW-Authorization header.
14386 * parser.c: Closed Bug#30847: Problems when switching encoding
14387 in short files by applying Simon Berg's patch.
14388 * valid.c: fixed a validation problem
14389 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14390 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14391 Wayne Davison
14392 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14393 need to be extended to non full nodes selections.
14394 * xinclude.c: starts to work decently
14395
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014396Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14397
14398 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14399 debugXML.c xmlversion.h.in: Started adding XInclude support,
14400 this is a new xmllint option
14401 * tree.c xpath.c: applied TOM patches for XPath
14402 * xpointer.c: fixed a couple of errors.
14403 * uri.c: added an escaping function needed for xinclude
14404 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14405 new warning from RH70 gcc's version
14406
Daniel Veillarda4964b72000-10-31 18:23:44 +000014407Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14408
14409 * HTMLparser.c: fixed loop on invalid char in scripts
14410 * parser.c: update to description of xmlIOParseDTD()
14411 * libxml.m4 xmlversion.h.in: changes contributed by
14412 Michael Schmeing <m.schmeing@internet-factory.de>
14413 * configure.in: preparing for 2.2.7
14414 * Makefile.am: trying to avoid config.h and acconfig.h
14415 being included in the distrib
14416 * configure.in: released 2.2.7
14417
14418Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14419
14420 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14421 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14422
Daniel Veillard01411222000-10-30 15:33:22 +000014423Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14424
14425 * parser.[ch]: added xmlIOParseDTD()
14426 * xpointer.c: added support for the 2 extra parameters of
14427 string-range, fixed a stoopid error when '0' was present
14428 in XPointer expressions
14429 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14430 testsuite for the above
14431
Daniel Veillard6db58192000-10-30 09:27:53 +000014432Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14433
14434 * libxml.spec.in: improved package descriptions
14435
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014436Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14437
14438 * xpath.c xpathInternals.h: applied a large cleaning patch
14439 from TOM <ptittom@free.fr>, it also add namespace support
14440 for function and variables registration.
14441
Daniel Veillardbd20df72000-10-29 17:53:40 +000014442Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14443
14444 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14445 * Makefile.mingw: Wayne Davison's update adding hash.c
14446
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014447Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14448
14449 * xpath.c: fixed the root evaluation problems
14450 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14451 ignorable spaces with <b> <bold> <em>
14452 * tree.c: fixed a loop in xmlSearchNsByHref()
14453
Daniel Veillard767662d2000-10-27 17:04:52 +000014454Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14455
14456 * xpath.c: applied another XPath patch from TOM
14457 * xpath.c include/makefile.am: applied another patch from
14458 china@thewrittenword.com (cleanup on IRIX).
14459
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014460Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14461
14462 * xml-config.1: received a fixed version from Fredrik Hallenberg
14463 <hallon@lysator.liu.se>
14464
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014465Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14466
14467 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14468 cleanup patch for XPath
14469
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014470Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14471
14472 * patched to redirrect all "out of context" error messages to
14473 a reconfigurable routine. The changes are:
14474 * xmlerror.h : added the export of an error context type (void *)
14475 an error handler type xmlGenericErrorFunc there is an interface
14476 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14477 to reset the error handling routine and its argument
14478 (by default it's equivalent to respectively fprintf and stderr.
14479 * all the c files: all wild accesses to stderr or stdout within
14480 the library have been replaced to calls to the handler.
14481
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014482Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14483
14484 * configure.in: release 2.2.6
14485 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14486 exporting the inner functions of xpath for extension modules
14487 * doc/*: updated and rebuilt the doc
14488
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014489Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14490
14491 * nanohttp.c : applied Wayne HTTP cleanup patch
14492 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14493 and xmlNodeSetSpacePreserve()
14494
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014495Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14496
14497 * xpath.c: closing bug #29260
14498
Daniel Veillard126f2792000-10-24 17:10:12 +000014499Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14500
14501 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14502 multikey tuples, made hash structure opaque
14503 * valid.[ch]: moved elements, attributes, notations decalarations
14504 as well as ID and refs to hash tables.
14505 * entities.c: hash cleanup
14506 * xmlmemory.c: fixed a dump problem in debug mode
14507 * include/Makefile.am: problem passing in DESTDIR= values patch
14508 from Marc Christensen <marc@calderasystems.com>
14509 * nanohttp.c: removed debugging remains
14510 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14511 * HTMLparser.c parser.c: fixing a number of problems with the
14512 macros in the *parser.c files (Wayne).
14513 * HTMLparser.c: close the previous option when opening a new one
14514 (Marc Sanfacon).
14515 * result/HTML/*: updated the HTML results accordingly
14516
Daniel Veillard52afe802000-10-22 16:56:02 +000014517Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14518
14519 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14520 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14521 XPath functions and XML entities table to them. More to come...
14522 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14523
Daniel Veillard683cb022000-10-22 12:04:13 +000014524Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14525
14526 * tree.c: coalesce adjacent text nodes
14527 * valid.c: handling of blank nodes in DTd validation (raised
14528 by problems with a posteriori validation).
14529 * nanohttp.c: changing behaviour on HTTP write stuff.
14530 * HTMLtree.c: forced body and html to be explicitely closed.
14531 * xpath.h: exported more XPath functions.
14532
Daniel Veillard1baf4122000-10-15 20:38:39 +000014533Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14534
14535 * Release of 2.2.5
14536 * xpointer.c: range() range-inside and other helper functions
14537 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14538
Daniel Veillard47e12f22000-10-15 14:24:25 +000014539Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14540
14541 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14542 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14543
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014544Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14545
14546 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14547 and XPointer modules
14548
Daniel Veillard134c9f32000-10-15 10:27:08 +000014549Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14550
14551 * SAX.h: closed #25107
14552
Daniel Veillard39915622000-10-15 10:06:55 +000014553Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * testSAX.c: fixed problem with cdata reporting
14556 * SAXresult/* : updated
14557
Daniel Veillard1e851392000-10-15 10:02:56 +000014558Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14559
14560 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14561 Closed bug #27499, added to regression tests
14562 * TODO: updated
14563
Daniel Veillard7eda8452000-10-14 23:38:43 +000014564Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14565
14566 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14567 support for SCRIPT and STYLE with help from Bjorn Reese
14568 * test/HTML/* result/HTML/*: added simple testcase and updated
14569 the existing ones.
14570
Daniel Veillardff9c3302000-10-13 16:38:25 +000014571Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14572
14573 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14574 string-range for empty strings
14575 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14576 test/XPath/xptr/strrange: augmented the XPointer testsuite
14577
Daniel Veillard189446d2000-10-13 10:23:06 +000014578Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * doc/xml.html doc/xmlmem.html: added a module describing memory
14581 interfaces and use, updated the main page.
14582
Daniel Veillard2f971a22000-10-12 23:26:32 +000014583Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14584
14585 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14586 nanoftp code work on Windows too now
14587
14588Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014589
14590 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14591 * xpointer.c: implemented string-range() at least a good first version
14592 * test/XPath/docs/str test/XPath/xptr/strrange
14593 result/XPath/xptr/strrange: the string-range() tests
14594
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014595Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14596
14597 * Makefile.am include/Makefile.am include/win32config.h
14598 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14599 and make distcheck
14600
Daniel Veillard19d61112000-10-11 23:50:35 +000014601Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14602
14603 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14604 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14605 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14606
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014607Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14608
14609 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14610 patch for socklen_t detection by
14611 Albert Chin-A-Young <china@thewrittenword.com>
14612
Daniel Veillardcd429612000-10-11 15:57:05 +000014613Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14614
14615 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14616 and added a --dtdvalid option to xmllint used to test it
14617
Daniel Veillard47c02452000-10-11 13:04:36 +000014618Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14619
14620 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14621 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14622
Daniel Veillard2d38f042000-10-11 10:54:10 +000014623Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14624
14625 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14626 handlings (registration, lookup, cleanup)
14627
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014628Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14629
14630 * configure.in Makefile.am include/makefile.am: adding XPointer
14631 and XPtrtests target
14632 * xpointer.[ch] : new files for XPointer support
14633 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14634 more XPath tests
14635
Daniel Veillard57fda592000-10-10 23:24:14 +000014636Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14637
14638 * configure.in: fixed, very broken, make distcheck works again
14639
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014640Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14641
14642 * More work toward 2.2.5, integrated a number of patches
14643 * configure.in Makefile.am win32config.h.in: trying to cleanup
14644 make distcheck .... huh ...
14645 * include/Makefile.am include/win32config.h: new directory
14646 for includes
14647 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14648 updated teh makefiles and instructions for WIN32
14649 * xpath.c: small fixes
14650 * test/XPath/ results/XPath: updated the testcases and results
14651 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14652 suggested patches
14653 * valid.c: fixed an ID bug
14654
Daniel Veillardb71379b2000-10-09 12:30:39 +000014655Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14656
14657 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014658 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014659 * xpath.[ch]: worked on XPointer
14660
Daniel Veillard7e99c632000-10-06 12:59:53 +000014661Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14662
14663 * configure.in Makefile.am: 2.2.5, ship the include in an
14664 include/libxml subdirectory, use symlinks when using CVS
14665 * testSAX.c: fixed small bug
14666 * testXPath.c: changed the way testfiles are parsed
14667 * debugXML.c: same kind of cleanup when parsing an argument expression
14668 XPath/XPointers can have blanks embedded
14669 * xpath.[ch]: more cleanup, reorgs for XPointer work
14670 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14671 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14672
Daniel Veillard55b91f22000-10-05 16:30:11 +000014673Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14674
14675 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14676 in the XPath engine, rewrote large parts of it, now it's far
14677 cleaner and in sync with the REC not an old WD. Fixed a parsing
14678 problem in the interactive XML shell found when testing XPath.
14679
Daniel Veillardac260302000-10-04 13:33:43 +000014680Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14681
14682 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14683 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14684 examples with the extra test
14685
Daniel Veillard7cfce322000-10-04 12:40:27 +000014686Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14687
14688 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14689 the global init function.
14690
Daniel Veillard970112a2000-10-03 09:33:21 +000014691Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * HTMLparser.c: Doohhh, attribute name parsing was still case
14694 sensitive ! Fixed this ...
14695 * result/HTML/* : updated the tests results accordingly
14696
Daniel Veillard740abf52000-10-02 23:04:54 +000014697Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14698
14699 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14700 engine, should be far more stable, incorporated a new version of
14701 preceding/following axis, need testing
14702 * uri.c: fixed file:///c:/a/b/c problem
14703 * test/XPath/tests/idsimple: augmented the XPath tests
14704
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014705Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * doc/* rebuilding docs for 2.2.4 release
14708
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014709Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14710
14711 * configure.in: releasing 2.2.4
14712 * parser.[ch]: added xmlStrEqual()
14713 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14714 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14715 use xmlStrEqual instead
14716 * TODO: updated
14717 * added an XPath test
14718
Daniel Veillardbc765302000-10-01 18:23:35 +000014719Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14720
14721 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14722 * entities.h: exported xmlInitializePredefinedEntities
14723 * parser.[ch] : added xmlInitParser()
14724 * parserInternals.h : had to export htmlInitAutoClose()
14725
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014726Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14727
14728 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14729 problems
14730 * Makefile.am : added XPath regression tests to normal tests
14731 * uri.c: fixed a problem with local paths, cleanup
14732 * parser.c: fixed a problem with large CData sections
14733
Daniel Veillardd2ade932000-09-30 14:39:55 +000014734Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14735
14736 * configure.in xml-config.in: patch from "Ben Taylor"
14737 <sol7x86@hotmail.com> for solaris shared libs lookup
14738
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000147392000-09-30 Martin Baulig <baulig@suse.de>
14740
14741 * libxml-2.0.pc.in: Provide pkg-config script.
14742
14743 * configure.in: Create the libxml-2.0.pc script from the
14744 libxml-2.0.pc.in templates.
14745 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014746 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014747
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014748Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14749
14750 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14751 when compiling with MSC
14752
Daniel Veillard46057e12000-09-24 18:49:59 +000014753Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14754
14755 * xpath.c: patch for normalize-string() substring-before(),
14756 substring-after() and translate() functions from Bjorn Reese
14757 <breese@mail1.stofanet.dk>
14758 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14759 Fredrik Hallenberg <hallon@lysator.liu.se>
14760 * TODO: updated
14761
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014762Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14763
14764 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14765 problem of socklen_t being undefined on a number of platforms
14766 * debugXML.c: fixed a compilation problem when without snprintf
14767
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014768Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14769
14770 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14771 an URI bug and a fix for the control-character-induced infinite loop
14772 * nanohttp.c: preventive fix for compiling on WIN32
14773
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014774Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14775
14776 * xmlint.c: closing bug #25000
14777
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014778Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14779
14780 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14781 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14782 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14783 related function, fixing xmlStrncmp(), and associated cleanup
14784 * result/HTML/entities.html.sax: updating result
14785
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014786Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14787
14788 * uri.c: applied patch for URI escaping from Wayne Davison
14789 <wayned@blorf.net>
14790 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14791 from Denis Barbier <barbier@imacs.polytechnique.fr>
14792 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14793 patch from Wayne Davison
14794
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014795Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14796
14797 * doc/xml.html : updated with new releases, adding "how to help"
14798
Daniel Veillard04698d92000-09-17 16:00:22 +000014799Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14800
14801 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14802 removed a few warnings in pedantic mode ...
14803 * parserInternals.c parser.c: moved encoding switching function
14804 to parserInternals.c
14805 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14806
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014807Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14808
14809 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14810 error or warning handlers
14811
Daniel Veillardb1059e22000-09-16 14:02:43 +000014812Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14813
14814 * parserInternals.c parserInternals.h parser.c Makefile.am:
14815 created a new module parserInternals.c, moved most of the
14816 code shared by the various parsers there, as well as
14817 deprecated code from parser.c. More cleanup of parser.c
14818 * uri.c: fixed a problem when URI is NULL
14819 * valid.c: speedup when looking for an attribute declaration
14820
Daniel Veillard39c7d712000-09-10 16:14:55 +000014821Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14822
14823 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14824 the cleanup of the computation of URI references when seeking
14825 external entities. The URI reference string and the resulting
14826 URI are both stored now.
14827 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14828 large s(n)printf checks and cleanup from Denis Barbier
14829 <barbier@imacs.polytechnique.fr>
14830 * xmlversion.h.in tree.h: couple of SGML declarations for a
14831 possible docbook module.
14832 * result/VC/ : a couple of test output changed due to the change
14833 of the entities URI
14834
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014835Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * parser.h: added a _private field for linking user's data
14838
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014839Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14840
14841 * parser.c parserInternals.h: demacroified most of the IS_XXX
14842 the gain in size is significant so ...
14843
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014844Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * entities.c: cases where looking up entities with doc==NULL
14847 covered
14848
Daniel Veillard90e11312000-09-05 10:42:32 +000014849Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
Daniel Veillard1de50802000-09-07 08:54:32 +000014851 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014852 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14853
Daniel Veillard98a79162000-09-04 11:15:39 +000014854Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14855
Daniel Veillard1de50802000-09-07 08:54:32 +000014856 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014857 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14858 * Makefile.in: added URItest and included thenin "make tests"
14859
14860Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014861
14862 * xmlversion.h.in: closed bug 22941
14863
Daniel Veillard2bb89092000-08-31 14:57:50 +000014864Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14865
14866 * doc/xmlio.html: added doc and example for entity loader
14867 redefinition.
14868
Daniel Veillard96984452000-08-31 13:50:12 +000014869Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14870
14871 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14872 used by libxml
14873
Daniel Veillarde715dd22000-08-29 18:29:38 +000014874Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14875
14876 * parser.c: Fixed bug on invalid ontent characters and when using
14877 push.
14878 * xmllint.c: fixed xmllint endling of errors in push mode
14879
Daniel Veillard4948eb42000-08-29 09:41:15 +000014880Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14881
14882 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014883 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014884 * result/HTML/*.sax: regenerated HTML SAX output
14885 * parser.c: more cleanup.
14886
Daniel Veillarde010c172000-08-28 10:04:51 +000014887Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14888
14889 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014890 patches from Wayne Davison <wayned@users.sourceforge.net>,
14891 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014892 * HTMLparser.c: fixed an ignorable white space detection bug
14893 occuring when parsing with SAX only
14894 * result/HTML/*.sax: updated since the output is now HTML
14895 encoded...
14896
Daniel Veillard47f3f312000-08-27 22:40:15 +000014897Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14898
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014899 * HTMLparser.[ch]: applied some of Wayne Davison
14900 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014901
Daniel Veillarde0854c32000-08-27 21:12:29 +000014902Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14903
14904 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14905 undeclared namespace prefix was used, added a warning.
14906 Cleaned up support w.r.t. entities, spilling out a warning
14907 and being pedantic on lookups.
14908 * test/warning/ent9 : added testcase for previous example.
14909 * TODO: updated
14910 * parserInternals.h parser.c: changed the way names are parsed
14911 now allow infinite size and decrease penalty for normal use
14912 * parser.c: Started a big cleanup/check of the parser code,
14913 fixed some of the most tortuous entity code, spotted code
14914 unused anymore
14915 * test/*: added tests for very long names and related nasty
14916 things.
14917
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014918Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14919
14920 * doc/encoding.html: added encoding aliases doc
14921 * doc/xml.html: updates
14922 * encoding.[ch]: added EncodingAliases functions
14923 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14924 bottleneck affecting large DTDs like Docbook
14925 * parser.[ch] xmllint.c: added a pedantic option, will be
14926 useful
14927 * SAX.c: redefinition of entities is reported in pedantic mode
14928 * testHTML.c: uninitialized warning from gcc
14929 * uri.c: fixed a couple of bugs
14930 * TODO: added issue raised by Michael
14931
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014932Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14933
14934 * doc/encoding.html: propagated Martin Duerst suggestions
14935
Daniel Veillard52402ce2000-08-22 23:36:12 +000014936Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14937
14938 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14939 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14940 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14941 by Wayne Davison
14942
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014943Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14944
14945 * nanoftp.c nanohttp.c: small cleanup
14946 * TODO: updated
14947
Daniel Veillard244ece92000-08-19 20:58:02 +000014948Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14949
14950 * added an old VC testcase and updated title.xml entity
14951
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014952Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14953
14954 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14955 done on auto-opening of <p> tags and cleanup of SAX output
14956
Daniel Veillard979e55e2000-08-19 16:48:54 +000014957Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14958
14959 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14960
Daniel Veillard4540be42000-08-19 16:40:28 +000014961Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14962
14963 * doc/xml.html libxml.* structure.*: updated the doc a bit
14964
Daniel Veillard808a3f12000-08-17 13:50:51 +000014965Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14966
14967 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14968 of SAX tests
14969
Daniel Veillard29579362000-08-14 17:57:48 +000014970Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14971
14972 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14973 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14974
Daniel Veillard1255ab72000-08-14 15:13:33 +000014975Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14976
14977 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14978 * testHTML.c: fix core dump on Solaris 2.x systems
14979 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14980 * result/HTML/*.sax: previous bug fix lead to new results
14981
Daniel Veillard03109292000-08-14 14:58:22 +000014982Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14983
14984 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14985 * configure.in: added --with-readline=DIR to accept alternate
14986 path for readline include/library
14987 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14988 for ANSI under HP-UX
14989 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14990 includes @LIBS@
14991
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014992Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14993
14994 * doc/* : rebuilt the docs
14995 * getting ready for 2.2.2 release
14996
Daniel Veillard87b95392000-08-12 21:12:04 +000014997Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14998
14999 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15000 and xmlAddFeature()
15001 * tree.[ch]: added xmlAddChildList()
15002 * xmllint.c: MAP_FAILED macro test
15003 * parser.h: added xmlParseCtxtExternalEntity()
15004 * valid.c: applied bug fixes removed warning
15005 * tree.c: added CDATA block to elements content
15006 * testSAX.c: cleanup of output
15007 * testHTML.c: added SAX testing
15008 * encoding.c: better error recovery
15009 * SAX.c, parser.c: fixed one of the external entity processing
15010 of the OASis testsuite
15011 * Makefile.am: added HTML SAX regression tests
15012 * configure.in: bumped to 2.2.2
15013 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15014 SAX results
15015
Daniel Veillard88a172f2000-08-04 18:23:10 +000015016Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15017
15018 * configure.in: patch for HP compiler
15019
150202000-08-04 Sven Heinicke <sven@zen.org>
15021
15022 * xmllint.c: Was coredumping sometimes when the file given didn't
15023 exist.
15024
Daniel Veillard46e370e2000-07-21 20:32:03 +000015025Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15026
15027 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015028
Daniel Veillard46e370e2000-07-21 20:32:03 +000015029 when using in memory parsing. Need some cleanup.
15030 * xmllint.c configure.in: added a --memory flag to test memory
15031 parsing
15032
Daniel Veillard36650692000-07-21 15:16:39 +000015033Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15034
15035 * nanohttp.c: fixed socklen_t replacement to unsigned int
15036 * parser.c: fixed a space handdling missing at the end of
15037 production 28 DOCTYPE.
15038 * xmlmemory.c: fixed a stupid bug on the routine to override
15039 allocation functions
15040 * TODO: updated
15041
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015042Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15043
15044 * doc/ regenerated the docs
15045
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015046Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15047
15048 * doc/encoding.html doc/xml.html: added I18N doc
15049 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15050 improvements, both parser and filters, added ASCII & HTML,
15051 fixed the ISO-Latin-1 one
15052 * xmllint.c testHTML.c: added/made visible --encode
15053 * debugXML.c : cleanup
15054 * most .c files: applied patches due to warning on Windows and
15055 when using Sun Pro cc compiler
15056 * xpath.c : cleanup memleaks
15057 * nanoftp.c : added a TESTING preprocessor flag for standalong
15058 compile so that people can report bugs more easilly
15059 * nanohttp.c : ditched socklen_t which was a portability mess
15060 and replaced it with unsigned int.
15061 * tree.[ch]: added xmlHasProp()
15062 * TODO: updated
15063 * test/ : added more test for entities, NS, encoding, HTML, wap
15064 * configure.in: preparing for 2.2.0 release
15065
Daniel Veillard49703262000-07-10 10:27:46 +000015066Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15067
15068 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015069 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015070
Daniel Veillard306be992000-07-03 12:38:45 +000015071Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15072
15073 * doc/xml.html: changed the xmlsoft.org structure, updated the
15074 examples w.r.t. root and childs
15075
Daniel Veillard7d853352000-07-02 18:53:09 +000015076Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15077
Daniel Veillard784b9352003-02-16 15:50:27 +000015078 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015079
Daniel Veillard365e13b2000-07-02 07:56:37 +000015080Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15081
15082 * HTMLparser.c: Work on character encoding support for the HTML parser
15083 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15084 * encoding.c: Fixed a potential memleak in the encoding stuff
15085
Daniel Veillardaf743792000-07-01 11:49:28 +000015086Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15087
15088 * doc/FAQ.html doc/Makefile.am : added a FAQ
15089
15090Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015091
15092 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15093 of the HTML parser to force it to not bypass SAX
15094
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015095Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15096
15097 * win32config.h.in: updated
15098 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15099 lacks iconv support :-( need to release 2.1.1
15100 * configure.in: release 2.1.1
15101 * HTMLparser: fixed bug #14784
15102 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15103 by Windows compiler
15104 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15105 the SAX startDocument() callback.
15106 * TODO: updated
15107
15108Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15109
15110 * added xmlStopParser()
15111
Daniel Veillardbe803962000-06-28 23:40:59 +000015112Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15113
15114 * configure.in: 2.1.0 prerelease
15115 * Large resync between W3C and Gnome tree
15116 * nanoftp, nanohttp.c: fixed stalled connections probs
15117 * HTMLtree.c SAX.c : support for attribute without values in
15118 HTML for andersca
15119 * valid.c: Fixed most validation + namespace problems
15120 * HTMLparser.c: start document callback for andersca
15121 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15122 * parser.h, SAX.c: serious speed improvement for large
15123 CDATA blocks
15124 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15125 different encoding
15126 * example/Makefile.am example/gjobread.c tree.h: work on
15127 libxml1 libxml2 convergence.
15128 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15129 and the LIBXML_TEST_VERSION macro
15130
Daniel Veillardc310d562000-06-23 18:32:15 +000015131Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15132
15133 * doc/xml.html: various patches and improvements typo fixed by
15134 Felix Natter
15135 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15136 from Felix Natter <fnatter@gmx.net>
15137
Daniel Veillardf3029822000-05-06 08:11:19 +000015138Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15139
15140 * doc/upgrade.html: updated with instructions for support of both
15141 libxml-1.x and libxml-2.x
15142 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15143 for 2.x support and also fixed includes
15144
15145
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015146Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15147
15148 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15149 the encoding support, added iconv support, so now libxml if
15150 compiled with iconv automatically support japanese encodings
15151 among others. Work based on initial patch from Yuan-Chen Cheng
15152 I may have broken binary compat in the encoding handler
15153 registration scheme, but that was so utterly broken I don't
15154 expect anybody to have used this feature until now.
15155 * parserInternals.h: fixup on the CHAR range macro
15156 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15157 code.
15158 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15159 * uri.c: added xmlParseURI() I can't believe I forgot to
15160 implement this one in 2.0 !!!
15161 * SAX.c: moved doc->encoding update in the endDocument() call.
15162 * TODO: updated.
15163
Daniel Veillard06047432000-04-24 11:33:38 +000015164Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15165
15166 * tree.h: removed extraneous xmlRemoveProp definition
15167 * TODO: added item about --disable-corba configure switch
15168 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15169 * nanoftp.c: fixed include problems giving troubles on AIX and
15170 slowlaris
15171 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15172 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15173 comment and headers changes to lower gtk-doc number of warnings
15174 * doc/html/*: rebuilt docs
15175
Daniel Veillarde0aed302000-04-16 08:52:20 +000015176Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15177
15178 * HACKING: documented the tag for 1.x and instructions
15179
Daniel Veillard5e873c42000-04-12 13:27:38 +000015180Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15181
15182 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15183 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15184 xmlCreateIOParserCtxt
15185 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15186 significant overall improvement
15187 * xmllint.c: added I/O test to xmllint
15188 * testSAX.c: added a speed test
15189 * doc/* : updated/regenerated
15190
Daniel Veillardfc708e22000-04-08 13:17:27 +000015191Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * xpath.c uri.h parserInternals.h: cosmetic changes from
15194 "Timur I. Bakeyev" <timur@bat.ru>, including making
15195 xmlCreateURI() public
15196
Daniel Veillard5d211f42000-04-07 17:00:24 +000015197Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15198
15199 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15200 and the code at the same time. Added a clean mechanism for
15201 overload or added input methods: xmlRegisterInputCallbacks()
15202 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15203 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15204 * TODO: updated
15205 * doc/* : updated/regenerated
15206 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15207 source dir
15208
Daniel Veillarde77a9182000-04-05 19:12:29 +000015209Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15210
15211 * testURI.c: yet another forgotten commit, I should get some sleep !
15212
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015213Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15214
15215 * xmllint.c: forgot to commit this too ?
15216
Daniel Veillardb9df4042000-04-05 14:23:16 +000015217Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15218
15219 * xmlversion.h.in : forgot to commit this previously
15220
Daniel Veillard361d8452000-04-03 19:48:13 +000015221Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15222
15223 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15224 * README TODO: updated for release
15225 * uri.c uri.h: added authority parsing/saving
15226 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15227 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15228 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15229 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15230 Makefile.am : added compile-time customization of libxml
15231 --with-ftp --with-http --with-html --with-xpath --with-debug
15232 --with-mem-debug
15233 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15234 #include <libxml/xxx.h> I hope it won't break too much stuff
15235 and will be manageable in the future...
15236 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15237 and added xmllint to the installed programs
15238 * uri.h: added xmlFreeURI()
15239
Daniel Veillardec303412000-03-24 13:41:54 +000015240Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * uri.c uri.h: finished the escaping handling, the base support
15243 and the URI path normalization. Looks good just lacks the
15244 authority content parsing code.
15245 * Makefile.am: added instructions to generate testURI
15246 * TODO: updated
15247 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15248 added links and icons for W3C and Gnome
15249
Daniel Veillard8f621982000-03-20 13:07:15 +000015250Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15251
15252 * xmlmemory.[ch] : seems I forgot to actually update the files in
15253 the last commit :-)
15254 * doc/xml.html doc/html/* : updated and uploaded the docs
15255
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015256Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15259 * TODO: updated
15260 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015261 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015262 gfree).
15263 * Makefile.am, uri.c, uri.h: added a set of functions to do
15264 exact (litteraly copied from the RFC 2396 productions) parsing
15265 and handling of URI. Will be needed for XLink, one XML WFC,
15266 XML Base and reused in the nano[ftp/http] modules. Still work
15267 to be done.
15268
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015269Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15270
15271 * configure.in, libxml.spec.in : libxml2
15272 * doc/* : updated the doc page, rebuilt the docs
15273
Daniel Veillardcf461992000-03-14 18:30:20 +000015274Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15275
15276 * all: tagged LIB_XML_1_X
15277 * *.c *.h : updated from W3C CVS tree
15278 * configure.in : 2.0.0-beta
15279 * libxml.spec.in : libxml2 package nam
15280 * result/* : new version of the tests output
15281
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015282Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15285
Daniel Veillardb566ce12000-03-04 11:39:42 +000015286Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15287
15288 * doc/* : rebuilt the docs
15289 * parser.c: final patch on #6766
15290 * valid.c: small patch on validity checks.
15291
Daniel Veillardfb76c402000-03-04 11:39:42 +000015292Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15293
15294 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15295 added
15296 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15297 compatibility w.r.t. XML spec and existing code.
15298
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015299Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15300
15301 * parser.c: seems a better solution to <a> </a> exists,
15302 will try it for a while
15303
Daniel Veillard83a30e72000-03-02 03:33:32 +000015304Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * parser.c: tried to remove the <a> </a> generating <a/>
15307 this is hard. Left a flag for that purpose. Fixed bug #6766
15308 * configure.in: prepared 1.8.7 not released, due to previous
15309 problem
15310
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015311Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15312
15313 * doc/xml.html : applied second patch from Paul DuBois
15314
Daniel Veillard402e8c82000-02-29 22:57:47 +000015315Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * doc/xml.html : applied patch from Paul DuBois
15318
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015319Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15320
15321 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15322
Daniel Veillard5feb8492000-02-02 17:15:36 +000015323Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15324
15325 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15326 compilation warnings on various platforms.
15327 * parser.c: Fixed #5281 validity error callbacks are now desactived
15328 by default if not validating.
15329
Daniel Veillardf341f932000-02-02 14:52:08 +000015330Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15331
15332 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15333
Daniel Veillard13c757e2000-02-01 23:59:15 +000015334Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15335
15336 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15337 <gkatsi@cs.toronto.edu>
15338
Daniel Veillard726e8792000-01-30 20:04:29 +000015339Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15340
15341 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15342 processing URLs
15343
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015344Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15345
15346 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15347 xmlNanoFTPUpdateURL for persistent control connections.
15348 * configure.in: 1.8.6
15349
15350Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15351
15352 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15353 * tree.[ch] : added xmlSaveNoEmptyTags
15354
James Henstridgef3be9312000-01-28 13:59:21 +0000153552000-01-29 James Henstridge <james@daa.com.au>
15356
15357 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15358
15359 * Makefile.am: added nanoftp.[ch] to the build.
15360
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015361Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15362
15363 * nanoftp.[ch]: cleanup, comments, API
15364 * debugXML.c : fixed a bug in the cat command
15365 * doc/*: regenerated the docs
15366
Daniel Veillardda07c342000-01-25 18:31:22 +000015367Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15368
15369 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15370 * debugXML.c : fixed a bug in the cat command
15371 * valid.c: fixing some small probs
15372 * libxml.spec.in: get rid of the SNAP suffix
15373 * doc/xml.html: updated the status
15374
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015375Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15376
15377 * xml-config.in: xml-config --version to just return the
15378 version number
15379 * xpath.c: some cleanup w.r.t. axis when the current node is
15380 an attribute.
15381 * TODO: updated
15382
Daniel Veillard461a66c2000-01-18 18:01:01 +000015383Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15384
15385 * configure.in: prepared for libxml-1.8.5
15386 * doc/* recompiled the documentation
15387
153882000-01-17 Jody Goldberg <jgoldberg@home.com>
15389
15390 * configure.in : WARNING autoconf subtlety alert :
15391 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15392 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15393 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15394 get defined by AC_CHECK_HEADERS.
15395
Daniel Veillardf967b902000-01-17 16:06:10 +000015396Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15397
15398 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15399 Rune.Djurhuus@fast.no
15400
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015401Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15402
15403 * TODO: updated
15404 * tree.c, parser.c: made sure that only memory alloc problems
15405 and internal parser errors are allowed to write to stdout or
15406 stderr.
15407
Daniel Veillard0142b842000-01-14 14:45:24 +000015408Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15409
15410 * tree.c : restored xmlNewGlobalNs since this seems used by
15411 a lot of existing code :-(, fixed a bug in xmlNewNs
15412 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15413 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15414 to exit() from the library code.
15415 * xpath.c, parser.c: removed bugs or unused code detected by
15416 Windows compilers
15417 * parser.c: started adding interfaces for parsing well balanced
15418 XML fragments
15419 * configure.in: releasing 1.8.4
15420 * doc/* : rebuilt the docs
15421
Daniel Veillard2eac5032000-01-09 21:08:56 +000015422Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * tree.[ch] : added xmlNewDocFragment() for DOM
15425 * testHTML.c: uninitialized variable.
15426
Daniel Veillardf3a73582000-01-05 14:58:39 +000015427Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15428
15429 * doc/* : rebuild the docs
15430
Daniel Veillard71b656e2000-01-05 14:46:17 +000015431Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15432
15433 * acconfig.h: readline and history patch
15434 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15435 * tree.c: added check and handling when possibly removing an ID
15436 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15437 and saving.
15438 * test/HTML/entities.html result/HTML/entities.html* : test for
15439 various entities reference cases
15440 * result/HTML/* : as a result output of some testcase have
15441 changed
15442 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15443 by previous example. added xmlParseTryOrFinish().
15444 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15445 entities.h debugXML.h HTMLparser.h: changed the way struct are
15446 declared to allow gtk-doc to expose those
15447 * parser.c: closed bug #4960
15448 * Makefile.am configure.in: Applied patch from
15449 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15450 and math/socket libs detection
15451
Daniel Veillard437b87b2000-01-03 17:30:46 +000015452Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15453
15454 * configure.in, Makefile.am: link tester against readline
15455 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15456
Daniel Veillard686d6b62000-01-03 11:08:02 +000015457Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15458
15459 * tree.[ch]: added xmlRemoveProp
15460 * win32config.h.in nanohttp.c: avoid including the Windows
15461 socket stuff in every C files
15462 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15463 the XmL parser(s)
15464 * test/ns4 result/ns4 etc...: added test case for previous prob
15465 * tree.c: xmlNewNs wasn't checking for double definition
15466 * Makefile.in: fixed a problem with dist-hook duplicates
15467 * parser.[hc], xmlIO.c: fixed the loading of external entities
15468 APIs, now xmlLoadExternalEntity() is used everywhere and
15469 setting up an app specific front-end using the
15470 * SAX.c parser.c: some fixes, now the xhtml spec validates
15471 with the xhtml DTD.
15472 * error.c: fixed crashes in case of no input stream
15473 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15474 to the validation tests and results
15475
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015476Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15477
15478 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15479 too htmlCreatePushParserCtxt() and htmlParseChunk()
15480 * parser.c: a bit of cleanup.
15481 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15482 to XML) removed the last mem leak known
15483 * HTMLtree.c: output message cleanup
15484 * xmlmemory.c: display content info about memory blocks
15485 * result/HTML/wired.* : missing att value warning change
15486
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015487Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15488
15489 * doc/* : rebuilt the documentation
15490
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015491Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15492
15493 * parser.[ch] parserInternals.h: Push parser for XML,
15494 seems to work fine now
15495 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15496 --push for push testing
15497 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15498 * testSAX.c: added --push
15499 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15500 subtree
15501 * xmlIO.[ch] : enriched API + fixes for push mode
15502 * entities.[ch]: added the entity content length to the struct.
15503 * xmlmemory.[ch]: new API to show the last entries for the shell
15504 * valid.c: added required attribute testing
15505 * SAX.c: the cdata callback now merge contiguous fragments
15506 * HTMLparser.c: cleanup of some macros
15507
Daniel Veillard3c558c31999-12-22 11:30:41 +000015508Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15509
15510 * parser.c: fix for PIs name starting with xml
15511 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015512 * *.c, configure.in win32config.h.in : generate win32config.h for
15513 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015514
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015515Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15516
15517 * parser.c: fixed a stupid = vs. == bug :-(
15518 * doc/gnome-xml.sgml: s/glade/xml/
15519
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015520Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15521
15522 * configure.in, doc/xml.html : bug fix release 1.8.2
15523 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15524 Hopefully the end of that silly C++ include problem
15525 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15526 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15527 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15528 troubles with autoclosed elements when the stree shape doesn't
15529 follow the DtD specs. Added htmlIsAutoClosed() and
15530 htmlAutoCloseTag()
15531 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15532 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15533 * debugXML.c: fixed a bug on printing default namespaces.
15534 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15535
Daniel Veillardb24054a1999-12-18 15:32:46 +000015536Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15537
15538 * result/HTML/*.htm[l] : updated the HTML regression tests according
15539 to the new output
15540 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15541 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15542 problem due to intermix of extern "C" { ... } declarations for C++
15543 and recursive includes in the headers
15544
Chris Lahey323c48c1999-12-18 15:32:45 +0000155451999-12-20 Chris Lahey <clahey@umich.edu>
15546
15547 * HTMLtree.c: Made it so that html nodes with a single child do
15548 not insert a carriage return before or after the child node.
15549
Daniel Veillardb24054a1999-12-18 15:32:46 +000015550Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015551
15552 * configure.in, doc/xml.html : bug fix release 1.8.1
15553 * parser.c: fixed bug #4344
15554 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15555 added the glue to avoid C++ problems
15556 * doc/* : regenerated the documentation
15557
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015558Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15559
15560 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15561 namespace recognition, and Dia as a resul :-(
15562 * encoding.c: closed bug #3950
15563
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015564Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15565
15566 * valid.c: debugging a posteriori validation, except URI expansion
15567 stuff this should be fixed now
15568 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15569 Carl Nygard <cnygard@bellatlantic.net>
15570 * tester.c: added --postvalid, cleaning of the code
15571 * tree.[ch]: added xmlDocGetRootElement()
15572
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015573Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15574
15575 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15576 c++ losage.
15577
Daniel Veillard10a2c651999-12-12 13:03:50 +000015578Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15579
15580 * configure.in, doc/xml.html : bumped to 1.8.0
15581 * xlink.[ch], Makefile.am : added framework for link detection
15582 * parser.h: added nbChars to parser context, needed for cleanup.
15583 * xmlmemory.c: removed a nasty bug when out of mem
15584 * valid.[ch]: adding namespace support for attribute decl
15585 * tester.c: added --debugent option
15586 * debugXML.[ch]: added xmlDebugDumpEntities()
15587 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15588 buffers instead, this was really needed, validation was breaking
15589 in strange ways due to that. Added xmlParseStringPEReference()
15590 and other parsing from strings functions. Entities processing
15591 modified again, but PERef are still not handled correcly but
15592 unless you're Eve Maller you won't notice :-)
15593 * HTMLparser.c: large changes toward reliability, and switched to
15594 lowercase internal tags, XHTML is lowercase, so it will help
15595 that output is closer to next version.
15596 * doc/* : regenerated the documentation, it is now hosted at
15597 http://xmlsoft.org/ (same bits I just bought the domain :-)
15598
15599
Daniel Veillard294cbca1999-12-03 13:19:09 +000015600Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15601
15602 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15603 doc generation
15604 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15605 in the SAX API
15606 * doc/*: rebuilt the doc making sure everything appears in the
15607 HTML files
15608
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015609Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15610
15611 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15612 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15613 which allow impressive speed improvement on dataset with
15614 large text pieces, but at the cost of broken binary
15615 compatibility and slightly bigger memory usage.
15616 Configure with --with-buffers to activate them, they
15617 are protected with XML_USE_BUFFER_CONTENT define.
15618 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15619 goal is 0 memory left allocated once parser is no more used
15620 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15621 call xmlCleanupParser() and xmlMemoryDump()
15622
Daniel Veillarda819dac1999-11-24 18:04:22 +000015623Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15624
15625 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15626 * parser.[ch] encoding.[ch]: added memory cleanup routines
15627 * parser.c: closing bug #3788
15628 * doc/*: rebuilt the doc
15629
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015630Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15631
15632 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15633 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15634 * tester.c: added --compress option
15635 * doc/*: rebuilt the documentation
15636
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015637Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15638
15639 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15640 if given /proc/kcore as input !
15641 * doc/xml.html doc/*: updated and rebuilt the documentation
15642
15643Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015644
15645 * parser.c: Fixed some wrongly space collapsing code due to
15646 a misreading of the spec.
15647 * result/*: fixed the output accordingly
15648
15649Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015650
15651 * encoding.c: bug fix and typos
15652 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15653 * parser.c: added attribute normalization closing bug #3597
15654 * test/att* result/att* SAXresult/att*: testcase for attribute
15655 normalization
15656
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015657Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15658
15659 * configure.in: closing bug #3163 by adding extra flags for the
15660 cc compiler on HP-UX
15661
Daniel Veillard51e3b151999-11-12 17:02:31 +000015662Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * valid.[ch] : removed a typo and an enumerated type bug in the
15665 xmlAddElementDecl() function
15666 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15667 call to xmlEncodeEntitiesReentrant() so that the functions
15668 New, Set and Get are at the same level.
15669 * parser.c HTMLparser.c: extra memory allocation bug for
15670 attributes detected by someone using libxml in embedded systems :-)
15671
Daniel Veillard962195f1999-10-28 15:51:53 +000015672Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15673
15674 * xmlmemory.h: turned off mem debug :-\
15675
Daniel Veillard35008381999-10-25 13:15:52 +000015676Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15677
15678 * parser.c: closed bug #2784 a one line fix, but worth pushing
15679 a new release out
15680 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15681 some structures, comments before and after the
15682 main element, and other nastyness
15683 * HTMLtree.c tree.c: accomodate the extended HTML supported
15684 * configure.in: pushing 1.7.4
15685 * test/ent8 and related outputs : added a new test for bug #2784
15686 * test/HTML/wired.html and related output: a nasty HTML example
15687 * Makefile.am: improved the test scripts
15688 * docs/* : reran the documentation extractor, updated xml.html
15689
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015690Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15691
15692 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15693 HTMLparser and debugged the HTML related code. HTML documents
15694 now have their own type
15695 * entities.c: do not dump &apos; for HTML output
15696 * xmlmemory.c: improvement, breakpoint mechanism
15697 * testHTML.c: added --sax --repeat ...
15698 * Makefile.am: improved the HTML tests
15699 * valid.[ch]: added xmlValidGetValidElements and
15700 xmlValidGetPotentialChildren
15701 * tester.c: added --insert to test the 2 new functions
15702 * test//* result//* SAXresult//* : regression test cleanup
15703 and extension.
15704 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15705 gnome-xml-nanohttp.html
15706
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015707Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15708
15709 * HTMLparser.c: fixed problems with some autoclose tags
15710 * tree.c: fixed XML output problems.
15711 * result/* SAXresult/*: update of the tests output
15712
Daniel Veillard6077d031999-10-09 09:11:45 +000015713Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15714
15715 * Makefile.am: Arturo patch for xmlConf.sh version info
15716 * parser.c: Tim Josling patch for single quoted items
15717 * tester.c: Tim Josling patch for tester options usage
15718 * tree.h: indent cleanup
15719
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015720Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15721
15722 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15723 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15724
Daniel Veillard00fdf371999-10-08 09:40:39 +000015725Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * tree.c : Raph patch for initialization of CORBA fields
15728 * parser.c, xpath.c, ...: modification of doc comments
15729 * xpath.c : allow spaces in xpath expressions
15730
Daniel Veillardad219441999-09-27 08:17:49 +000015731Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15732
15733 * xmlmemory.h: turning off memory debug :-(
15734
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015735Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15736
15737 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15738 better SAX interfaces.
15739 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15740 entity.
15741 * configure.in: 1.7.2
15742
15743Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015744
15745 * libxml.spec.in: fixed the URL
15746 * doc/xml.html: improved the documentation front-end
15747
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015748Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015749
15750 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15751
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015752Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015753
15754 * libxml.spec.in: fixed the alpha compile problem
15755 * parser.[ch]: changed errno to errNo in the parser context :-(
15756 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15757 * doc/xml.html: changed CHAR to xmlChar
15758 * doc/html/*: recompiled the documentation
15759 * configure.in: 1.7.1
15760
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015761Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15762
15763 * parser.h: modified the parser context struct to regain 1.4.0
15764 binary compatibility
15765 * parser.c, xml-error.h: added errno ot teh context and defined
15766 a set of errors values with update of errno
15767 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15768 DTDs and entities
15769 * *.h, *.c: complete cleanup of the use of config.h and include
15770 protection depending on the current setup.
15771 * overalll debugging, maintenance and bug-fixing on all modules
15772 * updated the documentation
15773 * ready for 1.7.0
15774
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015775Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15776
15777 * HTMLparser.c : cleanup
15778 * SAX.c valid.c valid.h: added ID/IDREF checking
15779 * tree.c tree.h: extended doc structure for refs
15780 * configure.in: 1.6.2
15781 * parser.c: patched bug in SAX user arg call
15782 * parserInternals.h: patched missing close in C++ wrapping
15783 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15784 especially upcoming XPointer implementation.
15785 * doc/xml.html: augmented, typo
15786
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015787Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15788
15789 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15790 not all invocations of install understand -d.
15791
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015792Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15793
15794 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15795 to make 'check' works, when builddir != srcdir.
15796
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015797Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15798
15799 * doc/xml.html : updated the documentation
15800
Daniel Veillard6454aec1999-09-02 22:04:43 +000015801Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15802
15803 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15804 not deallocated memory blocks
15805 * *.c : replaces all calls to malloc() free() and realloc() to
15806 the wrapper functions/macros
15807 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15808 instead of xmlFreeNodeList()
15809
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015810Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * HTMLparser.c: corrected a stupid bug leading to core dump at
15813 tree deallocation. Removed warnings indicated by
15814 Stephane.Conversy@lri.fr
15815 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15816 looked for in the external subset
15817
15818Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015819
15820 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15821 on SGI by Stephane.Conversy@lri.fr
15822
Daniel Veillardb96e6431999-08-29 21:02:19 +000015823Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * all .h : changed the prototype declaration indent as in gtk
15826 * most .c : working on reducing the TODOs in the code
15827 * most .c : cleanup though -pedantic and Insure++
15828 * improvements on validation ID checkings.
15829 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15830 * xml-config.in: closed #1810
15831
15832Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015833
15834 * tree.h, valid.c, valid.h: more work on validity, IDs
15835 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15836 definition for AIX
15837
Daniel Veillardb556eb51999-08-15 17:19:50 +000015838Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15839
15840 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15841 the distribution due to a cut'n paste error at last commit
15842
Daniel Veillardb05deb71999-08-10 19:04:08 +000015843Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15844
15845 * configure.in: upgraded to version 1.4.0
15846 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15847 Big update, added a large part of the validation process,
15848 it should be usable, but some parts are missing
15849 * xpath.c: improved the implementation w.r.t. root.
15850 * Makefile.am: added more tests
15851 * test and result trees: added a lot of tests
15852 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15853
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015854Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15855
15856 * Added an HACKING file
15857
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015858Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15859
15860 * xpath.[ch] : improvements and debug of the XPath implementation
15861 * parser.c, HTMLparser.c : modified the parsers to be progressive
15862 * tree.[ch] : extended the Buffer promitives
15863 * xmlIO.[ch] : added basic I/O routines providing progressive
15864 parsing and ready for I18N conversion plugins
15865 * SAXresult/* : the SAX callback sequence maybe slightly different
15866 now
15867 * test*.c : improved/updated the tests programs
15868 * doc/* : recompiled the docs.
15869
Daniel Veillard15b75af1999-07-26 16:42:37 +0000158701999-07-26 Michael Meeks <michael@edenproject.org>
15871
15872 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15873
15874 * tree.c: Ditto.
15875
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015876Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15877
15878 * configure.in: upgraded to version 1.4.0
15879 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15880 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15881 XML query language, see http://www.w3.org/TR/xpath for more details.
15882 * parser.c, parser.h: added CHAR* related string functions for XPath
15883 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15884 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15885 rebuild the docs.
15886 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15887 and regression testing capabilities for XPath.
15888
Daniel Veillardd79d7871999-07-12 10:38:12 +000015889Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15890
15891 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15892 closing bug #1646
15893
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015894Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * Makefile.am, example/Makefile.am: closed bug #1683
15897
Daniel Veillard3166ab11999-07-11 16:14:19 +000015898Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15899
15900 * example/Makefile.am, configure.in: added the makefile for the
15901 gjobread example
15902
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015903Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15904
15905 * doc/Makefile.am:
15906 - fix which allow "make install DESTDIR=</install/prefix>".
15907
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015908Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15909
15910 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15911 which fixed a problem on the file reading-code.
15912
Daniel Veillard82150d81999-07-07 07:32:15 +000015913Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15914
15915 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15916 output.
15917 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15918
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015919Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15920
15921 * parser.h : Oops removed the binary compatibility problem
15922 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15923 * parser.c, HTMLparser.c: applied patches for reading from stdin
15924
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015925Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15926
15927 * parser.c, entities.c, valid.c: cleanup bug #1591
15928 * configure.in: cleanup bug #1592
15929 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15930 the same tree back-end. Hence gdome will be available for it.
15931 * doc/Makefile.am: close bug #617
15932
Daniel Veillard97fea181999-06-26 23:07:37 +000015933Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15934
15935 * parser.c: alloctate a per parser context SAX interface block
15936
Daniel Veillard14fff061999-06-22 21:49:07 +000015937Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15938
15939 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15940 and xmlEncodeEntitiesReentrant with the correct one :-\
15941
15942Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15943
15944 * commit of my internal XML base changes, quite a lot of
15945 changes, cleanups, better entities support, framework for
15946 new I/O and charset detection and handling
15947 * Fixed the configure/Makefile stuff to generate shared libs
15948 with the proper version info, so we jumped on rev from
15949 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15950 xmlEncodeEntities() result need to be freed now, and a string
15951 xmlParserVersion provide the current library version.
15952
Raph Levien05240da1999-06-15 21:27:11 +000015953Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15954
15955 * parser.c: fixed a buffer overrun for when you have a very long
15956 attribute with no entities in it.
15957
Daniel Veillardbb2da581999-06-13 14:37:07 +000015958Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * added example directory
15961 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15962
Daniel Veillard011b63c1999-06-02 17:44:04 +000015963Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15964
15965 * Release of libxml-1.1, nearly everything has been touched for
15966 this.
15967 * Added more regression tests
15968 * Updated the documentation
15969
Daniel Veillard27d88741999-05-29 11:51:49 +000015970Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15971
15972 * tree.[ch]: unified the XML_NO_CORBA defines.
15973 * parser.c encoding.[ch]: started plugging in char encoding detection
15974
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015975Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15976
15977 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15978 Also freed allocated buffer.
15979
Daniel Veillard27d88741999-05-29 11:51:49 +000015980Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015981 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15982 reentrancy problem at printing. One is left in entities.c, to
15983 remove ASAP
15984 * testSAX.c : added a test example showing the use of the SAX
15985 interface if one doesn't want to build the DOM tree.
15986 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15987
Daniel Veillard517752b1999-04-05 12:20:10 +000015988Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15989
15990 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15991 large revamping of the parser to use SAX callbacks
15992 http://www.megginson.com/SAX/ (or at least a C like interface
15993 a la Expat). It's now possible to set up your own callbacks
15994 and the parser will not build a DOM tree.
15995 * test/* result/*: updated the test suite, I finally removed
15996 the old Namespace draft support (PI based).
15997
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015998Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * Makefile.am: added test result to EXTRA_DIST for make tests
16001
Daniel Veillard64068b31999-03-24 20:42:16 +000016002Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16003
16004 * parser.c, parserInternals.h: moved the chars macro definitions
16005 to parserInternals.h
16006 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16007 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16008
Daniel Veillard012ccc11999-03-23 10:11:11 +000016009Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * xml-config.in : applied patch to make --version work
16012
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000160131999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16014
16015 * Makefile.am (check-local): Alias for `tests' target. This will
16016 cause `make check' to do the right thing.
16017 (tests): Don't run tests in srcdir. Also, replaced calls to
16018 basename with a `sed' "equivalent".
16019
Daniel Veillardd109e371999-03-05 06:26:45 +000016020Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16021
16022 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16023 it in the header and not the sources, updated the doc.
16024 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16025 pointing this out.
16026
Daniel Veillardbc50b591999-03-01 12:28:53 +000016027Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16028
16029 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16030 exported the inputStream routines.
16031 * doc/html/* : updated accordingly
16032
Daniel Veillardd692aa41999-02-28 21:54:31 +000016033Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * parser.c, parser.h, parserInternals.h: added a few extra
16036 internal calls to allocate and free parser contexts ...
16037 * doc/html/* : updated accordingly
16038
Daniel Veillard55a99271999-02-25 11:01:29 +000016039Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16040
16041 * configure.in, Makefile.am, doc/makefile.am : General changes for
16042 1.0.0 release and including the generated HTML documentation.
16043
Daniel Veillard35925471999-02-25 08:46:07 +000016044Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16045
16046 * makefile.am : added parserInternals.h, oops.
16047
Daniel Veillard1e346af1999-02-22 10:33:01 +000016048Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16049
16050 * parserInternals.h: added this header giving access to the parser
16051 internal functions.
16052 * doc/Makefile.am : added a rebuild target which rebuilds the full
16053 set of documentations
16054 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16055 the internal subset.
16056 * *.c *.h: modifications needed to generate the documentation using
16057 gtk-doc, cleanup of functions blocks, reorganisation of struct
16058 declarations.
16059
Daniel Veillard1164e751999-02-16 16:29:17 +000016060Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16063 the tar and spec file to include the beginning of the doc.
16064
Nuno Ferreira03d04781999-02-13 00:07:17 +0000160651999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16066
16067 * doc/.cvsignore: Added this file.
16068
Daniel Veillard6800ef31999-02-08 18:33:22 +000016069Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16070
16071 * tree.c: fixed xmlGetProp to return "" when the attribute
16072 exists, even if the node-list is NULL.
16073
Daniel Veillard726c7e31999-02-08 15:13:10 +000016074Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16075
16076 * tree.c: patched an error outputting empty attribute values.
16077 * Makefile.am and doc/makefile.am: have been updated during the
16078 week-end. Sorry for an empty CVS log, I got a shell problem.
16079
Daniel Veillard1899e851999-02-01 12:18:54 +000016080Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16081
16082 * tree.h: cleaned up using enums instead of defines
16083 * parser.c, valid.[ch]: more work on parsing/output of element
16084 declarations
16085
Daniel Veillard3b9def11999-01-31 22:15:06 +000016086Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16087
16088 * valid.[ch], tree.c, parser.c : more work toward full parsing
16089 of XML DTDs.
16090 * README: added informations about mailing-list and on-line
16091 documentation
16092
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160931999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16094
16095 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16096
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016097Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16098
16099 * parser.c, tree.[ch] : more work toward conformance testing,
16100 added a last element to accelerate parsing of very flat structures
16101 started working on internal subset Element content declaration.
16102 * valid.[ch] : first cut at adding code toward validation.
16103 * previous changes had also small impact on most files, especially
16104 the conformance testing using James Clark test suite.
16105
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016106Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16107
16108 * test/* : updated the examples, most of them were not well
16109 formed (humm), and added rdf2.
16110 * result/* : resulting changes in the output.
16111
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016112Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16113
16114 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16115
Daniel Veillard44b3a061998-12-05 17:27:22 +000016116Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * tree.c: patched a bug in the generation of empty attributes
16119
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016120Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16121
16122 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16123 for node/trees/documents/... Biggest problem is namespace
16124 support when copying subtrees.
16125
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016126Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16127
16128 * parser.c, entities.c: improve entities and char ref encoding,
16129 and cleanups of error messages.
16130
Daniel Veillard242590e1998-11-13 18:04:35 +000016131Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16132
16133 * parser.c, entities.c: simple bug hunting done during rpm2html and
16134 rpmfind integration.
16135
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016136Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16137
16138 * parser.[ch]: Added interfaces allowing to specify a SAX
16139 handler before parsing.
16140
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016141Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16142
16143 * parser.c: redirrect all errors reporting through the SAX
16144 error function
16145
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016146Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16147
16148 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16149 * libtool, tlmain ...: update of the libtool files
16150
Miguel de Icaza442321c1998-11-04 18:13:38 +0000161511998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16152
16153 * entities.c: Use g_snprintf insteda of snprintf.
16154
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016155Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16156
16157 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16158 added ent5 test for this purpose.
16159 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16160
Daniel Veillard27271681998-10-30 06:39:40 +000016161Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16162
16163 * parser.c: fixed? a strange error due to compression on a GWP
16164 document.
16165
Daniel Veillard25940b71998-10-29 05:51:30 +000016166Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16167
16168 * tree.[ch]: bug fixing
16169 * entities.[ch]: defined a specific type for predefined entities
16170 * doc/xml.html: more documentation on the library, how to use it,
16171 overview of the interfaces.
16172
Daniel Veillard16253641998-10-28 22:58:05 +000016173Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16176
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016177Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16178
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016179 * tree.c: corrected a small bug
16180 * doc/xml.html: continuing writing documentation.
16181
16182Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16183
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016184 * debugXML.h debugXML.c: added debugging utilities.
16185 * tester.c: added --debug switch.
16186 * tree.c: patched an incorrect node->type assignment.
16187 * parser.c: formatting, ensure that node->doc != NULL in attributes
16188
Daniel Veillardccb09631998-10-27 06:21:04 +000016189Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16190
16191 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16192 entity support and provide an internal representation close to
16193 DOM one (entity ref nodes, and attribute value as tree). I tried
16194 to preserve the interface but this will surely break some apps
16195 (I have to change rpm2html/rpmfind for example). I had to change
16196 two interfaces, and the generated tree is somewhat different.
16197 * doc/* : started documenting the XML library, the tree and
16198 DOM/Corba. This is a first step.
16199
Daniel Veillard11e00581998-10-24 18:27:49 +000016200Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16201
16202 * parser.c: Set up the fonctions comment block, boring but useful.
16203 * parser.h, SAX.c, parser.c: now attributes are processed through
16204 the SAX interface. The problem is that my SAX interface diverged
16205 quite a bit from the original one, well this is not an official
16206 spec, and translating it from Java to C is hairy anyway...
16207
Daniel Veillard97b58771998-10-20 06:14:16 +000016208Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16209
16210 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16211 fonctions comment block, boring but useful.
16212
16213Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016214
16215 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16216 conversion routines. However they are not yet used to convert the
16217 inputs. The core will run with UTF-8.
16218
Daniel Veillard33942841998-10-18 19:12:41 +000016219Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16220
16221 * tree.c : make sure that the type id is properly set-up when
16222 a new object is allocated, needed for DOM.
16223
Daniel Veillard27fb0751998-10-17 06:47:46 +000016224Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16225
16226 * tree.h, tree.c: Ok, the main objects in the tree will be native
16227 corba objects, it costs 8 bytes per Node, Attribute and Document
16228 but it simplifies the Corba integration a lot (no extra interface
16229 objects to allocate/free).
16230
Daniel Veillard0bef1311998-10-14 02:36:47 +000016231Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16232
16233 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16234 and changed NODEs contants for conformity with DOM Level 1
16235
Daniel Veillard27864701998-10-08 03:47:24 +000016236Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16237
16238 * added hooks to keep track of servants when creating objects
16239 xmlDoc and xmlNode (for Corba export).
16240
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016241Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16242
16243 * added xml-config script.
16244
Daniel Veillard7066a791998-10-01 20:28:28 +000016245Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16246
16247 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16248 to autoupdate libtool and automake conf files.
16249
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000162501998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16251
16252 * Makefile.am: Use '?' to separate the sed
16253 commands as ',' is used when people pass -Wl,something.
16254
16255
Daniel Veillard15a8df41998-09-24 19:15:06 +000016256Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16257
16258 * tree.c, tree.h: added a per-document compression interface.
16259
Daniel Veillard151b1b01998-09-23 00:49:46 +000016260Tue Sep 22 20:47:38 EDT 1998
16261
16262 * tree.c, tree.h: added saving with compression and added interfaces
16263 to control the compression level (xmlGetCompressMode,
16264 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16265
Daniel Veillard70120ff1998-09-22 00:24:21 +000016266Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16267
16268 * parser.c: corrected a loop for files of size 0
16269
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000162701998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16271
16272 * error.h: New file. Contains prototyes from `error.c'.
16273
Tom Tromeyc19653d1998-08-14 01:22:43 +000016274Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16275
16276 * Makefile.am (xmlincdir): New macro.
16277 (xmlinc_HEADERS): Renamed from include_HEADERS.
16278
Daniel Veillard845664d1998-08-13 04:43:19 +000016279Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16280
16281 * applied small patch on numeric entities from
16282 Christopher Blizzard <blizzard@appliedtheory.com>
16283
Daniel Veillard260a68f1998-08-13 03:39:55 +000016284Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16285
16286 * New release 0.2, removed the old xml_* files so that it's
16287 coherent with the other CVS base (W3C), far better conformance
16288 to standard, new namespaces, decent entities support, beginning
16289 of a SAX-like interface. Nearly nothing left intact, even the
16290 test examples ...
16291
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162921998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16293
16294 * .cvsignore: Add .deps dir
16295
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016296Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16297
16298 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16299
Daniel Veillardfe926001998-07-26 04:28:20 +000016300Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016301
Daniel Veillardfe926001998-07-26 04:28:20 +000016302 * configure.in: added test for CPP
16303 * AUTHORS, Changelog: the original ones didn't get commited but the
16304 glib ones instead, fixed.
16305 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016306
Daniel Veillardfe926001998-07-26 04:28:20 +000016307Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016308
Daniel Veillardfe926001998-07-26 04:28:20 +000016309 * integrated code developped at W3C
16310 * changed the original Copyright
16311 * migrated to automake
16312 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016313