blob: 5f3086df52e678ed253609be129b8b93a1e29fd9 [file] [log] [blame]
Daniel Veillard798024a2003-03-19 10:36:09 +00001Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * check-xsddata-test-suite.py: cosmetic change for output
4 * relaxng.c: try to minimize calls to malloc/free for states.
5
Daniel Veillarda1a9d042003-03-18 16:53:17 +00006Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7
8 * tree.c: removed a warning
9 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10 support
11 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
12 cleanup/improvements of the regression tests batch
13 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
14
Daniel Veillard28c52ab2003-03-18 11:39:17 +000015Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
16
17 * relaxng.c: fixed error msg cleanup deallocation
18 * xmlschemastypes.c: added a function to handle lists of
19 atomic types, added support for IDREFS
20
Daniel Veillardc3da18a2003-03-18 00:31:04 +000021Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
22
23 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
24 and IDREF, usable from RelaxNG now
25 * include/libxml/xmlschemastypes.h: need to add a new interface
26 because the validation modifies the infoset
27 * test/relaxng/testsuite.xml: extended the testsuite
28
Daniel Veillard952379b2003-03-17 15:37:12 +000029Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
30
31 * relaxng.c: fixed the last core RelaxNG bug known #107083,
32 shemas datatype ID/IDREF support still missing though.
33 * xmlreader.c: fix a crashing bug with prefix raised by
34 Merijn Broeren
35 * test/relaxng/testsuite.xml: augmented the testsuite with
36 complex inheritance tests
37
Daniel Veillardfd573f12003-03-16 17:52:32 +000038Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
39
40 * relaxng.c: switched back to the previous Relax-NG code base,
41 the derivation algorithm need severe constraining code to avoid
42 combinatorial explosion. Fixed the problem with Sebastian Rahtz
43 TEI based example and other bugs
44 * result/relaxng/*err: updated the results
45 * test/relaxng/testsuite.xml: started a new test suite
46
Daniel Veillard1564e6e2003-03-15 21:30:25 +000047Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
48
49 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
50 that the original RelaxNG validation code was un-fixeable, it got
51 rewritten to use the derivation algorithm from James Clark and
52 redebugged it (nearly) from scratch:
53 found 373 test schemas: 372 success 1 failures
54 found 529 test instances: 529 success 0 failures
55
Daniel Veillard39eb88b2003-03-11 11:21:28 +000056Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
57
58 * SAX.c parser.c: fix some recursion problems introduced in the
59 last release.
60 * relaxng.c: more debugging of the RNG validation engine, still
61 problems though.
62
Daniel Veillard5add8682003-03-10 13:13:58 +000063Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
64
65 * Makefile.am: stop generating wrong result file with * in name
66 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
67 * result/relaxng/demo* test/relaxng/demo: added the tests from
68 Sebastian reproducing the problem.
69
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000070Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
71
Daniel Veillard5add8682003-03-10 13:13:58 +000072 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
73 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +000074
Aleksey Sanin693c9bc2003-03-09 22:36:52 +000075Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
76
77 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
78 variable to control the indentation for the xmllint "--format"
79 option
80
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000081Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
82
83 * encoding.c: applied Gennady's patch against buffer overrun
84
Daniel Veillard42f12e92003-03-07 18:32:59 +000085Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
86
87 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
88 Clark it appeared I had bug in URI parsing code ...
89 * relaxng.c include/libxml/relaxng.h: completely revamped error
90 reporting to not loose message from optional parts.
91 * xmllint.c: added timing for RNG validation steps
92 * result/relaxng/*: updated the result, all error messages changed
93
Daniel Veillardedfd5882003-03-07 14:20:40 +000094Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
95
96 * xpath.c: fix bug #107804, the algorithm used for document order
97 computation was failing on attributes.
98
Daniel Veillard83391282003-03-06 21:37:30 +000099Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
100
101 * valid.c: fix bug #107764 , possibility of buffer overflow
102 in xmlValidDebug()
103
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000104Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
105
106 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
107 from Philipp Dunkel
108
Daniel Veillard5f704af2003-03-05 10:01:43 +0000109Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * xmlschemastype.c: made powten array static it should not be exported
112 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
113 parser function.
114 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
115
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000116Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
117
118 * tree.c: fixed a node dump crash on attributes
119 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
120 an URI test bug and get better output.
121
Daniel Veillard463a5472003-02-27 21:30:32 +0000122Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * check-xsddata-test-suite.py: give more infos
125 * relaxng.c: fix a bug reported by Sebastian Rahtz and
126 REF->DEF in attribute values.
127
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000128Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
129
130 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
131 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
132 regression tests from James Clark.
133
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000134Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
135
136 * relaxng.c xmlschemas.c xmlschemastypes.c
137 include/libxml/xmlschemastypes.h: added param support for relaxng
138 type checking, started to increment the pool of simple types
139 registered, still much work to be done on simple types and
140 facets checkings.
141
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000142Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
143
144 * entities.c: fixes again one of the problem raised by
145 James Clark in #106788
146
Daniel Veillardc482e262003-02-26 14:48:48 +0000147Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
148
149 * relaxng.c: Fixed a couple of problem raised by James Clark
150 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
151 datatype level still not fixed though.
152
Daniel Veillard17bed982003-02-24 20:11:43 +0000153Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
154
155 * configure.in: preparing release 2.5.4
156 * doc/*: updated and rebuilt the docs
157 * relaxng.c: removed warnings
158 * result/relaxng/*: updated the results
159
Daniel Veillardf4be0182003-02-24 19:54:33 +0000160Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
161
162 * valid.c: fixes a DTD regexp generation problem.
163
Daniel Veillard02111c12003-02-24 19:14:52 +0000164Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
165
166 * parser.c: fixes bug #105998 about false detection of
167 attribute consumption loop.
168
Daniel Veillard2406abd2003-02-24 18:16:47 +0000169Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
170
171 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
172
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000173Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
174
175 * SAX.c: fixed bug #105992
176
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000177Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
178
179 * tree.c: fixed xmlSetProp and al. when the node passed is not an
180 element.
181 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
182 found 373 test schemas: 369 success 4 failures
183 found 529 test instances: 525 success 4 failures
184 * check-relaxng-test-suite.py: added memory debug reporting
185
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000186Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
187
188 * uri.c parser.c: some warning removal on Igor's patch
189 * tree.c: seems I messed up with #106788 fix
190 * python/libxml.c: fixed some base problems when Python provides
191 the resolver.
192 * relaxng.c: fixed the interleave algorithm
193 found 373 test schemas: 364 success 9 failures
194 found 529 test instances: 525 success 4 failures
195 the resulting failures are bug in the algorithm from 7.3 and
196 lack of support for params
197
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000198Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
199
200 * parser.c: another fix for nodeinfo in entities problem
201 * tree.c entities.c: fixed bug #106788 from James Clark
202 some spaces need to be serialized as character references.
203
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000204Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
205
206 * parser.c uri.c: fixed the bug I introduced in the path
207 handling, reported by Sebastian Bergmann
208
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000209Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
210
211 * parser.c: fixing some nodeinfo in entities problem raised
212 by Glenn W. Bach
213 * relaxng.c: implemented the first section 7.3 check
214 * result/relaxng/*: updated the results
215
Daniel Veillardc5312d72003-02-21 17:14:10 +0000216Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
217
218 * relaxng.c: fixed some problems in the previous commit
219 and finished implementing 4.16 rules checking
220 found 373 test schemas: 353 success 20 failures
221 found 529 test instances: 519 success 6 failures
222 * result/relaxng/*: updated the results
223
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000224Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
225
226 * relaxng.c: implemented checks from section 7.2
227
Daniel Veillard77648bb2003-02-20 15:03:22 +0000228Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
229
230 * relaxng.c: implemented the checks from section 7.1, fixed
231 some of the 4.20 and 4.21 problems.
232 found 373 test schemas: 338 success 35 failures
233 found 529 test instances: 519 success 6 failures
234 * result/relaxng/*: updated the results
235
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000236Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
237
238 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
239 * result/relaxng/*: updated the results
240
Daniel Veillardce14fa52003-02-19 17:32:48 +0000241Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
242
243 * relaxng.c: more bugfixes
244 * result/relaxng/*: updated the results
245
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000246Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
247
248 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
249 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
250 * SAX.c: ensured xmlDoc.URL is always canonic
251 * parser.c: obsoleted xmlNormalizeWindowsPath
252 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
253 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
254 * win32/libxml2.def.src: added few exports
255
256
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000257Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
258
259 * Makefile.am configure.in: patched to have shared libraries
260 for Python regression tests and static binaries for gdb debug
261 in my development environment
262 * relaxng.c: more bugfixes
263 found 373 test schemas: 296 success 77 failures
264 found 529 test instances: 516 success 8 failures
265 * result/relaxng/*: updated the results
266
Daniel Veillard8fe98712003-02-19 00:19:14 +0000267Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
268
269 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
270
Daniel Veillardd4310742003-02-18 21:12:46 +0000271Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
272
273 * xmlschemastypes.c: float/double check bugfix
274 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
275 validation
276 * xmlreader.c: add a TODO for Jody
277 * relaxng.c: bugfix bugfix bugfix
278 found 373 test schemas: 300 success 73 failures
279 found 529 test instances: 507 success 10 failures
280 * result/relaxng/*: updated the results
281
Daniel Veillard2df2de22003-02-17 23:34:33 +0000282Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
283
284 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
285
Daniel Veillard416589a2003-02-17 17:25:42 +0000286Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
287
288 * relaxng.c check-relaxng-test-suite.py: more work on the
289 RelaxNG implementation conformance testing.
290 found 373 test schemas: 284 success 89 failures
291 found 529 test instances: 448 success 47 failures
292 * result/relaxng/*: updated the results
293
Daniel Veillard784b9352003-02-16 15:50:27 +0000294Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
295
296 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
297 a patch from Kjartan Maraas to fix some typos
298
Daniel Veillardfebcca42003-02-16 15:44:18 +0000299Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
300
301 * relaxng.c: more bug-hunting
302 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
303 intermediate rng tree
304 * python/generator.py: patch from Stephane Bidoul to fix the generator
305 on python < 2.2
306
Daniel Veillardd2298792003-02-14 16:54:11 +0000307Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
308
309 * check-relaxng-test-suite.py relaxng.c: more testing on the
310 Relax-NG front, cleaning up the regression tests failures
311 current state and I forgot support for "mixed":
312 found 373 test schemas: 280 success 93 failures
313 found 529 test instances: 401 success 68 failures
314 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
315 moved the Name, NCName and QName validation routine in tree.c
316 * uri.c: fixed handling of URI ending up with #, i.e. having
317 an empty fragment ID.
318 * result/relaxng/*: updated the results
319
Daniel Veillard9a237c92003-02-13 15:52:58 +0000320Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
321
322 * check-xinclude-test-suite.py: improved the script accordingly
323 to the XInclude regression tests updates
324 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
325 November 2002
326 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
327 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
328 augmented the Xpointer testsuite for the element() scheme
329
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000330Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * relaxng.c: added TODO for the DTD compatibility spec
333 * xinclude.c: more bug fixes driven by the testsuite
334
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000335Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
336
337 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
338 regression tests for XInclude, improved the script, improving
339 XInclude error reporting mechanism
340
Daniel Veillard1d788d22003-02-10 16:21:58 +0000341Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
342
343 * NEWS doc/* configure.in: preparing release 2.5.3
344
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000345Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * tree.c: trying to fix #104934 about some XHTML1 serialization
348 issues.
349
Daniel Veillard809faa52003-02-10 15:43:53 +0000350Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
351
352 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
353 encoding conversion when the input buffer stops in the
354 middle of a multibyte char
355
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000356Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
357
358 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
359 * check-relaxng-test-suite.py: python script to run regression
360 against OASIS RelaxNG testsuite
361 * relaxng.c: some cleanup tweaks
362 * HTMLparser.c globals.c: cleanups in comments
363 * doc/libxml2-api.xml: updated the API
364 * result/relaxng/*: errors moved files, so large diffs but
365 no changes at the semantic level.
366
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000367Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
368
369 * tree.c: fixing #105678 problem when dumping a namespace node.
370
Daniel Veillard591b4be2003-02-09 23:33:36 +0000371Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
372
373 * xpath.c: fixed doc comment problems
374 * python/generator.py python/libxml_wrap.h python/types.c: adding
375 RelaxNG wrappers
376 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
377 test of those early Python RelaxNG bindings
378
379Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000380
381 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
382 * relaxng.c: found the validation problem I had with interleave
383 when not covering all remaining siblings
384 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
385 testsuite and check the RNG schemas against the RNG schemas
386 given in appendix A
387
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000388Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
389
390 * win32/Makefile.msvc: updates for RelaxNG
391 * win32/Makefile.mingw: updates for RelaxNG
392 * win32/libxml2.def.src: added RelaxNG exports
393
Daniel Veillard97fd5672003-02-07 13:01:54 +0000394Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
395
396 * xinclude.c: applied another bug fix from Sean Chittenden
397
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000398Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
399
400 * configure.in xmllint.c: I f...ed up the default configuration
401 of schemas and --relaxng option display in xmllint, pointed by
402 Morus Walter.
403 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
404 detection module, fixes bug #105374.
405
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000406Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
407
408 * xmlschemastypes.c: added the boolean base type.
409
Daniel Veillard96a4b252003-02-06 08:22:32 +0000410Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
411
412 * xmlschemastypes.c: started implementing some of the missing
413 default simple types
414 * result/relaxng/*: updated the results
415
Daniel Veillard72fef162003-02-05 14:31:19 +0000416Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
417
418 * NEWS doc/*: updated the docs, ready for 2.5.2 release
419
Daniel Veillard71531f32003-02-05 13:19:53 +0000420Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * HTMLparser.c tree.c xmlIO.c: comments cleanups
423 * Makefile.am: use xmllint for doing the RelaxNG tests
424 * configure.in: preparing 2.5.2 made schemas support default to
425 on instead of off
426 * relaxng.c: removed the verbosity
427 * xmllint.c: added --relaxng option
428 * python/generator.py python/libxml_wrap.h: prepared the integration
429 of the new RelaxNG module and schemas
430 * result/relaxng/*: less verbose output
431
Daniel Veillardec498e12003-02-05 11:01:50 +0000432Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * valid.c: do not run content model validation if the
435 content is not determinist
436
Daniel Veillardde590ca2003-02-05 10:45:26 +0000437Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
438
439 * SAX.c: added the redefinition of namespaced attribute
440 check that was missing as Fabrice Desré pointed out.
441
Daniel Veillard930dfb62003-02-05 10:17:38 +0000442Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
443
444 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
445 improvements from Nick Kew, allowing to do more checking
446 to HTML elements and attributes.
447
Daniel Veillard4287c572003-02-04 22:48:53 +0000448Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
449
450 * xinclude.c: fixing bug #105137 about entities declaration
451 needing to be copied to the including document.
452
Daniel Veillard652d8a92003-02-04 19:28:49 +0000453Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
454
455 * catalog.c: fixed bug #104817 with delegateURI
456 * xpath.c: fixing bugs #104123 and #104125
457
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000458Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
459
460 * configure.in valid.c xmlreader.c python/libxml_wrap.h
461 python/types.c: fixing #104096 to compile without regexps
462
Daniel Veillard57e79b32003-02-04 15:33:12 +0000463Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
464
465 * valid.c: fixing bug #103969 forgot to add an epsilon transition
466 when building the automata for elem*
467
Daniel Veillard358a9892003-02-04 15:22:32 +0000468Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * HTMLparser.c: applied patch from Arne de Bruijn fixing
471 bug #103827
472
Daniel Veillardeb137172003-02-04 15:18:06 +0000473Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
474
475 * HTMLparser.c: updating a comment, fixing #103776
476
Daniel Veillard8d589042003-02-04 15:07:21 +0000477Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
478
479 * parser.c: fixing bug 105049 for validity checking of content
480 within recursive entities.
481
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000482Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * HTMLparser.c: try to fix # 105049
485 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
486 * tree.c: updated a function comment
487
Daniel Veillard419a7682003-02-03 23:22:49 +0000488Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
489
490 * relaxng: more work on grammars and refs/defs
491 * test/relaxng/* result/relaxng/*: augmented/updated the
492 regression tests
493
Daniel Veillard144fae12003-02-03 13:17:57 +0000494Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
495
496 * relaxng: more work on name classes, except support
497 * test/relaxng/* result/relaxng/*: augmented/updated the
498 regression tests
499
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000500Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
501
502 * relaxng: more work on name classes, the "validate all" schemas
503 seems to work now.
504 * test/relaxng/* result/relaxng/*: augmented/updated the
505 regression tests
506
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000507Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
508
509 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
510 * parser.c: put a guard against infinite document depth, basically
511 trying to avoid another kind of DoS attack.
512 * relaxng.c: some code w.r.t. nameClasses
513
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000514Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
515
516 * test/relaxng/* result/relaxng/*: check all the namespace support
517 was actually correct based on tutorial section 10.
518
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000519Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
520
521 * relaxng: include seems to work okay now
522 * test/relaxng/* result/relaxng/*: augmented/updated the
523 regression tests
524
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000525Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
526
527 * relaxng.c: a bit of work done in the train back.
528 * test/relaxng/*: added one of the include tests
529
Daniel Veillard154877e2003-01-30 12:17:05 +0000530Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
531
532 * relaxng: more work done in the train
533 * test/relaxng/* result/relaxng/*: augmented/updated the
534 regression tests
535
Daniel Veillarde431a272003-01-29 23:02:33 +0000536Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
537
538 * relaxng.c: debugging of externalRef
539 * test/relaxng/* result/relaxng/*: augmented/updated the
540 regression tests
541
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000542Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
543
544 * relaxng.c: more work on Relax-NG, implementing externalRef
545 * test/relaxng/* result/relaxng/*: augmented/updated the
546 regression tests
547 * Makefile.am: cleanup to Relaxtests target
548
Daniel Veillardb08c9812003-01-28 23:09:49 +0000549Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
550
551 * relaxng.c: more work on Relax-NG, implementing interleave
552 * test/relaxng/* result/relaxng/*: augmented/updated the
553 regression tests
554
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000555Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * relaxng.c: more work on Relax-NG, implementing interleave
558 * test/relaxng/* result/relaxng/*: augmented/updated the
559 regression tests
560
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000561Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
562
563 * doc/tutorial/customfo.xsl
564 * doc/tutorial/customhtml.xsl
565 adding stylesheet customizations used to generate fo
566 for pdf and html
567
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000568Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
569
570 * relaxng.c: more work on Relax-NG
571 * test/relaxng/* result/relaxng/*: augmented/updated the
572 regression tests
573 * xmlschemastypes.c: added a number of base type definition but not
574 the associated checks, those are still TODOs
575
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000576Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
577
578 in docs/tutorial:
579 * apa.html
580 * apb.html
581 * apc.html
582 * apd.html
583 * ape.html
584 * apf.html
585 * apg.html
586 * ar01s02.html
587 * ar01s03.html
588 * ar01s04.html
589 * ar01s05.html
590 * ar01s06.html
591 * ar01s07.html
592 * ar01s08.html
593 * index.html
594 * xmltutorial.pdf
595 * xmltutorial.xml
596 add index to tutorial
597
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000598Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
599
600 * doc/xmlcatalog.1
601 * doc/xmlcatalog_man.html
602 * doc/xmlcatalog_man.xml
603 belatedly fixing bug #93622 (adds rewriteURI type to
604 "--add" option in xmlcatalog man page
605
Daniel Veillard3be27512003-01-26 19:49:04 +0000606Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
607
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000608 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000609 Julio Merino, closing #104475
610
Daniel Veillardea3f3982003-01-26 19:45:18 +0000611Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
612
613 * relaxng.c: more work on Relax-NG
614 * test/relaxng/* result/relaxng/*: augmented/updated the
615 regression tests
616
Daniel Veillardedc91922003-01-26 00:52:04 +0000617Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * relaxng.c: more work on Relax-NG
620 * test/relaxng/* result/relaxng/*: augmented/updated the
621 regression tests
622
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000623Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
624
625 * README: updated the policy on private mail answers
626 * relaxng.c: more work on Relax-NG
627 * test/relaxng/* result/relaxng/*: augmented/updated the
628 regression tests
629
Daniel Veillard7424eb62003-01-24 14:14:52 +0000630Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * error.c parser.c tree.c: applied a documentation patch from
633 Stefan Kost
634
Daniel Veillard276be4a2003-01-24 01:03:34 +0000635Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
636
637 * relaxng.c: more work on Relax-NG
638 * doc/*: regenerated the docs
639 * test/relaxng/* result/relaxng/*: updated and augmented the
640 Relax-NG regression tests and results
641
Daniel Veillard6eadf632003-01-23 18:29:16 +0000642Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
643
644 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
645 First commit of the new Relax-NG validation code, not generally
646 useful yet.
647 * test/relaxng/* result/relaxng/*: current state of the regression
648 tests
649
Daniel Veillard814a76d2003-01-23 18:24:20 +0000650Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
651
652 * tree.c: minimized the memory allocated for GetContent
653 and a bit of cleanup.
654
Daniel Veillardff12c492003-01-23 16:42:55 +0000655Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * python/generator.py: seems there is no good reasons to
658 not generate bindings for XPointer
659
Daniel Veillard540a31a2003-01-21 11:21:07 +0000660Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
661
662 * xmlreader.c doc/apibuild.py: applied a new patch from
663 Stéphane Bidoul for cleanups
664 * doc/libxml2-api.xml: rebuilt the API description with
665 new entry points
666
Daniel Veillard417be3a2003-01-20 21:26:34 +0000667Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * xmlreader.c python/drv_libxml2.py python/generator.py
670 python/libxml.c python/libxml.py python/libxml_wrap.h
671 python/types.c: patch from Stéphane Bidoul for better per
672 context error message APIs
673 * python/tests/ctxterror.py python/tests/readererr.py:
674 update of the tests
675
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000676Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
677
678 * doc/guidelines.html
679 grammar and spelling cleanup
680
Daniel Veillard26f70262003-01-16 22:45:08 +0000681Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
682
683 * xmlreader.c include/libxml/xmlreader.h python/generator.py
684 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
685 a patch from Stéphane Bidoul to allow per XMLtextReader error
686 and warning handling
687 * python/tests/Makefile.am python/tests/readererr.py: adding the
688 specific regression test
689
Daniel Veillard71f9d732003-01-14 16:07:16 +0000690Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
691
692 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
693 should raise a syntax error
694
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000695Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
696
697 * python/libxml.c: cleanup patch from Stéphane Bidoul
698
Daniel Veillard81601f92003-01-14 13:42:37 +0000699Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
700
701 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
702
Daniel Veillarde6227e02003-01-14 11:42:39 +0000703Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * python/generator.py python/libxml.c python/libxml.py
706 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000707 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000708 Python level.
709 * python/tests/Makefile.am python/tests/ctxterror.py: added a
710 regression test for it.
711
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000712Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
713
714 * xmlreader.c: fixed the streaming property of the reader,
715 it was generating tree faster than consuming it. Pointed out
716 by Nate Myers
717 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
718
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000719Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
720
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000721 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000722
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000723Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * xpath.c: fix to the XPath implementation for parent and
726 ancestors axis when operating on a Result Value Tree.
727 Fixes bug #100271
728
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000729Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
730
731 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
732 to fix some URI/file escaping problems
733
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000734Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
735
736 * python/generator.py: fixed a bug raised by Raymond Wiker,
737 docSetRootElement() should not raise an exception if the
738 return is None
739
Daniel Veillard3e20a292003-01-10 13:14:40 +0000740Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
741
742 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
743 fixed bug #102181 by applying the suggested change and fixing
744 the generation/registration problem.
745
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000746Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
747
748 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
749 routines.
750
Daniel Veillard8f872442003-01-09 23:19:02 +0000751Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
752
753 * parser.c: one more IsEmptyElement crazyness, that time in
754 external parsed entities if substitution is asked.
755 * python/tests/reader3.py: added a specific test.
756
Daniel Veillarde329fc22003-01-09 21:36:42 +0000757Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
758
759 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
760 support and improved error handler registration
761
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000762Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
763
764 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
765 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
766 * README: fixed a link
767
Daniel Veillarde2830f12003-01-08 17:47:49 +0000768Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
769
770 * configure.in doc/* NEWS: preparing 2.5.1 release
771 * SAX.c parser.c: fixing XmlTextReader bug
772
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000773Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
774
775 * SAX.c: fuck, I introduced a memory leak on external parsed
776 entities in 2.5.0 :-(
777
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000778Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
779
780 * xmllint.c: another fix needed as pointed by Christophe Merlet
781 for --stream --debug if compiled without debug support.
782
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000783Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
784
785 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000786 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000787 update man page with --stream and --chkregister
788
Daniel Veillard8326e732003-01-07 00:19:07 +0000789Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
790
791 * globals.c: fixed --with-threads compile
792 * xmllint.c: fixed --without-debug compile
793 * include/libxml/globals.h: cleanup
794 * include/libxml/schemasInternals.h: add a missing include
795
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000796Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
797
798 * configure.in NEWS: preparing 2.5.0 release
799 * SAX.c: only warn in pedantic mode about namespace name
800 brokeness
801 * globals.c: fix a doc generation problem
802 * uri.c: fix #101520
803 * doc/*: updated and rebuilt the doc for the release, includuding
804 stylesheet update
805 * python/Makefile.am: fix a filename bug
806
807Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
808
809 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
810 should not be called.
811
812Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
813
814 * libxml-2.0.pc.in: applied the patch to fix #101894
815
816Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
817
818 * tree.c : applied patch from Lukas Schroeder for register callbacks
819 * valid.c: modified patch from Lukas Schroeder to test
820 register callbacks with --chkregister
821
822Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
823
824 * xmlreader.c: seriously changed the way data are pushed to
825 the underlying parser, go by block of 512 bytes instead of
826 tryng to detect tag boundaries at that level. Changed the
827 way empty element are detected and tagged.
828 * python/tests/reader.py python/tests/reader2.py
829 python/tests/reader3.py: small changes mostly due to context
830 reporting being different and DTD node being reported. Some
831 errors previously undetected are now caught and fixed.
832 * doc/xmlreader.html: flagged last section as TODO
833
834Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
835
836 * python/libxml.py: integrated the Python 2.2 optimizations
837 from Hannu Krosing, while maintaining compatibility with
838 1.5 and 2.1
839
840Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
841
842 * xmllint.c: a bit of cleanup
843 * xmlreader.c: small fix
844 * doc/xmlreader.html: more work on the XmlTextReader tutorial
845 * python/libxml.py: a few fixes pointed out by Hannu Krosing
846
847Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
848
849 * python/setup.py.in: patch from Stéphane Bidoul to include
850 drv_libxml2.py in setup.py
851
852Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
853
854 * doc/xmlreader.html: starting documenting the new XmlTextReader
855 interface.
856
857Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
858
859 * xmllint.c: added the --stream flag to use the TextReader API
860 * xmlreader.c: small performance tweak
861
862Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
863
864 * xmlreader.c python/tests/reader2py: okay the DTD validation
865 code on top of the XMLTextParser API should be solid now.
866
867Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
868
869 * xmlreader.c python/tests/reader2py: Fixing some more mess
870 with validation and recursive entities while using the
871 reader interface, it's getting a bit messy...
872
873Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
874
875 * xmlreader.c python/tests/reader.py: another couple of problem
876 related to IsEmptyElement reported by Stéphane Bidoul needed
877 some fixes.
878
879Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
880
881 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
882 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
883 based on the python XmlTextReader interface.
884
885Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
886
887 * tree.c: backing out one change in the last patch which broke the
888 regression tests
889
890Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
891
892 * global.data globals.c tree.c include/libxml/globals.h: applied
893 an old patch from Lukas Schroeder to track node creation and
894 destruction. Probably missing a lot of references at the moment
895 and not usable reliably.
896
897Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
898
899 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
900 from doc/news.html and a stylesheet
901
902Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
903
904 * xmlreader.c python/tests/reader.py: fixed another couple of
905 xmlreader bugs reported by Stéphane Bidoul and added tests.
906
907Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
908
909 * xmlreader.c python/tests/reader2.py: fixed another validity
910 checking in external parsed entities raised by Stéphane Bidoul
911 and added a specific regression test.
912 * python/tests/reader3.py: cleanup
913
914Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
915
916 * xmlreader.c python/tests/reader2.py: fixed a problem with
917 validation within entities pointed by Stéphane Bidoul, augmented
918 the tests to catch those.
919
920Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
921
922 * python/generator.py: modified the generator to allow keeping
923 class references when creating new classes, needed to fix a bug
924 pointed by Stéphane Bidoul where the input buffer of the
925 xmlTextReader instance gets destroyed if the python wrapper for
926 the input is not referenced anymore.
927
928Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
929
930 * xmlreader.c python/tests/reader.py: fixed another pair of problem
931 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
932
933Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
934
935 * xmlreader.c python/tests/reader.py: fixed another problem
936 pointed by Stéphane Bidoul
937
938Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
939
940 * xmlreader.c python/tests/reader.py: fixed a limit case problem
941 with "<a/>"
942
943Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
944
945 * SAX.c: warn on xmlns:prefix="foo"
946 * xmlreader.c python/tests/reader.py: fixed a couple of problem
947 for namespace attributes handling.
948
949Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
950
951 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
952 a really nasty problem raised by a DocBook XSLT transform
953 provided by Sebastian Bergmann
954
955Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
956
957 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
958 by Stéphane Bidoul and integrated it into the tests
959
960Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
961
962 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
963 extended the XmlTextReader API a bit, addding accessors for
964 the current doc and node, and an entity substitution mode for
965 the parser.
966 * python/libxml.py python/libxml2class.txt: related updates
967 * python/tests/Makefile.am python/tests/reader.py
968 python/tests/reader2.py python/tests/reader3.py: updated a bit
969 the old tests and added a new one to test the entities handling
970
971Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
972
973 * python/generator.py python/libxml2class.txt
974 python/tests/reader.py python/tests/reader2.py: changed the
975 generator to provide casing for the XmlTextReader similar to
976 C# so that examples and documentation are more directly transposable.
977 Fixed the couple of tests in the suite.
978
979Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
980
981 * doc/guidelines.html: added a document on guildeline for
982 publishing and deploying XML
983
984Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
985
986 * valid.c xmlreader.c: final touch running DTD validation
987 on the XmlTextReader
988 * python/tests/Makefile.am python/tests/reader2.py: added a
989 specific run based on the examples from test/valid/*.xml
990
991Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
992
993 * python/libxml.py: added a few predefined xmlTextReader parser
994 configuration values.
995
996Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
997
998 * python/libxml_wrap.h: trying to fix #102037
999
1000Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1001
1002 * SAX.c: fixing bug #95296, when the predefined entities
1003 are redefined in the DTD the default one must be used
1004 instead anyway.
1005
1006Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1007
1008 * doc/xmllint.xml
1009 * doc/xmllint.1
1010 Add discussion of XML_DEBUG_CATALOG to xmllint man
1011 page - bug #100907
1012
1013
1014Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1015
1016 * xmlreader.c: Fixed the empty node detection to avoid reporting
1017 an inexistant close tag.
1018
1019Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1020
1021 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1022 for Python 2.1
1023
1024Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1025
1026 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1027
1028Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1029
1030 * doc/libxml2-api.xml python/tests/reader.py: one really need
1031 to provide the base URI information when creating a reader parser
1032 from an input stream. Updated the API and the example using it.
1033
1034Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1035
1036 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1037 include/libxml/valid.h include/libxml/xmlreader.h: working on
1038 DTD validation on top of xml reader interfaces. Allows to
1039 validate arbitrary large instances. This required some extensions
1040 to the valid module interface and augmenting the size of xmlID
1041 and xmlRef structs a bit.
1042 * uri.c xmlregexp.c: simple cleanup.
1043
1044Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1045
1046 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1047 work on the xml reader interfaces.
1048 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1049 Web page for the Windows binaries.
1050
1051Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1052
1053 * xmlIO.c: applied a patch for VMS following the report by
1054 Nigel Hall
1055
1056Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1057
1058 * parser.c: the parseStartTag bug fix wasn't complete.
1059
1060Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1061
1062 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1063 parseStartTag, fixing it.
1064 * test/att4 result/att4 result/noent/att4: adding the test
1065 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1066 more methods to XmlTextReader.
1067
1068Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1069
1070 * win32/libxml2.def.src: added more xml reader exports
1071 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1072 to the build
1073
1074Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1075
1076 * doc/tutorial/xmltutorial.xml
1077 plus generated html and pdf
1078 Updating tutorial again based on further comments from Niraj
1079 Tolia on the last iteration
1080
1081Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1082
1083 * doc/tutorial/xmltutorial.xml
1084 * doc/tutorial/includekeyword.c
1085 * doc/tutorial/includegetattribute.c
1086 plus generated html and pdf
1087 Adding fix from Niraj Tolia to tutorial to properly free memory.
1088
1089
1090Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1091
1092 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1093 more methods of XmlTextReader.
1094 * python/libxml2class.txt python/tests/reader.py: this increased the
1095 methods in the bndings, augmented the test to check those new
1096 functions.
1097
1098Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1099
1100 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1101 methods of XmlTextReader.
1102 * python/generator.py python/libxml_wrap.h python/types.c
1103 python/libxml2class.txt: added the reader to the Python bindings
1104 * python/tests/Makefile.am python/tests/reader.py: added a specific
1105 test for the Python bindings of the Reader APIs
1106 * parser.c: small cleanup.
1107
1108Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1109
1110 * xinclude.c: fallback was only copying the first child not the
1111 full child list of the fallback element, closes #89684 as reopened
1112 by Bernd Kuemmerlen
1113
1114Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1115
1116 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1117
1118Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1119
1120 * configure.in: preparing release of 2.4.30
1121 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1122 gives enum values, fix functype return type, put back fields in
1123 structs
1124 * doc/*: updated the docs rebuilt
1125
1126Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1127
1128 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1129 about htmlNodeDumpOutput location.
1130 * xpath.c: removed an undefined function signature
1131 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1132 too many symbols in the API breaking the python bindings.
1133 Updated with the libxslt/libexslt changes.
1134
1135Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1136
1137 * configure.in: preparing release of 2.4.29
1138 * doc/*: rebuilt the docs and API
1139 * xmlreader.c: a few more fixes for the XmlTextReader API
1140
1141Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1142
1143 * include/win32config.h: applied mingw patch from Magnus Henoch
1144
1145Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1146
1147 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1148
1149Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1150
1151 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1152 building Python script, does the C parsing directly, generates
1153 a better API description including structure fieds defs and
1154 enums. Still a couple of bugs, but good enough for the python
1155 wrappers now.
1156 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1157 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1158 include/libxml/schemasInternals.h include/libxml/tree.h: more
1159 cleanup based on the python analysis script reports.
1160 * libxml.spec.in: make sure the API XML description is part of the
1161 devel package.
1162
1163Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1164
1165 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1166 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1167 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1168 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1169 code cleanup, especially the function comments.
1170 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1171
1172Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1173
1174 * Makefile.am xmlreader.c include/libxml/Makefile.am
1175 include/libxml/xmlreader.h: Adding a new set of APIs based on
1176 the C# TextXmlReader API but converted to C. Allow to parse
1177 in constant memory usage, far simpler to program and explain
1178 than the SAX like APIs, unfinished but working.
1179 * testReader.c: test program
1180
1181Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1182
1183 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1184
1185Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1186
1187 * tree.c: Chip turner indicated that XHTML1 serialization
1188 rule for style actually break on both IE and Mozilla,
1189 try to avoid the rule if escaping ain't necessary
1190
1191Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1192
1193 * nanhttp.c: handle HTTP URL escaping, problem reported by
1194 Glen Nakamura and Stefano Zacchiroli
1195
1196Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1197
1198 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1199
1200Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * uri.c: Johann Richard pointed out some XPointer problems for
1203 URN based URI references in XInclude. Modified the URI parsing
1204 and saving routines to allow correct parsing and saving of
1205 XPointers, especially when attached to "opaque" scheme accordingly
1206 to RFC 2396
1207
1208Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1211 of refactoring to the HTML saving code.
1212 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1213 in the doc.
1214
1215Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1216
1217 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1218 to a buffer API to reuse the generic dump to an OutputIO layer,
1219 this reduces code, fixes xmlNodeDump() for XHTML, also made
1220 xmlNodeDump() now return the number of byte written.
1221
1222Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1223
1224 * python/setup.py.in: another patch from Stéphane Bidoul for
1225 Python bindings on Windows
1226 * doc/parsedecl.py: small cleanup
1227
1228Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1229
1230 * libxml.spec.in configure.in: add a line in %changelog for releases
1231
1232Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1233
1234 * parser.c: patch from Marcus Clarke fixing a problem in entities
1235 parsing that was detected in KDe documentations environment.
1236
1237Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1238
1239 * python/libxml.c (libxml_prev): Return the previous as opposed to
1240 the next node (I guess this is the result of some cut & paste programming:)
1241
1242Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1243
1244 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1245
1246Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1247
1248 * python/generator.py python/libxml.c python/setup.py.in: trying
1249 to fix the Python bindings build on Windows (Stéphane Bidoul)
1250
1251Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1252
1253 * win32/configure.js: added option for python bindings
1254 * win32/libxml2.def.src: added more exports
1255
1256Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1257
1258 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1259 pthreads
1260 * win32/wince/*: applied updates to Windows CE port from Javier
1261
1262Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1263
1264 * configure.in: preparing 2.4.28
1265 * libxml.spec.in doc/Makefile.am: some cleanup
1266 * doc/*: updated the news and regenerated.
1267
1268Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1269
1270 * HTMLparser.c: final touch at closing #87235 </p> end tags
1271 need to be generated.
1272 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1273 this change slightly the output of a few tests
1274 * doc/*: regenerated
1275
1276Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1277
1278 * parserInternals.c: fixing bug #99190 when UTF8 document are
1279 parsed using the progressive parser and the end of the chunk
1280 is in the middle of an UTF8 multibyte character.
1281
1282Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1283
1284 * threads.c: fixed initialization problem in xmlNewGlobalState
1285 which was causing crash.
1286 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1287 in xmlInitializeGlobalState.
1288 * parserInternals.c: cleaned up ctxt->sax initialisation.
1289
1290Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1291
1292 * tree.c include/libxml/tree.h: modified the existing APIs
1293 to handle XHTML1 serialization rules automatically, also add
1294 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1295 libxslt serialization uses it when needed without changing
1296 the library API.
1297 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1298 result/xhtml1: added a new test specifically for xhtml1 output
1299 and updated the result of one XHTML1 test
1300
1301Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1302
1303 * xinclude.c parserInternals.c encoding.c: fixed #99082
1304 for xi:include encoding="..." support on text includes.
1305 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1306 test/XInclude/ents/isolatin.txt : added a specific regression test
1307 * python/generator.py python/libxml2class.txt: fixed the generator
1308 the new set of comments generated for doc/libxml2-api.xml were
1309 breaking the python generation.
1310
1311Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1312
1313 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1314 * configure.in: patch for Solaris on new autoconf closes #98880
1315 * doc/parsedecl.py: repair the frigging API building script,
1316 did I say that python xmllib sucks ?
1317 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1318 and some comment are no more truncated.
1319
1320Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1321
1322 * parser.c: Martin Stoilov pointed out a potential leak in
1323 xmlCreateMemoryParserCtxt
1324
1325Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1326
1327 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1328 included in HTML documents and using the push parser.
1329
1330Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1331
1332 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1333 specified, look for the Python interpreter not just in the
1334 specified root but also in the specified location. Fixes #98825
1335
1336Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1337
1338 * python/libxml.c: fixing bug #98792 , node may have no doc
1339 and dereferencing without checking ain't good ...
1340
1341Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1342
1343 * configure.in: preparing release 2.4.27
1344 * doc/* : updated and rebuilt the docs
1345 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1346 and all the docs are actually packaged and in the final RPMs
1347 * parser.c parserInternals.c include/libxml/parser.h: restore
1348 xmllint --recover feature.
1349
1350Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1351
Daniel Veillard784b9352003-02-16 15:50:27 +00001352 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001353 processing of parsed entities, and XPath computation on sustitued
1354 entities.
1355 * testXPath.c: make sure entities are substitued.
1356
1357Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1358
Daniel Veillard784b9352003-02-16 15:50:27 +00001359 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001360 processing of internal parsed entities, which had to be changed.
1361
1362Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1363
1364 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1365 trying to fix bug #98517 about building outside the source tree
1366 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1367
1368Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1369
1370 * include/win32config.h: cleanup
1371 * win32/Makefile.mingw: integrated mingw in JScript configure
1372 * win32/Makefile.msvc: modified to allow mingw coexistence
1373 * win32/configure.js: integrated mingw
1374 * win32/Readme.txt: cleanup
1375
1376Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1377
1378 * HTMLparser.c: strengthen the guard in the Pop macros,
1379 like in the XML parser, closes bug #97315
1380
1381Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1382
1383 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1384 callback is never used.
1385
1386Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1387
1388 * parserInternals.c: fixed the initialization of the SAX structure
1389 which was breaking xsltproc
1390 * xpath.c: patch from Petr Pajas for CDATA nodes
1391 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1392 * parser.c include/libxml/parser.h: patch from Peter Jones
1393 removing a leak in xmlSAXParseMemory() and adding the
1394 function xmlSAXParseMemoryWithData()
1395
1396Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1397
1398 adding pdf of tutorial, changing web page to link to it
1399 * doc/tutorial/xmltutorial.pdf
1400 * doc/xml.html
1401 * doc/docs.html
1402
1403Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1404
1405 * doc/tutorial/ar01s08.html
1406 adding file what I forgot for tutorial
1407
1408
1409Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1410
1411 Adding encoding discussion to tutorial
1412 Added:
1413 * doc/tutorial/images/*.png: DocBook admonition image files
1414 * doc/tutorial/apf.html, apg.html: new generated html
1415 * doc/tutorial/includeconvert.c: conversion code entity file
1416 changed:
1417 * doc/tutorial/xmltutorial.xml: DocBook original
1418 * doc/tutorial/*.html: generated html
1419
1420Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1421
1422 * include/libxml/*.h: retired xmlwin32version.h
1423 * doc/Makefile.am: retired xmlwin32version.h
1424 * win32/configure.js: retired xmlwin32version.h
1425
1426Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1427
1428 * win32/libxml2.def.src: exported additional symbols
1429 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1430 sisterhood
1431
1432Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1433
1434 * globals.c: fixed a typo pointed out by Igor
1435 * xpath.c: try to speed up node compare using line numbers
1436 if available.
1437
1438Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1439
1440 * tree.c: make xmlFreeNode() handle attributes correctly.
1441
1442Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1443
1444 * catalog.c: completed the #96963 fix, as reported by Karl
1445 Eichwalder
1446
1447Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1448
1449 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1450
1451Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1452
1453 * Makefile.am: switched the order of a couple of includes
1454 to fix bugs #97100
1455
1456Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1457
1458 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1459 xmlLoadCatalogs that used to separate directories with a ':'.
1460
1461Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1462
1463 * threads.c: improvements to the Windows-side of thread handling
1464 * testThreads.c: conditionally excluded unistd.h
1465 * testThradsWin32.c: broke overlong lines
1466 * include/win32config.h: adapted thread-related macros to the new
1467 scheme and for pthreads on Windows
1468 * win32/Makefile.msvc: introduced a more flexible thread build,
1469 added testThreads[Win32].c to the build
1470 * win32/configure.js: introduced a more flexible thread config
1471
14722002-10-31 John Fleck <jfleck@inkstain.net>
1473
1474 * doc/xml.html (and, by implication, FAQ.html)
1475 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1476
1477Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1478
1479 * configure.in: removed xmlwin32version.h
1480 * include/libxml/Makefile.am: removed xmlwin32version.h
1481
1482Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1483
1484 * tree.c: applied patch from Brian Stafford to fix a bug
1485 in xmlReconciliateNs()
1486
1487Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1488
1489 * tree.c: applied patch from Christian Glahn to allow
1490 xmlNewChild() on document fragment nodes
1491
1492Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1493
1494 * parser.c: Christian Glahn found a problem with a recent
1495 patch to xmlParseBalancedChunkMemoryRecover()
1496 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1497 problems
1498 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1499 test/schemas/seq*: added the test cases from Charles
1500
1501Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1504 serious cleanup of the spec file and associated changes
1505 in the Makefiles.
1506 * valid.c: try to remove some warnings on x86_64
1507
1508Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1511 fix bug #96586
1512
1513Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1514
1515 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1516 parsing, applied his patch
1517 * result/HTML/attrents.html result/HTML/attrents.html.err
1518 result/HTML/attrents.html.sax test/HTML/attrents.html:
1519 added the test and result case provided by Mikhail Sogrine
1520
1521Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1522
1523 * vms/build_libxml.com vms/config.vms vms/readme.vms
1524 include/libxml/parser.h include/libxml/parserInternals.h
1525 include/libxml/tree.h include/libxml/xmlIO.h
1526 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1527 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1528 Applied the VMS update patch from Craig A. Berry
1529 * doc/*.html: update
1530
1531Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1532
1533 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1534
1535Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1536
1537 * debugXML.c: adding a grep command to --shell in xmllint
1538 for T.V. Raman
1539
1540Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1541
1542 * xmlcatalog.c: tried to fix some of the problem with --sgml
1543
1544Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1545
1546 * parser.c: tried to fix bug #91500 where doc->children may
1547 be overriden by a call to xmlParseBalancedChunkMemory()
1548
1549Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1550
1551 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1552 identifiers in SGML catalogs containing '&'
1553
1554Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1555
1556 * python/types.c: fixed bugs when passing result value tree
1557 to Python functions.
1558
1559Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * configure.in: preparing the release of 2.4.26
1562 * doc/*: updated and rebuilt the documentation
1563
1564Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1565
1566 * parser.c: fixed a XML Namespace compliance bug reported by
1567 Alexander Grimalovsky
1568
1569Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1570
1571 * HTMLtree.c: fixed serialization of script and style when
1572 they are not lowercase (i.e. added using the API to the tree).
1573
1574Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1575
1576 * valid.c: make xmlValidateDocument emit a warning msg if there
1577 is no DTD, pointed by Christian Glahn
1578
1579Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1580
1581 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1582 content model when some of the blocks have min or max, and a couple
1583 of bugs found in the process.
1584 * result/schemas/list0* test/schemas/list0*: added some specific
1585 regression tests
1586
1587Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * README: updated the contact informations
1590
1591Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1592
1593 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1594 misses it, reported by Peter Bray.
1595
1596Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1597
1598 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1599 and removed a few warnings
1600
1601Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1602
1603 * parser.c: Christian Glahn found a small bug in the push parser.
1604 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1605 public
1606
1607Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1608
1609 * xmlschemas.c include/libxml/xmlschemas.h: added
1610 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1611 * testSchemas.c: added --memory to test the new interface
1612
1613Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1614
1615 * doc/index.py doc/search.php: integrated the XSLT indexing,
1616 a few fixed in the indexer, added a scope selection at the
1617 search level.
1618
1619Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1620
1621 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1622 this was due to uninitialized parts of the validation context
1623
1624Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1625
1626 * debugXML.c: applied patch from Mark Vakoc except the API
1627 change, preserved it.
1628 * doc/*: updated the docs to point to the search engine for
1629 information lookup or before bug/help reports.
1630
1631Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1632
1633 * doc/index.py doc/search.php: added mailing-list archives
1634 indexing and lookup
1635
1636Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1637
1638 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1639
1640Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1641
1642 * doc/index.py: improved HTML indexing
1643 * doc/search.php: make the queries also lookup the HTML based indexes
1644
1645Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1646
1647 * doc/index.py: added HTML page indexing
1648
1649Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1650
1651 * xmlIO.c: extended Windows path normalisation to fix the base
1652 problem in libxslt.
1653 * catalog.c: fixed list handling in XML_CATALOG_FILES
1654
1655Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1656
1657 * valid.c: typo/bug found by Christian Glahn
1658
1659Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1660
1661 * xmlIO.c: applied Windows CE patch from Javier.
1662 * win32/wince: new directory, contains support for the PocketPC
1663 with Windows CE from Javier.
1664 * include/win32config.h: reorganised, removed duplicate
1665 definitions and applied WinCE patch from Javier.
1666 * include/wsockcompat.h: new file, now contains WinSock
1667 compatibility macros.
1668 * win32/Makefile.msvc: introduced double-run compilation.
1669
1670Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1671
1672 * configure.in include/libxml/xmlwin32version.h: preparing release
1673 of 2.4.25
1674 * doc/*: updated and regenerated teh docs and web pages.
1675
1676Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1677
1678 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1679 error were not covering namespace declarations.
1680 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1681 it was missing the attribute declaration for the namespace
1682 * result/VC/NS3: the fix now report breakages in that test
1683
1684Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1685
1686 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1687
1688Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1689
1690 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1691 and regenerated the docs and web site
1692
1693Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1694
1695 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1696 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1697 not before
1698
1699Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1700
1701 * python/generator.py python/libxml2class.txt: fixed a stupid error
1702 breaking the python API
1703
1704Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1705
1706 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1707 triostr.c triostr.h: applied a trio update patch from
1708 Bjorn Reese which should work with MinGW
1709
1710Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1711
1712 * tree.c: improving some documentation comments
1713 * xmlregexp.c: found and fixed a mem leak with python regression tests
1714 * doc/*: rebuilt the doc and the API XML file including the
1715 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1716 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1717 python/types.c: added access to the XML Schemas regexps from
1718 python
1719 * python/tests/Makefile.am python/tests/regexp.py: added a
1720 simple regexp bindings test
1721
1722Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1723
1724 * doc/xml.html:
1725 fixing ftp links - thanks to Vitaly Ostanin
1726
1727Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1728
1729 * xmlregexp.c: fixed the data callback on transition functionality
1730 which was broken when using the compact form
1731 * result/schemas/*: updated the results, less verbose, all tests
1732 pass like before
1733 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1734 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1735 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1736 annoying warnings
1737 * xpath.c: try to provide better error report when possible
1738
1739Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1740
1741 * Makefile.am: fixed a breakage raised by Jacob
1742
1743Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1744
1745 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1746 which don't use sockets
1747
1748Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1749
1750 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1751 * win32/configure.js: applied zlib patch from Daniel Gehriger
1752
1753Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1754
1755 * win32/configure.js: applied the patch from Mark Vakoc for
1756 regexp support
1757 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1758 for regexp support
1759
1760Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1761
1762 * xmlschemastypes.c: as pointed by Igor Float and Double
1763 parsing ain't finished yet
1764
1765Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * Makefile.am configure.in: trying to fix #88412 by bypassing
1768 all the python subdir if python ain't detected
1769
1770Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1771
1772 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1773 made configuring with regexps/automata/unicode the default
1774 but without schemas ATM
1775 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1776 fixed the regexp based DTD validation performance and memory
1777 problem by switching to a compact form for determinist regexps
1778 and detecting the determinism property in the process. Seems
1779 as fast as the old DTD validation specific engine :-) despite
1780 the regexp built and compaction process.
1781
1782Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * valid.c: determinism is debugged, new DTD checking code now works
1785 but xmlFAComputesDeterminism takes far too much CPU and the whole
1786 set usues too much memory to be really usable as-is
1787
1788Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1789
1790 * tree.c: fixed another stupid bug in xmlGetNodePath()
1791 * xmllint.c: --version now report the options compiled in
1792
1793Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1794
1795 * HTMLparser.c: small cleanup
1796 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1797 when configured with them. A bit of debugging around the determinism
1798 checks is still needed
1799
1800Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1803
1804Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1805
1806 * xmlIO.c: small portability glitch fixed.
1807
1808Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1809
1810 * xmlschemastypes.c: incomplete steps for real/double support
1811 * testAutomata.c include/libxml/xmlautomata.h
1812 include/libxml/xmlregexp.h: avoiding a compilation problem
1813 * valid.c include/libxml/valid.h: starting the work toward using
1814 the regexps for actual DTD validation
1815
1816Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1817
1818 * hash.c: cosmetic cleanup
1819 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1820 integrating a DTD validation layer based on the regexps
1821
1822Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1823
1824 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1825 the determinism was tested before eliminating the epsilon
1826 transitions :-(
1827
1828Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1829
1830 * python/generator.py python/libxml.c python/libxml.py
1831 python/libxml2-python-api.xml python/libxml2class.txt
1832 python/libxml_wrap.h python/types.c: updated the python
1833 bindings, added code for easier File I/O, and the ability to
1834 define a resolver from Python fixing bug #91635
1835 * python/tests/Makefile.am python/tests/inbuf.py
1836 python/tests/outbuf.py python/tests/pushSAXhtml.py
1837 python/tests/resolver.py python/tests/serialize.py: updated
1838 and augmented the set of Python tests.
1839
1840Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1841
1842 * win32/configure.js: added more readme info for the binary
1843 package.
1844
1845Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1846
1847 * xmlIO.c: fixed a stupid out of bound array error
1848
1849Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1850
1851 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1852 messing around with support for Windows path, cleanups,
1853 trying to identify and fix the various code path to the
1854 filename access. Added xmlNormalizeWindowsPath()
1855
1856Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1857
1858 * error.c valid.c: working on better error reporting of validity
1859 errors, especially providing an accurate context.
1860 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1861 error reports in those cases.
1862
1863Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1864
1865 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1866 parser.c parserInternals.c xmlIO.c: get rid of all the
1867 perror() calls made in the library execution paths. This
1868 should fix both #92059 and #92385
1869
1870Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1871
1872 * xmllint.c: memory leak reporting was broken after a change
1873 of the preprocessor symbol used to activate it.
1874
1875Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1876
1877 * tree.c: try to make the copy function work for node of
1878 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1879 DOM layers though, not libxml2 itself.
1880
1881Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1882
1883 * valid.c: try to provide file and line informations, not all
1884 messages are covered, but it's a (good) start
1885
1886Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * xinclude.c: reimplemented a large part of the XInclude
1889 processor, trying to minimize resources used, James Henstridge
1890 provided a huge test case which was exhibiting severe memory
1891 consumption problems.
1892
1893Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1894
1895 * python/Makefile.am: applied patch from Christophe Merlet to
1896 reestablish DESTDIR
1897
1898Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1899
1900 * libxml.spec.in: fixes libary path for x86_64 AMD
1901
1902Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1903
1904 * doc/tutorial/includekeyword.c
1905 * doc/tutorial/xmltutorial.xml:
1906 (plus resulting generated html files)
1907 fixing one spot I missed in the tutorial where I hadn't freed
1908 memory properly
1909
1910Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1911
1912 * doc/tutorial/includeaddattribute.c
1913 * doc/tutorial/includeaddkeyword.c
1914 * doc/tutorial/includegetattribute.c
1915 * doc/tutorial/includekeyword.c
1916 * doc/tutorial/xmltutorial.xml
1917 * doc/tutorial/*.html:
1918 update tutorial to properly free memory (thanks to Christopher
1919 R. Harris for pointing out that this needs to be done)
1920 * doc/tutorial/images/callouts/*.png:
1921 added image files so the callouts are graphical, making it
1922 easier to read ( use "--param callout.graphics 1" to generate
1923 html with graphical callouts)
1924
1925Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1926
1927 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1928 nice logos generated by Marc Liyanage
1929 * doc/site.xsl *.html: changed the stylesheet to show the new
1930 logo and regenerated the pages
1931
1932Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1935
1936Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1937
1938 * xpath.c: possible mem leak patch from Jason Adams
1939
1940Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1943 in the XQuery namespace
1944 * configure.in: preparing 2.4.24
1945 * doc/*.html: updated the web pages
1946
1947Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1948
1949 * python/generator.py: closing bug #85258 by generating conditional
1950 compile check to avoid linking to routines not configured in.
1951
19522002-08-22 Havoc Pennington <hp@pobox.com>
1953
1954 * autogen.sh: update error message for missing automake
1955
1956Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1957
1958 * python/Makefile.am: typo in target name resulted in libxml2.py
1959 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1960
1961Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1962
1963 * win32/win32/Makefile.mingw: updated with version from
1964 Elizabeth Barham at http://soggytrousers.net/repository/
1965
1966Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1967
1968 * win32/Makefile.msvc: added the prefix location to the include
1969 and lib search path.
1970
19712002-08-18 Havoc Pennington <hp@pobox.com>
1972
1973 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1974 both automake 1.6 and 1.4 installed get the right automake. Means
1975 compilation from CVS will now require the latest automake 1.4
1976 release, or manually creating symlinks called "automake-1.4" and
1977 "aclocal-1.4"
1978
1979Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1980
1981 * configure.in python/Makefile.am: more AMD 64 induced changes from
1982 Frederic Crozat
1983
1984Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1985
1986 * xinclude.c: oops I was missing the xml:base fixup too
1987 * result/XInclude/*.xml: this adds xml:base attributes to most
1988 results of the tests
1989
1990Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1991
1992 * xinclude.c: quick but apparently working implementation of
1993 xi:fallback, should close bug #89684
1994 * Makefile.am test/XInclude/docs/fallback.xml
1995 result/XInclude/fallback.xml: added a basic test for fallback,
1996 and run with --nowarning to avoid a spurious warning
1997 * configure.in: applied patch from Frederic Crozat for python
1998 bindings on AMD 64bits machines.
1999
2000Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2001
2002 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2003 the caller don't pass a SAX callback block.
2004
2005Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2006
2007 * tree.c: applied the same fix for the XML-1.0 namespace to
2008 xmlSearchNsByHref() as was done for xmlSearchNs()
2009
2010Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2011
2012 * libxml.3: small cleanup of the man page
2013 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2014 when serializing HREF attributes generated by XSLT.
2015
2016Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2017
2018 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2019 version of Marc Liyanage' patch for boolean attributes in HTML
2020 output
2021
2022Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2023
2024 * python/tests/serialize.py: fixed the test results, indenting
2025 behaviour changed slightly
2026
2027Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2028
2029 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2030 new c14n function to Windows def files
2031
2032Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2033
2034 * c14n.c: fixed a memory leak in c14n code
2035
2036Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2037
2038 * parser.c include/libxml/parser.h: adding a new API for Christian
2039 Glahn: xmlParseBalancedChunkMemoryRecover
2040 * valid.c: patch from Rick Jones for some grammar cleanup in
2041 validation messages
2042 * result/VC/* result/valid/*: this slightly change some of the
2043 regression tests outputs
2044
2045Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2046
2047 * tree.c: trying to fix a problem in namespaced attribute handling
2048 raised by Christian Glahn
2049
2050Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2051
2052 * encoding.c include/libxml/encoding.h: Opening the interface
2053 xmlNewCharEncodingHandler as requested in #89415
2054 * python/generator.py python/setup.py.in: applied cleanup
2055 patches from Marc-Andre Lemburg
2056 * tree.c: fixing bug #89332 on a specific case of loosing
2057 the XML-1.0 namespace on xml:xxx attributes
2058
2059Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2060
2061 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2062 corner case from new Merlin's test suite and added a callback
2063 that will be used to improve xmlsec performance
2064
2065
2066Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2067
2068 * HTMLtree.c: trying to fix the <style> escaping problem in
2069 HTML serialization bug #89342
2070
2071Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2072
2073 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2074 and rebuilt the web site.
2075
2076Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2077
2078 * include/libxml/tree.h: added _private member to xmlNs struct
2079
2080Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2081
2082 * HTMLparser.c: fixing bug #84876 based on the xml working
2083 code.
2084
2085Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2086
2087 * python/Makefile.am: enhanced to fix bug 72012 (errors
2088 when using '-jX' make parameter)
2089
2090Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2091
2092 * xpath.c: small additional enhancement for booleans
2093 compared to nodesets
2094
2095Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * HTMLtree.c: changed the order of the encoding declaration
2098 attributes in the meta tags due to a bug in IE/Mac
2099
2100Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2101
2102 * xpath.c: enhanced handling of booleans (especially '='
2103 and '!=' for nodesets) - fixes bug 85256. Added new
2104 routine xmlXPathNotEqualValues for more proper handling
2105 of '!=' when nodesets are involved.
2106
2107Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2108
2109 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2110 doc/xmlcatalog_man.xml to the source distribution
2111
2112Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2113
2114 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2115 asked for this.
2116
2117Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2118
2119 * configure.in: preparing 2.4.23
2120 * doc/*: rebuilt the docs
2121
2122Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2123
2124 * parser.c: fixing bug #84169 by fixing the
2125 comment of xmlCreatePushParserCtxt to describe the
2126 encoding detection parameters better.
2127
2128Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2129
2130 * valid.c: fixing bug #79331 in one path the lookup for
2131 ID attributes on a namespaced node wasn't handled correctly :-\
2132
2133Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2134
2135 * HTMLparser.c: trying to fix 87235 about discarded white
2136 spaces in the HTML parser.
2137 * result/HTML/*: this changes the output of a number of HTML
2138 regression tests
2139
2140Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2141
2142 * xpath.c: applied patch from Richard Jinks for the namespace
2143 axis + fixed a memory error.
2144 * parser.c parserInternals.c: applied patches from Peter Jacobi
2145 removing ctxt->token for good.
2146 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2147 popped out by the regression tests.
2148 * Makefile.am: patch for threads makefile from Gary Pennington
2149
2150Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2151
2152 * xpath.c: enhanced behaviour of position() after usage of
2153 expressions involving preceding-sibling (et al).
2154
2155Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * hash.c: applied a patch from Peter Jacobi to solve a problem
2158 when compiling with the Watcom C on Win32
2159 * result/schemas/*.err: the change of hashing algo generated
2160 permutations in the output
2161
2162Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2163
2164 * hash.c: applied patch from Sander Vesik improving the quality of
2165 the hash function.
2166
21672002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2168
2169 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2170 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2171 xmllint.c xpath.c: replaced sprintf() with snprintf()
2172 to prevent possible buffer overflow (the bug was pointed
2173 out by Anju Premachandran)
2174
2175Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2176
2177 * parser.c: removed an uninitialized data error popped by valgrind
2178 on PE references
2179
2180Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2181
2182 * doc/xml.html
2183 adding tutorial reference to the web page
2184
2185Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2186
2187 * doc/tutorial/xmltutorial.xml
2188 * doc/tutorial/ar01s07.html
2189 * doc/tutorial/ape.html
2190 * doc/tutorial/includegetattribute.c
2191 adding section to tutorial about retrieving an attribute
2192 value
2193
2194Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2195
2196 * parser.c: applied a couple of patches from Peter Jacobi to start
2197 to get rid of ctxt->token, with a possible significant speed
2198 improvement to be gained once done. Better compliance with PE
2199 references constructs in DTDs too.
2200 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2201 from Peter too
2202
2203Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2204
2205 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2206 xmlParseElement was likely to have been deallocated at the
2207 time of the report, possibly leading to segfault. Just report
2208 the tag name now.
2209
2210Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2211
2212 * xpath.c: patch from Richard Jinks for XPath substring() function
2213 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2214
22152002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2216
2217 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2218
2219Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2220
2221 *doc/FAQ.html
2222 fixing typos in FAQ, thanks to Robert Funnell for the
2223 editing help
2224
2225Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * NEWS: got complaints from rpmlint that it was empty
2228
2229Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2230
2231 * added doc/tutorial, including:
2232 apa.html
2233 apb.html
2234 apc.html
2235 apd.html
2236 ar01s02.html
2237 ar01s03.html
2238 ar01s04.html
2239 ar01s05.html
2240 ar01s06.html
2241 includeaddattribute.c
2242 includeaddkeyword.c
2243 includekeyword.c
2244 includestory.xml
2245 index.html
2246 xmltutorial.xml
2247 libxml tutorial, including generated html
2248
2249Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2250
2251 * result/c14n/exc-without-comments/merlin-c14n-two-*
2252 result/c14n/without-comments/merlin-c14n-two-*
2253 test/c14n/exc-without-comments/merlin-c14n-two-*
2254 test/c14n/without-comments/merlin-c14n-two-*
2255 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2256 c14n/exc-c14n and slightly modified test script to handle
2257 these test cases
2258 * c14n.c: fixed bugs for complicated nodes set (namespace
2259 without node and others from merlin-c14n-two.tar.gz)
2260 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2261 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2262 for xmlsec performance patch
2263 * xpath.c: fixed self::node() for namespaces and attributes
2264
2265Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2266
2267 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2268 but with the format parameter
2269 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2270
2271Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2272
2273 * Makefile.am: updated c14n tests suite
2274 * c14n.c: performance improvement for previous c14n patch
2275
2276Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2277
2278 * parser.c: another peroformance patch from Peter Jacobi, that
2279 time on parsing attribute values.
2280
2281Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2282
2283 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2284 into LibXML2 test suite
2285
2286Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2287
2288 * c14n.c: propagating xpath ancesstors node fix to c14n
2289 plus small performance improvement to reduce number of
2290 mallocs
2291 * xpath.c: fixed ancestors axis processing for namespace nodes
2292
2293Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2294
2295 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2296 Peter Jacobi
2297
2298Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2299
2300 * configure.in: preparing 2.4.22
2301
2302Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2305 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2306 a public entry point.
2307 * doc/*: rebuilt the API and docs
2308
2309Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2310
2311 * xpath.c: patch from Richard Jinks to fix a problem introduced
2312 in the previous patch and pointed by Norm
2313
2314Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2315
2316 * libxml.spec.in: fixing bug #81112
2317
2318Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * uri.c: fixing bug #82848
2321
2322Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2323
2324 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2325 output of one catalog test
2326
2327Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2328
2329 * global.data globals.c tree.c include/libxml/globals.h
2330 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2331 default value for global parameter xmlIndentTreeOutput to 1 and
2332 introduced new global parameter xmlTreeIndentString (the string
2333 used to do one-level indent) with default value " " (as it was
2334 in tree.c)
2335
2336Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2339 with trio and schemas.
2340
2341Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2342
2343 * xpath.c: patch from Richard Jinks to fix the problem raised in
2344 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2345
2346Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2347
2348 * xmlschemas.c: a bit of work on import.
2349 * xmlschemastypes.c: Charles Bozeman provided a compare function
2350 for date/time types so min/max facet restrictions should work,
2351 indeterminate comparisons return an error instead of equal.
2352 * test/schemas/date_0* result/schemas/date_0_0: specific test
2353 from Charles Bozeman too
2354
2355Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2356
2357 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2358 from Christian Cornelssen fixing the man pages and the Catalog
2359 building script.
2360 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2361 next step is <xs:import> I now have a reasonable understanding
2362 of how it works.
2363
2364Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2365
2366 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2367
2368Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2369
2370 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2371
2372Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2373
2374 * xpath.c: fixing an XPath function evalutation bug pointed out
2375 by Alexey Efimov where the context was lost when evaluating
2376 the function arguments
2377
2378Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2379
2380 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2381 function public for XMLSec performance optimizations
2382
2383Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * python/generator.py python/libxml2class.txt : fixed a problem
2386 with the HTML parser pointed by Gary Benson
2387 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2388 example
2389
2390Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2391 * parser.c: fixed bug #81159 (memory growth in SAX)
2392
2393Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2394 * xpath.c: fixed bug #78858 (the real fix)
2395
2396Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2397 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2398
2399Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * tree.c: modified xmlNodeSetBase to allow changing the
2402 base of a document.
2403
2404Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2405
2406 * xmlschemastypes.c: patch Charles Bozeman for validation of
2407 all the date, time, and duration types
2408 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2409 * configure.in: fixed an error pointed by an user
2410 * xml2-config.in: fixed an error pointed by an user
2411
2412Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2413
2414 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2415 win32/libxml2.def.src xmlIO.c: exported default
2416 'file:', 'http:' and 'ftp:' protocols input handlers
2417 and maked protocols comparisson case insensitive
2418
2419Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2420
2421 * configure.in: Neven Has detected a typo
2422
2423Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2426 as one of the persons allowed to commit directly to the
2427 module.
2428
2429Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2432 * valid.c: raised a too low limit
2433 * doc/*: rebuilt the docs
2434
2435Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2436
2437 * test/XPath/expr/floats test/XPath/expr/functions
2438 result/XPath/expr/floats result/XPath/expr/functions
2439 xpath.c: another XPath conformance patch from Richard Jinks
2440
2441Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2442
2443 * xmlschemas.c: fixed validation of attribute groups.
2444 * test/schemas result/schemas: added an example from the primer
2445
2446Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2447
2448 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2449 * test/schemas result/schemas: updated the test list
2450
2451Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2452
2453 * TODO: updated a bit
2454 * parser.c: made a comment more specific
2455 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2456 Schemas conformance.
2457 * test/schemas result/schemas: updated the test list
2458
2459Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2460
2461 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2462 implementing xs:all with minOccurs = 0
2463 * tes/schemas/* result/schemas/*: added more tests covering
2464 xs:all
2465
2466Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2467
2468 * xmlregexp.c: first implementation of the all particle, this
2469 may need to be revisited for case where not all transitions
2470 must be crossed.
2471
2472Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2473
2474 * tree.c: another entity processing update from Markus Henke
2475
2476Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2477
2478 * trionan.c: fixed crash on OSF/1
2479
2480Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2481
2482 * xmlschemas.c: more Schemas work
2483 * test/schemas/* result/schemas/*: added more tests coming
2484 from the spec.
2485
2486Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2489 ExcC14N specification
2490
2491Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2492
2493 * tree.c: patch from Markus Henke, fix for recursive entities.
2494
2495Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * xpath.c: fix a problem with string() on a document node.
2498
2499Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * Makefile.am xmlschemas.c: more Schemas work
2502 * test/schemas/* result/schemas/*: added more tests coming
2503 from the spec.
2504
2505Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2506
2507 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2508 * result/HTML/*: this changes a few things in the results
2509
2510Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2511
2512 * include/libxml/tree.h: eliminated 'declaration different than
2513 prototype' warning
2514 * include/win32config.h: "resolved" conflicts with errno.h
2515
2516Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2519 on the automata interfaces and debug of counted choices
2520 * test/schemas/* result/schemas/*: added a number of tests
2521
2522Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2525 a bit of work on Schemas
2526 * testSchemas.c: try to make it more useful
2527 * test/schemas/* result/schemas/* Makefile.am: changed the
2528 Schemas regression test procedure, started adding a few samples
2529
2530Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2531
2532 * include/libxml/encoding.h: Patch for the Borland C++ builder
2533 * include/libxml/tree.h: Patch for the Borland C++ builder
2534 * threads.c: Patch for the Borland C++ builder
2535 * win32/bcb5: New directory for the Borland C++ builder
2536 project files
2537
2538Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2539
2540 * win32/Makefile.msvc: Update for XML Schema support
2541 * win32/configure.js: Update for XML Schema support
2542 * win32/libxml2.def.src: Update for XML Schema support
2543
2544Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2547 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2548 xmlunicode.c include/libxml/Makefile.am
2549 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2550 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2551 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2552 include/libxml/xmlversion.h.in : merged the current state of
2553 XML Schemas implementation, it is not configured in by default,
2554 a specific --schemas configure option has been added.
2555 * test/automata test/regexp test/schemas Makefile.am
2556 result/automata result/regexp result/schemas:
2557 merged automata/regexp/schemas regression tests
2558
2559Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * xpath.c: Gary found a compile time problem, fixes #78823
2562
2563Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2564
2565 * configure.in: release of 2.4.20
2566 * doc/*: updated and rebuilt the docs
2567
2568Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * python/Makefile.am: patch from Cristian Gafton to build on
2571 Red Hat 6.2, should also fix #75779
2572
2573Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2574
2575 * valid.c: first part of fixing #78729
2576
2577Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2578
2579 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2580 escaping of URI when saving HTML files.
2581 * result/HTML/*: this impacted some tests
2582
2583Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2584
2585 * configure.in: trying to fix #77441
2586
2587Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * include/libxml/xmlIO.h: Hallski complained it could not be
2590 included by itself.
2591
2592Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2595
2596Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2597
2598 * win32/configure.js: patch from Nilo for the c14n option
2599 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2600
2601Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2602
2603 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2604 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2605 LIBXML_THREAD_ENABLED
2606
2607Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2608
2609 * xpath.c: another patch from Richard Jinks for substring conformance
2610 * test/XPath/expr/floats test/XPath/expr/strings
2611 result/XPath/expr/floats result/XPath/expr/strings: update of the
2612 test suite to check those.
2613
2614Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * xpath.c: patch from Richard Jinks for .x float parsing.
2617
2618Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * parser.c: patch from Markus Henke when an encoding ain't recognized
2621
2622Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2623
2624 * libxml.m4: got a report that #include <string.h> was needed
2625
2626Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2627
2628 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2629
2630Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2631
2632 * doc/example.html: fixing typo
2633
2634Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2635
2636 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2637 pointed out by Melvyn Sopacua.
2638
2639Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2640
2641 * libxml.m4: Frédéric Crozat gave a patch related to the change
2642 of Include paths breaking the libxml.m4
2643
2644Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2645
2646 * xpath.c: Fix bug #76927 forgot to save some context
2647 when evaluating binary expressions
2648
2649Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2650
2651 * configure.in: fixed configure for MPE/iX from Markus Henke
2652 * xmlmemory.c: fixed initialization problems
2653 * xpath.c: another set of patches from Richard Jinks this
2654 fixes "make XPathtests" on linux
2655
2656Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2657
2658 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2659 * test/XPath/expr/compare test/XPath/expr/equality
2660 test/XPath/expr/floats test/XPath/expr/functions
2661 test/XPath/expr/strings result/XPath/expr/compare
2662 result/XPath/expr/equality result/XPath/expr/floats
2663 result/XPath/expr/functions result/XPath/expr/strings: Updated
2664 tests though they show a divergence on Linux
2665
2666Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2667
2668 * xpath.c trionan.c: previous commit also included patches
2669 from Richard Jinks on some IEEE support corner case
2670
2671Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2672
2673 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2674 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2675 that $(datadir) should be used for docs
2676
2677Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2678
2679 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2680 could leak filedescriptors
2681
2682Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2683
2684 * configure.in nanohttp.c: applied patch from Allan Clark for
2685 UnixWare/OpenServer
2686
2687Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2688
2689 * configure.in: preparing 2.4.19
2690 * doc/*: rebuilt the docs
2691
2692Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * nanohttp.c: fixing #76043, got fed up with non-portability
2695 of that piece of code.
2696
2697Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2698
2699 * valid.c SAX.c: Never commit without running "make tests" :-(
2700 fix a couple of stupidities in the previous commit
2701 * result/*: a few changes in some attribute order result of previous
2702 commit.
2703
2704Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2705
2706 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2707 the internal subset should not raise duplicate ID errors,
2708 also there was a small bug in conjunction to namespace
2709 declarations defaulted and xml:xxx attributes DTD definitions.
2710
2711Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2712
2713 * xpath.c: Richard Jinks also raised some rounding problems
2714 this tries to fix them
2715
2716Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2719 behaviour in xmlXPathCastToString()
2720
2721Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2722
2723 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2724 raised by Morus Walter
2725
2726Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2727
2728 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2729 from Igor
2730
2731Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2732
2733 * xpath.c: fixing #75619, related to a problem when trying
2734 to evaluate condition when the current node set resulting
2735 from that sub-step evaluation is empty. Also fixes 2 potential
2736 problem with previous-sibling and next-siblings axis.
2737
2738Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2739
2740 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2741 HTML support is not configured in.
2742
2743Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2744
2745 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2746 include/libxml/tree.h: dohh I really didn't intended to commit
2747 this test version :-(
2748
2749Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2750
2751 * testSAX.c: I wanted to see the real speed at the SAX interface
2752 after a little too many Ximianer started complaining about the
2753 parser speed.
2754 added a --quiet option:
2755 paphio:~/XML -> ls -l db100000.xml
2756 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2757 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2758 3200006 callbacks generated
2759 real 0m1.270s
2760 Which means 16MBytes/s and 3Mcallback/s
2761
2762Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2763
2764 * xpath.c: valgrind spotted another error that time when running
2765 on libxslt regression tests
2766
2767Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2768
2769 * Makefile.am: adding "make valgrind" running the full regression
2770 tests (except python ones) under Valgrind (using valgrind -q
2771 which was kindly added by the author).
2772 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2773 passes cleanly now except an obcure floating point initialization
2774 raised in log10() in one XPath regression test ???
2775 * tree.c: edited some comments to close #75244
2776
2777Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2780 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2781 context of ScrollKeeper, made sure that if the number is
2782 an integer, the serialization follows the description at
2783 http://www.w3.org/TR/xpath#section-String-Functions
2784
2785Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2786
2787 * configure.in: preparing 2.4.18
2788 * doc/*: updated and rebuilt the web site
2789 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2790 the Windows and Cygwin maintainers.
2791 * parser.c: humm, changed the way the SAX parser work when
2792 xmlSubstituteEntitiesDefault(1) is set, it will then
2793 do the entity registration and loading by itself in case the
2794 user provided SAX getEntity() returns NULL.
2795 * testSAX.c: added --noent to test the behaviour.
2796
2797Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2798
2799 * parser.c: Wilfried Teiken provided a hackish but working
2800 way to get context reported back on entities when parsing
2801 with SAX and without breaking the DOM build.
2802
2803Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * c14n.c: applied a new patch from Aleksey Sanin
2806 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2807 to reference Aleksey implementation of XML digital Signatures
2808
2809Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * xpath.c: small fix to avoid potential problem due to
2812 ordering of freeing data
2813 * python/Makefile.am: people were complaining about
2814 the generated file in python dir not being built
2815
2816Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2817
2818 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2819 python/generator.py python/libxml.c python/types.c: Cleanup
2820 of the python Makefiles based on Jacob and James feedback,
2821 fixed the spec file accordingly, fixed the number of warning
2822 that passing my pedantic CFLAGS was generating. Conclusion
2823 is that Python includes are real crap.
2824
2825Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2826
2827 * configure,in: it was reported quite a few times that
2828 xml2-config --cflags should not output
2829 -I$includeprefix/libxml2/libxml because libxml2 header names
2830 clashes with existing names like list.h from C++ stl.
2831 Includes should be #include<libxml/xxx.h> so ...
2832
2833Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2834
2835 * c14n.c: another patch from Aleksey Sanin
2836
2837Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2838
2839 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2840 canonicalization algorithm
2841 * doc/xml.html doc/index.html: added the C14N references on the
2842 index page.
2843
28442002-03-13 jacob berkman <jacob@ximian.com>
2845
2846 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2847 usage, redundant, and gcc specific
2848
2849Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2850
2851 * xpath.c: speedup some node selection operations, this can
2852 have a significant impact on DocBook Norm's stylesheets
2853 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2854 make sure it's always the case
2855 * debugXML.c: distinguish CDATA and comments in ls operations
2856
2857Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2858
2859 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2860 to generate better API descriptions etc...
2861
2862Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2863
2864 * c14n.c: Fixing #74186, made sure all boolean expressions
2865 get fully parenthesized, ran indent on the output
2866 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2867 include/libxml/tree.h: also #74186 related, removed the
2868 --with-buffers option, and all the preprocessor conditional
2869 sections that were resulting from it.
2870
2871Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2872
2873 * valid.c: applied patch from Dodji Seketeli fixing an
2874 uninitailized variable in xmlValidGetValidElements()
2875
2876Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2877
2878 * c14n.c: fixed a few comments
2879 * doc/*.html doc/*/*.html: regenerated the docs and added
2880 the C14N API
2881 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2882
2883Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2884
2885 * check-xml-test-suite.py: fix to adapt varaiations in the
2886 bindings
2887 * configure.in python/setup.py python/setup.py.in: fixed to
2888 have the version of the python scripts automatically updated
2889
2890Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2891
2892 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2893 in xmlCopyProp()
2894
2895Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2896
2897 * configure.in: preparing 2.4.17 release
2898 * doc/*: updated and rebuilt the docs
2899 * xpath.c: fixed a comment
2900 * python/libxml.c: fixed a possible reentrancy problem
2901
2902Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2903
2904 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2905 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2906 added a specific regression test
2907 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2908 not raise exceptions when failing to find the attribute.
2909
2910Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2911
2912 * configure.in xmllint.c: owen pointed out a problem with the
2913 ftme fix, gettimeofday() was not detected by configure and
2914 the ftime header wasn't included, dohhh
2915
2916Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * configure.in xmllint.c: trying to fix #71457 for timing
2919 precision when gettimeofday() is not availble but ftime() is
2920
2921Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2922
2923 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2924 are now copied on install and part of the -devel RPM
2925
2926Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * xpath.c: trying to avoid bug #72150 which was apparently
2929 caused by a gcc bug (or a processor problem) as detailed
2930 at http://veillard.com/gcc.bug
2931
2932Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2933
2934 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2935 fixed xmlReconciliateNs(), added a Python test/example for
2936 inter-document cut'n paste
2937 * python/libxml.py: fixed node.doc on document nodes and added
2938 xpathEval() onto node objects
2939
2940Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2941
2942 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2943 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2944 fixup and integrated tests for the serialization stuff
2945
2946Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2949 moved the libxml man page to section 3
2950
2951Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2952
2953 * tree.c: fix bug #72490
2954 * python/libxml.c python/libxml.py: added methods serialize()
2955 and saveTo() to all node elements.
2956
2957Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2958
2959 * xmlIO.c: closed #73430, don't read from an input source
2960 which indicated an end-of-file or an error.
2961
2962Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * parser.c: make sure SAX endDocument is always called as
2965 this could result in a Python memory leak otherwise (it's
2966 used to decrement ref-counting)
2967 * python/generator.py python/libxml.c python/libxml.py
2968 python/libxml2-python-api.xml python/libxml2class.txt
2969 python/tests/error.py python/tests/xpath.py: implemented
2970 the suggestions made by Gary Benson and extended the tests
2971 to match it.
2972
2973Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2974
2975 * python/generator.py: applied patch fixing #73450
2976
2977Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * xpath.c: fixing #61290 "namespace nodes have no parent"
2980 long standing divergence from the XPath REC. NodeSets
2981 simply hold a copy of namespace nodes and those node ->next
2982 points to the parent (which may not be the node carrying the
2983 definition).
2984 * include/libxml/xpath.h: flagged but didn't added a possible
2985 speedup
2986 * DOCBparser.c HTMLparser.c: removed some warnings from push
2987 parser due to new state being added.
2988 * tree.c: new fix from Boris Erdmann
2989 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2990 the XML Canonalization support from Aleksey Sanin
2991
2992Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * tree.c: patch from Boris Erdmann fixing some namespace odities
2995 with xmlCopyNode()
2996
2997Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2998
2999 * xmlIO.c: fix bug #72706 when loading a NULL entity
3000
3001Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3002
3003 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3004 actually change in a future XML Namespace revision.
3005
3006Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3007
3008 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3009 added the possibility of returning nodesets from XPath extension
3010 functions written in Python
3011
3012Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3013
3014 * python/*: commiting some Python bindings work done while travelling
3015
3016Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3017
3018 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3019 explicitely with memory debugging switched on
3020
3021Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3022
3023 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3024 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3025 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3026 the accessor generator for strings
3027 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3028 regression test.
3029
3030Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3031
3032 * python/README python/generator.py python/libxml.c python/setup.py:
3033 added the 'usual' setup.py to allow building a libxml2-python
3034 module based on the same code. The initialization is however
3035 different the 2 .so files fo libxml2 and libxslt are identical and
3036 they entry point initialize both libraries. this is done to avoid
3037 some possible nasty problem since the Python don't merge the maps
3038 of all shared modules.
3039
3040Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * parser.c: fixed a push/encoding bug reported by Michael
3043 on librsvg
3044
3045Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3046
3047 * include/libxml/parserInternals.h: fixes a misplaced #endif
3048
3049Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3050
3051 * parser.c valid.c: found and fixed a couple of allocation bugs
3052
3053Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3054
3055 * doc/xml.html doc/python.html doc/*: added a Python and binding
3056 page describing the current state of the Python bindings and
3057 giving pointers to the other languages wrappers.
3058
3059Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3060
3061 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3062 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3063 rebuilt the API and web site
3064 * xpath.c: fixed #71978 portability bugs
3065
3066Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3069
3070Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * include/libxml/parserInternals.h parser.c: had to change
3073 2 internal parsing API when processing document content
3074 to check the start and end of element content are defined
3075 in the same entity
3076 * valid.c include/libxml/valid.h: attribute normalization can
3077 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3078 with the context to report it.
3079 * SAX.c: fixed the last known bugs, crazy validation constraints
3080 when a document is standalone seems correctly handled. There
3081 is a couple of open issues left which need consideration especially
3082 PE93 on external unparsed entities and standalone status.
3083 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3084 The 2 tests left failing are actually in error. Cleanup done.
3085
3086Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3087
3088 * valid.c: implemented E59 spaces in CDATA does not match the
3089 nonterminal S
3090
3091Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3092
3093 * SAX.c parser.c valid.c: more validation test fixups
3094 * check-xml-test-suite.py: added duration info for the tests
3095
3096Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3097
3098 * parser.c valid.c: a couple of errors were reported but not
3099 saved back as such in the parsing context. Down to 1% failure rate
3100 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3101
3102Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3103
3104 * xmlInternald.c: isExtender was missing a char
3105 * parser.c include/libxml/parser.h: % are acceptable in the
3106 internal subset if within a PUBLIC ID
3107
3108Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3109
3110 * SAX.c parserInternals.c valid.c: more work on the conformance
3111 suite. Took the step to finally block documents with encoding
3112 errors. It's a fatal error per the spec, people should have fixed
3113 their documents by now.
3114
3115Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * check-xml-test-suite.py: fixed the test script after some discussion
3118 on the semantic of TYPE="error"
3119 * Makefile.am: added the script to the distrib
3120
3121Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * SAX.c entities.c: fixed a couple of conformances issues deep
3124 into the validation code (standalone and undeclared Notations)
3125
3126Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3127
3128 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3129 stayed there for years !
3130
3131Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3132
3133 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3134 missing
3135
3136Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * check-xml-test-suite.py: improved the behaviour a bit as
3139 well as the logs
3140 * parser.c valid.c SAX.c: fixed a few more bugs
3141 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3142
3143Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3144
3145 * check-xml-test-suite.py: python script to run regression tests
3146 against the XML Test suite of W3C/OASis
3147 * SAX.c: fixed a validation bug
3148 * parser.c: fixed 3 errors pointed by the test suite
3149 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3150 * python/Makefile.am: fixed a dependendy
3151
3152Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3153
3154 * xmlmemory.c: avoid a warning bug #71594
3155
3156Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3159 warning on alpha/Tru64
3160
3161Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * include/libxml/entities.h: fixing a comment
3164 * valid.c: fixing some troubles with validity check on namespaces
3165 * result/VC/NS3 test/VC/NS3: added a specific regression test
3166
3167Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3168
3169 * tree.c: Fixing #71342 serializing '\n' in attribute values
3170 * result/noent/att3 result/att3 test/att3: added a specific
3171 test.
3172
3173Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3174
3175 * python/libxml.c: couple of bug fixes
3176
3177Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3178
3179 * python/*.py: removed tabs and used spaces.
3180
3181Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3182
3183 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3184 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3185
3186Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3189 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3190
3191Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3192
3193 * include/libxml/encoding.h include/libxml/entities.h
3194 include/libxml/globals.h include/libxml/parser.h
3195 include/libxml/threads.h include/libxml/tree.h
3196 include/libxml/xmlmemory.h: trying to fix the include mess
3197
3198Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3199
3200 * include/libxml/xmlmemory.h: reverted part of the previous
3201 attempt to provide #69655, this was breaking the build.
3202
3203Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3204
3205 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3206 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3207 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3208 include/libxml/parserInternals.h include/libxml/tree.h
3209 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3210 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3211 clean.
3212 * python/libxml.c: fixed a warning.
3213
3214Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3215
3216 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3217 copying of node, merge back IDs in the target document.
3218 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3219 test/XInclude/ents/ids.xml: test case
3220 * result/VC/ElementValid4: output changed due to a typo fix
3221
3222Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003225 generate the dependencies right as Jacob found out. Add
3226 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003227
3228Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3229
3230 * parserInternals.c valid.c: Justin Fletcher found some parts
3231 of the code needing cleanup
3232 * libxml.spec.in python/Makefile.am python/generator.py
3233 python/libxml.c python/libxml.py: Fixed the python Makefiles
3234 corrected a bug showing up on ia64, changed the name of the
3235 python internal module too
3236
3237Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3238
3239 * Makefile.am: applied patch from Andris Pavenis for binary
3240 name suffixes
3241
3242Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * xmllint.c win32/win32config.h: fixing #68748
3245
3246Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3247
3248 * valid.c: fixing #70166
3249
3250Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3251
3252 * valid.c: fixing #70077
3253
3254Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * Copyright Makefile.am README configure.in libxml.spec.in:
3257 Changed to the MIT Licence
3258 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3259 doc/xmlio.html: updated the doc accordingly
3260 * include/libxml/xmlwin32version.h configure.in: preparing
3261 2.4.14 release
3262 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3263 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3264 fixed the const xmlChar * wrapper and generator, XPath extension
3265 functions now use the context as first argument
3266 * python/tests/tstxpath.py python/tests/xpath.py
3267 python/tests/xpathext.py: Updated the tests accordingly
3268 * tree.c: fixed bug #70067
3269
3270Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * Makefile.am: cleanup
3273 * debugXML.c: always use stdout if output is NULL
3274 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3275 * python/Makefile.am python/generator.py python/libxml2class.txt
3276 python/libxml_wrap.h python/types.c: augmented the number of bindings
3277 handling FILE * and XPath contexts
3278 * python/tests/Makefile.am: avoid a stupid problem due to the
3279 use of TEST.
3280
3281Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3282
3283 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3284
3285Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * python/TODO python/libxml.c: cleanup the extension function lookup
3288 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3289
3290Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3291
3292 * configure.in python/Makefile.am: do not install outside
3293 of prefix
3294
3295Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * python/TODO python/libxml.c: started adding SAX interfaces
3298 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3299 SAX test
3300
3301Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3302
3303 * tree.c: hardened the addChild function
3304 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3305 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3306 added accessors needed for xmlNode, a bit more testing and
3307 extension of interfaces
3308 * python/tests/Makefile.am python/tests/build.py: added a test
3309 build from scratch/save/load/check
3310
3311Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3312
3313 * parserInternals.c: change a small bit in the way valididy
3314 error messages get initialized
3315 * python/TODO python/libxml.c python/libxml2-python-api.xml
3316 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3317 added some memory debugging to track leaks at the libxml2 level
3318 * python/tests/*.py: changed all tests to check for leaks,
3319 there is just one left in XPath extension registrations.
3320
3321Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * python/TODO python/generator.py python/libxml2-python-api.xml
3324 python/libxml2class.txt: more accessor classes for the parser
3325 context, allow to switch on and check validity
3326 * python/tests/Makefile.am python/tests/error.py
3327 python/tests/invalid.xml python/tests/valid.xml
3328 python/tests/validate.py: attded more test and and added error.py
3329 which I forgot to commit in the last step
3330
3331Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3332
3333 * python/Makefile.am python/types.c: cleanup
3334 * python/libxml.c python/libxml.py python/libxml_wrap.h
3335 python/generator.py python/libxml2-python-api.xml
3336 python/libxml2class.txt: added class for parser context, added
3337 first cut for push mode support. Added a framework to generate
3338 accessors functions.
3339 * python/tests/Makefile.am python/tests/push.py: added a push
3340 test
3341
3342Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3343
3344 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3345 bug a bit of cleanup.
3346
3347Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3348
3349 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3350 python/libxml2class.txt: adding error redirections and preformat
3351 to a python handler
3352 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3353 tests self checking
3354
3355Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3358 a function
3359
3360Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3361
3362 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3363 python/libxml.c python/libxml2-python-api.xml
3364 python/libxml2class.txt: Progressing through the TODOs, class
3365 description output, extra XML API, RPM now builds the wrappers
3366 for all python installed versions
3367
3368Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3369
3370 * configure.in libxml.spec.in python/Makefile.am python/TODO
3371 python/generator.py python/libxml2class.txt: added more informations
3372 in the libxml2-python package including docs. Slightly changed
3373 the class hierarchy
3374 * python/tests/*: added basic regression tests infrastructure too
3375
3376Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3377
3378 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3379 added libxml2-python as part of the packages installed
3380
3381Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3382
3383 * python/Makefile.am python/generator.py python/libxml.c
3384 python/libxml.py: more work, now able to extend the
3385 XPath interpreter with functions written in python.
3386
3387Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3388
3389 * python/Makefile.am: Jacob sent a patch to allow building from
3390 tarfile.
3391
3392Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3393
3394 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3395 inserted the python wrappers build, I hope this won't be too
3396 unportable
3397
3398Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * xpath.c: minor optimization
3401 * python/generator.py python/libxml.c python/libxml.py
3402 python/libxml_wrap.h: more work on the python bindings,
3403 they now support XPath and there is no evident leak
3404
3405Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3406
3407 * python/generator.py python/libxml.c python/libxml.py:
3408 more work on the python bindings generator.
3409
3410Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * python/generator.py python/libxml.c python/libxml_wrap.h:
3413 more work on the python bindings.
3414
3415Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3416
3417 * python/generator.py python/libxml.c python/libxml.py
3418 python/libxml_wrap.h: commited early version of a python binding
3419 for private use only ATM
3420
3421Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3422
3423 * entities.c tree.c include/libxml/entities.h: applied patch
3424 from Anthony Jones to implement copy of DTD subtree too. Had
3425 just to keep 2 function private which really ought to become
3426 public ones.
3427
3428Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3429
3430 * xmllint.c: added pointers to the web pages in the usage()
3431
3432Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * tree.c: more fixes from Petr Kozelka for attribute handling
3435 in the tree API to align the semantic with DOM.
3436
3437Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3438
3439 * valid.c tree.c entities.c: another set of patches from
3440 Anthony Jones for copy operations cleanup and robustness
3441
3442Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3443
3444 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3445 an alphabetic index based on comments content
3446 * doc/*: rebuilt the web site with the new references
3447
3448Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3449
3450 * parserInternals.h: Greg Sjaardema suggested to use an
3451 eponential buffer groth policy in xmlParserAddNodeInfo()
3452
3453Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3454
3455 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3456 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3457 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3458 to generate cross-references, and added/updated the stylesheets
3459 to generate and link API indexes. The generic keyword index
3460 is not done yet.
3461 * doc/*.html: regenerated all the usual docs too
3462
3463Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * debugXML.c: added an xpath function to the shell for T. V. Raman
3466
3467Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3468
3469 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3470 debug routines.
3471
3472Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3473
3474 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3475 support of attribute nodes
3476
3477Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3480 hopefully near complete and fully documented of the API in XML
3481 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3482 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3483 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3484 include/libxml/parserInternals.h include/libxml/valid.hi
3485 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3486 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3487 include/libxml/xpath.h include/libxml/xpathInternals.h:
3488 Cleaned up the doc comments a lot in the process, the interface
3489 coverage is now 100%
3490
3491Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3492
3493 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3494 extracts comments from the gtk-doc DocBook output (a bit
3495 convoluted but seems to work).
3496
3497Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3498
3499 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3500 added an XML description of the API, moved the script generating
3501 it here. Added a "make api" target
3502
3503Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3504
3505 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3506
3507Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3508
3509 * xpath.c include/libxml/xpathInternals.h: the change made to
3510 xmlXPathFuncLookupFunc was incompatible roll it back
3511
3512Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3513
3514 * SAX.c: cleanup patch from Anthony Jones
3515 * doc/Makefile.am: fix the headers to avoid in make scan
3516 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3517 includes, * vs Ptr and general cleanup
3518 * parsedecl.py: first version of a script to extract the
3519 module interfaces, the goal will be to provide .decl or XML
3520 specification of the interfaces to build wrappers.
3521
3522Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3523
3524 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3525 now provides return codes in case of errors
3526
3527Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3528
3529 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3530 Upgraded to trio baseline 1.6
3531 * strio.h strio.c: Replaced by triostr.h and triostr.c
3532
3533Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3534
3535 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3536 of strdup usage in the code
3537
3538Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3539
3540 * parser.c error.c: Keith Isdale complained rightly that
3541 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3542
3543Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3544
3545 * tree.c: fixed the funxtion to set the xml: attributes
3546 * debugXML.c: added "setbase" to test it.
3547
3548Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3549
3550 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3551 to allow updating an attribute content
3552
3553Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * libxml.h: try to avoid problems when compiling on Windows
3556
3557Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3558
3559 * hash.c: patch from Anthony Jones for hash.c allocation size
3560 * Makefile.am: trying to work around Yet Another Libtool Madness
3561 and build the 2.4.13 release finally ...
3562
3563Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3564
3565 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3566 * doc/* : update of the documentation
3567
3568Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3571 at fixing #61290 :-(
3572
3573Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3574
3575 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3576 Fixes bug #67229
3577
3578Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3579
3580 * tree.c: trying to avoid troubles when a subtree is copied
3581 and coalesced in part with the target tree. Should fix
3582 bug #67407
3583
3584Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3585
3586 * valid.c: fixed validation of attributes content of type
3587 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3588 values, very old bug. Fixes #67671
3589
3590Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3591
3592 * parser.c include/libxml/parserInternals.h tree.c: integrated
3593 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3594 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3595
3596Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3597
3598 * threads.c: applied Serguei Narojnyi's patch to add native
3599 thread support on the Win32 platform
3600 * testThreadsWin32.c Makefile.am: added the test program also
3601 from Serguei, Win32 specific
3602 * include/win32config.h include/libxml/xmlwin32version.h.in:
3603 added patch from Igor for the Windows thread specific defines.
3604
3605Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3606
3607 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3608
3609Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3610
3611 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3612 output page into XMLinfo.html. Close bug #66951 and
3613 raised by Robert Collins too.
3614
3615Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3616
3617 * encoding.c: Paul Keogh pointed out a possibility of segfault
3618 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3619 Closes bug # 68238
3620
3621Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3622
3623 * doc/*.html: updated the Gdome2 links
3624
3625Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * libxml.h: Applied following patches from Robert Collins
3628 and make sure IN_LIBXML is defined when compiling it
3629 -------
3630 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3631 as well as Visual C.
3632 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3633 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3634 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3635 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3636 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3637 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3638 xmlSysIDExists xmlNoNetExists).
3639 * xmllint.c: Don't include winsock2.h for Cygwin.
3640
3641Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3642
3643 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3644 when the version info is not present.
3645
3646Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3647
3648 * tree.c: Anthony Jones pointed out a problem in
3649 xmlStringGetNodeList() and provided a fix for it
3650
3651Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3652
3653 * parser.c: patch from Frank J Franklin to remove a bug in
3654 xmlCreatePushParserCtxt() when the initial buffer passed
3655 is large.
3656
3657Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3658
3659 * win32/*: big cleanup of the Windows/MSVC project files
3660 from Igor Zlatkovic
3661
3662Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3663
3664 * doc/Makefile.am: should fix #67674 and avoid troubles if
3665 xsltproc is not available or fails in the prefix provided
3666
3667Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3668
3669 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3670
3671Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3672
3673 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3674 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3675 Fixed a few other problems raised by Charlie Bozeman.
3676 * result/VC/ElementValid[5-7]: fixed the output
3677
3678Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3679
3680 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3681 patches from Charlie Bozeman. Regenerated the HTML docs.
3682
3683Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3684
3685 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3686 for Windows from Igor
3687
3688Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3689
3690 * xmllint.c: applied Justin Fletcher patch for --output or -o
3691
3692Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3693
3694 * win32/libxml2/libxml2.def.src: close #67019
3695
3696Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3697
3698 * xmllint.c: applied Justin Fletcher generic timing patch
3699 similar to the one already applied to xsltproc.
3700
3701Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3702
3703 * include/libxml/tree.h tree.c: applied documentation patches
3704 from Charlie Bozeman
3705
3706Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3707
3708 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3709
3710Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3711
3712 * valid.c: fix the xmlStrdup() used in the previous patch.
3713 * valid.c: added --dropdtd
3714 * tree.c: fixed xmlUnlinkNode so it also removes the references
3715 from the document if the node is a DTD
3716
3717Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3718
3719 * HTMLtree.c valid.c: cleanup some static declarations
3720
3721Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3722
3723 * xmllint.c: removed another strdup()
3724 * doc/FAQ: removed the HP/UX entry
3725
3726Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3727
3728 * valid.c: fix bug #66816 when validating.
3729 * xmllint.c: don't use sys/time.h if configure did not found it
3730
3731Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3732
3733 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3734 xmlcatalog_man.xml
3735
3736Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3737
3738 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3739 xmlInitMemory() was declared twice
3740
3741Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3742
3743 * globals.c: do not reference strdup() !
3744 * configure.in libxml-2.0.pc.in: trying to fix the libs
3745 of the various config extraction modules
3746
3747Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3748
3749 * configure.in : preparing 2.4.12
3750 * doc/* : updated and rebuilt the docs
3751
3752Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3753
3754 * uri.c: closed bug #66159
3755 * testURI.c: added --escape option
3756 * configure.in: some cleanup for xml2-config --cflags
3757
3758Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3759
3760 * globals.c testThreads.c: removed some misplaced includes
3761 of xmlversion.h
3762
3763Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3764
3765 * threads.c: patch from Gary Pennington fixing a possible
3766 problem at initialization time.
3767
3768Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3769
3770 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3771 Eric Lavigne contribution to build libxml2 on MacOS using
3772 CodeWarrior.
3773
3774Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3775
3776 * xmllint.c: applied Geert Kloosterman's patch to fix
3777 --repeat --timing output
3778
3779Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3780
3781 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3782 where non-wellformed XML declaractions were not detected.
3783
3784Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3787
3788Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3789
3790 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3791 gets reset by xmlCleanupInputCallbacks() and this makes the
3792 function useless. Same for output.
3793
3794Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3795
3796 * xmlIO.c: robert pointed out a loop error in callback cleanups
3797
3798Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3799
3800 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3801 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3802 they are not really tied to debugging
3803
3804Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3805
3806 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3807 * xmllint.c: better --catalogs description
3808
3809Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3810
3811 * tree.c: fixed a couple of problems in xmlSetProp()
3812
3813Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3814
3815 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3816 unappropriate stdout output.
3817
3818Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3821 by Denis Beurive, closes #65111
3822
3823Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3824
3825 * valid.c: in case of content model validity error, don't
3826 print it if validity warnings were not requested.
3827
3828Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3829
3830 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3831 * parserInternals.c: removed the last exit() call. Print an
3832 unmaskable error on stderr instead (library mismatch detection)
3833
3834Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3835
3836 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3837 shell instructions from Heiko Rupp
3838
3839Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3840
3841 * catalog.c: use the URL notation file:// for default catalog paths
3842
3843Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3844
3845 * include/libxml/tree.h: better comments for _private fields
3846 * tree.c: removed a problem when copying an entity reference.
3847
3848Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3849
3850 * vms/*: updated instructions and diffs from John A Fotheringham
3851
3852Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3853
3854 * include/libxml/xmlerror.h: avoid an include problem if
3855 #include <libxml/xmlerror.h> happens first in code
3856 seems to be the case in KDE libs
3857
3858Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3859
3860 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3861 from Igor for Windows
3862
3863Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3864
3865 * Makefile.am: Gary Pennington pointed out a missing prefix
3866
3867Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3868
3869 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3870 * doc/*: upgraded and rebuilt the docs
3871
3872Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3873
3874 * HTMLparser.c: fix comment in scripts element parsing.
3875 * result/HTML/doc3*: updated the results.
3876
3877Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3878
3879 * uri.c: another URI bug fix #63336, using Joel Young patch.
3880
3881Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3882
3883 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3884 a cleaned up version of the Pwd shell string generation.
3885
3886Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3887
3888 * valid.c include/libxml/tree.h: trying to fix namespaces +
3889 validation problems for good, closing #63619 in the process
3890 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3891 wrong in this respect, fixed it.
3892
3893Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3894
3895 * xmllint.c: Morus Walter patch to allow --format and --encode
3896
3897Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3898
3899 * debugXML.c: Stefan Kost provided an help command for the shell
3900
3901Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3902
3903 * debugXML.c: Heiko Rupp pointed that the shell would crash
3904 on empty nodesets returns.
3905
3906Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3907
3908 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3909 migh need the history libraries
3910
3911Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3912
3913 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3914 handle the case of < in quoted attributes, Bastian Kleineidam
3915
3916Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3917
3918 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3919 fixing catalog breakages
3920 * Makefile.am catalog.c result/catalogs/catal
3921 result/catalogs/mycatalog.* test/catalogs/catal*:
3922 fixed more problems in catalog support, added more regression tests
3923 for both XML and SGML catalog handling
3924
3925Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3926
3927 * debugXML.c: applied an improvement to xmlGetLineNo() from
3928 Keith Isdale
3929
3930Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3931
3932 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3933 Side effect of the progressive catalog loading
3934
3935Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3936
3937 * Makefile.am: confexecdir and confexec_DATA were defined twice
3938 pointed out by Karl Eichwalder
3939
3940Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3941
3942 * xmlcatalog.c: avoid unlink() and use remove() instead.
3943
3944Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3945
3946 * libxml.spec.in: cleanup
3947 * include/libxml/xmlwin32version.h: updated with 2.4.8
3948
3949Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3950
3951 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3952 of compiling libxml with a non standard set of options
3953
3954Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3955
3956 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3957 document --sgml option, fixing gnome bugzilla #63382
3958
3959Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3960
3961 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3962 breakage of 2.4.7, added a couple of really needed APIs
3963 like xmlCatalogIsEmpty() and xmlNewCatalog()
3964 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3965 for install-catalog
3966 * configure.in: preparing 2.4.8
3967
3968Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3969
3970 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3971 include/libxml/tree.h include/libxml/xmlIO.h: more include
3972 cleanups, export cleanly one html output + format function.
3973
3974Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * parser.c: removed initGenericErrorDefaultFunc call from
3977 xmlInitParser() since it could destroy previous calls to
3978 xsltSetGenericErrorFunc() effects
3979
3980Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3981
3982 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3983 keyword.
3984
3985Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3986
3987 * Makefile.am: cleanup
3988 * threads.c: cleanup too
3989 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3990 from xsltproc
3991 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003992 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003993
3994Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3995
3996 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3997 was not used anymore !
3998
3999Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4000
4001 * configure.in: preparing 2.4.7
4002 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4003 manual page from John
4004 * doc/*: updated the doc and rebuilt the generated pages
4005
4006Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4007
4008 * xmlIO.c: closing bug #62711, the library should never
4009 close stdin or stdout.
4010
4011Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4012
4013 * uri.c: second pass at fixing #63336, using Joel Young
4014 final patch. looks okay.
4015
4016Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4017
4018 * uri.c include/libxml/uri.h: trying to clear #63336
4019 allowing the escaping routine to parse unconformant
4020 URI-References.
4021
4022Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * vms/readme.vms vms/build_libxml.com nanoftp.c
4025 include/libxml/xmlversion.h.in: a few VMS updates from
4026 John A Fotheringham
4027 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4028 and xmlCleanupOutputCallbacks() for the Perl binding people.
4029
4030Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4031
4032 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4033 apply fixes to close #63271 and avoid segfaults when
4034 the error routine gets callbed before xmlInitParser()
4035 get called.
4036 * nanoftp.c error.c: Applied patches from Justin Fletcher
4037 correcting some xmlGenericError misuses.
4038
4039Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4040
4041 *doc/xmllint.xml, doc/xmllint.1
4042 New and improved man page for xmllint - .xml is the original, .1
4043 is the generated man page
4044
4045Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4048 the web site from the main HTML document.
4049
4050Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4051
4052 * parser.c: fixed an erroneous validation bug when PE refs
4053 occurs in external parsed entities referenced from the
4054 internals subset
4055 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4056 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4057 added the associated testcase, it's a nice one.
4058 * HTMLparser.c: generate the DTD node as HTML still ...
4059 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4060
4061Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4062
4063 * HTMLparser.c: fixed a bug in htmlNewDoc()
4064
4065Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * test/threads/*: added entities testing to the Thread test
4068 * testThreads.c: make the test reasonable
4069 * DOCBparser.c: fix the DTD public and system ID
4070 * xmllint.c: added --sgml for SGML DocBook importing
4071 * Makefile.am: added Docbtests target
4072
4073Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4076 * testThreads.c: removed bogus include
4077
4078Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4079
4080 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4081 fixed a very serious (looping) validation bug
4082
4083Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4084
4085 * include/libxml/globals.h include/libxml/threads.h threads.c
4086 testThreads.c: far more testing, cleaning up bugs
4087 * *.c : make sure globals.h is always included.
4088
4089Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4090
4091 * HTMLparser.c: try to get rid of parser loops for good.
4092
4093Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4094
4095 * configure.in: fixed some bugs in CFLAGS passing.
4096 * test/threads Makefile.am testThreads.c: added a specific
4097 threaded test case (really nasty, guaranteed).
4098
4099Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * catalog.c: serious cleanup on the management of the
4102 XML catalog tree, more tests done, especially with
4103 the catalog PI.
4104
4105Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4106
4107 * catalog.c: avoid a problem in catalog cleanup on SMP if
4108 catalogs were not initialized.
4109
4110Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4111
4112 * catalog.c xpath.c: trying to cleanup the not thread safe
4113 parts of the library.
4114
4115Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4116
4117 * include/libxml/globals.h configure.in global.data: make
4118 the allocation be per-thread a configure option
4119 * encoding.c include/libxml/parser.h: fixed compilation
4120 errors
4121
4122Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4123
4124 * include/libxml/parser.h: Norm reported that a few lines
4125 added were breaking libxslt compile, removed them for now
4126
4127Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4128
4129 * parser.c parserInternals.c threads.c: debugged and fixed
4130 initialization problems which were giving troubles on SMP
4131 boxes.
4132
4133Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4134
4135 * include/libxml/Makefile.am: missing globals.h
4136
4137Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4138
4139 * globals.c: added a couple of standard includes.
4140
4141Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4144 include/libxml/parserInternals.h include/libxml/tree.h
4145 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4146 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4147 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4148 Applied the last patches from Gary, cleanup, activated threading
4149 all user accessible global variables are now handled in globals.[ch]
4150 Still a bit rought but make tests passes with either
4151 --with-threads defined at configure time or not.
4152 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4153 linking options
4154
4155Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4156
4157 * Makefile.am include/libxml/Makefile.am
4158 include/libxml/globals.h globals.c include/libxml/threads.h
4159 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4160 configure.in: started integrating the core of the thread support
4161 not activated yet but half integrated. The code should still
4162 compile and work anyway.
4163
4164Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4165
4166 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4167 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4168 integrating the non-controversial parts of Gary Pennington
4169 multithread patches
4170 * catalog.c: corrected a small bug introduced
4171
4172Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * catalog.c include/libxml/catalog.h: very serious cleanup,
4175 isolating unportable code and as much as possible the accesses
4176 to the global shared catalog. May need more testing !
4177
4178Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4179
4180 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4181 Keith Isdale patches for the XSLT debugger interfaces. Some
4182 cleanup
4183
4184Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4185
4186 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4187 * DOCBparser.c: generate line nubers in elements
4188
4189Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4190
4191 * configure.in: preparing 2.4.6 release
4192 * doc/xml.html doc/html/*: updated and rebuilt the docs
4193 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4194
4195Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4196
4197 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4198 adding documentation for DV's supercatalog support
4199
4200Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4201
4202 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4203 super catalog support adding one API and one flag --sgml to
4204 xmlcatalog
4205
4206Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4207
4208 * doc/xmlcatalog_man.xml, xmlcatalog.1
4209 One more crack at
4210 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4211
4212
4213Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4214
4215 * xpath.c: implemented xmlXPathObjectCopy for external objects
4216 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4217
4218Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4219
4220 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4221 finishing up fix to
4222 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4223 the xmlcatalog man page display more elegantly
4224
4225Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4226
4227 * configure.in: closing bug #61832
4228 * HTMLparser.c: removed a warning
4229
4230Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4231
4232 * xpath.c: fixing #61673 part I, do not loose doc information
4233 when copying result value trees.
4234
4235Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4236
4237 * xpath.c: trying to harden the XPath interpreter
4238
4239Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4240
4241 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4242 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4243
4244Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4245
4246 * HTMLparser: repaired another loop problem
4247
4248Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4249
4250 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4251 parsing.
4252 * xpath.c: fix bug #61291 the default XML namespace node is
4253 missing from the namespace axis.
4254 * tree.c: refuse to create namespaces nodes with prefix "xml"
4255
4256Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4257
4258 * SAX.c: ouch a non-defined namespace could lead to a crash,
4259 fixed #61215
4260
4261Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4262
4263 * parserInternals.c: closed bug #61054
4264
4265Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4266
4267 * include/libxml/Makefile.am: closing #60708
4268
4269Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4270
4271 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4272 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4273
4274Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4275
4276 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4277
4278Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4279
4280 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4281 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4282
4283Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4284
4285 * catalog.c: Justin Fletcher provided cleaup code in case
4286 HAVE_STAT is not defined
4287 * include/win32config.h: Igor Zlatkovic suggested to have
4288 HAVE_STAT defined there
4289
4290Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4291
4292 * catalog.c - fixed typing error reported by M. Barros
4293
4294Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4295
4296 * xmllint.c - fixing typo
4297
4298Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4299
4300 * HTMLparser.c: small enhancement to prevent loop on
4301 unrecognizable data
4302
4303Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * parserInternals.c: applying patch from bug #60757 this
4306 should close it
4307
4308Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4309
4310 * catalog.c xmlcatalog.c: removed a couple of warning
4311 * xpath.c: try to solve the linking problem on platforms
4312 needing trio to compile
4313
4314Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4315
4316 * Makefile.am libxml.spec.in: backing up non-documented changes
4317 commited without review or aproval by Jens Finke <jens@gnome.org>
4318 * HACKING: made 100% clear that no commit should be done directly
4319
4320Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4321
4322 * configure.in: Joe Orton provided a patch fixing a problem
4323 when iconv is specified to be in a non-standard directory
4324 but wasn't exported in xml2-config --cflags
4325
4326Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4327
4328 * configure.in: let's ship 2.4.5 before getting too much
4329 troubles with 2.4.4 errors.
4330
4331Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4332
4333 * encoding.c entities.c: do not output hexadecimal charrefs
4334 when serializing HTML since some version of Netscape can't
4335 grok it, generate decimal ones.
4336 * result/HTML/doc3.htm: output changed due to previous test
4337 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4338
4339Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4340
4341 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4342 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4343
4344Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4345 Released 2.4.4
4346
4347 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4348 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4349 updated the configuration scripts systems accordingly
4350
4351Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4352
4353 * configure.in: preparing for 2.4.4
4354 * doc/xml.html doc/html/*: updated and rebuilt the docs
4355
4356Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4357
4358 * win32/dsp/libxml2.def.src: tried to incorporate comments
4359 from bug #59220
4360
4361Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4362
4363 * parser.c result/noent/wml.xml: fixed bug #59981 related
4364 to handling of '&' in attributes when entities are substitued
4365
4366Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * libxml.h include/libxml/xmlversion.h.in
4369 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4370 Tried to close bug #60131
4371
4372Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4373
4374 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4375
4376Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4377
4378 * SAX.c: fixing bug #59946 on xmlns=""
4379
4380Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4381
4382 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4383 but allocates a new error code.
4384
4385Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4386
4387 * xmllint.c: John Fleck fixed typos in the options output
4388 * parser.c SAX.c: fix ignorable white space SAX selection
4389
4390Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4391
4392 * entities.c: Steve Underwood found the possibility of an
4393 ininite loop in case of error.
4394
4395Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4398
4399Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4400
4401 * parser.c: warn if version is not 1.0 but it's not
4402 strictly speaking an error after analyzing the spec
4403
4404Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4405
4406 *doc/catalog.html - add link to the html version of the
4407 man page, other linguistic cleanups
4408
4409Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4410
4411 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4412 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4413 file, has not yet been included in the build.
4414
4415Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4416
4417 * catalog.c: removed a duplicate affectation Justin Fletcher
4418
4419Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4420
4421 * tree.c: Armin Sander pointed a possible text coalescing
4422 problem, completed his patch.
4423
4424Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4425
4426 * trionan.c: Fixed const and volatile re-definition problem
4427
4428Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4429
4430 * libxml.4 parser.c: doc updates from Heiko Rupp
4431 * parserInternals.c: 2 sanity checks from Heiko Rupp
4432
4433Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4434
4435 * tree.c: applied patch from Armin Sander to make some pointers
4436 const in xmlCopyNode()
4437 * include/libxml/tree.h: added fix to the header
4438
4439Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4440
4441 * xpath.c: hum, restrict the integer usage gcc bug workaround
4442 to only gcc compilers so that other architecture don't get
4443 penalized by this limitation.
4444 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4445
4446Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4447
4448 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4449 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4450
4451Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4452
4453 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4454 --convert option to xmlcatalog to convert SGML ones to
4455 the XML syntax.
4456 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4457
4458 2.4.3 got released at that point
4459Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4460
4461 * catalog.c xmlIO.c: started some serious testing and fixed
4462 a few bug and optmization needs.
4463
4464Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4465
4466 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4467 preparing for a 2.4.3 release even if it may not be ready yet
4468 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4469 all file parsing lookup to go through the entity resolver, add
4470 to add an API to bypass it (needed to load catalogs themselves),
4471 some cleanup on the catalog code too.
4472 * nanoftp.c: small cleanup
4473 * doc/catalog.html: small update
4474
4475Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4476
4477 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4478 Jun Kuriyama
4479
4480Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4481
4482 * doc/catalog.html: finished the catalog documentation
4483
4484Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4485
4486 * doc/catalog.html doc/xml.html: added documentation about
4487 Catalog support, misses an API description
4488 * doc/html/*: reextracted the API pages
4489
4490Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4491
4492 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4493 Added the part about section 7.2 on URI resolution,
4494 fixed a side effect in the HTML parser, look complete
4495 and ready to rock except the URI/SystemID part!
4496
4497Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4498
4499 * include/libxml/catalog.h include/libxml/parser.h
4500 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4501 xmlIO.c: added support and APIs needed for the catalog PI
4502 * include/libxml/xmlIO.h: cleanup
4503
4504Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4505
4506 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4507 include/libxml/catalog.h: starts to look okay, really
4508 plugged the new framework, cleaned a lot of stuff,
4509 added some APIs, except the PI's support missing this
4510 should be mostly complete
4511 * result/catalogs/* test/catalogs/*: added new test, enriched
4512 the existing one with URN ID tests
4513
4514Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4515
4516 * catalog.c: fixed nextCatalog
4517 * result/catalogs/docbook test/catalogs/*: started adding
4518 a small regression test
4519
4520Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4523 more work on the XML catalog support.
4524 * parser.c include/libxml/parser.h: small cleanup seems using
4525 list as a public parameter name can give portability troubles
4526 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4527 include/libxml/xpath.h include/libxml/Makefile.am: removed
4528 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4529 wrappers
4530
4531Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4532
4533 * Makefile.am trio.c triodef.h trionan.c xpath.c
4534 include/libxml/Makefile.am include/libxml/trionan.h:
4535 Re-worked Not-A-Number and Infinity support.
4536 * xmlcatalog.c: added readline include files
4537
4538Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4539
4540 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4541 testCatalog as xmlcatalog, making it an installed app
4542 adding a shell, and preparing it to be a /etc/xml/catalog
4543 management tool, though not ready yet
4544 * catalog.c include/libxml/catalog.h: adding support for
4545 XML Catalogs http://www.oasis-open.org/committees/entity/
4546 not finished, there is some interesting tradeoffs and a
4547 few open questions left.
4548
4549Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4550
4551 * xmllint.c: fixed a line formatting problem
4552
4553Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4554
4555 * SAX.c: removed a couple of unused variable (Albert Chin)
4556
4557Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4558
4559 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4560 trying to fix some troubles w.r.t. function returning
4561 const xxxPtr.
4562
4563Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4564
4565 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4566 defined
4567
4568Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4569
4570 * xpointer.c: removed unused var
4571
4572Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4573
4574 * testXPath.c: another small cleanup closing bug #59110
4575
4576Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4577
4578 * win32/dsp/libxml2.def.src: small cleanup closing bug
4579 #59108
4580
4581Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4582
4583 * example/gjobread.c: add xmlCleanupParser() before leaving
4584
4585Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4586
4587 * config.h.in configure.in include/libxml/xmlwin32version.h:
4588 released 2.4.2
4589
4590Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4591
4592 * include/libxml/valid.h debugXML.c valid.c: deprecate
4593 the non-boundchecking Sprintf functions, add Snprintf
4594 this should close bug #57984
4595
4596Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4597
4598 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4599 URIs before doing the lookups (pointed by Mark Vakoc)
4600
4601Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4602
4603 * xpath.c: serious changes on Result Value Trees and NodeSets
4604 w.r.t. deallocation and collect operations. Probably not
4605 100% clean (merge of allocated trees smells like a problem).
4606 Seems sufficient to close #58943
4607
4608Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4609
4610 * xmllint.c: adding a --format option
4611
4612Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4613
4614 * xpath.c: count() was broken on Result Value Tree
4615 * xmlIO.c: fixed file:/// accesses on _WIN32
4616
4617Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4618
4619 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4620 macro was renamed, this should close bug #58683
4621
4622Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4623
4624 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4625 entity substitution mode text at the end of the entity might
4626 be added due to text coalescing.
4627 * nanoftp.c parser.c: small cleanup
4628
4629Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4630
4631 * HACKING: added John Fleck right to commit in the doc subdir
4632
4633Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4634
4635 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4636 allow to inherit attributes from the DTD directly in the
4637 tree, this is needed for XPath and can be a useful feature.
4638 Inherited namespaces are always provided at the tree level now
4639 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4640 of tests for this feature (XSLT being the prime user).
4641
4642Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4643
4644 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4645 testSAX.c xmlIO.c xmllint.c include/win32config.h
4646 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4647 include/libxml/xmlwin32version.h.in win32/README.MSDev
4648 win32/dsp/*: applied Win32 Facelift No.2 patches from
4649 Igor Zlatkovic for Windows/MSC
4650
4651Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4652
4653 * SAX.c: unparsedEntityDecl() the URI computation of the
4654 entity wasn't done breaking XSLT unparsed-entity-uri()
4655
4656Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4657
4658 * xpath.c: fixed a bug when walking the descendants and
4659 the current node has no children
4660 * debugXML.c: show up when a text node is supposed to not be escaped
4661
4662Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4663
4664 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4665 worked like the set:leading() function)
4666 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4667
4668Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4669
4670 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4671
4672Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4673
4674 * include/libxml/xmlIO.h: apply change to close #58141
4675 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4676
4677Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4678
4679 * parser.c: when the internal subset uses a PE, then the
4680 included entity can use conditional sections.
4681
4682Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4683
4684 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4685 when walking the namespace axis showing up in
4686 libxst/tests/general/bug-12
4687 * xmlmemory.c: added the possibility to trace a given block
4688 defined by its address
4689
4690Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4691
4692 * parser.c: don't override existing encoding specified before
4693 starting xmlParseDocument()
4694
4695Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4696
4697 * include/libxml/xmlwin32version.h: reinserted, needed for
4698 Windows users of CVS
4699
47002001-07-27 Darin Adler <darin@bentspoon.com>
4701
4702 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4703 * testCatalog.c: Add include of <libxml/parser.h>.
4704
47052001-07-27 Darin Adler <darin@bentspoon.com>
4706
4707 * include/libxml/.cvsignore:
4708 * include/libxml/xmlwin32version.h:
4709 Remove this file from CVS because it's generated.
4710
4711Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4712
4713 * parser.c include/libxml/parser.h: applied const patches from
4714 Tom Moog #58002
4715
4716Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4717
4718 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4719 lookup framework
4720
4721Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4722
4723 * tree.c: fixed xmlCopyNode() for documents
4724
4725Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4726
4727 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4728
4729Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4730
4731 * parser.c: fixes bug #57652 reported by Morus Walter
4732
4733Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4734
4735 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4736
4737Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4738
4739 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4740 errors, lesson don't add new functions at 1am before a release
4741 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4742 from XPath initialization when possible.
4743
4744Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4745
4746 * result/scripts/base*: removing history/readline changed
4747 this slightly
4748 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4749 xmllint.c: make element content line number generation
4750 optionnal to avoid breaking old apps added interface to switch
4751
4752Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4753
4754 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004755 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004756 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4757 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4758 John Kroll fixes to allow saving to HTTP via PUT (or
4759 POST of needed).
4760 * doc/html/*.html: regenerated the docs
4761
4762Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4763
4764 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4765 xmlHashScanFull and xmlHashScannFull3 to get passed the
4766 three keys as arguments to the callback function
4767
4768Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4769
4770 * configure.in Makefile.am: removed libxml softlink for good
4771 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4772 100% coverage by gtk-doc
4773
4774Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4775
4776 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4777 fixed serious troubles due to size_t vs. int mismatch
4778
4779Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4780
4781 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4782
4783Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4784
4785 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4786 convenient extension API for value and context managing
4787 Now handles external objects through xmlXPathPopExternal,
4788 xmlXPathWrapExternal and xmlXPathReturnExternal.
4789 Added functions for sets operations (intersection, etc.)
4790
4791Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4792
4793 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4794 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4795 HTMLparser.c: cleanup of global variables, marking some
4796 const or private.
4797
4798Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4799
4800 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4801 fixed xmlXPathNodeSetItem when passing index=0
4802
4803Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4804
4805 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4806
4807Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4808
4809 * xmllint.c: fixed compilation under Cygwin #57503
4810 * TODO: update
4811
48122001-07-13 Peter Williams <peterw@ximian.com>
4813
4814 * config.h.in: add #undef HAVE_DLFCN_H
4815
4816 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4817 builddir.
4818
4819Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4820
4821 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4822 raised by #57348 and #57381
4823
4824Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4827 tree.c xpointer.c: store the line numbder in element->content,
4828 may break some software, need a configuration mechanism
4829
48302001-07-10 Darin Adler <darin@bentspoon.com>
4831
4832 * .cvsignore:
4833 * example/.cvsignore:
4834 * include/.cvsignore:
4835 * include/libxml/.cvsignore:
4836 Various things that are generated and should be ignored.
4837
4838Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4839
4840 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4841 * doc/xml.html doc/html/*: updated the docs
4842
4843Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4844
4845 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4846 validation occured on content with element child
4847
4848Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * tree.c: fixed XML Base computation which was broken
4851 * debugXML.c: added a base function to the shell
4852 * Makefile.am result/scripts/* test/scripts/*: added scripts
4853 based regression tests, and adding 2 XML Base tests
4854
4855Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4856
4857 * tree.c: set properties doc and call xmlSetListDoc for properties
4858 content when grafting them in a different tree.
4859 * aclocal.m4: remove from CVS
4860
4861Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4862
4863 * win32/libxml2/libxml2.def.src: added some missing entry point
4864 for XPath (Mark Vakoc)
4865
4866Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4867
4868 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4869 layer should URI-Unescape before trying to open resources.
4870
4871Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4872
4873 * xpath.c: fix the name() bug for elements in the default
4874 namespace reported by Charlie Bozeman
4875
4876Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4879 led to an XPath fix, improvements of SAX initialization, and
4880 an added option --nocdata to testXPath
4881
4882Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4883
4884 * doc/libxml-doc.el: Felix Natter provided anew version working
4885 with XEmacs too
4886
4887Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4888
4889 * include/libxml/xpath.h: small cleanup
4890 * doc/xml.html: update
4891
4892Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4893
4894 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4895 released 2.3.14
4896
4897Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * doc/html/*: rebuilt the docs for the release
4900 * doc/xml.html: added 2.3.14 release.
4901
4902Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4903
4904 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4905 were not equal to empty strings
4906
4907Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * SAX.c: fixed a URI-Reference computation problem when validating
4910 * xmlIO.c: small cleanup
4911
4912Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4913
4914 * parser.c: improved the description of a couple of interfaces
4915 upon Larry Stamper suggestion
4916
4917Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4918
4919 * SAX.c entities.c parser.c: changed completely the way entities
4920 are handled when running the parser in entity substitution mode.
4921 This fixes a bug reported by Stephan Kulow and nearly divides
4922 by 3 the amount of memory required by libxslt to load and process
4923 DocBook TDG.
4924
4925Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4926
4927 * HTMLparser.c: fixing a too early root closing problem raised
4928 byt Prashanth Naidu
4929
4930Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4931
4932 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4933 raised by Mark Vakoc.
4934
4935Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4936
4937 * example/Makefile.am: fixed the include path to add srcdir/include
4938 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4939 and some cleanup
4940
4941Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4944 lot of optimization work, results in significant improvements
4945 when handling really complex XPath queries. Add a small optimizer
4946 for unions, improve [n] and [last()], avoid some costly ops.
4947
4948Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4949
4950 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4951 * xpath.c: small cleanup
4952 * xmlGetNsList: reformated, fixed problems if used on Entities
4953
4954Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4955
4956 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4957
4958Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4959
4960 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4961 * Makefile.am example/Makefile.am: workaround automake generating
4962 erroneous deps
4963
4964Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4965
4966 * include/win32config.h: bug #56801 Yon Derek provided a patch
4967 to the windows config file.
4968
4969Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4970
4971 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4972 libxml.h : Yon Derek provided a set of changes to compile from
4973 CVS on Windows/MSC
4974
4975Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4976
4977 * parser.c: fixed UTF8 BOM support in push mode
4978 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4979 added a specific testcase
4980
4981Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4982
4983 * Makefile.am: added --push regression tests
4984 * parserInternals.c: the XML parser segfaulted in --push mode
4985
4986Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4987
4988 * configure.in: moved the symlinks detection within a CVS
4989 check, this is not portable and will be removed soon.
4990 * xpath.c: small cleanup/speedup
4991
4992Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4995 release of 2.3.12
4996 * parser.c: make an error message if unknow entities in all cases
4997
4998Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4999
5000 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5001
5002Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5003
5004 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5005 includes were installed in the wrong dir
5006
5007Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5008
5009 * doc/html.xml: warn against sending code to exhibit bugs.
5010
5011Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5012
5013 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5014 Tru64 from Thomas Leitner
5015
5016Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5017
5018 * AUTHORS: added William and Bjorn
5019 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5020 daniel@veillard.com hopefully I won't have to do this again
5021 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5022 docs can be rebuilt cleanly now
5023 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5024 from CVs it's generated, added include/libxml/xmlwin32version.h
5025 also generated but which should change far less frequently.
5026 * catalog.c nanoftp.c: made sure to include libxml.h not
5027 libxml/xmlversion.h directly
5028 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5029 when compiling on WIN32 and MSC
5030
5031Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5032
5033 * include/Makefile.am include/libxml/Makefile.am configure.in:
5034 fixed make distcheck and rebuilding the rpms
5035
5036Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5037
5038 * configure.in: should finish the migration of exported includes
5039 into a real include/libxml in CVS, at least for CVS users.
5040 * removed the exported headers, added in include/libxml (as well
5041 as xmlversion.h.in).
5042
5043Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5044
5045 * configure.in: fixed the way to detect symlink
5046
5047Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5048
5049 * configure.in: updated, include/libxml is now a real CVS dir
5050
5051Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5052
5053 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5054 version works with both libxml1 and libxml2 (it autodetects
5055 the prefix of the html-files) from Felix Natter.
5056 * doc/xml.html: updated doc accordingly
5057
5058Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5059
5060 * xpath.c: fixed the bug generating a template loop in libxslt
5061 when using docbook-xsl-1.4, * should filter out document nodes
5062 * HACKING: added William
5063 * TODO: updated
5064
5065Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * doc/FAQ.html: added a warning about gcc-3.0
5068 * doc/xml.html: added reference to gdome2 and removed a confusing
5069 sentence
5070
5071Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5072
5073 * xmlversion.h: okay this is a generated file, but Windows
5074 users need it and they can't generate it, and I want CVS
5075 Windows users ...
5076 * win32/libxml2/libxml2_so.dsp: Windows project file for
5077 the shared lib version of libxml2
5078 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5079 resources needed for libxslt/xsltproc by Yon Derek
5080
5081Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5082
5083 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5084
5085Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5086
5087 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5088
5089Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5090
5091 * include/win32config.h: Yon Derek provided a first fix
5092 to be able to compile libxslt/xsltproc on Windows
5093
5094Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096 * xpath.c: attempt to work around what seemed a gcc optimizer
5097 bug when handling floats on i386 http://veillard.com/gcc.bug
5098 * tree.c entities.c encoding.c: doing some cleanups while
5099 chasing it
5100
5101Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5102
5103 * Makefile.am: cleanup when --without-debug is specified
5104 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5105 w.r.t. --without-debug and other include points
5106 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5107 Catalogs
5108 * configure.in entities.h tree.h HTMLparser.c: removed
5109 --without-corba, made the _private field mandatory
5110
5111Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5112
5113 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5114 outputs a BOM in UTF8, an errata has been issued to avoid the
5115 problem, that was the most reasonable solution... Add support
5116 for a leading UTF8 BOM in entities.
5117
5118Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5119
5120 * valid.c: fixed a bug found when post validating an entity ref
5121 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5122 activate it too
5123
5124Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5125
5126 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5127 weakness in the node copy the XPointer and the XInclude
5128 implementations. Serious cleanup.
5129
5130Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5131
5132 * Makefile.am: Kjartan Maraas provided a small patch to
5133 add xml2-config.in to EXTRA_DIST
5134
5135Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5136
5137 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5138 provided another failing case found in KDE, the way the
5139 ctxt->vctxt.nodeTab was allocated and freed changed over
5140 time but it wasn't completely cleaned up. This should fix it.
5141
5142Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5143
5144 * parser.c: Stephan Kulow also raised the fact that line number
5145 could get miscounted making debug harder, fixed the problem
5146 in xmlParseCharData()
5147
5148Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * valid.c: Stephan Kulow pointed out a problem when validating
5151 and using an empty entity, forgot a 'break' in a case.
5152
5153Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5154
5155 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5156 * doc/xml.html: updated with 2.3.11
5157
5158Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5159
5160 * TODO: updated adding cleanup of generated doc
5161 * configure.in: prepared to release 2.3.11
5162 * xmllint.c: added --version for bug reporting
5163 * doc/html/*.html: rebuilt the doc
5164
5165Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * xpath.c: first part of the work on selecting namespace to
5168 fix bug #56115
5169
5170Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5171
5172 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5173 when using -liconv
5174 * TODO: updated
5175
5176Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5179 cleanup, encoding support.
5180
5181Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5182
5183 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5184
5185Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * xpath.c: bug detected by Ankh when / is used as a function arg
5188
5189Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5190
5191 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5192 of element and use it to avoid outputting formatting spaces at
5193 the wrong place. Implemented the format parameter for HTML save.
5194 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5195 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5196 result/HTML/wired.html: of course this impact the result of a
5197 number of HTML tests
5198
5199Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5200
5201 * HTMLtree.[ch]: started augmenting the HTML save API with
5202 encoding and formatting parameters
5203
5204Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5205
5206 * HTMLtree.h: cleanup and started evaluating the work needed on
5207 revamping the HTML output code
5208
5209Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5210
5211 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5212
5213Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5214
5215 * valid.c: fixed bug #56049, forgot one check in the
5216 validation routine
5217
5218Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5219
5220 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5221
5222Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5223
5224 * libxml.h: fixed an error in last commit
5225 * doc/FAQ.html: added an entry for compilation from CVS
5226
5227Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5228
5229 * xmlversion.h.in libxml.h: Cygwin patches
5230 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5231 * tree.h: cleanup
5232
5233Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5234
5235 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5236 memory block in a strange case where libxml is linked twice
5237 in the binary.
5238
5239Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5240
5241 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5242 state far too often, simple fix used to avoid it.
5243
5244Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5245
5246 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5247 being processed, applied his patch
5248 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5249
5250Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5251
5252 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5253 provided fixes to compile on MSCC again
5254 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5255 also provided an update for the project files.
5256
5257Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5258
5259 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5260 bug #55810
5261
5262Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5263
5264 * tree.c: fixed xmlGetNsProp() to close bug #55683
5265 Note this requires libxslt to use it's own function instead.
5266
5267Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5268
5269 * HTMLtree.c: when in a pre element no formatting space should
5270 be added.
5271 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5272
5273Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5274
5275 * configure.in: added tests for signal() and signal.h
5276
5277Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5278
5279 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5280
5281Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5282
5283 * doc/libxml-doc.el: Felix Natter provided a new version for
5284 libxml2
5285
5286Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5287
5288 * HTMLtree.c: when in a pre element no formatting space should
5289 be added.
5290
5291Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5292
5293 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5294
5295Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5296
5297 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5298 hack
5299 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5300 * uri.c: fixed a warning
5301
5302Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5303
5304 * HTMLtree.c: trying to close bug #55772 escaping in script
5305 elements
5306 * doc/xml.html: suggest to send mail to the list
5307
5308Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5311 good. Use a macro and based on the solution provided in
5312 vsnprintf manual page from GNU.
5313
5314Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5315
5316 * error.c: Workaround for non-preserving variadic list.
5317 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5318
5319Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5320
5321 * doc/xml.html: added 2.3.10 release
5322
5323Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5324
5325 * configure.in: releasing 2.3.10
5326
5327Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5328
5329 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5330
5331Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5332
5333 * encoding.c: Robert Collins provided a patch to add the
5334 "US-ASCII" encoding alias
5335
5336Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5339 string oriented functions and started cleaning the related areas
5340 in xpath.c which needed fixing in this respect
5341
5342Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5345 #55380
5346 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5347
5348Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5349
5350 * TODO: updated
5351 * nanohttp.[ch] : started adding APIs to get the redirected URL
5352 when this occurs (needed for further base computation
5353 * tree.h: cleanup
5354 * encoding.c: cleanup
5355 * SAX.c: minor change around ctxt->loadsubset
5356
5357Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5358
5359 * Makefile.am include/Makefile.am: small change to have
5360 include/libxml rebuilt if working from CVS.
5361 * uri.c: applied another patch from Carl Douglas for URI escaping,
5362 this should close bug #51876
5363
5364Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5365
5366 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5367 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5368 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5369 added specific regression test
5370 * parser.h: preparing for the XSLT mode where DTD inherited
5371 attributes are added to the tree.
5372
5373Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * xinclude.[ch]: Updated the namespace for the Last Call version
5376 * result/XInclude/include test/XInclude/include: updated the
5377 testsuite accordingly
5378
5379Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5382 related to bug #51876
5383
5384Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * tree.c: fixed a gross mistake in base computation, xml:base is
5387 not completely correct yet (need cascade).
5388 * xpath.[ch]: added the few things needed to find a function name
5389 and URI from the XPath context when it is called.
5390
5391Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5392
5393 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5394 * DOCBparser.c: small cleanup
5395 * xmllint.c: added a --catalogs option to load catalogs from
5396 $SGML_CATALOG_FILES
5397 * tree.c: cleanup
5398 * configure.in: iconv library fixup, ICONV_LIBS
5399
5400Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5401
5402 * catalog.c: handling of CATALOG entries. detection of recursion,
5403 and a few bugfixes
5404 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5405 against the default namespace
5406
5407Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5410
5411Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5412
5413 * parser.c: fixed propagation context info when parsing an
5414 external entity.
5415 * doc/html/*.html: regenerated a couple of docs
5416
5417Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * doc/xml.html: update with 2.3.9 informations
5420
5421Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5424 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5425 * doc/html/* : rebuilt the docs
5426 * valid.c: small patch which may improve some case when
5427 validating.
5428
5429Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5430
5431 * HTMLparser.c: Closed bug #54891
5432 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5433 to the suite
5434
5435Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5436
5437 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5438 applied a documentation patch from LotR and filled in a few missing
5439 descriptions
5440
5441Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5442
5443 * xpath.c tree.c parser.c: speed optimizations at the parser level
5444 document tree freeing and xpath evaluation
5445
5446Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5447
5448 * parser.c parser.h parserInternals.h: fixed a couple of
5449 interfaces for handling memory buffer input to const char *
5450 upon suggestion of JamesH.
5451
5452Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5453
5454 * configure.in: LoTR sent a patch fixing the previous commit
5455
5456Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5457
5458 * configure.in: trying to deal again with the stoopid -R linking
5459 flag of Solaris
5460
5461Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5462
5463 * xpath.h: two nodeset access macros from Thomas Broyer
5464
5465Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5466
5467 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5468 patch from Thomas Broyer
5469
5470Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5471
5472 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5473 case
5474 * INSTALL: was empty added stuff from the FAQ
5475
5476Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5479 attributes handling and #54433 by adding xmlUnsetProp()
5480 and xmlUnsetNsProp()
5481
5482Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * HTMLparser.c: Patch from Jonas Borgström
5485 (htmlGetEndPriority): New function, returns
5486 the priority of a certain element.
5487 (htmlAutoCloseOnClose): Only close inline elements if they
5488 all have lower or equal priority.
5489 * result/HTML: this of course changed a number of tests results.
5490
5491Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * xmlIO.c catalog.c: plugged in the default catalog resolution
5494 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5495 documentations
5496 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5497
5498Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5499
5500 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5501 integrating catalogs
5502 * catalog.[ch] testCatalog.c: adding a small catalo API
5503 (only SGML catalog support).
5504 * parser.c: restaured xmlKeepBlanksDefault(0) API
5505
5506Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5507
5508 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5509
5510Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5511
5512 * parser.c: added xmlParseExternalEntityPrivate() to allow
5513 propagation of ctxt->_private when parsing external entities
5514
5515Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5516
5517 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5518
5519Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5520
5521 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5522
5523Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5524
5525 * valid.c: warn when indeterminist content model is detected
5526 * result/VC/ElementValid8: this adds a message
5527 * Makefile.am: add --novalid for VCM tests
5528 * parserInternals.c: added a call to Init memory
5529
5530Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5533 when both parameters are NULL.
5534
5535Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5536
5537 * valid.c: applied small patch from Gary Pennington, reindented
5538 some part of the code.
5539
5540Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5541
5542 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5543 release, updated and regenerated the docs
5544
5545Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5546
5547 * xpath.c result/XPath/expr/floats : clarified and cleanup
5548 printing of abnormal floats in tests.
5549
5550Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5551
5552 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5553 * results/HTML/ : a few changes in the output of the HTML tests as
5554 a result.
5555 * configure.in: tying to fix -liconv where needed
5556
5557Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5558
5559 * Makefile.am: fixed a stupid error
5560
5561Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5562
5563 * configure.in Makefile.am: make the inclusion of the trio
5564 modules in the library conditional
5565
5566Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5567
5568 * DOCBparser.c: patche from László Kovács, fixed entities refs
5569 in attributes handling
5570
5571Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5574 flushing
5575
5576Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5577
5578 * xpath.c: fix of an XSLT namespace bug reported on the list
5579 general/bug-8-
5580
5581Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * strio.h trio.c: Dan McNichol suggested a couple of small
5584 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5585
5586Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * tree.c parser.c encoding.c: spent a bit more time looking
5589 at the parsing speed and DOM handling. Added a few more
5590 speedups.
5591
5592Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5593
5594 * parser.c: small but effective parsing speed improvement
5595
5596Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5597
5598 * configure.in: default on the DocBook parser inclusion (for Gnome)
5599 * DOCBparser.h: fixed a header reference
5600
5601Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * configure.in xpath.c: applied Bjorn patches for FPE on the
5604 alpha
5605
5606Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5609 xmlSaveFormatFileTo()
5610
5611Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * xpath.c: simple and efficient optimization, XPath functions
5614 aways bind to the same code, cache this
5615 * TODO: updated (by saying some is obsolete)
5616
5617Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5618
5619 * xpath.c: more cleanup work on XPath name parsing routines
5620
5621Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5622
5623 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5624 xmlXPathParseName
5625 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5626 * debugXML.c: avoid compilation problems if compiling without
5627 HTML support, Igor Zlatkovic
5628 * win32/libxml2/libxml2.def.src: being able to compile without
5629 XPath on Windows
5630
5631Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5632
5633 * libxml.m4: yet another patch from Toshio Kuratomi
5634
5635Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5636
5637 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5638
5639Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5640
5641 * tree.[ch]: added xmlSaveFormatFile interface for saving
5642 and indenting a file.
5643
5644Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5645
5646 * xpath.c: fixed bug #53689 related to processing-instruction()
5647
5648Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5649
5650 * DOCBparser.c: patche from László Kovács
5651
5652Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5653
5654 * parser.c: applied fixes from Christian Glahn bug report #53391
5655
5656Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5657
5658 * error.c: Jean François Lecomte provided a complete description
5659 and a fix to bug #53537
5660
5661Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5662
5663 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5664
5665Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5666
5667 * DOCBparser.c SAX.c: a bit more work on entities processing.
5668 Still Need to cleanup XML output and references in attributes
5669
5670Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5671
5672 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5673
5674Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5675
5676 * tree.c: trying to fix #53574, not completely complete,
5677 I would like xmllint --copy --debug test/ent1 and
5678 xmllint --debug test/ent1 to show the same result.
5679 * xpath.c: fix a bug when trying to sort namespace nodes
5680
5681Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * HTMLtree.c: real fix for #53402
5684
5685Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5688 PIs when using xsl:output
5689 * valid.c: closing #53537 some case generate segfaults if there
5690 is validity errors
5691
5692Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5693
5694 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5695 of external parsed entities, added --noent to testDocbook
5696 * valid.c: Garry Pennington found an uninitialized variable
5697 access in xmlValidateElementContent()
5698
5699Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5700
5701 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5702 with madness
5703 * result/HTML/ : this modified the result of the regression tests
5704 a lot.
5705
5706Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5707
5708 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5709 to doc where it wasn't checked against NULL reported by
5710 Jens Laas
5711
5712Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5715 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5716
5717Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5720 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5721 * SAX.[ch]: cleanup and updates for DocBook
5722 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5723 ex SGML identifier changes
5724 * valid.c: removed a static unused function.
5725
5726Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * HTMLtree.c: applied change for Paul Sponagl on script saving
5729 * Makefile.am: the warning about entity title.xml are normal.
5730
5731Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5732
5733 * configure.in: release of 2.3.7
5734 * Makefile.am: fixing make distcheck
5735
5736Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5737
5738 * doc/html/* doc/xml.html: updated and regenerated the docs
5739
5740Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5741
5742 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5743
5744Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * tree.c: fixed #53388 with the provided patch
5747
5748Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5749
5750 * valid.c: Bjorn detected an invalid memory access. Fixed
5751 vstateVPush()
5752
5753Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5756
5757Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5758
5759 * libxml.h: new header used only for the compilation of libxml
5760 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5761 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5762 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5763 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5764 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5765 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5766 baseline (version 1.2 plus a single patch).
5767 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5768 scientific notation for numbers. Tests added.
5769 * xpath.c: formatting of numbers changed to use sprintf
5770 (contribution from William Brack)
5771
5772Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5773
5774 * valid.c: cleanup, more useful debugging
5775 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5776 * xmlIO.c: entity loading is printed as an error when validating
5777
5778Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5779
5780 * valid.c: fixed to validate within entities
5781 * test/VCM/v22.xml: added a specific testcase
5782
5783Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5784
5785 * valid.c: forgot an epsilon transition in for ()+
5786 * test/VCM/v21.xml : added a specific test case
5787
5788Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5789
5790 * valid.c: removed a state explosion exhibited by RSS
5791 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5792 from bug #51872
5793
5794Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5795
5796 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5797 validation without using an ugly NFA -> DFA algo in the source.
5798 Made a specific algorithm easier to maintain, using a single
5799 stack and without recursion.
5800 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5801 * hash.c: made the growing routine static
5802 * tree.h parser.c: added the parent information to an
5803 xmlElementContent node.
5804
5805Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * SAX.c parser.c xpath.c: generating IDs when not validating
5808 from an external parsed entity was poisoning the ID has table
5809 with removed values. This was killing XSLT on the KDE help
5810 browser.
5811
5812Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5813
5814 * entities.h: andrew@ugh.net.au detected a double declaration
5815
5816Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5817
5818 * debugXML.c hash.c tree.h valid.c : some changes related to
5819 the validation suport to improve speed with DocBook
5820 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5821 the way validation errors get reported
5822
5823Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5824
5825 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5826 by P C Chow and William M. Brack for XSLT HTML output
5827
5828Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5829
5830 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5831 Igor Zlatkovic patches for MSC compilation and added his
5832 updates
5833
5834Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5837 prefix lookup.
5838 * parserInternals.c: fixed the bug reported by Morus Walter
5839 due to an off by one typo in xmlStringCurrentChar()
5840
5841Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5842
5843 * HTMLparser.c result/HTML/*: revamped the way the HTML
5844 parser handles end of tags or end of input
5845
5846Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5847
5848 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5849
5850Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5851
5852 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5853 bug where the linktime verions of free() won't work ...
5854
5855Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5858
5859Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5860
5861 * doc/xml.html: added 2.3.6 release
5862
5863Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5866 * result/wml.xml: resulted in a small output change
5867
5868Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5869
5870 * tree.c: xmlNewDoc was missing the charset initialization
5871 * xmllint.c: added --auto to autogenerate a doc, allow to
5872 reproduce the problem fixed on xmlNewDoc
5873
5874Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * xpath.c: trying to get 52979 solved
5877 * tree.c result/ result/noent/: trying to get 52712 solved, this
5878 also made me clean up the fact that XML output in general should
5879 not add formating blanks by default, this changed the output of
5880 a few tests
5881
5882Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5883
5884 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5885
5886Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5887
5888 * configure.in: finally released 2.3.6
5889
5890Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * xpath.c: checking for null pointer generated by new code
5893
5894Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * xpath.c: fixed a [] evaluation problem reported
5897 * test/XPath/tests/simpleaddr: extended test
5898 * result/XPath/simpleaddr: updated result
5899
5900Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5901
5902 * xmllint.c: Dan Timis reported a portability problem
5903 on Macs without mmap, fixed it.
5904
5905Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5906
5907 * testXPath.c : added a --tree option allowing to display the
5908 tree dump of the XPath expression
5909
5910Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5911
5912 * xpath.c: fixed a memleak when comparing nodesets
5913 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5914 * tree.c: added a TODO
5915
5916Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5919 we need string functions
5920 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5921 to be able to use them where needed. Applied some changes
5922 to reduce name linking pollution and compile in only what's
5923 needed.
5924 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5925 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5926 for the string manipulation functions
5927 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5928 to the free() function of xmlmemory.c
5929 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5930 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5931 usage.
5932
5933
5934Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * error.c: applied the context output patch of the error
5937 handling submitted by Chuck Griffith
5938 * error/VC/*: this slightly change some error logs
5939
5940Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * parser.c: fixed line number reporting on error
5943
5944Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5945
5946 * parser.c: Sullivan and Darin found a parser bug,
5947 applied the patch.
5948
5949Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5952 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5953 xmlversion.h.in xpointer.c: of course the way I defined
5954 UNUSED breaks on old gcc version. Try to be smart and
5955 also define it directly in xmlversion.h
5956 * configure.in: removed -ansi flag from the pedantic set
5957
5958Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5959 Huge cleanup, I switched to compile with
5960 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5961 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5962 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5963 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5964 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5965 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5966 encoding.h entities.c error.c list.[ch] nanoftp.c
5967 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5968 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5969 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5970 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5971 Cleanup, staticfied a number of non-exported functions,
5972 detected and cleaned up a dozen of problem found this way,
5973 avoided a lot of public function name/typedef/system names clashes
5974 * doc/xml.html: updated
5975 * configure.in: switched private flags to the really pedantic ones.
5976
5977Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5978
5979 * configure.in: 2.3.5
5980 * doc/html/*: rebuilt the docs
5981
5982Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * parser.c: fixed a reported bug in NOTATION parsing
5985 * uri.c: accepted but not fixed bug 51876, added TODO
5986 * Makefile.am: fixed bug 51876
5987
5988Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5989
5990 * config.h.in configure.in error.c: fix a compilation problem
5991 on platforms without vsnprintf (xml@thewrittenword.com)
5992
5993Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * parser.c: fixed a function name header typo
5996 * SAX.c: notations can also occur in external subset.
5997
5998Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5999
6000 * error.c: removed a C++ like comment
6001
6002Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6003
6004 * parser.c: fixing bug 52299 strange condition leading
6005 to a parser crash due to a buffer overflow
6006 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6007 added the specific test case
6008
6009Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6012 xmlXPathConvert{String,Number,Boolean} to be able to make
6013 type casts without a context stack, fixed some implementation
6014 problems related to the absence of context at parse-time,
6015 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6016 in the public API too
6017 * xpointer.c xpathInternals.h: we need to know at parse time
6018 whether we are compiling an XPointer
6019
6020Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6021
6022 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6023 cleaned up the parser internals, refactored XPath code, added
6024 new compilation based APIs and cleanly separated public and
6025 private APIs.
6026
6027Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6028
6029 * xpath.h: the comp field must be added at the end to avoid
6030 killing binary compat.
6031
6032Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6033
6034 * Makefile.am: detect XPath memleaks in regreson tests
6035 * error.c: fixed and error w.r.t. error reporting still using
6036 stderr
6037 * hash.c: added new line at end of file
6038 * tree.h: minor cleanup
6039 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6040 expression parsing from evaluation, resulted in a number of
6041 changes internally, and in XPointer. Likely to break stuff
6042 using xpathInternals.h but should remain binary compatible,
6043 new interfaces will be added.
6044
6045Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6046
6047 * configure.in: fixed a couple of problems reported by
6048 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6049 without gcc on non linux platforms.
6050
6051Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6054 a fix for --with-html-dir= configure support. I hope it won't
6055 break rpm generation
6056
6057Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6058
6059 * xmlIO.c: one function comment cleanup.
6060
6061Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * SAX.c: external subset notations were improperly registered
6064 in the internal subset.
6065
6066Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * README.cvs-commits: added, pointing to HACKING
6069 * HACKING: updated
6070
6071Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6072
6073 * parser.c: and Matt Sergeant found one in the XML push
6074 parser (erroneous check I forgot to remove when I fixed the
6075 main parser).
6076
6077Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6078
6079 * xpath.c: ptittom found a small bug in UnaryExpr
6080
6081Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6082
6083 * configure.in: bumped to 2.3.4
6084 * error.c: fixed bug #51860
6085 * tree.c: fixed bug #51861
6086 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6087 * tree.[ch] : added xmlDefaultBufferSize
6088 * nanoftp.c: typo in function name header block
6089 * doc/xml.html : updated, added link to XML::LibXSLT
6090 * doc/html/* : rebuilt the docs
6091
6092Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * parser.c SAX.c: the new content parsing code raised an
6095 ugly bug in the characters() SAX callback. Found it
6096 just because of strangeness in XSLT XML Rec ouptut :-(
6097
6098Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6099
6100 * Makefile.am: Martin Baulig suggested to add -lm
6101 * tree.c: found another bug in xmlNodeGetContent()
6102
6103Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6104
6105 * xpath.c: Bjorn found the error related to strictness of comparison.
6106
6107Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * parser.c: trying to fix the Dtd parsing problem reported
6110 by Gary, side effect of last week speed optimizations.
6111
6112Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6113
6114 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6115 * parserInternals.c: removed unneeded test raised by Stric
6116
6117Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6118
6119 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6120 and fixed by William Brack). Added xmlXPathFormatNumber.
6121 Changed the sorting slightly.
6122 * configure.in Makefile.am example/Makefile.am: Added -lm.
6123 Please note that applications linking with libxml2, must
6124 also like with the math library from now on.
6125
6126Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6127
6128 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6129
6130Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6131
6132 * parser.c: one must report spaces even if the Dtd element
6133 content proves that this is not part of the element content.
6134 * result/valid/*.xml: this changed the ouptu slightly
6135
6136Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6137
6138 * configure.in: bumped to 2.3.3
6139 * doc/xml.html: updated
6140
6141Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * tree.c: minor doc fix
6144 * xpath.c: deallocation issues when a result tree has been
6145 converted to a node-set
6146
6147Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6148
6149 * doc/xml.html: oops corrected dates s/2000/2001
6150
6151Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6152
6153 * valid.c: new patch from Gary Pennington
6154
6155Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6156
6157 * doc/xml.html: applied patch from Ankh
6158
6159Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6160
6161 * xinclude.c: fixed a problem building on Mac
6162
6163Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6164
6165 * parser.c: more work on increasing parsing ferformances
6166
6167Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6170 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6171 avoiding memcpy in production builds MEM_CLEANUP macro use
6172 * parser.[ch] parserInternals.c: optimizations of the tightest
6173 internal loops inside the parser. Better checking of I/O
6174 flushing/loading conditions
6175 * xmllint.c : added --timing
6176
6177Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6178
6179 * configure.in: bumped to 2.3.2
6180 * doc/xml.html: updated for release
6181
6182Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6183
6184 * xpath.c: found a memleak and fixed a nasty bug
6185
6186Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6187
6188 * xmllint.[c1] : added return code errors for xmllint
6189 * xpath.c: specific debug dump function for result value trees
6190
6191Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6192
6193 * xpath.c: finally implemented xmlXPathCompareNodeSets
6194 * test/XPath/expr/floats results/XPath/expr/floats: added
6195 a test for float expressions
6196
6197Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6200 * parserInternals.[ch]: trying to speed up parsing
6201 * xpath.c : speeded up node set equality op
6202
6203Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6206 better handling of ID/IDREF and the list modules associated
6207 * configure.in: small CFLAGS cleanup
6208
6209Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6210
6211 * configure.in: fixed iconv detection on AIX (stric)
6212
6213Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6216
6217Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6218
6219 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6220 and optimized xmlXPathNodeSetSort
6221
6222Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * xpath.c: bug fix when context size is 0
6225 * parser.c: I like Norm's Dtd because they still manage to break
6226 the parser occasionally
6227
6228Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6231
6232Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6235 attributes within the XML-1.0 namespace
6236
6237Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6238
6239 * xpathInternals.h: exported a few axis functions
6240 * doc/xml.html: updated the doc
6241
6242Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6243
6244 * configure.in: applied patch from Daniel van Balen for OpenBSD
6245 and bumped version to 2.3.1
6246 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6247 attempt to find autoclosing was simply broken, removed it,
6248 updated the examples, this is better
6249
6250Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6251
6252 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6253 hash functionnalities.
6254 * doc/html/* : rebuild the doc
6255
6256Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6257
6258 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6259 on predicate
6260 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6261 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6262 really want to have tags closed on output even if we accept
6263 unclosed ones on input
6264
6265Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * xpath.c: ouch don't free NULL, rare case fixed
6268 * tree.c: don't coalesce text nodes if they don't have the
6269 same behaviour wrt escaping on output
6270
6271Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * xpath.c: small fixup
6274 * SAX.c: don't warn on empty namespaces.
6275
6276Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6277
6278 * README: a bit of cleanup
6279 * configure.in: preparing for 2.3.0 release
6280
6281Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6282
6283 * hash.[ch]: added a first version of xmlHashSize()
6284 * valid.c: another bug fix from Gary Pennington
6285
6286Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6287
6288 * valid.c: couple of bug fixes pointed by Gary Pennington
6289 * HTMLtree.c: #if 0 cleanup
6290
6291Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6294 which removes a time consuming check of xmlXPathNodeSetAdd()
6295 and use it in places where we are sure to not break unicity
6296
6297Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6298
6299 * xpath.c: bug fixes found from XSLT
6300 * tree.c: preserve node->name special values when copying nodes.
6301 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6302 external subset are fetched when available but without full
6303 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6304 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6305 output with encoding disabled.
6306
6307Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6310 xmlCheckFilename should not be called from xmlFileOpenW
6311 and xmlGzfileOpenW
6312
6313Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6314
6315 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6316 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6317 added the new tests for URI normalization
6318 * testURI.c: fixed stoopid bugs
6319 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6320 the URI in the error messages are now properly normalized
6321
6322Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6325
6326Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6329
6330Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6331
6332 * xpath.c: fixed mod operator
6333
6334Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6335
6336 * parser.c: fixed xmlStrcat doc
6337 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6338 trees.
6339
6340Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6341
6342 * xpath.c result/XPath/tests/chaptersbase
6343 result/XPath/tests/simplebase: fixed XPath node()
6344 * tree.c: small fix in xmlNewNs()
6345 * Makefile.am: removed extraneous xml2Conf.sh rule
6346
6347Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6348
6349 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6350 Changed the library name, in order to get libxml-devel and
6351 libxml2-devel to coexist on a single system
6352 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6353 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6354
6355Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6358 libxml2-devel installable in // as libxml-devel.
6359
6360Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6361
6362 * doc/Makefile.am: fixed make rebuild in doc
6363 * doc/html/*.html: rebuilt the docs
6364
6365Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6366
6367 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6368
6369Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6370
6371 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6372 the HTML doc to go into the -devel RPM ...
6373 * aclocal.m4 config.h.in: some updates due to auto* magic
6374
6375Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6376
6377 * xpath.h: added a hook in the context structure allowing to
6378 link to extra support, needed for XSLT
6379
6380Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6381
6382 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6383 xmlXPtrCmpPoints to use it.
6384 * propagated the following patch from Alejandro Forero
6385 * include/win32config.h xmlIO.c: applied further suggestions
6386 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6387 * example/gjobread.c: fixed warnings, now that it builds
6388
6389Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6390
6391 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6392
6393 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6394 filename points to a valid file (not a directory).
6395 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6396 Added calls to xmlCheckFilenameDir.
6397
6398 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6399 `path' (rather than `filename') as the parameter to gzopen and open.
6400
6401Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6402
6403 * Makefile.am: fixed a problem with EXTRA_DIST
6404
6405Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * Makefile.am example/Makefile.am: finally found the trick
6408 to build the example, i.e. add "." in SUBDIRS before example
6409 in the list <grin/>
6410
6411Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6412
6413 * doc/xml.html: updated with an XSLT section, removed pointer to
6414 W3C CVS base.
6415
6416Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6417
6418 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6419 too, and deallocation need to occur the same way.
6420
6421Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6422
6423 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6424 type correponding to an XSLT result tree fragment. Share most
6425 of the data format with node set, as well as operators.
6426 * HTMLtree.c: added a newline at the end of the doctype output
6427 whe this one is not present initially.
6428 * tree.c: make sure taht the parent and doc pointers are properly
6429 set when copying attributes (lists).
6430
6431Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6432
6433 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6434
6435Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6436
6437 * xpath.c: seems I finally killed that ugly path evaluation
6438 context bug (tagged 9999 in case is is wrong)
6439
6440Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6441
6442 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6443 for XSLT
6444
6445Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6446
6447 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6448 for xmlGzfileOpen() bug
6449
6450Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * xpath.c: removed an error found by XSLT usage
6453 * tree.c parserInternals.h: use a predefined static string
6454 for text and comment nodes, avoid freeing them in xmlFreeNode,
6455 exported the string name in parserInternals.h and added
6456 another value to disable encoding at output (for XSLT),
6457 gain memory, time.
6458
6459Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6460
6461 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6462 win32/libxml2/libxml2_so.dsp: new makefiles and update
6463 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6464
6465Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6466
6467 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6468 Gary Pennington
6469
6470Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6471
6472 * xpath.c: fixed the comaprision of values and nodelists,
6473 need to compare nodelist still ...
6474 * debugXML.c: avoided a possible core dump
6475 * HTMLparser.c: cleanup
6476 * nanohttp.c: contributed fix.
6477 * tree.c: fixes in properties handling added xmlSetNsProp
6478 needed by libxslt
6479 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6480 comment
6481 * TODO: updated
6482
6483Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6484
6485 * parser.c parserInternals.c: applied Bjorn Reese optimization
6486 patch
6487
6488Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6489
6490 * Makefile.am: applied patch fro make check from Martin Vidner
6491
6492Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6493
6494 * configure.in: preparing 2.2.11
6495 * doc/html/*: rebuild the HTML files
6496 * doc/xml.html : updated
6497
6498Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6499
6500 * tree.c: fixed a stupid bug
6501 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6502 patches related to validation of an XInclude processing result
6503 * TODO: updated
6504
6505Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6508 on large files
6509
6510Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6511
6512 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6513
6514Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6515
6516 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6517 reported by Jonas Borgström
6518 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6519
6520Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * testXPath.c xpath.c: fixing the XPath union expressions problem
6523 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6524
6525Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6526
6527 * xmllint.c: Made is so if the file name is "-" is will read form
6528 standard input. Sven Heinicke <sven@zen.org>
6529 * tree.c: fixed a problem when growing buffer
6530 * tree.h: fixed the comment of the node types following andersca
6531 comment
6532 * TODO: updated
6533
6534Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6535
6536 * HTMLparser.[ch]: added a way to avoid adding automatically
6537 omitted tags. htmlHandleOmittedElem() allows to change the
6538 default handling.
6539 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6540 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6541 of xmllint too when using --memory flag, added a memory test
6542 suite at the Makefile level.
6543 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6544 with namespace use when encountering QNames in XPath evalation,
6545 added xmlns() scheme in XPointer.
6546 * nanoftp.c : incorporated a fix
6547 * parser.c xmlIO.c: fixed problems raised with encoding when using
6548 the memory I/O
6549 * parserInternals.c: closed bug 25934 reported by
6550 torsten.landschoff@innominate.de
6551 * TODO: updated
6552
6553Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6556 on a non-updated tree :-(, made a 2.2.10 release to correct the
6557 situation
6558
6559Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6560
6561 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6562 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6563 integrated a set of OpenVMS changes from Howard Taylor
6564 <Howard.Taylor@pacoast.com>
6565
6566Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6567
6568 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6569 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6570
6571Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6572
6573 * HTMLparser.c: some fixes on auto-open of html/head/body
6574 * encoding.c: fixed a compilation error on some gcc env
6575 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6576 XPointer implementation
6577 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6578 related XPointer tests and associated results
6579
6580Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6581
6582 * doc/xmldtd.html doc/xml.html: following a short step by step
6583 guidance on IRC to help maciej with DTDs I started a small
6584 page on the subject.
6585
6586Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6587
6588 * HTMLparser.c: fixed handling of broken charrefs
6589 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6590 patches
6591
6592Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6593
6594 * doc/xml.html doc/html/* : rebuilt the docs after adding
6595 xinclude and updated page for 2.2.7 and 2.2.8
6596 * configure.in: releasing 2.2.8
6597
6598Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6599
6600 * parser.[ch] parserInternals.c: applied the conditional
6601 section processing fix from Jonathan P Springer
6602 <jonathan.springer2@gte.net>
6603 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6604 project file, fixed iconv default non support
6605 * xpath.c: fixed the problem of evaluating relative expressions
6606 when a node context is provided.
6607
6608Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6609
6610 * nanoftp.c: fixed gcc 2.95 new warnings
6611 * SAX.c: fixed a stupid bug
6612 * tree.c: fixed a formatting problem when round-tripping
6613 from/to memory
6614 * xinclude.c: chased memleak, fixed a base problem
6615 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6616 xmlXPtrBuildNodeList()
6617 * TODO: updated
6618 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6619 adding a first small set of regression tests for XInclude
6620
6621Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6622
6623 * nanohttp.[ch]: applied Wayne Davison patches to access
6624 the WWW-Authorization header.
6625 * parser.c: Closed Bug#30847: Problems when switching encoding
6626 in short files by applying Simon Berg's patch.
6627 * valid.c: fixed a validation problem
6628 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6629 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6630 Wayne Davison
6631 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6632 need to be extended to non full nodes selections.
6633 * xinclude.c: starts to work decently
6634
6635Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6636
6637 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6638 debugXML.c xmlversion.h.in: Started adding XInclude support,
6639 this is a new xmllint option
6640 * tree.c xpath.c: applied TOM patches for XPath
6641 * xpointer.c: fixed a couple of errors.
6642 * uri.c: added an escaping function needed for xinclude
6643 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6644 new warning from RH70 gcc's version
6645
6646Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6647
6648 * HTMLparser.c: fixed loop on invalid char in scripts
6649 * parser.c: update to description of xmlIOParseDTD()
6650 * libxml.m4 xmlversion.h.in: changes contributed by
6651 Michael Schmeing <m.schmeing@internet-factory.de>
6652 * configure.in: preparing for 2.2.7
6653 * Makefile.am: trying to avoid config.h and acconfig.h
6654 being included in the distrib
6655 * configure.in: released 2.2.7
6656
6657Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6658
6659 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6660 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6661
6662Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6663
6664 * parser.[ch]: added xmlIOParseDTD()
6665 * xpointer.c: added support for the 2 extra parameters of
6666 string-range, fixed a stoopid error when '0' was present
6667 in XPointer expressions
6668 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6669 testsuite for the above
6670
6671Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6672
6673 * libxml.spec.in: improved package descriptions
6674
6675Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6676
6677 * xpath.c xpathInternals.h: applied a large cleaning patch
6678 from TOM <ptittom@free.fr>, it also add namespace support
6679 for function and variables registration.
6680
6681Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6682
6683 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6684 * Makefile.mingw: Wayne Davison's update adding hash.c
6685
6686Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6687
6688 * xpath.c: fixed the root evaluation problems
6689 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6690 ignorable spaces with <b> <bold> <em>
6691 * tree.c: fixed a loop in xmlSearchNsByHref()
6692
6693Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6694
6695 * xpath.c: applied another XPath patch from TOM
6696 * xpath.c include/makefile.am: applied another patch from
6697 china@thewrittenword.com (cleanup on IRIX).
6698
6699Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6700
6701 * xml-config.1: received a fixed version from Fredrik Hallenberg
6702 <hallon@lysator.liu.se>
6703
6704Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6705
6706 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6707 cleanup patch for XPath
6708
6709Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6710
6711 * patched to redirrect all "out of context" error messages to
6712 a reconfigurable routine. The changes are:
6713 * xmlerror.h : added the export of an error context type (void *)
6714 an error handler type xmlGenericErrorFunc there is an interface
6715 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6716 to reset the error handling routine and its argument
6717 (by default it's equivalent to respectively fprintf and stderr.
6718 * all the c files: all wild accesses to stderr or stdout within
6719 the library have been replaced to calls to the handler.
6720
6721Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6722
6723 * configure.in: release 2.2.6
6724 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6725 exporting the inner functions of xpath for extension modules
6726 * doc/*: updated and rebuilt the doc
6727
6728Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6729
6730 * nanohttp.c : applied Wayne HTTP cleanup patch
6731 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6732 and xmlNodeSetSpacePreserve()
6733
6734Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6735
6736 * xpath.c: closing bug #29260
6737
6738Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6739
6740 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6741 multikey tuples, made hash structure opaque
6742 * valid.[ch]: moved elements, attributes, notations decalarations
6743 as well as ID and refs to hash tables.
6744 * entities.c: hash cleanup
6745 * xmlmemory.c: fixed a dump problem in debug mode
6746 * include/Makefile.am: problem passing in DESTDIR= values patch
6747 from Marc Christensen <marc@calderasystems.com>
6748 * nanohttp.c: removed debugging remains
6749 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6750 * HTMLparser.c parser.c: fixing a number of problems with the
6751 macros in the *parser.c files (Wayne).
6752 * HTMLparser.c: close the previous option when opening a new one
6753 (Marc Sanfacon).
6754 * result/HTML/*: updated the HTML results accordingly
6755
6756Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6757
6758 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6759 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6760 XPath functions and XML entities table to them. More to come...
6761 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6762
6763Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6764
6765 * tree.c: coalesce adjacent text nodes
6766 * valid.c: handling of blank nodes in DTd validation (raised
6767 by problems with a posteriori validation).
6768 * nanohttp.c: changing behaviour on HTTP write stuff.
6769 * HTMLtree.c: forced body and html to be explicitely closed.
6770 * xpath.h: exported more XPath functions.
6771
6772Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6773
6774 * Release of 2.2.5
6775 * xpointer.c: range() range-inside and other helper functions
6776 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6777
6778Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6779
6780 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6781 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6782
6783Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6784
6785 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6786 and XPointer modules
6787
6788Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6789
6790 * SAX.h: closed #25107
6791
6792Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6793
6794 * testSAX.c: fixed problem with cdata reporting
6795 * SAXresult/* : updated
6796
6797Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6800 Closed bug #27499, added to regression tests
6801 * TODO: updated
6802
6803Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6804
6805 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6806 support for SCRIPT and STYLE with help from Bjorn Reese
6807 * test/HTML/* result/HTML/*: added simple testcase and updated
6808 the existing ones.
6809
6810Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6811
6812 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6813 string-range for empty strings
6814 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6815 test/XPath/xptr/strrange: augmented the XPointer testsuite
6816
6817Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6818
6819 * doc/xml.html doc/xmlmem.html: added a module describing memory
6820 interfaces and use, updated the main page.
6821
6822Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6823
6824 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6825 nanoftp code work on Windows too now
6826
6827Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6828
6829 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6830 * xpointer.c: implemented string-range() at least a good first version
6831 * test/XPath/docs/str test/XPath/xptr/strrange
6832 result/XPath/xptr/strrange: the string-range() tests
6833
6834Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6835
6836 * Makefile.am include/Makefile.am include/win32config.h
6837 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6838 and make distcheck
6839
6840Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6841
6842 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6843 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6844 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6845
6846Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6847
6848 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6849 patch for socklen_t detection by
6850 Albert Chin-A-Young <china@thewrittenword.com>
6851
6852Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6853
6854 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6855 and added a --dtdvalid option to xmllint used to test it
6856
6857Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6858
6859 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6860 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6861
6862Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6863
6864 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6865 handlings (registration, lookup, cleanup)
6866
6867Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6868
6869 * configure.in Makefile.am include/makefile.am: adding XPointer
6870 and XPtrtests target
6871 * xpointer.[ch] : new files for XPointer support
6872 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6873 more XPath tests
6874
6875Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6876
6877 * configure.in: fixed, very broken, make distcheck works again
6878
6879Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6880
6881 * More work toward 2.2.5, integrated a number of patches
6882 * configure.in Makefile.am win32config.h.in: trying to cleanup
6883 make distcheck .... huh ...
6884 * include/Makefile.am include/win32config.h: new directory
6885 for includes
6886 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6887 updated teh makefiles and instructions for WIN32
6888 * xpath.c: small fixes
6889 * test/XPath/ results/XPath: updated the testcases and results
6890 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6891 suggested patches
6892 * valid.c: fixed an ID bug
6893
6894Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6895
6896 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006897 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006898 * xpath.[ch]: worked on XPointer
6899
6900Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6901
6902 * configure.in Makefile.am: 2.2.5, ship the include in an
6903 include/libxml subdirectory, use symlinks when using CVS
6904 * testSAX.c: fixed small bug
6905 * testXPath.c: changed the way testfiles are parsed
6906 * debugXML.c: same kind of cleanup when parsing an argument expression
6907 XPath/XPointers can have blanks embedded
6908 * xpath.[ch]: more cleanup, reorgs for XPointer work
6909 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6910 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6911
6912Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6913
6914 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6915 in the XPath engine, rewrote large parts of it, now it's far
6916 cleaner and in sync with the REC not an old WD. Fixed a parsing
6917 problem in the interactive XML shell found when testing XPath.
6918
6919Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6920
6921 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6922 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6923 examples with the extra test
6924
6925Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6926
6927 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6928 the global init function.
6929
6930Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * HTMLparser.c: Doohhh, attribute name parsing was still case
6933 sensitive ! Fixed this ...
6934 * result/HTML/* : updated the tests results accordingly
6935
6936Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6939 engine, should be far more stable, incorporated a new version of
6940 preceding/following axis, need testing
6941 * uri.c: fixed file:///c:/a/b/c problem
6942 * test/XPath/tests/idsimple: augmented the XPath tests
6943
6944Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6945
6946 * doc/* rebuilding docs for 2.2.4 release
6947
6948Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6949
6950 * configure.in: releasing 2.2.4
6951 * parser.[ch]: added xmlStrEqual()
6952 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6953 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6954 use xmlStrEqual instead
6955 * TODO: updated
6956 * added an XPath test
6957
6958Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6959
6960 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6961 * entities.h: exported xmlInitializePredefinedEntities
6962 * parser.[ch] : added xmlInitParser()
6963 * parserInternals.h : had to export htmlInitAutoClose()
6964
6965Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6966
6967 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6968 problems
6969 * Makefile.am : added XPath regression tests to normal tests
6970 * uri.c: fixed a problem with local paths, cleanup
6971 * parser.c: fixed a problem with large CData sections
6972
6973Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6974
6975 * configure.in xml-config.in: patch from "Ben Taylor"
6976 <sol7x86@hotmail.com> for solaris shared libs lookup
6977
69782000-09-30 Martin Baulig <baulig@suse.de>
6979
6980 * libxml-2.0.pc.in: Provide pkg-config script.
6981
6982 * configure.in: Create the libxml-2.0.pc script from the
6983 libxml-2.0.pc.in templates.
6984 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6985 script in `$(libdir)/pkgconfig'.
6986
6987Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6988
6989 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6990 when compiling with MSC
6991
6992Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6993
6994 * xpath.c: patch for normalize-string() substring-before(),
6995 substring-after() and translate() functions from Bjorn Reese
6996 <breese@mail1.stofanet.dk>
6997 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6998 Fredrik Hallenberg <hallon@lysator.liu.se>
6999 * TODO: updated
7000
7001Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7002
7003 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7004 problem of socklen_t being undefined on a number of platforms
7005 * debugXML.c: fixed a compilation problem when without snprintf
7006
7007Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7008
7009 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7010 an URI bug and a fix for the control-character-induced infinite loop
7011 * nanohttp.c: preventive fix for compiling on WIN32
7012
7013Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7014
7015 * xmlint.c: closing bug #25000
7016
7017Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7018
7019 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7020 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7021 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7022 related function, fixing xmlStrncmp(), and associated cleanup
7023 * result/HTML/entities.html.sax: updating result
7024
7025Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7026
7027 * uri.c: applied patch for URI escaping from Wayne Davison
7028 <wayned@blorf.net>
7029 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7030 from Denis Barbier <barbier@imacs.polytechnique.fr>
7031 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7032 patch from Wayne Davison
7033
7034Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7035
7036 * doc/xml.html : updated with new releases, adding "how to help"
7037
7038Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7039
7040 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7041 removed a few warnings in pedantic mode ...
7042 * parserInternals.c parser.c: moved encoding switching function
7043 to parserInternals.c
7044 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7045
7046Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7047
7048 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7049 error or warning handlers
7050
7051Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7052
7053 * parserInternals.c parserInternals.h parser.c Makefile.am:
7054 created a new module parserInternals.c, moved most of the
7055 code shared by the various parsers there, as well as
7056 deprecated code from parser.c. More cleanup of parser.c
7057 * uri.c: fixed a problem when URI is NULL
7058 * valid.c: speedup when looking for an attribute declaration
7059
7060Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7061
7062 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7063 the cleanup of the computation of URI references when seeking
7064 external entities. The URI reference string and the resulting
7065 URI are both stored now.
7066 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7067 large s(n)printf checks and cleanup from Denis Barbier
7068 <barbier@imacs.polytechnique.fr>
7069 * xmlversion.h.in tree.h: couple of SGML declarations for a
7070 possible docbook module.
7071 * result/VC/ : a couple of test output changed due to the change
7072 of the entities URI
7073
7074Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7075
7076 * parser.h: added a _private field for linking user's data
7077
7078Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7079
7080 * parser.c parserInternals.h: demacroified most of the IS_XXX
7081 the gain in size is significant so ...
7082
7083Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7084
7085 * entities.c: cases where looking up entities with doc==NULL
7086 covered
7087
7088Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7089
7090 * uri.c: applied Wayne Davison patch
7091 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7092
7093Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7094
7095 * uri.c testUri.c: applied Wayne Davison patches
7096 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7097 * Makefile.in: added URItest and included thenin "make tests"
7098
7099Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7100
7101 * xmlversion.h.in: closed bug 22941
7102
7103Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * doc/xmlio.html: added doc and example for entity loader
7106 redefinition.
7107
7108Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7109
7110 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7111 used by libxml
7112
7113Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7114
7115 * parser.c: Fixed bug on invalid ontent characters and when using
7116 push.
7117 * xmllint.c: fixed xmllint endling of errors in push mode
7118
7119Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7120
7121 * HTMLparser.c testHTML.c: applied two new patches from
7122 Wayne Davison <wayned@users.sourceforge.net>
7123 * result/HTML/*.sax: regenerated HTML SAX output
7124 * parser.c: more cleanup.
7125
7126Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7127
7128 * HTMLparser.[ch] testHTML.c: applied the second set of
7129 patches from Wayne Davison <wayned@users.sourceforge.net>,
7130 adding htmlEncodeEntities()
7131 * HTMLparser.c: fixed an ignorable white space detection bug
7132 occuring when parsing with SAX only
7133 * result/HTML/*.sax: updated since the output is now HTML
7134 encoded...
7135
7136Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7137
7138 * HTMLparser.[ch]: applied some of Wayne Davison
7139 <wayned@users.sourceforge.net> patches
7140
7141Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7142
7143 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7144 undeclared namespace prefix was used, added a warning.
7145 Cleaned up support w.r.t. entities, spilling out a warning
7146 and being pedantic on lookups.
7147 * test/warning/ent9 : added testcase for previous example.
7148 * TODO: updated
7149 * parserInternals.h parser.c: changed the way names are parsed
7150 now allow infinite size and decrease penalty for normal use
7151 * parser.c: Started a big cleanup/check of the parser code,
7152 fixed some of the most tortuous entity code, spotted code
7153 unused anymore
7154 * test/*: added tests for very long names and related nasty
7155 things.
7156
7157Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7158
7159 * doc/encoding.html: added encoding aliases doc
7160 * doc/xml.html: updates
7161 * encoding.[ch]: added EncodingAliases functions
7162 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7163 bottleneck affecting large DTDs like Docbook
7164 * parser.[ch] xmllint.c: added a pedantic option, will be
7165 useful
7166 * SAX.c: redefinition of entities is reported in pedantic mode
7167 * testHTML.c: uninitialized warning from gcc
7168 * uri.c: fixed a couple of bugs
7169 * TODO: added issue raised by Michael
7170
7171Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * doc/encoding.html: propagated Martin Duerst suggestions
7174
7175Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7176
7177 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7178 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7179 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7180 by Wayne Davison
7181
7182Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7183
7184 * nanoftp.c nanohttp.c: small cleanup
7185 * TODO: updated
7186
7187Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7188
7189 * added an old VC testcase and updated title.xml entity
7190
7191Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7192
7193 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7194 done on auto-opening of <p> tags and cleanup of SAX output
7195
7196Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7197
7198 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7199
7200Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7201
7202 * doc/xml.html libxml.* structure.*: updated the doc a bit
7203
7204Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7205
7206 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7207 of SAX tests
7208
7209Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7210
7211 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7212 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7213
7214Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7215
7216 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7217 * testHTML.c: fix core dump on Solaris 2.x systems
7218 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7219 * result/HTML/*.sax: previous bug fix lead to new results
7220
7221Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7222
7223 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7224 * configure.in: added --with-readline=DIR to accept alternate
7225 path for readline include/library
7226 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7227 for ANSI under HP-UX
7228 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7229 includes @LIBS@
7230
7231Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7232
7233 * doc/* : rebuilt the docs
7234 * getting ready for 2.2.2 release
7235
7236Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7237
7238 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7239 and xmlAddFeature()
7240 * tree.[ch]: added xmlAddChildList()
7241 * xmllint.c: MAP_FAILED macro test
7242 * parser.h: added xmlParseCtxtExternalEntity()
7243 * valid.c: applied bug fixes removed warning
7244 * tree.c: added CDATA block to elements content
7245 * testSAX.c: cleanup of output
7246 * testHTML.c: added SAX testing
7247 * encoding.c: better error recovery
7248 * SAX.c, parser.c: fixed one of the external entity processing
7249 of the OASis testsuite
7250 * Makefile.am: added HTML SAX regression tests
7251 * configure.in: bumped to 2.2.2
7252 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7253 SAX results
7254
7255Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7256
7257 * configure.in: patch for HP compiler
7258
72592000-08-04 Sven Heinicke <sven@zen.org>
7260
7261 * xmllint.c: Was coredumping sometimes when the file given didn't
7262 exist.
7263
7264Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7265
7266 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7267
7268 when using in memory parsing. Need some cleanup.
7269 * xmllint.c configure.in: added a --memory flag to test memory
7270 parsing
7271
7272Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7273
7274 * nanohttp.c: fixed socklen_t replacement to unsigned int
7275 * parser.c: fixed a space handdling missing at the end of
7276 production 28 DOCTYPE.
7277 * xmlmemory.c: fixed a stupid bug on the routine to override
7278 allocation functions
7279 * TODO: updated
7280
7281Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7282
7283 * doc/ regenerated the docs
7284
7285Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7286
7287 * doc/encoding.html doc/xml.html: added I18N doc
7288 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7289 improvements, both parser and filters, added ASCII & HTML,
7290 fixed the ISO-Latin-1 one
7291 * xmllint.c testHTML.c: added/made visible --encode
7292 * debugXML.c : cleanup
7293 * most .c files: applied patches due to warning on Windows and
7294 when using Sun Pro cc compiler
7295 * xpath.c : cleanup memleaks
7296 * nanoftp.c : added a TESTING preprocessor flag for standalong
7297 compile so that people can report bugs more easilly
7298 * nanohttp.c : ditched socklen_t which was a portability mess
7299 and replaced it with unsigned int.
7300 * tree.[ch]: added xmlHasProp()
7301 * TODO: updated
7302 * test/ : added more test for entities, NS, encoding, HTML, wap
7303 * configure.in: preparing for 2.2.0 release
7304
7305Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7306
7307 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007308 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007309
7310Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7311
7312 * doc/xml.html: changed the xmlsoft.org structure, updated the
7313 examples w.r.t. root and childs
7314
7315Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
Daniel Veillard784b9352003-02-16 15:50:27 +00007317 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007318
7319Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * HTMLparser.c: Work on character encoding support for the HTML parser
7322 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7323 * encoding.c: Fixed a potential memleak in the encoding stuff
7324
7325Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7326
7327 * doc/FAQ.html doc/Makefile.am : added a FAQ
7328
7329Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7330
7331 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7332 of the HTML parser to force it to not bypass SAX
7333
7334Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7335
7336 * win32config.h.in: updated
7337 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7338 lacks iconv support :-( need to release 2.1.1
7339 * configure.in: release 2.1.1
7340 * HTMLparser: fixed bug #14784
7341 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7342 by Windows compiler
7343 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7344 the SAX startDocument() callback.
7345 * TODO: updated
7346
7347Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7348
7349 * added xmlStopParser()
7350
7351Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7352
7353 * configure.in: 2.1.0 prerelease
7354 * Large resync between W3C and Gnome tree
7355 * nanoftp, nanohttp.c: fixed stalled connections probs
7356 * HTMLtree.c SAX.c : support for attribute without values in
7357 HTML for andersca
7358 * valid.c: Fixed most validation + namespace problems
7359 * HTMLparser.c: start document callback for andersca
7360 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7361 * parser.h, SAX.c: serious speed improvement for large
7362 CDATA blocks
7363 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7364 different encoding
7365 * example/Makefile.am example/gjobread.c tree.h: work on
7366 libxml1 libxml2 convergence.
7367 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7368 and the LIBXML_TEST_VERSION macro
7369
7370Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7371
7372 * doc/xml.html: various patches and improvements typo fixed by
7373 Felix Natter
7374 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7375 from Felix Natter <fnatter@gmx.net>
7376
7377Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7378
7379 * doc/upgrade.html: updated with instructions for support of both
7380 libxml-1.x and libxml-2.x
7381 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7382 for 2.x support and also fixed includes
7383
7384
7385Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7386
7387 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7388 the encoding support, added iconv support, so now libxml if
7389 compiled with iconv automatically support japanese encodings
7390 among others. Work based on initial patch from Yuan-Chen Cheng
7391 I may have broken binary compat in the encoding handler
7392 registration scheme, but that was so utterly broken I don't
7393 expect anybody to have used this feature until now.
7394 * parserInternals.h: fixup on the CHAR range macro
7395 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7396 code.
7397 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7398 * uri.c: added xmlParseURI() I can't believe I forgot to
7399 implement this one in 2.0 !!!
7400 * SAX.c: moved doc->encoding update in the endDocument() call.
7401 * TODO: updated.
7402
7403Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7404
7405 * tree.h: removed extraneous xmlRemoveProp definition
7406 * TODO: added item about --disable-corba configure switch
7407 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7408 * nanoftp.c: fixed include problems giving troubles on AIX and
7409 slowlaris
7410 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7411 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7412 comment and headers changes to lower gtk-doc number of warnings
7413 * doc/html/*: rebuilt docs
7414
7415Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7416
7417 * HACKING: documented the tag for 1.x and instructions
7418
7419Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7420
7421 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7422 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7423 xmlCreateIOParserCtxt
7424 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7425 significant overall improvement
7426 * xmllint.c: added I/O test to xmllint
7427 * testSAX.c: added a speed test
7428 * doc/* : updated/regenerated
7429
7430Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7431
7432 * xpath.c uri.h parserInternals.h: cosmetic changes from
7433 "Timur I. Bakeyev" <timur@bat.ru>, including making
7434 xmlCreateURI() public
7435
7436Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7437
7438 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7439 and the code at the same time. Added a clean mechanism for
7440 overload or added input methods: xmlRegisterInputCallbacks()
7441 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7442 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7443 * TODO: updated
7444 * doc/* : updated/regenerated
7445 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7446 source dir
7447
7448Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7449
7450 * testURI.c: yet another forgotten commit, I should get some sleep !
7451
7452Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7453
7454 * xmllint.c: forgot to commit this too ?
7455
7456Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7457
7458 * xmlversion.h.in : forgot to commit this previously
7459
7460Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7461
7462 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7463 * README TODO: updated for release
7464 * uri.c uri.h: added authority parsing/saving
7465 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7466 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7467 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7468 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7469 Makefile.am : added compile-time customization of libxml
7470 --with-ftp --with-http --with-html --with-xpath --with-debug
7471 --with-mem-debug
7472 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7473 #include <libxml/xxx.h> I hope it won't break too much stuff
7474 and will be manageable in the future...
7475 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7476 and added xmllint to the installed programs
7477 * uri.h: added xmlFreeURI()
7478
7479Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7480
7481 * uri.c uri.h: finished the escaping handling, the base support
7482 and the URI path normalization. Looks good just lacks the
7483 authority content parsing code.
7484 * Makefile.am: added instructions to generate testURI
7485 * TODO: updated
7486 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7487 added links and icons for W3C and Gnome
7488
7489Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7490
7491 * xmlmemory.[ch] : seems I forgot to actually update the files in
7492 the last commit :-)
7493 * doc/xml.html doc/html/* : updated and uploaded the docs
7494
7495Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7496
7497 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7498 * TODO: updated
7499 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7500 libxml default allocation function with another set (like gmalloc/
7501 gfree).
7502 * Makefile.am, uri.c, uri.h: added a set of functions to do
7503 exact (litteraly copied from the RFC 2396 productions) parsing
7504 and handling of URI. Will be needed for XLink, one XML WFC,
7505 XML Base and reused in the nano[ftp/http] modules. Still work
7506 to be done.
7507
7508Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7509
7510 * configure.in, libxml.spec.in : libxml2
7511 * doc/* : updated the doc page, rebuilt the docs
7512
7513Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7514
7515 * all: tagged LIB_XML_1_X
7516 * *.c *.h : updated from W3C CVS tree
7517 * configure.in : 2.0.0-beta
7518 * libxml.spec.in : libxml2 package nam
7519 * result/* : new version of the tests output
7520
7521Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7522
7523 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7524
7525Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7526
7527 * doc/* : rebuilt the docs
7528 * parser.c: final patch on #6766
7529 * valid.c: small patch on validity checks.
7530
7531Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7532
7533 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7534 added
7535 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7536 compatibility w.r.t. XML spec and existing code.
7537
7538Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7539
7540 * parser.c: seems a better solution to <a> </a> exists,
7541 will try it for a while
7542
7543Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7544
7545 * parser.c: tried to remove the <a> </a> generating <a/>
7546 this is hard. Left a flag for that purpose. Fixed bug #6766
7547 * configure.in: prepared 1.8.7 not released, due to previous
7548 problem
7549
7550Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7551
7552 * doc/xml.html : applied second patch from Paul DuBois
7553
7554Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * doc/xml.html : applied patch from Paul DuBois
7557
7558Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7561
7562Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7563
7564 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7565 compilation warnings on various platforms.
7566 * parser.c: Fixed #5281 validity error callbacks are now desactived
7567 by default if not validating.
7568
7569Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7572
7573Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7574
7575 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7576 <gkatsi@cs.toronto.edu>
7577
7578Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7579
7580 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7581 processing URLs
7582
7583Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7584
7585 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7586 xmlNanoFTPUpdateURL for persistent control connections.
7587 * configure.in: 1.8.6
7588
7589Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7590
7591 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7592 * tree.[ch] : added xmlSaveNoEmptyTags
7593
75942000-01-29 James Henstridge <james@daa.com.au>
7595
7596 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7597
7598 * Makefile.am: added nanoftp.[ch] to the build.
7599
7600Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7601
7602 * nanoftp.[ch]: cleanup, comments, API
7603 * debugXML.c : fixed a bug in the cat command
7604 * doc/*: regenerated the docs
7605
7606Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7607
7608 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7609 * debugXML.c : fixed a bug in the cat command
7610 * valid.c: fixing some small probs
7611 * libxml.spec.in: get rid of the SNAP suffix
7612 * doc/xml.html: updated the status
7613
7614Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7615
7616 * xml-config.in: xml-config --version to just return the
7617 version number
7618 * xpath.c: some cleanup w.r.t. axis when the current node is
7619 an attribute.
7620 * TODO: updated
7621
7622Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7623
7624 * configure.in: prepared for libxml-1.8.5
7625 * doc/* recompiled the documentation
7626
76272000-01-17 Jody Goldberg <jgoldberg@home.com>
7628
7629 * configure.in : WARNING autoconf subtlety alert :
7630 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7631 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7632 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7633 get defined by AC_CHECK_HEADERS.
7634
7635Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7636
7637 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7638 Rune.Djurhuus@fast.no
7639
7640Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7641
7642 * TODO: updated
7643 * tree.c, parser.c: made sure that only memory alloc problems
7644 and internal parser errors are allowed to write to stdout or
7645 stderr.
7646
7647Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7648
7649 * tree.c : restored xmlNewGlobalNs since this seems used by
7650 a lot of existing code :-(, fixed a bug in xmlNewNs
7651 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7652 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7653 to exit() from the library code.
7654 * xpath.c, parser.c: removed bugs or unused code detected by
7655 Windows compilers
7656 * parser.c: started adding interfaces for parsing well balanced
7657 XML fragments
7658 * configure.in: releasing 1.8.4
7659 * doc/* : rebuilt the docs
7660
7661Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * tree.[ch] : added xmlNewDocFragment() for DOM
7664 * testHTML.c: uninitialized variable.
7665
7666Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7667
7668 * doc/* : rebuild the docs
7669
7670Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7671
7672 * acconfig.h: readline and history patch
7673 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7674 * tree.c: added check and handling when possibly removing an ID
7675 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7676 and saving.
7677 * test/HTML/entities.html result/HTML/entities.html* : test for
7678 various entities reference cases
7679 * result/HTML/* : as a result output of some testcase have
7680 changed
7681 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7682 by previous example. added xmlParseTryOrFinish().
7683 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7684 entities.h debugXML.h HTMLparser.h: changed the way struct are
7685 declared to allow gtk-doc to expose those
7686 * parser.c: closed bug #4960
7687 * Makefile.am configure.in: Applied patch from
7688 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7689 and math/socket libs detection
7690
7691Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * configure.in, Makefile.am: link tester against readline
7694 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7695
7696Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7697
7698 * tree.[ch]: added xmlRemoveProp
7699 * win32config.h.in nanohttp.c: avoid including the Windows
7700 socket stuff in every C files
7701 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7702 the XmL parser(s)
7703 * test/ns4 result/ns4 etc...: added test case for previous prob
7704 * tree.c: xmlNewNs wasn't checking for double definition
7705 * Makefile.in: fixed a problem with dist-hook duplicates
7706 * parser.[hc], xmlIO.c: fixed the loading of external entities
7707 APIs, now xmlLoadExternalEntity() is used everywhere and
7708 setting up an app specific front-end using the
7709 * SAX.c parser.c: some fixes, now the xhtml spec validates
7710 with the xhtml DTD.
7711 * error.c: fixed crashes in case of no input stream
7712 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7713 to the validation tests and results
7714
7715Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7716
7717 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7718 too htmlCreatePushParserCtxt() and htmlParseChunk()
7719 * parser.c: a bit of cleanup.
7720 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7721 to XML) removed the last mem leak known
7722 * HTMLtree.c: output message cleanup
7723 * xmlmemory.c: display content info about memory blocks
7724 * result/HTML/wired.* : missing att value warning change
7725
7726Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7727
7728 * doc/* : rebuilt the documentation
7729
7730Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7731
7732 * parser.[ch] parserInternals.h: Push parser for XML,
7733 seems to work fine now
7734 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7735 --push for push testing
7736 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7737 * testSAX.c: added --push
7738 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7739 subtree
7740 * xmlIO.[ch] : enriched API + fixes for push mode
7741 * entities.[ch]: added the entity content length to the struct.
7742 * xmlmemory.[ch]: new API to show the last entries for the shell
7743 * valid.c: added required attribute testing
7744 * SAX.c: the cdata callback now merge contiguous fragments
7745 * HTMLparser.c: cleanup of some macros
7746
7747Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * parser.c: fix for PIs name starting with xml
7750 * tree.c: fixed a potential problem with || and && ops
7751 * *.c, configure.in win32config.h.in : generate win32config.h for
7752 those on the Other Side !
7753
7754Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7755
7756 * parser.c: fixed a stupid = vs. == bug :-(
7757 * doc/gnome-xml.sgml: s/glade/xml/
7758
7759Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7760
7761 * configure.in, doc/xml.html : bug fix release 1.8.2
7762 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7763 Hopefully the end of that silly C++ include problem
7764 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7765 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7766 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7767 troubles with autoclosed elements when the stree shape doesn't
7768 follow the DtD specs. Added htmlIsAutoClosed() and
7769 htmlAutoCloseTag()
7770 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7771 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7772 * debugXML.c: fixed a bug on printing default namespaces.
7773 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7774
7775Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7776
7777 * result/HTML/*.htm[l] : updated the HTML regression tests according
7778 to the new output
7779 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7780 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7781 problem due to intermix of extern "C" { ... } declarations for C++
7782 and recursive includes in the headers
7783
77841999-12-20 Chris Lahey <clahey@umich.edu>
7785
7786 * HTMLtree.c: Made it so that html nodes with a single child do
7787 not insert a carriage return before or after the child node.
7788
7789Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * configure.in, doc/xml.html : bug fix release 1.8.1
7792 * parser.c: fixed bug #4344
7793 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7794 added the glue to avoid C++ problems
7795 * doc/* : regenerated the documentation
7796
7797Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7798
7799 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7800 namespace recognition, and Dia as a resul :-(
7801 * encoding.c: closed bug #3950
7802
7803Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7804
7805 * valid.c: debugging a posteriori validation, except URI expansion
7806 stuff this should be fixed now
7807 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7808 Carl Nygard <cnygard@bellatlantic.net>
7809 * tester.c: added --postvalid, cleaning of the code
7810 * tree.[ch]: added xmlDocGetRootElement()
7811
7812Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7813
7814 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7815 c++ losage.
7816
7817Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7818
7819 * configure.in, doc/xml.html : bumped to 1.8.0
7820 * xlink.[ch], Makefile.am : added framework for link detection
7821 * parser.h: added nbChars to parser context, needed for cleanup.
7822 * xmlmemory.c: removed a nasty bug when out of mem
7823 * valid.[ch]: adding namespace support for attribute decl
7824 * tester.c: added --debugent option
7825 * debugXML.[ch]: added xmlDebugDumpEntities()
7826 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7827 buffers instead, this was really needed, validation was breaking
7828 in strange ways due to that. Added xmlParseStringPEReference()
7829 and other parsing from strings functions. Entities processing
7830 modified again, but PERef are still not handled correcly but
7831 unless you're Eve Maller you won't notice :-)
7832 * HTMLparser.c: large changes toward reliability, and switched to
7833 lowercase internal tags, XHTML is lowercase, so it will help
7834 that output is closer to next version.
7835 * doc/* : regenerated the documentation, it is now hosted at
7836 http://xmlsoft.org/ (same bits I just bought the domain :-)
7837
7838
7839Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7840
7841 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7842 doc generation
7843 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7844 in the SAX API
7845 * doc/*: rebuilt the doc making sure everything appears in the
7846 HTML files
7847
7848Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7849
7850 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7851 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7852 which allow impressive speed improvement on dataset with
7853 large text pieces, but at the cost of broken binary
7854 compatibility and slightly bigger memory usage.
7855 Configure with --with-buffers to activate them, they
7856 are protected with XML_USE_BUFFER_CONTENT define.
7857 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7858 goal is 0 memory left allocated once parser is no more used
7859 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7860 call xmlCleanupParser() and xmlMemoryDump()
7861
7862Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7865 * parser.[ch] encoding.[ch]: added memory cleanup routines
7866 * parser.c: closing bug #3788
7867 * doc/*: rebuilt the doc
7868
7869Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7870
7871 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7872 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7873 * tester.c: added --compress option
7874 * doc/*: rebuilt the documentation
7875
7876Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7877
7878 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7879 if given /proc/kcore as input !
7880 * doc/xml.html doc/*: updated and rebuilt the documentation
7881
7882Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7883
7884 * parser.c: Fixed some wrongly space collapsing code due to
7885 a misreading of the spec.
7886 * result/*: fixed the output accordingly
7887
7888Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7889
7890 * encoding.c: bug fix and typos
7891 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7892 * parser.c: added attribute normalization closing bug #3597
7893 * test/att* result/att* SAXresult/att*: testcase for attribute
7894 normalization
7895
7896Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7897
7898 * configure.in: closing bug #3163 by adding extra flags for the
7899 cc compiler on HP-UX
7900
7901Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7902
7903 * valid.[ch] : removed a typo and an enumerated type bug in the
7904 xmlAddElementDecl() function
7905 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7906 call to xmlEncodeEntitiesReentrant() so that the functions
7907 New, Set and Get are at the same level.
7908 * parser.c HTMLparser.c: extra memory allocation bug for
7909 attributes detected by someone using libxml in embedded systems :-)
7910
7911Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7912
7913 * xmlmemory.h: turned off mem debug :-\
7914
7915Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7916
7917 * parser.c: closed bug #2784 a one line fix, but worth pushing
7918 a new release out
7919 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7920 some structures, comments before and after the
7921 main element, and other nastyness
7922 * HTMLtree.c tree.c: accomodate the extended HTML supported
7923 * configure.in: pushing 1.7.4
7924 * test/ent8 and related outputs : added a new test for bug #2784
7925 * test/HTML/wired.html and related output: a nasty HTML example
7926 * Makefile.am: improved the test scripts
7927 * docs/* : reran the documentation extractor, updated xml.html
7928
7929Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7932 HTMLparser and debugged the HTML related code. HTML documents
7933 now have their own type
7934 * entities.c: do not dump &apos; for HTML output
7935 * xmlmemory.c: improvement, breakpoint mechanism
7936 * testHTML.c: added --sax --repeat ...
7937 * Makefile.am: improved the HTML tests
7938 * valid.[ch]: added xmlValidGetValidElements and
7939 xmlValidGetPotentialChildren
7940 * tester.c: added --insert to test the 2 new functions
7941 * test//* result//* SAXresult//* : regression test cleanup
7942 and extension.
7943 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7944 gnome-xml-nanohttp.html
7945
7946Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * HTMLparser.c: fixed problems with some autoclose tags
7949 * tree.c: fixed XML output problems.
7950 * result/* SAXresult/*: update of the tests output
7951
7952Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7953
7954 * Makefile.am: Arturo patch for xmlConf.sh version info
7955 * parser.c: Tim Josling patch for single quoted items
7956 * tester.c: Tim Josling patch for tester options usage
7957 * tree.h: indent cleanup
7958
7959Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7960
7961 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7962 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7963
7964Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * tree.c : Raph patch for initialization of CORBA fields
7967 * parser.c, xpath.c, ...: modification of doc comments
7968 * xpath.c : allow spaces in xpath expressions
7969
7970Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7971
7972 * xmlmemory.h: turning off memory debug :-(
7973
7974Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7975
7976 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7977 better SAX interfaces.
7978 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7979 entity.
7980 * configure.in: 1.7.2
7981
7982Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7983
7984 * libxml.spec.in: fixed the URL
7985 * doc/xml.html: improved the documentation front-end
7986
7987Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7988
7989 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7990
7991Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7992
7993 * libxml.spec.in: fixed the alpha compile problem
7994 * parser.[ch]: changed errno to errNo in the parser context :-(
7995 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7996 * doc/xml.html: changed CHAR to xmlChar
7997 * doc/html/*: recompiled the documentation
7998 * configure.in: 1.7.1
7999
8000Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * parser.h: modified the parser context struct to regain 1.4.0
8003 binary compatibility
8004 * parser.c, xml-error.h: added errno ot teh context and defined
8005 a set of errors values with update of errno
8006 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8007 DTDs and entities
8008 * *.h, *.c: complete cleanup of the use of config.h and include
8009 protection depending on the current setup.
8010 * overalll debugging, maintenance and bug-fixing on all modules
8011 * updated the documentation
8012 * ready for 1.7.0
8013
8014Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * HTMLparser.c : cleanup
8017 * SAX.c valid.c valid.h: added ID/IDREF checking
8018 * tree.c tree.h: extended doc structure for refs
8019 * configure.in: 1.6.2
8020 * parser.c: patched bug in SAX user arg call
8021 * parserInternals.h: patched missing close in C++ wrapping
8022 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8023 especially upcoming XPointer implementation.
8024 * doc/xml.html: augmented, typo
8025
8026Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8027
8028 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8029 not all invocations of install understand -d.
8030
8031Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8032
8033 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8034 to make 'check' works, when builddir != srcdir.
8035
8036Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8037
8038 * doc/xml.html : updated the documentation
8039
8040Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8041
8042 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8043 not deallocated memory blocks
8044 * *.c : replaces all calls to malloc() free() and realloc() to
8045 the wrapper functions/macros
8046 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8047 instead of xmlFreeNodeList()
8048
8049Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8050
8051 * HTMLparser.c: corrected a stupid bug leading to core dump at
8052 tree deallocation. Removed warnings indicated by
8053 Stephane.Conversy@lri.fr
8054 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8055 looked for in the external subset
8056
8057Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8058
8059 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8060 on SGI by Stephane.Conversy@lri.fr
8061
8062Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8063
8064 * all .h : changed the prototype declaration indent as in gtk
8065 * most .c : working on reducing the TODOs in the code
8066 * most .c : cleanup though -pedantic and Insure++
8067 * improvements on validation ID checkings.
8068 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8069 * xml-config.in: closed #1810
8070
8071Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8072
8073 * tree.h, valid.c, valid.h: more work on validity, IDs
8074 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8075 definition for AIX
8076
8077Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8080 the distribution due to a cut'n paste error at last commit
8081
8082Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8083
8084 * configure.in: upgraded to version 1.4.0
8085 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8086 Big update, added a large part of the validation process,
8087 it should be usable, but some parts are missing
8088 * xpath.c: improved the implementation w.r.t. root.
8089 * Makefile.am: added more tests
8090 * test and result trees: added a lot of tests
8091 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8092
8093Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8094
8095 * Added an HACKING file
8096
8097Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8098
8099 * xpath.[ch] : improvements and debug of the XPath implementation
8100 * parser.c, HTMLparser.c : modified the parsers to be progressive
8101 * tree.[ch] : extended the Buffer promitives
8102 * xmlIO.[ch] : added basic I/O routines providing progressive
8103 parsing and ready for I18N conversion plugins
8104 * SAXresult/* : the SAX callback sequence maybe slightly different
8105 now
8106 * test*.c : improved/updated the tests programs
8107 * doc/* : recompiled the docs.
8108
81091999-07-26 Michael Meeks <michael@edenproject.org>
8110
8111 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8112
8113 * tree.c: Ditto.
8114
8115Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8116
8117 * configure.in: upgraded to version 1.4.0
8118 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8119 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8120 XML query language, see http://www.w3.org/TR/xpath for more details.
8121 * parser.c, parser.h: added CHAR* related string functions for XPath
8122 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8123 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8124 rebuild the docs.
8125 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8126 and regression testing capabilities for XPath.
8127
8128Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8129
8130 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8131 closing bug #1646
8132
8133Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8134
8135 * Makefile.am, example/Makefile.am: closed bug #1683
8136
8137Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8138
8139 * example/Makefile.am, configure.in: added the makefile for the
8140 gjobread example
8141
8142Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8143
8144 * doc/Makefile.am:
8145 - fix which allow "make install DESTDIR=</install/prefix>".
8146
8147Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8148
8149 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8150 which fixed a problem on the file reading-code.
8151
8152Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8153
8154 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8155 output.
8156 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8157
8158Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8159
8160 * parser.h : Oops removed the binary compatibility problem
8161 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8162 * parser.c, HTMLparser.c: applied patches for reading from stdin
8163
8164Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8165
8166 * parser.c, entities.c, valid.c: cleanup bug #1591
8167 * configure.in: cleanup bug #1592
8168 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8169 the same tree back-end. Hence gdome will be available for it.
8170 * doc/Makefile.am: close bug #617
8171
8172Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8173
8174 * parser.c: alloctate a per parser context SAX interface block
8175
8176Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8177
8178 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8179 and xmlEncodeEntitiesReentrant with the correct one :-\
8180
8181Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8182
8183 * commit of my internal XML base changes, quite a lot of
8184 changes, cleanups, better entities support, framework for
8185 new I/O and charset detection and handling
8186 * Fixed the configure/Makefile stuff to generate shared libs
8187 with the proper version info, so we jumped on rev from
8188 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8189 xmlEncodeEntities() result need to be freed now, and a string
8190 xmlParserVersion provide the current library version.
8191
8192Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8193
8194 * parser.c: fixed a buffer overrun for when you have a very long
8195 attribute with no entities in it.
8196
8197Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8198
8199 * added example directory
8200 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8201
8202Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8203
8204 * Release of libxml-1.1, nearly everything has been touched for
8205 this.
8206 * Added more regression tests
8207 * Updated the documentation
8208
8209Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8210
8211 * tree.[ch]: unified the XML_NO_CORBA defines.
8212 * parser.c encoding.[ch]: started plugging in char encoding detection
8213
8214Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8215
8216 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8217 Also freed allocated buffer.
8218
8219Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8220 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8221 reentrancy problem at printing. One is left in entities.c, to
8222 remove ASAP
8223 * testSAX.c : added a test example showing the use of the SAX
8224 interface if one doesn't want to build the DOM tree.
8225 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8226
8227Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8228
8229 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8230 large revamping of the parser to use SAX callbacks
8231 http://www.megginson.com/SAX/ (or at least a C like interface
8232 a la Expat). It's now possible to set up your own callbacks
8233 and the parser will not build a DOM tree.
8234 * test/* result/*: updated the test suite, I finally removed
8235 the old Namespace draft support (PI based).
8236
8237Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * Makefile.am: added test result to EXTRA_DIST for make tests
8240
8241Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8242
8243 * parser.c, parserInternals.h: moved the chars macro definitions
8244 to parserInternals.h
8245 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8246 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8247
8248Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8249
8250 * xml-config.in : applied patch to make --version work
8251
82521999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8253
8254 * Makefile.am (check-local): Alias for `tests' target. This will
8255 cause `make check' to do the right thing.
8256 (tests): Don't run tests in srcdir. Also, replaced calls to
8257 basename with a `sed' "equivalent".
8258
8259Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8260
8261 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8262 it in the header and not the sources, updated the doc.
8263 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8264 pointing this out.
8265
8266Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8267
8268 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8269 exported the inputStream routines.
8270 * doc/html/* : updated accordingly
8271
8272Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8273
8274 * parser.c, parser.h, parserInternals.h: added a few extra
8275 internal calls to allocate and free parser contexts ...
8276 * doc/html/* : updated accordingly
8277
8278Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8279
8280 * configure.in, Makefile.am, doc/makefile.am : General changes for
8281 1.0.0 release and including the generated HTML documentation.
8282
8283Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8284
8285 * makefile.am : added parserInternals.h, oops.
8286
8287Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * parserInternals.h: added this header giving access to the parser
8290 internal functions.
8291 * doc/Makefile.am : added a rebuild target which rebuilds the full
8292 set of documentations
8293 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8294 the internal subset.
8295 * *.c *.h: modifications needed to generate the documentation using
8296 gtk-doc, cleanup of functions blocks, reorganisation of struct
8297 declarations.
8298
8299Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8300
8301 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8302 the tar and spec file to include the beginning of the doc.
8303
83041999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8305
8306 * doc/.cvsignore: Added this file.
8307
8308Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * tree.c: fixed xmlGetProp to return "" when the attribute
8311 exists, even if the node-list is NULL.
8312
8313Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8314
8315 * tree.c: patched an error outputting empty attribute values.
8316 * Makefile.am and doc/makefile.am: have been updated during the
8317 week-end. Sorry for an empty CVS log, I got a shell problem.
8318
8319Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8320
8321 * tree.h: cleaned up using enums instead of defines
8322 * parser.c, valid.[ch]: more work on parsing/output of element
8323 declarations
8324
8325Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * valid.[ch], tree.c, parser.c : more work toward full parsing
8328 of XML DTDs.
8329 * README: added informations about mailing-list and on-line
8330 documentation
8331
83321999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8333
8334 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8335
8336Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8337
8338 * parser.c, tree.[ch] : more work toward conformance testing,
8339 added a last element to accelerate parsing of very flat structures
8340 started working on internal subset Element content declaration.
8341 * valid.[ch] : first cut at adding code toward validation.
8342 * previous changes had also small impact on most files, especially
8343 the conformance testing using James Clark test suite.
8344
8345Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8346
8347 * test/* : updated the examples, most of them were not well
8348 formed (humm), and added rdf2.
8349 * result/* : resulting changes in the output.
8350
8351Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8352
8353 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8354
8355Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8356
8357 * tree.c: patched a bug in the generation of empty attributes
8358
8359Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8360
8361 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8362 for node/trees/documents/... Biggest problem is namespace
8363 support when copying subtrees.
8364
8365Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8366
8367 * parser.c, entities.c: improve entities and char ref encoding,
8368 and cleanups of error messages.
8369
8370Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * parser.c, entities.c: simple bug hunting done during rpm2html and
8373 rpmfind integration.
8374
8375Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8376
8377 * parser.[ch]: Added interfaces allowing to specify a SAX
8378 handler before parsing.
8379
8380Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8381
8382 * parser.c: redirrect all errors reporting through the SAX
8383 error function
8384
8385Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8386
8387 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8388 * libtool, tlmain ...: update of the libtool files
8389
83901998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8391
8392 * entities.c: Use g_snprintf insteda of snprintf.
8393
8394Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8395
8396 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8397 added ent5 test for this purpose.
8398 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8399
8400Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8401
8402 * parser.c: fixed? a strange error due to compression on a GWP
8403 document.
8404
8405Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8406
8407 * tree.[ch]: bug fixing
8408 * entities.[ch]: defined a specific type for predefined entities
8409 * doc/xml.html: more documentation on the library, how to use it,
8410 overview of the interfaces.
8411
8412Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8413
8414 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8415
8416Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8417
8418 * tree.c: corrected a small bug
8419 * doc/xml.html: continuing writing documentation.
8420
8421Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * debugXML.h debugXML.c: added debugging utilities.
8424 * tester.c: added --debug switch.
8425 * tree.c: patched an incorrect node->type assignment.
8426 * parser.c: formatting, ensure that node->doc != NULL in attributes
8427
8428Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8429
8430 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8431 entity support and provide an internal representation close to
8432 DOM one (entity ref nodes, and attribute value as tree). I tried
8433 to preserve the interface but this will surely break some apps
8434 (I have to change rpm2html/rpmfind for example). I had to change
8435 two interfaces, and the generated tree is somewhat different.
8436 * doc/* : started documenting the XML library, the tree and
8437 DOM/Corba. This is a first step.
8438
8439Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8440
8441 * parser.c: Set up the fonctions comment block, boring but useful.
8442 * parser.h, SAX.c, parser.c: now attributes are processed through
8443 the SAX interface. The problem is that my SAX interface diverged
8444 quite a bit from the original one, well this is not an official
8445 spec, and translating it from Java to C is hairy anyway...
8446
8447Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8450 fonctions comment block, boring but useful.
8451
8452Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8453
8454 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8455 conversion routines. However they are not yet used to convert the
8456 inputs. The core will run with UTF-8.
8457
8458Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8459
8460 * tree.c : make sure that the type id is properly set-up when
8461 a new object is allocated, needed for DOM.
8462
8463Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8464
8465 * tree.h, tree.c: Ok, the main objects in the tree will be native
8466 corba objects, it costs 8 bytes per Node, Attribute and Document
8467 but it simplifies the Corba integration a lot (no extra interface
8468 objects to allocate/free).
8469
8470Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8471
8472 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8473 and changed NODEs contants for conformity with DOM Level 1
8474
8475Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8476
8477 * added hooks to keep track of servants when creating objects
8478 xmlDoc and xmlNode (for Corba export).
8479
8480Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8481
8482 * added xml-config script.
8483
8484Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8485
8486 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8487 to autoupdate libtool and automake conf files.
8488
84891998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8490
8491 * Makefile.am: Use '?' to separate the sed
8492 commands as ',' is used when people pass -Wl,something.
8493
8494
8495Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * tree.c, tree.h: added a per-document compression interface.
8498
8499Tue Sep 22 20:47:38 EDT 1998
8500
8501 * tree.c, tree.h: added saving with compression and added interfaces
8502 to control the compression level (xmlGetCompressMode,
8503 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8504
8505Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8506
8507 * parser.c: corrected a loop for files of size 0
8508
85091998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8510
8511 * error.h: New file. Contains prototyes from `error.c'.
8512
8513Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8514
8515 * Makefile.am (xmlincdir): New macro.
8516 (xmlinc_HEADERS): Renamed from include_HEADERS.
8517
8518Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8519
8520 * applied small patch on numeric entities from
8521 Christopher Blizzard <blizzard@appliedtheory.com>
8522
8523Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8524
8525 * New release 0.2, removed the old xml_* files so that it's
8526 coherent with the other CVS base (W3C), far better conformance
8527 to standard, new namespaces, decent entities support, beginning
8528 of a SAX-like interface. Nearly nothing left intact, even the
8529 test examples ...
8530
85311998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8532
8533 * .cvsignore: Add .deps dir
8534
8535Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8536
8537 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8538
8539Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8540
8541 * configure.in: added test for CPP
8542 * AUTHORS, Changelog: the original ones didn't get commited but the
8543 glib ones instead, fixed.
8544 * Makefile.am: corrected an error in library naming
8545
8546Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8547
8548 * integrated code developped at W3C
8549 * changed the original Copyright
8550 * migrated to automake
8551 * prefixed the filenames by xml_ to avoid filename clashes
8552
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008553Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8554
8555 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8556 should not be called.
8557
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008558Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8559
8560 * libxml-2.0.pc.in: applied the patch to fix #101894
8561
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008562Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8563
8564 * tree.c : applied patch from Lukas Schroeder for register callbacks
8565 * valid.c: modified patch from Lukas Schroeder to test
8566 register callbacks with --chkregister
8567
Daniel Veillard067bae52003-01-05 01:27:54 +00008568Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8569
8570 * xmlreader.c: seriously changed the way data are pushed to
8571 the underlying parser, go by block of 512 bytes instead of
8572 tryng to detect tag boundaries at that level. Changed the
8573 way empty element are detected and tagged.
8574 * python/tests/reader.py python/tests/reader2.py
8575 python/tests/reader3.py: small changes mostly due to context
8576 reporting being different and DTD node being reported. Some
8577 errors previously undetected are now caught and fixed.
8578 * doc/xmlreader.html: flagged last section as TODO
8579
Daniel Veillard51a447a2003-01-04 19:42:46 +00008580Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8581
8582 * python/libxml.py: integrated the Python 2.2 optimizations
8583 from Hannu Krosing, while maintaining compatibility with
8584 1.5 and 2.1
8585
Daniel Veillarde59494f2003-01-04 16:35:29 +00008586Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8587
8588 * xmllint.c: a bit of cleanup
8589 * xmlreader.c: small fix
8590 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8591 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8592
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008593Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8594
8595 * python/setup.py.in: patch from Stéphane Bidoul to include
8596 drv_libxml2.py in setup.py
8597
Daniel Veillard66b82892003-01-04 00:44:13 +00008598Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8599
8600 * doc/xmlreader.html: starting documenting the new XmlTextReader
8601 interface.
8602
Daniel Veillard7704fb12003-01-03 16:19:51 +00008603Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8604
8605 * xmllint.c: added the --stream flag to use the TextReader API
8606 * xmlreader.c: small performance tweak
8607
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008608Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * xmlreader.c python/tests/reader2py: okay the DTD validation
8611 code on top of the XMLTextParser API should be solid now.
8612
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008613Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8614
8615 * xmlreader.c python/tests/reader2py: Fixing some more mess
8616 with validation and recursive entities while using the
8617 reader interface, it's getting a bit messy...
8618
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008619Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8620
8621 * xmlreader.c python/tests/reader.py: another couple of problem
8622 related to IsEmptyElement reported by Stéphane Bidoul needed
8623 some fixes.
8624
Daniel Veillard4f860202003-01-02 13:00:02 +00008625Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8626
8627 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8628 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8629 based on the python XmlTextReader interface.
8630
Daniel Veillard3c265e42003-01-01 21:06:49 +00008631Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8632
8633 * tree.c: backing out one change in the last patch which broke the
8634 regression tests
8635
Daniel Veillard5335dc52003-01-01 20:59:38 +00008636Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8637
8638 * global.data globals.c tree.c include/libxml/globals.h: applied
8639 an old patch from Lukas Schroeder to track node creation and
8640 destruction. Probably missing a lot of references at the moment
8641 and not usable reliably.
8642
Daniel Veillard8ba17412003-01-01 19:13:12 +00008643Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8646 from doc/news.html and a stylesheet
8647
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008648Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8649
8650 * xmlreader.c python/tests/reader.py: fixed another couple of
8651 xmlreader bugs reported by Stéphane Bidoul and added tests.
8652
Daniel Veillard9e395c22003-01-01 14:50:44 +00008653Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8654
8655 * xmlreader.c python/tests/reader2.py: fixed another validity
8656 checking in external parsed entities raised by Stéphane Bidoul
8657 and added a specific regression test.
8658 * python/tests/reader3.py: cleanup
8659
Daniel Veillardd5896142002-12-31 14:45:26 +00008660Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8661
8662 * xmlreader.c python/tests/reader2.py: fixed a problem with
8663 validation within entities pointed by Stéphane Bidoul, augmented
8664 the tests to catch those.
8665
Daniel Veillarddc85f282002-12-31 11:18:37 +00008666Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8667
8668 * python/generator.py: modified the generator to allow keeping
8669 class references when creating new classes, needed to fix a bug
8670 pointed by Stéphane Bidoul where the input buffer of the
8671 xmlTextReader instance gets destroyed if the python wrapper for
8672 the input is not referenced anymore.
8673
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008674Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8675
8676 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8677 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8678
Daniel Veillard571b8892002-12-30 12:37:59 +00008679Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8680
8681 * xmlreader.c python/tests/reader.py: fixed another problem
8682 pointed by Stéphane Bidoul
8683
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008684Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8685
8686 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8687 with "<a/>"
8688
Daniel Veillardecaba492002-12-30 10:55:29 +00008689Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8690
8691 * SAX.c: warn on xmlns:prefix="foo"
8692 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8693 for namespace attributes handling.
8694
Daniel Veillard2d84a892002-12-30 00:01:08 +00008695Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8696
8697 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8698 a really nasty problem raised by a DocBook XSLT transform
8699 provided by Sebastian Bergmann
8700
Daniel Veillard29b3e282002-12-29 11:14:41 +00008701Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8702
8703 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8704 by Stéphane Bidoul and integrated it into the tests
8705
Daniel Veillarde18fc182002-12-28 22:56:33 +00008706Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8707
8708 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8709 extended the XmlTextReader API a bit, addding accessors for
8710 the current doc and node, and an entity substitution mode for
8711 the parser.
8712 * python/libxml.py python/libxml2class.txt: related updates
8713 * python/tests/Makefile.am python/tests/reader.py
8714 python/tests/reader2.py python/tests/reader3.py: updated a bit
8715 the old tests and added a new one to test the entities handling
8716
Daniel Veillardaba976d2002-12-28 21:14:18 +00008717Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8718
8719 * python/generator.py python/libxml2class.txt
8720 python/tests/reader.py python/tests/reader2.py: changed the
8721 generator to provide casing for the XmlTextReader similar to
8722 C# so that examples and documentation are more directly transposable.
8723 Fixed the couple of tests in the suite.
8724
Daniel Veillard83298842002-12-28 15:12:33 +00008725Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8726
8727 * doc/guidelines.html: added a document on guildeline for
8728 publishing and deploying XML
8729
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008730Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8731
8732 * valid.c xmlreader.c: final touch running DTD validation
8733 on the XmlTextReader
8734 * python/tests/Makefile.am python/tests/reader2.py: added a
8735 specific run based on the examples from test/valid/*.xml
8736
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008737Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8738
8739 * python/libxml.py: added a few predefined xmlTextReader parser
8740 configuration values.
8741
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008742Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8743
8744 * python/libxml_wrap.h: trying to fix #102037
8745
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008746Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8747
8748 * SAX.c: fixing bug #95296, when the predefined entities
8749 are redefined in the DTD the default one must be used
8750 instead anyway.
8751
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008752Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8753
8754 * doc/xmllint.xml
8755 * doc/xmllint.1
8756 Add discussion of XML_DEBUG_CATALOG to xmllint man
8757 page - bug #100907
8758
8759
Daniel Veillarddf512f42002-12-23 15:56:21 +00008760Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8761
8762 * xmlreader.c: Fixed the empty node detection to avoid reporting
8763 an inexistant close tag.
8764
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008765Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8766
8767 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8768 for Python 2.1
8769
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008770Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8771
8772 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8773
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008774Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8775
8776 * doc/libxml2-api.xml python/tests/reader.py: one really need
8777 to provide the base URI information when creating a reader parser
8778 from an input stream. Updated the API and the example using it.
8779
Daniel Veillardea7751d2002-12-20 00:16:24 +00008780Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8781
8782 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8783 include/libxml/valid.h include/libxml/xmlreader.h: working on
8784 DTD validation on top of xml reader interfaces. Allows to
8785 validate arbitrary large instances. This required some extensions
8786 to the valid module interface and augmenting the size of xmlID
8787 and xmlRef structs a bit.
8788 * uri.c xmlregexp.c: simple cleanup.
8789
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008790Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8791
8792 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8793 work on the xml reader interfaces.
8794 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8795 Web page for the Windows binaries.
8796
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008797Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8798
8799 * xmlIO.c: applied a patch for VMS following the report by
8800 Nigel Hall
8801
Daniel Veillard3772de32002-12-17 10:31:45 +00008802Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8803
8804 * parser.c: the parseStartTag bug fix wasn't complete.
8805
Daniel Veillard67df8092002-12-16 22:04:11 +00008806Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8807
8808 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8809 parseStartTag, fixing it.
8810 * test/att4 result/att4 result/noent/att4: adding the test
8811 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8812 more methods to XmlTextReader.
8813
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008814Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8815
8816 * win32/libxml2.def.src: added more xml reader exports
8817 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8818 to the build
8819
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008820Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8821
8822 * doc/tutorial/xmltutorial.xml
8823 plus generated html and pdf
8824 Updating tutorial again based on further comments from Niraj
8825 Tolia on the last iteration
8826
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008827Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8828
8829 * doc/tutorial/xmltutorial.xml
8830 * doc/tutorial/includekeyword.c
8831 * doc/tutorial/includegetattribute.c
8832 plus generated html and pdf
8833 Adding fix from Niraj Tolia to tutorial to properly free memory.
8834
8835
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008836Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8837
8838 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8839 more methods of XmlTextReader.
8840 * python/libxml2class.txt python/tests/reader.py: this increased the
8841 methods in the bndings, augmented the test to check those new
8842 functions.
8843
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008844Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8845
8846 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8847 methods of XmlTextReader.
8848 * python/generator.py python/libxml_wrap.h python/types.c
8849 python/libxml2class.txt: added the reader to the Python bindings
8850 * python/tests/Makefile.am python/tests/reader.py: added a specific
8851 test for the Python bindings of the Reader APIs
8852 * parser.c: small cleanup.
8853
Daniel Veillard06503452002-12-13 10:42:08 +00008854Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8855
8856 * xinclude.c: fallback was only copying the first child not the
8857 full child list of the fallback element, closes #89684 as reopened
8858 by Bernd Kuemmerlen
8859
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008860Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8861
8862 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8863
Daniel Veillard000eafb2002-12-12 10:04:22 +00008864Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8865
Daniel Veillardc1eed322002-12-12 11:01:32 +00008866 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008867 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008868 gives enum values, fix functype return type, put back fields in
8869 structs
8870 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008871
Daniel Veillard024b5702002-12-12 00:15:55 +00008872Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8873
8874 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8875 about htmlNodeDumpOutput location.
8876 * xpath.c: removed an undefined function signature
8877 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8878 too many symbols in the API breaking the python bindings.
8879 Updated with the libxslt/libexslt changes.
8880
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008881Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8882
8883 * configure.in: preparing release of 2.4.29
8884 * doc/*: rebuilt the docs and API
8885 * xmlreader.c: a few more fixes for the XmlTextReader API
8886
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008887Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8888
8889 * include/win32config.h: applied mingw patch from Magnus Henoch
8890
Daniel Veillard5aad8322002-12-11 15:59:44 +00008891Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8892
8893 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8894
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008895Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8896
8897 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8898 building Python script, does the C parsing directly, generates
8899 a better API description including structure fieds defs and
8900 enums. Still a couple of bugs, but good enough for the python
8901 wrappers now.
8902 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8903 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8904 include/libxml/schemasInternals.h include/libxml/tree.h: more
8905 cleanup based on the python analysis script reports.
8906 * libxml.spec.in: make sure the API XML description is part of the
8907 devel package.
8908
Daniel Veillard01c13b52002-12-10 15:19:08 +00008909Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8910
8911 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8912 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8913 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8914 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8915 code cleanup, especially the function comments.
8916 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8917
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008918Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8919
8920 * Makefile.am xmlreader.c include/libxml/Makefile.am
8921 include/libxml/xmlreader.h: Adding a new set of APIs based on
8922 the C# TextXmlReader API but converted to C. Allow to parse
8923 in constant memory usage, far simpler to program and explain
8924 than the SAX like APIs, unfinished but working.
8925 * testReader.c: test program
8926
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008927Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8928
8929 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8930
Daniel Veillard64b35282002-12-04 15:10:40 +00008931Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8932
8933 * tree.c: Chip turner indicated that XHTML1 serialization
8934 rule for style actually break on both IE and Mozilla,
8935 try to avoid the rule if escaping ain't necessary
8936
Daniel Veillard8efff672002-12-04 11:44:48 +00008937Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8938
8939 * nanhttp.c: handle HTTP URL escaping, problem reported by
8940 Glen Nakamura and Stefano Zacchiroli
8941
Daniel Veillard1c732d22002-11-30 11:22:59 +00008942Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8943
8944 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8945
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008946Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * uri.c: Johann Richard pointed out some XPointer problems for
8949 URN based URI references in XInclude. Modified the URI parsing
8950 and saving routines to allow correct parsing and saving of
8951 XPointers, especially when attached to "opaque" scheme accordingly
8952 to RFC 2396
8953
Daniel Veillard8db67d22002-11-27 19:39:27 +00008954Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8955
8956 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8957 of refactoring to the HTML saving code.
8958 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8959 in the doc.
8960
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008961Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8962
8963 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8964 to a buffer API to reuse the generic dump to an OutputIO layer,
8965 this reduces code, fixes xmlNodeDump() for XHTML, also made
8966 xmlNodeDump() now return the number of byte written.
8967
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008968Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8969
8970 * python/setup.py.in: another patch from Stéphane Bidoul for
8971 Python bindings on Windows
8972 * doc/parsedecl.py: small cleanup
8973
Daniel Veillard9715c172002-11-25 16:33:40 +00008974Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8975
8976 * libxml.spec.in configure.in: add a line in %changelog for releases
8977
Daniel Veillard9bc53102002-11-25 13:20:04 +00008978Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8979
8980 * parser.c: patch from Marcus Clarke fixing a problem in entities
8981 parsing that was detected in KDe documentations environment.
8982
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008983Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8984
8985 * python/libxml.c (libxml_prev): Return the previous as opposed to
8986 the next node (I guess this is the result of some cut & paste programming:)
8987
Daniel Veillard80d7b902002-11-23 16:23:08 +00008988Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8989
8990 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8991
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008992Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8993
8994 * python/generator.py python/libxml.c python/setup.py.in: trying
8995 to fix the Python bindings build on Windows (Stéphane Bidoul)
8996
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008997Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8998
8999 * win32/configure.js: added option for python bindings
9000 * win32/libxml2.def.src: added more exports
9001
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009002Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9003
9004 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9005 pthreads
9006 * win32/wince/*: applied updates to Windows CE port from Javier
9007
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009008Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9009
9010 * configure.in: preparing 2.4.28
9011 * libxml.spec.in doc/Makefile.am: some cleanup
9012 * doc/*: updated the news and regenerated.
9013
Daniel Veillardfee408f2002-11-22 13:18:30 +00009014Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9015
9016 * HTMLparser.c: final touch at closing #87235 </p> end tags
9017 need to be generated.
9018 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9019 this change slightly the output of a few tests
9020 * doc/*: regenerated
9021
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009022Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9023
9024 * parserInternals.c: fixing bug #99190 when UTF8 document are
9025 parsed using the progressive parser and the end of the chunk
9026 is in the middle of an UTF8 multibyte character.
9027
William M. Brack8b2c7f12002-11-22 05:07:29 +00009028Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9029
9030 * threads.c: fixed initialization problem in xmlNewGlobalState
9031 which was causing crash.
9032 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9033 in xmlInitializeGlobalState.
9034 * parserInternals.c: cleaned up ctxt->sax initialisation.
9035
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009036Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9037
9038 * tree.c include/libxml/tree.h: modified the existing APIs
9039 to handle XHTML1 serialization rules automatically, also add
9040 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9041 libxslt serialization uses it when needed without changing
9042 the library API.
9043 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9044 result/xhtml1: added a new test specifically for xhtml1 output
9045 and updated the result of one XHTML1 test
9046
Daniel Veillardd076a202002-11-20 13:28:31 +00009047Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9048
9049 * xinclude.c parserInternals.c encoding.c: fixed #99082
9050 for xi:include encoding="..." support on text includes.
9051 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9052 test/XInclude/ents/isolatin.txt : added a specific regression test
9053 * python/generator.py python/libxml2class.txt: fixed the generator
9054 the new set of comments generated for doc/libxml2-api.xml were
9055 breaking the python generation.
9056
Daniel Veillard817e70b2002-11-19 22:28:48 +00009057Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9058
9059 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9060 * configure.in: patch for Solaris on new autoconf closes #98880
9061 * doc/parsedecl.py: repair the frigging API building script,
9062 did I say that python xmllib sucks ?
9063 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9064 and some comment are no more truncated.
9065
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009066Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9067
9068 * parser.c: Martin Stoilov pointed out a potential leak in
9069 xmlCreateMemoryParserCtxt
9070
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009071Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9072
9073 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9074 included in HTML documents and using the push parser.
9075
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009076Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9077
9078 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9079 specified, look for the Python interpreter not just in the
9080 specified root but also in the specified location. Fixes #98825
9081
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009082Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9083
9084 * python/libxml.c: fixing bug #98792 , node may have no doc
9085 and dereferencing without checking ain't good ...
9086
Daniel Veillarddad3f682002-11-17 16:47:27 +00009087Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9088
9089 * configure.in: preparing release 2.4.27
9090 * doc/* : updated and rebuilt the docs
9091 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9092 and all the docs are actually packaged and in the final RPMs
9093 * parser.c parserInternals.c include/libxml/parser.h: restore
9094 xmllint --recover feature.
9095
Daniel Veillard68e9e742002-11-16 15:35:11 +00009096Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9097
Daniel Veillard784b9352003-02-16 15:50:27 +00009098 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009099 processing of parsed entities, and XPath computation on sustitued
9100 entities.
9101 * testXPath.c: make sure entities are substitued.
9102
Daniel Veillard328f48c2002-11-15 15:24:34 +00009103Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9104
Daniel Veillard784b9352003-02-16 15:50:27 +00009105 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009106 processing of internal parsed entities, which had to be changed.
9107
Daniel Veillard66651aa2002-11-15 11:21:43 +00009108Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9109
9110 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9111 trying to fix bug #98517 about building outside the source tree
9112 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9113
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009114Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9115
9116 * include/win32config.h: cleanup
9117 * win32/Makefile.mingw: integrated mingw in JScript configure
9118 * win32/Makefile.msvc: modified to allow mingw coexistence
9119 * win32/configure.js: integrated mingw
9120 * win32/Readme.txt: cleanup
9121
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009122Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9123
9124 * HTMLparser.c: strengthen the guard in the Pop macros,
9125 like in the XML parser, closes bug #97315
9126
Daniel Veillard0821b152002-11-12 20:57:47 +00009127Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9128
9129 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9130 callback is never used.
9131
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009132Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9133
9134 * parserInternals.c: fixed the initialization of the SAX structure
9135 which was breaking xsltproc
9136 * xpath.c: patch from Petr Pajas for CDATA nodes
9137 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9138 * parser.c include/libxml/parser.h: patch from Peter Jones
9139 removing a leak in xmlSAXParseMemory() and adding the
9140 function xmlSAXParseMemoryWithData()
9141
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009142Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9143
9144 adding pdf of tutorial, changing web page to link to it
9145 * doc/tutorial/xmltutorial.pdf
9146 * doc/xml.html
9147 * doc/docs.html
9148
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009149Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9150
9151 * doc/tutorial/ar01s08.html
9152 adding file what I forgot for tutorial
9153
9154
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009155Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9156
9157 Adding encoding discussion to tutorial
9158 Added:
9159 * doc/tutorial/images/*.png: DocBook admonition image files
9160 * doc/tutorial/apf.html, apg.html: new generated html
9161 * doc/tutorial/includeconvert.c: conversion code entity file
9162 changed:
9163 * doc/tutorial/xmltutorial.xml: DocBook original
9164 * doc/tutorial/*.html: generated html
9165
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009166Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9167
9168 * include/libxml/*.h: retired xmlwin32version.h
9169 * doc/Makefile.am: retired xmlwin32version.h
9170 * win32/configure.js: retired xmlwin32version.h
9171
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009172Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9173
9174 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009175 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9176 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009177
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009178Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9179
9180 * globals.c: fixed a typo pointed out by Igor
9181 * xpath.c: try to speed up node compare using line numbers
9182 if available.
9183
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009184Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9185
9186 * tree.c: make xmlFreeNode() handle attributes correctly.
9187
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009188Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9189
9190 * catalog.c: completed the #96963 fix, as reported by Karl
9191 Eichwalder
9192
Daniel Veillard56f21f22002-11-06 15:49:46 +00009193Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9194
9195 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9196
Daniel Veillard91ad8792002-11-04 17:06:52 +00009197Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9198
9199 * Makefile.am: switched the order of a couple of includes
9200 to fix bugs #97100
9201
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009202Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9203
9204 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9205 xmlLoadCatalogs that used to separate directories with a ':'.
9206
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009207Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9208
9209 * threads.c: improvements to the Windows-side of thread handling
9210 * testThreads.c: conditionally excluded unistd.h
9211 * testThradsWin32.c: broke overlong lines
9212 * include/win32config.h: adapted thread-related macros to the new
9213 scheme and for pthreads on Windows
9214 * win32/Makefile.msvc: introduced a more flexible thread build,
9215 added testThreads[Win32].c to the build
9216 * win32/configure.js: introduced a more flexible thread config
9217
John Fleck61f6fb62002-10-31 15:23:29 +000092182002-10-31 John Fleck <jfleck@inkstain.net>
9219
9220 * doc/xml.html (and, by implication, FAQ.html)
9221 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9222
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009223Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9224
9225 * configure.in: removed xmlwin32version.h
9226 * include/libxml/Makefile.am: removed xmlwin32version.h
9227
Daniel Veillardce66ce12002-10-28 19:01:59 +00009228Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9229
9230 * tree.c: applied patch from Brian Stafford to fix a bug
9231 in xmlReconciliateNs()
9232
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009233Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9234
9235 * tree.c: applied patch from Christian Glahn to allow
9236 xmlNewChild() on document fragment nodes
9237
Daniel Veillardb39bc392002-10-26 19:29:51 +00009238Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9239
9240 * parser.c: Christian Glahn found a problem with a recent
9241 patch to xmlParseBalancedChunkMemoryRecover()
9242 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9243 problems
9244 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9245 test/schemas/seq*: added the test cases from Charles
9246
Daniel Veillard366a9152002-10-23 20:43:53 +00009247Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9250 serious cleanup of the spec file and associated changes
9251 in the Makefiles.
9252 * valid.c: try to remove some warnings on x86_64
9253
Daniel Veillardd033d022002-10-23 14:55:02 +00009254Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9255
9256 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9257 fix bug #96586
9258
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009259Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9260
9261 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9262 parsing, applied his patch
9263 * result/HTML/attrents.html result/HTML/attrents.html.err
9264 result/HTML/attrents.html.sax test/HTML/attrents.html:
9265 added the test and result case provided by Mikhail Sogrine
9266
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009267Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9268
9269 * vms/build_libxml.com vms/config.vms vms/readme.vms
9270 include/libxml/parser.h include/libxml/parserInternals.h
9271 include/libxml/tree.h include/libxml/xmlIO.h
9272 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9273 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9274 Applied the VMS update patch from Craig A. Berry
9275 * doc/*.html: update
9276
Daniel Veillardf000f072002-10-22 14:28:17 +00009277Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9278
9279 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9280
Daniel Veillard1e208222002-10-22 14:25:25 +00009281Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9282
9283 * debugXML.c: adding a grep command to --shell in xmllint
9284 for T.V. Raman
9285
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009286Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9287
9288 * xmlcatalog.c: tried to fix some of the problem with --sgml
9289
Daniel Veillard935494a2002-10-22 14:22:46 +00009290Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9291
9292 * parser.c: tried to fix bug #91500 where doc->children may
9293 be overriden by a call to xmlParseBalancedChunkMemory()
9294
9295Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9296
9297 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9298 identifiers in SGML catalogs containing '&'
9299
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009300Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9301
9302 * python/types.c: fixed bugs when passing result value tree
9303 to Python functions.
9304
Daniel Veillard48267432002-10-18 11:21:38 +00009305Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * configure.in: preparing the release of 2.4.26
9308 * doc/*: updated and rebuilt the documentation
9309
Daniel Veillardbb284f42002-10-16 18:02:47 +00009310Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9311
9312 * parser.c: fixed a XML Namespace compliance bug reported by
9313 Alexander Grimalovsky
9314
Daniel Veillard44892f72002-10-16 15:23:26 +00009315Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9316
9317 * HTMLtree.c: fixed serialization of script and style when
9318 they are not lowercase (i.e. added using the API to the tree).
9319
Daniel Veillard2fd85422002-10-16 14:32:41 +00009320Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9321
9322 * valid.c: make xmlValidateDocument emit a warning msg if there
9323 is no DTD, pointed by Christian Glahn
9324
Daniel Veillard32370232002-10-16 14:08:14 +00009325Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9326
9327 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9328 content model when some of the blocks have min or max, and a couple
9329 of bugs found in the process.
9330 * result/schemas/list0* test/schemas/list0*: added some specific
9331 regression tests
9332
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009333Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * README: updated the contact informations
9336
Daniel Veillard63186732002-10-15 08:43:17 +00009337Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9338
9339 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9340 misses it, reported by Peter Bray.
9341
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009342Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9343
9344 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9345 and removed a few warnings
9346
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009347Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9348
9349 * parser.c: Christian Glahn found a small bug in the push parser.
9350 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9351 public
9352
Daniel Veillard6045c902002-10-09 21:13:59 +00009353Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9354
9355 * xmlschemas.c include/libxml/xmlschemas.h: added
9356 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9357 * testSchemas.c: added --memory to test the new interface
9358
Daniel Veillardf0070122002-10-09 14:24:17 +00009359Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9360
9361 * doc/index.py doc/search.php: integrated the XSLT indexing,
9362 a few fixed in the indexer, added a scope selection at the
9363 search level.
9364
Daniel Veillard01992e02002-10-09 10:20:30 +00009365Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9366
9367 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9368 this was due to uninitialized parts of the validation context
9369
Daniel Veillard321be0c2002-10-08 21:26:42 +00009370Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9371
9372 * debugXML.c: applied patch from Mark Vakoc except the API
9373 change, preserved it.
9374 * doc/*: updated the docs to point to the search engine for
9375 information lookup or before bug/help reports.
9376
Daniel Veillard01e87d22002-10-08 16:55:06 +00009377Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9378
9379 * doc/index.py doc/search.php: added mailing-list archives
9380 indexing and lookup
9381
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009382Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9383
9384 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9385
Daniel Veillard9b006132002-10-07 11:13:27 +00009386Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9387
9388 * doc/index.py: improved HTML indexing
9389 * doc/search.php: make the queries also lookup the HTML based indexes
9390
Daniel Veillard141d04b2002-10-06 21:51:18 +00009391Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9392
9393 * doc/index.py: added HTML page indexing
9394
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009395Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9396
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009397 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009398 problem in libxslt.
9399 * catalog.c: fixed list handling in XML_CATALOG_FILES
9400
Daniel Veillardceb09b92002-10-04 11:46:37 +00009401Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9402
9403 * valid.c: typo/bug found by Christian Glahn
9404
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009405Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9406
9407 * xmlIO.c: applied Windows CE patch from Javier.
9408 * win32/wince: new directory, contains support for the PocketPC
9409 with Windows CE from Javier.
9410 * include/win32config.h: reorganised, removed duplicate
9411 definitions and applied WinCE patch from Javier.
9412 * include/wsockcompat.h: new file, now contains WinSock
9413 compatibility macros.
9414 * win32/Makefile.msvc: introduced double-run compilation.
9415
Daniel Veillarde16b5742002-09-26 17:50:03 +00009416Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9417
9418 * configure.in include/libxml/xmlwin32version.h: preparing release
9419 of 2.4.25
9420 * doc/*: updated and regenerated teh docs and web pages.
9421
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009422Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9423
9424 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9425 error were not covering namespace declarations.
9426 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9427 it was missing the attribute declaration for the namespace
9428 * result/VC/NS3: the fix now report breakages in that test
9429
Daniel Veillardabe01742002-09-26 12:40:03 +00009430Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9431
9432 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9433
Daniel Veillard2ace1952002-09-26 12:28:02 +00009434Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9435
9436 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9437 and regenerated the docs and web site
9438
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009439Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9440
9441 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9442 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9443 not before
9444
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009445Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9446
9447 * python/generator.py python/libxml2class.txt: fixed a stupid error
9448 breaking the python API
9449
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009450Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9451
9452 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9453 triostr.c triostr.h: applied a trio update patch from
9454 Bjorn Reese which should work with MinGW
9455
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009456Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9457
9458 * tree.c: improving some documentation comments
9459 * xmlregexp.c: found and fixed a mem leak with python regression tests
9460 * doc/*: rebuilt the doc and the API XML file including the
9461 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9462 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9463 python/types.c: added access to the XML Schemas regexps from
9464 python
9465 * python/tests/Makefile.am python/tests/regexp.py: added a
9466 simple regexp bindings test
9467
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009468Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9469
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009470 * doc/xml.html:
9471 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009472
Daniel Veillard118aed72002-09-24 14:13:13 +00009473Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9474
9475 * xmlregexp.c: fixed the data callback on transition functionality
9476 which was broken when using the compact form
9477 * result/schemas/*: updated the results, less verbose, all tests
9478 pass like before
9479 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9480 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9481 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9482 annoying warnings
9483 * xpath.c: try to provide better error report when possible
9484
Daniel Veillard72336152002-09-21 13:08:14 +00009485Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9486
9487 * Makefile.am: fixed a breakage raised by Jacob
9488
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009489Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9490
9491 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9492 which don't use sockets
9493
Igor Zlatkovic01280582002-09-20 16:40:34 +00009494Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9495
9496 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9497 * win32/configure.js: applied zlib patch from Daniel Gehriger
9498
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009499Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9500
9501 * win32/configure.js: applied the patch from Mark Vakoc for
9502 regexp support
9503 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9504 for regexp support
9505
Daniel Veillardb5c05732002-09-20 13:36:25 +00009506Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9507
9508 * xmlschemastypes.c: as pointed by Igor Float and Double
9509 parsing ain't finished yet
9510
Daniel Veillard40b11342002-09-20 12:01:39 +00009511Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9512
9513 * Makefile.am configure.in: trying to fix #88412 by bypassing
9514 all the python subdir if python ain't detected
9515
Daniel Veillard23e73572002-09-19 19:56:43 +00009516Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9517
9518 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9519 made configuring with regexps/automata/unicode the default
9520 but without schemas ATM
9521 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9522 fixed the regexp based DTD validation performance and memory
9523 problem by switching to a compact form for determinist regexps
9524 and detecting the determinism property in the process. Seems
9525 as fast as the old DTD validation specific engine :-) despite
9526 the regexp built and compaction process.
9527
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009528Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * valid.c: determinism is debugged, new DTD checking code now works
9531 but xmlFAComputesDeterminism takes far too much CPU and the whole
9532 set usues too much memory to be really usable as-is
9533
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009534Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9535
9536 * tree.c: fixed another stupid bug in xmlGetNodePath()
9537 * xmllint.c: --version now report the options compiled in
9538
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009539Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9540
9541 * HTMLparser.c: small cleanup
9542 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9543 when configured with them. A bit of debugging around the determinism
9544 checks is still needed
9545
Daniel Veillard63b01c22002-09-17 19:25:28 +00009546Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9547
9548 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9549
Daniel Veillard92727042002-09-17 17:59:20 +00009550Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9551
9552 * xmlIO.c: small portability glitch fixed.
9553
Daniel Veillard84d70a42002-09-16 10:51:38 +00009554Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9555
9556 * xmlschemastypes.c: incomplete steps for real/double support
9557 * testAutomata.c include/libxml/xmlautomata.h
9558 include/libxml/xmlregexp.h: avoiding a compilation problem
9559 * valid.c include/libxml/valid.h: starting the work toward using
9560 the regexps for actual DTD validation
9561
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009562Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9563
9564 * hash.c: cosmetic cleanup
9565 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9566 integrating a DTD validation layer based on the regexps
9567
Daniel Veillard4402ab42002-09-12 16:02:56 +00009568Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9569
9570 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9571 the determinism was tested before eliminating the epsilon
9572 transitions :-(
9573
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009574Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9575
9576 * python/generator.py python/libxml.c python/libxml.py
9577 python/libxml2-python-api.xml python/libxml2class.txt
9578 python/libxml_wrap.h python/types.c: updated the python
9579 bindings, added code for easier File I/O, and the ability to
9580 define a resolver from Python fixing bug #91635
9581 * python/tests/Makefile.am python/tests/inbuf.py
9582 python/tests/outbuf.py python/tests/pushSAXhtml.py
9583 python/tests/resolver.py python/tests/serialize.py: updated
9584 and augmented the set of Python tests.
9585
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009586Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9587
9588 * win32/configure.js: added more readme info for the binary
9589 package.
9590
Daniel Veillard607b35c2002-09-10 12:16:19 +00009591Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9592
9593 * xmlIO.c: fixed a stupid out of bound array error
9594
9595Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9596
9597 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9598 messing around with support for Windows path, cleanups,
9599 trying to identify and fix the various code path to the
9600 filename access. Added xmlNormalizeWindowsPath()
9601
Daniel Veillard76575762002-09-05 14:21:15 +00009602Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9603
9604 * error.c valid.c: working on better error reporting of validity
9605 errors, especially providing an accurate context.
9606 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9607 error reports in those cases.
9608
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009609Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9610
9611 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9612 parser.c parserInternals.c xmlIO.c: get rid of all the
9613 perror() calls made in the library execution paths. This
9614 should fix both #92059 and #92385
9615
Daniel Veillard19aa7022002-09-05 11:14:19 +00009616Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9617
9618 * xmllint.c: memory leak reporting was broken after a change
9619 of the preprocessor symbol used to activate it.
9620
Daniel Veillardec6725e2002-09-05 11:12:45 +00009621Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9622
9623 * tree.c: try to make the copy function work for node of
9624 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9625 DOM layers though, not libxml2 itself.
9626
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009627Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9628
9629 * valid.c: try to provide file and line informations, not all
9630 messages are covered, but it's a (good) start
9631
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009632Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * xinclude.c: reimplemented a large part of the XInclude
9635 processor, trying to minimize resources used, James Henstridge
9636 provided a huge test case which was exhibiting severe memory
9637 consumption problems.
9638
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009639Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9640
9641 * python/Makefile.am: applied patch from Christophe Merlet to
9642 reestablish DESTDIR
9643
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009644Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9645
9646 * libxml.spec.in: fixes libary path for x86_64 AMD
9647
John Fleckbe98b332002-09-04 03:16:23 +00009648Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9649
9650 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009651 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009652 (plus resulting generated html files)
9653 fixing one spot I missed in the tutorial where I hadn't freed
9654 memory properly
9655
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009656Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9657
9658 * doc/tutorial/includeaddattribute.c
9659 * doc/tutorial/includeaddkeyword.c
9660 * doc/tutorial/includegetattribute.c
9661 * doc/tutorial/includekeyword.c
9662 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009663 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009664 update tutorial to properly free memory (thanks to Christopher
9665 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009666 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009667 added image files so the callouts are graphical, making it
9668 easier to read ( use "--param callout.graphics 1" to generate
9669 html with graphical callouts)
9670
Daniel Veillarde1662542002-08-28 11:50:59 +00009671Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9672
9673 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9674 nice logos generated by Marc Liyanage
9675 * doc/site.xsl *.html: changed the stylesheet to show the new
9676 logo and regenerated the pages
9677
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009678Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9681
Daniel Veillard42766c02002-08-22 20:52:17 +00009682Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9683
9684 * xpath.c: possible mem leak patch from Jason Adams
9685
9686Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9689 in the XQuery namespace
9690 * configure.in: preparing 2.4.24
9691 * doc/*.html: updated the web pages
9692
9693Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9694
9695 * python/generator.py: closing bug #85258 by generating conditional
9696 compile check to avoid linking to routines not configured in.
9697
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096982002-08-22 Havoc Pennington <hp@pobox.com>
9699
9700 * autogen.sh: update error message for missing automake
9701
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009702Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9703
9704 * python/Makefile.am: typo in target name resulted in libxml2.py
9705 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9706
Daniel Veillard22669b22002-08-22 07:17:11 +00009707Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9708
9709 * win32/win32/Makefile.mingw: updated with version from
9710 Elizabeth Barham at http://soggytrousers.net/repository/
9711
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009712Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9713
9714 * win32/Makefile.msvc: added the prefix location to the include
9715 and lib search path.
9716
Havoc Pennington830e8972002-08-18 22:22:13 +000097172002-08-18 Havoc Pennington <hp@pobox.com>
9718
9719 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9720 both automake 1.6 and 1.4 installed get the right automake. Means
9721 compilation from CVS will now require the latest automake 1.4
9722 release, or manually creating symlinks called "automake-1.4" and
9723 "aclocal-1.4"
9724
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009725Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9726
9727 * configure.in python/Makefile.am: more AMD 64 induced changes from
9728 Frederic Crozat
9729
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009730Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9731
9732 * xinclude.c: oops I was missing the xml:base fixup too
9733 * result/XInclude/*.xml: this adds xml:base attributes to most
9734 results of the tests
9735
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009736Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9737
9738 * xinclude.c: quick but apparently working implementation of
9739 xi:fallback, should close bug #89684
9740 * Makefile.am test/XInclude/docs/fallback.xml
9741 result/XInclude/fallback.xml: added a basic test for fallback,
9742 and run with --nowarning to avoid a spurious warning
9743 * configure.in: applied patch from Frederic Crozat for python
9744 bindings on AMD 64bits machines.
9745
Daniel Veillard9e923512002-08-14 08:48:52 +00009746Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9747
9748 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9749 the caller don't pass a SAX callback block.
9750
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009751Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9752
9753 * tree.c: applied the same fix for the XML-1.0 namespace to
9754 xmlSearchNsByHref() as was done for xmlSearchNs()
9755
Daniel Veillardad11b302002-08-12 14:53:41 +00009756Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9757
9758 * libxml.3: small cleanup of the man page
9759 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9760 when serializing HREF attributes generated by XSLT.
9761
Daniel Veillardc084e472002-08-12 13:27:28 +00009762Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9763
9764 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9765 version of Marc Liyanage' patch for boolean attributes in HTML
9766 output
9767
Daniel Veillard5f91b372002-08-12 12:13:01 +00009768Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9769
9770 * python/tests/serialize.py: fixed the test results, indenting
9771 behaviour changed slightly
9772
Aleksey Sanin9e951762002-08-08 18:02:41 +00009773Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9774
9775 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9776 new c14n function to Windows def files
9777
Aleksey Saninea4272a2002-08-02 23:50:03 +00009778Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9779
9780 * c14n.c: fixed a memory leak in c14n code
9781
Daniel Veillard58e44c92002-08-02 22:19:49 +00009782Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9783
9784 * parser.c include/libxml/parser.h: adding a new API for Christian
9785 Glahn: xmlParseBalancedChunkMemoryRecover
9786 * valid.c: patch from Rick Jones for some grammar cleanup in
9787 validation messages
9788 * result/VC/* result/valid/*: this slightly change some of the
9789 regression tests outputs
9790
Daniel Veillard0bf29002002-08-01 12:54:11 +00009791Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9792
9793 * tree.c: trying to fix a problem in namespaced attribute handling
9794 raised by Christian Glahn
9795
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009796Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9797
9798 * encoding.c include/libxml/encoding.h: Opening the interface
9799 xmlNewCharEncodingHandler as requested in #89415
9800 * python/generator.py python/setup.py.in: applied cleanup
9801 patches from Marc-Andre Lemburg
9802 * tree.c: fixing bug #89332 on a specific case of loosing
9803 the XML-1.0 namespace on xml:xxx attributes
9804
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009805Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9806
9807 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9808 corner case from new Merlin's test suite and added a callback
9809 that will be used to improve xmlsec performance
9810
9811
Daniel Veillard0b22def2002-07-29 16:23:03 +00009812Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9813
9814 * HTMLtree.c: trying to fix the <style> escaping problem in
9815 HTML serialization bug #89342
9816
Daniel Veillard0b28e882002-07-24 23:47:05 +00009817Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9818
9819 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9820 and rebuilt the web site.
9821
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009822Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009823
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009824 * include/libxml/tree.h: added _private member to xmlNs struct
9825
Daniel Veillard1d995272002-07-22 16:43:32 +00009826Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9827
9828 * HTMLparser.c: fixing bug #84876 based on the xml working
9829 code.
9830
William M. Brack61eaba52002-07-21 11:14:18 +00009831Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9832
9833 * python/Makefile.am: enhanced to fix bug 72012 (errors
9834 when using '-jX' make parameter)
9835
William M. Brackef61d202002-07-19 08:32:00 +00009836Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9837
9838 * xpath.c: small additional enhancement for booleans
9839 compared to nodesets
9840
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009841Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * HTMLtree.c: changed the order of the encoding declaration
9844 attributes in the meta tags due to a bug in IE/Mac
9845
William M. Brack0c022ad2002-07-12 00:56:01 +00009846Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9847
9848 * xpath.c: enhanced handling of booleans (especially '='
9849 and '!=' for nodesets) - fixes bug 85256. Added new
9850 routine xmlXPathNotEqualValues for more proper handling
9851 of '!=' when nodesets are involved.
9852
Daniel Veillard06944e22002-07-11 19:55:18 +00009853Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9854
9855 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9856 doc/xmlcatalog_man.xml to the source distribution
9857
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009858Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9859
9860 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9861 asked for this.
9862
Daniel Veillard539638b2002-07-06 19:55:14 +00009863Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9864
9865 * configure.in: preparing 2.4.23
9866 * doc/*: rebuilt the docs
9867
Daniel Veillard176d99f2002-07-06 19:22:28 +00009868Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9869
9870 * parser.c: fixing bug #84169 by fixing the
9871 comment of xmlCreatePushParserCtxt to describe the
9872 encoding detection parameters better.
9873
Daniel Veillard37f961d2002-07-06 17:53:56 +00009874Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9875
9876 * valid.c: fixing bug #79331 in one path the lookup for
9877 ID attributes on a namespaced node wasn't handled correctly :-\
9878
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009879Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9880
9881 * HTMLparser.c: trying to fix 87235 about discarded white
9882 spaces in the HTML parser.
9883 * result/HTML/*: this changes the output of a number of HTML
9884 regression tests
9885
Daniel Veillardfdc91562002-07-01 21:52:03 +00009886Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9887
9888 * xpath.c: applied patch from Richard Jinks for the namespace
9889 axis + fixed a memory error.
9890 * parser.c parserInternals.c: applied patches from Peter Jacobi
9891 removing ctxt->token for good.
9892 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9893 popped out by the regression tests.
9894 * Makefile.am: patch for threads makefile from Gary Pennington
9895
William M. Brack6000af52002-06-28 11:43:13 +00009896Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9897
Daniel Veillardfdc91562002-07-01 21:52:03 +00009898 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009899 expressions involving preceding-sibling (et al).
9900
Daniel Veillard153120c2002-06-18 07:58:35 +00009901Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * hash.c: applied a patch from Peter Jacobi to solve a problem
9904 when compiling with the Watcom C on Win32
9905 * result/schemas/*.err: the change of hashing algo generated
9906 permutations in the output
9907
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009908Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9909
9910 * hash.c: applied patch from Sander Vesik improving the quality of
9911 the hash function.
9912
Aleksey Sanina5808b92002-06-14 17:07:41 +000099132002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009914
9915 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9916 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9917 xmllint.c xpath.c: replaced sprintf() with snprintf()
9918 to prevent possible buffer overflow (the bug was pointed
9919 out by Anju Premachandran)
9920
Daniel Veillarde059b892002-06-13 15:32:10 +00009921Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9922
9923 * parser.c: removed an uninitialized data error popped by valgrind
9924 on PE references
9925
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009926Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9927
9928 * doc/xml.html
9929 adding tutorial reference to the web page
9930
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009931Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9932
9933 * doc/tutorial/xmltutorial.xml
9934 * doc/tutorial/ar01s07.html
9935 * doc/tutorial/ape.html
9936 * doc/tutorial/includegetattribute.c
9937 adding section to tutorial about retrieving an attribute
9938 value
9939
Daniel Veillardf5582f12002-06-11 10:08:16 +00009940Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9941
9942 * parser.c: applied a couple of patches from Peter Jacobi to start
9943 to get rid of ctxt->token, with a possible significant speed
9944 improvement to be gained once done. Better compliance with PE
9945 references constructs in DTDs too.
9946 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9947 from Peter too
9948
Daniel Veillard38d80e22002-06-11 07:24:56 +00009949Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9950
9951 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9952 xmlParseElement was likely to have been deallocated at the
9953 time of the report, possibly leading to segfault. Just report
9954 the tag name now.
9955
Daniel Veillard9e412302002-06-10 15:59:44 +00009956Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9957
9958 * xpath.c: patch from Richard Jinks for XPath substring() function
9959 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9960
Aleksey Sanina5808b92002-06-14 17:07:41 +000099612002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009962
9963 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9964
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009965Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9966
9967 *doc/FAQ.html
9968 fixing typos in FAQ, thanks to Robert Funnell for the
9969 editing help
9970
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009971Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * NEWS: got complaints from rpmlint that it was empty
9974
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009975Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9976
9977 * added doc/tutorial, including:
9978 apa.html
9979 apb.html
9980 apc.html
9981 apd.html
9982 ar01s02.html
9983 ar01s03.html
9984 ar01s04.html
9985 ar01s05.html
9986 ar01s06.html
9987 includeaddattribute.c
9988 includeaddkeyword.c
9989 includekeyword.c
9990 includestory.xml
9991 index.html
9992 xmltutorial.xml
9993 libxml tutorial, including generated html
9994
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009995Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9996
9997 * result/c14n/exc-without-comments/merlin-c14n-two-*
9998 result/c14n/without-comments/merlin-c14n-two-*
9999 test/c14n/exc-without-comments/merlin-c14n-two-*
10000 test/c14n/without-comments/merlin-c14n-two-*
10001 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10002 c14n/exc-c14n and slightly modified test script to handle
10003 these test cases
10004 * c14n.c: fixed bugs for complicated nodes set (namespace
10005 without node and others from merlin-c14n-two.tar.gz)
10006 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10007 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10008 for xmlsec performance patch
10009 * xpath.c: fixed self::node() for namespaces and attributes
10010
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010011Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10012
10013 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10014 but with the format parameter
10015 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10016
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010017Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10018
10019 * Makefile.am: updated c14n tests suite
10020 * c14n.c: performance improvement for previous c14n patch
10021
Daniel Veillarde72c7562002-05-31 09:47:30 +000010022Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10023
10024 * parser.c: another peroformance patch from Peter Jacobi, that
10025 time on parsing attribute values.
10026
Aleksey Sanin508a1012002-05-31 06:32:32 +000010027Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10028
10029 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10030 into LibXML2 test suite
10031
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010032Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10033
10034 * c14n.c: propagating xpath ancesstors node fix to c14n
10035 plus small performance improvement to reduce number of
10036 mallocs
10037 * xpath.c: fixed ancestors axis processing for namespace nodes
10038
Daniel Veillard46de64e2002-05-29 08:21:33 +000010039Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10040
10041 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10042 Peter Jacobi
10043
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010044Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10045
10046 * configure.in: preparing 2.4.22
10047
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010048Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10051 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10052 a public entry point.
10053 * doc/*: rebuilt the API and docs
10054
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010055Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10056
10057 * xpath.c: patch from Richard Jinks to fix a problem introduced
10058 in the previous patch and pointed by Norm
10059
Daniel Veillardc6924812002-05-24 11:10:43 +000010060Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10061
10062 * libxml.spec.in: fixing bug #81112
10063
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010064Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * uri.c: fixing bug #82848
10067
Daniel Veillarda2878972002-05-24 07:54:39 +000010068Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10069
10070 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10071 output of one catalog test
10072
Aleksey Sanin114e4752002-05-24 07:20:27 +000010073Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010074
Aleksey Sanin114e4752002-05-24 07:20:27 +000010075 * global.data globals.c tree.c include/libxml/globals.h
10076 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10077 default value for global parameter xmlIndentTreeOutput to 1 and
10078 introduced new global parameter xmlTreeIndentString (the string
10079 used to do one-level indent) with default value " " (as it was
10080 in tree.c)
10081
Daniel Veillard49d5af82002-05-23 11:55:49 +000010082Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10085 with trio and schemas.
10086
Daniel Veillard7c13af42002-05-22 09:57:32 +000010087Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10088
10089 * xpath.c: patch from Richard Jinks to fix the problem raised in
10090 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10091
Daniel Veillard5a872412002-05-22 06:40:27 +000010092Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10093
10094 * xmlschemas.c: a bit of work on import.
10095 * xmlschemastypes.c: Charles Bozeman provided a compare function
10096 for date/time types so min/max facet restrictions should work,
10097 indeterminate comparisons return an error instead of equal.
10098 * test/schemas/date_0* result/schemas/date_0_0: specific test
10099 from Charles Bozeman too
10100
Daniel Veillard10b6da42002-05-18 07:55:20 +000010101Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10102
10103 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10104 from Christian Cornelssen fixing the man pages and the Catalog
10105 building script.
10106 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10107 next step is <xs:import> I now have a reasonable understanding
10108 of how it works.
10109
Daniel Veillarde5354492002-05-16 08:43:22 +000010110Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10111
10112 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10113
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010114Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10115
10116 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10117
Daniel Veillard088bf112002-05-14 11:03:59 +000010118Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10119
10120 * xpath.c: fixing an XPath function evalutation bug pointed out
10121 by Alexey Efimov where the context was lost when evaluating
10122 the function arguments
10123
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010124Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010125
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010126 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10127 function public for XMLSec performance optimizations
10128
Daniel Veillard3cd72402002-05-13 10:33:30 +000010129Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * python/generator.py python/libxml2class.txt : fixed a problem
10132 with the HTML parser pointed by Gary Benson
10133 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10134 example
10135
Aleksey Sanine48a3182002-05-09 18:20:01 +000010136Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10137 * parser.c: fixed bug #81159 (memory growth in SAX)
10138
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010139Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10140 * xpath.c: fixed bug #78858 (the real fix)
10141
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010142Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010143 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010144
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010145Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * tree.c: modified xmlNodeSetBase to allow changing the
10148 base of a document.
10149
Daniel Veillard070803b2002-05-03 07:29:38 +000010150Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10151
10152 * xmlschemastypes.c: patch Charles Bozeman for validation of
10153 all the date, time, and duration types
10154 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10155 * configure.in: fixed an error pointed by an user
10156 * xml2-config.in: fixed an error pointed by an user
10157
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010158Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10159
10160 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10161 win32/libxml2.def.src xmlIO.c: exported default
10162 'file:', 'http:' and 'ftp:' protocols input handlers
10163 and maked protocols comparisson case insensitive
10164
Daniel Veillard34de97f2002-04-30 14:29:22 +000010165Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10166
10167 * configure.in: Neven Has detected a typo
10168
Daniel Veillard28577c32002-04-30 06:48:41 +000010169Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10172 as one of the persons allowed to commit directly to the
10173 module.
10174
Daniel Veillardfc57b412002-04-29 15:50:14 +000010175Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10178 * valid.c: raised a too low limit
10179 * doc/*: rebuilt the docs
10180
Daniel Veillardeca82812002-04-24 11:42:02 +000010181Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10182
10183 * test/XPath/expr/floats test/XPath/expr/functions
10184 result/XPath/expr/floats result/XPath/expr/functions
10185 xpath.c: another XPath conformance patch from Richard Jinks
10186
Daniel Veillard13e04c62002-04-23 17:51:29 +000010187Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10188
10189 * xmlschemas.c: fixed validation of attribute groups.
10190 * test/schemas result/schemas: added an example from the primer
10191
Daniel Veillard88c58912002-04-23 07:12:20 +000010192Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10193
10194 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10195 * test/schemas result/schemas: updated the test list
10196
Daniel Veillarde19fc232002-04-22 16:01:24 +000010197Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10198
10199 * TODO: updated a bit
10200 * parser.c: made a comment more specific
10201 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10202 Schemas conformance.
10203 * test/schemas result/schemas: updated the test list
10204
Daniel Veillard441bc322002-04-20 17:38:48 +000010205Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10206
10207 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10208 implementing xs:all with minOccurs = 0
10209 * tes/schemas/* result/schemas/*: added more tests covering
10210 xs:all
10211
Daniel Veillard8a001f62002-04-20 07:24:11 +000010212Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10213
10214 * xmlregexp.c: first implementation of the all particle, this
10215 may need to be revisited for case where not all transitions
10216 must be crossed.
10217
Daniel Veillard7646b182002-04-20 06:41:40 +000010218Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10219
10220 * tree.c: another entity processing update from Markus Henke
10221
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010222Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10223
10224 * trionan.c: fixed crash on OSF/1
10225
Daniel Veillardb4398962002-04-19 07:01:55 +000010226Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10227
10228 * xmlschemas.c: more Schemas work
10229 * test/schemas/* result/schemas/*: added more tests coming
10230 from the spec.
10231
Daniel Veillard54761132002-04-18 21:00:44 +000010232Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10235 ExcC14N specification
10236
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010237Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10238
10239 * tree.c: patch from Markus Henke, fix for recursive entities.
10240
Daniel Veillard23b1f372002-04-18 15:50:05 +000010241Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * xpath.c: fix a problem with string() on a document node.
10244
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010245Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * Makefile.am xmlschemas.c: more Schemas work
10248 * test/schemas/* result/schemas/*: added more tests coming
10249 from the spec.
10250
Daniel Veillard6231e842002-04-18 11:54:04 +000010251Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10252
10253 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10254 * result/HTML/*: this changes a few things in the results
10255
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010256Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10257
10258 * include/libxml/tree.h: eliminated 'declaration different than
10259 prototype' warning
10260 * include/win32config.h: "resolved" conflicts with errno.h
10261
Daniel Veillardb509f152002-04-17 16:28:10 +000010262Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10265 on the automata interfaces and debug of counted choices
10266 * test/schemas/* result/schemas/*: added a number of tests
10267
Daniel Veillard8651f532002-04-17 09:06:27 +000010268Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10271 a bit of work on Schemas
10272 * testSchemas.c: try to make it more useful
10273 * test/schemas/* result/schemas/* Makefile.am: changed the
10274 Schemas regression test procedure, started adding a few samples
10275
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010276Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10277
10278 * include/libxml/encoding.h: Patch for the Borland C++ builder
10279 * include/libxml/tree.h: Patch for the Borland C++ builder
10280 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010281 * win32/bcb5: New directory for the Borland C++ builder
10282 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010283
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010284Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10285
10286 * win32/Makefile.msvc: Update for XML Schema support
10287 * win32/configure.js: Update for XML Schema support
10288 * win32/libxml2.def.src: Update for XML Schema support
10289
Daniel Veillard4255d502002-04-16 15:50:10 +000010290Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10293 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10294 xmlunicode.c include/libxml/Makefile.am
10295 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10296 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10297 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10298 include/libxml/xmlversion.h.in : merged the current state of
10299 XML Schemas implementation, it is not configured in by default,
10300 a specific --schemas configure option has been added.
10301 * test/automata test/regexp test/schemas Makefile.am
10302 result/automata result/regexp result/schemas:
10303 merged automata/regexp/schemas regression tests
10304
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010305Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * xpath.c: Gary found a compile time problem, fixes #78823
10308
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010309Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10310
10311 * configure.in: release of 2.4.20
10312 * doc/*: updated and rebuilt the docs
10313
Daniel Veillardf544f192002-04-15 12:56:56 +000010314Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * python/Makefile.am: patch from Cristian Gafton to build on
10317 Red Hat 6.2, should also fix #75779
10318
Daniel Veillard940492d2002-04-15 10:15:25 +000010319Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10320
10321 * valid.c: first part of fixing #78729
10322
Daniel Veillardeb475a32002-04-14 22:00:22 +000010323Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10324
10325 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10326 escaping of URI when saving HTML files.
10327 * result/HTML/*: this impacted some tests
10328
Daniel Veillard9b731d72002-04-14 12:56:08 +000010329Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10330
10331 * configure.in: trying to fix #77441
10332
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010333Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * include/libxml/xmlIO.h: Hallski complained it could not be
10336 included by itself.
10337
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010338Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10341
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010342Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10343
10344 * win32/configure.js: patch from Nilo for the c14n option
10345 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10346
Daniel Veillardda423da2002-04-10 19:25:38 +000010347Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10348
10349 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10350 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10351 LIBXML_THREAD_ENABLED
10352
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010353Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10354
10355 * xpath.c: another patch from Richard Jinks for substring conformance
10356 * test/XPath/expr/floats test/XPath/expr/strings
10357 result/XPath/expr/floats result/XPath/expr/strings: update of the
10358 test suite to check those.
10359
Daniel Veillard01917aa2002-04-10 11:30:41 +000010360Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * xpath.c: patch from Richard Jinks for .x float parsing.
10363
Daniel Veillard46d6c442002-04-09 16:10:39 +000010364Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * parser.c: patch from Markus Henke when an encoding ain't recognized
10367
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010368Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10369
10370 * libxml.m4: got a report that #include <string.h> was needed
10371
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010372Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10373
10374 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10375
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010376Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10377
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010378 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010379
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010380Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10381
10382 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10383 pointed out by Melvyn Sopacua.
10384
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010385Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10386
10387 * libxml.m4: Frédéric Crozat gave a patch related to the change
10388 of Include paths breaking the libxml.m4
10389
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010390Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10391
10392 * xpath.c: Fix bug #76927 forgot to save some context
10393 when evaluating binary expressions
10394
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010395Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10396
10397 * configure.in: fixed configure for MPE/iX from Markus Henke
10398 * xmlmemory.c: fixed initialization problems
10399 * xpath.c: another set of patches from Richard Jinks this
10400 fixes "make XPathtests" on linux
10401
Daniel Veillard21458c82002-03-27 16:12:22 +000010402Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10403
10404 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10405 * test/XPath/expr/compare test/XPath/expr/equality
10406 test/XPath/expr/floats test/XPath/expr/functions
10407 test/XPath/expr/strings result/XPath/expr/compare
10408 result/XPath/expr/equality result/XPath/expr/floats
10409 result/XPath/expr/functions result/XPath/expr/strings: Updated
10410 tests though they show a divergence on Linux
10411
Daniel Veillard28dfed12002-03-27 09:08:17 +000010412Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10413
10414 * xpath.c trionan.c: previous commit also included patches
10415 from Richard Jinks on some IEEE support corner case
10416
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010417Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10418
10419 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10420 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10421 that $(datadir) should be used for docs
10422
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010423Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10424
10425 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10426 could leak filedescriptors
10427
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010428Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10429
10430 * configure.in nanohttp.c: applied patch from Allan Clark for
10431 UnixWare/OpenServer
10432
Daniel Veillard19274092002-03-25 16:48:03 +000010433Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10434
10435 * configure.in: preparing 2.4.19
10436 * doc/*: rebuilt the docs
10437
Daniel Veillard56b2db72002-03-25 16:35:28 +000010438Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * nanohttp.c: fixing #76043, got fed up with non-portability
10441 of that piece of code.
10442
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010443Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10444
10445 * valid.c SAX.c: Never commit without running "make tests" :-(
10446 fix a couple of stupidities in the previous commit
10447 * result/*: a few changes in some attribute order result of previous
10448 commit.
10449
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010450Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10451
10452 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10453 the internal subset should not raise duplicate ID errors,
10454 also there was a small bug in conjunction to namespace
10455 declarations defaulted and xml:xxx attributes DTD definitions.
10456
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010457Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10458
10459 * xpath.c: Richard Jinks also raised some rounding problems
10460 this tries to fix them
10461
Daniel Veillard4e2df542002-03-22 12:23:14 +000010462Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10465 behaviour in xmlXPathCastToString()
10466
Daniel Veillarddb552912002-03-21 13:27:59 +000010467Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10468
10469 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10470 raised by Morus Walter
10471
Daniel Veillard9e537932002-03-21 13:08:08 +000010472Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10473
10474 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10475 from Igor
10476
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010477Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10478
10479 * xpath.c: fixing #75619, related to a problem when trying
10480 to evaluate condition when the current node set resulting
10481 from that sub-step evaluation is empty. Also fixes 2 potential
10482 problem with previous-sibling and next-siblings axis.
10483
Daniel Veillard1840ef02002-03-21 08:05:23 +000010484Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10485
10486 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10487 HTML support is not configured in.
10488
Daniel Veillard561b7f82002-03-20 21:55:57 +000010489Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10490
10491 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10492 include/libxml/tree.h: dohh I really didn't intended to commit
10493 this test version :-(
10494
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010495Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10496
10497 * testSAX.c: I wanted to see the real speed at the SAX interface
10498 after a little too many Ximianer started complaining about the
10499 parser speed.
10500 added a --quiet option:
10501 paphio:~/XML -> ls -l db100000.xml
10502 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10503 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10504 3200006 callbacks generated
10505 real 0m1.270s
10506 Which means 16MBytes/s and 3Mcallback/s
10507
Daniel Veillardc62a1472002-03-19 18:35:12 +000010508Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10509
10510 * xpath.c: valgrind spotted another error that time when running
10511 on libxslt regression tests
10512
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010513Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10514
10515 * Makefile.am: adding "make valgrind" running the full regression
10516 tests (except python ones) under Valgrind (using valgrind -q
10517 which was kindly added by the author).
10518 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10519 passes cleanly now except an obcure floating point initialization
10520 raised in log10() in one XPath regression test ???
10521 * tree.c: edited some comments to close #75244
10522
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010523Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10526 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10527 context of ScrollKeeper, made sure that if the number is
10528 an integer, the serialization follows the description at
10529 http://www.w3.org/TR/xpath#section-String-Functions
10530
Daniel Veillard5997aca2002-03-18 18:36:20 +000010531Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10532
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010533 * configure.in: preparing 2.4.18
10534 * doc/*: updated and rebuilt the web site
10535 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10536 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010537 * parser.c: humm, changed the way the SAX parser work when
10538 xmlSubstituteEntitiesDefault(1) is set, it will then
10539 do the entity registration and loading by itself in case the
10540 user provided SAX getEntity() returns NULL.
10541 * testSAX.c: added --noent to test the behaviour.
10542
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010543Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10544
10545 * parser.c: Wilfried Teiken provided a hackish but working
10546 way to get context reported back on entities when parsing
10547 with SAX and without breaking the DOM build.
10548
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010549Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * c14n.c: applied a new patch from Aleksey Sanin
10552 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10553 to reference Aleksey implementation of XML digital Signatures
10554
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010555Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * xpath.c: small fix to avoid potential problem due to
10558 ordering of freeing data
10559 * python/Makefile.am: people were complaining about
10560 the generated file in python dir not being built
10561
Daniel Veillardd2379012002-03-15 22:24:56 +000010562Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10563
10564 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10565 python/generator.py python/libxml.c python/types.c: Cleanup
10566 of the python Makefiles based on Jacob and James feedback,
10567 fixed the spec file accordingly, fixed the number of warning
10568 that passing my pedantic CFLAGS was generating. Conclusion
10569 is that Python includes are real crap.
10570
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010571Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10572
10573 * configure,in: it was reported quite a few times that
10574 xml2-config --cflags should not output
10575 -I$includeprefix/libxml2/libxml because libxml2 header names
10576 clashes with existing names like list.h from C++ stl.
10577 Includes should be #include<libxml/xxx.h> so ...
10578
Daniel Veillard6f293b12002-03-15 09:42:33 +000010579Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10580
10581 * c14n.c: another patch from Aleksey Sanin
10582
Daniel Veillard5c396542002-03-15 07:57:50 +000010583Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10584
10585 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10586 canonicalization algorithm
10587 * doc/xml.html doc/index.html: added the C14N references on the
10588 index page.
10589
jacob berkman9be65862002-03-14 02:15:56 +0000105902002-03-13 jacob berkman <jacob@ximian.com>
10591
10592 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10593 usage, redundant, and gcc specific
10594
Daniel Veillard75be0132002-03-13 10:03:35 +000010595Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10596
10597 * xpath.c: speedup some node selection operations, this can
10598 have a significant impact on DocBook Norm's stylesheets
10599 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10600 make sure it's always the case
10601 * debugXML.c: distinguish CDATA and comments in ls operations
10602
Daniel Veillard61f26172002-03-12 18:46:39 +000010603Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10604
10605 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10606 to generate better API descriptions etc...
10607
Daniel Veillard9ff88172002-03-11 09:15:32 +000010608Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10609
10610 * c14n.c: Fixing #74186, made sure all boolean expressions
10611 get fully parenthesized, ran indent on the output
10612 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10613 include/libxml/tree.h: also #74186 related, removed the
10614 --with-buffers option, and all the preprocessor conditional
10615 sections that were resulting from it.
10616
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010617Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10618
10619 * valid.c: applied patch from Dodji Seketeli fixing an
10620 uninitailized variable in xmlValidGetValidElements()
10621
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010622Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10623
10624 * c14n.c: fixed a few comments
10625 * doc/*.html doc/*/*.html: regenerated the docs and added
10626 the C14N API
10627 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10628
Daniel Veillardfa49d872002-03-09 10:20:00 +000010629Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10630
10631 * check-xml-test-suite.py: fix to adapt varaiations in the
10632 bindings
10633 * configure.in python/setup.py python/setup.py.in: fixed to
10634 have the version of the python scripts automatically updated
10635
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010636Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10637
10638 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10639 in xmlCopyProp()
10640
Daniel Veillardaf43f632002-03-08 15:05:20 +000010641Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10642
10643 * configure.in: preparing 2.4.17 release
10644 * doc/*: updated and rebuilt the docs
10645 * xpath.c: fixed a comment
10646 * python/libxml.c: fixed a possible reentrancy problem
10647
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010648Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10649
10650 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10651 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10652 added a specific regression test
10653 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10654 not raise exceptions when failing to find the attribute.
10655
Daniel Veillard90bc3712002-03-07 15:12:58 +000010656Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10657
10658 * configure.in xmllint.c: owen pointed out a problem with the
10659 ftme fix, gettimeofday() was not detected by configure and
10660 the ftime header wasn't included, dohhh
10661
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010662Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * configure.in xmllint.c: trying to fix #71457 for timing
10665 precision when gettimeofday() is not availble but ftime() is
10666
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010667Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10668
10669 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10670 are now copied on install and part of the -devel RPM
10671
Daniel Veillard7b416132002-03-07 08:36:03 +000010672Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * xpath.c: trying to avoid bug #72150 which was apparently
10675 caused by a gcc bug (or a processor problem) as detailed
10676 at http://veillard.com/gcc.bug
10677
Daniel Veillardf742d342002-03-07 00:05:35 +000010678Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10679
10680 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10681 fixed xmlReconciliateNs(), added a Python test/example for
10682 inter-document cut'n paste
10683 * python/libxml.py: fixed node.doc on document nodes and added
10684 xpathEval() onto node objects
10685
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010686Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10687
10688 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10689 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10690 fixup and integrated tests for the serialization stuff
10691
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010692Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10695 moved the libxml man page to section 3
10696
Daniel Veillard1e774382002-03-06 17:35:40 +000010697Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10698
10699 * tree.c: fix bug #72490
10700 * python/libxml.c python/libxml.py: added methods serialize()
10701 and saveTo() to all node elements.
10702
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010703Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10704
10705 * xmlIO.c: closed #73430, don't read from an input source
10706 which indicated an end-of-file or an error.
10707
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010708Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * parser.c: make sure SAX endDocument is always called as
10711 this could result in a Python memory leak otherwise (it's
10712 used to decrement ref-counting)
10713 * python/generator.py python/libxml.c python/libxml.py
10714 python/libxml2-python-api.xml python/libxml2class.txt
10715 python/tests/error.py python/tests/xpath.py: implemented
10716 the suggestions made by Gary Benson and extended the tests
10717 to match it.
10718
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010719Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10720
10721 * python/generator.py: applied patch fixing #73450
10722
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010723Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * xpath.c: fixing #61290 "namespace nodes have no parent"
10726 long standing divergence from the XPath REC. NodeSets
10727 simply hold a copy of namespace nodes and those node ->next
10728 points to the parent (which may not be the node carrying the
10729 definition).
10730 * include/libxml/xpath.h: flagged but didn't added a possible
10731 speedup
10732 * DOCBparser.c HTMLparser.c: removed some warnings from push
10733 parser due to new state being added.
10734 * tree.c: new fix from Boris Erdmann
10735 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10736 the XML Canonalization support from Aleksey Sanin
10737
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010738Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * tree.c: patch from Boris Erdmann fixing some namespace odities
10741 with xmlCopyNode()
10742
Daniel Veillardc6613042002-03-02 09:34:02 +000010743Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10744
10745 * xmlIO.c: fix bug #72706 when loading a NULL entity
10746
Daniel Veillardc0fef772002-03-01 16:16:31 +000010747Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10748
10749 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10750 actually change in a future XML Namespace revision.
10751
Daniel Veillard79426f22002-03-01 16:14:17 +000010752Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10753
10754 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10755 added the possibility of returning nodesets from XPath extension
10756 functions written in Python
10757
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010758Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10759
10760 * python/*: commiting some Python bindings work done while travelling
10761
Daniel Veillard97300512002-03-01 09:13:41 +000010762Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10763
10764 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10765 explicitely with memory debugging switched on
10766
Daniel Veillard6361da02002-02-23 10:10:33 +000010767Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10768
10769 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10770 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10771 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10772 the accessor generator for strings
10773 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10774 regression test.
10775
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010776Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10777
10778 * python/README python/generator.py python/libxml.c python/setup.py:
10779 added the 'usual' setup.py to allow building a libxml2-python
10780 module based on the same code. The initialization is however
10781 different the 2 .so files fo libxml2 and libxslt are identical and
10782 they entry point initialize both libraries. this is done to avoid
10783 some possible nasty problem since the Python don't merge the maps
10784 of all shared modules.
10785
Daniel Veillard158a4d22002-02-20 22:17:58 +000010786Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * parser.c: fixed a push/encoding bug reported by Michael
10789 on librsvg
10790
Daniel Veillard7839e162002-02-20 18:54:48 +000010791Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10792
10793 * include/libxml/parserInternals.h: fixes a misplaced #endif
10794
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010795Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10796
10797 * parser.c valid.c: found and fixed a couple of allocation bugs
10798
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010799Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10800
10801 * doc/xml.html doc/python.html doc/*: added a Python and binding
10802 page describing the current state of the Python bindings and
10803 giving pointers to the other languages wrappers.
10804
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010805Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10806
10807 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10808 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10809 rebuilt the API and web site
10810 * xpath.c: fixed #71978 portability bugs
10811
Daniel Veillard8aff2472002-02-19 21:50:43 +000010812Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10815
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010816Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * include/libxml/parserInternals.h parser.c: had to change
10819 2 internal parsing API when processing document content
10820 to check the start and end of element content are defined
10821 in the same entity
10822 * valid.c include/libxml/valid.h: attribute normalization can
10823 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10824 with the context to report it.
10825 * SAX.c: fixed the last known bugs, crazy validation constraints
10826 when a document is standalone seems correctly handled. There
10827 is a couple of open issues left which need consideration especially
10828 PE93 on external unparsed entities and standalone status.
10829 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10830 The 2 tests left failing are actually in error. Cleanup done.
10831
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010832Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10833
10834 * valid.c: implemented E59 spaces in CDATA does not match the
10835 nonterminal S
10836
Daniel Veillard878eab02002-02-19 13:46:09 +000010837Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10838
10839 * SAX.c parser.c valid.c: more validation test fixups
10840 * check-xml-test-suite.py: added duration info for the tests
10841
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010842Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10843
10844 * parser.c valid.c: a couple of errors were reported but not
10845 saved back as such in the parsing context. Down to 1% failure rate
10846 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10847
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010848Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10849
10850 * xmlInternald.c: isExtender was missing a char
10851 * parser.c include/libxml/parser.h: % are acceptable in the
10852 internal subset if within a PUBLIC ID
10853
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010854Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10855
10856 * SAX.c parserInternals.c valid.c: more work on the conformance
10857 suite. Took the step to finally block documents with encoding
10858 errors. It's a fatal error per the spec, people should have fixed
10859 their documents by now.
10860
Daniel Veillard55253e22002-02-18 14:32:39 +000010861Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * check-xml-test-suite.py: fixed the test script after some discussion
10864 on the semantic of TYPE="error"
10865 * Makefile.am: added the script to the distrib
10866
Daniel Veillard28757702002-02-18 11:19:30 +000010867Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * SAX.c entities.c: fixed a couple of conformances issues deep
10870 into the validation code (standalone and undeclared Notations)
10871
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010872Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10873
10874 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10875 stayed there for years !
10876
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010877Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10878
10879 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10880 missing
10881
Daniel Veillardc7612992002-02-17 22:47:37 +000010882Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * check-xml-test-suite.py: improved the behaviour a bit as
10885 well as the logs
10886 * parser.c valid.c SAX.c: fixed a few more bugs
10887 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10888
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010889Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10890
10891 * check-xml-test-suite.py: python script to run regression tests
10892 against the XML Test suite of W3C/OASis
10893 * SAX.c: fixed a validation bug
10894 * parser.c: fixed 3 errors pointed by the test suite
10895 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10896 * python/Makefile.am: fixed a dependendy
10897
Daniel Veillard9f28f302002-02-15 20:48:08 +000010898Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10899
10900 * xmlmemory.c: avoid a warning bug #71594
10901
Daniel Veillard144024e2002-02-13 21:14:46 +000010902Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10905 warning on alpha/Tru64
10906
Daniel Veillarde4301c82002-02-13 13:32:35 +000010907Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * include/libxml/entities.h: fixing a comment
10910 * valid.c: fixing some troubles with validity check on namespaces
10911 * result/VC/NS3 test/VC/NS3: added a specific regression test
10912
Daniel Veillarda6d05382002-02-13 13:07:41 +000010913Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10914
10915 * tree.c: Fixing #71342 serializing '\n' in attribute values
10916 * result/noent/att3 result/att3 test/att3: added a specific
10917 test.
10918
Daniel Veillard797a5652002-02-12 13:46:21 +000010919Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10920
10921 * python/libxml.c: couple of bug fixes
10922
Daniel Veillard01a6d412002-02-11 18:42:20 +000010923Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10924
10925 * python/*.py: removed tabs and used spaces.
10926
Daniel Veillard397ff112002-02-11 18:27:20 +000010927Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10928
10929 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10930 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10931
Daniel Veillard03517542002-02-11 13:54:40 +000010932Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10933
10934 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10935 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10936
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010937Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10938
10939 * include/libxml/encoding.h include/libxml/entities.h
10940 include/libxml/globals.h include/libxml/parser.h
10941 include/libxml/threads.h include/libxml/tree.h
10942 include/libxml/xmlmemory.h: trying to fix the include mess
10943
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010944Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10945
10946 * include/libxml/xmlmemory.h: reverted part of the previous
10947 attempt to provide #69655, this was breaking the build.
10948
Daniel Veillard0ba59232002-02-10 13:20:39 +000010949Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10950
10951 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10952 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10953 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10954 include/libxml/parserInternals.h include/libxml/tree.h
10955 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10956 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10957 clean.
10958 * python/libxml.c: fixed a warning.
10959
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010960Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10961
10962 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10963 copying of node, merge back IDs in the target document.
10964 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10965 test/XInclude/ents/ids.xml: test case
10966 * result/VC/ElementValid4: output changed due to a typo fix
10967
Daniel Veillard1c18e302002-02-09 22:16:40 +000010968Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010971 generate the dependencies right as Jacob found out. Add
10972 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010973
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010974Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10975
10976 * parserInternals.c valid.c: Justin Fletcher found some parts
10977 of the code needing cleanup
10978 * libxml.spec.in python/Makefile.am python/generator.py
10979 python/libxml.c python/libxml.py: Fixed the python Makefiles
10980 corrected a bug showing up on ia64, changed the name of the
10981 python internal module too
10982
Daniel Veillard07be19b2002-02-08 14:20:35 +000010983Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10984
10985 * Makefile.am: applied patch from Andris Pavenis for binary
10986 name suffixes
10987
Daniel Veillardf216d462002-02-08 13:44:24 +000010988Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * xmllint.c win32/win32config.h: fixing #68748
10991
Daniel Veillardd455d792002-02-08 13:37:46 +000010992Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10993
10994 * valid.c: fixing #70166
10995
10996Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10997
10998 * valid.c: fixing #70077
10999
Daniel Veillardc575b992002-02-08 13:28:40 +000011000Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * Copyright Makefile.am README configure.in libxml.spec.in:
11003 Changed to the MIT Licence
11004 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11005 doc/xmlio.html: updated the doc accordingly
11006 * include/libxml/xmlwin32version.h configure.in: preparing
11007 2.4.14 release
11008 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11009 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11010 fixed the const xmlChar * wrapper and generator, XPath extension
11011 functions now use the context as first argument
11012 * python/tests/tstxpath.py python/tests/xpath.py
11013 python/tests/xpathext.py: Updated the tests accordingly
11014 * tree.c: fixed bug #70067
11015
Daniel Veillard7db38712002-02-07 16:39:11 +000011016Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * Makefile.am: cleanup
11019 * debugXML.c: always use stdout if output is NULL
11020 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11021 * python/Makefile.am python/generator.py python/libxml2class.txt
11022 python/libxml_wrap.h python/types.c: augmented the number of bindings
11023 handling FILE * and XPath contexts
11024 * python/tests/Makefile.am: avoid a stupid problem due to the
11025 use of TEST.
11026
Daniel Veillard15a143b2002-02-06 22:40:50 +000011027Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11028
11029 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11030
Daniel Veillard70cab352002-02-06 16:06:58 +000011031Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * python/TODO python/libxml.c: cleanup the extension function lookup
11034 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11035
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011036Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11037
11038 * configure.in python/Makefile.am: do not install outside
11039 of prefix
11040
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011041Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * python/TODO python/libxml.c: started adding SAX interfaces
11044 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11045 SAX test
11046
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011047Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11048
11049 * tree.c: hardened the addChild function
11050 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11051 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11052 added accessors needed for xmlNode, a bit more testing and
11053 extension of interfaces
11054 * python/tests/Makefile.am python/tests/build.py: added a test
11055 build from scratch/save/load/check
11056
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011057Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11058
11059 * parserInternals.c: change a small bit in the way valididy
11060 error messages get initialized
11061 * python/TODO python/libxml.c python/libxml2-python-api.xml
11062 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11063 added some memory debugging to track leaks at the libxml2 level
11064 * python/tests/*.py: changed all tests to check for leaks,
11065 there is just one left in XPath extension registrations.
11066
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011067Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * python/TODO python/generator.py python/libxml2-python-api.xml
11070 python/libxml2class.txt: more accessor classes for the parser
11071 context, allow to switch on and check validity
11072 * python/tests/Makefile.am python/tests/error.py
11073 python/tests/invalid.xml python/tests/valid.xml
11074 python/tests/validate.py: attded more test and and added error.py
11075 which I forgot to commit in the last step
11076
Daniel Veillard3ce52572002-02-03 15:08:05 +000011077Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11078
11079 * python/Makefile.am python/types.c: cleanup
11080 * python/libxml.c python/libxml.py python/libxml_wrap.h
11081 python/generator.py python/libxml2-python-api.xml
11082 python/libxml2class.txt: added class for parser context, added
11083 first cut for push mode support. Added a framework to generate
11084 accessors functions.
11085 * python/tests/Makefile.am python/tests/push.py: added a push
11086 test
11087
Daniel Veillardcfb05462002-02-02 23:18:22 +000011088Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11089
11090 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11091 bug a bit of cleanup.
11092
Daniel Veillard5d819032002-02-02 21:49:17 +000011093Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11094
11095 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11096 python/libxml2class.txt: adding error redirections and preformat
11097 to a python handler
11098 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11099 tests self checking
11100
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011101Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11104 a function
11105
Daniel Veillard9589d452002-02-02 10:28:17 +000011106Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11109 python/libxml.c python/libxml2-python-api.xml
11110 python/libxml2class.txt: Progressing through the TODOs, class
11111 description output, extra XML API, RPM now builds the wrappers
11112 for all python installed versions
11113
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011114Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * configure.in libxml.spec.in python/Makefile.am python/TODO
11117 python/generator.py python/libxml2class.txt: added more informations
11118 in the libxml2-python package including docs. Slightly changed
11119 the class hierarchy
11120 * python/tests/*: added basic regression tests infrastructure too
11121
11122Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11123
11124 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11125 added libxml2-python as part of the packages installed
11126
Daniel Veillarda7340c82002-02-01 17:56:45 +000011127Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11128
11129 * python/Makefile.am python/generator.py python/libxml.c
11130 python/libxml.py: more work, now able to extend the
11131 XPath interpreter with functions written in python.
11132
Daniel Veillardc3e39442002-02-01 09:29:41 +000011133Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11134
11135 * python/Makefile.am: Jacob sent a patch to allow building from
11136 tarfile.
11137
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011138Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11139
11140 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11141 inserted the python wrappers build, I hope this won't be too
11142 unportable
11143
Daniel Veillard1971ee22002-01-31 20:29:19 +000011144Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * xpath.c: minor optimization
11147 * python/generator.py python/libxml.c python/libxml.py
11148 python/libxml_wrap.h: more work on the python bindings,
11149 they now support XPath and there is no evident leak
11150
Daniel Veillard36ed5292002-01-30 23:49:06 +000011151Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11152
11153 * python/generator.py python/libxml.c python/libxml.py:
11154 more work on the python bindings generator.
11155
Daniel Veillard96fe0952002-01-30 20:52:23 +000011156Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * python/generator.py python/libxml.c python/libxml_wrap.h:
11159 more work on the python bindings.
11160
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011161Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11162
11163 * python/generator.py python/libxml.c python/libxml.py
11164 python/libxml_wrap.h: commited early version of a python binding
11165 for private use only ATM
11166
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011167Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11168
11169 * entities.c tree.c include/libxml/entities.h: applied patch
11170 from Anthony Jones to implement copy of DTD subtree too. Had
11171 just to keep 2 function private which really ought to become
11172 public ones.
11173
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011174Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11175
11176 * xmllint.c: added pointers to the web pages in the usage()
11177
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011178Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * tree.c: more fixes from Petr Kozelka for attribute handling
11181 in the tree API to align the semantic with DOM.
11182
Daniel Veillard36065812002-01-24 15:02:46 +000011183Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11184
11185 * valid.c tree.c entities.c: another set of patches from
11186 Anthony Jones for copy operations cleanup and robustness
11187
Daniel Veillardf8592562002-01-23 17:58:17 +000011188Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11189
11190 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11191 an alphabetic index based on comments content
11192 * doc/*: rebuilt the web site with the new references
11193
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011194Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11195
11196 * parserInternals.h: Greg Sjaardema suggested to use an
11197 eponential buffer groth policy in xmlParserAddNodeInfo()
11198
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011199Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11200
11201 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11202 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11203 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11204 to generate cross-references, and added/updated the stylesheets
11205 to generate and link API indexes. The generic keyword index
11206 is not done yet.
11207 * doc/*.html: regenerated all the usual docs too
11208
Daniel Veillard2070c482002-01-22 22:12:19 +000011209Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * debugXML.c: added an xpath function to the shell for T. V. Raman
11212
11213Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011214
11215 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11216 debug routines.
11217
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011218Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11219
11220 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11221 support of attribute nodes
11222
Daniel Veillard9d06d302002-01-22 18:15:52 +000011223Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11226 hopefully near complete and fully documented of the API in XML
11227 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11228 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11229 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11230 include/libxml/parserInternals.h include/libxml/valid.hi
11231 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11232 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11233 include/libxml/xpath.h include/libxml/xpathInternals.h:
11234 Cleaned up the doc comments a lot in the process, the interface
11235 coverage is now 100%
11236
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011237Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11238
11239 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11240 extracts comments from the gtk-doc DocBook output (a bit
11241 convoluted but seems to work).
11242
Daniel Veillard61006472002-01-21 17:31:47 +000011243Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11244
11245 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11246 added an XML description of the API, moved the script generating
11247 it here. Added a "make api" target
11248
Daniel Veillardd2f23002002-01-21 13:36:00 +000011249Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11250
11251 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11252
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011253Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11254
11255 * xpath.c include/libxml/xpathInternals.h: the change made to
11256 xmlXPathFuncLookupFunc was incompatible roll it back
11257
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011258Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11259
11260 * SAX.c: cleanup patch from Anthony Jones
11261 * doc/Makefile.am: fix the headers to avoid in make scan
11262 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11263 includes, * vs Ptr and general cleanup
11264 * parsedecl.py: first version of a script to extract the
11265 module interfaces, the goal will be to provide .decl or XML
11266 specification of the interfaces to build wrappers.
11267
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011268Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11269
11270 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11271 now provides return codes in case of errors
11272
Bjorn Reese026d29f2002-01-19 15:40:18 +000011273Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11274
11275 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11276 Upgraded to trio baseline 1.6
11277 * strio.h strio.c: Replaced by triostr.h and triostr.c
11278
Daniel Veillard572577e2002-01-18 16:23:55 +000011279Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11280
11281 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11282 of strdup usage in the code
11283
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011284Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11285
11286 * parser.c error.c: Keith Isdale complained rightly that
11287 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11288
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011289Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11290
11291 * tree.c: fixed the funxtion to set the xml: attributes
11292 * debugXML.c: added "setbase" to test it.
11293
Daniel Veillard2c748c62002-01-16 15:37:50 +000011294Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11295
11296 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11297 to allow updating an attribute content
11298
Daniel Veillard8de85c62002-01-15 17:10:15 +000011299Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * libxml.h: try to avoid problems when compiling on Windows
11302
Daniel Veillard314cfa02002-01-14 17:58:01 +000011303Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11304
11305 * hash.c: patch from Anthony Jones for hash.c allocation size
11306 * Makefile.am: trying to work around Yet Another Libtool Madness
11307 and build the 2.4.13 release finally ...
11308
Daniel Veillard744683d2002-01-14 17:30:20 +000011309Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11310
11311 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11312 * doc/* : update of the documentation
11313
Daniel Veillarde6a55192002-01-14 17:11:53 +000011314Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11317 at fixing #61290 :-(
11318
Daniel Veillardfb25a512002-01-13 20:32:08 +000011319Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11320
11321 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11322 Fixes bug #67229
11323
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011324Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11325
11326 * tree.c: trying to avoid troubles when a subtree is copied
11327 and coalesced in part with the target tree. Should fix
11328 bug #67407
11329
Daniel Veillardd8224e02002-01-13 15:43:22 +000011330Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11331
11332 * valid.c: fixed validation of attributes content of type
11333 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11334 values, very old bug. Fixes #67671
11335
Daniel Veillard8107a222002-01-13 14:10:10 +000011336Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11337
11338 * parser.c include/libxml/parserInternals.h tree.c: integrated
11339 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11340 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11341
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011342Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11343
11344 * threads.c: applied Serguei Narojnyi's patch to add native
11345 thread support on the Win32 platform
11346 * testThreadsWin32.c Makefile.am: added the test program also
11347 from Serguei, Win32 specific
11348 * include/win32config.h include/libxml/xmlwin32version.h.in:
11349 added patch from Igor for the Windows thread specific defines.
11350
Daniel Veillard845cce42002-01-09 11:51:37 +000011351Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11352
11353 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11354
Daniel Veillard7b602b42002-01-08 13:26:00 +000011355Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11356
11357 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11358 output page into XMLinfo.html. Close bug #66951 and
11359 raised by Robert Collins too.
11360
Daniel Veillard73c6e532002-01-08 13:15:33 +000011361Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11362
11363 * encoding.c: Paul Keogh pointed out a possibility of segfault
11364 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11365 Closes bug # 68238
11366
Daniel Veillard4a859202002-01-08 11:49:22 +000011367Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * doc/*.html: updated the Gdome2 links
11370
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011371Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * libxml.h: Applied following patches from Robert Collins
11374 and make sure IN_LIBXML is defined when compiling it
11375 -------
11376 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11377 as well as Visual C.
11378 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11379 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11380 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11381 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11382 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11383 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11384 xmlSysIDExists xmlNoNetExists).
11385 * xmllint.c: Don't include winsock2.h for Cygwin.
11386
Daniel Veillard401c2112002-01-07 16:54:10 +000011387Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11388
11389 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11390 when the version info is not present.
11391
Daniel Veillard6f42c132002-01-06 23:05:13 +000011392Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11393
11394 * tree.c: Anthony Jones pointed out a problem in
11395 xmlStringGetNodeList() and provided a fix for it
11396
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011397Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11398
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011399 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011400 xmlCreatePushParserCtxt() when the initial buffer passed
11401 is large.
11402
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011403Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11404
11405 * win32/*: big cleanup of the Windows/MSVC project files
11406 from Igor Zlatkovic
11407
Daniel Veillardcebb1362002-01-02 13:13:30 +000011408Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11409
11410 * doc/Makefile.am: should fix #67674 and avoid troubles if
11411 xsltproc is not available or fails in the prefix provided
11412
Daniel Veillard26908ab2002-01-01 16:50:03 +000011413Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11414
11415 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11416
Daniel Veillard5344c602001-12-31 16:37:34 +000011417Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11418
11419 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11420 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11421 Fixed a few other problems raised by Charlie Bozeman.
11422 * result/VC/ElementValid[5-7]: fixed the output
11423
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011424Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11425
11426 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11427 patches from Charlie Bozeman. Regenerated the HTML docs.
11428
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011429Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11430
11431 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11432 for Windows from Igor
11433
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011434Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11435
11436 * xmllint.c: applied Justin Fletcher patch for --output or -o
11437
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011438Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11439
11440 * win32/libxml2/libxml2.def.src: close #67019
11441
Daniel Veillard01db67c2001-12-18 07:09:59 +000011442Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11443
11444 * xmllint.c: applied Justin Fletcher generic timing patch
11445 similar to the one already applied to xsltproc.
11446
Daniel Veillardd1640922001-12-17 15:30:10 +000011447Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11448
11449 * include/libxml/tree.h tree.c: applied documentation patches
11450 from Charlie Bozeman
11451
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011452Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11453
11454 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11455
Daniel Veillard29e43992001-12-13 22:21:58 +000011456Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11457
11458 * valid.c: fix the xmlStrdup() used in the previous patch.
11459 * valid.c: added --dropdtd
11460 * tree.c: fixed xmlUnlinkNode so it also removes the references
11461 from the document if the node is a DTD
11462
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011463Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11464
11465 * HTMLtree.c valid.c: cleanup some static declarations
11466
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011467Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11468
11469 * xmllint.c: removed another strdup()
11470 * doc/FAQ: removed the HP/UX entry
11471
Daniel Veillarded472f32001-12-13 08:48:14 +000011472Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11473
11474 * valid.c: fix bug #66816 when validating.
11475 * xmllint.c: don't use sys/time.h if configure did not found it
11476
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011477Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11478
11479 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11480 xmlcatalog_man.xml
11481
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011482Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11483
11484 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11485 xmlInitMemory() was declared twice
11486
Daniel Veillardb82c1662001-12-09 14:00:54 +000011487Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11488
11489 * globals.c: do not reference strdup() !
11490 * configure.in libxml-2.0.pc.in: trying to fix the libs
11491 of the various config extraction modules
11492
Daniel Veillardef90ba72001-12-07 14:24:22 +000011493Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11494
11495 * configure.in : preparing 2.4.12
11496 * doc/* : updated and rebuilt the docs
11497
Daniel Veillard220346d2001-12-07 11:33:54 +000011498Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11499
11500 * uri.c: closed bug #66159
11501 * testURI.c: added --escape option
11502 * configure.in: some cleanup for xml2-config --cflags
11503
Daniel Veillard2a906822001-12-06 14:34:08 +000011504Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11505
11506 * globals.c testThreads.c: removed some misplaced includes
11507 of xmlversion.h
11508
Daniel Veillarde28313b2001-12-06 14:08:31 +000011509Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11510
11511 * threads.c: patch from Gary Pennington fixing a possible
11512 problem at initialization time.
11513
Daniel Veillardd3b08822001-12-05 12:03:33 +000011514Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11515
11516 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011517 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011518 CodeWarrior.
11519
Daniel Veillarda7866932001-12-04 13:14:44 +000011520Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11521
11522 * xmllint.c: applied Geert Kloosterman's patch to fix
11523 --repeat --timing output
11524
Daniel Veillard19840942001-11-29 16:11:38 +000011525Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11526
11527 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11528 where non-wellformed XML declaractions were not detected.
11529
Daniel Veillarde85d9342001-11-28 14:43:12 +000011530Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11533
Daniel Veillard22f25a82001-11-28 09:12:23 +000011534Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11535
11536 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11537 gets reset by xmlCleanupInputCallbacks() and this makes the
11538 function useless. Same for output.
11539
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011540Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11541
11542 * xmlIO.c: robert pointed out a loop error in callback cleanups
11543
Daniel Veillard8faa7832001-11-26 15:58:08 +000011544Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11545
11546 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11547 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11548 they are not really tied to debugging
11549
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011550Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11551
11552 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11553 * xmllint.c: better --catalogs description
11554
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011555Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11556
11557 * tree.c: fixed a couple of problems in xmlSetProp()
11558
Daniel Veillardcd337f02001-11-22 18:20:37 +000011559Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11560
11561 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11562 unappropriate stdout output.
11563
Daniel Veillard566d4df2001-11-22 13:00:53 +000011564Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11567 by Denis Beurive, closes #65111
11568
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011569Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11570
11571 * valid.c: in case of content model validity error, don't
11572 print it if validity warnings were not requested.
11573
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011574Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11575
11576 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11577 * parserInternals.c: removed the last exit() call. Print an
11578 unmaskable error on stderr instead (library mismatch detection)
11579
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011580Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11581
11582 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11583 shell instructions from Heiko Rupp
11584
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011585Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11586
11587 * catalog.c: use the URL notation file:// for default catalog paths
11588
Daniel Veillard0ec98632001-11-14 15:04:32 +000011589Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11590
11591 * include/libxml/tree.h: better comments for _private fields
11592 * tree.c: removed a problem when copying an entity reference.
11593
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011594Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11595
11596 * vms/*: updated instructions and diffs from John A Fotheringham
11597
Daniel Veillarda11001b2001-11-12 22:45:36 +000011598Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11599
11600 * include/libxml/xmlerror.h: avoid an include problem if
11601 #include <libxml/xmlerror.h> happens first in code
11602 seems to be the case in KDE libs
11603
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011604Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11605
11606 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11607 from Igor for Windows
11608
11609Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11610
11611 * Makefile.am: Gary Pennington pointed out a missing prefix
11612
Daniel Veillard43d3f612001-11-10 11:57:23 +000011613Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11614
11615 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11616 * doc/*: upgraded and rebuilt the docs
11617
Daniel Veillardc1f78342001-11-10 11:43:05 +000011618Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11619
11620 * HTMLparser.c: fix comment in scripts element parsing.
11621 * result/HTML/doc3*: updated the results.
11622
11623Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11624
11625 * uri.c: another URI bug fix #63336, using Joel Young patch.
11626
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011627Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11628
11629 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11630 a cleaned up version of the Pwd shell string generation.
11631
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011632Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11633
11634 * valid.c include/libxml/tree.h: trying to fix namespaces +
11635 validation problems for good, closing #63619 in the process
11636 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11637 wrong in this respect, fixed it.
11638
Daniel Veillardd536f702001-11-08 17:32:47 +000011639Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11640
11641 * xmllint.c: Morus Walter patch to allow --format and --encode
11642
Daniel Veillard5004f422001-11-08 13:53:05 +000011643Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11644
11645 * debugXML.c: Stefan Kost provided an help command for the shell
11646
Daniel Veillarda6825e82001-11-07 13:33:59 +000011647Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11648
11649 * debugXML.c: Heiko Rupp pointed that the shell would crash
11650 on empty nodesets returns.
11651
Daniel Veillard03f848d2001-11-07 12:53:46 +000011652Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11653
11654 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11655 migh need the history libraries
11656
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011657Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11658
11659 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11660 handle the case of < in quoted attributes, Bastian Kleineidam
11661
Daniel Veillardc853b322001-11-06 15:24:37 +000011662Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11663
11664 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11665 fixing catalog breakages
11666 * Makefile.am catalog.c result/catalogs/catal
11667 result/catalogs/mycatalog.* test/catalogs/catal*:
11668 fixed more problems in catalog support, added more regression tests
11669 for both XML and SGML catalog handling
11670
Daniel Veillard66870c72001-11-05 19:27:49 +000011671Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11672
11673 * debugXML.c: applied an improvement to xmlGetLineNo() from
11674 Keith Isdale
11675
Daniel Veillardffe09c92001-11-05 14:21:47 +000011676Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11677
11678 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11679 Side effect of the progressive catalog loading
11680
Daniel Veillardad661b92001-11-05 11:43:15 +000011681Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11682
11683 * Makefile.am: confexecdir and confexec_DATA were defined twice
11684 pointed out by Karl Eichwalder
11685
Daniel Veillard6eb17722001-11-04 22:19:27 +000011686Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11687
11688 * xmlcatalog.c: avoid unlink() and use remove() instead.
11689
Daniel Veillardea898282001-11-04 22:13:45 +000011690Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11691
11692 * libxml.spec.in: cleanup
11693 * include/libxml/xmlwin32version.h: updated with 2.4.8
11694
Daniel Veillarda4617b82001-11-04 20:19:12 +000011695Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11696
11697 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11698 of compiling libxml with a non standard set of options
11699
John Fleck027edfb2001-11-04 20:13:58 +000011700Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11701
11702 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11703 document --sgml option, fixing gnome bugzilla #63382
11704
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011705Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11706
11707 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11708 breakage of 2.4.7, added a couple of really needed APIs
11709 like xmlCatalogIsEmpty() and xmlNewCatalog()
11710 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11711 for install-catalog
11712 * configure.in: preparing 2.4.8
11713
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011714Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11715
11716 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11717 include/libxml/tree.h include/libxml/xmlIO.h: more include
11718 cleanups, export cleanly one html output + format function.
11719
11720Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * parser.c: removed initGenericErrorDefaultFunc call from
11723 xmlInitParser() since it could destroy previous calls to
11724 xsltSetGenericErrorFunc() effects
11725
Daniel Veillardebd38c52001-11-01 08:38:12 +000011726Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11727
11728 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11729 keyword.
11730
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011731Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11732
11733 * Makefile.am: cleanup
11734 * threads.c: cleanup too
11735 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11736 from xsltproc
11737 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011738 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011739
Daniel Veillard91c00402001-10-30 17:41:38 +000011740Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11741
11742 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11743 was not used anymore !
11744
Daniel Veillard52dcab32001-10-30 12:51:17 +000011745Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11746
11747 * configure.in: preparing 2.4.7
11748 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11749 manual page from John
11750 * doc/*: updated the doc and rebuilt the generated pages
11751
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011752Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11753
11754 * xmlIO.c: closing bug #62711, the library should never
11755 close stdin or stdout.
11756
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011757Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11758
11759 * uri.c: second pass at fixing #63336, using Joel Young
11760 final patch. looks okay.
11761
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011762Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11763
11764 * uri.c include/libxml/uri.h: trying to clear #63336
11765 allowing the escaping routine to parse unconformant
11766 URI-References.
11767
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011768Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * vms/readme.vms vms/build_libxml.com nanoftp.c
11771 include/libxml/xmlversion.h.in: a few VMS updates from
11772 John A Fotheringham
11773 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11774 and xmlCleanupOutputCallbacks() for the Perl binding people.
11775
Daniel Veillard635ef722001-10-29 11:48:19 +000011776Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11777
11778 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11779 apply fixes to close #63271 and avoid segfaults when
11780 the error routine gets callbed before xmlInitParser()
11781 get called.
11782 * nanoftp.c error.c: Applied patches from Justin Fletcher
11783 correcting some xmlGenericError misuses.
11784
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011785Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11786
11787 *doc/xmllint.xml, doc/xmllint.1
11788 New and improved man page for xmllint - .xml is the original, .1
11789 is the generated man page
11790
Daniel Veillardc9484202001-10-24 12:35:52 +000011791Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11794 the web site from the main HTML document.
11795
Daniel Veillard5151c062001-10-23 13:10:19 +000011796Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11797
11798 * parser.c: fixed an erroneous validation bug when PE refs
11799 occurs in external parsed entities referenced from the
11800 internals subset
11801 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11802 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11803 added the associated testcase, it's a nice one.
11804 * HTMLparser.c: generate the DTD node as HTML still ...
11805 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11806
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011807Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11808
11809 * HTMLparser.c: fixed a bug in htmlNewDoc()
11810
Daniel Veillard89cad532001-10-22 09:46:13 +000011811Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * test/threads/*: added entities testing to the Thread test
11814 * testThreads.c: make the test reasonable
11815 * DOCBparser.c: fix the DTD public and system ID
11816 * xmllint.c: added --sgml for SGML DocBook importing
11817 * Makefile.am: added Docbtests target
11818
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011819Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11822 * testThreads.c: removed bogus include
11823
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011824Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11825
11826 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11827 fixed a very serious (looping) validation bug
11828
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011829Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11830
11831 * include/libxml/globals.h include/libxml/threads.h threads.c
11832 testThreads.c: far more testing, cleaning up bugs
11833 * *.c : make sure globals.h is always included.
11834
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011835Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11836
11837 * HTMLparser.c: try to get rid of parser loops for good.
11838
Daniel Veillardab7488e2001-10-17 11:30:37 +000011839Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11840
11841 * configure.in: fixed some bugs in CFLAGS passing.
11842 * test/threads Makefile.am testThreads.c: added a specific
11843 threaded test case (really nasty, guaranteed).
11844
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011845Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11846
11847 * catalog.c: serious cleanup on the management of the
11848 XML catalog tree, more tests done, especially with
11849 the catalog PI.
11850
Daniel Veillard364789a2001-10-16 12:45:00 +000011851Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11852
11853 * catalog.c: avoid a problem in catalog cleanup on SMP if
11854 catalogs were not initialized.
11855
Daniel Veillard81463942001-10-16 12:34:39 +000011856Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11857
11858 * catalog.c xpath.c: trying to cleanup the not thread safe
11859 parts of the library.
11860
Daniel Veillard64a411c2001-10-15 12:32:07 +000011861Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11862
11863 * include/libxml/globals.h configure.in global.data: make
11864 the allocation be per-thread a configure option
11865 * encoding.c include/libxml/parser.h: fixed compilation
11866 errors
11867
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011868Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11869
11870 * include/libxml/parser.h: Norm reported that a few lines
11871 added were breaking libxslt compile, removed them for now
11872
Daniel Veillard6f350292001-10-14 09:56:15 +000011873Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11874
11875 * parser.c parserInternals.c threads.c: debugged and fixed
11876 initialization problems which were giving troubles on SMP
11877 boxes.
11878
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011879Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11880
11881 * include/libxml/Makefile.am: missing globals.h
11882
Daniel Veillarde7090612001-10-13 12:18:28 +000011883Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011884
Daniel Veillarde7090612001-10-13 12:18:28 +000011885 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011886
Daniel Veillardd0463562001-10-13 09:15:48 +000011887Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11890 include/libxml/parserInternals.h include/libxml/tree.h
11891 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11892 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11893 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11894 Applied the last patches from Gary, cleanup, activated threading
11895 all user accessible global variables are now handled in globals.[ch]
11896 Still a bit rought but make tests passes with either
11897 --with-threads defined at configure time or not.
11898 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11899 linking options
11900
Daniel Veillardb8478642001-10-12 17:29:10 +000011901Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11902
11903 * Makefile.am include/libxml/Makefile.am
11904 include/libxml/globals.h globals.c include/libxml/threads.h
11905 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11906 configure.in: started integrating the core of the thread support
11907 not activated yet but half integrated. The code should still
11908 compile and work anyway.
11909
Daniel Veillardb44025c2001-10-11 22:55:55 +000011910Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11911
11912 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11913 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11914 integrating the non-controversial parts of Gary Pennington
11915 multithread patches
11916 * catalog.c: corrected a small bug introduced
11917
Daniel Veillard75b96822001-10-11 18:59:45 +000011918Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * catalog.c include/libxml/catalog.h: very serious cleanup,
11921 isolating unportable code and as much as possible the accesses
11922 to the global shared catalog. May need more testing !
11923
Daniel Veillard78d12092001-10-11 09:12:24 +000011924Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11925
11926 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11927 Keith Isdale patches for the XSLT debugger interfaces. Some
11928 cleanup
11929
Daniel Veillardff0b7312001-10-11 06:46:09 +000011930Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11931
11932 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11933 * DOCBparser.c: generate line nubers in elements
11934
Daniel Veillard60087f32001-10-10 09:45:09 +000011935Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11936
11937 * configure.in: preparing 2.4.6 release
11938 * doc/xml.html doc/html/*: updated and rebuilt the docs
11939 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11940
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011941Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11942
11943 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11944 adding documentation for DV's supercatalog support
11945
Daniel Veillard82d75332001-10-08 15:01:59 +000011946Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11947
11948 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11949 super catalog support adding one API and one flag --sgml to
11950 xmlcatalog
11951
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011952Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11953
11954 * doc/xmlcatalog_man.xml, xmlcatalog.1
11955 One more crack at
11956 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11957
11958
Thomas Broyer47334c02001-10-07 16:41:52 +000011959Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11960
11961 * xpath.c: implemented xmlXPathObjectCopy for external objects
11962 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11963
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011964Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11965
11966 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11967 finishing up fix to
11968 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11969 the xmlcatalog man page display more elegantly
11970
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011971Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11972
11973 * configure.in: closing bug #61832
11974 * HTMLparser.c: removed a warning
11975
Daniel Veillard6ab38382001-10-06 13:08:27 +000011976Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11977
11978 * xpath.c: fixing #61673 part I, do not loose doc information
11979 when copying result value trees.
11980
Daniel Veillard556c6682001-10-06 09:59:51 +000011981Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11982
11983 * xpath.c: trying to harden the XPath interpreter
11984
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011985Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11986
11987 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11988 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11989
William M. Brack1633d182001-10-05 15:41:19 +000011990Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11991
11992 * HTMLparser: repaired another loop problem
11993
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011994Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11995
11996 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11997 parsing.
11998 * xpath.c: fix bug #61291 the default XML namespace node is
11999 missing from the namespace axis.
12000 * tree.c: refuse to create namespaces nodes with prefix "xml"
12001
Daniel Veillard651f9472001-10-04 14:51:06 +000012002Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12003
12004 * SAX.c: ouch a non-defined namespace could lead to a crash,
12005 fixed #61215
12006
Daniel Veillard7dd05702001-10-04 14:25:12 +000012007Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12008
12009 * parserInternals.c: closed bug #61054
12010
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012011Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12012
12013 * include/libxml/Makefile.am: closing #60708
12014
Daniel Veillarda293c322001-10-02 13:54:14 +000012015Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12016
12017 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12018 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12019
Daniel Veillardf4309d72001-10-02 09:28:58 +000012020Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12021
12022 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12023
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012024Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12025
12026 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12027 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12028
Daniel Veillard16756b62001-10-01 07:36:25 +000012029Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12030
12031 * catalog.c: Justin Fletcher provided cleaup code in case
12032 HAVE_STAT is not defined
12033 * include/win32config.h: Igor Zlatkovic suggested to have
12034 HAVE_STAT defined there
12035
William M. Brack5e1cac12001-09-28 16:19:18 +000012036Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12037
12038 * catalog.c - fixed typing error reported by M. Barros
12039
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012040Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12041
12042 * xmllint.c - fixing typo
12043
William M. Brackd28e48a2001-09-23 01:55:08 +000012044Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12045
12046 * HTMLparser.c: small enhancement to prevent loop on
12047 unrecognizable data
12048
Daniel Veillardb1d62872001-09-21 09:47:08 +000012049Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * parserInternals.c: applying patch from bug #60757 this
12052 should close it
12053
Daniel Veillardc0631a62001-09-20 13:56:06 +000012054Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12055
12056 * catalog.c xmlcatalog.c: removed a couple of warning
12057 * xpath.c: try to solve the linking problem on platforms
12058 needing trio to compile
12059
Daniel Veillard1a123612001-09-19 08:06:23 +000012060Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012061
Daniel Veillard1a123612001-09-19 08:06:23 +000012062 * Makefile.am libxml.spec.in: backing up non-documented changes
12063 commited without review or aproval by Jens Finke <jens@gnome.org>
12064 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012065
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012066Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12067
12068 * configure.in: Joe Orton provided a patch fixing a problem
12069 when iconv is specified to be in a non-standard directory
12070 but wasn't exported in xml2-config --cflags
12071
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012072Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12073
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012074 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012075 troubles with 2.4.4 errors.
12076
Daniel Veillard16698282001-09-14 10:29:27 +000012077Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12078
12079 * encoding.c entities.c: do not output hexadecimal charrefs
12080 when serializing HTML since some version of Netscape can't
12081 grok it, generate decimal ones.
12082 * result/HTML/doc3.htm: output changed due to previous test
12083 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12084
Daniel Veillard98fed372001-09-13 11:34:58 +000012085Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12086
12087 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12088 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12089
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012090Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012091 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012092
12093 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12094 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12095 updated the configuration scripts systems accordingly
12096
Daniel Veillard04382ae2001-09-12 18:51:30 +000012097Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12098
12099 * configure.in: preparing for 2.4.4
12100 * doc/xml.html doc/html/*: updated and rebuilt the docs
12101
Daniel Veillardd63437e2001-09-12 15:00:27 +000012102Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12103
12104 * win32/dsp/libxml2.def.src: tried to incorporate comments
12105 from bug #59220
12106
Daniel Veillard319a7422001-09-11 09:27:09 +000012107Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12108
12109 * parser.c result/noent/wml.xml: fixed bug #59981 related
12110 to handling of '&' in attributes when entities are substitued
12111
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012112Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * libxml.h include/libxml/xmlversion.h.in
12115 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12116 Tried to close bug #60131
12117
Daniel Veillardbce62332001-09-10 18:46:55 +000012118Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12119
12120 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12121
Daniel Veillard143b04f2001-09-10 18:14:14 +000012122Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12123
12124 * SAX.c: fixing bug #59946 on xmlns=""
12125
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012126Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12127
12128 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12129 but allocates a new error code.
12130
Daniel Veillard05c13a22001-09-09 08:38:09 +000012131Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12132
12133 * xmllint.c: John Fleck fixed typos in the options output
12134 * parser.c SAX.c: fix ignorable white space SAX selection
12135
12136Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12137
12138 * entities.c: Steve Underwood found the possibility of an
12139 ininite loop in case of error.
12140
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012141Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12144
Daniel Veillarda050d232001-09-05 15:51:05 +000012145Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12146
12147 * parser.c: warn if version is not 1.0 but it's not
12148 strictly speaking an error after analyzing the spec
12149
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012150Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12151
12152 *doc/catalog.html - add link to the html version of the
12153 man page, other linguistic cleanups
12154
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012155Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12156
12157 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12158 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12159 file, has not yet been included in the build.
12160
Daniel Veillard99784ff2001-09-01 16:20:28 +000012161Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12162
12163 * catalog.c: removed a duplicate affectation Justin Fletcher
12164
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012165Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12166
12167 * tree.c: Armin Sander pointed a possible text coalescing
12168 problem, completed his patch.
12169
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012170Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12171
12172 * trionan.c: Fixed const and volatile re-definition problem
12173
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012174Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12175
12176 * libxml.4 parser.c: doc updates from Heiko Rupp
12177 * parserInternals.c: 2 sanity checks from Heiko Rupp
12178
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012179Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12180
12181 * tree.c: applied patch from Armin Sander to make some pointers
12182 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012183 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012184
Daniel Veillardb06c6142001-08-27 14:26:30 +000012185Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12186
12187 * xpath.c: hum, restrict the integer usage gcc bug workaround
12188 to only gcc compilers so that other architecture don't get
12189 penalized by this limitation.
12190 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12191
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012192Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12193
12194 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12195 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12196
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012197Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12198
12199 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12200 --convert option to xmlcatalog to convert SGML ones to
12201 the XML syntax.
12202 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12203
12204 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012205Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12206
12207 * catalog.c xmlIO.c: started some serious testing and fixed
12208 a few bug and optmization needs.
12209
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012210Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12211
12212 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12213 preparing for a 2.4.3 release even if it may not be ready yet
12214 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12215 all file parsing lookup to go through the entity resolver, add
12216 to add an API to bypass it (needed to load catalogs themselves),
12217 some cleanup on the catalog code too.
12218 * nanoftp.c: small cleanup
12219 * doc/catalog.html: small update
12220
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012221Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12222
12223 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12224 Jun Kuriyama
12225
Daniel Veillardffb120d2001-08-23 00:52:23 +000012226Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12227
12228 * doc/catalog.html: finished the catalog documentation
12229
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012230Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12231
12232 * doc/catalog.html doc/xml.html: added documentation about
12233 Catalog support, misses an API description
12234 * doc/html/*: reextracted the API pages
12235
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012236Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12237
12238 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12239 Added the part about section 7.2 on URI resolution,
12240 fixed a side effect in the HTML parser, look complete
12241 and ready to rock except the URI/SystemID part!
12242
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012243Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12244
12245 * include/libxml/catalog.h include/libxml/parser.h
12246 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12247 xmlIO.c: added support and APIs needed for the catalog PI
12248 * include/libxml/xmlIO.h: cleanup
12249
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012250Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12251
12252 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12253 include/libxml/catalog.h: starts to look okay, really
12254 plugged the new framework, cleaned a lot of stuff,
12255 added some APIs, except the PI's support missing this
12256 should be mostly complete
12257 * result/catalogs/* test/catalogs/*: added new test, enriched
12258 the existing one with URN ID tests
12259
Daniel Veillard64339542001-08-21 12:57:59 +000012260Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12261
12262 * catalog.c: fixed nextCatalog
12263 * result/catalogs/docbook test/catalogs/*: started adding
12264 a small regression test
12265
Daniel Veillardcda96922001-08-21 10:56:31 +000012266Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12269 more work on the XML catalog support.
12270 * parser.c include/libxml/parser.h: small cleanup seems using
12271 list as a public parameter name can give portability troubles
12272 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12273 include/libxml/xpath.h include/libxml/Makefile.am: removed
12274 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12275 wrappers
12276
Bjorn Reese45029602001-08-21 09:23:53 +000012277Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12278
12279 * Makefile.am trio.c triodef.h trionan.c xpath.c
12280 include/libxml/Makefile.am include/libxml/trionan.h:
12281 Re-worked Not-A-Number and Infinity support.
12282 * xmlcatalog.c: added readline include files
12283
Daniel Veillard344cee72001-08-20 00:08:40 +000012284Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12285
12286 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12287 testCatalog as xmlcatalog, making it an installed app
12288 adding a shell, and preparing it to be a /etc/xml/catalog
12289 management tool, though not ready yet
12290 * catalog.c include/libxml/catalog.h: adding support for
12291 XML Catalogs http://www.oasis-open.org/committees/entity/
12292 not finished, there is some interesting tradeoffs and a
12293 few open questions left.
12294
Daniel Veillardb7664f42001-08-19 13:00:43 +000012295Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12296
12297 * xmllint.c: fixed a line formatting problem
12298
Daniel Veillard5015b712001-08-17 09:37:52 +000012299Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12300
12301 * SAX.c: removed a couple of unused variable (Albert Chin)
12302
Daniel Veillardbb371292001-08-16 23:26:59 +000012303Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12304
12305 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12306 trying to fix some troubles w.r.t. function returning
12307 const xxxPtr.
12308
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012309Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12310
12311 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12312 defined
12313
Daniel Veillardae6db172001-08-16 19:32:00 +000012314Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12315
12316 * xpointer.c: removed unused var
12317
Daniel Veillard09190202001-08-16 16:27:41 +000012318Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12319
12320 * testXPath.c: another small cleanup closing bug #59110
12321
Daniel Veillard796f4b62001-08-16 16:00:13 +000012322Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12323
12324 * win32/dsp/libxml2.def.src: small cleanup closing bug
12325 #59108
12326
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012327Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12328
12329 * example/gjobread.c: add xmlCleanupParser() before leaving
12330
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012331Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12332
12333 * config.h.in configure.in include/libxml/xmlwin32version.h:
12334 released 2.4.2
12335
Daniel Veillardd3d06722001-08-15 12:06:36 +000012336Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12337
12338 * include/libxml/valid.h debugXML.c valid.c: deprecate
12339 the non-boundchecking Sprintf functions, add Snprintf
12340 this should close bug #57984
12341
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012342Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12343
12344 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12345 URIs before doing the lookups (pointed by Mark Vakoc)
12346
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012347Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12348
12349 * xpath.c: serious changes on Result Value Trees and NodeSets
12350 w.r.t. deallocation and collect operations. Probably not
12351 100% clean (merge of allocated trees smells like a problem).
12352 Seems sufficient to close #58943
12353
Daniel Veillard90493a92001-08-14 14:12:47 +000012354Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12355
12356 * xmllint.c: adding a --format option
12357
Daniel Veillardfe703322001-08-14 12:18:09 +000012358Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12359
12360 * xpath.c: count() was broken on Result Value Tree
12361 * xmlIO.c: fixed file:/// accesses on _WIN32
12362
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012363Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12364
12365 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12366 macro was renamed, this should close bug #58683
12367
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012368Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12369
12370 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12371 entity substitution mode text at the end of the entity might
12372 be added due to text coalescing.
12373 * nanoftp.c parser.c: small cleanup
12374
Daniel Veillard0c720972001-08-08 20:59:00 +000012375Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12376
12377 * HACKING: added John Fleck right to commit in the doc subdir
12378
Daniel Veillard48da9102001-08-07 01:10:10 +000012379Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12380
12381 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12382 allow to inherit attributes from the DTD directly in the
12383 tree, this is needed for XPath and can be a useful feature.
12384 Inherited namespaces are always provided at the tree level now
12385 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12386 of tests for this feature (XSLT being the prime user).
12387
Daniel Veillard50f34372001-08-03 12:06:36 +000012388Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12389
12390 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12391 testSAX.c xmlIO.c xmllint.c include/win32config.h
12392 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12393 include/libxml/xmlwin32version.h.in win32/README.MSDev
12394 win32/dsp/*: applied Win32 Facelift No.2 patches from
12395 Igor Zlatkovic for Windows/MSC
12396
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012397Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12398
12399 * SAX.c: unparsedEntityDecl() the URI computation of the
12400 entity wasn't done breaking XSLT unparsed-entity-uri()
12401
Daniel Veillard567e1b42001-08-01 15:53:47 +000012402Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12403
12404 * xpath.c: fixed a bug when walking the descendants and
12405 the current node has no children
12406 * debugXML.c: show up when a text node is supposed to not be escaped
12407
Thomas Broyerf186c822001-07-31 23:30:37 +000012408Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12409
12410 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12411 worked like the set:leading() function)
12412 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12413
Daniel Veillardba6db032001-07-31 16:25:45 +000012414Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12415
12416 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12417
Daniel Veillard57905372001-07-31 15:52:17 +000012418Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12419
12420 * include/libxml/xmlIO.h: apply change to close #58141
12421 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12422
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012423Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12424
12425 * parser.c: when the internal subset uses a PE, then the
12426 included entity can use conditional sections.
12427
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012428Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12429
12430 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12431 when walking the namespace axis showing up in
12432 libxst/tests/general/bug-12
12433 * xmlmemory.c: added the possibility to trace a given block
12434 defined by its address
12435
Daniel Veillard4aafa792001-07-28 17:21:12 +000012436Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12437
12438 * parser.c: don't override existing encoding specified before
12439 starting xmlParseDocument()
12440
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012441Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12442
12443 * include/libxml/xmlwin32version.h: reinserted, needed for
12444 Windows users of CVS
12445
Darin Adlera77cac02001-07-27 17:41:51 +0000124462001-07-27 Darin Adler <darin@bentspoon.com>
12447
Darin Adler699613b2001-07-27 22:47:14 +000012448 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12449 * testCatalog.c: Add include of <libxml/parser.h>.
12450
124512001-07-27 Darin Adler <darin@bentspoon.com>
12452
Darin Adlera77cac02001-07-27 17:41:51 +000012453 * include/libxml/.cvsignore:
12454 * include/libxml/xmlwin32version.h:
12455 Remove this file from CVS because it's generated.
12456
Daniel Veillard50822cb2001-07-26 20:05:51 +000012457Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12458
12459 * parser.c include/libxml/parser.h: applied const patches from
12460 Tom Moog #58002
12461
Thomas Broyerba4ad322001-07-26 16:55:21 +000012462Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12463
12464 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12465 lookup framework
12466
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012467Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12468
12469 * tree.c: fixed xmlCopyNode() for documents
12470
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012471Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12472
12473 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12474
12475Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012476
12477 * parser.c: fixes bug #57652 reported by Morus Walter
12478
Daniel Veillarde3924972001-07-25 20:25:21 +000012479Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12480
12481 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12482
Daniel Veillarda53c6882001-07-25 17:18:57 +000012483Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12484
12485 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12486 errors, lesson don't add new functions at 1am before a release
12487 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12488 from XPath initialization when possible.
12489
Daniel Veillardd9bad132001-07-23 19:39:43 +000012490Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12491
12492 * result/scripts/base*: removing history/readline changed
12493 this slightly
12494 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12495 xmllint.c: make element content line number generation
12496 optionnal to avoid breaking old apps added interface to switch
12497
Daniel Veillardf012a642001-07-23 19:10:52 +000012498Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12499
12500 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012501 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012502 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12503 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12504 John Kroll fixes to allow saving to HTTP via PUT (or
12505 POST of needed).
12506 * doc/html/*.html: regenerated the docs
12507
Thomas Broyere8126242001-07-22 03:54:15 +000012508Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12509
12510 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12511 xmlHashScanFull and xmlHashScannFull3 to get passed the
12512 three keys as arguments to the callback function
12513
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012514Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12515
12516 * configure.in Makefile.am: removed libxml softlink for good
12517 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12518 100% coverage by gtk-doc
12519
Daniel Veillard8599e702001-07-17 21:38:51 +000012520Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12521
12522 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12523 fixed serious troubles due to size_t vs. int mismatch
12524
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012525Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12526
12527 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12528
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012529Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12530
12531 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12532 convenient extension API for value and context managing
12533 Now handles external objects through xmlXPathPopExternal,
12534 xmlXPathWrapExternal and xmlXPathReturnExternal.
12535 Added functions for sets operations (intersection, etc.)
12536
Daniel Veillard22090732001-07-16 00:06:07 +000012537Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12538
12539 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12540 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12541 HTMLparser.c: cleanup of global variables, marking some
12542 const or private.
12543
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012544Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012545
12546 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12547 fixed xmlXPathNodeSetItem when passing index=0
12548
Daniel Veillard05dec342001-07-14 21:57:39 +000012549Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12550
12551 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12552
Daniel Veillard28ae6362001-07-14 16:44:32 +000012553Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12554
12555 * xmllint.c: fixed compilation under Cygwin #57503
12556 * TODO: update
12557
Peter Williamsed156f52001-07-13 18:35:13 +0000125582001-07-13 Peter Williams <peterw@ximian.com>
12559
12560 * config.h.in: add #undef HAVE_DLFCN_H
12561
12562 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12563 builddir.
12564
Daniel Veillard73b36e32001-07-12 15:09:52 +000012565Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12566
12567 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12568 raised by #57348 and #57381
12569
Daniel Veillard7db37732001-07-12 01:20:08 +000012570Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12573 tree.c xpointer.c: store the line numbder in element->content,
12574 may break some software, need a configuration mechanism
12575
Darin Adler96037892001-07-11 00:03:16 +0000125762001-07-10 Darin Adler <darin@bentspoon.com>
12577
12578 * .cvsignore:
12579 * example/.cvsignore:
12580 * include/.cvsignore:
12581 * include/libxml/.cvsignore:
12582 Various things that are generated and should be ignored.
12583
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012584Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12585
12586 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12587 * doc/xml.html doc/html/*: updated the docs
12588
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012589Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12590
12591 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12592 validation occured on content with element child
12593
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012594Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * tree.c: fixed XML Base computation which was broken
12597 * debugXML.c: added a base function to the shell
12598 * Makefile.am result/scripts/* test/scripts/*: added scripts
12599 based regression tests, and adding 2 XML Base tests
12600
Daniel Veillard19e96c32001-07-09 10:32:59 +000012601Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12602
12603 * tree.c: set properties doc and call xmlSetListDoc for properties
12604 content when grafting them in a different tree.
12605 * aclocal.m4: remove from CVS
12606
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012607Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12608
12609 * win32/libxml2/libxml2.def.src: added some missing entry point
12610 for XPath (Mark Vakoc)
12611
Daniel Veillard388236f2001-07-08 18:35:48 +000012612Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12613
12614 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12615 layer should URI-Unescape before trying to open resources.
12616
Daniel Veillard04383752001-07-08 14:27:15 +000012617Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12618
12619 * xpath.c: fix the name() bug for elements in the default
12620 namespace reported by Charlie Bozeman
12621
Daniel Veillard7583a592001-07-08 13:15:55 +000012622Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12623
12624 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12625 led to an XPath fix, improvements of SAX initialization, and
12626 an added option --nocdata to testXPath
12627
Daniel Veillard449d7392001-07-07 19:11:06 +000012628Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12629
12630 * doc/libxml-doc.el: Felix Natter provided anew version working
12631 with XEmacs too
12632
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012633Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12634
12635 * include/libxml/xpath.h: small cleanup
12636 * doc/xml.html: update
12637
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012638Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12639
12640 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12641 released 2.3.14
12642
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012643Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012646 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012647
Daniel Veillard73c9c042001-07-05 20:02:54 +000012648Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12649
12650 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12651 were not equal to empty strings
12652
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012653Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * SAX.c: fixed a URI-Reference computation problem when validating
12656 * xmlIO.c: small cleanup
12657
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012658Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12659
12660 * parser.c: improved the description of a couple of interfaces
12661 upon Larry Stamper suggestion
12662
Daniel Veillard62f313b2001-07-04 19:49:14 +000012663Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12664
12665 * SAX.c entities.c parser.c: changed completely the way entities
12666 are handled when running the parser in entity substitution mode.
12667 This fixes a bug reported by Stephan Kulow and nearly divides
12668 by 3 the amount of memory required by libxslt to load and process
12669 DocBook TDG.
12670
Daniel Veillardf420ac52001-07-04 16:04:09 +000012671Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12672
12673 * HTMLparser.c: fixing a too early root closing problem raised
12674 byt Prashanth Naidu
12675
Daniel Veillard8c357d52001-07-03 23:43:33 +000012676Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12677
12678 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12679 raised by Mark Vakoc.
12680
Daniel Veillard6e90d192001-07-03 16:37:49 +000012681Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12682
12683 * example/Makefile.am: fixed the include path to add srcdir/include
12684 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12685 and some cleanup
12686
Daniel Veillardf06307e2001-07-03 10:35:50 +000012687Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12690 lot of optimization work, results in significant improvements
12691 when handling really complex XPath queries. Add a small optimizer
12692 for unions, improve [n] and [last()], avoid some costly ops.
12693
Daniel Veillard77044732001-06-29 21:31:07 +000012694Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12695
12696 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12697 * xpath.c: small cleanup
12698 * xmlGetNsList: reformated, fixed problems if used on Entities
12699
Daniel Veillard2adbb512001-06-28 16:20:36 +000012700Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12701
12702 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12703
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012704Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12705
12706 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12707 * Makefile.am example/Makefile.am: workaround automake generating
12708 erroneous deps
12709
Daniel Veillard12f7d292001-06-28 13:12:11 +000012710Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12711
12712 * include/win32config.h: bug #56801 Yon Derek provided a patch
12713 to the windows config file.
12714
Daniel Veillard87ee9142001-06-28 12:54:16 +000012715Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12716
12717 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12718 libxml.h : Yon Derek provided a set of changes to compile from
12719 CVS on Windows/MSC
12720
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012721Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12722
12723 * parser.c: fixed UTF8 BOM support in push mode
12724 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12725 added a specific testcase
12726
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012727Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12728
12729 * Makefile.am: added --push regression tests
12730 * parserInternals.c: the XML parser segfaulted in --push mode
12731
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012732Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12733
12734 * configure.in: moved the symlinks detection within a CVS
12735 check, this is not portable and will be removed soon.
12736 * xpath.c: small cleanup/speedup
12737
Daniel Veillard11648102001-06-26 16:08:24 +000012738Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12739
12740 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12741 release of 2.3.12
12742 * parser.c: make an error message if unknow entities in all cases
12743
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012744Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12745
12746 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12747
Daniel Veillard23793842001-06-25 16:07:45 +000012748Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12749
12750 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12751 includes were installed in the wrong dir
12752
Daniel Veillardf5498f32001-06-25 15:08:36 +000012753Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12754
12755 * doc/html.xml: warn against sending code to exhibit bugs.
12756
Daniel Veillard56f06462001-06-24 21:34:03 +000012757Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12758
12759 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12760 Tru64 from Thomas Leitner
12761
Daniel Veillardc5d64342001-06-24 12:13:24 +000012762Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12763
12764 * AUTHORS: added William and Bjorn
12765 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12766 daniel@veillard.com hopefully I won't have to do this again
12767 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12768 docs can be rebuilt cleanly now
12769 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12770 from CVs it's generated, added include/libxml/xmlwin32version.h
12771 also generated but which should change far less frequently.
12772 * catalog.c nanoftp.c: made sure to include libxml.h not
12773 libxml/xmlversion.h directly
12774 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12775 when compiling on WIN32 and MSC
12776
Daniel Veillard07385fd2001-06-23 21:55:48 +000012777Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12778
12779 * include/Makefile.am include/libxml/Makefile.am configure.in:
12780 fixed make distcheck and rebuilding the rpms
12781
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012782Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12783
12784 * configure.in: should finish the migration of exported includes
12785 into a real include/libxml in CVS, at least for CVS users.
12786 * removed the exported headers, added in include/libxml (as well
12787 as xmlversion.h.in).
12788
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012789Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12790
12791 * configure.in: fixed the way to detect symlink
12792
Daniel Veillard66541772001-06-23 18:31:04 +000012793Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12794
12795 * configure.in: updated, include/libxml is now a real CVS dir
12796
Daniel Veillardca989762001-06-23 17:39:29 +000012797Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12798
12799 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12800 version works with both libxml1 and libxml2 (it autodetects
12801 the prefix of the html-files) from Felix Natter.
12802 * doc/xml.html: updated doc accordingly
12803
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012804Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12805
12806 * xpath.c: fixed the bug generating a template loop in libxslt
12807 when using docbook-xsl-1.4, * should filter out document nodes
12808 * HACKING: added William
12809 * TODO: updated
12810
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012811Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * doc/FAQ.html: added a warning about gcc-3.0
12814 * doc/xml.html: added reference to gdome2 and removed a confusing
12815 sentence
12816
Daniel Veillardf7f41852001-06-22 15:18:01 +000012817Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12818
12819 * xmlversion.h: okay this is a generated file, but Windows
12820 users need it and they can't generate it, and I want CVS
12821 Windows users ...
12822 * win32/libxml2/libxml2_so.dsp: Windows project file for
12823 the shared lib version of libxml2
12824 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12825 resources needed for libxslt/xsltproc by Yon Derek
12826
Bjorn Reese3157b342001-06-22 14:41:45 +000012827Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12828
12829 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12830
Daniel Veillard4151acb2001-06-22 10:48:57 +000012831Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12832
Daniel Veillardcc146db2001-06-22 11:10:52 +000012833 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12834
12835Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12836
Daniel Veillard4151acb2001-06-22 10:48:57 +000012837 * include/win32config.h: Yon Derek provided a first fix
12838 to be able to compile libxslt/xsltproc on Windows
12839
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012840Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12841
12842 * xpath.c: attempt to work around what seemed a gcc optimizer
12843 bug when handling floats on i386 http://veillard.com/gcc.bug
12844 * tree.c entities.c encoding.c: doing some cleanups while
12845 chasing it
12846
Daniel Veillard017b1082001-06-21 11:20:21 +000012847Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12848
12849 * Makefile.am: cleanup when --without-debug is specified
12850 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12851 w.r.t. --without-debug and other include points
12852 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12853 Catalogs
12854 * configure.in entities.h tree.h HTMLparser.c: removed
12855 --without-corba, made the _private field mandatory
12856
Daniel Veillard87a764e2001-06-20 17:41:10 +000012857Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12858
12859 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12860 outputs a BOM in UTF8, an errata has been issued to avoid the
12861 problem, that was the most reasonable solution... Add support
12862 for a leading UTF8 BOM in entities.
12863
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012864Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12865
12866 * valid.c: fixed a bug found when post validating an entity ref
12867 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12868 activate it too
12869
Daniel Veillard39196eb2001-06-19 18:09:42 +000012870Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12871
12872 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12873 weakness in the node copy the XPointer and the XInclude
12874 implementations. Serious cleanup.
12875
Daniel Veillard3739b982001-06-19 12:51:30 +000012876Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12877
12878 * Makefile.am: Kjartan Maraas provided a small patch to
12879 add xml2-config.in to EXTRA_DIST
12880
Daniel Veillarda9142e72001-06-19 11:07:54 +000012881Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12882
12883 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12884 provided another failing case found in KDE, the way the
12885 ctxt->vctxt.nodeTab was allocated and freed changed over
12886 time but it wasn't completely cleaned up. This should fix it.
12887
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012888Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12889
12890 * parser.c: Stephan Kulow also raised the fact that line number
12891 could get miscounted making debug harder, fixed the problem
12892 in xmlParseCharData()
12893
Daniel Veillard64b98c02001-06-17 17:20:21 +000012894Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * valid.c: Stephan Kulow pointed out a problem when validating
12897 and using an empty entity, forgot a 'break' in a case.
12898
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012899Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12900
12901 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12902 * doc/xml.html: updated with 2.3.11
12903
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012904Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12905
12906 * TODO: updated adding cleanup of generated doc
12907 * configure.in: prepared to release 2.3.11
12908 * xmllint.c: added --version for bug reporting
12909 * doc/html/*.html: rebuilt the doc
12910
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012911Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * xpath.c: first part of the work on selecting namespace to
12914 fix bug #56115
12915
Daniel Veillard96ed5832001-06-15 22:22:04 +000012916Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12917
12918 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12919 when using -liconv
12920 * TODO: updated
12921
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012922Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12925 cleanup, encoding support.
12926
Daniel Veillard608ad072001-06-14 08:32:28 +000012927Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12928
12929 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12930
Daniel Veillard239d0522001-06-13 23:02:48 +000012931Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * xpath.c: bug detected by Ankh when / is used as a function arg
12934
Daniel Veillard02bb1702001-06-13 21:11:59 +000012935Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12936
12937 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12938 of element and use it to avoid outputting formatting spaces at
12939 the wrong place. Implemented the format parameter for HTML save.
12940 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12941 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12942 result/HTML/wired.html: of course this impact the result of a
12943 number of HTML tests
12944
Daniel Veillard95d845f2001-06-13 13:48:46 +000012945Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12946
12947 * HTMLtree.[ch]: started augmenting the HTML save API with
12948 encoding and formatting parameters
12949
Daniel Veillardeca60d02001-06-13 07:45:41 +000012950Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12951
12952 * HTMLtree.h: cleanup and started evaluating the work needed on
12953 revamping the HTML output code
12954
Daniel Veillard84666b32001-06-11 17:31:08 +000012955Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12956
12957 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12958
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012959Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12960
12961 * valid.c: fixed bug #56049, forgot one check in the
12962 validation routine
12963
Daniel Veillardca2366a2001-06-11 12:09:01 +000012964Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12965
12966 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12967
Daniel Veillard6761eee2001-06-11 10:29:38 +000012968Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12969
12970 * libxml.h: fixed an error in last commit
12971 * doc/FAQ.html: added an entry for compilation from CVS
12972
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012973Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12974
12975 * xmlversion.h.in libxml.h: Cygwin patches
12976 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12977 * tree.h: cleanup
12978
Daniel Veillardacd370f2001-06-09 17:17:51 +000012979Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12980
12981 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12982 memory block in a strange case where libxml is linked twice
12983 in the binary.
12984
Daniel Veillard1d047672001-06-09 16:41:01 +000012985Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12986
12987 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12988 state far too often, simple fix used to avoid it.
12989
Daniel Veillard4497e692001-06-09 14:19:02 +000012990Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12991
12992 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12993 being processed, applied his patch
12994 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12995
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012996Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12997
12998 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12999 provided fixes to compile on MSCC again
13000 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13001 also provided an update for the project files.
13002
Daniel Veillarda682b212001-06-07 19:59:42 +000013003Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13004
13005 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13006 bug #55810
13007
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013008Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13009
13010 * tree.c: fixed xmlGetNsProp() to close bug #55683
13011 Note this requires libxslt to use it's own function instead.
13012
Daniel Veillardf0c53762001-06-07 16:07:07 +000013013Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13014
13015 * HTMLtree.c: when in a pre element no formatting space should
13016 be added.
13017 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13018
Daniel Veillard068a9652001-06-07 15:30:26 +000013019Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13020
13021 * configure.in: added tests for signal() and signal.h
13022
Daniel Veillard541d6552001-06-07 14:20:01 +000013023Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13024
13025 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13026
Daniel Veillard8a367d42001-06-07 14:01:34 +000013027Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13028
13029 * doc/libxml-doc.el: Felix Natter provided a new version for
13030 libxml2
13031
Daniel Veillard8a926292001-06-07 11:20:20 +000013032Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13033
13034 * HTMLtree.c: when in a pre element no formatting space should
13035 be added.
13036
Daniel Veillard14839d52001-06-06 16:11:56 +000013037Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13038
13039 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13040
Daniel Veillarde95e2392001-06-06 10:46:28 +000013041Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13042
13043 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13044 hack
13045 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13046 * uri.c: fixed a warning
13047
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013048Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13049
13050 * HTMLtree.c: trying to close bug #55772 escaping in script
13051 elements
13052 * doc/xml.html: suggest to send mail to the list
13053
13054Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013055
13056 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13057 good. Use a macro and based on the solution provided in
13058 vsnprintf manual page from GNU.
13059
Bjorn Reese99748722001-06-05 12:49:15 +000013060Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13061
13062 * error.c: Workaround for non-preserving variadic list.
13063 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13064
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013065Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13066
13067 * doc/xml.html: added 2.3.10 release
13068
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013069Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13070
13071 * configure.in: releasing 2.3.10
13072
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013073Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13074
13075 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13076
Daniel Veillard20042422001-05-31 18:22:04 +000013077Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13078
13079 * encoding.c: Robert Collins provided a patch to add the
13080 "US-ASCII" encoding alias
13081
Daniel Veillard97ac1312001-05-30 19:14:17 +000013082Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13085 string oriented functions and started cleaning the related areas
13086 in xpath.c which needed fixing in this respect
13087
Daniel Veillard2d703722001-05-30 18:32:34 +000013088Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13091 #55380
13092 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13093
Daniel Veillard9403a042001-05-28 11:00:53 +000013094Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13095
13096 * TODO: updated
13097 * nanohttp.[ch] : started adding APIs to get the redirected URL
13098 when this occurs (needed for further base computation
13099 * tree.h: cleanup
13100 * encoding.c: cleanup
13101 * SAX.c: minor change around ctxt->loadsubset
13102
Daniel Veillard6278fb52001-05-25 07:38:41 +000013103Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13104
13105 * Makefile.am include/Makefile.am: small change to have
13106 include/libxml rebuilt if working from CVS.
13107 * uri.c: applied another patch from Carl Douglas for URI escaping,
13108 this should close bug #51876
13109
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013110Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13111
13112 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13113 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13114 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13115 added specific regression test
13116 * parser.h: preparing for the XSLT mode where DTD inherited
13117 attributes are added to the tree.
13118
Daniel Veillardbbd22452001-05-23 12:02:27 +000013119Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * xinclude.[ch]: Updated the namespace for the Last Call version
13122 * result/XInclude/include test/XInclude/include: updated the
13123 testsuite accordingly
13124
Daniel Veillard8514c672001-05-23 10:29:12 +000013125Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13128 related to bug #51876
13129
Daniel Veillard42596ad2001-05-22 16:57:14 +000013130Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * tree.c: fixed a gross mistake in base computation, xml:base is
13133 not completely correct yet (need cascade).
13134 * xpath.[ch]: added the few things needed to find a function name
13135 and URI from the XPath context when it is called.
13136
Daniel Veillard81418e32001-05-22 15:08:55 +000013137Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13138
13139 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13140 * DOCBparser.c: small cleanup
13141 * xmllint.c: added a --catalogs option to load catalogs from
13142 $SGML_CATALOG_FILES
13143 * tree.c: cleanup
13144 * configure.in: iconv library fixup, ICONV_LIBS
13145
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013146Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13147
13148 * catalog.c: handling of CATALOG entries. detection of recursion,
13149 and a few bugfixes
13150 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13151 against the default namespace
13152
Daniel Veillard04b93292001-05-21 08:15:31 +000013153Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13156
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013157Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13158
13159 * parser.c: fixed propagation context info when parsing an
13160 external entity.
13161 * doc/html/*.html: regenerated a couple of docs
13162
Daniel Veillard4623acd2001-05-19 15:13:15 +000013163Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * doc/xml.html: update with 2.3.9 informations
13166
Daniel Veillardbed7b052001-05-19 14:59:49 +000013167Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13170 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13171 * doc/html/* : rebuilt the docs
13172 * valid.c: small patch which may improve some case when
13173 validating.
13174
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013175Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13176
13177 * HTMLparser.c: Closed bug #54891
13178 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13179 to the suite
13180
13181Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13182
13183 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13184 applied a documentation patch from LotR and filled in a few missing
13185 descriptions
13186
Daniel Veillard76d66f42001-05-16 21:05:17 +000013187Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13188
13189 * xpath.c tree.c parser.c: speed optimizations at the parser level
13190 document tree freeing and xpath evaluation
13191
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013192Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13193
13194 * parser.c parser.h parserInternals.h: fixed a couple of
13195 interfaces for handling memory buffer input to const char *
13196 upon suggestion of JamesH.
13197
Daniel Veillardc3739e72001-05-15 15:23:27 +000013198Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13199
13200 * configure.in: LoTR sent a patch fixing the previous commit
13201
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013202Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13203
13204 * configure.in: trying to deal again with the stoopid -R linking
13205 flag of Solaris
13206
Daniel Veillard790142b2001-05-15 10:51:53 +000013207Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13208
13209 * xpath.h: two nodeset access macros from Thomas Broyer
13210
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013211Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13212
13213 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13214 patch from Thomas Broyer
13215
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013216Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13217
13218 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13219 case
13220 * INSTALL: was empty added stuff from the FAQ
13221
Daniel Veillard75bea542001-05-11 17:41:21 +000013222Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13225 attributes handling and #54433 by adding xmlUnsetProp()
13226 and xmlUnsetNsProp()
13227
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013228Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * HTMLparser.c: Patch from Jonas Borgström
13231 (htmlGetEndPriority): New function, returns
13232 the priority of a certain element.
13233 (htmlAutoCloseOnClose): Only close inline elements if they
13234 all have lower or equal priority.
13235 * result/HTML: this of course changed a number of tests results.
13236
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013237Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * xmlIO.c catalog.c: plugged in the default catalog resolution
13240 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13241 documentations
13242 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13243
Daniel Veillarda7374592001-05-10 14:17:55 +000013244Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13245
13246 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13247 integrating catalogs
13248 * catalog.[ch] testCatalog.c: adding a small catalo API
13249 (only SGML catalog support).
13250 * parser.c: restaured xmlKeepBlanksDefault(0) API
13251
Daniel Veillardc17337c2001-05-09 10:51:31 +000013252Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13253
13254 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13255
Daniel Veillard257d9102001-05-08 10:41:44 +000013256Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13257
13258 * parser.c: added xmlParseExternalEntityPrivate() to allow
13259 propagation of ctxt->_private when parsing external entities
13260
Daniel Veillard083c2662001-05-08 08:27:14 +000013261Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13262
13263 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13264
Daniel Veillard01ef7382001-05-08 07:31:43 +000013265Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13266
13267 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13268
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013269Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13270
13271 * valid.c: warn when indeterminist content model is detected
13272 * result/VC/ElementValid8: this adds a message
13273 * Makefile.am: add --novalid for VCM tests
13274 * parserInternals.c: added a call to Init memory
13275
Daniel Veillard64269352001-05-04 17:52:34 +000013276Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13279 when both parameters are NULL.
13280
Daniel Veillard37721922001-05-04 15:21:12 +000013281Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13282
13283 * valid.c: applied small patch from Gary Pennington, reindented
13284 some part of the code.
13285
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013286Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13287
13288 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13289 release, updated and regenerated the docs
13290
Daniel Veillard357c9602001-05-03 10:49:20 +000013291Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13292
13293 * xpath.c result/XPath/expr/floats : clarified and cleanup
13294 printing of abnormal floats in tests.
13295
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013296Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13297
13298 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13299 * results/HTML/ : a few changes in the output of the HTML tests as
13300 a result.
13301 * configure.in: tying to fix -liconv where needed
13302
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013303Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13304
13305 * Makefile.am: fixed a stupid error
13306
Daniel Veillard7150a032001-05-02 16:41:11 +000013307Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13308
13309 * configure.in Makefile.am: make the inclusion of the trio
13310 modules in the library conditional
13311
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013312Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13313
13314 * DOCBparser.c: patche from László Kovács, fixed entities refs
13315 in attributes handling
13316
Daniel Veillardedddff92001-05-02 10:58:52 +000013317Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13320 flushing
13321
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013322Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13323
13324 * xpath.c: fix of an XSLT namespace bug reported on the list
13325 general/bug-8-
13326
Daniel Veillard5792e162001-04-30 17:44:45 +000013327Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * strio.h trio.c: Dan McNichol suggested a couple of small
13330 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13331
Daniel Veillard02141ea2001-04-30 11:46:40 +000013332Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * tree.c parser.c encoding.c: spent a bit more time looking
13335 at the parsing speed and DOM handling. Added a few more
13336 speedups.
13337
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013338Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13339
13340 * parser.c: small but effective parsing speed improvement
13341
Daniel Veillardb59076b2001-04-29 17:04:07 +000013342Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13343
13344 * configure.in: default on the DocBook parser inclusion (for Gnome)
13345 * DOCBparser.h: fixed a header reference
13346
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013347Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * configure.in xpath.c: applied Bjorn patches for FPE on the
13350 alpha
13351
Daniel Veillardeefd4492001-04-28 16:55:50 +000013352Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13355 xmlSaveFormatFileTo()
13356
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013357Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * xpath.c: simple and efficient optimization, XPath functions
13360 aways bind to the same code, cache this
13361 * TODO: updated (by saying some is obsolete)
13362
Daniel Veillard2156a562001-04-28 12:24:34 +000013363Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13364
13365 * xpath.c: more cleanup work on XPath name parsing routines
13366
Daniel Veillard61d80a22001-04-27 17:13:01 +000013367Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13368
13369 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13370 xmlXPathParseName
13371 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13372 * debugXML.c: avoid compilation problems if compiling without
13373 HTML support, Igor Zlatkovic
13374 * win32/libxml2/libxml2.def.src: being able to compile without
13375 XPath on Windows
13376
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013377Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13378
13379 * libxml.m4: yet another patch from Toshio Kuratomi
13380
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013381Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13382
13383 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13384
Daniel Veillard67fee942001-04-26 18:59:03 +000013385Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13386
13387 * tree.[ch]: added xmlSaveFormatFile interface for saving
13388 and indenting a file.
13389
Daniel Veillard82e49712001-04-26 14:38:03 +000013390Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13391
13392 * xpath.c: fixed bug #53689 related to processing-instruction()
13393
Daniel Veillard02f077a2001-04-26 10:59:11 +000013394Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13395
13396 * DOCBparser.c: patche from László Kovács
13397
Daniel Veillard30211a02001-04-26 09:33:18 +000013398Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13399
13400 * parser.c: applied fixes from Christian Glahn bug report #53391
13401
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013402Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13403
13404 * error.c: Jean François Lecomte provided a complete description
13405 and a fix to bug #53537
13406
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013407Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13408
13409 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13410
Daniel Veillard1034da22001-04-25 19:06:28 +000013411Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13412
13413 * DOCBparser.c SAX.c: a bit more work on entities processing.
13414 Still Need to cleanup XML output and references in attributes
13415
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013416Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13417
13418 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13419
Daniel Veillardb33c2012001-04-25 12:59:04 +000013420Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13421
13422 * tree.c: trying to fix #53574, not completely complete,
13423 I would like xmllint --copy --debug test/ent1 and
13424 xmllint --debug test/ent1 to show the same result.
13425 * xpath.c: fix a bug when trying to sort namespace nodes
13426
Daniel Veillard5146f202001-04-25 10:29:44 +000013427Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * HTMLtree.c: real fix for #53402
13430
Daniel Veillard7533cc82001-04-24 15:52:00 +000013431Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13434 PIs when using xsl:output
13435 * valid.c: closing #53537 some case generate segfaults if there
13436 is validity errors
13437
Daniel Veillard61b33d52001-04-24 13:55:12 +000013438Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13439
13440 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13441 of external parsed entities, added --noent to testDocbook
13442 * valid.c: Garry Pennington found an uninitialized variable
13443 access in xmlValidateElementContent()
13444
Daniel Veillard56098d42001-04-24 12:51:09 +000013445Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13446
13447 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13448 with madness
13449 * result/HTML/ : this modified the result of the regression tests
13450 a lot.
13451
Daniel Veillard122376b2001-04-24 12:12:30 +000013452Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13453
13454 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13455 to doc where it wasn't checked against NULL reported by
13456 Jens Laas
13457
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013458Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13461 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13462
Daniel Veillardeae522a2001-04-23 13:41:34 +000013463Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13466 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13467 * SAX.[ch]: cleanup and updates for DocBook
13468 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13469 ex SGML identifier changes
13470 * valid.c: removed a static unused function.
13471
Daniel Veillardde57c612001-04-23 09:13:36 +000013472Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * HTMLtree.c: applied change for Paul Sponagl on script saving
13475 * Makefile.am: the warning about entity title.xml are normal.
13476
Daniel Veillard393df012001-04-22 20:11:18 +000013477Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13478
13479 * configure.in: release of 2.3.7
13480 * Makefile.am: fixing make distcheck
13481
Daniel Veillarda41123c2001-04-22 19:31:20 +000013482Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13483
13484 * doc/html/* doc/xml.html: updated and regenerated the docs
13485
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013486Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13487
13488 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13489
Daniel Veillarde82a9922001-04-22 12:12:58 +000013490Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * tree.c: fixed #53388 with the provided patch
13493
Daniel Veillard06803992001-04-22 10:35:56 +000013494Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13495
13496 * valid.c: Bjorn detected an invalid memory access. Fixed
13497 vstateVPush()
13498
Daniel Veillard40af6492001-04-22 08:50:55 +000013499Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13502
Bjorn Reese70a9da52001-04-21 16:57:29 +000013503Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13504
13505 * libxml.h: new header used only for the compilation of libxml
13506 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13507 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13508 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13509 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13510 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13511 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13512 baseline (version 1.2 plus a single patch).
13513 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13514 scientific notation for numbers. Tests added.
13515 * xpath.c: formatting of numbers changed to use sprintf
13516 (contribution from William Brack)
13517
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013518Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13519
13520 * valid.c: cleanup, more useful debugging
13521 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13522 * xmlIO.c: entity loading is printed as an error when validating
13523
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013524Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13525
13526 * valid.c: fixed to validate within entities
13527 * test/VCM/v22.xml: added a specific testcase
13528
Daniel Veillardca1f1722001-04-20 15:47:35 +000013529Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13530
13531 * valid.c: forgot an epsilon transition in for ()+
13532 * test/VCM/v21.xml : added a specific test case
13533
Daniel Veillard85349052001-04-20 13:48:21 +000013534Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13535
13536 * valid.c: removed a state explosion exhibited by RSS
13537 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13538 from bug #51872
13539
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013540Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13541
13542 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13543 validation without using an ugly NFA -> DFA algo in the source.
13544 Made a specific algorithm easier to maintain, using a single
13545 stack and without recursion.
13546 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13547 * hash.c: made the growing routine static
13548 * tree.h parser.c: added the parent information to an
13549 xmlElementContent node.
13550
Daniel Veillarde470df72001-04-18 21:41:07 +000013551Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * SAX.c parser.c xpath.c: generating IDs when not validating
13554 from an external parsed entity was poisoning the ID has table
13555 with removed values. This was killing XSLT on the KDE help
13556 browser.
13557
Daniel Veillardceacdd92001-04-18 15:10:35 +000013558Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13559
13560 * entities.h: andrew@ugh.net.au detected a double declaration
13561
Daniel Veillarda10efa82001-04-18 13:09:01 +000013562Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13563
13564 * debugXML.c hash.c tree.h valid.c : some changes related to
13565 the validation suport to improve speed with DocBook
13566 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13567 the way validation errors get reported
13568
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013569Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13570
13571 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13572 by P C Chow and William M. Brack for XSLT HTML output
13573
Daniel Veillard2d90de42001-04-16 17:46:18 +000013574Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13575
13576 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13577 Igor Zlatkovic patches for MSC compilation and added his
13578 updates
13579
Daniel Veillarde043ee12001-04-16 14:08:07 +000013580Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13583 prefix lookup.
13584 * parserInternals.c: fixed the bug reported by Morus Walter
13585 due to an off by one typo in xmlStringCurrentChar()
13586
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013587Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13588
13589 * HTMLparser.c result/HTML/*: revamped the way the HTML
13590 parser handles end of tags or end of input
13591
Daniel Veillard82daa812001-04-12 08:55:36 +000013592Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13593
13594 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13595
Daniel Veillard67a21302001-04-11 14:39:16 +000013596Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13597
13598 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13599 bug where the linktime verions of free() won't work ...
13600
Daniel Veillard27b55282001-04-11 12:22:25 +000013601Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13604
Daniel Veillardafc73112001-04-11 11:51:41 +000013605Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13606
13607 * doc/xml.html: added 2.3.6 release
13608
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013609Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13612 * result/wml.xml: resulted in a small output change
13613
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013614Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13615
13616 * tree.c: xmlNewDoc was missing the charset initialization
13617 * xmllint.c: added --auto to autogenerate a doc, allow to
13618 reproduce the problem fixed on xmlNewDoc
13619
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013620Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * xpath.c: trying to get 52979 solved
13623 * tree.c result/ result/noent/: trying to get 52712 solved, this
13624 also made me clean up the fact that XML output in general should
13625 not add formating blanks by default, this changed the output of
13626 a few tests
13627
Daniel Veillard73639a72001-04-10 14:31:39 +000013628Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13629
13630 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13631
Daniel Veillardfac26a12001-04-08 13:08:14 +000013632Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13633
13634 * configure.in: finally released 2.3.6
13635
Daniel Veillard911f49a2001-04-07 15:39:35 +000013636Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * xpath.c: checking for null pointer generated by new code
13639
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013640Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * xpath.c: fixed a [] evaluation problem reported
13643 * test/XPath/tests/simpleaddr: extended test
13644 * result/XPath/simpleaddr: updated result
13645
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013646Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13647
13648 * xmllint.c: Dan Timis reported a portability problem
13649 on Macs without mmap, fixed it.
13650
Daniel Veillardb38bd552001-04-03 18:22:00 +000013651Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13652
13653 * testXPath.c : added a --tree option allowing to display the
13654 tree dump of the XPath expression
13655
Daniel Veillard4dd93462001-04-02 15:16:19 +000013656Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13657
13658 * xpath.c: fixed a memleak when comparing nodesets
13659 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13660 * tree.c: added a TODO
13661
Daniel Veillard92ad2102001-03-27 12:47:33 +000013662Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13665 we need string functions
13666 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13667 to be able to use them where needed. Applied some changes
13668 to reduce name linking pollution and compile in only what's
13669 needed.
13670 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13671 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13672 for the string manipulation functions
13673 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13674 to the free() function of xmlmemory.c
13675 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13676 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13677 usage.
13678
13679
Daniel Veillard2be30642001-03-27 00:32:28 +000013680Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * error.c: applied the context output patch of the error
13683 handling submitted by Chuck Griffith
13684 * error/VC/*: this slightly change some error logs
13685
Daniel Veillard50582112001-03-26 22:52:16 +000013686Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * parser.c: fixed line number reporting on error
13689
Daniel Veillard04be4f52001-03-26 21:23:53 +000013690Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13691
13692 * parser.c: Sullivan and Darin found a parser bug,
13693 applied the patch.
13694
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013695Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13698 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13699 xmlversion.h.in xpointer.c: of course the way I defined
13700 UNUSED breaks on old gcc version. Try to be smart and
13701 also define it directly in xmlversion.h
13702 * configure.in: removed -ansi flag from the pedantic set
13703
13704Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013705 Huge cleanup, I switched to compile with
13706 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13707 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13708 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13709 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13710 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13711 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13712 encoding.h entities.c error.c list.[ch] nanoftp.c
13713 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13714 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13715 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13716 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13717 Cleanup, staticfied a number of non-exported functions,
13718 detected and cleaned up a dozen of problem found this way,
13719 avoided a lot of public function name/typedef/system names clashes
13720 * doc/xml.html: updated
13721 * configure.in: switched private flags to the really pedantic ones.
13722
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013723Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13724
13725 * configure.in: 2.3.5
13726 * doc/html/*: rebuilt the docs
13727
Daniel Veillard146c9122001-03-22 15:22:27 +000013728Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13729
13730 * parser.c: fixed a reported bug in NOTATION parsing
13731 * uri.c: accepted but not fixed bug 51876, added TODO
13732 * Makefile.am: fixed bug 51876
13733
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013734Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13735
13736 * config.h.in configure.in error.c: fix a compilation problem
13737 on platforms without vsnprintf (xml@thewrittenword.com)
13738
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013739Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * parser.c: fixed a function name header typo
13742 * SAX.c: notations can also occur in external subset.
13743
Daniel Veillard7d42b542001-03-20 13:22:46 +000013744Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13745
13746 * error.c: removed a C++ like comment
13747
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013748Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13749
13750 * parser.c: fixing bug 52299 strange condition leading
13751 to a parser crash due to a buffer overflow
13752 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13753 added the specific test case
13754
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013755Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13758 xmlXPathConvert{String,Number,Boolean} to be able to make
13759 type casts without a context stack, fixed some implementation
13760 problems related to the absence of context at parse-time,
13761 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13762 in the public API too
13763 * xpointer.c xpathInternals.h: we need to know at parse time
13764 whether we are compiling an XPointer
13765
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013766Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13767
13768 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13769 cleaned up the parser internals, refactored XPath code, added
13770 new compilation based APIs and cleanly separated public and
13771 private APIs.
13772
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013773Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13774
13775 * xpath.h: the comp field must be added at the end to avoid
13776 killing binary compat.
13777
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013778Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13779
13780 * Makefile.am: detect XPath memleaks in regreson tests
13781 * error.c: fixed and error w.r.t. error reporting still using
13782 stderr
13783 * hash.c: added new line at end of file
13784 * tree.h: minor cleanup
13785 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13786 expression parsing from evaluation, resulted in a number of
13787 changes internally, and in XPointer. Likely to break stuff
13788 using xpathInternals.h but should remain binary compatible,
13789 new interfaces will be added.
13790
Daniel Veillardd574f782001-03-14 19:40:17 +000013791Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13792
13793 * configure.in: fixed a couple of problems reported by
13794 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13795 without gcc on non linux platforms.
13796
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013797Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13800 a fix for --with-html-dir= configure support. I hope it won't
13801 break rpm generation
13802
Daniel Veillarda022fe02001-03-14 16:30:00 +000013803Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13804
13805 * xmlIO.c: one function comment cleanup.
13806
Daniel Veillard25239c12001-03-14 13:56:48 +000013807Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * SAX.c: external subset notations were improperly registered
13810 in the internal subset.
13811
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013812Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * README.cvs-commits: added, pointing to HACKING
13815 * HACKING: updated
13816
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013817Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13818
13819 * parser.c: and Matt Sergeant found one in the XML push
13820 parser (erroneous check I forgot to remove when I fixed the
13821 main parser).
13822
Daniel Veillard68d7b672001-03-12 18:22:04 +000013823Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13824
13825 * xpath.c: ptittom found a small bug in UnaryExpr
13826
Daniel Veillarde356c282001-03-10 12:32:04 +000013827Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13828
13829 * configure.in: bumped to 2.3.4
13830 * error.c: fixed bug #51860
13831 * tree.c: fixed bug #51861
13832 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13833 * tree.[ch] : added xmlDefaultBufferSize
13834 * nanoftp.c: typo in function name header block
13835 * doc/xml.html : updated, added link to XML::LibXSLT
13836 * doc/html/* : rebuilt the docs
13837
Daniel Veillard80f32572001-03-07 19:45:40 +000013838Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * parser.c SAX.c: the new content parsing code raised an
13841 ugly bug in the characters() SAX callback. Found it
13842 just because of strangeness in XSLT XML Rec ouptut :-(
13843
Daniel Veillard6c831202001-03-07 15:57:53 +000013844Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13845
13846 * Makefile.am: Martin Baulig suggested to add -lm
13847 * tree.c: found another bug in xmlNodeGetContent()
13848
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013849Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13850
13851 * xpath.c: Bjorn found the error related to strictness of comparison.
13852
Daniel Veillard29631a82001-03-05 09:49:20 +000013853Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * parser.c: trying to fix the Dtd parsing problem reported
13856 by Gary, side effect of last week speed optimizations.
13857
Daniel Veillard14be0a12001-03-03 18:50:55 +000013858Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13859
13860 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13861 * parserInternals.c: removed unneeded test raised by Stric
13862
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013863Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13864
13865 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13866 and fixed by William Brack). Added xmlXPathFormatNumber.
13867 Changed the sorting slightly.
13868 * configure.in Makefile.am example/Makefile.am: Added -lm.
13869 Please note that applications linking with libxml2, must
13870 also like with the math library from now on.
13871
Daniel Veillardf9533d12001-03-03 10:04:57 +000013872Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13873
13874 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13875
Daniel Veillard2f362242001-03-02 17:36:21 +000013876Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13877
13878 * parser.c: one must report spaces even if the Dtd element
13879 content proves that this is not part of the element content.
13880 * result/valid/*.xml: this changed the ouptu slightly
13881
Daniel Veillardb402c072001-03-01 17:28:58 +000013882Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13883
13884 * configure.in: bumped to 2.3.3
13885 * doc/xml.html: updated
13886
Daniel Veillard77851712001-02-27 21:54:07 +000013887Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * tree.c: minor doc fix
13890 * xpath.c: deallocation issues when a result tree has been
13891 converted to a node-set
13892
Daniel Veillardec70e912001-02-26 20:10:45 +000013893Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13894
13895 * doc/xml.html: oops corrected dates s/2000/2001
13896
Daniel Veillard8730c562001-02-26 10:49:57 +000013897Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13898
13899 * valid.c: new patch from Gary Pennington
13900
Daniel Veillard91e9d582001-02-26 07:31:12 +000013901Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13902
13903 * doc/xml.html: applied patch from Ankh
13904
Daniel Veillardedac3c92001-02-26 01:36:19 +000013905Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13906
13907 * xinclude.c: fixed a problem building on Mac
13908
Daniel Veillard21a0f912001-02-25 19:54:14 +000013909Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13910
13911 * parser.c: more work on increasing parsing ferformances
13912
Daniel Veillard48b2f892001-02-25 16:11:03 +000013913Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13916 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13917 avoiding memcpy in production builds MEM_CLEANUP macro use
13918 * parser.[ch] parserInternals.c: optimizations of the tightest
13919 internal loops inside the parser. Better checking of I/O
13920 flushing/loading conditions
13921 * xmllint.c : added --timing
13922
Daniel Veillard71681102001-02-24 17:48:53 +000013923Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13924
13925 * configure.in: bumped to 2.3.2
13926 * doc/xml.html: updated for release
13927
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013928Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13929
13930 * xpath.c: found a memleak and fixed a nasty bug
13931
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013932Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13933
13934 * xmllint.[c1] : added return code errors for xmllint
13935 * xpath.c: specific debug dump function for result value trees
13936
Daniel Veillard4b637072001-02-21 21:52:55 +000013937Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13938
13939 * xpath.c: finally implemented xmlXPathCompareNodeSets
13940 * test/XPath/expr/floats results/XPath/expr/floats: added
13941 a test for float expressions
13942
Daniel Veillardf714aa32001-02-21 03:07:44 +000013943Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13946 * parserInternals.[ch]: trying to speed up parsing
13947 * xpath.c : speeded up node set equality op
13948
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013949Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13952 better handling of ID/IDREF and the list modules associated
13953 * configure.in: small CFLAGS cleanup
13954
Daniel Veillarda8abee62001-02-19 15:14:59 +000013955Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13956
13957 * configure.in: fixed iconv detection on AIX (stric)
13958
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013959Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013960
13961 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13962
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013963Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13964
13965 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13966 and optimized xmlXPathNodeSetSort
13967
Daniel Veillard142adbf2001-02-17 13:21:05 +000013968Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * xpath.c: bug fix when context size is 0
13971 * parser.c: I like Norm's Dtd because they still manage to break
13972 the parser occasionally
13973
Daniel Veillardf23e0092001-02-16 13:21:29 +000013974Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13975
13976 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13977
Daniel Veillarde0e26512001-02-16 00:11:46 +000013978Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13981 attributes within the XML-1.0 namespace
13982
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013983Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13984
13985 * xpathInternals.h: exported a few axis functions
13986 * doc/xml.html: updated the doc
13987
Daniel Veillard760f4422001-02-15 14:59:48 +000013988Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13989
13990 * configure.in: applied patch from Daniel van Balen for OpenBSD
13991 and bumped version to 2.3.1
13992 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13993 attempt to find autoclosing was simply broken, removed it,
13994 updated the examples, this is better
13995
Daniel Veillardd194dd22001-02-14 10:37:43 +000013996Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13997
13998 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13999 hash functionnalities.
14000 * doc/html/* : rebuild the doc
14001
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014002Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14003
14004 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14005 on predicate
14006 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14007 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14008 really want to have tags closed on output even if we accept
14009 unclosed ones on input
14010
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014011Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * xpath.c: ouch don't free NULL, rare case fixed
14014 * tree.c: don't coalesce text nodes if they don't have the
14015 same behaviour wrt escaping on output
14016
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014017Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * xpath.c: small fixup
14020 * SAX.c: don't warn on empty namespaces.
14021
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014022Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14023
14024 * README: a bit of cleanup
14025 * configure.in: preparing for 2.3.0 release
14026
Daniel Veillard1f83d392001-02-08 09:37:42 +000014027Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14028
14029 * hash.[ch]: added a first version of xmlHashSize()
14030 * valid.c: another bug fix from Gary Pennington
14031
Daniel Veillard5eef6222001-02-07 18:24:48 +000014032Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14033
14034 * valid.c: couple of bug fixes pointed by Gary Pennington
14035 * HTMLtree.c: #if 0 cleanup
14036
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014037Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14040 which removes a time consuming check of xmlXPathNodeSetAdd()
14041 and use it in places where we are sure to not break unicity
14042
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014043Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14044
14045 * xpath.c: bug fixes found from XSLT
14046 * tree.c: preserve node->name special values when copying nodes.
14047 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14048 external subset are fetched when available but without full
14049 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14050 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14051 output with encoding disabled.
14052
Daniel Veillard2c833b62001-02-03 08:52:06 +000014053Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14056 xmlCheckFilename should not be called from xmlFileOpenW
14057 and xmlGzfileOpenW
14058
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014059Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14060
14061 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14062 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14063 added the new tests for URI normalization
14064 * testURI.c: fixed stoopid bugs
14065 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14066 the URI in the error messages are now properly normalized
14067
Daniel Veillardea28ce62001-02-02 08:20:19 +000014068Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14071
Daniel Veillarde99a4762001-02-01 04:34:35 +000014072Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14075
Daniel Veillard2b325a02001-01-31 20:46:31 +000014076Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14077
14078 * xpath.c: fixed mod operator
14079
Daniel Veillardde55cf62001-01-31 15:53:13 +000014080Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14081
14082 * parser.c: fixed xmlStrcat doc
14083 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14084 trees.
14085
Daniel Veillard2f913b72001-01-31 13:23:49 +000014086Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14087
14088 * xpath.c result/XPath/tests/chaptersbase
14089 result/XPath/tests/simplebase: fixed XPath node()
14090 * tree.c: small fix in xmlNewNs()
14091 * Makefile.am: removed extraneous xml2Conf.sh rule
14092
Daniel Veillardb42042b2001-01-28 07:40:36 +000014093Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14094
14095 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14096 Changed the library name, in order to get libxml-devel and
14097 libxml2-devel to coexist on a single system
14098 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14099 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14100
Daniel Veillardee0a4662001-01-27 18:59:33 +000014101Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14104 libxml2-devel installable in // as libxml-devel.
14105
Daniel Veillard5eb05942001-01-27 17:50:22 +000014106Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14107
14108 * doc/Makefile.am: fixed make rebuild in doc
14109 * doc/html/*.html: rebuilt the docs
14110
Daniel Veillard65c295d2001-01-26 09:32:39 +000014111Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14112
14113 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14114
Daniel Veillard8e199902001-01-25 18:54:39 +000014115Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14116
14117 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14118 the HTML doc to go into the -devel RPM ...
14119 * aclocal.m4 config.h.in: some updates due to auto* magic
14120
Daniel Veillard93086662001-01-25 18:13:04 +000014121Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14122
14123 * xpath.h: added a hook in the context structure allowing to
14124 link to extra support, needed for XSLT
14125
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014126Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14127
14128 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14129 xmlXPtrCmpPoints to use it.
14130 * propagated the following patch from Alejandro Forero
14131 * include/win32config.h xmlIO.c: applied further suggestions
14132 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14133 * example/gjobread.c: fixed warnings, now that it builds
14134
14135Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14136
14137 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14138
14139 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14140 filename points to a valid file (not a directory).
14141 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14142 Added calls to xmlCheckFilenameDir.
14143
14144 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14145 `path' (rather than `filename') as the parameter to gzopen and open.
14146
Daniel Veillard48177c22001-01-23 15:27:41 +000014147Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14148
14149 * Makefile.am: fixed a problem with EXTRA_DIST
14150
Daniel Veillardb83ba402001-01-22 22:45:10 +000014151Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * Makefile.am example/Makefile.am: finally found the trick
14154 to build the example, i.e. add "." in SUBDIRS before example
14155 in the list <grin/>
14156
Daniel Veillard82687162001-01-22 15:32:01 +000014157Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14158
14159 * doc/xml.html: updated with an XSLT section, removed pointer to
14160 W3C CVS base.
14161
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014162Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14163
14164 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14165 too, and deallocation need to occur the same way.
14166
Daniel Veillarde4566462001-01-22 09:58:39 +000014167Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14168
14169 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14170 type correponding to an XSLT result tree fragment. Share most
14171 of the data format with node set, as well as operators.
14172 * HTMLtree.c: added a newline at the end of the doctype output
14173 whe this one is not present initially.
14174 * tree.c: make sure taht the parent and doc pointers are properly
14175 set when copying attributes (lists).
14176
Daniel Veillard701c7362001-01-21 09:48:59 +000014177Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14178
14179 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14180
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014181Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14182
14183 * xpath.c: seems I finally killed that ugly path evaluation
14184 context bug (tagged 9999 in case is is wrong)
14185
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014186Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14187
14188 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14189 for XSLT
14190
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014191Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14192
14193 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14194 for xmlGzfileOpen() bug
14195
Daniel Veillardf6eea272001-01-18 12:17:12 +000014196Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * xpath.c: removed an error found by XSLT usage
14199 * tree.c parserInternals.h: use a predefined static string
14200 for text and comment nodes, avoid freeing them in xmlFreeNode,
14201 exported the string name in parserInternals.h and added
14202 another value to disable encoding at output (for XSLT),
14203 gain memory, time.
14204
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014205Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14206
14207 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14208 win32/libxml2/libxml2_so.dsp: new makefiles and update
14209 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14210
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014211Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14212
14213 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14214 Gary Pennington
14215
Daniel Veillard389e6b72001-01-15 19:41:13 +000014216Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14217
14218 * xpath.c: fixed the comaprision of values and nodelists,
14219 need to compare nodelist still ...
14220 * debugXML.c: avoided a possible core dump
14221 * HTMLparser.c: cleanup
14222 * nanohttp.c: contributed fix.
14223 * tree.c: fixes in properties handling added xmlSetNsProp
14224 needed by libxslt
14225 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14226 comment
14227 * TODO: updated
14228
Daniel Veillard167bd532001-01-06 21:09:34 +000014229Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14230
14231 * parser.c parserInternals.c: applied Bjorn Reese optimization
14232 patch
14233
14234Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14235
14236 * Makefile.am: applied patch fro make check from Martin Vidner
14237
Daniel Veillard503b8932001-01-05 06:36:31 +000014238Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14239
14240 * configure.in: preparing 2.2.11
14241 * doc/html/*: rebuild the HTML files
14242 * doc/xml.html : updated
14243
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014244Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14245
14246 * tree.c: fixed a stupid bug
14247 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14248 patches related to validation of an XInclude processing result
14249 * TODO: updated
14250
Daniel Veillarde2488192001-01-04 10:54:22 +000014251Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14254 on large files
14255
Daniel Veillardf060a412001-01-03 20:52:44 +000014256Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14257
14258 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14259
Daniel Veillard45cff692001-01-03 18:02:04 +000014260Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14261
14262 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14263 reported by Jonas Borgström
14264 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14265
Daniel Veillard08108982001-01-03 15:24:58 +000014266Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * testXPath.c xpath.c: fixing the XPath union expressions problem
14269 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14270
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014271Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14272
14273 * xmllint.c: Made is so if the file name is "-" is will read form
14274 standard input. Sven Heinicke <sven@zen.org>
14275 * tree.c: fixed a problem when growing buffer
14276 * tree.h: fixed the comment of the node types following andersca
14277 comment
14278 * TODO: updated
14279
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014280Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14281
14282 * HTMLparser.[ch]: added a way to avoid adding automatically
14283 omitted tags. htmlHandleOmittedElem() allows to change the
14284 default handling.
14285 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14286 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14287 of xmllint too when using --memory flag, added a memory test
14288 suite at the Makefile level.
14289 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14290 with namespace use when encountering QNames in XPath evalation,
14291 added xmlns() scheme in XPointer.
14292 * nanoftp.c : incorporated a fix
14293 * parser.c xmlIO.c: fixed problems raised with encoding when using
14294 the memory I/O
14295 * parserInternals.c: closed bug 25934 reported by
14296 torsten.landschoff@innominate.de
14297 * TODO: updated
14298
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014299Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14302 on a non-updated tree :-(, made a 2.2.10 release to correct the
14303 situation
14304
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014305Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14306
14307 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14308 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14309 integrated a set of OpenVMS changes from Howard Taylor
14310 <Howard.Taylor@pacoast.com>
14311
Daniel Veillard58770e72000-11-25 00:48:47 +000014312Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14313
14314 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14315 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14316
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014317Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14318
14319 * HTMLparser.c: some fixes on auto-open of html/head/body
14320 * encoding.c: fixed a compilation error on some gcc env
14321 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14322 XPointer implementation
14323 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14324 related XPointer tests and associated results
14325
Daniel Veillard300f7d62000-11-24 13:04:04 +000014326Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14327
14328 * doc/xmldtd.html doc/xml.html: following a short step by step
14329 guidance on IRC to help maciej with DTDs I started a small
14330 page on the subject.
14331
Daniel Veillard748e45d2000-11-17 16:36:08 +000014332Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14333
14334 * HTMLparser.c: fixed handling of broken charrefs
14335 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14336 patches
14337
Daniel Veillard28929b22000-11-13 18:22:49 +000014338Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14339
14340 * doc/xml.html doc/html/* : rebuilt the docs after adding
14341 xinclude and updated page for 2.2.7 and 2.2.8
14342 * configure.in: releasing 2.2.8
14343
Daniel Veillard41e06512000-11-13 11:47:47 +000014344Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14345
14346 * parser.[ch] parserInternals.c: applied the conditional
14347 section processing fix from Jonathan P Springer
14348 <jonathan.springer2@gte.net>
14349 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14350 project file, fixed iconv default non support
14351 * xpath.c: fixed the problem of evaluating relative expressions
14352 when a node context is provided.
14353
Daniel Veillardbf432752000-11-12 15:56:56 +000014354Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14355
14356 * nanoftp.c: fixed gcc 2.95 new warnings
14357 * SAX.c: fixed a stupid bug
14358 * tree.c: fixed a formatting problem when round-tripping
14359 from/to memory
14360 * xinclude.c: chased memleak, fixed a base problem
14361 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14362 xmlXPtrBuildNodeList()
14363 * TODO: updated
14364 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14365 adding a first small set of regression tests for XInclude
14366
Daniel Veillardc2def842000-11-07 14:21:01 +000014367Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14368
14369 * nanohttp.[ch]: applied Wayne Davison patches to access
14370 the WWW-Authorization header.
14371 * parser.c: Closed Bug#30847: Problems when switching encoding
14372 in short files by applying Simon Berg's patch.
14373 * valid.c: fixed a validation problem
14374 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14375 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14376 Wayne Davison
14377 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14378 need to be extended to non full nodes selections.
14379 * xinclude.c: starts to work decently
14380
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014381Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14382
14383 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14384 debugXML.c xmlversion.h.in: Started adding XInclude support,
14385 this is a new xmllint option
14386 * tree.c xpath.c: applied TOM patches for XPath
14387 * xpointer.c: fixed a couple of errors.
14388 * uri.c: added an escaping function needed for xinclude
14389 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14390 new warning from RH70 gcc's version
14391
Daniel Veillarda4964b72000-10-31 18:23:44 +000014392Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14393
14394 * HTMLparser.c: fixed loop on invalid char in scripts
14395 * parser.c: update to description of xmlIOParseDTD()
14396 * libxml.m4 xmlversion.h.in: changes contributed by
14397 Michael Schmeing <m.schmeing@internet-factory.de>
14398 * configure.in: preparing for 2.2.7
14399 * Makefile.am: trying to avoid config.h and acconfig.h
14400 being included in the distrib
14401 * configure.in: released 2.2.7
14402
14403Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14404
14405 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14406 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14407
Daniel Veillard01411222000-10-30 15:33:22 +000014408Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14409
14410 * parser.[ch]: added xmlIOParseDTD()
14411 * xpointer.c: added support for the 2 extra parameters of
14412 string-range, fixed a stoopid error when '0' was present
14413 in XPointer expressions
14414 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14415 testsuite for the above
14416
Daniel Veillard6db58192000-10-30 09:27:53 +000014417Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14418
14419 * libxml.spec.in: improved package descriptions
14420
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014421Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14422
14423 * xpath.c xpathInternals.h: applied a large cleaning patch
14424 from TOM <ptittom@free.fr>, it also add namespace support
14425 for function and variables registration.
14426
Daniel Veillardbd20df72000-10-29 17:53:40 +000014427Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14428
14429 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14430 * Makefile.mingw: Wayne Davison's update adding hash.c
14431
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014432Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14433
14434 * xpath.c: fixed the root evaluation problems
14435 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14436 ignorable spaces with <b> <bold> <em>
14437 * tree.c: fixed a loop in xmlSearchNsByHref()
14438
Daniel Veillard767662d2000-10-27 17:04:52 +000014439Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14440
14441 * xpath.c: applied another XPath patch from TOM
14442 * xpath.c include/makefile.am: applied another patch from
14443 china@thewrittenword.com (cleanup on IRIX).
14444
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014445Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14446
14447 * xml-config.1: received a fixed version from Fredrik Hallenberg
14448 <hallon@lysator.liu.se>
14449
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014450Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14451
14452 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14453 cleanup patch for XPath
14454
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014455Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14456
14457 * patched to redirrect all "out of context" error messages to
14458 a reconfigurable routine. The changes are:
14459 * xmlerror.h : added the export of an error context type (void *)
14460 an error handler type xmlGenericErrorFunc there is an interface
14461 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14462 to reset the error handling routine and its argument
14463 (by default it's equivalent to respectively fprintf and stderr.
14464 * all the c files: all wild accesses to stderr or stdout within
14465 the library have been replaced to calls to the handler.
14466
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014467Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14468
14469 * configure.in: release 2.2.6
14470 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14471 exporting the inner functions of xpath for extension modules
14472 * doc/*: updated and rebuilt the doc
14473
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014474Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14475
14476 * nanohttp.c : applied Wayne HTTP cleanup patch
14477 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14478 and xmlNodeSetSpacePreserve()
14479
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014480Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14481
14482 * xpath.c: closing bug #29260
14483
Daniel Veillard126f2792000-10-24 17:10:12 +000014484Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14485
14486 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14487 multikey tuples, made hash structure opaque
14488 * valid.[ch]: moved elements, attributes, notations decalarations
14489 as well as ID and refs to hash tables.
14490 * entities.c: hash cleanup
14491 * xmlmemory.c: fixed a dump problem in debug mode
14492 * include/Makefile.am: problem passing in DESTDIR= values patch
14493 from Marc Christensen <marc@calderasystems.com>
14494 * nanohttp.c: removed debugging remains
14495 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14496 * HTMLparser.c parser.c: fixing a number of problems with the
14497 macros in the *parser.c files (Wayne).
14498 * HTMLparser.c: close the previous option when opening a new one
14499 (Marc Sanfacon).
14500 * result/HTML/*: updated the HTML results accordingly
14501
Daniel Veillard52afe802000-10-22 16:56:02 +000014502Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14503
14504 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14505 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14506 XPath functions and XML entities table to them. More to come...
14507 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14508
Daniel Veillard683cb022000-10-22 12:04:13 +000014509Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14510
14511 * tree.c: coalesce adjacent text nodes
14512 * valid.c: handling of blank nodes in DTd validation (raised
14513 by problems with a posteriori validation).
14514 * nanohttp.c: changing behaviour on HTTP write stuff.
14515 * HTMLtree.c: forced body and html to be explicitely closed.
14516 * xpath.h: exported more XPath functions.
14517
Daniel Veillard1baf4122000-10-15 20:38:39 +000014518Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14519
14520 * Release of 2.2.5
14521 * xpointer.c: range() range-inside and other helper functions
14522 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14523
Daniel Veillard47e12f22000-10-15 14:24:25 +000014524Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14525
14526 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14527 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14528
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014529Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14530
14531 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14532 and XPointer modules
14533
Daniel Veillard134c9f32000-10-15 10:27:08 +000014534Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14535
14536 * SAX.h: closed #25107
14537
Daniel Veillard39915622000-10-15 10:06:55 +000014538Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14539
14540 * testSAX.c: fixed problem with cdata reporting
14541 * SAXresult/* : updated
14542
Daniel Veillard1e851392000-10-15 10:02:56 +000014543Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14546 Closed bug #27499, added to regression tests
14547 * TODO: updated
14548
Daniel Veillard7eda8452000-10-14 23:38:43 +000014549Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14550
14551 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14552 support for SCRIPT and STYLE with help from Bjorn Reese
14553 * test/HTML/* result/HTML/*: added simple testcase and updated
14554 the existing ones.
14555
Daniel Veillardff9c3302000-10-13 16:38:25 +000014556Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14557
14558 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14559 string-range for empty strings
14560 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14561 test/XPath/xptr/strrange: augmented the XPointer testsuite
14562
Daniel Veillard189446d2000-10-13 10:23:06 +000014563Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14564
14565 * doc/xml.html doc/xmlmem.html: added a module describing memory
14566 interfaces and use, updated the main page.
14567
Daniel Veillard2f971a22000-10-12 23:26:32 +000014568Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14569
14570 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14571 nanoftp code work on Windows too now
14572
14573Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014574
14575 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14576 * xpointer.c: implemented string-range() at least a good first version
14577 * test/XPath/docs/str test/XPath/xptr/strrange
14578 result/XPath/xptr/strrange: the string-range() tests
14579
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014580Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14581
14582 * Makefile.am include/Makefile.am include/win32config.h
14583 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14584 and make distcheck
14585
Daniel Veillard19d61112000-10-11 23:50:35 +000014586Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14587
14588 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14589 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14590 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14591
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014592Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14593
14594 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14595 patch for socklen_t detection by
14596 Albert Chin-A-Young <china@thewrittenword.com>
14597
Daniel Veillardcd429612000-10-11 15:57:05 +000014598Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14599
14600 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14601 and added a --dtdvalid option to xmllint used to test it
14602
Daniel Veillard47c02452000-10-11 13:04:36 +000014603Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14604
14605 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14606 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14607
Daniel Veillard2d38f042000-10-11 10:54:10 +000014608Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14609
14610 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14611 handlings (registration, lookup, cleanup)
14612
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014613Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14614
14615 * configure.in Makefile.am include/makefile.am: adding XPointer
14616 and XPtrtests target
14617 * xpointer.[ch] : new files for XPointer support
14618 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14619 more XPath tests
14620
Daniel Veillard57fda592000-10-10 23:24:14 +000014621Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14622
14623 * configure.in: fixed, very broken, make distcheck works again
14624
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014625Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14626
14627 * More work toward 2.2.5, integrated a number of patches
14628 * configure.in Makefile.am win32config.h.in: trying to cleanup
14629 make distcheck .... huh ...
14630 * include/Makefile.am include/win32config.h: new directory
14631 for includes
14632 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14633 updated teh makefiles and instructions for WIN32
14634 * xpath.c: small fixes
14635 * test/XPath/ results/XPath: updated the testcases and results
14636 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14637 suggested patches
14638 * valid.c: fixed an ID bug
14639
Daniel Veillardb71379b2000-10-09 12:30:39 +000014640Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14641
14642 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014643 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014644 * xpath.[ch]: worked on XPointer
14645
Daniel Veillard7e99c632000-10-06 12:59:53 +000014646Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14647
14648 * configure.in Makefile.am: 2.2.5, ship the include in an
14649 include/libxml subdirectory, use symlinks when using CVS
14650 * testSAX.c: fixed small bug
14651 * testXPath.c: changed the way testfiles are parsed
14652 * debugXML.c: same kind of cleanup when parsing an argument expression
14653 XPath/XPointers can have blanks embedded
14654 * xpath.[ch]: more cleanup, reorgs for XPointer work
14655 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14656 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14657
Daniel Veillard55b91f22000-10-05 16:30:11 +000014658Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14659
14660 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14661 in the XPath engine, rewrote large parts of it, now it's far
14662 cleaner and in sync with the REC not an old WD. Fixed a parsing
14663 problem in the interactive XML shell found when testing XPath.
14664
Daniel Veillardac260302000-10-04 13:33:43 +000014665Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14666
14667 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14668 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14669 examples with the extra test
14670
Daniel Veillard7cfce322000-10-04 12:40:27 +000014671Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14672
14673 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14674 the global init function.
14675
Daniel Veillard970112a2000-10-03 09:33:21 +000014676Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * HTMLparser.c: Doohhh, attribute name parsing was still case
14679 sensitive ! Fixed this ...
14680 * result/HTML/* : updated the tests results accordingly
14681
Daniel Veillard740abf52000-10-02 23:04:54 +000014682Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14685 engine, should be far more stable, incorporated a new version of
14686 preceding/following axis, need testing
14687 * uri.c: fixed file:///c:/a/b/c problem
14688 * test/XPath/tests/idsimple: augmented the XPath tests
14689
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014690Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14691
14692 * doc/* rebuilding docs for 2.2.4 release
14693
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014694Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14695
14696 * configure.in: releasing 2.2.4
14697 * parser.[ch]: added xmlStrEqual()
14698 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14699 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14700 use xmlStrEqual instead
14701 * TODO: updated
14702 * added an XPath test
14703
Daniel Veillardbc765302000-10-01 18:23:35 +000014704Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14705
14706 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14707 * entities.h: exported xmlInitializePredefinedEntities
14708 * parser.[ch] : added xmlInitParser()
14709 * parserInternals.h : had to export htmlInitAutoClose()
14710
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014711Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14712
14713 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14714 problems
14715 * Makefile.am : added XPath regression tests to normal tests
14716 * uri.c: fixed a problem with local paths, cleanup
14717 * parser.c: fixed a problem with large CData sections
14718
Daniel Veillardd2ade932000-09-30 14:39:55 +000014719Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14720
14721 * configure.in xml-config.in: patch from "Ben Taylor"
14722 <sol7x86@hotmail.com> for solaris shared libs lookup
14723
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000147242000-09-30 Martin Baulig <baulig@suse.de>
14725
14726 * libxml-2.0.pc.in: Provide pkg-config script.
14727
14728 * configure.in: Create the libxml-2.0.pc script from the
14729 libxml-2.0.pc.in templates.
14730 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014731 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014732
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014733Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14734
14735 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14736 when compiling with MSC
14737
Daniel Veillard46057e12000-09-24 18:49:59 +000014738Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14739
14740 * xpath.c: patch for normalize-string() substring-before(),
14741 substring-after() and translate() functions from Bjorn Reese
14742 <breese@mail1.stofanet.dk>
14743 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14744 Fredrik Hallenberg <hallon@lysator.liu.se>
14745 * TODO: updated
14746
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014747Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14748
14749 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14750 problem of socklen_t being undefined on a number of platforms
14751 * debugXML.c: fixed a compilation problem when without snprintf
14752
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014753Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14754
14755 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14756 an URI bug and a fix for the control-character-induced infinite loop
14757 * nanohttp.c: preventive fix for compiling on WIN32
14758
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014759Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14760
14761 * xmlint.c: closing bug #25000
14762
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014763Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14764
14765 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14766 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14767 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14768 related function, fixing xmlStrncmp(), and associated cleanup
14769 * result/HTML/entities.html.sax: updating result
14770
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014771Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14772
14773 * uri.c: applied patch for URI escaping from Wayne Davison
14774 <wayned@blorf.net>
14775 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14776 from Denis Barbier <barbier@imacs.polytechnique.fr>
14777 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14778 patch from Wayne Davison
14779
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014780Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14781
14782 * doc/xml.html : updated with new releases, adding "how to help"
14783
Daniel Veillard04698d92000-09-17 16:00:22 +000014784Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14785
14786 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14787 removed a few warnings in pedantic mode ...
14788 * parserInternals.c parser.c: moved encoding switching function
14789 to parserInternals.c
14790 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14791
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014792Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14793
14794 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14795 error or warning handlers
14796
Daniel Veillardb1059e22000-09-16 14:02:43 +000014797Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14798
14799 * parserInternals.c parserInternals.h parser.c Makefile.am:
14800 created a new module parserInternals.c, moved most of the
14801 code shared by the various parsers there, as well as
14802 deprecated code from parser.c. More cleanup of parser.c
14803 * uri.c: fixed a problem when URI is NULL
14804 * valid.c: speedup when looking for an attribute declaration
14805
Daniel Veillard39c7d712000-09-10 16:14:55 +000014806Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14807
14808 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14809 the cleanup of the computation of URI references when seeking
14810 external entities. The URI reference string and the resulting
14811 URI are both stored now.
14812 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14813 large s(n)printf checks and cleanup from Denis Barbier
14814 <barbier@imacs.polytechnique.fr>
14815 * xmlversion.h.in tree.h: couple of SGML declarations for a
14816 possible docbook module.
14817 * result/VC/ : a couple of test output changed due to the change
14818 of the entities URI
14819
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014820Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14821
14822 * parser.h: added a _private field for linking user's data
14823
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014824Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14825
14826 * parser.c parserInternals.h: demacroified most of the IS_XXX
14827 the gain in size is significant so ...
14828
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014829Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14830
14831 * entities.c: cases where looking up entities with doc==NULL
14832 covered
14833
Daniel Veillard90e11312000-09-05 10:42:32 +000014834Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14835
Daniel Veillard1de50802000-09-07 08:54:32 +000014836 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014837 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14838
Daniel Veillard98a79162000-09-04 11:15:39 +000014839Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14840
Daniel Veillard1de50802000-09-07 08:54:32 +000014841 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014842 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14843 * Makefile.in: added URItest and included thenin "make tests"
14844
14845Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014846
14847 * xmlversion.h.in: closed bug 22941
14848
Daniel Veillard2bb89092000-08-31 14:57:50 +000014849Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
14851 * doc/xmlio.html: added doc and example for entity loader
14852 redefinition.
14853
Daniel Veillard96984452000-08-31 13:50:12 +000014854Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14855
14856 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14857 used by libxml
14858
Daniel Veillarde715dd22000-08-29 18:29:38 +000014859Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14860
14861 * parser.c: Fixed bug on invalid ontent characters and when using
14862 push.
14863 * xmllint.c: fixed xmllint endling of errors in push mode
14864
Daniel Veillard4948eb42000-08-29 09:41:15 +000014865Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14866
14867 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014868 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014869 * result/HTML/*.sax: regenerated HTML SAX output
14870 * parser.c: more cleanup.
14871
Daniel Veillarde010c172000-08-28 10:04:51 +000014872Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14873
14874 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014875 patches from Wayne Davison <wayned@users.sourceforge.net>,
14876 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014877 * HTMLparser.c: fixed an ignorable white space detection bug
14878 occuring when parsing with SAX only
14879 * result/HTML/*.sax: updated since the output is now HTML
14880 encoded...
14881
Daniel Veillard47f3f312000-08-27 22:40:15 +000014882Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14883
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014884 * HTMLparser.[ch]: applied some of Wayne Davison
14885 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014886
Daniel Veillarde0854c32000-08-27 21:12:29 +000014887Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14888
14889 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14890 undeclared namespace prefix was used, added a warning.
14891 Cleaned up support w.r.t. entities, spilling out a warning
14892 and being pedantic on lookups.
14893 * test/warning/ent9 : added testcase for previous example.
14894 * TODO: updated
14895 * parserInternals.h parser.c: changed the way names are parsed
14896 now allow infinite size and decrease penalty for normal use
14897 * parser.c: Started a big cleanup/check of the parser code,
14898 fixed some of the most tortuous entity code, spotted code
14899 unused anymore
14900 * test/*: added tests for very long names and related nasty
14901 things.
14902
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014903Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14904
14905 * doc/encoding.html: added encoding aliases doc
14906 * doc/xml.html: updates
14907 * encoding.[ch]: added EncodingAliases functions
14908 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14909 bottleneck affecting large DTDs like Docbook
14910 * parser.[ch] xmllint.c: added a pedantic option, will be
14911 useful
14912 * SAX.c: redefinition of entities is reported in pedantic mode
14913 * testHTML.c: uninitialized warning from gcc
14914 * uri.c: fixed a couple of bugs
14915 * TODO: added issue raised by Michael
14916
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014917Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14918
14919 * doc/encoding.html: propagated Martin Duerst suggestions
14920
Daniel Veillard52402ce2000-08-22 23:36:12 +000014921Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14922
14923 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14924 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14925 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14926 by Wayne Davison
14927
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014928Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14929
14930 * nanoftp.c nanohttp.c: small cleanup
14931 * TODO: updated
14932
Daniel Veillard244ece92000-08-19 20:58:02 +000014933Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14934
14935 * added an old VC testcase and updated title.xml entity
14936
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014937Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14938
14939 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14940 done on auto-opening of <p> tags and cleanup of SAX output
14941
Daniel Veillard979e55e2000-08-19 16:48:54 +000014942Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14943
14944 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14945
Daniel Veillard4540be42000-08-19 16:40:28 +000014946Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14947
14948 * doc/xml.html libxml.* structure.*: updated the doc a bit
14949
Daniel Veillard808a3f12000-08-17 13:50:51 +000014950Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14951
14952 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14953 of SAX tests
14954
Daniel Veillard29579362000-08-14 17:57:48 +000014955Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14956
14957 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14958 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14959
Daniel Veillard1255ab72000-08-14 15:13:33 +000014960Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14961
14962 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14963 * testHTML.c: fix core dump on Solaris 2.x systems
14964 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14965 * result/HTML/*.sax: previous bug fix lead to new results
14966
Daniel Veillard03109292000-08-14 14:58:22 +000014967Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14968
14969 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14970 * configure.in: added --with-readline=DIR to accept alternate
14971 path for readline include/library
14972 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14973 for ANSI under HP-UX
14974 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14975 includes @LIBS@
14976
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014977Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14978
14979 * doc/* : rebuilt the docs
14980 * getting ready for 2.2.2 release
14981
Daniel Veillard87b95392000-08-12 21:12:04 +000014982Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14983
14984 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14985 and xmlAddFeature()
14986 * tree.[ch]: added xmlAddChildList()
14987 * xmllint.c: MAP_FAILED macro test
14988 * parser.h: added xmlParseCtxtExternalEntity()
14989 * valid.c: applied bug fixes removed warning
14990 * tree.c: added CDATA block to elements content
14991 * testSAX.c: cleanup of output
14992 * testHTML.c: added SAX testing
14993 * encoding.c: better error recovery
14994 * SAX.c, parser.c: fixed one of the external entity processing
14995 of the OASis testsuite
14996 * Makefile.am: added HTML SAX regression tests
14997 * configure.in: bumped to 2.2.2
14998 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14999 SAX results
15000
Daniel Veillard88a172f2000-08-04 18:23:10 +000015001Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15002
15003 * configure.in: patch for HP compiler
15004
150052000-08-04 Sven Heinicke <sven@zen.org>
15006
15007 * xmllint.c: Was coredumping sometimes when the file given didn't
15008 exist.
15009
Daniel Veillard46e370e2000-07-21 20:32:03 +000015010Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15011
15012 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015013
Daniel Veillard46e370e2000-07-21 20:32:03 +000015014 when using in memory parsing. Need some cleanup.
15015 * xmllint.c configure.in: added a --memory flag to test memory
15016 parsing
15017
Daniel Veillard36650692000-07-21 15:16:39 +000015018Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15019
15020 * nanohttp.c: fixed socklen_t replacement to unsigned int
15021 * parser.c: fixed a space handdling missing at the end of
15022 production 28 DOCTYPE.
15023 * xmlmemory.c: fixed a stupid bug on the routine to override
15024 allocation functions
15025 * TODO: updated
15026
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015027Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15028
15029 * doc/ regenerated the docs
15030
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015031Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15032
15033 * doc/encoding.html doc/xml.html: added I18N doc
15034 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15035 improvements, both parser and filters, added ASCII & HTML,
15036 fixed the ISO-Latin-1 one
15037 * xmllint.c testHTML.c: added/made visible --encode
15038 * debugXML.c : cleanup
15039 * most .c files: applied patches due to warning on Windows and
15040 when using Sun Pro cc compiler
15041 * xpath.c : cleanup memleaks
15042 * nanoftp.c : added a TESTING preprocessor flag for standalong
15043 compile so that people can report bugs more easilly
15044 * nanohttp.c : ditched socklen_t which was a portability mess
15045 and replaced it with unsigned int.
15046 * tree.[ch]: added xmlHasProp()
15047 * TODO: updated
15048 * test/ : added more test for entities, NS, encoding, HTML, wap
15049 * configure.in: preparing for 2.2.0 release
15050
Daniel Veillard49703262000-07-10 10:27:46 +000015051Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15052
15053 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015054 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015055
Daniel Veillard306be992000-07-03 12:38:45 +000015056Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15057
15058 * doc/xml.html: changed the xmlsoft.org structure, updated the
15059 examples w.r.t. root and childs
15060
Daniel Veillard7d853352000-07-02 18:53:09 +000015061Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
Daniel Veillard784b9352003-02-16 15:50:27 +000015063 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015064
Daniel Veillard365e13b2000-07-02 07:56:37 +000015065Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * HTMLparser.c: Work on character encoding support for the HTML parser
15068 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15069 * encoding.c: Fixed a potential memleak in the encoding stuff
15070
Daniel Veillardaf743792000-07-01 11:49:28 +000015071Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15072
15073 * doc/FAQ.html doc/Makefile.am : added a FAQ
15074
15075Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015076
15077 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15078 of the HTML parser to force it to not bypass SAX
15079
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015080Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15081
15082 * win32config.h.in: updated
15083 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15084 lacks iconv support :-( need to release 2.1.1
15085 * configure.in: release 2.1.1
15086 * HTMLparser: fixed bug #14784
15087 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15088 by Windows compiler
15089 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15090 the SAX startDocument() callback.
15091 * TODO: updated
15092
15093Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15094
15095 * added xmlStopParser()
15096
Daniel Veillardbe803962000-06-28 23:40:59 +000015097Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15098
15099 * configure.in: 2.1.0 prerelease
15100 * Large resync between W3C and Gnome tree
15101 * nanoftp, nanohttp.c: fixed stalled connections probs
15102 * HTMLtree.c SAX.c : support for attribute without values in
15103 HTML for andersca
15104 * valid.c: Fixed most validation + namespace problems
15105 * HTMLparser.c: start document callback for andersca
15106 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15107 * parser.h, SAX.c: serious speed improvement for large
15108 CDATA blocks
15109 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15110 different encoding
15111 * example/Makefile.am example/gjobread.c tree.h: work on
15112 libxml1 libxml2 convergence.
15113 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15114 and the LIBXML_TEST_VERSION macro
15115
Daniel Veillardc310d562000-06-23 18:32:15 +000015116Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15117
15118 * doc/xml.html: various patches and improvements typo fixed by
15119 Felix Natter
15120 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15121 from Felix Natter <fnatter@gmx.net>
15122
Daniel Veillardf3029822000-05-06 08:11:19 +000015123Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15124
15125 * doc/upgrade.html: updated with instructions for support of both
15126 libxml-1.x and libxml-2.x
15127 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15128 for 2.x support and also fixed includes
15129
15130
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015131Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15132
15133 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15134 the encoding support, added iconv support, so now libxml if
15135 compiled with iconv automatically support japanese encodings
15136 among others. Work based on initial patch from Yuan-Chen Cheng
15137 I may have broken binary compat in the encoding handler
15138 registration scheme, but that was so utterly broken I don't
15139 expect anybody to have used this feature until now.
15140 * parserInternals.h: fixup on the CHAR range macro
15141 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15142 code.
15143 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15144 * uri.c: added xmlParseURI() I can't believe I forgot to
15145 implement this one in 2.0 !!!
15146 * SAX.c: moved doc->encoding update in the endDocument() call.
15147 * TODO: updated.
15148
Daniel Veillard06047432000-04-24 11:33:38 +000015149Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15150
15151 * tree.h: removed extraneous xmlRemoveProp definition
15152 * TODO: added item about --disable-corba configure switch
15153 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15154 * nanoftp.c: fixed include problems giving troubles on AIX and
15155 slowlaris
15156 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15157 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15158 comment and headers changes to lower gtk-doc number of warnings
15159 * doc/html/*: rebuilt docs
15160
Daniel Veillarde0aed302000-04-16 08:52:20 +000015161Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15162
15163 * HACKING: documented the tag for 1.x and instructions
15164
Daniel Veillard5e873c42000-04-12 13:27:38 +000015165Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15166
15167 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15168 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15169 xmlCreateIOParserCtxt
15170 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15171 significant overall improvement
15172 * xmllint.c: added I/O test to xmllint
15173 * testSAX.c: added a speed test
15174 * doc/* : updated/regenerated
15175
Daniel Veillardfc708e22000-04-08 13:17:27 +000015176Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15177
15178 * xpath.c uri.h parserInternals.h: cosmetic changes from
15179 "Timur I. Bakeyev" <timur@bat.ru>, including making
15180 xmlCreateURI() public
15181
Daniel Veillard5d211f42000-04-07 17:00:24 +000015182Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15183
15184 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15185 and the code at the same time. Added a clean mechanism for
15186 overload or added input methods: xmlRegisterInputCallbacks()
15187 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15188 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15189 * TODO: updated
15190 * doc/* : updated/regenerated
15191 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15192 source dir
15193
Daniel Veillarde77a9182000-04-05 19:12:29 +000015194Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15195
15196 * testURI.c: yet another forgotten commit, I should get some sleep !
15197
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015198Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15199
15200 * xmllint.c: forgot to commit this too ?
15201
Daniel Veillardb9df4042000-04-05 14:23:16 +000015202Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15203
15204 * xmlversion.h.in : forgot to commit this previously
15205
Daniel Veillard361d8452000-04-03 19:48:13 +000015206Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15207
15208 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15209 * README TODO: updated for release
15210 * uri.c uri.h: added authority parsing/saving
15211 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15212 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15213 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15214 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15215 Makefile.am : added compile-time customization of libxml
15216 --with-ftp --with-http --with-html --with-xpath --with-debug
15217 --with-mem-debug
15218 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15219 #include <libxml/xxx.h> I hope it won't break too much stuff
15220 and will be manageable in the future...
15221 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15222 and added xmllint to the installed programs
15223 * uri.h: added xmlFreeURI()
15224
Daniel Veillardec303412000-03-24 13:41:54 +000015225Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15226
15227 * uri.c uri.h: finished the escaping handling, the base support
15228 and the URI path normalization. Looks good just lacks the
15229 authority content parsing code.
15230 * Makefile.am: added instructions to generate testURI
15231 * TODO: updated
15232 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15233 added links and icons for W3C and Gnome
15234
Daniel Veillard8f621982000-03-20 13:07:15 +000015235Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15236
15237 * xmlmemory.[ch] : seems I forgot to actually update the files in
15238 the last commit :-)
15239 * doc/xml.html doc/html/* : updated and uploaded the docs
15240
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015241Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15242
15243 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15244 * TODO: updated
15245 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015246 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015247 gfree).
15248 * Makefile.am, uri.c, uri.h: added a set of functions to do
15249 exact (litteraly copied from the RFC 2396 productions) parsing
15250 and handling of URI. Will be needed for XLink, one XML WFC,
15251 XML Base and reused in the nano[ftp/http] modules. Still work
15252 to be done.
15253
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015254Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15255
15256 * configure.in, libxml.spec.in : libxml2
15257 * doc/* : updated the doc page, rebuilt the docs
15258
Daniel Veillardcf461992000-03-14 18:30:20 +000015259Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15260
15261 * all: tagged LIB_XML_1_X
15262 * *.c *.h : updated from W3C CVS tree
15263 * configure.in : 2.0.0-beta
15264 * libxml.spec.in : libxml2 package nam
15265 * result/* : new version of the tests output
15266
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015267Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15268
15269 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15270
Daniel Veillardb566ce12000-03-04 11:39:42 +000015271Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15272
15273 * doc/* : rebuilt the docs
15274 * parser.c: final patch on #6766
15275 * valid.c: small patch on validity checks.
15276
Daniel Veillardfb76c402000-03-04 11:39:42 +000015277Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15278
15279 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15280 added
15281 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15282 compatibility w.r.t. XML spec and existing code.
15283
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015284Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15285
15286 * parser.c: seems a better solution to <a> </a> exists,
15287 will try it for a while
15288
Daniel Veillard83a30e72000-03-02 03:33:32 +000015289Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15290
15291 * parser.c: tried to remove the <a> </a> generating <a/>
15292 this is hard. Left a flag for that purpose. Fixed bug #6766
15293 * configure.in: prepared 1.8.7 not released, due to previous
15294 problem
15295
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015296Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15297
15298 * doc/xml.html : applied second patch from Paul DuBois
15299
Daniel Veillard402e8c82000-02-29 22:57:47 +000015300Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15301
15302 * doc/xml.html : applied patch from Paul DuBois
15303
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015304Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15307
Daniel Veillard5feb8492000-02-02 17:15:36 +000015308Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15309
15310 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15311 compilation warnings on various platforms.
15312 * parser.c: Fixed #5281 validity error callbacks are now desactived
15313 by default if not validating.
15314
Daniel Veillardf341f932000-02-02 14:52:08 +000015315Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15318
Daniel Veillard13c757e2000-02-01 23:59:15 +000015319Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15320
15321 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15322 <gkatsi@cs.toronto.edu>
15323
Daniel Veillard726e8792000-01-30 20:04:29 +000015324Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15325
15326 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15327 processing URLs
15328
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015329Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15330
15331 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15332 xmlNanoFTPUpdateURL for persistent control connections.
15333 * configure.in: 1.8.6
15334
15335Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15336
15337 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15338 * tree.[ch] : added xmlSaveNoEmptyTags
15339
James Henstridgef3be9312000-01-28 13:59:21 +0000153402000-01-29 James Henstridge <james@daa.com.au>
15341
15342 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15343
15344 * Makefile.am: added nanoftp.[ch] to the build.
15345
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015346Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15347
15348 * nanoftp.[ch]: cleanup, comments, API
15349 * debugXML.c : fixed a bug in the cat command
15350 * doc/*: regenerated the docs
15351
Daniel Veillardda07c342000-01-25 18:31:22 +000015352Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15353
15354 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15355 * debugXML.c : fixed a bug in the cat command
15356 * valid.c: fixing some small probs
15357 * libxml.spec.in: get rid of the SNAP suffix
15358 * doc/xml.html: updated the status
15359
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015360Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15361
15362 * xml-config.in: xml-config --version to just return the
15363 version number
15364 * xpath.c: some cleanup w.r.t. axis when the current node is
15365 an attribute.
15366 * TODO: updated
15367
Daniel Veillard461a66c2000-01-18 18:01:01 +000015368Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15369
15370 * configure.in: prepared for libxml-1.8.5
15371 * doc/* recompiled the documentation
15372
153732000-01-17 Jody Goldberg <jgoldberg@home.com>
15374
15375 * configure.in : WARNING autoconf subtlety alert :
15376 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15377 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15378 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15379 get defined by AC_CHECK_HEADERS.
15380
Daniel Veillardf967b902000-01-17 16:06:10 +000015381Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15382
15383 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15384 Rune.Djurhuus@fast.no
15385
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015386Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15387
15388 * TODO: updated
15389 * tree.c, parser.c: made sure that only memory alloc problems
15390 and internal parser errors are allowed to write to stdout or
15391 stderr.
15392
Daniel Veillard0142b842000-01-14 14:45:24 +000015393Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15394
15395 * tree.c : restored xmlNewGlobalNs since this seems used by
15396 a lot of existing code :-(, fixed a bug in xmlNewNs
15397 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15398 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15399 to exit() from the library code.
15400 * xpath.c, parser.c: removed bugs or unused code detected by
15401 Windows compilers
15402 * parser.c: started adding interfaces for parsing well balanced
15403 XML fragments
15404 * configure.in: releasing 1.8.4
15405 * doc/* : rebuilt the docs
15406
Daniel Veillard2eac5032000-01-09 21:08:56 +000015407Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * tree.[ch] : added xmlNewDocFragment() for DOM
15410 * testHTML.c: uninitialized variable.
15411
Daniel Veillardf3a73582000-01-05 14:58:39 +000015412Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15413
15414 * doc/* : rebuild the docs
15415
Daniel Veillard71b656e2000-01-05 14:46:17 +000015416Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15417
15418 * acconfig.h: readline and history patch
15419 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15420 * tree.c: added check and handling when possibly removing an ID
15421 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15422 and saving.
15423 * test/HTML/entities.html result/HTML/entities.html* : test for
15424 various entities reference cases
15425 * result/HTML/* : as a result output of some testcase have
15426 changed
15427 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15428 by previous example. added xmlParseTryOrFinish().
15429 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15430 entities.h debugXML.h HTMLparser.h: changed the way struct are
15431 declared to allow gtk-doc to expose those
15432 * parser.c: closed bug #4960
15433 * Makefile.am configure.in: Applied patch from
15434 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15435 and math/socket libs detection
15436
Daniel Veillard437b87b2000-01-03 17:30:46 +000015437Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * configure.in, Makefile.am: link tester against readline
15440 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15441
Daniel Veillard686d6b62000-01-03 11:08:02 +000015442Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15443
15444 * tree.[ch]: added xmlRemoveProp
15445 * win32config.h.in nanohttp.c: avoid including the Windows
15446 socket stuff in every C files
15447 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15448 the XmL parser(s)
15449 * test/ns4 result/ns4 etc...: added test case for previous prob
15450 * tree.c: xmlNewNs wasn't checking for double definition
15451 * Makefile.in: fixed a problem with dist-hook duplicates
15452 * parser.[hc], xmlIO.c: fixed the loading of external entities
15453 APIs, now xmlLoadExternalEntity() is used everywhere and
15454 setting up an app specific front-end using the
15455 * SAX.c parser.c: some fixes, now the xhtml spec validates
15456 with the xhtml DTD.
15457 * error.c: fixed crashes in case of no input stream
15458 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15459 to the validation tests and results
15460
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015461Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15462
15463 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15464 too htmlCreatePushParserCtxt() and htmlParseChunk()
15465 * parser.c: a bit of cleanup.
15466 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15467 to XML) removed the last mem leak known
15468 * HTMLtree.c: output message cleanup
15469 * xmlmemory.c: display content info about memory blocks
15470 * result/HTML/wired.* : missing att value warning change
15471
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015472Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15473
15474 * doc/* : rebuilt the documentation
15475
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015476Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15477
15478 * parser.[ch] parserInternals.h: Push parser for XML,
15479 seems to work fine now
15480 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15481 --push for push testing
15482 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15483 * testSAX.c: added --push
15484 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15485 subtree
15486 * xmlIO.[ch] : enriched API + fixes for push mode
15487 * entities.[ch]: added the entity content length to the struct.
15488 * xmlmemory.[ch]: new API to show the last entries for the shell
15489 * valid.c: added required attribute testing
15490 * SAX.c: the cdata callback now merge contiguous fragments
15491 * HTMLparser.c: cleanup of some macros
15492
Daniel Veillard3c558c31999-12-22 11:30:41 +000015493Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * parser.c: fix for PIs name starting with xml
15496 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015497 * *.c, configure.in win32config.h.in : generate win32config.h for
15498 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015499
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015500Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15501
15502 * parser.c: fixed a stupid = vs. == bug :-(
15503 * doc/gnome-xml.sgml: s/glade/xml/
15504
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015505Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15506
15507 * configure.in, doc/xml.html : bug fix release 1.8.2
15508 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15509 Hopefully the end of that silly C++ include problem
15510 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15511 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15512 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15513 troubles with autoclosed elements when the stree shape doesn't
15514 follow the DtD specs. Added htmlIsAutoClosed() and
15515 htmlAutoCloseTag()
15516 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15517 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15518 * debugXML.c: fixed a bug on printing default namespaces.
15519 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15520
Daniel Veillardb24054a1999-12-18 15:32:46 +000015521Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15522
15523 * result/HTML/*.htm[l] : updated the HTML regression tests according
15524 to the new output
15525 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15526 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15527 problem due to intermix of extern "C" { ... } declarations for C++
15528 and recursive includes in the headers
15529
Chris Lahey323c48c1999-12-18 15:32:45 +0000155301999-12-20 Chris Lahey <clahey@umich.edu>
15531
15532 * HTMLtree.c: Made it so that html nodes with a single child do
15533 not insert a carriage return before or after the child node.
15534
Daniel Veillardb24054a1999-12-18 15:32:46 +000015535Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015536
15537 * configure.in, doc/xml.html : bug fix release 1.8.1
15538 * parser.c: fixed bug #4344
15539 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15540 added the glue to avoid C++ problems
15541 * doc/* : regenerated the documentation
15542
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015543Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15544
15545 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15546 namespace recognition, and Dia as a resul :-(
15547 * encoding.c: closed bug #3950
15548
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015549Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15550
15551 * valid.c: debugging a posteriori validation, except URI expansion
15552 stuff this should be fixed now
15553 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15554 Carl Nygard <cnygard@bellatlantic.net>
15555 * tester.c: added --postvalid, cleaning of the code
15556 * tree.[ch]: added xmlDocGetRootElement()
15557
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015558Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15559
15560 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15561 c++ losage.
15562
Daniel Veillard10a2c651999-12-12 13:03:50 +000015563Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15564
15565 * configure.in, doc/xml.html : bumped to 1.8.0
15566 * xlink.[ch], Makefile.am : added framework for link detection
15567 * parser.h: added nbChars to parser context, needed for cleanup.
15568 * xmlmemory.c: removed a nasty bug when out of mem
15569 * valid.[ch]: adding namespace support for attribute decl
15570 * tester.c: added --debugent option
15571 * debugXML.[ch]: added xmlDebugDumpEntities()
15572 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15573 buffers instead, this was really needed, validation was breaking
15574 in strange ways due to that. Added xmlParseStringPEReference()
15575 and other parsing from strings functions. Entities processing
15576 modified again, but PERef are still not handled correcly but
15577 unless you're Eve Maller you won't notice :-)
15578 * HTMLparser.c: large changes toward reliability, and switched to
15579 lowercase internal tags, XHTML is lowercase, so it will help
15580 that output is closer to next version.
15581 * doc/* : regenerated the documentation, it is now hosted at
15582 http://xmlsoft.org/ (same bits I just bought the domain :-)
15583
15584
Daniel Veillard294cbca1999-12-03 13:19:09 +000015585Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15586
15587 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15588 doc generation
15589 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15590 in the SAX API
15591 * doc/*: rebuilt the doc making sure everything appears in the
15592 HTML files
15593
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015594Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15595
15596 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15597 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15598 which allow impressive speed improvement on dataset with
15599 large text pieces, but at the cost of broken binary
15600 compatibility and slightly bigger memory usage.
15601 Configure with --with-buffers to activate them, they
15602 are protected with XML_USE_BUFFER_CONTENT define.
15603 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15604 goal is 0 memory left allocated once parser is no more used
15605 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15606 call xmlCleanupParser() and xmlMemoryDump()
15607
Daniel Veillarda819dac1999-11-24 18:04:22 +000015608Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15609
15610 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15611 * parser.[ch] encoding.[ch]: added memory cleanup routines
15612 * parser.c: closing bug #3788
15613 * doc/*: rebuilt the doc
15614
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015615Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15616
15617 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15618 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15619 * tester.c: added --compress option
15620 * doc/*: rebuilt the documentation
15621
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015622Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15623
15624 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15625 if given /proc/kcore as input !
15626 * doc/xml.html doc/*: updated and rebuilt the documentation
15627
15628Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015629
15630 * parser.c: Fixed some wrongly space collapsing code due to
15631 a misreading of the spec.
15632 * result/*: fixed the output accordingly
15633
15634Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015635
15636 * encoding.c: bug fix and typos
15637 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15638 * parser.c: added attribute normalization closing bug #3597
15639 * test/att* result/att* SAXresult/att*: testcase for attribute
15640 normalization
15641
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015642Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15643
15644 * configure.in: closing bug #3163 by adding extra flags for the
15645 cc compiler on HP-UX
15646
Daniel Veillard51e3b151999-11-12 17:02:31 +000015647Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15648
15649 * valid.[ch] : removed a typo and an enumerated type bug in the
15650 xmlAddElementDecl() function
15651 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15652 call to xmlEncodeEntitiesReentrant() so that the functions
15653 New, Set and Get are at the same level.
15654 * parser.c HTMLparser.c: extra memory allocation bug for
15655 attributes detected by someone using libxml in embedded systems :-)
15656
Daniel Veillard962195f1999-10-28 15:51:53 +000015657Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15658
15659 * xmlmemory.h: turned off mem debug :-\
15660
Daniel Veillard35008381999-10-25 13:15:52 +000015661Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15662
15663 * parser.c: closed bug #2784 a one line fix, but worth pushing
15664 a new release out
15665 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15666 some structures, comments before and after the
15667 main element, and other nastyness
15668 * HTMLtree.c tree.c: accomodate the extended HTML supported
15669 * configure.in: pushing 1.7.4
15670 * test/ent8 and related outputs : added a new test for bug #2784
15671 * test/HTML/wired.html and related output: a nasty HTML example
15672 * Makefile.am: improved the test scripts
15673 * docs/* : reran the documentation extractor, updated xml.html
15674
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015675Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15678 HTMLparser and debugged the HTML related code. HTML documents
15679 now have their own type
15680 * entities.c: do not dump &apos; for HTML output
15681 * xmlmemory.c: improvement, breakpoint mechanism
15682 * testHTML.c: added --sax --repeat ...
15683 * Makefile.am: improved the HTML tests
15684 * valid.[ch]: added xmlValidGetValidElements and
15685 xmlValidGetPotentialChildren
15686 * tester.c: added --insert to test the 2 new functions
15687 * test//* result//* SAXresult//* : regression test cleanup
15688 and extension.
15689 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15690 gnome-xml-nanohttp.html
15691
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015692Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * HTMLparser.c: fixed problems with some autoclose tags
15695 * tree.c: fixed XML output problems.
15696 * result/* SAXresult/*: update of the tests output
15697
Daniel Veillard6077d031999-10-09 09:11:45 +000015698Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15699
15700 * Makefile.am: Arturo patch for xmlConf.sh version info
15701 * parser.c: Tim Josling patch for single quoted items
15702 * tester.c: Tim Josling patch for tester options usage
15703 * tree.h: indent cleanup
15704
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015705Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15706
15707 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15708 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15709
Daniel Veillard00fdf371999-10-08 09:40:39 +000015710Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * tree.c : Raph patch for initialization of CORBA fields
15713 * parser.c, xpath.c, ...: modification of doc comments
15714 * xpath.c : allow spaces in xpath expressions
15715
Daniel Veillardad219441999-09-27 08:17:49 +000015716Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15717
15718 * xmlmemory.h: turning off memory debug :-(
15719
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015720Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15721
15722 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15723 better SAX interfaces.
15724 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15725 entity.
15726 * configure.in: 1.7.2
15727
15728Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015729
15730 * libxml.spec.in: fixed the URL
15731 * doc/xml.html: improved the documentation front-end
15732
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015733Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015734
15735 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15736
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015737Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015738
15739 * libxml.spec.in: fixed the alpha compile problem
15740 * parser.[ch]: changed errno to errNo in the parser context :-(
15741 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15742 * doc/xml.html: changed CHAR to xmlChar
15743 * doc/html/*: recompiled the documentation
15744 * configure.in: 1.7.1
15745
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015746Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * parser.h: modified the parser context struct to regain 1.4.0
15749 binary compatibility
15750 * parser.c, xml-error.h: added errno ot teh context and defined
15751 a set of errors values with update of errno
15752 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15753 DTDs and entities
15754 * *.h, *.c: complete cleanup of the use of config.h and include
15755 protection depending on the current setup.
15756 * overalll debugging, maintenance and bug-fixing on all modules
15757 * updated the documentation
15758 * ready for 1.7.0
15759
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015760Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * HTMLparser.c : cleanup
15763 * SAX.c valid.c valid.h: added ID/IDREF checking
15764 * tree.c tree.h: extended doc structure for refs
15765 * configure.in: 1.6.2
15766 * parser.c: patched bug in SAX user arg call
15767 * parserInternals.h: patched missing close in C++ wrapping
15768 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15769 especially upcoming XPointer implementation.
15770 * doc/xml.html: augmented, typo
15771
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015772Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15773
15774 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15775 not all invocations of install understand -d.
15776
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015777Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15778
15779 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15780 to make 'check' works, when builddir != srcdir.
15781
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015782Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15783
15784 * doc/xml.html : updated the documentation
15785
Daniel Veillard6454aec1999-09-02 22:04:43 +000015786Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15787
15788 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15789 not deallocated memory blocks
15790 * *.c : replaces all calls to malloc() free() and realloc() to
15791 the wrapper functions/macros
15792 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15793 instead of xmlFreeNodeList()
15794
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015795Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15796
15797 * HTMLparser.c: corrected a stupid bug leading to core dump at
15798 tree deallocation. Removed warnings indicated by
15799 Stephane.Conversy@lri.fr
15800 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15801 looked for in the external subset
15802
15803Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015804
15805 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15806 on SGI by Stephane.Conversy@lri.fr
15807
Daniel Veillardb96e6431999-08-29 21:02:19 +000015808Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15809
15810 * all .h : changed the prototype declaration indent as in gtk
15811 * most .c : working on reducing the TODOs in the code
15812 * most .c : cleanup though -pedantic and Insure++
15813 * improvements on validation ID checkings.
15814 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15815 * xml-config.in: closed #1810
15816
15817Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015818
15819 * tree.h, valid.c, valid.h: more work on validity, IDs
15820 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15821 definition for AIX
15822
Daniel Veillardb556eb51999-08-15 17:19:50 +000015823Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15826 the distribution due to a cut'n paste error at last commit
15827
Daniel Veillardb05deb71999-08-10 19:04:08 +000015828Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15829
15830 * configure.in: upgraded to version 1.4.0
15831 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15832 Big update, added a large part of the validation process,
15833 it should be usable, but some parts are missing
15834 * xpath.c: improved the implementation w.r.t. root.
15835 * Makefile.am: added more tests
15836 * test and result trees: added a lot of tests
15837 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15838
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015839Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15840
15841 * Added an HACKING file
15842
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015843Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15844
15845 * xpath.[ch] : improvements and debug of the XPath implementation
15846 * parser.c, HTMLparser.c : modified the parsers to be progressive
15847 * tree.[ch] : extended the Buffer promitives
15848 * xmlIO.[ch] : added basic I/O routines providing progressive
15849 parsing and ready for I18N conversion plugins
15850 * SAXresult/* : the SAX callback sequence maybe slightly different
15851 now
15852 * test*.c : improved/updated the tests programs
15853 * doc/* : recompiled the docs.
15854
Daniel Veillard15b75af1999-07-26 16:42:37 +0000158551999-07-26 Michael Meeks <michael@edenproject.org>
15856
15857 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15858
15859 * tree.c: Ditto.
15860
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015861Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15862
15863 * configure.in: upgraded to version 1.4.0
15864 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15865 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15866 XML query language, see http://www.w3.org/TR/xpath for more details.
15867 * parser.c, parser.h: added CHAR* related string functions for XPath
15868 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15869 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15870 rebuild the docs.
15871 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15872 and regression testing capabilities for XPath.
15873
Daniel Veillardd79d7871999-07-12 10:38:12 +000015874Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15875
15876 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15877 closing bug #1646
15878
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015879Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15880
15881 * Makefile.am, example/Makefile.am: closed bug #1683
15882
Daniel Veillard3166ab11999-07-11 16:14:19 +000015883Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15884
15885 * example/Makefile.am, configure.in: added the makefile for the
15886 gjobread example
15887
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015888Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15889
15890 * doc/Makefile.am:
15891 - fix which allow "make install DESTDIR=</install/prefix>".
15892
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015893Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15894
15895 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15896 which fixed a problem on the file reading-code.
15897
Daniel Veillard82150d81999-07-07 07:32:15 +000015898Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15899
15900 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15901 output.
15902 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15903
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015904Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15905
15906 * parser.h : Oops removed the binary compatibility problem
15907 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15908 * parser.c, HTMLparser.c: applied patches for reading from stdin
15909
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015910Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15911
15912 * parser.c, entities.c, valid.c: cleanup bug #1591
15913 * configure.in: cleanup bug #1592
15914 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15915 the same tree back-end. Hence gdome will be available for it.
15916 * doc/Makefile.am: close bug #617
15917
Daniel Veillard97fea181999-06-26 23:07:37 +000015918Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15919
15920 * parser.c: alloctate a per parser context SAX interface block
15921
Daniel Veillard14fff061999-06-22 21:49:07 +000015922Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15923
15924 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15925 and xmlEncodeEntitiesReentrant with the correct one :-\
15926
15927Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15928
15929 * commit of my internal XML base changes, quite a lot of
15930 changes, cleanups, better entities support, framework for
15931 new I/O and charset detection and handling
15932 * Fixed the configure/Makefile stuff to generate shared libs
15933 with the proper version info, so we jumped on rev from
15934 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15935 xmlEncodeEntities() result need to be freed now, and a string
15936 xmlParserVersion provide the current library version.
15937
Raph Levien05240da1999-06-15 21:27:11 +000015938Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15939
15940 * parser.c: fixed a buffer overrun for when you have a very long
15941 attribute with no entities in it.
15942
Daniel Veillardbb2da581999-06-13 14:37:07 +000015943Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15944
15945 * added example directory
15946 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15947
Daniel Veillard011b63c1999-06-02 17:44:04 +000015948Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15949
15950 * Release of libxml-1.1, nearly everything has been touched for
15951 this.
15952 * Added more regression tests
15953 * Updated the documentation
15954
Daniel Veillard27d88741999-05-29 11:51:49 +000015955Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15956
15957 * tree.[ch]: unified the XML_NO_CORBA defines.
15958 * parser.c encoding.[ch]: started plugging in char encoding detection
15959
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015960Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15961
15962 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15963 Also freed allocated buffer.
15964
Daniel Veillard27d88741999-05-29 11:51:49 +000015965Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015966 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15967 reentrancy problem at printing. One is left in entities.c, to
15968 remove ASAP
15969 * testSAX.c : added a test example showing the use of the SAX
15970 interface if one doesn't want to build the DOM tree.
15971 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15972
Daniel Veillard517752b1999-04-05 12:20:10 +000015973Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15974
15975 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15976 large revamping of the parser to use SAX callbacks
15977 http://www.megginson.com/SAX/ (or at least a C like interface
15978 a la Expat). It's now possible to set up your own callbacks
15979 and the parser will not build a DOM tree.
15980 * test/* result/*: updated the test suite, I finally removed
15981 the old Namespace draft support (PI based).
15982
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015983Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * Makefile.am: added test result to EXTRA_DIST for make tests
15986
Daniel Veillard64068b31999-03-24 20:42:16 +000015987Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15988
15989 * parser.c, parserInternals.h: moved the chars macro definitions
15990 to parserInternals.h
15991 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15992 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15993
Daniel Veillard012ccc11999-03-23 10:11:11 +000015994Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15995
15996 * xml-config.in : applied patch to make --version work
15997
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159981999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15999
16000 * Makefile.am (check-local): Alias for `tests' target. This will
16001 cause `make check' to do the right thing.
16002 (tests): Don't run tests in srcdir. Also, replaced calls to
16003 basename with a `sed' "equivalent".
16004
Daniel Veillardd109e371999-03-05 06:26:45 +000016005Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16006
16007 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16008 it in the header and not the sources, updated the doc.
16009 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16010 pointing this out.
16011
Daniel Veillardbc50b591999-03-01 12:28:53 +000016012Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16013
16014 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16015 exported the inputStream routines.
16016 * doc/html/* : updated accordingly
16017
Daniel Veillardd692aa41999-02-28 21:54:31 +000016018Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16019
16020 * parser.c, parser.h, parserInternals.h: added a few extra
16021 internal calls to allocate and free parser contexts ...
16022 * doc/html/* : updated accordingly
16023
Daniel Veillard55a99271999-02-25 11:01:29 +000016024Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16025
16026 * configure.in, Makefile.am, doc/makefile.am : General changes for
16027 1.0.0 release and including the generated HTML documentation.
16028
Daniel Veillard35925471999-02-25 08:46:07 +000016029Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16030
16031 * makefile.am : added parserInternals.h, oops.
16032
Daniel Veillard1e346af1999-02-22 10:33:01 +000016033Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * parserInternals.h: added this header giving access to the parser
16036 internal functions.
16037 * doc/Makefile.am : added a rebuild target which rebuilds the full
16038 set of documentations
16039 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16040 the internal subset.
16041 * *.c *.h: modifications needed to generate the documentation using
16042 gtk-doc, cleanup of functions blocks, reorganisation of struct
16043 declarations.
16044
Daniel Veillard1164e751999-02-16 16:29:17 +000016045Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16046
16047 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16048 the tar and spec file to include the beginning of the doc.
16049
Nuno Ferreira03d04781999-02-13 00:07:17 +0000160501999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16051
16052 * doc/.cvsignore: Added this file.
16053
Daniel Veillard6800ef31999-02-08 18:33:22 +000016054Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * tree.c: fixed xmlGetProp to return "" when the attribute
16057 exists, even if the node-list is NULL.
16058
Daniel Veillard726c7e31999-02-08 15:13:10 +000016059Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16060
16061 * tree.c: patched an error outputting empty attribute values.
16062 * Makefile.am and doc/makefile.am: have been updated during the
16063 week-end. Sorry for an empty CVS log, I got a shell problem.
16064
Daniel Veillard1899e851999-02-01 12:18:54 +000016065Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16066
16067 * tree.h: cleaned up using enums instead of defines
16068 * parser.c, valid.[ch]: more work on parsing/output of element
16069 declarations
16070
Daniel Veillard3b9def11999-01-31 22:15:06 +000016071Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * valid.[ch], tree.c, parser.c : more work toward full parsing
16074 of XML DTDs.
16075 * README: added informations about mailing-list and on-line
16076 documentation
16077
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160781999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16079
16080 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16081
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016082Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16083
16084 * parser.c, tree.[ch] : more work toward conformance testing,
16085 added a last element to accelerate parsing of very flat structures
16086 started working on internal subset Element content declaration.
16087 * valid.[ch] : first cut at adding code toward validation.
16088 * previous changes had also small impact on most files, especially
16089 the conformance testing using James Clark test suite.
16090
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016091Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16092
16093 * test/* : updated the examples, most of them were not well
16094 formed (humm), and added rdf2.
16095 * result/* : resulting changes in the output.
16096
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016097Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16098
16099 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16100
Daniel Veillard44b3a061998-12-05 17:27:22 +000016101Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16102
16103 * tree.c: patched a bug in the generation of empty attributes
16104
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016105Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16106
16107 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16108 for node/trees/documents/... Biggest problem is namespace
16109 support when copying subtrees.
16110
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016111Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16112
16113 * parser.c, entities.c: improve entities and char ref encoding,
16114 and cleanups of error messages.
16115
Daniel Veillard242590e1998-11-13 18:04:35 +000016116Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * parser.c, entities.c: simple bug hunting done during rpm2html and
16119 rpmfind integration.
16120
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016121Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16122
16123 * parser.[ch]: Added interfaces allowing to specify a SAX
16124 handler before parsing.
16125
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016126Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16127
16128 * parser.c: redirrect all errors reporting through the SAX
16129 error function
16130
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016131Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16132
16133 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16134 * libtool, tlmain ...: update of the libtool files
16135
Miguel de Icaza442321c1998-11-04 18:13:38 +0000161361998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16137
16138 * entities.c: Use g_snprintf insteda of snprintf.
16139
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016140Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16141
16142 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16143 added ent5 test for this purpose.
16144 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16145
Daniel Veillard27271681998-10-30 06:39:40 +000016146Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16147
16148 * parser.c: fixed? a strange error due to compression on a GWP
16149 document.
16150
Daniel Veillard25940b71998-10-29 05:51:30 +000016151Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16152
16153 * tree.[ch]: bug fixing
16154 * entities.[ch]: defined a specific type for predefined entities
16155 * doc/xml.html: more documentation on the library, how to use it,
16156 overview of the interfaces.
16157
Daniel Veillard16253641998-10-28 22:58:05 +000016158Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16159
16160 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16161
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016162Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16163
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016164 * tree.c: corrected a small bug
16165 * doc/xml.html: continuing writing documentation.
16166
16167Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16168
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016169 * debugXML.h debugXML.c: added debugging utilities.
16170 * tester.c: added --debug switch.
16171 * tree.c: patched an incorrect node->type assignment.
16172 * parser.c: formatting, ensure that node->doc != NULL in attributes
16173
Daniel Veillardccb09631998-10-27 06:21:04 +000016174Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16175
16176 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16177 entity support and provide an internal representation close to
16178 DOM one (entity ref nodes, and attribute value as tree). I tried
16179 to preserve the interface but this will surely break some apps
16180 (I have to change rpm2html/rpmfind for example). I had to change
16181 two interfaces, and the generated tree is somewhat different.
16182 * doc/* : started documenting the XML library, the tree and
16183 DOM/Corba. This is a first step.
16184
Daniel Veillard11e00581998-10-24 18:27:49 +000016185Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16186
16187 * parser.c: Set up the fonctions comment block, boring but useful.
16188 * parser.h, SAX.c, parser.c: now attributes are processed through
16189 the SAX interface. The problem is that my SAX interface diverged
16190 quite a bit from the original one, well this is not an official
16191 spec, and translating it from Java to C is hairy anyway...
16192
Daniel Veillard97b58771998-10-20 06:14:16 +000016193Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16196 fonctions comment block, boring but useful.
16197
16198Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016199
16200 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16201 conversion routines. However they are not yet used to convert the
16202 inputs. The core will run with UTF-8.
16203
Daniel Veillard33942841998-10-18 19:12:41 +000016204Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16205
16206 * tree.c : make sure that the type id is properly set-up when
16207 a new object is allocated, needed for DOM.
16208
Daniel Veillard27fb0751998-10-17 06:47:46 +000016209Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16210
16211 * tree.h, tree.c: Ok, the main objects in the tree will be native
16212 corba objects, it costs 8 bytes per Node, Attribute and Document
16213 but it simplifies the Corba integration a lot (no extra interface
16214 objects to allocate/free).
16215
Daniel Veillard0bef1311998-10-14 02:36:47 +000016216Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16217
16218 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16219 and changed NODEs contants for conformity with DOM Level 1
16220
Daniel Veillard27864701998-10-08 03:47:24 +000016221Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16222
16223 * added hooks to keep track of servants when creating objects
16224 xmlDoc and xmlNode (for Corba export).
16225
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016226Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16227
16228 * added xml-config script.
16229
Daniel Veillard7066a791998-10-01 20:28:28 +000016230Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16231
16232 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16233 to autoupdate libtool and automake conf files.
16234
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000162351998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16236
16237 * Makefile.am: Use '?' to separate the sed
16238 commands as ',' is used when people pass -Wl,something.
16239
16240
Daniel Veillard15a8df41998-09-24 19:15:06 +000016241Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16242
16243 * tree.c, tree.h: added a per-document compression interface.
16244
Daniel Veillard151b1b01998-09-23 00:49:46 +000016245Tue Sep 22 20:47:38 EDT 1998
16246
16247 * tree.c, tree.h: added saving with compression and added interfaces
16248 to control the compression level (xmlGetCompressMode,
16249 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16250
Daniel Veillard70120ff1998-09-22 00:24:21 +000016251Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16252
16253 * parser.c: corrected a loop for files of size 0
16254
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000162551998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16256
16257 * error.h: New file. Contains prototyes from `error.c'.
16258
Tom Tromeyc19653d1998-08-14 01:22:43 +000016259Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16260
16261 * Makefile.am (xmlincdir): New macro.
16262 (xmlinc_HEADERS): Renamed from include_HEADERS.
16263
Daniel Veillard845664d1998-08-13 04:43:19 +000016264Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16265
16266 * applied small patch on numeric entities from
16267 Christopher Blizzard <blizzard@appliedtheory.com>
16268
Daniel Veillard260a68f1998-08-13 03:39:55 +000016269Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16270
16271 * New release 0.2, removed the old xml_* files so that it's
16272 coherent with the other CVS base (W3C), far better conformance
16273 to standard, new namespaces, decent entities support, beginning
16274 of a SAX-like interface. Nearly nothing left intact, even the
16275 test examples ...
16276
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162771998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16278
16279 * .cvsignore: Add .deps dir
16280
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016281Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16282
16283 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16284
Daniel Veillardfe926001998-07-26 04:28:20 +000016285Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016286
Daniel Veillardfe926001998-07-26 04:28:20 +000016287 * configure.in: added test for CPP
16288 * AUTHORS, Changelog: the original ones didn't get commited but the
16289 glib ones instead, fixed.
16290 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016291
Daniel Veillardfe926001998-07-26 04:28:20 +000016292Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016293
Daniel Veillardfe926001998-07-26 04:28:20 +000016294 * integrated code developped at W3C
16295 * changed the original Copyright
16296 * migrated to automake
16297 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016298