blob: 448ff950851b47e09e75abf15f2b09b1d46fa970 [file] [log] [blame]
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
2
3 * doc/xmllint.1
4 regenerating man page from xmllint.xml to pick up Aleksey's
5 change
6
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00007Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
8
9 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10 variable to control the indentation for the xmllint "--format"
11 option
12
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +000013Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
14
15 * encoding.c: applied Gennady's patch against buffer overrun
16
Daniel Veillard42f12e92003-03-07 18:32:59 +000017Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
18
19 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
20 Clark it appeared I had bug in URI parsing code ...
21 * relaxng.c include/libxml/relaxng.h: completely revamped error
22 reporting to not loose message from optional parts.
23 * xmllint.c: added timing for RNG validation steps
24 * result/relaxng/*: updated the result, all error messages changed
25
Daniel Veillardedfd5882003-03-07 14:20:40 +000026Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
27
28 * xpath.c: fix bug #107804, the algorithm used for document order
29 computation was failing on attributes.
30
Daniel Veillard83391282003-03-06 21:37:30 +000031Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
32
33 * valid.c: fix bug #107764 , possibility of buffer overflow
34 in xmlValidDebug()
35
Daniel Veillard6c73cb82003-03-05 16:45:40 +000036Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
39 from Philipp Dunkel
40
Daniel Veillard5f704af2003-03-05 10:01:43 +000041Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
42
43 * xmlschemastype.c: made powten array static it should not be exported
44 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
45 parser function.
46 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
47
Daniel Veillard7b72ee52003-02-27 23:24:53 +000048Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
49
50 * tree.c: fixed a node dump crash on attributes
51 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
52 an URI test bug and get better output.
53
Daniel Veillard463a5472003-02-27 21:30:32 +000054Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
55
56 * check-xsddata-test-suite.py: give more infos
57 * relaxng.c: fix a bug reported by Sebastian Rahtz and
58 REF->DEF in attribute values.
59
Daniel Veillardeb7189f2003-02-27 20:11:13 +000060Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
61
62 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
63 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
64 regression tests from James Clark.
65
Daniel Veillard8bc6cf92003-02-27 17:42:22 +000066Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
67
68 * relaxng.c xmlschemas.c xmlschemastypes.c
69 include/libxml/xmlschemastypes.h: added param support for relaxng
70 type checking, started to increment the pool of simple types
71 registered, still much work to be done on simple types and
72 facets checkings.
73
Daniel Veillard19ab45b2003-02-26 15:49:03 +000074Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
75
76 * entities.c: fixes again one of the problem raised by
77 James Clark in #106788
78
Daniel Veillardc482e262003-02-26 14:48:48 +000079Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
80
81 * relaxng.c: Fixed a couple of problem raised by James Clark
82 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
83 datatype level still not fixed though.
84
Daniel Veillard17bed982003-02-24 20:11:43 +000085Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
86
87 * configure.in: preparing release 2.5.4
88 * doc/*: updated and rebuilt the docs
89 * relaxng.c: removed warnings
90 * result/relaxng/*: updated the results
91
Daniel Veillardf4be0182003-02-24 19:54:33 +000092Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
93
94 * valid.c: fixes a DTD regexp generation problem.
95
Daniel Veillard02111c12003-02-24 19:14:52 +000096Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
97
98 * parser.c: fixes bug #105998 about false detection of
99 attribute consumption loop.
100
Daniel Veillard2406abd2003-02-24 18:16:47 +0000101Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
102
103 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
104
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000105Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
106
107 * SAX.c: fixed bug #105992
108
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000109Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * tree.c: fixed xmlSetProp and al. when the node passed is not an
112 element.
113 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
114 found 373 test schemas: 369 success 4 failures
115 found 529 test instances: 525 success 4 failures
116 * check-relaxng-test-suite.py: added memory debug reporting
117
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000118Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * uri.c parser.c: some warning removal on Igor's patch
121 * tree.c: seems I messed up with #106788 fix
122 * python/libxml.c: fixed some base problems when Python provides
123 the resolver.
124 * relaxng.c: fixed the interleave algorithm
125 found 373 test schemas: 364 success 9 failures
126 found 529 test instances: 525 success 4 failures
127 the resulting failures are bug in the algorithm from 7.3 and
128 lack of support for params
129
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000130Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
131
132 * parser.c: another fix for nodeinfo in entities problem
133 * tree.c entities.c: fixed bug #106788 from James Clark
134 some spaces need to be serialized as character references.
135
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000136Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
137
138 * parser.c uri.c: fixed the bug I introduced in the path
139 handling, reported by Sebastian Bergmann
140
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000141Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
142
143 * parser.c: fixing some nodeinfo in entities problem raised
144 by Glenn W. Bach
145 * relaxng.c: implemented the first section 7.3 check
146 * result/relaxng/*: updated the results
147
Daniel Veillardc5312d72003-02-21 17:14:10 +0000148Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
149
150 * relaxng.c: fixed some problems in the previous commit
151 and finished implementing 4.16 rules checking
152 found 373 test schemas: 353 success 20 failures
153 found 529 test instances: 519 success 6 failures
154 * result/relaxng/*: updated the results
155
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000156Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
157
158 * relaxng.c: implemented checks from section 7.2
159
Daniel Veillard77648bb2003-02-20 15:03:22 +0000160Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
161
162 * relaxng.c: implemented the checks from section 7.1, fixed
163 some of the 4.20 and 4.21 problems.
164 found 373 test schemas: 338 success 35 failures
165 found 529 test instances: 519 success 6 failures
166 * result/relaxng/*: updated the results
167
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000168Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
169
170 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
171 * result/relaxng/*: updated the results
172
Daniel Veillardce14fa52003-02-19 17:32:48 +0000173Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
174
175 * relaxng.c: more bugfixes
176 * result/relaxng/*: updated the results
177
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000178Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
179
180 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
181 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
182 * SAX.c: ensured xmlDoc.URL is always canonic
183 * parser.c: obsoleted xmlNormalizeWindowsPath
184 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
185 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
186 * win32/libxml2.def.src: added few exports
187
188
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000189Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
190
191 * Makefile.am configure.in: patched to have shared libraries
192 for Python regression tests and static binaries for gdb debug
193 in my development environment
194 * relaxng.c: more bugfixes
195 found 373 test schemas: 296 success 77 failures
196 found 529 test instances: 516 success 8 failures
197 * result/relaxng/*: updated the results
198
Daniel Veillard8fe98712003-02-19 00:19:14 +0000199Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
200
201 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
202
Daniel Veillardd4310742003-02-18 21:12:46 +0000203Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
204
205 * xmlschemastypes.c: float/double check bugfix
206 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
207 validation
208 * xmlreader.c: add a TODO for Jody
209 * relaxng.c: bugfix bugfix bugfix
210 found 373 test schemas: 300 success 73 failures
211 found 529 test instances: 507 success 10 failures
212 * result/relaxng/*: updated the results
213
Daniel Veillard2df2de22003-02-17 23:34:33 +0000214Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
215
216 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
217
Daniel Veillard416589a2003-02-17 17:25:42 +0000218Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
219
220 * relaxng.c check-relaxng-test-suite.py: more work on the
221 RelaxNG implementation conformance testing.
222 found 373 test schemas: 284 success 89 failures
223 found 529 test instances: 448 success 47 failures
224 * result/relaxng/*: updated the results
225
Daniel Veillard784b9352003-02-16 15:50:27 +0000226Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
227
228 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
229 a patch from Kjartan Maraas to fix some typos
230
Daniel Veillardfebcca42003-02-16 15:44:18 +0000231Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
232
233 * relaxng.c: more bug-hunting
234 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
235 intermediate rng tree
236 * python/generator.py: patch from Stephane Bidoul to fix the generator
237 on python < 2.2
238
Daniel Veillardd2298792003-02-14 16:54:11 +0000239Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
240
241 * check-relaxng-test-suite.py relaxng.c: more testing on the
242 Relax-NG front, cleaning up the regression tests failures
243 current state and I forgot support for "mixed":
244 found 373 test schemas: 280 success 93 failures
245 found 529 test instances: 401 success 68 failures
246 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
247 moved the Name, NCName and QName validation routine in tree.c
248 * uri.c: fixed handling of URI ending up with #, i.e. having
249 an empty fragment ID.
250 * result/relaxng/*: updated the results
251
Daniel Veillard9a237c92003-02-13 15:52:58 +0000252Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
253
254 * check-xinclude-test-suite.py: improved the script accordingly
255 to the XInclude regression tests updates
256 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
257 November 2002
258 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
259 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
260 augmented the Xpointer testsuite for the element() scheme
261
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000262Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
263
264 * relaxng.c: added TODO for the DTD compatibility spec
265 * xinclude.c: more bug fixes driven by the testsuite
266
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000267Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
268
269 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
270 regression tests for XInclude, improved the script, improving
271 XInclude error reporting mechanism
272
Daniel Veillard1d788d22003-02-10 16:21:58 +0000273Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
274
275 * NEWS doc/* configure.in: preparing release 2.5.3
276
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000277Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
278
279 * tree.c: trying to fix #104934 about some XHTML1 serialization
280 issues.
281
Daniel Veillard809faa52003-02-10 15:43:53 +0000282Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
283
284 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
285 encoding conversion when the input buffer stops in the
286 middle of a multibyte char
287
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000288Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
289
290 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
291 * check-relaxng-test-suite.py: python script to run regression
292 against OASIS RelaxNG testsuite
293 * relaxng.c: some cleanup tweaks
294 * HTMLparser.c globals.c: cleanups in comments
295 * doc/libxml2-api.xml: updated the API
296 * result/relaxng/*: errors moved files, so large diffs but
297 no changes at the semantic level.
298
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000299Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
300
301 * tree.c: fixing #105678 problem when dumping a namespace node.
302
Daniel Veillard591b4be2003-02-09 23:33:36 +0000303Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
304
305 * xpath.c: fixed doc comment problems
306 * python/generator.py python/libxml_wrap.h python/types.c: adding
307 RelaxNG wrappers
308 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
309 test of those early Python RelaxNG bindings
310
311Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000312
313 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
314 * relaxng.c: found the validation problem I had with interleave
315 when not covering all remaining siblings
316 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
317 testsuite and check the RNG schemas against the RNG schemas
318 given in appendix A
319
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000320Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
321
322 * win32/Makefile.msvc: updates for RelaxNG
323 * win32/Makefile.mingw: updates for RelaxNG
324 * win32/libxml2.def.src: added RelaxNG exports
325
Daniel Veillard97fd5672003-02-07 13:01:54 +0000326Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
327
328 * xinclude.c: applied another bug fix from Sean Chittenden
329
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000330Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * configure.in xmllint.c: I f...ed up the default configuration
333 of schemas and --relaxng option display in xmllint, pointed by
334 Morus Walter.
335 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
336 detection module, fixes bug #105374.
337
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000338Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
339
340 * xmlschemastypes.c: added the boolean base type.
341
Daniel Veillard96a4b252003-02-06 08:22:32 +0000342Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
343
344 * xmlschemastypes.c: started implementing some of the missing
345 default simple types
346 * result/relaxng/*: updated the results
347
Daniel Veillard72fef162003-02-05 14:31:19 +0000348Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
349
350 * NEWS doc/*: updated the docs, ready for 2.5.2 release
351
Daniel Veillard71531f32003-02-05 13:19:53 +0000352Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
353
354 * HTMLparser.c tree.c xmlIO.c: comments cleanups
355 * Makefile.am: use xmllint for doing the RelaxNG tests
356 * configure.in: preparing 2.5.2 made schemas support default to
357 on instead of off
358 * relaxng.c: removed the verbosity
359 * xmllint.c: added --relaxng option
360 * python/generator.py python/libxml_wrap.h: prepared the integration
361 of the new RelaxNG module and schemas
362 * result/relaxng/*: less verbose output
363
Daniel Veillardec498e12003-02-05 11:01:50 +0000364Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
365
366 * valid.c: do not run content model validation if the
367 content is not determinist
368
Daniel Veillardde590ca2003-02-05 10:45:26 +0000369Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
370
371 * SAX.c: added the redefinition of namespaced attribute
372 check that was missing as Fabrice Desré pointed out.
373
Daniel Veillard930dfb62003-02-05 10:17:38 +0000374Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
377 improvements from Nick Kew, allowing to do more checking
378 to HTML elements and attributes.
379
Daniel Veillard4287c572003-02-04 22:48:53 +0000380Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
381
382 * xinclude.c: fixing bug #105137 about entities declaration
383 needing to be copied to the including document.
384
Daniel Veillard652d8a92003-02-04 19:28:49 +0000385Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
386
387 * catalog.c: fixed bug #104817 with delegateURI
388 * xpath.c: fixing bugs #104123 and #104125
389
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000390Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
391
392 * configure.in valid.c xmlreader.c python/libxml_wrap.h
393 python/types.c: fixing #104096 to compile without regexps
394
Daniel Veillard57e79b32003-02-04 15:33:12 +0000395Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
396
397 * valid.c: fixing bug #103969 forgot to add an epsilon transition
398 when building the automata for elem*
399
Daniel Veillard358a9892003-02-04 15:22:32 +0000400Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * HTMLparser.c: applied patch from Arne de Bruijn fixing
403 bug #103827
404
Daniel Veillardeb137172003-02-04 15:18:06 +0000405Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
406
407 * HTMLparser.c: updating a comment, fixing #103776
408
Daniel Veillard8d589042003-02-04 15:07:21 +0000409Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
410
411 * parser.c: fixing bug 105049 for validity checking of content
412 within recursive entities.
413
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000414Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
415
416 * HTMLparser.c: try to fix # 105049
417 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
418 * tree.c: updated a function comment
419
Daniel Veillard419a7682003-02-03 23:22:49 +0000420Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * relaxng: more work on grammars and refs/defs
423 * test/relaxng/* result/relaxng/*: augmented/updated the
424 regression tests
425
Daniel Veillard144fae12003-02-03 13:17:57 +0000426Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * relaxng: more work on name classes, except support
429 * test/relaxng/* result/relaxng/*: augmented/updated the
430 regression tests
431
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000432Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * relaxng: more work on name classes, the "validate all" schemas
435 seems to work now.
436 * test/relaxng/* result/relaxng/*: augmented/updated the
437 regression tests
438
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000439Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
440
441 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
442 * parser.c: put a guard against infinite document depth, basically
443 trying to avoid another kind of DoS attack.
444 * relaxng.c: some code w.r.t. nameClasses
445
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000446Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
447
448 * test/relaxng/* result/relaxng/*: check all the namespace support
449 was actually correct based on tutorial section 10.
450
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000451Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
452
453 * relaxng: include seems to work okay now
454 * test/relaxng/* result/relaxng/*: augmented/updated the
455 regression tests
456
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000457Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
458
459 * relaxng.c: a bit of work done in the train back.
460 * test/relaxng/*: added one of the include tests
461
Daniel Veillard154877e2003-01-30 12:17:05 +0000462Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
463
464 * relaxng: more work done in the train
465 * test/relaxng/* result/relaxng/*: augmented/updated the
466 regression tests
467
Daniel Veillarde431a272003-01-29 23:02:33 +0000468Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
469
470 * relaxng.c: debugging of externalRef
471 * test/relaxng/* result/relaxng/*: augmented/updated the
472 regression tests
473
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000474Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
475
476 * relaxng.c: more work on Relax-NG, implementing externalRef
477 * test/relaxng/* result/relaxng/*: augmented/updated the
478 regression tests
479 * Makefile.am: cleanup to Relaxtests target
480
Daniel Veillardb08c9812003-01-28 23:09:49 +0000481Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
482
483 * relaxng.c: more work on Relax-NG, implementing interleave
484 * test/relaxng/* result/relaxng/*: augmented/updated the
485 regression tests
486
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000487Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
488
489 * relaxng.c: more work on Relax-NG, implementing interleave
490 * test/relaxng/* result/relaxng/*: augmented/updated the
491 regression tests
492
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000493Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
494
495 * doc/tutorial/customfo.xsl
496 * doc/tutorial/customhtml.xsl
497 adding stylesheet customizations used to generate fo
498 for pdf and html
499
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000500Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
501
502 * relaxng.c: more work on Relax-NG
503 * test/relaxng/* result/relaxng/*: augmented/updated the
504 regression tests
505 * xmlschemastypes.c: added a number of base type definition but not
506 the associated checks, those are still TODOs
507
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000508Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
509
510 in docs/tutorial:
511 * apa.html
512 * apb.html
513 * apc.html
514 * apd.html
515 * ape.html
516 * apf.html
517 * apg.html
518 * ar01s02.html
519 * ar01s03.html
520 * ar01s04.html
521 * ar01s05.html
522 * ar01s06.html
523 * ar01s07.html
524 * ar01s08.html
525 * index.html
526 * xmltutorial.pdf
527 * xmltutorial.xml
528 add index to tutorial
529
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000530Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
531
532 * doc/xmlcatalog.1
533 * doc/xmlcatalog_man.html
534 * doc/xmlcatalog_man.xml
535 belatedly fixing bug #93622 (adds rewriteURI type to
536 "--add" option in xmlcatalog man page
537
Daniel Veillard3be27512003-01-26 19:49:04 +0000538Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
539
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000540 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000541 Julio Merino, closing #104475
542
Daniel Veillardea3f3982003-01-26 19:45:18 +0000543Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
544
545 * relaxng.c: more work on Relax-NG
546 * test/relaxng/* result/relaxng/*: augmented/updated the
547 regression tests
548
Daniel Veillardedc91922003-01-26 00:52:04 +0000549Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
550
551 * relaxng.c: more work on Relax-NG
552 * test/relaxng/* result/relaxng/*: augmented/updated the
553 regression tests
554
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000555Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * README: updated the policy on private mail answers
558 * relaxng.c: more work on Relax-NG
559 * test/relaxng/* result/relaxng/*: augmented/updated the
560 regression tests
561
Daniel Veillard7424eb62003-01-24 14:14:52 +0000562Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
563
564 * error.c parser.c tree.c: applied a documentation patch from
565 Stefan Kost
566
Daniel Veillard276be4a2003-01-24 01:03:34 +0000567Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
568
569 * relaxng.c: more work on Relax-NG
570 * doc/*: regenerated the docs
571 * test/relaxng/* result/relaxng/*: updated and augmented the
572 Relax-NG regression tests and results
573
Daniel Veillard6eadf632003-01-23 18:29:16 +0000574Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
575
576 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
577 First commit of the new Relax-NG validation code, not generally
578 useful yet.
579 * test/relaxng/* result/relaxng/*: current state of the regression
580 tests
581
Daniel Veillard814a76d2003-01-23 18:24:20 +0000582Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
583
584 * tree.c: minimized the memory allocated for GetContent
585 and a bit of cleanup.
586
Daniel Veillardff12c492003-01-23 16:42:55 +0000587Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
588
589 * python/generator.py: seems there is no good reasons to
590 not generate bindings for XPointer
591
Daniel Veillard540a31a2003-01-21 11:21:07 +0000592Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
593
594 * xmlreader.c doc/apibuild.py: applied a new patch from
595 Stéphane Bidoul for cleanups
596 * doc/libxml2-api.xml: rebuilt the API description with
597 new entry points
598
Daniel Veillard417be3a2003-01-20 21:26:34 +0000599Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
600
601 * xmlreader.c python/drv_libxml2.py python/generator.py
602 python/libxml.c python/libxml.py python/libxml_wrap.h
603 python/types.c: patch from Stéphane Bidoul for better per
604 context error message APIs
605 * python/tests/ctxterror.py python/tests/readererr.py:
606 update of the tests
607
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000608Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
609
610 * doc/guidelines.html
611 grammar and spelling cleanup
612
Daniel Veillard26f70262003-01-16 22:45:08 +0000613Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * xmlreader.c include/libxml/xmlreader.h python/generator.py
616 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
617 a patch from Stéphane Bidoul to allow per XMLtextReader error
618 and warning handling
619 * python/tests/Makefile.am python/tests/readererr.py: adding the
620 specific regression test
621
Daniel Veillard71f9d732003-01-14 16:07:16 +0000622Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
625 should raise a syntax error
626
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000627Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
628
629 * python/libxml.c: cleanup patch from Stéphane Bidoul
630
Daniel Veillard81601f92003-01-14 13:42:37 +0000631Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
632
633 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
634
Daniel Veillarde6227e02003-01-14 11:42:39 +0000635Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
636
637 * python/generator.py python/libxml.c python/libxml.py
638 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000639 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000640 Python level.
641 * python/tests/Makefile.am python/tests/ctxterror.py: added a
642 regression test for it.
643
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000644Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * xmlreader.c: fixed the streaming property of the reader,
647 it was generating tree faster than consuming it. Pointed out
648 by Nate Myers
649 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
650
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000651Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
652
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000653 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000654
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000655Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * xpath.c: fix to the XPath implementation for parent and
658 ancestors axis when operating on a Result Value Tree.
659 Fixes bug #100271
660
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000661Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
662
663 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
664 to fix some URI/file escaping problems
665
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000666Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
667
668 * python/generator.py: fixed a bug raised by Raymond Wiker,
669 docSetRootElement() should not raise an exception if the
670 return is None
671
Daniel Veillard3e20a292003-01-10 13:14:40 +0000672Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
673
674 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
675 fixed bug #102181 by applying the suggested change and fixing
676 the generation/registration problem.
677
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000678Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
679
680 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
681 routines.
682
Daniel Veillard8f872442003-01-09 23:19:02 +0000683Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
684
685 * parser.c: one more IsEmptyElement crazyness, that time in
686 external parsed entities if substitution is asked.
687 * python/tests/reader3.py: added a specific test.
688
Daniel Veillarde329fc22003-01-09 21:36:42 +0000689Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
692 support and improved error handler registration
693
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000694Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
695
696 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
697 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
698 * README: fixed a link
699
Daniel Veillarde2830f12003-01-08 17:47:49 +0000700Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
701
702 * configure.in doc/* NEWS: preparing 2.5.1 release
703 * SAX.c parser.c: fixing XmlTextReader bug
704
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000705Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
706
707 * SAX.c: fuck, I introduced a memory leak on external parsed
708 entities in 2.5.0 :-(
709
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000710Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
711
712 * xmllint.c: another fix needed as pointed by Christophe Merlet
713 for --stream --debug if compiled without debug support.
714
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000715Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
716
717 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000718 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000719 update man page with --stream and --chkregister
720
Daniel Veillard8326e732003-01-07 00:19:07 +0000721Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
722
723 * globals.c: fixed --with-threads compile
724 * xmllint.c: fixed --without-debug compile
725 * include/libxml/globals.h: cleanup
726 * include/libxml/schemasInternals.h: add a missing include
727
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000728Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
729
730 * configure.in NEWS: preparing 2.5.0 release
731 * SAX.c: only warn in pedantic mode about namespace name
732 brokeness
733 * globals.c: fix a doc generation problem
734 * uri.c: fix #101520
735 * doc/*: updated and rebuilt the doc for the release, includuding
736 stylesheet update
737 * python/Makefile.am: fix a filename bug
738
739Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
740
741 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
742 should not be called.
743
744Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
745
746 * libxml-2.0.pc.in: applied the patch to fix #101894
747
748Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
749
750 * tree.c : applied patch from Lukas Schroeder for register callbacks
751 * valid.c: modified patch from Lukas Schroeder to test
752 register callbacks with --chkregister
753
754Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
755
756 * xmlreader.c: seriously changed the way data are pushed to
757 the underlying parser, go by block of 512 bytes instead of
758 tryng to detect tag boundaries at that level. Changed the
759 way empty element are detected and tagged.
760 * python/tests/reader.py python/tests/reader2.py
761 python/tests/reader3.py: small changes mostly due to context
762 reporting being different and DTD node being reported. Some
763 errors previously undetected are now caught and fixed.
764 * doc/xmlreader.html: flagged last section as TODO
765
766Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
767
768 * python/libxml.py: integrated the Python 2.2 optimizations
769 from Hannu Krosing, while maintaining compatibility with
770 1.5 and 2.1
771
772Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
773
774 * xmllint.c: a bit of cleanup
775 * xmlreader.c: small fix
776 * doc/xmlreader.html: more work on the XmlTextReader tutorial
777 * python/libxml.py: a few fixes pointed out by Hannu Krosing
778
779Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
780
781 * python/setup.py.in: patch from Stéphane Bidoul to include
782 drv_libxml2.py in setup.py
783
784Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
785
786 * doc/xmlreader.html: starting documenting the new XmlTextReader
787 interface.
788
789Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
790
791 * xmllint.c: added the --stream flag to use the TextReader API
792 * xmlreader.c: small performance tweak
793
794Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
795
796 * xmlreader.c python/tests/reader2py: okay the DTD validation
797 code on top of the XMLTextParser API should be solid now.
798
799Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
800
801 * xmlreader.c python/tests/reader2py: Fixing some more mess
802 with validation and recursive entities while using the
803 reader interface, it's getting a bit messy...
804
805Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
806
807 * xmlreader.c python/tests/reader.py: another couple of problem
808 related to IsEmptyElement reported by Stéphane Bidoul needed
809 some fixes.
810
811Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
812
813 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
814 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
815 based on the python XmlTextReader interface.
816
817Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
818
819 * tree.c: backing out one change in the last patch which broke the
820 regression tests
821
822Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
823
824 * global.data globals.c tree.c include/libxml/globals.h: applied
825 an old patch from Lukas Schroeder to track node creation and
826 destruction. Probably missing a lot of references at the moment
827 and not usable reliably.
828
829Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
830
831 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
832 from doc/news.html and a stylesheet
833
834Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
835
836 * xmlreader.c python/tests/reader.py: fixed another couple of
837 xmlreader bugs reported by Stéphane Bidoul and added tests.
838
839Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
840
841 * xmlreader.c python/tests/reader2.py: fixed another validity
842 checking in external parsed entities raised by Stéphane Bidoul
843 and added a specific regression test.
844 * python/tests/reader3.py: cleanup
845
846Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
847
848 * xmlreader.c python/tests/reader2.py: fixed a problem with
849 validation within entities pointed by Stéphane Bidoul, augmented
850 the tests to catch those.
851
852Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
853
854 * python/generator.py: modified the generator to allow keeping
855 class references when creating new classes, needed to fix a bug
856 pointed by Stéphane Bidoul where the input buffer of the
857 xmlTextReader instance gets destroyed if the python wrapper for
858 the input is not referenced anymore.
859
860Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
861
862 * xmlreader.c python/tests/reader.py: fixed another pair of problem
863 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
864
865Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
866
867 * xmlreader.c python/tests/reader.py: fixed another problem
868 pointed by Stéphane Bidoul
869
870Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
871
872 * xmlreader.c python/tests/reader.py: fixed a limit case problem
873 with "<a/>"
874
875Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
876
877 * SAX.c: warn on xmlns:prefix="foo"
878 * xmlreader.c python/tests/reader.py: fixed a couple of problem
879 for namespace attributes handling.
880
881Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
882
883 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
884 a really nasty problem raised by a DocBook XSLT transform
885 provided by Sebastian Bergmann
886
887Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
888
889 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
890 by Stéphane Bidoul and integrated it into the tests
891
892Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
893
894 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
895 extended the XmlTextReader API a bit, addding accessors for
896 the current doc and node, and an entity substitution mode for
897 the parser.
898 * python/libxml.py python/libxml2class.txt: related updates
899 * python/tests/Makefile.am python/tests/reader.py
900 python/tests/reader2.py python/tests/reader3.py: updated a bit
901 the old tests and added a new one to test the entities handling
902
903Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
904
905 * python/generator.py python/libxml2class.txt
906 python/tests/reader.py python/tests/reader2.py: changed the
907 generator to provide casing for the XmlTextReader similar to
908 C# so that examples and documentation are more directly transposable.
909 Fixed the couple of tests in the suite.
910
911Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
912
913 * doc/guidelines.html: added a document on guildeline for
914 publishing and deploying XML
915
916Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
917
918 * valid.c xmlreader.c: final touch running DTD validation
919 on the XmlTextReader
920 * python/tests/Makefile.am python/tests/reader2.py: added a
921 specific run based on the examples from test/valid/*.xml
922
923Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
924
925 * python/libxml.py: added a few predefined xmlTextReader parser
926 configuration values.
927
928Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
929
930 * python/libxml_wrap.h: trying to fix #102037
931
932Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
933
934 * SAX.c: fixing bug #95296, when the predefined entities
935 are redefined in the DTD the default one must be used
936 instead anyway.
937
938Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
939
940 * doc/xmllint.xml
941 * doc/xmllint.1
942 Add discussion of XML_DEBUG_CATALOG to xmllint man
943 page - bug #100907
944
945
946Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
947
948 * xmlreader.c: Fixed the empty node detection to avoid reporting
949 an inexistant close tag.
950
951Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
952
953 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
954 for Python 2.1
955
956Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
957
958 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
959
960Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
961
962 * doc/libxml2-api.xml python/tests/reader.py: one really need
963 to provide the base URI information when creating a reader parser
964 from an input stream. Updated the API and the example using it.
965
966Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
967
968 * testReader.c xmlreader.c valid.c include/libxml/tree.h
969 include/libxml/valid.h include/libxml/xmlreader.h: working on
970 DTD validation on top of xml reader interfaces. Allows to
971 validate arbitrary large instances. This required some extensions
972 to the valid module interface and augmenting the size of xmlID
973 and xmlRef structs a bit.
974 * uri.c xmlregexp.c: simple cleanup.
975
976Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
977
978 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
979 work on the xml reader interfaces.
980 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
981 Web page for the Windows binaries.
982
983Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
984
985 * xmlIO.c: applied a patch for VMS following the report by
986 Nigel Hall
987
988Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
989
990 * parser.c: the parseStartTag bug fix wasn't complete.
991
992Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
993
994 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
995 parseStartTag, fixing it.
996 * test/att4 result/att4 result/noent/att4: adding the test
997 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
998 more methods to XmlTextReader.
999
1000Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1001
1002 * win32/libxml2.def.src: added more xml reader exports
1003 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1004 to the build
1005
1006Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1007
1008 * doc/tutorial/xmltutorial.xml
1009 plus generated html and pdf
1010 Updating tutorial again based on further comments from Niraj
1011 Tolia on the last iteration
1012
1013Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1014
1015 * doc/tutorial/xmltutorial.xml
1016 * doc/tutorial/includekeyword.c
1017 * doc/tutorial/includegetattribute.c
1018 plus generated html and pdf
1019 Adding fix from Niraj Tolia to tutorial to properly free memory.
1020
1021
1022Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1023
1024 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1025 more methods of XmlTextReader.
1026 * python/libxml2class.txt python/tests/reader.py: this increased the
1027 methods in the bndings, augmented the test to check those new
1028 functions.
1029
1030Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1031
1032 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1033 methods of XmlTextReader.
1034 * python/generator.py python/libxml_wrap.h python/types.c
1035 python/libxml2class.txt: added the reader to the Python bindings
1036 * python/tests/Makefile.am python/tests/reader.py: added a specific
1037 test for the Python bindings of the Reader APIs
1038 * parser.c: small cleanup.
1039
1040Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1041
1042 * xinclude.c: fallback was only copying the first child not the
1043 full child list of the fallback element, closes #89684 as reopened
1044 by Bernd Kuemmerlen
1045
1046Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1047
1048 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1049
1050Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1051
1052 * configure.in: preparing release of 2.4.30
1053 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1054 gives enum values, fix functype return type, put back fields in
1055 structs
1056 * doc/*: updated the docs rebuilt
1057
1058Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1059
1060 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1061 about htmlNodeDumpOutput location.
1062 * xpath.c: removed an undefined function signature
1063 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1064 too many symbols in the API breaking the python bindings.
1065 Updated with the libxslt/libexslt changes.
1066
1067Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1068
1069 * configure.in: preparing release of 2.4.29
1070 * doc/*: rebuilt the docs and API
1071 * xmlreader.c: a few more fixes for the XmlTextReader API
1072
1073Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1074
1075 * include/win32config.h: applied mingw patch from Magnus Henoch
1076
1077Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1078
1079 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1080
1081Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1082
1083 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1084 building Python script, does the C parsing directly, generates
1085 a better API description including structure fieds defs and
1086 enums. Still a couple of bugs, but good enough for the python
1087 wrappers now.
1088 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1089 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1090 include/libxml/schemasInternals.h include/libxml/tree.h: more
1091 cleanup based on the python analysis script reports.
1092 * libxml.spec.in: make sure the API XML description is part of the
1093 devel package.
1094
1095Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1096
1097 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1098 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1099 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1100 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1101 code cleanup, especially the function comments.
1102 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1103
1104Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1105
1106 * Makefile.am xmlreader.c include/libxml/Makefile.am
1107 include/libxml/xmlreader.h: Adding a new set of APIs based on
1108 the C# TextXmlReader API but converted to C. Allow to parse
1109 in constant memory usage, far simpler to program and explain
1110 than the SAX like APIs, unfinished but working.
1111 * testReader.c: test program
1112
1113Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1114
1115 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1116
1117Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1118
1119 * tree.c: Chip turner indicated that XHTML1 serialization
1120 rule for style actually break on both IE and Mozilla,
1121 try to avoid the rule if escaping ain't necessary
1122
1123Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1124
1125 * nanhttp.c: handle HTTP URL escaping, problem reported by
1126 Glen Nakamura and Stefano Zacchiroli
1127
1128Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1129
1130 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1131
1132Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1133
1134 * uri.c: Johann Richard pointed out some XPointer problems for
1135 URN based URI references in XInclude. Modified the URI parsing
1136 and saving routines to allow correct parsing and saving of
1137 XPointers, especially when attached to "opaque" scheme accordingly
1138 to RFC 2396
1139
1140Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1141
1142 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1143 of refactoring to the HTML saving code.
1144 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1145 in the doc.
1146
1147Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1148
1149 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1150 to a buffer API to reuse the generic dump to an OutputIO layer,
1151 this reduces code, fixes xmlNodeDump() for XHTML, also made
1152 xmlNodeDump() now return the number of byte written.
1153
1154Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1155
1156 * python/setup.py.in: another patch from Stéphane Bidoul for
1157 Python bindings on Windows
1158 * doc/parsedecl.py: small cleanup
1159
1160Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1161
1162 * libxml.spec.in configure.in: add a line in %changelog for releases
1163
1164Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1165
1166 * parser.c: patch from Marcus Clarke fixing a problem in entities
1167 parsing that was detected in KDe documentations environment.
1168
1169Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1170
1171 * python/libxml.c (libxml_prev): Return the previous as opposed to
1172 the next node (I guess this is the result of some cut & paste programming:)
1173
1174Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1175
1176 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1177
1178Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * python/generator.py python/libxml.c python/setup.py.in: trying
1181 to fix the Python bindings build on Windows (Stéphane Bidoul)
1182
1183Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1184
1185 * win32/configure.js: added option for python bindings
1186 * win32/libxml2.def.src: added more exports
1187
1188Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1189
1190 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1191 pthreads
1192 * win32/wince/*: applied updates to Windows CE port from Javier
1193
1194Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1195
1196 * configure.in: preparing 2.4.28
1197 * libxml.spec.in doc/Makefile.am: some cleanup
1198 * doc/*: updated the news and regenerated.
1199
1200Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * HTMLparser.c: final touch at closing #87235 </p> end tags
1203 need to be generated.
1204 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1205 this change slightly the output of a few tests
1206 * doc/*: regenerated
1207
1208Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * parserInternals.c: fixing bug #99190 when UTF8 document are
1211 parsed using the progressive parser and the end of the chunk
1212 is in the middle of an UTF8 multibyte character.
1213
1214Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1215
1216 * threads.c: fixed initialization problem in xmlNewGlobalState
1217 which was causing crash.
1218 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1219 in xmlInitializeGlobalState.
1220 * parserInternals.c: cleaned up ctxt->sax initialisation.
1221
1222Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1223
1224 * tree.c include/libxml/tree.h: modified the existing APIs
1225 to handle XHTML1 serialization rules automatically, also add
1226 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1227 libxslt serialization uses it when needed without changing
1228 the library API.
1229 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1230 result/xhtml1: added a new test specifically for xhtml1 output
1231 and updated the result of one XHTML1 test
1232
1233Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1234
1235 * xinclude.c parserInternals.c encoding.c: fixed #99082
1236 for xi:include encoding="..." support on text includes.
1237 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1238 test/XInclude/ents/isolatin.txt : added a specific regression test
1239 * python/generator.py python/libxml2class.txt: fixed the generator
1240 the new set of comments generated for doc/libxml2-api.xml were
1241 breaking the python generation.
1242
1243Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1244
1245 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1246 * configure.in: patch for Solaris on new autoconf closes #98880
1247 * doc/parsedecl.py: repair the frigging API building script,
1248 did I say that python xmllib sucks ?
1249 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1250 and some comment are no more truncated.
1251
1252Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1253
1254 * parser.c: Martin Stoilov pointed out a potential leak in
1255 xmlCreateMemoryParserCtxt
1256
1257Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1258
1259 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1260 included in HTML documents and using the push parser.
1261
1262Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1263
1264 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1265 specified, look for the Python interpreter not just in the
1266 specified root but also in the specified location. Fixes #98825
1267
1268Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1269
1270 * python/libxml.c: fixing bug #98792 , node may have no doc
1271 and dereferencing without checking ain't good ...
1272
1273Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1274
1275 * configure.in: preparing release 2.4.27
1276 * doc/* : updated and rebuilt the docs
1277 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1278 and all the docs are actually packaged and in the final RPMs
1279 * parser.c parserInternals.c include/libxml/parser.h: restore
1280 xmllint --recover feature.
1281
1282Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1283
Daniel Veillard784b9352003-02-16 15:50:27 +00001284 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001285 processing of parsed entities, and XPath computation on sustitued
1286 entities.
1287 * testXPath.c: make sure entities are substitued.
1288
1289Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1290
Daniel Veillard784b9352003-02-16 15:50:27 +00001291 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001292 processing of internal parsed entities, which had to be changed.
1293
1294Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1295
1296 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1297 trying to fix bug #98517 about building outside the source tree
1298 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1299
1300Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1301
1302 * include/win32config.h: cleanup
1303 * win32/Makefile.mingw: integrated mingw in JScript configure
1304 * win32/Makefile.msvc: modified to allow mingw coexistence
1305 * win32/configure.js: integrated mingw
1306 * win32/Readme.txt: cleanup
1307
1308Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1309
1310 * HTMLparser.c: strengthen the guard in the Pop macros,
1311 like in the XML parser, closes bug #97315
1312
1313Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1314
1315 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1316 callback is never used.
1317
1318Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1319
1320 * parserInternals.c: fixed the initialization of the SAX structure
1321 which was breaking xsltproc
1322 * xpath.c: patch from Petr Pajas for CDATA nodes
1323 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1324 * parser.c include/libxml/parser.h: patch from Peter Jones
1325 removing a leak in xmlSAXParseMemory() and adding the
1326 function xmlSAXParseMemoryWithData()
1327
1328Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1329
1330 adding pdf of tutorial, changing web page to link to it
1331 * doc/tutorial/xmltutorial.pdf
1332 * doc/xml.html
1333 * doc/docs.html
1334
1335Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1336
1337 * doc/tutorial/ar01s08.html
1338 adding file what I forgot for tutorial
1339
1340
1341Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1342
1343 Adding encoding discussion to tutorial
1344 Added:
1345 * doc/tutorial/images/*.png: DocBook admonition image files
1346 * doc/tutorial/apf.html, apg.html: new generated html
1347 * doc/tutorial/includeconvert.c: conversion code entity file
1348 changed:
1349 * doc/tutorial/xmltutorial.xml: DocBook original
1350 * doc/tutorial/*.html: generated html
1351
1352Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1353
1354 * include/libxml/*.h: retired xmlwin32version.h
1355 * doc/Makefile.am: retired xmlwin32version.h
1356 * win32/configure.js: retired xmlwin32version.h
1357
1358Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1359
1360 * win32/libxml2.def.src: exported additional symbols
1361 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1362 sisterhood
1363
1364Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * globals.c: fixed a typo pointed out by Igor
1367 * xpath.c: try to speed up node compare using line numbers
1368 if available.
1369
1370Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1371
1372 * tree.c: make xmlFreeNode() handle attributes correctly.
1373
1374Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1375
1376 * catalog.c: completed the #96963 fix, as reported by Karl
1377 Eichwalder
1378
1379Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1380
1381 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1382
1383Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1384
1385 * Makefile.am: switched the order of a couple of includes
1386 to fix bugs #97100
1387
1388Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1389
1390 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1391 xmlLoadCatalogs that used to separate directories with a ':'.
1392
1393Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1394
1395 * threads.c: improvements to the Windows-side of thread handling
1396 * testThreads.c: conditionally excluded unistd.h
1397 * testThradsWin32.c: broke overlong lines
1398 * include/win32config.h: adapted thread-related macros to the new
1399 scheme and for pthreads on Windows
1400 * win32/Makefile.msvc: introduced a more flexible thread build,
1401 added testThreads[Win32].c to the build
1402 * win32/configure.js: introduced a more flexible thread config
1403
14042002-10-31 John Fleck <jfleck@inkstain.net>
1405
1406 * doc/xml.html (and, by implication, FAQ.html)
1407 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1408
1409Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1410
1411 * configure.in: removed xmlwin32version.h
1412 * include/libxml/Makefile.am: removed xmlwin32version.h
1413
1414Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1415
1416 * tree.c: applied patch from Brian Stafford to fix a bug
1417 in xmlReconciliateNs()
1418
1419Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1420
1421 * tree.c: applied patch from Christian Glahn to allow
1422 xmlNewChild() on document fragment nodes
1423
1424Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1425
1426 * parser.c: Christian Glahn found a problem with a recent
1427 patch to xmlParseBalancedChunkMemoryRecover()
1428 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1429 problems
1430 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1431 test/schemas/seq*: added the test cases from Charles
1432
1433Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1434
1435 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1436 serious cleanup of the spec file and associated changes
1437 in the Makefiles.
1438 * valid.c: try to remove some warnings on x86_64
1439
1440Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1441
1442 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1443 fix bug #96586
1444
1445Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1446
1447 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1448 parsing, applied his patch
1449 * result/HTML/attrents.html result/HTML/attrents.html.err
1450 result/HTML/attrents.html.sax test/HTML/attrents.html:
1451 added the test and result case provided by Mikhail Sogrine
1452
1453Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1454
1455 * vms/build_libxml.com vms/config.vms vms/readme.vms
1456 include/libxml/parser.h include/libxml/parserInternals.h
1457 include/libxml/tree.h include/libxml/xmlIO.h
1458 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1459 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1460 Applied the VMS update patch from Craig A. Berry
1461 * doc/*.html: update
1462
1463Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1464
1465 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1466
1467Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1468
1469 * debugXML.c: adding a grep command to --shell in xmllint
1470 for T.V. Raman
1471
1472Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1473
1474 * xmlcatalog.c: tried to fix some of the problem with --sgml
1475
1476Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * parser.c: tried to fix bug #91500 where doc->children may
1479 be overriden by a call to xmlParseBalancedChunkMemory()
1480
1481Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1484 identifiers in SGML catalogs containing '&'
1485
1486Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1487
1488 * python/types.c: fixed bugs when passing result value tree
1489 to Python functions.
1490
1491Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1492
1493 * configure.in: preparing the release of 2.4.26
1494 * doc/*: updated and rebuilt the documentation
1495
1496Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1497
1498 * parser.c: fixed a XML Namespace compliance bug reported by
1499 Alexander Grimalovsky
1500
1501Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * HTMLtree.c: fixed serialization of script and style when
1504 they are not lowercase (i.e. added using the API to the tree).
1505
1506Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1507
1508 * valid.c: make xmlValidateDocument emit a warning msg if there
1509 is no DTD, pointed by Christian Glahn
1510
1511Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1512
1513 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1514 content model when some of the blocks have min or max, and a couple
1515 of bugs found in the process.
1516 * result/schemas/list0* test/schemas/list0*: added some specific
1517 regression tests
1518
1519Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1520
1521 * README: updated the contact informations
1522
1523Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1524
1525 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1526 misses it, reported by Peter Bray.
1527
1528Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1529
1530 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1531 and removed a few warnings
1532
1533Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1534
1535 * parser.c: Christian Glahn found a small bug in the push parser.
1536 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1537 public
1538
1539Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1540
1541 * xmlschemas.c include/libxml/xmlschemas.h: added
1542 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1543 * testSchemas.c: added --memory to test the new interface
1544
1545Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1546
1547 * doc/index.py doc/search.php: integrated the XSLT indexing,
1548 a few fixed in the indexer, added a scope selection at the
1549 search level.
1550
1551Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1552
1553 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1554 this was due to uninitialized parts of the validation context
1555
1556Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1557
1558 * debugXML.c: applied patch from Mark Vakoc except the API
1559 change, preserved it.
1560 * doc/*: updated the docs to point to the search engine for
1561 information lookup or before bug/help reports.
1562
1563Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1564
1565 * doc/index.py doc/search.php: added mailing-list archives
1566 indexing and lookup
1567
1568Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1569
1570 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1571
1572Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1573
1574 * doc/index.py: improved HTML indexing
1575 * doc/search.php: make the queries also lookup the HTML based indexes
1576
1577Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1578
1579 * doc/index.py: added HTML page indexing
1580
1581Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1582
1583 * xmlIO.c: extended Windows path normalisation to fix the base
1584 problem in libxslt.
1585 * catalog.c: fixed list handling in XML_CATALOG_FILES
1586
1587Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * valid.c: typo/bug found by Christian Glahn
1590
1591Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1592
1593 * xmlIO.c: applied Windows CE patch from Javier.
1594 * win32/wince: new directory, contains support for the PocketPC
1595 with Windows CE from Javier.
1596 * include/win32config.h: reorganised, removed duplicate
1597 definitions and applied WinCE patch from Javier.
1598 * include/wsockcompat.h: new file, now contains WinSock
1599 compatibility macros.
1600 * win32/Makefile.msvc: introduced double-run compilation.
1601
1602Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1603
1604 * configure.in include/libxml/xmlwin32version.h: preparing release
1605 of 2.4.25
1606 * doc/*: updated and regenerated teh docs and web pages.
1607
1608Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1609
1610 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1611 error were not covering namespace declarations.
1612 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1613 it was missing the attribute declaration for the namespace
1614 * result/VC/NS3: the fix now report breakages in that test
1615
1616Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1617
1618 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1619
1620Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1621
1622 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1623 and regenerated the docs and web site
1624
1625Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1626
1627 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1628 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1629 not before
1630
1631Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1632
1633 * python/generator.py python/libxml2class.txt: fixed a stupid error
1634 breaking the python API
1635
1636Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1637
1638 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1639 triostr.c triostr.h: applied a trio update patch from
1640 Bjorn Reese which should work with MinGW
1641
1642Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1643
1644 * tree.c: improving some documentation comments
1645 * xmlregexp.c: found and fixed a mem leak with python regression tests
1646 * doc/*: rebuilt the doc and the API XML file including the
1647 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1648 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1649 python/types.c: added access to the XML Schemas regexps from
1650 python
1651 * python/tests/Makefile.am python/tests/regexp.py: added a
1652 simple regexp bindings test
1653
1654Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1655
1656 * doc/xml.html:
1657 fixing ftp links - thanks to Vitaly Ostanin
1658
1659Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1660
1661 * xmlregexp.c: fixed the data callback on transition functionality
1662 which was broken when using the compact form
1663 * result/schemas/*: updated the results, less verbose, all tests
1664 pass like before
1665 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1666 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1667 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1668 annoying warnings
1669 * xpath.c: try to provide better error report when possible
1670
1671Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * Makefile.am: fixed a breakage raised by Jacob
1674
1675Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1676
1677 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1678 which don't use sockets
1679
1680Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1681
1682 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1683 * win32/configure.js: applied zlib patch from Daniel Gehriger
1684
1685Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1686
1687 * win32/configure.js: applied the patch from Mark Vakoc for
1688 regexp support
1689 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1690 for regexp support
1691
1692Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1693
1694 * xmlschemastypes.c: as pointed by Igor Float and Double
1695 parsing ain't finished yet
1696
1697Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1698
1699 * Makefile.am configure.in: trying to fix #88412 by bypassing
1700 all the python subdir if python ain't detected
1701
1702Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1703
1704 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1705 made configuring with regexps/automata/unicode the default
1706 but without schemas ATM
1707 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1708 fixed the regexp based DTD validation performance and memory
1709 problem by switching to a compact form for determinist regexps
1710 and detecting the determinism property in the process. Seems
1711 as fast as the old DTD validation specific engine :-) despite
1712 the regexp built and compaction process.
1713
1714Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1715
1716 * valid.c: determinism is debugged, new DTD checking code now works
1717 but xmlFAComputesDeterminism takes far too much CPU and the whole
1718 set usues too much memory to be really usable as-is
1719
1720Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1721
1722 * tree.c: fixed another stupid bug in xmlGetNodePath()
1723 * xmllint.c: --version now report the options compiled in
1724
1725Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1726
1727 * HTMLparser.c: small cleanup
1728 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1729 when configured with them. A bit of debugging around the determinism
1730 checks is still needed
1731
1732Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1733
1734 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1735
1736Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1737
1738 * xmlIO.c: small portability glitch fixed.
1739
1740Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1741
1742 * xmlschemastypes.c: incomplete steps for real/double support
1743 * testAutomata.c include/libxml/xmlautomata.h
1744 include/libxml/xmlregexp.h: avoiding a compilation problem
1745 * valid.c include/libxml/valid.h: starting the work toward using
1746 the regexps for actual DTD validation
1747
1748Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1749
1750 * hash.c: cosmetic cleanup
1751 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1752 integrating a DTD validation layer based on the regexps
1753
1754Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1755
1756 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1757 the determinism was tested before eliminating the epsilon
1758 transitions :-(
1759
1760Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1761
1762 * python/generator.py python/libxml.c python/libxml.py
1763 python/libxml2-python-api.xml python/libxml2class.txt
1764 python/libxml_wrap.h python/types.c: updated the python
1765 bindings, added code for easier File I/O, and the ability to
1766 define a resolver from Python fixing bug #91635
1767 * python/tests/Makefile.am python/tests/inbuf.py
1768 python/tests/outbuf.py python/tests/pushSAXhtml.py
1769 python/tests/resolver.py python/tests/serialize.py: updated
1770 and augmented the set of Python tests.
1771
1772Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1773
1774 * win32/configure.js: added more readme info for the binary
1775 package.
1776
1777Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779 * xmlIO.c: fixed a stupid out of bound array error
1780
1781Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1782
1783 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1784 messing around with support for Windows path, cleanups,
1785 trying to identify and fix the various code path to the
1786 filename access. Added xmlNormalizeWindowsPath()
1787
1788Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1789
1790 * error.c valid.c: working on better error reporting of validity
1791 errors, especially providing an accurate context.
1792 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1793 error reports in those cases.
1794
1795Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1798 parser.c parserInternals.c xmlIO.c: get rid of all the
1799 perror() calls made in the library execution paths. This
1800 should fix both #92059 and #92385
1801
1802Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1803
1804 * xmllint.c: memory leak reporting was broken after a change
1805 of the preprocessor symbol used to activate it.
1806
1807Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1808
1809 * tree.c: try to make the copy function work for node of
1810 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1811 DOM layers though, not libxml2 itself.
1812
1813Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1814
1815 * valid.c: try to provide file and line informations, not all
1816 messages are covered, but it's a (good) start
1817
1818Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1819
1820 * xinclude.c: reimplemented a large part of the XInclude
1821 processor, trying to minimize resources used, James Henstridge
1822 provided a huge test case which was exhibiting severe memory
1823 consumption problems.
1824
1825Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1826
1827 * python/Makefile.am: applied patch from Christophe Merlet to
1828 reestablish DESTDIR
1829
1830Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1831
1832 * libxml.spec.in: fixes libary path for x86_64 AMD
1833
1834Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1835
1836 * doc/tutorial/includekeyword.c
1837 * doc/tutorial/xmltutorial.xml:
1838 (plus resulting generated html files)
1839 fixing one spot I missed in the tutorial where I hadn't freed
1840 memory properly
1841
1842Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1843
1844 * doc/tutorial/includeaddattribute.c
1845 * doc/tutorial/includeaddkeyword.c
1846 * doc/tutorial/includegetattribute.c
1847 * doc/tutorial/includekeyword.c
1848 * doc/tutorial/xmltutorial.xml
1849 * doc/tutorial/*.html:
1850 update tutorial to properly free memory (thanks to Christopher
1851 R. Harris for pointing out that this needs to be done)
1852 * doc/tutorial/images/callouts/*.png:
1853 added image files so the callouts are graphical, making it
1854 easier to read ( use "--param callout.graphics 1" to generate
1855 html with graphical callouts)
1856
1857Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1858
1859 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1860 nice logos generated by Marc Liyanage
1861 * doc/site.xsl *.html: changed the stylesheet to show the new
1862 logo and regenerated the pages
1863
1864Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1865
1866 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1867
1868Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1869
1870 * xpath.c: possible mem leak patch from Jason Adams
1871
1872Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1873
1874 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1875 in the XQuery namespace
1876 * configure.in: preparing 2.4.24
1877 * doc/*.html: updated the web pages
1878
1879Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1880
1881 * python/generator.py: closing bug #85258 by generating conditional
1882 compile check to avoid linking to routines not configured in.
1883
18842002-08-22 Havoc Pennington <hp@pobox.com>
1885
1886 * autogen.sh: update error message for missing automake
1887
1888Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1889
1890 * python/Makefile.am: typo in target name resulted in libxml2.py
1891 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1892
1893Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1894
1895 * win32/win32/Makefile.mingw: updated with version from
1896 Elizabeth Barham at http://soggytrousers.net/repository/
1897
1898Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1899
1900 * win32/Makefile.msvc: added the prefix location to the include
1901 and lib search path.
1902
19032002-08-18 Havoc Pennington <hp@pobox.com>
1904
1905 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1906 both automake 1.6 and 1.4 installed get the right automake. Means
1907 compilation from CVS will now require the latest automake 1.4
1908 release, or manually creating symlinks called "automake-1.4" and
1909 "aclocal-1.4"
1910
1911Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1912
1913 * configure.in python/Makefile.am: more AMD 64 induced changes from
1914 Frederic Crozat
1915
1916Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1917
1918 * xinclude.c: oops I was missing the xml:base fixup too
1919 * result/XInclude/*.xml: this adds xml:base attributes to most
1920 results of the tests
1921
1922Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * xinclude.c: quick but apparently working implementation of
1925 xi:fallback, should close bug #89684
1926 * Makefile.am test/XInclude/docs/fallback.xml
1927 result/XInclude/fallback.xml: added a basic test for fallback,
1928 and run with --nowarning to avoid a spurious warning
1929 * configure.in: applied patch from Frederic Crozat for python
1930 bindings on AMD 64bits machines.
1931
1932Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1935 the caller don't pass a SAX callback block.
1936
1937Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * tree.c: applied the same fix for the XML-1.0 namespace to
1940 xmlSearchNsByHref() as was done for xmlSearchNs()
1941
1942Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1943
1944 * libxml.3: small cleanup of the man page
1945 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1946 when serializing HREF attributes generated by XSLT.
1947
1948Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1951 version of Marc Liyanage' patch for boolean attributes in HTML
1952 output
1953
1954Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1955
1956 * python/tests/serialize.py: fixed the test results, indenting
1957 behaviour changed slightly
1958
1959Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1960
1961 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1962 new c14n function to Windows def files
1963
1964Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1965
1966 * c14n.c: fixed a memory leak in c14n code
1967
1968Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * parser.c include/libxml/parser.h: adding a new API for Christian
1971 Glahn: xmlParseBalancedChunkMemoryRecover
1972 * valid.c: patch from Rick Jones for some grammar cleanup in
1973 validation messages
1974 * result/VC/* result/valid/*: this slightly change some of the
1975 regression tests outputs
1976
1977Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1978
1979 * tree.c: trying to fix a problem in namespaced attribute handling
1980 raised by Christian Glahn
1981
1982Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1983
1984 * encoding.c include/libxml/encoding.h: Opening the interface
1985 xmlNewCharEncodingHandler as requested in #89415
1986 * python/generator.py python/setup.py.in: applied cleanup
1987 patches from Marc-Andre Lemburg
1988 * tree.c: fixing bug #89332 on a specific case of loosing
1989 the XML-1.0 namespace on xml:xxx attributes
1990
1991Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1992
1993 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1994 corner case from new Merlin's test suite and added a callback
1995 that will be used to improve xmlsec performance
1996
1997
1998Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1999
2000 * HTMLtree.c: trying to fix the <style> escaping problem in
2001 HTML serialization bug #89342
2002
2003Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2004
2005 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2006 and rebuilt the web site.
2007
2008Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2009
2010 * include/libxml/tree.h: added _private member to xmlNs struct
2011
2012Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2013
2014 * HTMLparser.c: fixing bug #84876 based on the xml working
2015 code.
2016
2017Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2018
2019 * python/Makefile.am: enhanced to fix bug 72012 (errors
2020 when using '-jX' make parameter)
2021
2022Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2023
2024 * xpath.c: small additional enhancement for booleans
2025 compared to nodesets
2026
2027Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2028
2029 * HTMLtree.c: changed the order of the encoding declaration
2030 attributes in the meta tags due to a bug in IE/Mac
2031
2032Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2033
2034 * xpath.c: enhanced handling of booleans (especially '='
2035 and '!=' for nodesets) - fixes bug 85256. Added new
2036 routine xmlXPathNotEqualValues for more proper handling
2037 of '!=' when nodesets are involved.
2038
2039Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2040
2041 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2042 doc/xmlcatalog_man.xml to the source distribution
2043
2044Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2045
2046 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2047 asked for this.
2048
2049Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2050
2051 * configure.in: preparing 2.4.23
2052 * doc/*: rebuilt the docs
2053
2054Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2055
2056 * parser.c: fixing bug #84169 by fixing the
2057 comment of xmlCreatePushParserCtxt to describe the
2058 encoding detection parameters better.
2059
2060Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * valid.c: fixing bug #79331 in one path the lookup for
2063 ID attributes on a namespaced node wasn't handled correctly :-\
2064
2065Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * HTMLparser.c: trying to fix 87235 about discarded white
2068 spaces in the HTML parser.
2069 * result/HTML/*: this changes the output of a number of HTML
2070 regression tests
2071
2072Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2073
2074 * xpath.c: applied patch from Richard Jinks for the namespace
2075 axis + fixed a memory error.
2076 * parser.c parserInternals.c: applied patches from Peter Jacobi
2077 removing ctxt->token for good.
2078 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2079 popped out by the regression tests.
2080 * Makefile.am: patch for threads makefile from Gary Pennington
2081
2082Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2083
2084 * xpath.c: enhanced behaviour of position() after usage of
2085 expressions involving preceding-sibling (et al).
2086
2087Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * hash.c: applied a patch from Peter Jacobi to solve a problem
2090 when compiling with the Watcom C on Win32
2091 * result/schemas/*.err: the change of hashing algo generated
2092 permutations in the output
2093
2094Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2095
2096 * hash.c: applied patch from Sander Vesik improving the quality of
2097 the hash function.
2098
20992002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2100
2101 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2102 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2103 xmllint.c xpath.c: replaced sprintf() with snprintf()
2104 to prevent possible buffer overflow (the bug was pointed
2105 out by Anju Premachandran)
2106
2107Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2108
2109 * parser.c: removed an uninitialized data error popped by valgrind
2110 on PE references
2111
2112Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2113
2114 * doc/xml.html
2115 adding tutorial reference to the web page
2116
2117Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2118
2119 * doc/tutorial/xmltutorial.xml
2120 * doc/tutorial/ar01s07.html
2121 * doc/tutorial/ape.html
2122 * doc/tutorial/includegetattribute.c
2123 adding section to tutorial about retrieving an attribute
2124 value
2125
2126Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2127
2128 * parser.c: applied a couple of patches from Peter Jacobi to start
2129 to get rid of ctxt->token, with a possible significant speed
2130 improvement to be gained once done. Better compliance with PE
2131 references constructs in DTDs too.
2132 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2133 from Peter too
2134
2135Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2136
2137 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2138 xmlParseElement was likely to have been deallocated at the
2139 time of the report, possibly leading to segfault. Just report
2140 the tag name now.
2141
2142Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2143
2144 * xpath.c: patch from Richard Jinks for XPath substring() function
2145 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2146
21472002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2148
2149 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2150
2151Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2152
2153 *doc/FAQ.html
2154 fixing typos in FAQ, thanks to Robert Funnell for the
2155 editing help
2156
2157Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2158
2159 * NEWS: got complaints from rpmlint that it was empty
2160
2161Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2162
2163 * added doc/tutorial, including:
2164 apa.html
2165 apb.html
2166 apc.html
2167 apd.html
2168 ar01s02.html
2169 ar01s03.html
2170 ar01s04.html
2171 ar01s05.html
2172 ar01s06.html
2173 includeaddattribute.c
2174 includeaddkeyword.c
2175 includekeyword.c
2176 includestory.xml
2177 index.html
2178 xmltutorial.xml
2179 libxml tutorial, including generated html
2180
2181Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2182
2183 * result/c14n/exc-without-comments/merlin-c14n-two-*
2184 result/c14n/without-comments/merlin-c14n-two-*
2185 test/c14n/exc-without-comments/merlin-c14n-two-*
2186 test/c14n/without-comments/merlin-c14n-two-*
2187 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2188 c14n/exc-c14n and slightly modified test script to handle
2189 these test cases
2190 * c14n.c: fixed bugs for complicated nodes set (namespace
2191 without node and others from merlin-c14n-two.tar.gz)
2192 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2193 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2194 for xmlsec performance patch
2195 * xpath.c: fixed self::node() for namespaces and attributes
2196
2197Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2198
2199 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2200 but with the format parameter
2201 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2202
2203Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2204
2205 * Makefile.am: updated c14n tests suite
2206 * c14n.c: performance improvement for previous c14n patch
2207
2208Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2209
2210 * parser.c: another peroformance patch from Peter Jacobi, that
2211 time on parsing attribute values.
2212
2213Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2214
2215 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2216 into LibXML2 test suite
2217
2218Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2219
2220 * c14n.c: propagating xpath ancesstors node fix to c14n
2221 plus small performance improvement to reduce number of
2222 mallocs
2223 * xpath.c: fixed ancestors axis processing for namespace nodes
2224
2225Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2228 Peter Jacobi
2229
2230Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2231
2232 * configure.in: preparing 2.4.22
2233
2234Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2235
2236 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2237 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2238 a public entry point.
2239 * doc/*: rebuilt the API and docs
2240
2241Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2242
2243 * xpath.c: patch from Richard Jinks to fix a problem introduced
2244 in the previous patch and pointed by Norm
2245
2246Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2247
2248 * libxml.spec.in: fixing bug #81112
2249
2250Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2251
2252 * uri.c: fixing bug #82848
2253
2254Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2255
2256 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2257 output of one catalog test
2258
2259Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2260
2261 * global.data globals.c tree.c include/libxml/globals.h
2262 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2263 default value for global parameter xmlIndentTreeOutput to 1 and
2264 introduced new global parameter xmlTreeIndentString (the string
2265 used to do one-level indent) with default value " " (as it was
2266 in tree.c)
2267
2268Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2271 with trio and schemas.
2272
2273Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2274
2275 * xpath.c: patch from Richard Jinks to fix the problem raised in
2276 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2277
2278Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2279
2280 * xmlschemas.c: a bit of work on import.
2281 * xmlschemastypes.c: Charles Bozeman provided a compare function
2282 for date/time types so min/max facet restrictions should work,
2283 indeterminate comparisons return an error instead of equal.
2284 * test/schemas/date_0* result/schemas/date_0_0: specific test
2285 from Charles Bozeman too
2286
2287Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2288
2289 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2290 from Christian Cornelssen fixing the man pages and the Catalog
2291 building script.
2292 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2293 next step is <xs:import> I now have a reasonable understanding
2294 of how it works.
2295
2296Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2297
2298 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2299
2300Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2301
2302 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2303
2304Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2305
2306 * xpath.c: fixing an XPath function evalutation bug pointed out
2307 by Alexey Efimov where the context was lost when evaluating
2308 the function arguments
2309
2310Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2311
2312 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2313 function public for XMLSec performance optimizations
2314
2315Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2316
2317 * python/generator.py python/libxml2class.txt : fixed a problem
2318 with the HTML parser pointed by Gary Benson
2319 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2320 example
2321
2322Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2323 * parser.c: fixed bug #81159 (memory growth in SAX)
2324
2325Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2326 * xpath.c: fixed bug #78858 (the real fix)
2327
2328Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2329 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2330
2331Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2332
2333 * tree.c: modified xmlNodeSetBase to allow changing the
2334 base of a document.
2335
2336Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2337
2338 * xmlschemastypes.c: patch Charles Bozeman for validation of
2339 all the date, time, and duration types
2340 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2341 * configure.in: fixed an error pointed by an user
2342 * xml2-config.in: fixed an error pointed by an user
2343
2344Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2345
2346 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2347 win32/libxml2.def.src xmlIO.c: exported default
2348 'file:', 'http:' and 'ftp:' protocols input handlers
2349 and maked protocols comparisson case insensitive
2350
2351Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2352
2353 * configure.in: Neven Has detected a typo
2354
2355Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2356
2357 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2358 as one of the persons allowed to commit directly to the
2359 module.
2360
2361Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2362
2363 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2364 * valid.c: raised a too low limit
2365 * doc/*: rebuilt the docs
2366
2367Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2368
2369 * test/XPath/expr/floats test/XPath/expr/functions
2370 result/XPath/expr/floats result/XPath/expr/functions
2371 xpath.c: another XPath conformance patch from Richard Jinks
2372
2373Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2374
2375 * xmlschemas.c: fixed validation of attribute groups.
2376 * test/schemas result/schemas: added an example from the primer
2377
2378Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2381 * test/schemas result/schemas: updated the test list
2382
2383Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * TODO: updated a bit
2386 * parser.c: made a comment more specific
2387 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2388 Schemas conformance.
2389 * test/schemas result/schemas: updated the test list
2390
2391Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2392
2393 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2394 implementing xs:all with minOccurs = 0
2395 * tes/schemas/* result/schemas/*: added more tests covering
2396 xs:all
2397
2398Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * xmlregexp.c: first implementation of the all particle, this
2401 may need to be revisited for case where not all transitions
2402 must be crossed.
2403
2404Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2405
2406 * tree.c: another entity processing update from Markus Henke
2407
2408Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2409
2410 * trionan.c: fixed crash on OSF/1
2411
2412Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2413
2414 * xmlschemas.c: more Schemas work
2415 * test/schemas/* result/schemas/*: added more tests coming
2416 from the spec.
2417
2418Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2419
2420 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2421 ExcC14N specification
2422
2423Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * tree.c: patch from Markus Henke, fix for recursive entities.
2426
2427Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2428
2429 * xpath.c: fix a problem with string() on a document node.
2430
2431Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * Makefile.am xmlschemas.c: more Schemas work
2434 * test/schemas/* result/schemas/*: added more tests coming
2435 from the spec.
2436
2437Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2438
2439 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2440 * result/HTML/*: this changes a few things in the results
2441
2442Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2443
2444 * include/libxml/tree.h: eliminated 'declaration different than
2445 prototype' warning
2446 * include/win32config.h: "resolved" conflicts with errno.h
2447
2448Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2449
2450 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2451 on the automata interfaces and debug of counted choices
2452 * test/schemas/* result/schemas/*: added a number of tests
2453
2454Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2457 a bit of work on Schemas
2458 * testSchemas.c: try to make it more useful
2459 * test/schemas/* result/schemas/* Makefile.am: changed the
2460 Schemas regression test procedure, started adding a few samples
2461
2462Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2463
2464 * include/libxml/encoding.h: Patch for the Borland C++ builder
2465 * include/libxml/tree.h: Patch for the Borland C++ builder
2466 * threads.c: Patch for the Borland C++ builder
2467 * win32/bcb5: New directory for the Borland C++ builder
2468 project files
2469
2470Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2471
2472 * win32/Makefile.msvc: Update for XML Schema support
2473 * win32/configure.js: Update for XML Schema support
2474 * win32/libxml2.def.src: Update for XML Schema support
2475
2476Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2477
2478 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2479 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2480 xmlunicode.c include/libxml/Makefile.am
2481 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2482 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2483 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2484 include/libxml/xmlversion.h.in : merged the current state of
2485 XML Schemas implementation, it is not configured in by default,
2486 a specific --schemas configure option has been added.
2487 * test/automata test/regexp test/schemas Makefile.am
2488 result/automata result/regexp result/schemas:
2489 merged automata/regexp/schemas regression tests
2490
2491Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2492
2493 * xpath.c: Gary found a compile time problem, fixes #78823
2494
2495Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * configure.in: release of 2.4.20
2498 * doc/*: updated and rebuilt the docs
2499
2500Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2501
2502 * python/Makefile.am: patch from Cristian Gafton to build on
2503 Red Hat 6.2, should also fix #75779
2504
2505Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2506
2507 * valid.c: first part of fixing #78729
2508
2509Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2510
2511 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2512 escaping of URI when saving HTML files.
2513 * result/HTML/*: this impacted some tests
2514
2515Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2516
2517 * configure.in: trying to fix #77441
2518
2519Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2520
2521 * include/libxml/xmlIO.h: Hallski complained it could not be
2522 included by itself.
2523
2524Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2525
2526 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2527
2528Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2529
2530 * win32/configure.js: patch from Nilo for the c14n option
2531 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2532
2533Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2534
2535 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2536 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2537 LIBXML_THREAD_ENABLED
2538
2539Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * xpath.c: another patch from Richard Jinks for substring conformance
2542 * test/XPath/expr/floats test/XPath/expr/strings
2543 result/XPath/expr/floats result/XPath/expr/strings: update of the
2544 test suite to check those.
2545
2546Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2547
2548 * xpath.c: patch from Richard Jinks for .x float parsing.
2549
2550Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2551
2552 * parser.c: patch from Markus Henke when an encoding ain't recognized
2553
2554Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2555
2556 * libxml.m4: got a report that #include <string.h> was needed
2557
2558Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2559
2560 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2561
2562Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2563
2564 * doc/example.html: fixing typo
2565
2566Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2567
2568 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2569 pointed out by Melvyn Sopacua.
2570
2571Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2572
2573 * libxml.m4: Frédéric Crozat gave a patch related to the change
2574 of Include paths breaking the libxml.m4
2575
2576Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2577
2578 * xpath.c: Fix bug #76927 forgot to save some context
2579 when evaluating binary expressions
2580
2581Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * configure.in: fixed configure for MPE/iX from Markus Henke
2584 * xmlmemory.c: fixed initialization problems
2585 * xpath.c: another set of patches from Richard Jinks this
2586 fixes "make XPathtests" on linux
2587
2588Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2589
2590 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2591 * test/XPath/expr/compare test/XPath/expr/equality
2592 test/XPath/expr/floats test/XPath/expr/functions
2593 test/XPath/expr/strings result/XPath/expr/compare
2594 result/XPath/expr/equality result/XPath/expr/floats
2595 result/XPath/expr/functions result/XPath/expr/strings: Updated
2596 tests though they show a divergence on Linux
2597
2598Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * xpath.c trionan.c: previous commit also included patches
2601 from Richard Jinks on some IEEE support corner case
2602
2603Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2604
2605 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2606 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2607 that $(datadir) should be used for docs
2608
2609Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2610
2611 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2612 could leak filedescriptors
2613
2614Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * configure.in nanohttp.c: applied patch from Allan Clark for
2617 UnixWare/OpenServer
2618
2619Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * configure.in: preparing 2.4.19
2622 * doc/*: rebuilt the docs
2623
2624Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2625
2626 * nanohttp.c: fixing #76043, got fed up with non-portability
2627 of that piece of code.
2628
2629Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * valid.c SAX.c: Never commit without running "make tests" :-(
2632 fix a couple of stupidities in the previous commit
2633 * result/*: a few changes in some attribute order result of previous
2634 commit.
2635
2636Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2637
2638 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2639 the internal subset should not raise duplicate ID errors,
2640 also there was a small bug in conjunction to namespace
2641 declarations defaulted and xml:xxx attributes DTD definitions.
2642
2643Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2644
2645 * xpath.c: Richard Jinks also raised some rounding problems
2646 this tries to fix them
2647
2648Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2649
2650 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2651 behaviour in xmlXPathCastToString()
2652
2653Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2654
2655 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2656 raised by Morus Walter
2657
2658Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2659
2660 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2661 from Igor
2662
2663Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2664
2665 * xpath.c: fixing #75619, related to a problem when trying
2666 to evaluate condition when the current node set resulting
2667 from that sub-step evaluation is empty. Also fixes 2 potential
2668 problem with previous-sibling and next-siblings axis.
2669
2670Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2671
2672 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2673 HTML support is not configured in.
2674
2675Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2678 include/libxml/tree.h: dohh I really didn't intended to commit
2679 this test version :-(
2680
2681Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2682
2683 * testSAX.c: I wanted to see the real speed at the SAX interface
2684 after a little too many Ximianer started complaining about the
2685 parser speed.
2686 added a --quiet option:
2687 paphio:~/XML -> ls -l db100000.xml
2688 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2689 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2690 3200006 callbacks generated
2691 real 0m1.270s
2692 Which means 16MBytes/s and 3Mcallback/s
2693
2694Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2695
2696 * xpath.c: valgrind spotted another error that time when running
2697 on libxslt regression tests
2698
2699Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2700
2701 * Makefile.am: adding "make valgrind" running the full regression
2702 tests (except python ones) under Valgrind (using valgrind -q
2703 which was kindly added by the author).
2704 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2705 passes cleanly now except an obcure floating point initialization
2706 raised in log10() in one XPath regression test ???
2707 * tree.c: edited some comments to close #75244
2708
2709Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2710
2711 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2712 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2713 context of ScrollKeeper, made sure that if the number is
2714 an integer, the serialization follows the description at
2715 http://www.w3.org/TR/xpath#section-String-Functions
2716
2717Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2718
2719 * configure.in: preparing 2.4.18
2720 * doc/*: updated and rebuilt the web site
2721 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2722 the Windows and Cygwin maintainers.
2723 * parser.c: humm, changed the way the SAX parser work when
2724 xmlSubstituteEntitiesDefault(1) is set, it will then
2725 do the entity registration and loading by itself in case the
2726 user provided SAX getEntity() returns NULL.
2727 * testSAX.c: added --noent to test the behaviour.
2728
2729Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2730
2731 * parser.c: Wilfried Teiken provided a hackish but working
2732 way to get context reported back on entities when parsing
2733 with SAX and without breaking the DOM build.
2734
2735Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2736
2737 * c14n.c: applied a new patch from Aleksey Sanin
2738 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2739 to reference Aleksey implementation of XML digital Signatures
2740
2741Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * xpath.c: small fix to avoid potential problem due to
2744 ordering of freeing data
2745 * python/Makefile.am: people were complaining about
2746 the generated file in python dir not being built
2747
2748Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2749
2750 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2751 python/generator.py python/libxml.c python/types.c: Cleanup
2752 of the python Makefiles based on Jacob and James feedback,
2753 fixed the spec file accordingly, fixed the number of warning
2754 that passing my pedantic CFLAGS was generating. Conclusion
2755 is that Python includes are real crap.
2756
2757Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2758
2759 * configure,in: it was reported quite a few times that
2760 xml2-config --cflags should not output
2761 -I$includeprefix/libxml2/libxml because libxml2 header names
2762 clashes with existing names like list.h from C++ stl.
2763 Includes should be #include<libxml/xxx.h> so ...
2764
2765Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2766
2767 * c14n.c: another patch from Aleksey Sanin
2768
2769Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2772 canonicalization algorithm
2773 * doc/xml.html doc/index.html: added the C14N references on the
2774 index page.
2775
27762002-03-13 jacob berkman <jacob@ximian.com>
2777
2778 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2779 usage, redundant, and gcc specific
2780
2781Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2782
2783 * xpath.c: speedup some node selection operations, this can
2784 have a significant impact on DocBook Norm's stylesheets
2785 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2786 make sure it's always the case
2787 * debugXML.c: distinguish CDATA and comments in ls operations
2788
2789Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2792 to generate better API descriptions etc...
2793
2794Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2795
2796 * c14n.c: Fixing #74186, made sure all boolean expressions
2797 get fully parenthesized, ran indent on the output
2798 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2799 include/libxml/tree.h: also #74186 related, removed the
2800 --with-buffers option, and all the preprocessor conditional
2801 sections that were resulting from it.
2802
2803Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * valid.c: applied patch from Dodji Seketeli fixing an
2806 uninitailized variable in xmlValidGetValidElements()
2807
2808Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2809
2810 * c14n.c: fixed a few comments
2811 * doc/*.html doc/*/*.html: regenerated the docs and added
2812 the C14N API
2813 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2814
2815Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2816
2817 * check-xml-test-suite.py: fix to adapt varaiations in the
2818 bindings
2819 * configure.in python/setup.py python/setup.py.in: fixed to
2820 have the version of the python scripts automatically updated
2821
2822Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2823
2824 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2825 in xmlCopyProp()
2826
2827Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2828
2829 * configure.in: preparing 2.4.17 release
2830 * doc/*: updated and rebuilt the docs
2831 * xpath.c: fixed a comment
2832 * python/libxml.c: fixed a possible reentrancy problem
2833
2834Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2835
2836 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2837 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2838 added a specific regression test
2839 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2840 not raise exceptions when failing to find the attribute.
2841
2842Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2843
2844 * configure.in xmllint.c: owen pointed out a problem with the
2845 ftme fix, gettimeofday() was not detected by configure and
2846 the ftime header wasn't included, dohhh
2847
2848Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2849
2850 * configure.in xmllint.c: trying to fix #71457 for timing
2851 precision when gettimeofday() is not availble but ftime() is
2852
2853Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2856 are now copied on install and part of the -devel RPM
2857
2858Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2859
2860 * xpath.c: trying to avoid bug #72150 which was apparently
2861 caused by a gcc bug (or a processor problem) as detailed
2862 at http://veillard.com/gcc.bug
2863
2864Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2867 fixed xmlReconciliateNs(), added a Python test/example for
2868 inter-document cut'n paste
2869 * python/libxml.py: fixed node.doc on document nodes and added
2870 xpathEval() onto node objects
2871
2872Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2873
2874 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2875 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2876 fixup and integrated tests for the serialization stuff
2877
2878Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2879
2880 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2881 moved the libxml man page to section 3
2882
2883Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2884
2885 * tree.c: fix bug #72490
2886 * python/libxml.c python/libxml.py: added methods serialize()
2887 and saveTo() to all node elements.
2888
2889Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * xmlIO.c: closed #73430, don't read from an input source
2892 which indicated an end-of-file or an error.
2893
2894Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2895
2896 * parser.c: make sure SAX endDocument is always called as
2897 this could result in a Python memory leak otherwise (it's
2898 used to decrement ref-counting)
2899 * python/generator.py python/libxml.c python/libxml.py
2900 python/libxml2-python-api.xml python/libxml2class.txt
2901 python/tests/error.py python/tests/xpath.py: implemented
2902 the suggestions made by Gary Benson and extended the tests
2903 to match it.
2904
2905Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2906
2907 * python/generator.py: applied patch fixing #73450
2908
2909Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2910
2911 * xpath.c: fixing #61290 "namespace nodes have no parent"
2912 long standing divergence from the XPath REC. NodeSets
2913 simply hold a copy of namespace nodes and those node ->next
2914 points to the parent (which may not be the node carrying the
2915 definition).
2916 * include/libxml/xpath.h: flagged but didn't added a possible
2917 speedup
2918 * DOCBparser.c HTMLparser.c: removed some warnings from push
2919 parser due to new state being added.
2920 * tree.c: new fix from Boris Erdmann
2921 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2922 the XML Canonalization support from Aleksey Sanin
2923
2924Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2925
2926 * tree.c: patch from Boris Erdmann fixing some namespace odities
2927 with xmlCopyNode()
2928
2929Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2930
2931 * xmlIO.c: fix bug #72706 when loading a NULL entity
2932
2933Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2934
2935 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2936 actually change in a future XML Namespace revision.
2937
2938Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2939
2940 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2941 added the possibility of returning nodesets from XPath extension
2942 functions written in Python
2943
2944Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2945
2946 * python/*: commiting some Python bindings work done while travelling
2947
2948Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2949
2950 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2951 explicitely with memory debugging switched on
2952
2953Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2954
2955 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2956 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2957 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2958 the accessor generator for strings
2959 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2960 regression test.
2961
2962Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * python/README python/generator.py python/libxml.c python/setup.py:
2965 added the 'usual' setup.py to allow building a libxml2-python
2966 module based on the same code. The initialization is however
2967 different the 2 .so files fo libxml2 and libxslt are identical and
2968 they entry point initialize both libraries. this is done to avoid
2969 some possible nasty problem since the Python don't merge the maps
2970 of all shared modules.
2971
2972Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2973
2974 * parser.c: fixed a push/encoding bug reported by Michael
2975 on librsvg
2976
2977Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * include/libxml/parserInternals.h: fixes a misplaced #endif
2980
2981Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2982
2983 * parser.c valid.c: found and fixed a couple of allocation bugs
2984
2985Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2986
2987 * doc/xml.html doc/python.html doc/*: added a Python and binding
2988 page describing the current state of the Python bindings and
2989 giving pointers to the other languages wrappers.
2990
2991Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2992
2993 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2994 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2995 rebuilt the API and web site
2996 * xpath.c: fixed #71978 portability bugs
2997
2998Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2999
3000 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3001
3002Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3003
3004 * include/libxml/parserInternals.h parser.c: had to change
3005 2 internal parsing API when processing document content
3006 to check the start and end of element content are defined
3007 in the same entity
3008 * valid.c include/libxml/valid.h: attribute normalization can
3009 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3010 with the context to report it.
3011 * SAX.c: fixed the last known bugs, crazy validation constraints
3012 when a document is standalone seems correctly handled. There
3013 is a couple of open issues left which need consideration especially
3014 PE93 on external unparsed entities and standalone status.
3015 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3016 The 2 tests left failing are actually in error. Cleanup done.
3017
3018Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3019
3020 * valid.c: implemented E59 spaces in CDATA does not match the
3021 nonterminal S
3022
3023Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * SAX.c parser.c valid.c: more validation test fixups
3026 * check-xml-test-suite.py: added duration info for the tests
3027
3028Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3029
3030 * parser.c valid.c: a couple of errors were reported but not
3031 saved back as such in the parsing context. Down to 1% failure rate
3032 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3033
3034Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3035
3036 * xmlInternald.c: isExtender was missing a char
3037 * parser.c include/libxml/parser.h: % are acceptable in the
3038 internal subset if within a PUBLIC ID
3039
3040Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * SAX.c parserInternals.c valid.c: more work on the conformance
3043 suite. Took the step to finally block documents with encoding
3044 errors. It's a fatal error per the spec, people should have fixed
3045 their documents by now.
3046
3047Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3048
3049 * check-xml-test-suite.py: fixed the test script after some discussion
3050 on the semantic of TYPE="error"
3051 * Makefile.am: added the script to the distrib
3052
3053Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3054
3055 * SAX.c entities.c: fixed a couple of conformances issues deep
3056 into the validation code (standalone and undeclared Notations)
3057
3058Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3061 stayed there for years !
3062
3063Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3064
3065 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3066 missing
3067
3068Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * check-xml-test-suite.py: improved the behaviour a bit as
3071 well as the logs
3072 * parser.c valid.c SAX.c: fixed a few more bugs
3073 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3074
3075Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3076
3077 * check-xml-test-suite.py: python script to run regression tests
3078 against the XML Test suite of W3C/OASis
3079 * SAX.c: fixed a validation bug
3080 * parser.c: fixed 3 errors pointed by the test suite
3081 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3082 * python/Makefile.am: fixed a dependendy
3083
3084Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * xmlmemory.c: avoid a warning bug #71594
3087
3088Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3091 warning on alpha/Tru64
3092
3093Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3094
3095 * include/libxml/entities.h: fixing a comment
3096 * valid.c: fixing some troubles with validity check on namespaces
3097 * result/VC/NS3 test/VC/NS3: added a specific regression test
3098
3099Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3100
3101 * tree.c: Fixing #71342 serializing '\n' in attribute values
3102 * result/noent/att3 result/att3 test/att3: added a specific
3103 test.
3104
3105Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3106
3107 * python/libxml.c: couple of bug fixes
3108
3109Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3110
3111 * python/*.py: removed tabs and used spaces.
3112
3113Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3114
3115 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3116 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3117
3118Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3119
3120 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3121 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3122
3123Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3124
3125 * include/libxml/encoding.h include/libxml/entities.h
3126 include/libxml/globals.h include/libxml/parser.h
3127 include/libxml/threads.h include/libxml/tree.h
3128 include/libxml/xmlmemory.h: trying to fix the include mess
3129
3130Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3131
3132 * include/libxml/xmlmemory.h: reverted part of the previous
3133 attempt to provide #69655, this was breaking the build.
3134
3135Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3136
3137 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3138 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3139 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3140 include/libxml/parserInternals.h include/libxml/tree.h
3141 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3142 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3143 clean.
3144 * python/libxml.c: fixed a warning.
3145
3146Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3149 copying of node, merge back IDs in the target document.
3150 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3151 test/XInclude/ents/ids.xml: test case
3152 * result/VC/ElementValid4: output changed due to a typo fix
3153
3154Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003157 generate the dependencies right as Jacob found out. Add
3158 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003159
3160Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3161
3162 * parserInternals.c valid.c: Justin Fletcher found some parts
3163 of the code needing cleanup
3164 * libxml.spec.in python/Makefile.am python/generator.py
3165 python/libxml.c python/libxml.py: Fixed the python Makefiles
3166 corrected a bug showing up on ia64, changed the name of the
3167 python internal module too
3168
3169Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3170
3171 * Makefile.am: applied patch from Andris Pavenis for binary
3172 name suffixes
3173
3174Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3175
3176 * xmllint.c win32/win32config.h: fixing #68748
3177
3178Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * valid.c: fixing #70166
3181
3182Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3183
3184 * valid.c: fixing #70077
3185
3186Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * Copyright Makefile.am README configure.in libxml.spec.in:
3189 Changed to the MIT Licence
3190 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3191 doc/xmlio.html: updated the doc accordingly
3192 * include/libxml/xmlwin32version.h configure.in: preparing
3193 2.4.14 release
3194 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3195 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3196 fixed the const xmlChar * wrapper and generator, XPath extension
3197 functions now use the context as first argument
3198 * python/tests/tstxpath.py python/tests/xpath.py
3199 python/tests/xpathext.py: Updated the tests accordingly
3200 * tree.c: fixed bug #70067
3201
3202Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * Makefile.am: cleanup
3205 * debugXML.c: always use stdout if output is NULL
3206 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3207 * python/Makefile.am python/generator.py python/libxml2class.txt
3208 python/libxml_wrap.h python/types.c: augmented the number of bindings
3209 handling FILE * and XPath contexts
3210 * python/tests/Makefile.am: avoid a stupid problem due to the
3211 use of TEST.
3212
3213Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3216
3217Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3218
3219 * python/TODO python/libxml.c: cleanup the extension function lookup
3220 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3221
3222Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * configure.in python/Makefile.am: do not install outside
3225 of prefix
3226
3227Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3228
3229 * python/TODO python/libxml.c: started adding SAX interfaces
3230 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3231 SAX test
3232
3233Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3234
3235 * tree.c: hardened the addChild function
3236 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3237 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3238 added accessors needed for xmlNode, a bit more testing and
3239 extension of interfaces
3240 * python/tests/Makefile.am python/tests/build.py: added a test
3241 build from scratch/save/load/check
3242
3243Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3244
3245 * parserInternals.c: change a small bit in the way valididy
3246 error messages get initialized
3247 * python/TODO python/libxml.c python/libxml2-python-api.xml
3248 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3249 added some memory debugging to track leaks at the libxml2 level
3250 * python/tests/*.py: changed all tests to check for leaks,
3251 there is just one left in XPath extension registrations.
3252
3253Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3254
3255 * python/TODO python/generator.py python/libxml2-python-api.xml
3256 python/libxml2class.txt: more accessor classes for the parser
3257 context, allow to switch on and check validity
3258 * python/tests/Makefile.am python/tests/error.py
3259 python/tests/invalid.xml python/tests/valid.xml
3260 python/tests/validate.py: attded more test and and added error.py
3261 which I forgot to commit in the last step
3262
3263Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3264
3265 * python/Makefile.am python/types.c: cleanup
3266 * python/libxml.c python/libxml.py python/libxml_wrap.h
3267 python/generator.py python/libxml2-python-api.xml
3268 python/libxml2class.txt: added class for parser context, added
3269 first cut for push mode support. Added a framework to generate
3270 accessors functions.
3271 * python/tests/Makefile.am python/tests/push.py: added a push
3272 test
3273
3274Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3275
3276 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3277 bug a bit of cleanup.
3278
3279Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3280
3281 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3282 python/libxml2class.txt: adding error redirections and preformat
3283 to a python handler
3284 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3285 tests self checking
3286
3287Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3288
3289 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3290 a function
3291
3292Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3295 python/libxml.c python/libxml2-python-api.xml
3296 python/libxml2class.txt: Progressing through the TODOs, class
3297 description output, extra XML API, RPM now builds the wrappers
3298 for all python installed versions
3299
3300Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3301
3302 * configure.in libxml.spec.in python/Makefile.am python/TODO
3303 python/generator.py python/libxml2class.txt: added more informations
3304 in the libxml2-python package including docs. Slightly changed
3305 the class hierarchy
3306 * python/tests/*: added basic regression tests infrastructure too
3307
3308Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3309
3310 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3311 added libxml2-python as part of the packages installed
3312
3313Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * python/Makefile.am python/generator.py python/libxml.c
3316 python/libxml.py: more work, now able to extend the
3317 XPath interpreter with functions written in python.
3318
3319Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3320
3321 * python/Makefile.am: Jacob sent a patch to allow building from
3322 tarfile.
3323
3324Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3325
3326 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3327 inserted the python wrappers build, I hope this won't be too
3328 unportable
3329
3330Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * xpath.c: minor optimization
3333 * python/generator.py python/libxml.c python/libxml.py
3334 python/libxml_wrap.h: more work on the python bindings,
3335 they now support XPath and there is no evident leak
3336
3337Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3338
3339 * python/generator.py python/libxml.c python/libxml.py:
3340 more work on the python bindings generator.
3341
3342Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3343
3344 * python/generator.py python/libxml.c python/libxml_wrap.h:
3345 more work on the python bindings.
3346
3347Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3348
3349 * python/generator.py python/libxml.c python/libxml.py
3350 python/libxml_wrap.h: commited early version of a python binding
3351 for private use only ATM
3352
3353Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3354
3355 * entities.c tree.c include/libxml/entities.h: applied patch
3356 from Anthony Jones to implement copy of DTD subtree too. Had
3357 just to keep 2 function private which really ought to become
3358 public ones.
3359
3360Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3361
3362 * xmllint.c: added pointers to the web pages in the usage()
3363
3364Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3365
3366 * tree.c: more fixes from Petr Kozelka for attribute handling
3367 in the tree API to align the semantic with DOM.
3368
3369Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3370
3371 * valid.c tree.c entities.c: another set of patches from
3372 Anthony Jones for copy operations cleanup and robustness
3373
3374Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3377 an alphabetic index based on comments content
3378 * doc/*: rebuilt the web site with the new references
3379
3380Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3381
3382 * parserInternals.h: Greg Sjaardema suggested to use an
3383 eponential buffer groth policy in xmlParserAddNodeInfo()
3384
3385Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3386
3387 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3388 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3389 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3390 to generate cross-references, and added/updated the stylesheets
3391 to generate and link API indexes. The generic keyword index
3392 is not done yet.
3393 * doc/*.html: regenerated all the usual docs too
3394
3395Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * debugXML.c: added an xpath function to the shell for T. V. Raman
3398
3399Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3400
3401 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3402 debug routines.
3403
3404Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3405
3406 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3407 support of attribute nodes
3408
3409Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3410
3411 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3412 hopefully near complete and fully documented of the API in XML
3413 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3414 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3415 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3416 include/libxml/parserInternals.h include/libxml/valid.hi
3417 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3418 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3419 include/libxml/xpath.h include/libxml/xpathInternals.h:
3420 Cleaned up the doc comments a lot in the process, the interface
3421 coverage is now 100%
3422
3423Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3424
3425 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3426 extracts comments from the gtk-doc DocBook output (a bit
3427 convoluted but seems to work).
3428
3429Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3430
3431 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3432 added an XML description of the API, moved the script generating
3433 it here. Added a "make api" target
3434
3435Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3438
3439Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3440
3441 * xpath.c include/libxml/xpathInternals.h: the change made to
3442 xmlXPathFuncLookupFunc was incompatible roll it back
3443
3444Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3445
3446 * SAX.c: cleanup patch from Anthony Jones
3447 * doc/Makefile.am: fix the headers to avoid in make scan
3448 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3449 includes, * vs Ptr and general cleanup
3450 * parsedecl.py: first version of a script to extract the
3451 module interfaces, the goal will be to provide .decl or XML
3452 specification of the interfaces to build wrappers.
3453
3454Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3455
3456 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3457 now provides return codes in case of errors
3458
3459Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3460
3461 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3462 Upgraded to trio baseline 1.6
3463 * strio.h strio.c: Replaced by triostr.h and triostr.c
3464
3465Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3466
3467 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3468 of strdup usage in the code
3469
3470Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3471
3472 * parser.c error.c: Keith Isdale complained rightly that
3473 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3474
3475Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * tree.c: fixed the funxtion to set the xml: attributes
3478 * debugXML.c: added "setbase" to test it.
3479
3480Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3481
3482 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3483 to allow updating an attribute content
3484
3485Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3486
3487 * libxml.h: try to avoid problems when compiling on Windows
3488
3489Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3490
3491 * hash.c: patch from Anthony Jones for hash.c allocation size
3492 * Makefile.am: trying to work around Yet Another Libtool Madness
3493 and build the 2.4.13 release finally ...
3494
3495Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3496
3497 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3498 * doc/* : update of the documentation
3499
3500Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3503 at fixing #61290 :-(
3504
3505Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3506
3507 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3508 Fixes bug #67229
3509
3510Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3511
3512 * tree.c: trying to avoid troubles when a subtree is copied
3513 and coalesced in part with the target tree. Should fix
3514 bug #67407
3515
3516Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * valid.c: fixed validation of attributes content of type
3519 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3520 values, very old bug. Fixes #67671
3521
3522Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3523
3524 * parser.c include/libxml/parserInternals.h tree.c: integrated
3525 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3526 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3527
3528Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3529
3530 * threads.c: applied Serguei Narojnyi's patch to add native
3531 thread support on the Win32 platform
3532 * testThreadsWin32.c Makefile.am: added the test program also
3533 from Serguei, Win32 specific
3534 * include/win32config.h include/libxml/xmlwin32version.h.in:
3535 added patch from Igor for the Windows thread specific defines.
3536
3537Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3538
3539 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3540
3541Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3542
3543 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3544 output page into XMLinfo.html. Close bug #66951 and
3545 raised by Robert Collins too.
3546
3547Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3548
3549 * encoding.c: Paul Keogh pointed out a possibility of segfault
3550 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3551 Closes bug # 68238
3552
3553Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * doc/*.html: updated the Gdome2 links
3556
3557Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3558
3559 * libxml.h: Applied following patches from Robert Collins
3560 and make sure IN_LIBXML is defined when compiling it
3561 -------
3562 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3563 as well as Visual C.
3564 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3565 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3566 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3567 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3568 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3569 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3570 xmlSysIDExists xmlNoNetExists).
3571 * xmllint.c: Don't include winsock2.h for Cygwin.
3572
3573Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3574
3575 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3576 when the version info is not present.
3577
3578Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3579
3580 * tree.c: Anthony Jones pointed out a problem in
3581 xmlStringGetNodeList() and provided a fix for it
3582
3583Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3584
3585 * parser.c: patch from Frank J Franklin to remove a bug in
3586 xmlCreatePushParserCtxt() when the initial buffer passed
3587 is large.
3588
3589Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3590
3591 * win32/*: big cleanup of the Windows/MSVC project files
3592 from Igor Zlatkovic
3593
3594Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3595
3596 * doc/Makefile.am: should fix #67674 and avoid troubles if
3597 xsltproc is not available or fails in the prefix provided
3598
3599Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3600
3601 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3602
3603Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3604
3605 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3606 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3607 Fixed a few other problems raised by Charlie Bozeman.
3608 * result/VC/ElementValid[5-7]: fixed the output
3609
3610Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3611
3612 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3613 patches from Charlie Bozeman. Regenerated the HTML docs.
3614
3615Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3616
3617 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3618 for Windows from Igor
3619
3620Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3621
3622 * xmllint.c: applied Justin Fletcher patch for --output or -o
3623
3624Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3625
3626 * win32/libxml2/libxml2.def.src: close #67019
3627
3628Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3629
3630 * xmllint.c: applied Justin Fletcher generic timing patch
3631 similar to the one already applied to xsltproc.
3632
3633Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3634
3635 * include/libxml/tree.h tree.c: applied documentation patches
3636 from Charlie Bozeman
3637
3638Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3639
3640 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3641
3642Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3643
3644 * valid.c: fix the xmlStrdup() used in the previous patch.
3645 * valid.c: added --dropdtd
3646 * tree.c: fixed xmlUnlinkNode so it also removes the references
3647 from the document if the node is a DTD
3648
3649Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3650
3651 * HTMLtree.c valid.c: cleanup some static declarations
3652
3653Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3654
3655 * xmllint.c: removed another strdup()
3656 * doc/FAQ: removed the HP/UX entry
3657
3658Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3659
3660 * valid.c: fix bug #66816 when validating.
3661 * xmllint.c: don't use sys/time.h if configure did not found it
3662
3663Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3664
3665 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3666 xmlcatalog_man.xml
3667
3668Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3669
3670 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3671 xmlInitMemory() was declared twice
3672
3673Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3674
3675 * globals.c: do not reference strdup() !
3676 * configure.in libxml-2.0.pc.in: trying to fix the libs
3677 of the various config extraction modules
3678
3679Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3680
3681 * configure.in : preparing 2.4.12
3682 * doc/* : updated and rebuilt the docs
3683
3684Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3685
3686 * uri.c: closed bug #66159
3687 * testURI.c: added --escape option
3688 * configure.in: some cleanup for xml2-config --cflags
3689
3690Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3691
3692 * globals.c testThreads.c: removed some misplaced includes
3693 of xmlversion.h
3694
3695Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3696
3697 * threads.c: patch from Gary Pennington fixing a possible
3698 problem at initialization time.
3699
3700Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3701
3702 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3703 Eric Lavigne contribution to build libxml2 on MacOS using
3704 CodeWarrior.
3705
3706Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3707
3708 * xmllint.c: applied Geert Kloosterman's patch to fix
3709 --repeat --timing output
3710
3711Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3712
3713 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3714 where non-wellformed XML declaractions were not detected.
3715
3716Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3717
3718 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3719
3720Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3721
3722 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3723 gets reset by xmlCleanupInputCallbacks() and this makes the
3724 function useless. Same for output.
3725
3726Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3727
3728 * xmlIO.c: robert pointed out a loop error in callback cleanups
3729
3730Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3731
3732 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3733 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3734 they are not really tied to debugging
3735
3736Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3737
3738 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3739 * xmllint.c: better --catalogs description
3740
3741Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3742
3743 * tree.c: fixed a couple of problems in xmlSetProp()
3744
3745Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3746
3747 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3748 unappropriate stdout output.
3749
3750Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3751
3752 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3753 by Denis Beurive, closes #65111
3754
3755Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3756
3757 * valid.c: in case of content model validity error, don't
3758 print it if validity warnings were not requested.
3759
3760Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3761
3762 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3763 * parserInternals.c: removed the last exit() call. Print an
3764 unmaskable error on stderr instead (library mismatch detection)
3765
3766Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3767
3768 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3769 shell instructions from Heiko Rupp
3770
3771Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3772
3773 * catalog.c: use the URL notation file:// for default catalog paths
3774
3775Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3776
3777 * include/libxml/tree.h: better comments for _private fields
3778 * tree.c: removed a problem when copying an entity reference.
3779
3780Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3781
3782 * vms/*: updated instructions and diffs from John A Fotheringham
3783
3784Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3785
3786 * include/libxml/xmlerror.h: avoid an include problem if
3787 #include <libxml/xmlerror.h> happens first in code
3788 seems to be the case in KDE libs
3789
3790Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3791
3792 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3793 from Igor for Windows
3794
3795Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3796
3797 * Makefile.am: Gary Pennington pointed out a missing prefix
3798
3799Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3800
3801 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3802 * doc/*: upgraded and rebuilt the docs
3803
3804Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3805
3806 * HTMLparser.c: fix comment in scripts element parsing.
3807 * result/HTML/doc3*: updated the results.
3808
3809Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3810
3811 * uri.c: another URI bug fix #63336, using Joel Young patch.
3812
3813Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3814
3815 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3816 a cleaned up version of the Pwd shell string generation.
3817
3818Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * valid.c include/libxml/tree.h: trying to fix namespaces +
3821 validation problems for good, closing #63619 in the process
3822 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3823 wrong in this respect, fixed it.
3824
3825Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3826
3827 * xmllint.c: Morus Walter patch to allow --format and --encode
3828
3829Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3830
3831 * debugXML.c: Stefan Kost provided an help command for the shell
3832
3833Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3834
3835 * debugXML.c: Heiko Rupp pointed that the shell would crash
3836 on empty nodesets returns.
3837
3838Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3839
3840 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3841 migh need the history libraries
3842
3843Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3844
3845 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3846 handle the case of < in quoted attributes, Bastian Kleineidam
3847
3848Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3849
3850 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3851 fixing catalog breakages
3852 * Makefile.am catalog.c result/catalogs/catal
3853 result/catalogs/mycatalog.* test/catalogs/catal*:
3854 fixed more problems in catalog support, added more regression tests
3855 for both XML and SGML catalog handling
3856
3857Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3858
3859 * debugXML.c: applied an improvement to xmlGetLineNo() from
3860 Keith Isdale
3861
3862Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3863
3864 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3865 Side effect of the progressive catalog loading
3866
3867Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3868
3869 * Makefile.am: confexecdir and confexec_DATA were defined twice
3870 pointed out by Karl Eichwalder
3871
3872Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3873
3874 * xmlcatalog.c: avoid unlink() and use remove() instead.
3875
3876Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3877
3878 * libxml.spec.in: cleanup
3879 * include/libxml/xmlwin32version.h: updated with 2.4.8
3880
3881Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3882
3883 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3884 of compiling libxml with a non standard set of options
3885
3886Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3887
3888 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3889 document --sgml option, fixing gnome bugzilla #63382
3890
3891Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3892
3893 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3894 breakage of 2.4.7, added a couple of really needed APIs
3895 like xmlCatalogIsEmpty() and xmlNewCatalog()
3896 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3897 for install-catalog
3898 * configure.in: preparing 2.4.8
3899
3900Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3901
3902 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3903 include/libxml/tree.h include/libxml/xmlIO.h: more include
3904 cleanups, export cleanly one html output + format function.
3905
3906Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3907
3908 * parser.c: removed initGenericErrorDefaultFunc call from
3909 xmlInitParser() since it could destroy previous calls to
3910 xsltSetGenericErrorFunc() effects
3911
3912Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3913
3914 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3915 keyword.
3916
3917Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3918
3919 * Makefile.am: cleanup
3920 * threads.c: cleanup too
3921 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3922 from xsltproc
3923 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00003924 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003925
3926Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3927
3928 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3929 was not used anymore !
3930
3931Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3932
3933 * configure.in: preparing 2.4.7
3934 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3935 manual page from John
3936 * doc/*: updated the doc and rebuilt the generated pages
3937
3938Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3939
3940 * xmlIO.c: closing bug #62711, the library should never
3941 close stdin or stdout.
3942
3943Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3944
3945 * uri.c: second pass at fixing #63336, using Joel Young
3946 final patch. looks okay.
3947
3948Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3949
3950 * uri.c include/libxml/uri.h: trying to clear #63336
3951 allowing the escaping routine to parse unconformant
3952 URI-References.
3953
3954Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3955
3956 * vms/readme.vms vms/build_libxml.com nanoftp.c
3957 include/libxml/xmlversion.h.in: a few VMS updates from
3958 John A Fotheringham
3959 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3960 and xmlCleanupOutputCallbacks() for the Perl binding people.
3961
3962Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3963
3964 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3965 apply fixes to close #63271 and avoid segfaults when
3966 the error routine gets callbed before xmlInitParser()
3967 get called.
3968 * nanoftp.c error.c: Applied patches from Justin Fletcher
3969 correcting some xmlGenericError misuses.
3970
3971Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3972
3973 *doc/xmllint.xml, doc/xmllint.1
3974 New and improved man page for xmllint - .xml is the original, .1
3975 is the generated man page
3976
3977Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3978
3979 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3980 the web site from the main HTML document.
3981
3982Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3983
3984 * parser.c: fixed an erroneous validation bug when PE refs
3985 occurs in external parsed entities referenced from the
3986 internals subset
3987 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3988 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3989 added the associated testcase, it's a nice one.
3990 * HTMLparser.c: generate the DTD node as HTML still ...
3991 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3992
3993Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3994
3995 * HTMLparser.c: fixed a bug in htmlNewDoc()
3996
3997Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3998
3999 * test/threads/*: added entities testing to the Thread test
4000 * testThreads.c: make the test reasonable
4001 * DOCBparser.c: fix the DTD public and system ID
4002 * xmllint.c: added --sgml for SGML DocBook importing
4003 * Makefile.am: added Docbtests target
4004
4005Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4006
4007 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4008 * testThreads.c: removed bogus include
4009
4010Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4011
4012 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4013 fixed a very serious (looping) validation bug
4014
4015Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4016
4017 * include/libxml/globals.h include/libxml/threads.h threads.c
4018 testThreads.c: far more testing, cleaning up bugs
4019 * *.c : make sure globals.h is always included.
4020
4021Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4022
4023 * HTMLparser.c: try to get rid of parser loops for good.
4024
4025Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4026
4027 * configure.in: fixed some bugs in CFLAGS passing.
4028 * test/threads Makefile.am testThreads.c: added a specific
4029 threaded test case (really nasty, guaranteed).
4030
4031Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4032
4033 * catalog.c: serious cleanup on the management of the
4034 XML catalog tree, more tests done, especially with
4035 the catalog PI.
4036
4037Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4038
4039 * catalog.c: avoid a problem in catalog cleanup on SMP if
4040 catalogs were not initialized.
4041
4042Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4043
4044 * catalog.c xpath.c: trying to cleanup the not thread safe
4045 parts of the library.
4046
4047Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4048
4049 * include/libxml/globals.h configure.in global.data: make
4050 the allocation be per-thread a configure option
4051 * encoding.c include/libxml/parser.h: fixed compilation
4052 errors
4053
4054Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4055
4056 * include/libxml/parser.h: Norm reported that a few lines
4057 added were breaking libxslt compile, removed them for now
4058
4059Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4060
4061 * parser.c parserInternals.c threads.c: debugged and fixed
4062 initialization problems which were giving troubles on SMP
4063 boxes.
4064
4065Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * include/libxml/Makefile.am: missing globals.h
4068
4069Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4070
4071 * globals.c: added a couple of standard includes.
4072
4073Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4076 include/libxml/parserInternals.h include/libxml/tree.h
4077 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4078 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4079 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4080 Applied the last patches from Gary, cleanup, activated threading
4081 all user accessible global variables are now handled in globals.[ch]
4082 Still a bit rought but make tests passes with either
4083 --with-threads defined at configure time or not.
4084 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4085 linking options
4086
4087Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4088
4089 * Makefile.am include/libxml/Makefile.am
4090 include/libxml/globals.h globals.c include/libxml/threads.h
4091 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4092 configure.in: started integrating the core of the thread support
4093 not activated yet but half integrated. The code should still
4094 compile and work anyway.
4095
4096Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4099 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4100 integrating the non-controversial parts of Gary Pennington
4101 multithread patches
4102 * catalog.c: corrected a small bug introduced
4103
4104Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * catalog.c include/libxml/catalog.h: very serious cleanup,
4107 isolating unportable code and as much as possible the accesses
4108 to the global shared catalog. May need more testing !
4109
4110Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4111
4112 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4113 Keith Isdale patches for the XSLT debugger interfaces. Some
4114 cleanup
4115
4116Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4117
4118 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4119 * DOCBparser.c: generate line nubers in elements
4120
4121Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4122
4123 * configure.in: preparing 2.4.6 release
4124 * doc/xml.html doc/html/*: updated and rebuilt the docs
4125 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4126
4127Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4128
4129 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4130 adding documentation for DV's supercatalog support
4131
4132Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4135 super catalog support adding one API and one flag --sgml to
4136 xmlcatalog
4137
4138Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4139
4140 * doc/xmlcatalog_man.xml, xmlcatalog.1
4141 One more crack at
4142 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4143
4144
4145Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4146
4147 * xpath.c: implemented xmlXPathObjectCopy for external objects
4148 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4149
4150Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4151
4152 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4153 finishing up fix to
4154 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4155 the xmlcatalog man page display more elegantly
4156
4157Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4158
4159 * configure.in: closing bug #61832
4160 * HTMLparser.c: removed a warning
4161
4162Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4163
4164 * xpath.c: fixing #61673 part I, do not loose doc information
4165 when copying result value trees.
4166
4167Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4168
4169 * xpath.c: trying to harden the XPath interpreter
4170
4171Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4172
4173 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4174 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4175
4176Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4177
4178 * HTMLparser: repaired another loop problem
4179
4180Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4181
4182 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4183 parsing.
4184 * xpath.c: fix bug #61291 the default XML namespace node is
4185 missing from the namespace axis.
4186 * tree.c: refuse to create namespaces nodes with prefix "xml"
4187
4188Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4189
4190 * SAX.c: ouch a non-defined namespace could lead to a crash,
4191 fixed #61215
4192
4193Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4194
4195 * parserInternals.c: closed bug #61054
4196
4197Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4198
4199 * include/libxml/Makefile.am: closing #60708
4200
4201Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4202
4203 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4204 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4205
4206Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4207
4208 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4209
4210Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4211
4212 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4213 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4214
4215Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4216
4217 * catalog.c: Justin Fletcher provided cleaup code in case
4218 HAVE_STAT is not defined
4219 * include/win32config.h: Igor Zlatkovic suggested to have
4220 HAVE_STAT defined there
4221
4222Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4223
4224 * catalog.c - fixed typing error reported by M. Barros
4225
4226Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4227
4228 * xmllint.c - fixing typo
4229
4230Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4231
4232 * HTMLparser.c: small enhancement to prevent loop on
4233 unrecognizable data
4234
4235Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4236
4237 * parserInternals.c: applying patch from bug #60757 this
4238 should close it
4239
4240Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * catalog.c xmlcatalog.c: removed a couple of warning
4243 * xpath.c: try to solve the linking problem on platforms
4244 needing trio to compile
4245
4246Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4247
4248 * Makefile.am libxml.spec.in: backing up non-documented changes
4249 commited without review or aproval by Jens Finke <jens@gnome.org>
4250 * HACKING: made 100% clear that no commit should be done directly
4251
4252Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4253
4254 * configure.in: Joe Orton provided a patch fixing a problem
4255 when iconv is specified to be in a non-standard directory
4256 but wasn't exported in xml2-config --cflags
4257
4258Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4259
4260 * configure.in: let's ship 2.4.5 before getting too much
4261 troubles with 2.4.4 errors.
4262
4263Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4264
4265 * encoding.c entities.c: do not output hexadecimal charrefs
4266 when serializing HTML since some version of Netscape can't
4267 grok it, generate decimal ones.
4268 * result/HTML/doc3.htm: output changed due to previous test
4269 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4270
4271Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4272
4273 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4274 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4275
4276Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4277 Released 2.4.4
4278
4279 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4280 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4281 updated the configuration scripts systems accordingly
4282
4283Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4284
4285 * configure.in: preparing for 2.4.4
4286 * doc/xml.html doc/html/*: updated and rebuilt the docs
4287
4288Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4289
4290 * win32/dsp/libxml2.def.src: tried to incorporate comments
4291 from bug #59220
4292
4293Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4294
4295 * parser.c result/noent/wml.xml: fixed bug #59981 related
4296 to handling of '&' in attributes when entities are substitued
4297
4298Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4299
4300 * libxml.h include/libxml/xmlversion.h.in
4301 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4302 Tried to close bug #60131
4303
4304Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4305
4306 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4307
4308Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4309
4310 * SAX.c: fixing bug #59946 on xmlns=""
4311
4312Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4313
4314 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4315 but allocates a new error code.
4316
4317Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4318
4319 * xmllint.c: John Fleck fixed typos in the options output
4320 * parser.c SAX.c: fix ignorable white space SAX selection
4321
4322Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4323
4324 * entities.c: Steve Underwood found the possibility of an
4325 ininite loop in case of error.
4326
4327Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4328
4329 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4330
4331Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4332
4333 * parser.c: warn if version is not 1.0 but it's not
4334 strictly speaking an error after analyzing the spec
4335
4336Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4337
4338 *doc/catalog.html - add link to the html version of the
4339 man page, other linguistic cleanups
4340
4341Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4342
4343 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4344 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4345 file, has not yet been included in the build.
4346
4347Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4348
4349 * catalog.c: removed a duplicate affectation Justin Fletcher
4350
4351Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4352
4353 * tree.c: Armin Sander pointed a possible text coalescing
4354 problem, completed his patch.
4355
4356Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4357
4358 * trionan.c: Fixed const and volatile re-definition problem
4359
4360Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4361
4362 * libxml.4 parser.c: doc updates from Heiko Rupp
4363 * parserInternals.c: 2 sanity checks from Heiko Rupp
4364
4365Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4366
4367 * tree.c: applied patch from Armin Sander to make some pointers
4368 const in xmlCopyNode()
4369 * include/libxml/tree.h: added fix to the header
4370
4371Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4372
4373 * xpath.c: hum, restrict the integer usage gcc bug workaround
4374 to only gcc compilers so that other architecture don't get
4375 penalized by this limitation.
4376 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4377
4378Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4379
4380 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4381 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4382
4383Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4384
4385 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4386 --convert option to xmlcatalog to convert SGML ones to
4387 the XML syntax.
4388 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4389
4390 2.4.3 got released at that point
4391Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * catalog.c xmlIO.c: started some serious testing and fixed
4394 a few bug and optmization needs.
4395
4396Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4397
4398 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4399 preparing for a 2.4.3 release even if it may not be ready yet
4400 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4401 all file parsing lookup to go through the entity resolver, add
4402 to add an API to bypass it (needed to load catalogs themselves),
4403 some cleanup on the catalog code too.
4404 * nanoftp.c: small cleanup
4405 * doc/catalog.html: small update
4406
4407Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4408
4409 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4410 Jun Kuriyama
4411
4412Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4413
4414 * doc/catalog.html: finished the catalog documentation
4415
4416Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4417
4418 * doc/catalog.html doc/xml.html: added documentation about
4419 Catalog support, misses an API description
4420 * doc/html/*: reextracted the API pages
4421
4422Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4423
4424 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4425 Added the part about section 7.2 on URI resolution,
4426 fixed a side effect in the HTML parser, look complete
4427 and ready to rock except the URI/SystemID part!
4428
4429Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4430
4431 * include/libxml/catalog.h include/libxml/parser.h
4432 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4433 xmlIO.c: added support and APIs needed for the catalog PI
4434 * include/libxml/xmlIO.h: cleanup
4435
4436Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4437
4438 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4439 include/libxml/catalog.h: starts to look okay, really
4440 plugged the new framework, cleaned a lot of stuff,
4441 added some APIs, except the PI's support missing this
4442 should be mostly complete
4443 * result/catalogs/* test/catalogs/*: added new test, enriched
4444 the existing one with URN ID tests
4445
4446Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4447
4448 * catalog.c: fixed nextCatalog
4449 * result/catalogs/docbook test/catalogs/*: started adding
4450 a small regression test
4451
4452Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4453
4454 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4455 more work on the XML catalog support.
4456 * parser.c include/libxml/parser.h: small cleanup seems using
4457 list as a public parameter name can give portability troubles
4458 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4459 include/libxml/xpath.h include/libxml/Makefile.am: removed
4460 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4461 wrappers
4462
4463Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4464
4465 * Makefile.am trio.c triodef.h trionan.c xpath.c
4466 include/libxml/Makefile.am include/libxml/trionan.h:
4467 Re-worked Not-A-Number and Infinity support.
4468 * xmlcatalog.c: added readline include files
4469
4470Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4471
4472 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4473 testCatalog as xmlcatalog, making it an installed app
4474 adding a shell, and preparing it to be a /etc/xml/catalog
4475 management tool, though not ready yet
4476 * catalog.c include/libxml/catalog.h: adding support for
4477 XML Catalogs http://www.oasis-open.org/committees/entity/
4478 not finished, there is some interesting tradeoffs and a
4479 few open questions left.
4480
4481Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4482
4483 * xmllint.c: fixed a line formatting problem
4484
4485Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4486
4487 * SAX.c: removed a couple of unused variable (Albert Chin)
4488
4489Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4490
4491 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4492 trying to fix some troubles w.r.t. function returning
4493 const xxxPtr.
4494
4495Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4496
4497 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4498 defined
4499
4500Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4501
4502 * xpointer.c: removed unused var
4503
4504Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4505
4506 * testXPath.c: another small cleanup closing bug #59110
4507
4508Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4509
4510 * win32/dsp/libxml2.def.src: small cleanup closing bug
4511 #59108
4512
4513Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4514
4515 * example/gjobread.c: add xmlCleanupParser() before leaving
4516
4517Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4518
4519 * config.h.in configure.in include/libxml/xmlwin32version.h:
4520 released 2.4.2
4521
4522Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4523
4524 * include/libxml/valid.h debugXML.c valid.c: deprecate
4525 the non-boundchecking Sprintf functions, add Snprintf
4526 this should close bug #57984
4527
4528Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4529
4530 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4531 URIs before doing the lookups (pointed by Mark Vakoc)
4532
4533Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4534
4535 * xpath.c: serious changes on Result Value Trees and NodeSets
4536 w.r.t. deallocation and collect operations. Probably not
4537 100% clean (merge of allocated trees smells like a problem).
4538 Seems sufficient to close #58943
4539
4540Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4541
4542 * xmllint.c: adding a --format option
4543
4544Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4545
4546 * xpath.c: count() was broken on Result Value Tree
4547 * xmlIO.c: fixed file:/// accesses on _WIN32
4548
4549Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4550
4551 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4552 macro was renamed, this should close bug #58683
4553
4554Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4555
4556 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4557 entity substitution mode text at the end of the entity might
4558 be added due to text coalescing.
4559 * nanoftp.c parser.c: small cleanup
4560
4561Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4562
4563 * HACKING: added John Fleck right to commit in the doc subdir
4564
4565Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4566
4567 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4568 allow to inherit attributes from the DTD directly in the
4569 tree, this is needed for XPath and can be a useful feature.
4570 Inherited namespaces are always provided at the tree level now
4571 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4572 of tests for this feature (XSLT being the prime user).
4573
4574Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4575
4576 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4577 testSAX.c xmlIO.c xmllint.c include/win32config.h
4578 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4579 include/libxml/xmlwin32version.h.in win32/README.MSDev
4580 win32/dsp/*: applied Win32 Facelift No.2 patches from
4581 Igor Zlatkovic for Windows/MSC
4582
4583Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4584
4585 * SAX.c: unparsedEntityDecl() the URI computation of the
4586 entity wasn't done breaking XSLT unparsed-entity-uri()
4587
4588Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4589
4590 * xpath.c: fixed a bug when walking the descendants and
4591 the current node has no children
4592 * debugXML.c: show up when a text node is supposed to not be escaped
4593
4594Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4595
4596 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4597 worked like the set:leading() function)
4598 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4599
4600Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4601
4602 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4603
4604Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4605
4606 * include/libxml/xmlIO.h: apply change to close #58141
4607 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4608
4609Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4610
4611 * parser.c: when the internal subset uses a PE, then the
4612 included entity can use conditional sections.
4613
4614Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4615
4616 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4617 when walking the namespace axis showing up in
4618 libxst/tests/general/bug-12
4619 * xmlmemory.c: added the possibility to trace a given block
4620 defined by its address
4621
4622Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4623
4624 * parser.c: don't override existing encoding specified before
4625 starting xmlParseDocument()
4626
4627Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4628
4629 * include/libxml/xmlwin32version.h: reinserted, needed for
4630 Windows users of CVS
4631
46322001-07-27 Darin Adler <darin@bentspoon.com>
4633
4634 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4635 * testCatalog.c: Add include of <libxml/parser.h>.
4636
46372001-07-27 Darin Adler <darin@bentspoon.com>
4638
4639 * include/libxml/.cvsignore:
4640 * include/libxml/xmlwin32version.h:
4641 Remove this file from CVS because it's generated.
4642
4643Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4644
4645 * parser.c include/libxml/parser.h: applied const patches from
4646 Tom Moog #58002
4647
4648Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4649
4650 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4651 lookup framework
4652
4653Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4654
4655 * tree.c: fixed xmlCopyNode() for documents
4656
4657Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4658
4659 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4660
4661Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4662
4663 * parser.c: fixes bug #57652 reported by Morus Walter
4664
4665Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4666
4667 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4668
4669Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4670
4671 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4672 errors, lesson don't add new functions at 1am before a release
4673 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4674 from XPath initialization when possible.
4675
4676Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4677
4678 * result/scripts/base*: removing history/readline changed
4679 this slightly
4680 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4681 xmllint.c: make element content line number generation
4682 optionnal to avoid breaking old apps added interface to switch
4683
4684Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4685
4686 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004687 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004688 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4689 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4690 John Kroll fixes to allow saving to HTTP via PUT (or
4691 POST of needed).
4692 * doc/html/*.html: regenerated the docs
4693
4694Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4695
4696 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4697 xmlHashScanFull and xmlHashScannFull3 to get passed the
4698 three keys as arguments to the callback function
4699
4700Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4701
4702 * configure.in Makefile.am: removed libxml softlink for good
4703 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4704 100% coverage by gtk-doc
4705
4706Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4707
4708 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4709 fixed serious troubles due to size_t vs. int mismatch
4710
4711Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4712
4713 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4714
4715Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4716
4717 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4718 convenient extension API for value and context managing
4719 Now handles external objects through xmlXPathPopExternal,
4720 xmlXPathWrapExternal and xmlXPathReturnExternal.
4721 Added functions for sets operations (intersection, etc.)
4722
4723Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4724
4725 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4726 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4727 HTMLparser.c: cleanup of global variables, marking some
4728 const or private.
4729
4730Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4731
4732 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4733 fixed xmlXPathNodeSetItem when passing index=0
4734
4735Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4736
4737 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4738
4739Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4740
4741 * xmllint.c: fixed compilation under Cygwin #57503
4742 * TODO: update
4743
47442001-07-13 Peter Williams <peterw@ximian.com>
4745
4746 * config.h.in: add #undef HAVE_DLFCN_H
4747
4748 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4749 builddir.
4750
4751Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4752
4753 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4754 raised by #57348 and #57381
4755
4756Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4757
4758 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4759 tree.c xpointer.c: store the line numbder in element->content,
4760 may break some software, need a configuration mechanism
4761
47622001-07-10 Darin Adler <darin@bentspoon.com>
4763
4764 * .cvsignore:
4765 * example/.cvsignore:
4766 * include/.cvsignore:
4767 * include/libxml/.cvsignore:
4768 Various things that are generated and should be ignored.
4769
4770Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4771
4772 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4773 * doc/xml.html doc/html/*: updated the docs
4774
4775Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4776
4777 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4778 validation occured on content with element child
4779
4780Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4781
4782 * tree.c: fixed XML Base computation which was broken
4783 * debugXML.c: added a base function to the shell
4784 * Makefile.am result/scripts/* test/scripts/*: added scripts
4785 based regression tests, and adding 2 XML Base tests
4786
4787Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4788
4789 * tree.c: set properties doc and call xmlSetListDoc for properties
4790 content when grafting them in a different tree.
4791 * aclocal.m4: remove from CVS
4792
4793Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4794
4795 * win32/libxml2/libxml2.def.src: added some missing entry point
4796 for XPath (Mark Vakoc)
4797
4798Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4799
4800 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4801 layer should URI-Unescape before trying to open resources.
4802
4803Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4804
4805 * xpath.c: fix the name() bug for elements in the default
4806 namespace reported by Charlie Bozeman
4807
4808Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4811 led to an XPath fix, improvements of SAX initialization, and
4812 an added option --nocdata to testXPath
4813
4814Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4815
4816 * doc/libxml-doc.el: Felix Natter provided anew version working
4817 with XEmacs too
4818
4819Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4820
4821 * include/libxml/xpath.h: small cleanup
4822 * doc/xml.html: update
4823
4824Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4827 released 2.3.14
4828
4829Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4830
4831 * doc/html/*: rebuilt the docs for the release
4832 * doc/xml.html: added 2.3.14 release.
4833
4834Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4835
4836 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4837 were not equal to empty strings
4838
4839Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4840
4841 * SAX.c: fixed a URI-Reference computation problem when validating
4842 * xmlIO.c: small cleanup
4843
4844Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4845
4846 * parser.c: improved the description of a couple of interfaces
4847 upon Larry Stamper suggestion
4848
4849Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4850
4851 * SAX.c entities.c parser.c: changed completely the way entities
4852 are handled when running the parser in entity substitution mode.
4853 This fixes a bug reported by Stephan Kulow and nearly divides
4854 by 3 the amount of memory required by libxslt to load and process
4855 DocBook TDG.
4856
4857Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4858
4859 * HTMLparser.c: fixing a too early root closing problem raised
4860 byt Prashanth Naidu
4861
4862Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4863
4864 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4865 raised by Mark Vakoc.
4866
4867Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4868
4869 * example/Makefile.am: fixed the include path to add srcdir/include
4870 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4871 and some cleanup
4872
4873Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4874
4875 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4876 lot of optimization work, results in significant improvements
4877 when handling really complex XPath queries. Add a small optimizer
4878 for unions, improve [n] and [last()], avoid some costly ops.
4879
4880Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4881
4882 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4883 * xpath.c: small cleanup
4884 * xmlGetNsList: reformated, fixed problems if used on Entities
4885
4886Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4887
4888 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4889
4890Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4891
4892 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4893 * Makefile.am example/Makefile.am: workaround automake generating
4894 erroneous deps
4895
4896Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4897
4898 * include/win32config.h: bug #56801 Yon Derek provided a patch
4899 to the windows config file.
4900
4901Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4902
4903 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4904 libxml.h : Yon Derek provided a set of changes to compile from
4905 CVS on Windows/MSC
4906
4907Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4908
4909 * parser.c: fixed UTF8 BOM support in push mode
4910 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4911 added a specific testcase
4912
4913Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4914
4915 * Makefile.am: added --push regression tests
4916 * parserInternals.c: the XML parser segfaulted in --push mode
4917
4918Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * configure.in: moved the symlinks detection within a CVS
4921 check, this is not portable and will be removed soon.
4922 * xpath.c: small cleanup/speedup
4923
4924Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4925
4926 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4927 release of 2.3.12
4928 * parser.c: make an error message if unknow entities in all cases
4929
4930Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4931
4932 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4933
4934Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4935
4936 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4937 includes were installed in the wrong dir
4938
4939Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4940
4941 * doc/html.xml: warn against sending code to exhibit bugs.
4942
4943Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4944
4945 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4946 Tru64 from Thomas Leitner
4947
4948Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4949
4950 * AUTHORS: added William and Bjorn
4951 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4952 daniel@veillard.com hopefully I won't have to do this again
4953 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4954 docs can be rebuilt cleanly now
4955 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4956 from CVs it's generated, added include/libxml/xmlwin32version.h
4957 also generated but which should change far less frequently.
4958 * catalog.c nanoftp.c: made sure to include libxml.h not
4959 libxml/xmlversion.h directly
4960 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4961 when compiling on WIN32 and MSC
4962
4963Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4964
4965 * include/Makefile.am include/libxml/Makefile.am configure.in:
4966 fixed make distcheck and rebuilding the rpms
4967
4968Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4969
4970 * configure.in: should finish the migration of exported includes
4971 into a real include/libxml in CVS, at least for CVS users.
4972 * removed the exported headers, added in include/libxml (as well
4973 as xmlversion.h.in).
4974
4975Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4976
4977 * configure.in: fixed the way to detect symlink
4978
4979Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * configure.in: updated, include/libxml is now a real CVS dir
4982
4983Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4984
4985 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4986 version works with both libxml1 and libxml2 (it autodetects
4987 the prefix of the html-files) from Felix Natter.
4988 * doc/xml.html: updated doc accordingly
4989
4990Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4991
4992 * xpath.c: fixed the bug generating a template loop in libxslt
4993 when using docbook-xsl-1.4, * should filter out document nodes
4994 * HACKING: added William
4995 * TODO: updated
4996
4997Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4998
4999 * doc/FAQ.html: added a warning about gcc-3.0
5000 * doc/xml.html: added reference to gdome2 and removed a confusing
5001 sentence
5002
5003Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5004
5005 * xmlversion.h: okay this is a generated file, but Windows
5006 users need it and they can't generate it, and I want CVS
5007 Windows users ...
5008 * win32/libxml2/libxml2_so.dsp: Windows project file for
5009 the shared lib version of libxml2
5010 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5011 resources needed for libxslt/xsltproc by Yon Derek
5012
5013Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5014
5015 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5016
5017Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5018
5019 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5020
5021Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5022
5023 * include/win32config.h: Yon Derek provided a first fix
5024 to be able to compile libxslt/xsltproc on Windows
5025
5026Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5027
5028 * xpath.c: attempt to work around what seemed a gcc optimizer
5029 bug when handling floats on i386 http://veillard.com/gcc.bug
5030 * tree.c entities.c encoding.c: doing some cleanups while
5031 chasing it
5032
5033Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5034
5035 * Makefile.am: cleanup when --without-debug is specified
5036 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5037 w.r.t. --without-debug and other include points
5038 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5039 Catalogs
5040 * configure.in entities.h tree.h HTMLparser.c: removed
5041 --without-corba, made the _private field mandatory
5042
5043Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5044
5045 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5046 outputs a BOM in UTF8, an errata has been issued to avoid the
5047 problem, that was the most reasonable solution... Add support
5048 for a leading UTF8 BOM in entities.
5049
5050Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5051
5052 * valid.c: fixed a bug found when post validating an entity ref
5053 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5054 activate it too
5055
5056Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5057
5058 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5059 weakness in the node copy the XPointer and the XInclude
5060 implementations. Serious cleanup.
5061
5062Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5063
5064 * Makefile.am: Kjartan Maraas provided a small patch to
5065 add xml2-config.in to EXTRA_DIST
5066
5067Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5068
5069 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5070 provided another failing case found in KDE, the way the
5071 ctxt->vctxt.nodeTab was allocated and freed changed over
5072 time but it wasn't completely cleaned up. This should fix it.
5073
5074Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5075
5076 * parser.c: Stephan Kulow also raised the fact that line number
5077 could get miscounted making debug harder, fixed the problem
5078 in xmlParseCharData()
5079
5080Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5081
5082 * valid.c: Stephan Kulow pointed out a problem when validating
5083 and using an empty entity, forgot a 'break' in a case.
5084
5085Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5086
5087 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5088 * doc/xml.html: updated with 2.3.11
5089
5090Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5091
5092 * TODO: updated adding cleanup of generated doc
5093 * configure.in: prepared to release 2.3.11
5094 * xmllint.c: added --version for bug reporting
5095 * doc/html/*.html: rebuilt the doc
5096
5097Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5098
5099 * xpath.c: first part of the work on selecting namespace to
5100 fix bug #56115
5101
5102Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5103
5104 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5105 when using -liconv
5106 * TODO: updated
5107
5108Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5109
5110 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5111 cleanup, encoding support.
5112
5113Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5114
5115 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5116
5117Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119 * xpath.c: bug detected by Ankh when / is used as a function arg
5120
5121Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5124 of element and use it to avoid outputting formatting spaces at
5125 the wrong place. Implemented the format parameter for HTML save.
5126 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5127 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5128 result/HTML/wired.html: of course this impact the result of a
5129 number of HTML tests
5130
5131Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5132
5133 * HTMLtree.[ch]: started augmenting the HTML save API with
5134 encoding and formatting parameters
5135
5136Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5137
5138 * HTMLtree.h: cleanup and started evaluating the work needed on
5139 revamping the HTML output code
5140
5141Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5142
5143 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5144
5145Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5146
5147 * valid.c: fixed bug #56049, forgot one check in the
5148 validation routine
5149
5150Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5151
5152 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5153
5154Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5155
5156 * libxml.h: fixed an error in last commit
5157 * doc/FAQ.html: added an entry for compilation from CVS
5158
5159Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5160
5161 * xmlversion.h.in libxml.h: Cygwin patches
5162 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5163 * tree.h: cleanup
5164
5165Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5168 memory block in a strange case where libxml is linked twice
5169 in the binary.
5170
5171Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5172
5173 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5174 state far too often, simple fix used to avoid it.
5175
5176Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5179 being processed, applied his patch
5180 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5181
5182Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5183
5184 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5185 provided fixes to compile on MSCC again
5186 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5187 also provided an update for the project files.
5188
5189Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5190
5191 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5192 bug #55810
5193
5194Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * tree.c: fixed xmlGetNsProp() to close bug #55683
5197 Note this requires libxslt to use it's own function instead.
5198
5199Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5200
5201 * HTMLtree.c: when in a pre element no formatting space should
5202 be added.
5203 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5204
5205Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5206
5207 * configure.in: added tests for signal() and signal.h
5208
5209Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5210
5211 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5212
5213Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5214
5215 * doc/libxml-doc.el: Felix Natter provided a new version for
5216 libxml2
5217
5218Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5219
5220 * HTMLtree.c: when in a pre element no formatting space should
5221 be added.
5222
5223Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5224
5225 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5226
5227Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5228
5229 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5230 hack
5231 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5232 * uri.c: fixed a warning
5233
5234Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * HTMLtree.c: trying to close bug #55772 escaping in script
5237 elements
5238 * doc/xml.html: suggest to send mail to the list
5239
5240Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5241
5242 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5243 good. Use a macro and based on the solution provided in
5244 vsnprintf manual page from GNU.
5245
5246Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5247
5248 * error.c: Workaround for non-preserving variadic list.
5249 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5250
5251Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5252
5253 * doc/xml.html: added 2.3.10 release
5254
5255Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5256
5257 * configure.in: releasing 2.3.10
5258
5259Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5260
5261 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5262
5263Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5264
5265 * encoding.c: Robert Collins provided a patch to add the
5266 "US-ASCII" encoding alias
5267
5268Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5269
5270 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5271 string oriented functions and started cleaning the related areas
5272 in xpath.c which needed fixing in this respect
5273
5274Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5275
5276 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5277 #55380
5278 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5279
5280Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * TODO: updated
5283 * nanohttp.[ch] : started adding APIs to get the redirected URL
5284 when this occurs (needed for further base computation
5285 * tree.h: cleanup
5286 * encoding.c: cleanup
5287 * SAX.c: minor change around ctxt->loadsubset
5288
5289Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5290
5291 * Makefile.am include/Makefile.am: small change to have
5292 include/libxml rebuilt if working from CVS.
5293 * uri.c: applied another patch from Carl Douglas for URI escaping,
5294 this should close bug #51876
5295
5296Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5297
5298 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5299 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5300 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5301 added specific regression test
5302 * parser.h: preparing for the XSLT mode where DTD inherited
5303 attributes are added to the tree.
5304
5305Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5306
5307 * xinclude.[ch]: Updated the namespace for the Last Call version
5308 * result/XInclude/include test/XInclude/include: updated the
5309 testsuite accordingly
5310
5311Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5312
5313 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5314 related to bug #51876
5315
5316Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5317
5318 * tree.c: fixed a gross mistake in base computation, xml:base is
5319 not completely correct yet (need cascade).
5320 * xpath.[ch]: added the few things needed to find a function name
5321 and URI from the XPath context when it is called.
5322
5323Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5324
5325 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5326 * DOCBparser.c: small cleanup
5327 * xmllint.c: added a --catalogs option to load catalogs from
5328 $SGML_CATALOG_FILES
5329 * tree.c: cleanup
5330 * configure.in: iconv library fixup, ICONV_LIBS
5331
5332Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5333
5334 * catalog.c: handling of CATALOG entries. detection of recursion,
5335 and a few bugfixes
5336 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5337 against the default namespace
5338
5339Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5340
5341 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5342
5343Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5344
5345 * parser.c: fixed propagation context info when parsing an
5346 external entity.
5347 * doc/html/*.html: regenerated a couple of docs
5348
5349Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5350
5351 * doc/xml.html: update with 2.3.9 informations
5352
5353Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5354
5355 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5356 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5357 * doc/html/* : rebuilt the docs
5358 * valid.c: small patch which may improve some case when
5359 validating.
5360
5361Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5362
5363 * HTMLparser.c: Closed bug #54891
5364 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5365 to the suite
5366
5367Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5368
5369 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5370 applied a documentation patch from LotR and filled in a few missing
5371 descriptions
5372
5373Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * xpath.c tree.c parser.c: speed optimizations at the parser level
5376 document tree freeing and xpath evaluation
5377
5378Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5379
5380 * parser.c parser.h parserInternals.h: fixed a couple of
5381 interfaces for handling memory buffer input to const char *
5382 upon suggestion of JamesH.
5383
5384Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * configure.in: LoTR sent a patch fixing the previous commit
5387
5388Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5389
5390 * configure.in: trying to deal again with the stoopid -R linking
5391 flag of Solaris
5392
5393Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5394
5395 * xpath.h: two nodeset access macros from Thomas Broyer
5396
5397Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5400 patch from Thomas Broyer
5401
5402Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5403
5404 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5405 case
5406 * INSTALL: was empty added stuff from the FAQ
5407
5408Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5409
5410 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5411 attributes handling and #54433 by adding xmlUnsetProp()
5412 and xmlUnsetNsProp()
5413
5414Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5415
5416 * HTMLparser.c: Patch from Jonas Borgström
5417 (htmlGetEndPriority): New function, returns
5418 the priority of a certain element.
5419 (htmlAutoCloseOnClose): Only close inline elements if they
5420 all have lower or equal priority.
5421 * result/HTML: this of course changed a number of tests results.
5422
5423Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5424
5425 * xmlIO.c catalog.c: plugged in the default catalog resolution
5426 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5427 documentations
5428 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5429
5430Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5431
5432 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5433 integrating catalogs
5434 * catalog.[ch] testCatalog.c: adding a small catalo API
5435 (only SGML catalog support).
5436 * parser.c: restaured xmlKeepBlanksDefault(0) API
5437
5438Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5441
5442Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * parser.c: added xmlParseExternalEntityPrivate() to allow
5445 propagation of ctxt->_private when parsing external entities
5446
5447Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5448
5449 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5450
5451Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5452
5453 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5454
5455Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5456
5457 * valid.c: warn when indeterminist content model is detected
5458 * result/VC/ElementValid8: this adds a message
5459 * Makefile.am: add --novalid for VCM tests
5460 * parserInternals.c: added a call to Init memory
5461
5462Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5465 when both parameters are NULL.
5466
5467Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * valid.c: applied small patch from Gary Pennington, reindented
5470 some part of the code.
5471
5472Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5473
5474 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5475 release, updated and regenerated the docs
5476
5477Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5478
5479 * xpath.c result/XPath/expr/floats : clarified and cleanup
5480 printing of abnormal floats in tests.
5481
5482Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5485 * results/HTML/ : a few changes in the output of the HTML tests as
5486 a result.
5487 * configure.in: tying to fix -liconv where needed
5488
5489Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5490
5491 * Makefile.am: fixed a stupid error
5492
5493Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5494
5495 * configure.in Makefile.am: make the inclusion of the trio
5496 modules in the library conditional
5497
5498Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5499
5500 * DOCBparser.c: patche from László Kovács, fixed entities refs
5501 in attributes handling
5502
5503Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5506 flushing
5507
5508Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * xpath.c: fix of an XSLT namespace bug reported on the list
5511 general/bug-8-
5512
5513Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * strio.h trio.c: Dan McNichol suggested a couple of small
5516 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5517
5518Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5519
5520 * tree.c parser.c encoding.c: spent a bit more time looking
5521 at the parsing speed and DOM handling. Added a few more
5522 speedups.
5523
5524Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5525
5526 * parser.c: small but effective parsing speed improvement
5527
5528Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5529
5530 * configure.in: default on the DocBook parser inclusion (for Gnome)
5531 * DOCBparser.h: fixed a header reference
5532
5533Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5534
5535 * configure.in xpath.c: applied Bjorn patches for FPE on the
5536 alpha
5537
5538Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5539
5540 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5541 xmlSaveFormatFileTo()
5542
5543Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5544
5545 * xpath.c: simple and efficient optimization, XPath functions
5546 aways bind to the same code, cache this
5547 * TODO: updated (by saying some is obsolete)
5548
5549Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5550
5551 * xpath.c: more cleanup work on XPath name parsing routines
5552
5553Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5554
5555 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5556 xmlXPathParseName
5557 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5558 * debugXML.c: avoid compilation problems if compiling without
5559 HTML support, Igor Zlatkovic
5560 * win32/libxml2/libxml2.def.src: being able to compile without
5561 XPath on Windows
5562
5563Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5564
5565 * libxml.m4: yet another patch from Toshio Kuratomi
5566
5567Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5568
5569 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5570
5571Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * tree.[ch]: added xmlSaveFormatFile interface for saving
5574 and indenting a file.
5575
5576Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5577
5578 * xpath.c: fixed bug #53689 related to processing-instruction()
5579
5580Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5581
5582 * DOCBparser.c: patche from László Kovács
5583
5584Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5585
5586 * parser.c: applied fixes from Christian Glahn bug report #53391
5587
5588Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5589
5590 * error.c: Jean François Lecomte provided a complete description
5591 and a fix to bug #53537
5592
5593Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5596
5597Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5598
5599 * DOCBparser.c SAX.c: a bit more work on entities processing.
5600 Still Need to cleanup XML output and references in attributes
5601
5602Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5603
5604 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5605
5606Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * tree.c: trying to fix #53574, not completely complete,
5609 I would like xmllint --copy --debug test/ent1 and
5610 xmllint --debug test/ent1 to show the same result.
5611 * xpath.c: fix a bug when trying to sort namespace nodes
5612
5613Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5614
5615 * HTMLtree.c: real fix for #53402
5616
5617Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5618
5619 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5620 PIs when using xsl:output
5621 * valid.c: closing #53537 some case generate segfaults if there
5622 is validity errors
5623
5624Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5625
5626 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5627 of external parsed entities, added --noent to testDocbook
5628 * valid.c: Garry Pennington found an uninitialized variable
5629 access in xmlValidateElementContent()
5630
5631Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5632
5633 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5634 with madness
5635 * result/HTML/ : this modified the result of the regression tests
5636 a lot.
5637
5638Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5641 to doc where it wasn't checked against NULL reported by
5642 Jens Laas
5643
5644Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5645
5646 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5647 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5648
5649Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5650
5651 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5652 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5653 * SAX.[ch]: cleanup and updates for DocBook
5654 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5655 ex SGML identifier changes
5656 * valid.c: removed a static unused function.
5657
5658Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5659
5660 * HTMLtree.c: applied change for Paul Sponagl on script saving
5661 * Makefile.am: the warning about entity title.xml are normal.
5662
5663Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * configure.in: release of 2.3.7
5666 * Makefile.am: fixing make distcheck
5667
5668Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5669
5670 * doc/html/* doc/xml.html: updated and regenerated the docs
5671
5672Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5673
5674 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5675
5676Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5677
5678 * tree.c: fixed #53388 with the provided patch
5679
5680Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * valid.c: Bjorn detected an invalid memory access. Fixed
5683 vstateVPush()
5684
5685Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5688
5689Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5690
5691 * libxml.h: new header used only for the compilation of libxml
5692 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5693 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5694 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5695 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5696 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5697 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5698 baseline (version 1.2 plus a single patch).
5699 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5700 scientific notation for numbers. Tests added.
5701 * xpath.c: formatting of numbers changed to use sprintf
5702 (contribution from William Brack)
5703
5704Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5705
5706 * valid.c: cleanup, more useful debugging
5707 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5708 * xmlIO.c: entity loading is printed as an error when validating
5709
5710Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5711
5712 * valid.c: fixed to validate within entities
5713 * test/VCM/v22.xml: added a specific testcase
5714
5715Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5716
5717 * valid.c: forgot an epsilon transition in for ()+
5718 * test/VCM/v21.xml : added a specific test case
5719
5720Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * valid.c: removed a state explosion exhibited by RSS
5723 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5724 from bug #51872
5725
5726Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5729 validation without using an ugly NFA -> DFA algo in the source.
5730 Made a specific algorithm easier to maintain, using a single
5731 stack and without recursion.
5732 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5733 * hash.c: made the growing routine static
5734 * tree.h parser.c: added the parent information to an
5735 xmlElementContent node.
5736
5737Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5738
5739 * SAX.c parser.c xpath.c: generating IDs when not validating
5740 from an external parsed entity was poisoning the ID has table
5741 with removed values. This was killing XSLT on the KDE help
5742 browser.
5743
5744Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * entities.h: andrew@ugh.net.au detected a double declaration
5747
5748Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5749
5750 * debugXML.c hash.c tree.h valid.c : some changes related to
5751 the validation suport to improve speed with DocBook
5752 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5753 the way validation errors get reported
5754
5755Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5758 by P C Chow and William M. Brack for XSLT HTML output
5759
5760Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5761
5762 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5763 Igor Zlatkovic patches for MSC compilation and added his
5764 updates
5765
5766Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5767
5768 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5769 prefix lookup.
5770 * parserInternals.c: fixed the bug reported by Morus Walter
5771 due to an off by one typo in xmlStringCurrentChar()
5772
5773Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774
5775 * HTMLparser.c result/HTML/*: revamped the way the HTML
5776 parser handles end of tags or end of input
5777
5778Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5779
5780 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5781
5782Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5783
5784 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5785 bug where the linktime verions of free() won't work ...
5786
5787Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5788
5789 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5790
5791Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5792
5793 * doc/xml.html: added 2.3.6 release
5794
5795Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5796
5797 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5798 * result/wml.xml: resulted in a small output change
5799
5800Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * tree.c: xmlNewDoc was missing the charset initialization
5803 * xmllint.c: added --auto to autogenerate a doc, allow to
5804 reproduce the problem fixed on xmlNewDoc
5805
5806Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5807
5808 * xpath.c: trying to get 52979 solved
5809 * tree.c result/ result/noent/: trying to get 52712 solved, this
5810 also made me clean up the fact that XML output in general should
5811 not add formating blanks by default, this changed the output of
5812 a few tests
5813
5814Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5815
5816 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5817
5818Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * configure.in: finally released 2.3.6
5821
5822Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * xpath.c: checking for null pointer generated by new code
5825
5826Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * xpath.c: fixed a [] evaluation problem reported
5829 * test/XPath/tests/simpleaddr: extended test
5830 * result/XPath/simpleaddr: updated result
5831
5832Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5833
5834 * xmllint.c: Dan Timis reported a portability problem
5835 on Macs without mmap, fixed it.
5836
5837Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5838
5839 * testXPath.c : added a --tree option allowing to display the
5840 tree dump of the XPath expression
5841
5842Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * xpath.c: fixed a memleak when comparing nodesets
5845 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5846 * tree.c: added a TODO
5847
5848Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5849
5850 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5851 we need string functions
5852 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5853 to be able to use them where needed. Applied some changes
5854 to reduce name linking pollution and compile in only what's
5855 needed.
5856 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5857 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5858 for the string manipulation functions
5859 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5860 to the free() function of xmlmemory.c
5861 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5862 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5863 usage.
5864
5865
5866Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * error.c: applied the context output patch of the error
5869 handling submitted by Chuck Griffith
5870 * error/VC/*: this slightly change some error logs
5871
5872Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5873
5874 * parser.c: fixed line number reporting on error
5875
5876Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * parser.c: Sullivan and Darin found a parser bug,
5879 applied the patch.
5880
5881Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5882
5883 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5884 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5885 xmlversion.h.in xpointer.c: of course the way I defined
5886 UNUSED breaks on old gcc version. Try to be smart and
5887 also define it directly in xmlversion.h
5888 * configure.in: removed -ansi flag from the pedantic set
5889
5890Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891 Huge cleanup, I switched to compile with
5892 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5893 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5894 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5895 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5896 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5897 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5898 encoding.h entities.c error.c list.[ch] nanoftp.c
5899 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5900 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5901 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5902 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5903 Cleanup, staticfied a number of non-exported functions,
5904 detected and cleaned up a dozen of problem found this way,
5905 avoided a lot of public function name/typedef/system names clashes
5906 * doc/xml.html: updated
5907 * configure.in: switched private flags to the really pedantic ones.
5908
5909Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5910
5911 * configure.in: 2.3.5
5912 * doc/html/*: rebuilt the docs
5913
5914Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5915
5916 * parser.c: fixed a reported bug in NOTATION parsing
5917 * uri.c: accepted but not fixed bug 51876, added TODO
5918 * Makefile.am: fixed bug 51876
5919
5920Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * config.h.in configure.in error.c: fix a compilation problem
5923 on platforms without vsnprintf (xml@thewrittenword.com)
5924
5925Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5926
5927 * parser.c: fixed a function name header typo
5928 * SAX.c: notations can also occur in external subset.
5929
5930Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5931
5932 * error.c: removed a C++ like comment
5933
5934Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * parser.c: fixing bug 52299 strange condition leading
5937 to a parser crash due to a buffer overflow
5938 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5939 added the specific test case
5940
5941Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5942
5943 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5944 xmlXPathConvert{String,Number,Boolean} to be able to make
5945 type casts without a context stack, fixed some implementation
5946 problems related to the absence of context at parse-time,
5947 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5948 in the public API too
5949 * xpointer.c xpathInternals.h: we need to know at parse time
5950 whether we are compiling an XPointer
5951
5952Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5953
5954 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5955 cleaned up the parser internals, refactored XPath code, added
5956 new compilation based APIs and cleanly separated public and
5957 private APIs.
5958
5959Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * xpath.h: the comp field must be added at the end to avoid
5962 killing binary compat.
5963
5964Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5965
5966 * Makefile.am: detect XPath memleaks in regreson tests
5967 * error.c: fixed and error w.r.t. error reporting still using
5968 stderr
5969 * hash.c: added new line at end of file
5970 * tree.h: minor cleanup
5971 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5972 expression parsing from evaluation, resulted in a number of
5973 changes internally, and in XPointer. Likely to break stuff
5974 using xpathInternals.h but should remain binary compatible,
5975 new interfaces will be added.
5976
5977Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5978
5979 * configure.in: fixed a couple of problems reported by
5980 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5981 without gcc on non linux platforms.
5982
5983Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5984
5985 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5986 a fix for --with-html-dir= configure support. I hope it won't
5987 break rpm generation
5988
5989Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5990
5991 * xmlIO.c: one function comment cleanup.
5992
5993Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * SAX.c: external subset notations were improperly registered
5996 in the internal subset.
5997
5998Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5999
6000 * README.cvs-commits: added, pointing to HACKING
6001 * HACKING: updated
6002
6003Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6004
6005 * parser.c: and Matt Sergeant found one in the XML push
6006 parser (erroneous check I forgot to remove when I fixed the
6007 main parser).
6008
6009Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * xpath.c: ptittom found a small bug in UnaryExpr
6012
6013Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6014
6015 * configure.in: bumped to 2.3.4
6016 * error.c: fixed bug #51860
6017 * tree.c: fixed bug #51861
6018 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6019 * tree.[ch] : added xmlDefaultBufferSize
6020 * nanoftp.c: typo in function name header block
6021 * doc/xml.html : updated, added link to XML::LibXSLT
6022 * doc/html/* : rebuilt the docs
6023
6024Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6025
6026 * parser.c SAX.c: the new content parsing code raised an
6027 ugly bug in the characters() SAX callback. Found it
6028 just because of strangeness in XSLT XML Rec ouptut :-(
6029
6030Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * Makefile.am: Martin Baulig suggested to add -lm
6033 * tree.c: found another bug in xmlNodeGetContent()
6034
6035Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6036
6037 * xpath.c: Bjorn found the error related to strictness of comparison.
6038
6039Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6040
6041 * parser.c: trying to fix the Dtd parsing problem reported
6042 by Gary, side effect of last week speed optimizations.
6043
6044Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6045
6046 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6047 * parserInternals.c: removed unneeded test raised by Stric
6048
6049Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6050
6051 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6052 and fixed by William Brack). Added xmlXPathFormatNumber.
6053 Changed the sorting slightly.
6054 * configure.in Makefile.am example/Makefile.am: Added -lm.
6055 Please note that applications linking with libxml2, must
6056 also like with the math library from now on.
6057
6058Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6061
6062Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6063
6064 * parser.c: one must report spaces even if the Dtd element
6065 content proves that this is not part of the element content.
6066 * result/valid/*.xml: this changed the ouptu slightly
6067
6068Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6069
6070 * configure.in: bumped to 2.3.3
6071 * doc/xml.html: updated
6072
6073Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6074
6075 * tree.c: minor doc fix
6076 * xpath.c: deallocation issues when a result tree has been
6077 converted to a node-set
6078
6079Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6080
6081 * doc/xml.html: oops corrected dates s/2000/2001
6082
6083Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6084
6085 * valid.c: new patch from Gary Pennington
6086
6087Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6088
6089 * doc/xml.html: applied patch from Ankh
6090
6091Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6092
6093 * xinclude.c: fixed a problem building on Mac
6094
6095Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * parser.c: more work on increasing parsing ferformances
6098
6099Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6102 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6103 avoiding memcpy in production builds MEM_CLEANUP macro use
6104 * parser.[ch] parserInternals.c: optimizations of the tightest
6105 internal loops inside the parser. Better checking of I/O
6106 flushing/loading conditions
6107 * xmllint.c : added --timing
6108
6109Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * configure.in: bumped to 2.3.2
6112 * doc/xml.html: updated for release
6113
6114Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * xpath.c: found a memleak and fixed a nasty bug
6117
6118Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6119
6120 * xmllint.[c1] : added return code errors for xmllint
6121 * xpath.c: specific debug dump function for result value trees
6122
6123Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * xpath.c: finally implemented xmlXPathCompareNodeSets
6126 * test/XPath/expr/floats results/XPath/expr/floats: added
6127 a test for float expressions
6128
6129Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6132 * parserInternals.[ch]: trying to speed up parsing
6133 * xpath.c : speeded up node set equality op
6134
6135Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6138 better handling of ID/IDREF and the list modules associated
6139 * configure.in: small CFLAGS cleanup
6140
6141Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * configure.in: fixed iconv detection on AIX (stric)
6144
6145Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6148
6149Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6150
6151 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6152 and optimized xmlXPathNodeSetSort
6153
6154Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6155
6156 * xpath.c: bug fix when context size is 0
6157 * parser.c: I like Norm's Dtd because they still manage to break
6158 the parser occasionally
6159
6160Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6161
6162 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6163
6164Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6165
6166 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6167 attributes within the XML-1.0 namespace
6168
6169Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6170
6171 * xpathInternals.h: exported a few axis functions
6172 * doc/xml.html: updated the doc
6173
6174Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6175
6176 * configure.in: applied patch from Daniel van Balen for OpenBSD
6177 and bumped version to 2.3.1
6178 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6179 attempt to find autoclosing was simply broken, removed it,
6180 updated the examples, this is better
6181
6182Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6183
6184 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6185 hash functionnalities.
6186 * doc/html/* : rebuild the doc
6187
6188Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6189
6190 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6191 on predicate
6192 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6193 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6194 really want to have tags closed on output even if we accept
6195 unclosed ones on input
6196
6197Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * xpath.c: ouch don't free NULL, rare case fixed
6200 * tree.c: don't coalesce text nodes if they don't have the
6201 same behaviour wrt escaping on output
6202
6203Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * xpath.c: small fixup
6206 * SAX.c: don't warn on empty namespaces.
6207
6208Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6209
6210 * README: a bit of cleanup
6211 * configure.in: preparing for 2.3.0 release
6212
6213Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * hash.[ch]: added a first version of xmlHashSize()
6216 * valid.c: another bug fix from Gary Pennington
6217
6218Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6219
6220 * valid.c: couple of bug fixes pointed by Gary Pennington
6221 * HTMLtree.c: #if 0 cleanup
6222
6223Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6224
6225 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6226 which removes a time consuming check of xmlXPathNodeSetAdd()
6227 and use it in places where we are sure to not break unicity
6228
6229Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6230
6231 * xpath.c: bug fixes found from XSLT
6232 * tree.c: preserve node->name special values when copying nodes.
6233 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6234 external subset are fetched when available but without full
6235 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6236 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6237 output with encoding disabled.
6238
6239Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6242 xmlCheckFilename should not be called from xmlFileOpenW
6243 and xmlGzfileOpenW
6244
6245Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6246
6247 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6248 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6249 added the new tests for URI normalization
6250 * testURI.c: fixed stoopid bugs
6251 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6252 the URI in the error messages are now properly normalized
6253
6254Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6255
6256 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6257
6258Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6259
6260 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6261
6262Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6263
6264 * xpath.c: fixed mod operator
6265
6266Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * parser.c: fixed xmlStrcat doc
6269 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6270 trees.
6271
6272Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * xpath.c result/XPath/tests/chaptersbase
6275 result/XPath/tests/simplebase: fixed XPath node()
6276 * tree.c: small fix in xmlNewNs()
6277 * Makefile.am: removed extraneous xml2Conf.sh rule
6278
6279Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6280
6281 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6282 Changed the library name, in order to get libxml-devel and
6283 libxml2-devel to coexist on a single system
6284 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6285 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6286
6287Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6290 libxml2-devel installable in // as libxml-devel.
6291
6292Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6293
6294 * doc/Makefile.am: fixed make rebuild in doc
6295 * doc/html/*.html: rebuilt the docs
6296
6297Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6298
6299 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6300
6301Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6302
6303 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6304 the HTML doc to go into the -devel RPM ...
6305 * aclocal.m4 config.h.in: some updates due to auto* magic
6306
6307Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * xpath.h: added a hook in the context structure allowing to
6310 link to extra support, needed for XSLT
6311
6312Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6315 xmlXPtrCmpPoints to use it.
6316 * propagated the following patch from Alejandro Forero
6317 * include/win32config.h xmlIO.c: applied further suggestions
6318 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6319 * example/gjobread.c: fixed warnings, now that it builds
6320
6321Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6322
6323 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6324
6325 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6326 filename points to a valid file (not a directory).
6327 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6328 Added calls to xmlCheckFilenameDir.
6329
6330 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6331 `path' (rather than `filename') as the parameter to gzopen and open.
6332
6333Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6334
6335 * Makefile.am: fixed a problem with EXTRA_DIST
6336
6337Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * Makefile.am example/Makefile.am: finally found the trick
6340 to build the example, i.e. add "." in SUBDIRS before example
6341 in the list <grin/>
6342
6343Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6344
6345 * doc/xml.html: updated with an XSLT section, removed pointer to
6346 W3C CVS base.
6347
6348Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6349
6350 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6351 too, and deallocation need to occur the same way.
6352
6353Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6356 type correponding to an XSLT result tree fragment. Share most
6357 of the data format with node set, as well as operators.
6358 * HTMLtree.c: added a newline at the end of the doctype output
6359 whe this one is not present initially.
6360 * tree.c: make sure taht the parent and doc pointers are properly
6361 set when copying attributes (lists).
6362
6363Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6364
6365 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6366
6367Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6368
6369 * xpath.c: seems I finally killed that ugly path evaluation
6370 context bug (tagged 9999 in case is is wrong)
6371
6372Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6375 for XSLT
6376
6377Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6380 for xmlGzfileOpen() bug
6381
6382Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * xpath.c: removed an error found by XSLT usage
6385 * tree.c parserInternals.h: use a predefined static string
6386 for text and comment nodes, avoid freeing them in xmlFreeNode,
6387 exported the string name in parserInternals.h and added
6388 another value to disable encoding at output (for XSLT),
6389 gain memory, time.
6390
6391Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6392
6393 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6394 win32/libxml2/libxml2_so.dsp: new makefiles and update
6395 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6396
6397Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6398
6399 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6400 Gary Pennington
6401
6402Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6403
6404 * xpath.c: fixed the comaprision of values and nodelists,
6405 need to compare nodelist still ...
6406 * debugXML.c: avoided a possible core dump
6407 * HTMLparser.c: cleanup
6408 * nanohttp.c: contributed fix.
6409 * tree.c: fixes in properties handling added xmlSetNsProp
6410 needed by libxslt
6411 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6412 comment
6413 * TODO: updated
6414
6415Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6416
6417 * parser.c parserInternals.c: applied Bjorn Reese optimization
6418 patch
6419
6420Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * Makefile.am: applied patch fro make check from Martin Vidner
6423
6424Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6425
6426 * configure.in: preparing 2.2.11
6427 * doc/html/*: rebuild the HTML files
6428 * doc/xml.html : updated
6429
6430Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6431
6432 * tree.c: fixed a stupid bug
6433 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6434 patches related to validation of an XInclude processing result
6435 * TODO: updated
6436
6437Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6440 on large files
6441
6442Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6443
6444 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6445
6446Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6447
6448 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6449 reported by Jonas Borgström
6450 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6451
6452Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6453
6454 * testXPath.c xpath.c: fixing the XPath union expressions problem
6455 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6456
6457Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6458
6459 * xmllint.c: Made is so if the file name is "-" is will read form
6460 standard input. Sven Heinicke <sven@zen.org>
6461 * tree.c: fixed a problem when growing buffer
6462 * tree.h: fixed the comment of the node types following andersca
6463 comment
6464 * TODO: updated
6465
6466Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6467
6468 * HTMLparser.[ch]: added a way to avoid adding automatically
6469 omitted tags. htmlHandleOmittedElem() allows to change the
6470 default handling.
6471 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6472 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6473 of xmllint too when using --memory flag, added a memory test
6474 suite at the Makefile level.
6475 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6476 with namespace use when encountering QNames in XPath evalation,
6477 added xmlns() scheme in XPointer.
6478 * nanoftp.c : incorporated a fix
6479 * parser.c xmlIO.c: fixed problems raised with encoding when using
6480 the memory I/O
6481 * parserInternals.c: closed bug 25934 reported by
6482 torsten.landschoff@innominate.de
6483 * TODO: updated
6484
6485Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6486
6487 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6488 on a non-updated tree :-(, made a 2.2.10 release to correct the
6489 situation
6490
6491Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6492
6493 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6494 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6495 integrated a set of OpenVMS changes from Howard Taylor
6496 <Howard.Taylor@pacoast.com>
6497
6498Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6499
6500 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6501 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6502
6503Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6504
6505 * HTMLparser.c: some fixes on auto-open of html/head/body
6506 * encoding.c: fixed a compilation error on some gcc env
6507 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6508 XPointer implementation
6509 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6510 related XPointer tests and associated results
6511
6512Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6513
6514 * doc/xmldtd.html doc/xml.html: following a short step by step
6515 guidance on IRC to help maciej with DTDs I started a small
6516 page on the subject.
6517
6518Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6519
6520 * HTMLparser.c: fixed handling of broken charrefs
6521 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6522 patches
6523
6524Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6525
6526 * doc/xml.html doc/html/* : rebuilt the docs after adding
6527 xinclude and updated page for 2.2.7 and 2.2.8
6528 * configure.in: releasing 2.2.8
6529
6530Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6531
6532 * parser.[ch] parserInternals.c: applied the conditional
6533 section processing fix from Jonathan P Springer
6534 <jonathan.springer2@gte.net>
6535 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6536 project file, fixed iconv default non support
6537 * xpath.c: fixed the problem of evaluating relative expressions
6538 when a node context is provided.
6539
6540Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6541
6542 * nanoftp.c: fixed gcc 2.95 new warnings
6543 * SAX.c: fixed a stupid bug
6544 * tree.c: fixed a formatting problem when round-tripping
6545 from/to memory
6546 * xinclude.c: chased memleak, fixed a base problem
6547 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6548 xmlXPtrBuildNodeList()
6549 * TODO: updated
6550 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6551 adding a first small set of regression tests for XInclude
6552
6553Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * nanohttp.[ch]: applied Wayne Davison patches to access
6556 the WWW-Authorization header.
6557 * parser.c: Closed Bug#30847: Problems when switching encoding
6558 in short files by applying Simon Berg's patch.
6559 * valid.c: fixed a validation problem
6560 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6561 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6562 Wayne Davison
6563 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6564 need to be extended to non full nodes selections.
6565 * xinclude.c: starts to work decently
6566
6567Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6568
6569 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6570 debugXML.c xmlversion.h.in: Started adding XInclude support,
6571 this is a new xmllint option
6572 * tree.c xpath.c: applied TOM patches for XPath
6573 * xpointer.c: fixed a couple of errors.
6574 * uri.c: added an escaping function needed for xinclude
6575 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6576 new warning from RH70 gcc's version
6577
6578Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6579
6580 * HTMLparser.c: fixed loop on invalid char in scripts
6581 * parser.c: update to description of xmlIOParseDTD()
6582 * libxml.m4 xmlversion.h.in: changes contributed by
6583 Michael Schmeing <m.schmeing@internet-factory.de>
6584 * configure.in: preparing for 2.2.7
6585 * Makefile.am: trying to avoid config.h and acconfig.h
6586 being included in the distrib
6587 * configure.in: released 2.2.7
6588
6589Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6590
6591 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6592 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6593
6594Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6595
6596 * parser.[ch]: added xmlIOParseDTD()
6597 * xpointer.c: added support for the 2 extra parameters of
6598 string-range, fixed a stoopid error when '0' was present
6599 in XPointer expressions
6600 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6601 testsuite for the above
6602
6603Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6604
6605 * libxml.spec.in: improved package descriptions
6606
6607Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * xpath.c xpathInternals.h: applied a large cleaning patch
6610 from TOM <ptittom@free.fr>, it also add namespace support
6611 for function and variables registration.
6612
6613Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6614
6615 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6616 * Makefile.mingw: Wayne Davison's update adding hash.c
6617
6618Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6619
6620 * xpath.c: fixed the root evaluation problems
6621 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6622 ignorable spaces with <b> <bold> <em>
6623 * tree.c: fixed a loop in xmlSearchNsByHref()
6624
6625Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6626
6627 * xpath.c: applied another XPath patch from TOM
6628 * xpath.c include/makefile.am: applied another patch from
6629 china@thewrittenword.com (cleanup on IRIX).
6630
6631Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6632
6633 * xml-config.1: received a fixed version from Fredrik Hallenberg
6634 <hallon@lysator.liu.se>
6635
6636Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6637
6638 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6639 cleanup patch for XPath
6640
6641Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6642
6643 * patched to redirrect all "out of context" error messages to
6644 a reconfigurable routine. The changes are:
6645 * xmlerror.h : added the export of an error context type (void *)
6646 an error handler type xmlGenericErrorFunc there is an interface
6647 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6648 to reset the error handling routine and its argument
6649 (by default it's equivalent to respectively fprintf and stderr.
6650 * all the c files: all wild accesses to stderr or stdout within
6651 the library have been replaced to calls to the handler.
6652
6653Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6654
6655 * configure.in: release 2.2.6
6656 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6657 exporting the inner functions of xpath for extension modules
6658 * doc/*: updated and rebuilt the doc
6659
6660Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6661
6662 * nanohttp.c : applied Wayne HTTP cleanup patch
6663 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6664 and xmlNodeSetSpacePreserve()
6665
6666Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6667
6668 * xpath.c: closing bug #29260
6669
6670Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6671
6672 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6673 multikey tuples, made hash structure opaque
6674 * valid.[ch]: moved elements, attributes, notations decalarations
6675 as well as ID and refs to hash tables.
6676 * entities.c: hash cleanup
6677 * xmlmemory.c: fixed a dump problem in debug mode
6678 * include/Makefile.am: problem passing in DESTDIR= values patch
6679 from Marc Christensen <marc@calderasystems.com>
6680 * nanohttp.c: removed debugging remains
6681 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6682 * HTMLparser.c parser.c: fixing a number of problems with the
6683 macros in the *parser.c files (Wayne).
6684 * HTMLparser.c: close the previous option when opening a new one
6685 (Marc Sanfacon).
6686 * result/HTML/*: updated the HTML results accordingly
6687
6688Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6689
6690 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6691 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6692 XPath functions and XML entities table to them. More to come...
6693 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6694
6695Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6696
6697 * tree.c: coalesce adjacent text nodes
6698 * valid.c: handling of blank nodes in DTd validation (raised
6699 by problems with a posteriori validation).
6700 * nanohttp.c: changing behaviour on HTTP write stuff.
6701 * HTMLtree.c: forced body and html to be explicitely closed.
6702 * xpath.h: exported more XPath functions.
6703
6704Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6705
6706 * Release of 2.2.5
6707 * xpointer.c: range() range-inside and other helper functions
6708 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6709
6710Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6711
6712 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6713 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6714
6715Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6716
6717 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6718 and XPointer modules
6719
6720Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6721
6722 * SAX.h: closed #25107
6723
6724Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6725
6726 * testSAX.c: fixed problem with cdata reporting
6727 * SAXresult/* : updated
6728
6729Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6730
6731 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6732 Closed bug #27499, added to regression tests
6733 * TODO: updated
6734
6735Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6736
6737 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6738 support for SCRIPT and STYLE with help from Bjorn Reese
6739 * test/HTML/* result/HTML/*: added simple testcase and updated
6740 the existing ones.
6741
6742Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6743
6744 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6745 string-range for empty strings
6746 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6747 test/XPath/xptr/strrange: augmented the XPointer testsuite
6748
6749Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6750
6751 * doc/xml.html doc/xmlmem.html: added a module describing memory
6752 interfaces and use, updated the main page.
6753
6754Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6755
6756 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6757 nanoftp code work on Windows too now
6758
6759Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6760
6761 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6762 * xpointer.c: implemented string-range() at least a good first version
6763 * test/XPath/docs/str test/XPath/xptr/strrange
6764 result/XPath/xptr/strrange: the string-range() tests
6765
6766Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6767
6768 * Makefile.am include/Makefile.am include/win32config.h
6769 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6770 and make distcheck
6771
6772Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6773
6774 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6775 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6776 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6777
6778Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6779
6780 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6781 patch for socklen_t detection by
6782 Albert Chin-A-Young <china@thewrittenword.com>
6783
6784Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6785
6786 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6787 and added a --dtdvalid option to xmllint used to test it
6788
6789Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6790
6791 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6792 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6793
6794Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6795
6796 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6797 handlings (registration, lookup, cleanup)
6798
6799Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6800
6801 * configure.in Makefile.am include/makefile.am: adding XPointer
6802 and XPtrtests target
6803 * xpointer.[ch] : new files for XPointer support
6804 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6805 more XPath tests
6806
6807Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * configure.in: fixed, very broken, make distcheck works again
6810
6811Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * More work toward 2.2.5, integrated a number of patches
6814 * configure.in Makefile.am win32config.h.in: trying to cleanup
6815 make distcheck .... huh ...
6816 * include/Makefile.am include/win32config.h: new directory
6817 for includes
6818 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6819 updated teh makefiles and instructions for WIN32
6820 * xpath.c: small fixes
6821 * test/XPath/ results/XPath: updated the testcases and results
6822 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6823 suggested patches
6824 * valid.c: fixed an ID bug
6825
6826Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00006829 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006830 * xpath.[ch]: worked on XPointer
6831
6832Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * configure.in Makefile.am: 2.2.5, ship the include in an
6835 include/libxml subdirectory, use symlinks when using CVS
6836 * testSAX.c: fixed small bug
6837 * testXPath.c: changed the way testfiles are parsed
6838 * debugXML.c: same kind of cleanup when parsing an argument expression
6839 XPath/XPointers can have blanks embedded
6840 * xpath.[ch]: more cleanup, reorgs for XPointer work
6841 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6842 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6843
6844Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6845
6846 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6847 in the XPath engine, rewrote large parts of it, now it's far
6848 cleaner and in sync with the REC not an old WD. Fixed a parsing
6849 problem in the interactive XML shell found when testing XPath.
6850
6851Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6852
6853 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6854 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6855 examples with the extra test
6856
6857Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6858
6859 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6860 the global init function.
6861
6862Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6863
6864 * HTMLparser.c: Doohhh, attribute name parsing was still case
6865 sensitive ! Fixed this ...
6866 * result/HTML/* : updated the tests results accordingly
6867
6868Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6869
6870 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6871 engine, should be far more stable, incorporated a new version of
6872 preceding/following axis, need testing
6873 * uri.c: fixed file:///c:/a/b/c problem
6874 * test/XPath/tests/idsimple: augmented the XPath tests
6875
6876Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6877
6878 * doc/* rebuilding docs for 2.2.4 release
6879
6880Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6881
6882 * configure.in: releasing 2.2.4
6883 * parser.[ch]: added xmlStrEqual()
6884 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6885 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6886 use xmlStrEqual instead
6887 * TODO: updated
6888 * added an XPath test
6889
6890Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6891
6892 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6893 * entities.h: exported xmlInitializePredefinedEntities
6894 * parser.[ch] : added xmlInitParser()
6895 * parserInternals.h : had to export htmlInitAutoClose()
6896
6897Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6898
6899 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6900 problems
6901 * Makefile.am : added XPath regression tests to normal tests
6902 * uri.c: fixed a problem with local paths, cleanup
6903 * parser.c: fixed a problem with large CData sections
6904
6905Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6906
6907 * configure.in xml-config.in: patch from "Ben Taylor"
6908 <sol7x86@hotmail.com> for solaris shared libs lookup
6909
69102000-09-30 Martin Baulig <baulig@suse.de>
6911
6912 * libxml-2.0.pc.in: Provide pkg-config script.
6913
6914 * configure.in: Create the libxml-2.0.pc script from the
6915 libxml-2.0.pc.in templates.
6916 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6917 script in `$(libdir)/pkgconfig'.
6918
6919Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6920
6921 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6922 when compiling with MSC
6923
6924Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6925
6926 * xpath.c: patch for normalize-string() substring-before(),
6927 substring-after() and translate() functions from Bjorn Reese
6928 <breese@mail1.stofanet.dk>
6929 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6930 Fredrik Hallenberg <hallon@lysator.liu.se>
6931 * TODO: updated
6932
6933Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6934
6935 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6936 problem of socklen_t being undefined on a number of platforms
6937 * debugXML.c: fixed a compilation problem when without snprintf
6938
6939Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6940
6941 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6942 an URI bug and a fix for the control-character-induced infinite loop
6943 * nanohttp.c: preventive fix for compiling on WIN32
6944
6945Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * xmlint.c: closing bug #25000
6948
6949Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6950
6951 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6952 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6953 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6954 related function, fixing xmlStrncmp(), and associated cleanup
6955 * result/HTML/entities.html.sax: updating result
6956
6957Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6958
6959 * uri.c: applied patch for URI escaping from Wayne Davison
6960 <wayned@blorf.net>
6961 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6962 from Denis Barbier <barbier@imacs.polytechnique.fr>
6963 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6964 patch from Wayne Davison
6965
6966Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6967
6968 * doc/xml.html : updated with new releases, adding "how to help"
6969
6970Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6971
6972 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6973 removed a few warnings in pedantic mode ...
6974 * parserInternals.c parser.c: moved encoding switching function
6975 to parserInternals.c
6976 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6977
6978Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6979
6980 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6981 error or warning handlers
6982
6983Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6984
6985 * parserInternals.c parserInternals.h parser.c Makefile.am:
6986 created a new module parserInternals.c, moved most of the
6987 code shared by the various parsers there, as well as
6988 deprecated code from parser.c. More cleanup of parser.c
6989 * uri.c: fixed a problem when URI is NULL
6990 * valid.c: speedup when looking for an attribute declaration
6991
6992Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6993
6994 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6995 the cleanup of the computation of URI references when seeking
6996 external entities. The URI reference string and the resulting
6997 URI are both stored now.
6998 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6999 large s(n)printf checks and cleanup from Denis Barbier
7000 <barbier@imacs.polytechnique.fr>
7001 * xmlversion.h.in tree.h: couple of SGML declarations for a
7002 possible docbook module.
7003 * result/VC/ : a couple of test output changed due to the change
7004 of the entities URI
7005
7006Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7007
7008 * parser.h: added a _private field for linking user's data
7009
7010Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7011
7012 * parser.c parserInternals.h: demacroified most of the IS_XXX
7013 the gain in size is significant so ...
7014
7015Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7016
7017 * entities.c: cases where looking up entities with doc==NULL
7018 covered
7019
7020Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7021
7022 * uri.c: applied Wayne Davison patch
7023 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7024
7025Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7026
7027 * uri.c testUri.c: applied Wayne Davison patches
7028 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7029 * Makefile.in: added URItest and included thenin "make tests"
7030
7031Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7032
7033 * xmlversion.h.in: closed bug 22941
7034
7035Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7036
7037 * doc/xmlio.html: added doc and example for entity loader
7038 redefinition.
7039
7040Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7041
7042 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7043 used by libxml
7044
7045Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7046
7047 * parser.c: Fixed bug on invalid ontent characters and when using
7048 push.
7049 * xmllint.c: fixed xmllint endling of errors in push mode
7050
7051Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7052
7053 * HTMLparser.c testHTML.c: applied two new patches from
7054 Wayne Davison <wayned@users.sourceforge.net>
7055 * result/HTML/*.sax: regenerated HTML SAX output
7056 * parser.c: more cleanup.
7057
7058Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * HTMLparser.[ch] testHTML.c: applied the second set of
7061 patches from Wayne Davison <wayned@users.sourceforge.net>,
7062 adding htmlEncodeEntities()
7063 * HTMLparser.c: fixed an ignorable white space detection bug
7064 occuring when parsing with SAX only
7065 * result/HTML/*.sax: updated since the output is now HTML
7066 encoded...
7067
7068Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7069
7070 * HTMLparser.[ch]: applied some of Wayne Davison
7071 <wayned@users.sourceforge.net> patches
7072
7073Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7074
7075 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7076 undeclared namespace prefix was used, added a warning.
7077 Cleaned up support w.r.t. entities, spilling out a warning
7078 and being pedantic on lookups.
7079 * test/warning/ent9 : added testcase for previous example.
7080 * TODO: updated
7081 * parserInternals.h parser.c: changed the way names are parsed
7082 now allow infinite size and decrease penalty for normal use
7083 * parser.c: Started a big cleanup/check of the parser code,
7084 fixed some of the most tortuous entity code, spotted code
7085 unused anymore
7086 * test/*: added tests for very long names and related nasty
7087 things.
7088
7089Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * doc/encoding.html: added encoding aliases doc
7092 * doc/xml.html: updates
7093 * encoding.[ch]: added EncodingAliases functions
7094 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7095 bottleneck affecting large DTDs like Docbook
7096 * parser.[ch] xmllint.c: added a pedantic option, will be
7097 useful
7098 * SAX.c: redefinition of entities is reported in pedantic mode
7099 * testHTML.c: uninitialized warning from gcc
7100 * uri.c: fixed a couple of bugs
7101 * TODO: added issue raised by Michael
7102
7103Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * doc/encoding.html: propagated Martin Duerst suggestions
7106
7107Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7110 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7111 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7112 by Wayne Davison
7113
7114Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7115
7116 * nanoftp.c nanohttp.c: small cleanup
7117 * TODO: updated
7118
7119Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7120
7121 * added an old VC testcase and updated title.xml entity
7122
7123Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7124
7125 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7126 done on auto-opening of <p> tags and cleanup of SAX output
7127
7128Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7129
7130 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7131
7132Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7133
7134 * doc/xml.html libxml.* structure.*: updated the doc a bit
7135
7136Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7137
7138 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7139 of SAX tests
7140
7141Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7142
7143 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7144 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7145
7146Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7147
7148 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7149 * testHTML.c: fix core dump on Solaris 2.x systems
7150 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7151 * result/HTML/*.sax: previous bug fix lead to new results
7152
7153Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7154
7155 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7156 * configure.in: added --with-readline=DIR to accept alternate
7157 path for readline include/library
7158 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7159 for ANSI under HP-UX
7160 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7161 includes @LIBS@
7162
7163Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7164
7165 * doc/* : rebuilt the docs
7166 * getting ready for 2.2.2 release
7167
7168Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7169
7170 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7171 and xmlAddFeature()
7172 * tree.[ch]: added xmlAddChildList()
7173 * xmllint.c: MAP_FAILED macro test
7174 * parser.h: added xmlParseCtxtExternalEntity()
7175 * valid.c: applied bug fixes removed warning
7176 * tree.c: added CDATA block to elements content
7177 * testSAX.c: cleanup of output
7178 * testHTML.c: added SAX testing
7179 * encoding.c: better error recovery
7180 * SAX.c, parser.c: fixed one of the external entity processing
7181 of the OASis testsuite
7182 * Makefile.am: added HTML SAX regression tests
7183 * configure.in: bumped to 2.2.2
7184 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7185 SAX results
7186
7187Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7188
7189 * configure.in: patch for HP compiler
7190
71912000-08-04 Sven Heinicke <sven@zen.org>
7192
7193 * xmllint.c: Was coredumping sometimes when the file given didn't
7194 exist.
7195
7196Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7197
7198 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7199
7200 when using in memory parsing. Need some cleanup.
7201 * xmllint.c configure.in: added a --memory flag to test memory
7202 parsing
7203
7204Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7205
7206 * nanohttp.c: fixed socklen_t replacement to unsigned int
7207 * parser.c: fixed a space handdling missing at the end of
7208 production 28 DOCTYPE.
7209 * xmlmemory.c: fixed a stupid bug on the routine to override
7210 allocation functions
7211 * TODO: updated
7212
7213Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7214
7215 * doc/ regenerated the docs
7216
7217Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7218
7219 * doc/encoding.html doc/xml.html: added I18N doc
7220 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7221 improvements, both parser and filters, added ASCII & HTML,
7222 fixed the ISO-Latin-1 one
7223 * xmllint.c testHTML.c: added/made visible --encode
7224 * debugXML.c : cleanup
7225 * most .c files: applied patches due to warning on Windows and
7226 when using Sun Pro cc compiler
7227 * xpath.c : cleanup memleaks
7228 * nanoftp.c : added a TESTING preprocessor flag for standalong
7229 compile so that people can report bugs more easilly
7230 * nanohttp.c : ditched socklen_t which was a portability mess
7231 and replaced it with unsigned int.
7232 * tree.[ch]: added xmlHasProp()
7233 * TODO: updated
7234 * test/ : added more test for entities, NS, encoding, HTML, wap
7235 * configure.in: preparing for 2.2.0 release
7236
7237Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7238
7239 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007240 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007241
7242Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7243
7244 * doc/xml.html: changed the xmlsoft.org structure, updated the
7245 examples w.r.t. root and childs
7246
7247Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7248
Daniel Veillard784b9352003-02-16 15:50:27 +00007249 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007250
7251Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7252
7253 * HTMLparser.c: Work on character encoding support for the HTML parser
7254 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7255 * encoding.c: Fixed a potential memleak in the encoding stuff
7256
7257Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7258
7259 * doc/FAQ.html doc/Makefile.am : added a FAQ
7260
7261Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7262
7263 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7264 of the HTML parser to force it to not bypass SAX
7265
7266Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7267
7268 * win32config.h.in: updated
7269 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7270 lacks iconv support :-( need to release 2.1.1
7271 * configure.in: release 2.1.1
7272 * HTMLparser: fixed bug #14784
7273 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7274 by Windows compiler
7275 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7276 the SAX startDocument() callback.
7277 * TODO: updated
7278
7279Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7280
7281 * added xmlStopParser()
7282
7283Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7284
7285 * configure.in: 2.1.0 prerelease
7286 * Large resync between W3C and Gnome tree
7287 * nanoftp, nanohttp.c: fixed stalled connections probs
7288 * HTMLtree.c SAX.c : support for attribute without values in
7289 HTML for andersca
7290 * valid.c: Fixed most validation + namespace problems
7291 * HTMLparser.c: start document callback for andersca
7292 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7293 * parser.h, SAX.c: serious speed improvement for large
7294 CDATA blocks
7295 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7296 different encoding
7297 * example/Makefile.am example/gjobread.c tree.h: work on
7298 libxml1 libxml2 convergence.
7299 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7300 and the LIBXML_TEST_VERSION macro
7301
7302Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7303
7304 * doc/xml.html: various patches and improvements typo fixed by
7305 Felix Natter
7306 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7307 from Felix Natter <fnatter@gmx.net>
7308
7309Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7310
7311 * doc/upgrade.html: updated with instructions for support of both
7312 libxml-1.x and libxml-2.x
7313 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7314 for 2.x support and also fixed includes
7315
7316
7317Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7318
7319 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7320 the encoding support, added iconv support, so now libxml if
7321 compiled with iconv automatically support japanese encodings
7322 among others. Work based on initial patch from Yuan-Chen Cheng
7323 I may have broken binary compat in the encoding handler
7324 registration scheme, but that was so utterly broken I don't
7325 expect anybody to have used this feature until now.
7326 * parserInternals.h: fixup on the CHAR range macro
7327 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7328 code.
7329 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7330 * uri.c: added xmlParseURI() I can't believe I forgot to
7331 implement this one in 2.0 !!!
7332 * SAX.c: moved doc->encoding update in the endDocument() call.
7333 * TODO: updated.
7334
7335Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7336
7337 * tree.h: removed extraneous xmlRemoveProp definition
7338 * TODO: added item about --disable-corba configure switch
7339 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7340 * nanoftp.c: fixed include problems giving troubles on AIX and
7341 slowlaris
7342 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7343 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7344 comment and headers changes to lower gtk-doc number of warnings
7345 * doc/html/*: rebuilt docs
7346
7347Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7348
7349 * HACKING: documented the tag for 1.x and instructions
7350
7351Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7352
7353 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7354 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7355 xmlCreateIOParserCtxt
7356 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7357 significant overall improvement
7358 * xmllint.c: added I/O test to xmllint
7359 * testSAX.c: added a speed test
7360 * doc/* : updated/regenerated
7361
7362Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7363
7364 * xpath.c uri.h parserInternals.h: cosmetic changes from
7365 "Timur I. Bakeyev" <timur@bat.ru>, including making
7366 xmlCreateURI() public
7367
7368Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7369
7370 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7371 and the code at the same time. Added a clean mechanism for
7372 overload or added input methods: xmlRegisterInputCallbacks()
7373 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7374 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7375 * TODO: updated
7376 * doc/* : updated/regenerated
7377 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7378 source dir
7379
7380Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7381
7382 * testURI.c: yet another forgotten commit, I should get some sleep !
7383
7384Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7385
7386 * xmllint.c: forgot to commit this too ?
7387
7388Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7389
7390 * xmlversion.h.in : forgot to commit this previously
7391
7392Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7393
7394 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7395 * README TODO: updated for release
7396 * uri.c uri.h: added authority parsing/saving
7397 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7398 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7399 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7400 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7401 Makefile.am : added compile-time customization of libxml
7402 --with-ftp --with-http --with-html --with-xpath --with-debug
7403 --with-mem-debug
7404 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7405 #include <libxml/xxx.h> I hope it won't break too much stuff
7406 and will be manageable in the future...
7407 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7408 and added xmllint to the installed programs
7409 * uri.h: added xmlFreeURI()
7410
7411Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7412
7413 * uri.c uri.h: finished the escaping handling, the base support
7414 and the URI path normalization. Looks good just lacks the
7415 authority content parsing code.
7416 * Makefile.am: added instructions to generate testURI
7417 * TODO: updated
7418 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7419 added links and icons for W3C and Gnome
7420
7421Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7422
7423 * xmlmemory.[ch] : seems I forgot to actually update the files in
7424 the last commit :-)
7425 * doc/xml.html doc/html/* : updated and uploaded the docs
7426
7427Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7428
7429 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7430 * TODO: updated
7431 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7432 libxml default allocation function with another set (like gmalloc/
7433 gfree).
7434 * Makefile.am, uri.c, uri.h: added a set of functions to do
7435 exact (litteraly copied from the RFC 2396 productions) parsing
7436 and handling of URI. Will be needed for XLink, one XML WFC,
7437 XML Base and reused in the nano[ftp/http] modules. Still work
7438 to be done.
7439
7440Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7441
7442 * configure.in, libxml.spec.in : libxml2
7443 * doc/* : updated the doc page, rebuilt the docs
7444
7445Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * all: tagged LIB_XML_1_X
7448 * *.c *.h : updated from W3C CVS tree
7449 * configure.in : 2.0.0-beta
7450 * libxml.spec.in : libxml2 package nam
7451 * result/* : new version of the tests output
7452
7453Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7454
7455 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7456
7457Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7458
7459 * doc/* : rebuilt the docs
7460 * parser.c: final patch on #6766
7461 * valid.c: small patch on validity checks.
7462
7463Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7464
7465 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7466 added
7467 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7468 compatibility w.r.t. XML spec and existing code.
7469
7470Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7471
7472 * parser.c: seems a better solution to <a> </a> exists,
7473 will try it for a while
7474
7475Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7476
7477 * parser.c: tried to remove the <a> </a> generating <a/>
7478 this is hard. Left a flag for that purpose. Fixed bug #6766
7479 * configure.in: prepared 1.8.7 not released, due to previous
7480 problem
7481
7482Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7483
7484 * doc/xml.html : applied second patch from Paul DuBois
7485
7486Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7487
7488 * doc/xml.html : applied patch from Paul DuBois
7489
7490Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7491
7492 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7493
7494Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7497 compilation warnings on various platforms.
7498 * parser.c: Fixed #5281 validity error callbacks are now desactived
7499 by default if not validating.
7500
7501Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7504
7505Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7506
7507 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7508 <gkatsi@cs.toronto.edu>
7509
7510Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7513 processing URLs
7514
7515Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7516
7517 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7518 xmlNanoFTPUpdateURL for persistent control connections.
7519 * configure.in: 1.8.6
7520
7521Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7522
7523 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7524 * tree.[ch] : added xmlSaveNoEmptyTags
7525
75262000-01-29 James Henstridge <james@daa.com.au>
7527
7528 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7529
7530 * Makefile.am: added nanoftp.[ch] to the build.
7531
7532Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7533
7534 * nanoftp.[ch]: cleanup, comments, API
7535 * debugXML.c : fixed a bug in the cat command
7536 * doc/*: regenerated the docs
7537
7538Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7539
7540 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7541 * debugXML.c : fixed a bug in the cat command
7542 * valid.c: fixing some small probs
7543 * libxml.spec.in: get rid of the SNAP suffix
7544 * doc/xml.html: updated the status
7545
7546Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7547
7548 * xml-config.in: xml-config --version to just return the
7549 version number
7550 * xpath.c: some cleanup w.r.t. axis when the current node is
7551 an attribute.
7552 * TODO: updated
7553
7554Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * configure.in: prepared for libxml-1.8.5
7557 * doc/* recompiled the documentation
7558
75592000-01-17 Jody Goldberg <jgoldberg@home.com>
7560
7561 * configure.in : WARNING autoconf subtlety alert :
7562 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7563 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7564 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7565 get defined by AC_CHECK_HEADERS.
7566
7567Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7568
7569 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7570 Rune.Djurhuus@fast.no
7571
7572Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7573
7574 * TODO: updated
7575 * tree.c, parser.c: made sure that only memory alloc problems
7576 and internal parser errors are allowed to write to stdout or
7577 stderr.
7578
7579Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7580
7581 * tree.c : restored xmlNewGlobalNs since this seems used by
7582 a lot of existing code :-(, fixed a bug in xmlNewNs
7583 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7584 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7585 to exit() from the library code.
7586 * xpath.c, parser.c: removed bugs or unused code detected by
7587 Windows compilers
7588 * parser.c: started adding interfaces for parsing well balanced
7589 XML fragments
7590 * configure.in: releasing 1.8.4
7591 * doc/* : rebuilt the docs
7592
7593Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7594
7595 * tree.[ch] : added xmlNewDocFragment() for DOM
7596 * testHTML.c: uninitialized variable.
7597
7598Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7599
7600 * doc/* : rebuild the docs
7601
7602Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7603
7604 * acconfig.h: readline and history patch
7605 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7606 * tree.c: added check and handling when possibly removing an ID
7607 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7608 and saving.
7609 * test/HTML/entities.html result/HTML/entities.html* : test for
7610 various entities reference cases
7611 * result/HTML/* : as a result output of some testcase have
7612 changed
7613 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7614 by previous example. added xmlParseTryOrFinish().
7615 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7616 entities.h debugXML.h HTMLparser.h: changed the way struct are
7617 declared to allow gtk-doc to expose those
7618 * parser.c: closed bug #4960
7619 * Makefile.am configure.in: Applied patch from
7620 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7621 and math/socket libs detection
7622
7623Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7624
7625 * configure.in, Makefile.am: link tester against readline
7626 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7627
7628Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7629
7630 * tree.[ch]: added xmlRemoveProp
7631 * win32config.h.in nanohttp.c: avoid including the Windows
7632 socket stuff in every C files
7633 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7634 the XmL parser(s)
7635 * test/ns4 result/ns4 etc...: added test case for previous prob
7636 * tree.c: xmlNewNs wasn't checking for double definition
7637 * Makefile.in: fixed a problem with dist-hook duplicates
7638 * parser.[hc], xmlIO.c: fixed the loading of external entities
7639 APIs, now xmlLoadExternalEntity() is used everywhere and
7640 setting up an app specific front-end using the
7641 * SAX.c parser.c: some fixes, now the xhtml spec validates
7642 with the xhtml DTD.
7643 * error.c: fixed crashes in case of no input stream
7644 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7645 to the validation tests and results
7646
7647Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7648
7649 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7650 too htmlCreatePushParserCtxt() and htmlParseChunk()
7651 * parser.c: a bit of cleanup.
7652 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7653 to XML) removed the last mem leak known
7654 * HTMLtree.c: output message cleanup
7655 * xmlmemory.c: display content info about memory blocks
7656 * result/HTML/wired.* : missing att value warning change
7657
7658Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7659
7660 * doc/* : rebuilt the documentation
7661
7662Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7663
7664 * parser.[ch] parserInternals.h: Push parser for XML,
7665 seems to work fine now
7666 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7667 --push for push testing
7668 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7669 * testSAX.c: added --push
7670 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7671 subtree
7672 * xmlIO.[ch] : enriched API + fixes for push mode
7673 * entities.[ch]: added the entity content length to the struct.
7674 * xmlmemory.[ch]: new API to show the last entries for the shell
7675 * valid.c: added required attribute testing
7676 * SAX.c: the cdata callback now merge contiguous fragments
7677 * HTMLparser.c: cleanup of some macros
7678
7679Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7680
7681 * parser.c: fix for PIs name starting with xml
7682 * tree.c: fixed a potential problem with || and && ops
7683 * *.c, configure.in win32config.h.in : generate win32config.h for
7684 those on the Other Side !
7685
7686Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7687
7688 * parser.c: fixed a stupid = vs. == bug :-(
7689 * doc/gnome-xml.sgml: s/glade/xml/
7690
7691Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * configure.in, doc/xml.html : bug fix release 1.8.2
7694 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7695 Hopefully the end of that silly C++ include problem
7696 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7697 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7698 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7699 troubles with autoclosed elements when the stree shape doesn't
7700 follow the DtD specs. Added htmlIsAutoClosed() and
7701 htmlAutoCloseTag()
7702 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7703 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7704 * debugXML.c: fixed a bug on printing default namespaces.
7705 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7706
7707Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7708
7709 * result/HTML/*.htm[l] : updated the HTML regression tests according
7710 to the new output
7711 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7712 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7713 problem due to intermix of extern "C" { ... } declarations for C++
7714 and recursive includes in the headers
7715
77161999-12-20 Chris Lahey <clahey@umich.edu>
7717
7718 * HTMLtree.c: Made it so that html nodes with a single child do
7719 not insert a carriage return before or after the child node.
7720
7721Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7722
7723 * configure.in, doc/xml.html : bug fix release 1.8.1
7724 * parser.c: fixed bug #4344
7725 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7726 added the glue to avoid C++ problems
7727 * doc/* : regenerated the documentation
7728
7729Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7732 namespace recognition, and Dia as a resul :-(
7733 * encoding.c: closed bug #3950
7734
7735Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7736
7737 * valid.c: debugging a posteriori validation, except URI expansion
7738 stuff this should be fixed now
7739 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7740 Carl Nygard <cnygard@bellatlantic.net>
7741 * tester.c: added --postvalid, cleaning of the code
7742 * tree.[ch]: added xmlDocGetRootElement()
7743
7744Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7745
7746 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7747 c++ losage.
7748
7749Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7750
7751 * configure.in, doc/xml.html : bumped to 1.8.0
7752 * xlink.[ch], Makefile.am : added framework for link detection
7753 * parser.h: added nbChars to parser context, needed for cleanup.
7754 * xmlmemory.c: removed a nasty bug when out of mem
7755 * valid.[ch]: adding namespace support for attribute decl
7756 * tester.c: added --debugent option
7757 * debugXML.[ch]: added xmlDebugDumpEntities()
7758 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7759 buffers instead, this was really needed, validation was breaking
7760 in strange ways due to that. Added xmlParseStringPEReference()
7761 and other parsing from strings functions. Entities processing
7762 modified again, but PERef are still not handled correcly but
7763 unless you're Eve Maller you won't notice :-)
7764 * HTMLparser.c: large changes toward reliability, and switched to
7765 lowercase internal tags, XHTML is lowercase, so it will help
7766 that output is closer to next version.
7767 * doc/* : regenerated the documentation, it is now hosted at
7768 http://xmlsoft.org/ (same bits I just bought the domain :-)
7769
7770
7771Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7772
7773 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7774 doc generation
7775 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7776 in the SAX API
7777 * doc/*: rebuilt the doc making sure everything appears in the
7778 HTML files
7779
7780Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7781
7782 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7783 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7784 which allow impressive speed improvement on dataset with
7785 large text pieces, but at the cost of broken binary
7786 compatibility and slightly bigger memory usage.
7787 Configure with --with-buffers to activate them, they
7788 are protected with XML_USE_BUFFER_CONTENT define.
7789 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7790 goal is 0 memory left allocated once parser is no more used
7791 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7792 call xmlCleanupParser() and xmlMemoryDump()
7793
7794Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7795
7796 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7797 * parser.[ch] encoding.[ch]: added memory cleanup routines
7798 * parser.c: closing bug #3788
7799 * doc/*: rebuilt the doc
7800
7801Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7802
7803 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7804 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7805 * tester.c: added --compress option
7806 * doc/*: rebuilt the documentation
7807
7808Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7809
7810 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7811 if given /proc/kcore as input !
7812 * doc/xml.html doc/*: updated and rebuilt the documentation
7813
7814Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7815
7816 * parser.c: Fixed some wrongly space collapsing code due to
7817 a misreading of the spec.
7818 * result/*: fixed the output accordingly
7819
7820Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7821
7822 * encoding.c: bug fix and typos
7823 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7824 * parser.c: added attribute normalization closing bug #3597
7825 * test/att* result/att* SAXresult/att*: testcase for attribute
7826 normalization
7827
7828Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7829
7830 * configure.in: closing bug #3163 by adding extra flags for the
7831 cc compiler on HP-UX
7832
7833Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7834
7835 * valid.[ch] : removed a typo and an enumerated type bug in the
7836 xmlAddElementDecl() function
7837 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7838 call to xmlEncodeEntitiesReentrant() so that the functions
7839 New, Set and Get are at the same level.
7840 * parser.c HTMLparser.c: extra memory allocation bug for
7841 attributes detected by someone using libxml in embedded systems :-)
7842
7843Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7844
7845 * xmlmemory.h: turned off mem debug :-\
7846
7847Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7848
7849 * parser.c: closed bug #2784 a one line fix, but worth pushing
7850 a new release out
7851 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7852 some structures, comments before and after the
7853 main element, and other nastyness
7854 * HTMLtree.c tree.c: accomodate the extended HTML supported
7855 * configure.in: pushing 1.7.4
7856 * test/ent8 and related outputs : added a new test for bug #2784
7857 * test/HTML/wired.html and related output: a nasty HTML example
7858 * Makefile.am: improved the test scripts
7859 * docs/* : reran the documentation extractor, updated xml.html
7860
7861Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7862
7863 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7864 HTMLparser and debugged the HTML related code. HTML documents
7865 now have their own type
7866 * entities.c: do not dump &apos; for HTML output
7867 * xmlmemory.c: improvement, breakpoint mechanism
7868 * testHTML.c: added --sax --repeat ...
7869 * Makefile.am: improved the HTML tests
7870 * valid.[ch]: added xmlValidGetValidElements and
7871 xmlValidGetPotentialChildren
7872 * tester.c: added --insert to test the 2 new functions
7873 * test//* result//* SAXresult//* : regression test cleanup
7874 and extension.
7875 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7876 gnome-xml-nanohttp.html
7877
7878Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7879
7880 * HTMLparser.c: fixed problems with some autoclose tags
7881 * tree.c: fixed XML output problems.
7882 * result/* SAXresult/*: update of the tests output
7883
7884Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7885
7886 * Makefile.am: Arturo patch for xmlConf.sh version info
7887 * parser.c: Tim Josling patch for single quoted items
7888 * tester.c: Tim Josling patch for tester options usage
7889 * tree.h: indent cleanup
7890
7891Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7892
7893 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7894 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7895
7896Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7897
7898 * tree.c : Raph patch for initialization of CORBA fields
7899 * parser.c, xpath.c, ...: modification of doc comments
7900 * xpath.c : allow spaces in xpath expressions
7901
7902Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7903
7904 * xmlmemory.h: turning off memory debug :-(
7905
7906Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7907
7908 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7909 better SAX interfaces.
7910 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7911 entity.
7912 * configure.in: 1.7.2
7913
7914Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7915
7916 * libxml.spec.in: fixed the URL
7917 * doc/xml.html: improved the documentation front-end
7918
7919Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7920
7921 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7922
7923Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7924
7925 * libxml.spec.in: fixed the alpha compile problem
7926 * parser.[ch]: changed errno to errNo in the parser context :-(
7927 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7928 * doc/xml.html: changed CHAR to xmlChar
7929 * doc/html/*: recompiled the documentation
7930 * configure.in: 1.7.1
7931
7932Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7933
7934 * parser.h: modified the parser context struct to regain 1.4.0
7935 binary compatibility
7936 * parser.c, xml-error.h: added errno ot teh context and defined
7937 a set of errors values with update of errno
7938 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7939 DTDs and entities
7940 * *.h, *.c: complete cleanup of the use of config.h and include
7941 protection depending on the current setup.
7942 * overalll debugging, maintenance and bug-fixing on all modules
7943 * updated the documentation
7944 * ready for 1.7.0
7945
7946Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * HTMLparser.c : cleanup
7949 * SAX.c valid.c valid.h: added ID/IDREF checking
7950 * tree.c tree.h: extended doc structure for refs
7951 * configure.in: 1.6.2
7952 * parser.c: patched bug in SAX user arg call
7953 * parserInternals.h: patched missing close in C++ wrapping
7954 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7955 especially upcoming XPointer implementation.
7956 * doc/xml.html: augmented, typo
7957
7958Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7959
7960 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7961 not all invocations of install understand -d.
7962
7963Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7964
7965 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7966 to make 'check' works, when builddir != srcdir.
7967
7968Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7969
7970 * doc/xml.html : updated the documentation
7971
7972Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7973
7974 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7975 not deallocated memory blocks
7976 * *.c : replaces all calls to malloc() free() and realloc() to
7977 the wrapper functions/macros
7978 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7979 instead of xmlFreeNodeList()
7980
7981Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7982
7983 * HTMLparser.c: corrected a stupid bug leading to core dump at
7984 tree deallocation. Removed warnings indicated by
7985 Stephane.Conversy@lri.fr
7986 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7987 looked for in the external subset
7988
7989Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7990
7991 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7992 on SGI by Stephane.Conversy@lri.fr
7993
7994Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7995
7996 * all .h : changed the prototype declaration indent as in gtk
7997 * most .c : working on reducing the TODOs in the code
7998 * most .c : cleanup though -pedantic and Insure++
7999 * improvements on validation ID checkings.
8000 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8001 * xml-config.in: closed #1810
8002
8003Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8004
8005 * tree.h, valid.c, valid.h: more work on validity, IDs
8006 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8007 definition for AIX
8008
8009Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8010
8011 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8012 the distribution due to a cut'n paste error at last commit
8013
8014Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * configure.in: upgraded to version 1.4.0
8017 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8018 Big update, added a large part of the validation process,
8019 it should be usable, but some parts are missing
8020 * xpath.c: improved the implementation w.r.t. root.
8021 * Makefile.am: added more tests
8022 * test and result trees: added a lot of tests
8023 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8024
8025Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * Added an HACKING file
8028
8029Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * xpath.[ch] : improvements and debug of the XPath implementation
8032 * parser.c, HTMLparser.c : modified the parsers to be progressive
8033 * tree.[ch] : extended the Buffer promitives
8034 * xmlIO.[ch] : added basic I/O routines providing progressive
8035 parsing and ready for I18N conversion plugins
8036 * SAXresult/* : the SAX callback sequence maybe slightly different
8037 now
8038 * test*.c : improved/updated the tests programs
8039 * doc/* : recompiled the docs.
8040
80411999-07-26 Michael Meeks <michael@edenproject.org>
8042
8043 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8044
8045 * tree.c: Ditto.
8046
8047Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8048
8049 * configure.in: upgraded to version 1.4.0
8050 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8051 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8052 XML query language, see http://www.w3.org/TR/xpath for more details.
8053 * parser.c, parser.h: added CHAR* related string functions for XPath
8054 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8055 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8056 rebuild the docs.
8057 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8058 and regression testing capabilities for XPath.
8059
8060Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8061
8062 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8063 closing bug #1646
8064
8065Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8066
8067 * Makefile.am, example/Makefile.am: closed bug #1683
8068
8069Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * example/Makefile.am, configure.in: added the makefile for the
8072 gjobread example
8073
8074Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8075
8076 * doc/Makefile.am:
8077 - fix which allow "make install DESTDIR=</install/prefix>".
8078
8079Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8080
8081 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8082 which fixed a problem on the file reading-code.
8083
8084Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8085
8086 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8087 output.
8088 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8089
8090Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * parser.h : Oops removed the binary compatibility problem
8093 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8094 * parser.c, HTMLparser.c: applied patches for reading from stdin
8095
8096Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8097
8098 * parser.c, entities.c, valid.c: cleanup bug #1591
8099 * configure.in: cleanup bug #1592
8100 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8101 the same tree back-end. Hence gdome will be available for it.
8102 * doc/Makefile.am: close bug #617
8103
8104Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * parser.c: alloctate a per parser context SAX interface block
8107
8108Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8109
8110 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8111 and xmlEncodeEntitiesReentrant with the correct one :-\
8112
8113Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8114
8115 * commit of my internal XML base changes, quite a lot of
8116 changes, cleanups, better entities support, framework for
8117 new I/O and charset detection and handling
8118 * Fixed the configure/Makefile stuff to generate shared libs
8119 with the proper version info, so we jumped on rev from
8120 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8121 xmlEncodeEntities() result need to be freed now, and a string
8122 xmlParserVersion provide the current library version.
8123
8124Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8125
8126 * parser.c: fixed a buffer overrun for when you have a very long
8127 attribute with no entities in it.
8128
8129Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8130
8131 * added example directory
8132 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8133
8134Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * Release of libxml-1.1, nearly everything has been touched for
8137 this.
8138 * Added more regression tests
8139 * Updated the documentation
8140
8141Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8142
8143 * tree.[ch]: unified the XML_NO_CORBA defines.
8144 * parser.c encoding.[ch]: started plugging in char encoding detection
8145
8146Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8147
8148 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8149 Also freed allocated buffer.
8150
8151Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8152 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8153 reentrancy problem at printing. One is left in entities.c, to
8154 remove ASAP
8155 * testSAX.c : added a test example showing the use of the SAX
8156 interface if one doesn't want to build the DOM tree.
8157 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8158
8159Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8160
8161 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8162 large revamping of the parser to use SAX callbacks
8163 http://www.megginson.com/SAX/ (or at least a C like interface
8164 a la Expat). It's now possible to set up your own callbacks
8165 and the parser will not build a DOM tree.
8166 * test/* result/*: updated the test suite, I finally removed
8167 the old Namespace draft support (PI based).
8168
8169Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8170
8171 * Makefile.am: added test result to EXTRA_DIST for make tests
8172
8173Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8174
8175 * parser.c, parserInternals.h: moved the chars macro definitions
8176 to parserInternals.h
8177 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8178 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8179
8180Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8181
8182 * xml-config.in : applied patch to make --version work
8183
81841999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8185
8186 * Makefile.am (check-local): Alias for `tests' target. This will
8187 cause `make check' to do the right thing.
8188 (tests): Don't run tests in srcdir. Also, replaced calls to
8189 basename with a `sed' "equivalent".
8190
8191Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8192
8193 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8194 it in the header and not the sources, updated the doc.
8195 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8196 pointing this out.
8197
8198Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8199
8200 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8201 exported the inputStream routines.
8202 * doc/html/* : updated accordingly
8203
8204Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8205
8206 * parser.c, parser.h, parserInternals.h: added a few extra
8207 internal calls to allocate and free parser contexts ...
8208 * doc/html/* : updated accordingly
8209
8210Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8211
8212 * configure.in, Makefile.am, doc/makefile.am : General changes for
8213 1.0.0 release and including the generated HTML documentation.
8214
8215Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8216
8217 * makefile.am : added parserInternals.h, oops.
8218
8219Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8220
8221 * parserInternals.h: added this header giving access to the parser
8222 internal functions.
8223 * doc/Makefile.am : added a rebuild target which rebuilds the full
8224 set of documentations
8225 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8226 the internal subset.
8227 * *.c *.h: modifications needed to generate the documentation using
8228 gtk-doc, cleanup of functions blocks, reorganisation of struct
8229 declarations.
8230
8231Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8232
8233 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8234 the tar and spec file to include the beginning of the doc.
8235
82361999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8237
8238 * doc/.cvsignore: Added this file.
8239
8240Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8241
8242 * tree.c: fixed xmlGetProp to return "" when the attribute
8243 exists, even if the node-list is NULL.
8244
8245Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8246
8247 * tree.c: patched an error outputting empty attribute values.
8248 * Makefile.am and doc/makefile.am: have been updated during the
8249 week-end. Sorry for an empty CVS log, I got a shell problem.
8250
8251Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8252
8253 * tree.h: cleaned up using enums instead of defines
8254 * parser.c, valid.[ch]: more work on parsing/output of element
8255 declarations
8256
8257Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8258
8259 * valid.[ch], tree.c, parser.c : more work toward full parsing
8260 of XML DTDs.
8261 * README: added informations about mailing-list and on-line
8262 documentation
8263
82641999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8265
8266 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8267
8268Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8269
8270 * parser.c, tree.[ch] : more work toward conformance testing,
8271 added a last element to accelerate parsing of very flat structures
8272 started working on internal subset Element content declaration.
8273 * valid.[ch] : first cut at adding code toward validation.
8274 * previous changes had also small impact on most files, especially
8275 the conformance testing using James Clark test suite.
8276
8277Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8278
8279 * test/* : updated the examples, most of them were not well
8280 formed (humm), and added rdf2.
8281 * result/* : resulting changes in the output.
8282
8283Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8284
8285 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8286
8287Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * tree.c: patched a bug in the generation of empty attributes
8290
8291Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8292
8293 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8294 for node/trees/documents/... Biggest problem is namespace
8295 support when copying subtrees.
8296
8297Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8298
8299 * parser.c, entities.c: improve entities and char ref encoding,
8300 and cleanups of error messages.
8301
8302Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8303
8304 * parser.c, entities.c: simple bug hunting done during rpm2html and
8305 rpmfind integration.
8306
8307Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8308
8309 * parser.[ch]: Added interfaces allowing to specify a SAX
8310 handler before parsing.
8311
8312Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * parser.c: redirrect all errors reporting through the SAX
8315 error function
8316
8317Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8318
8319 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8320 * libtool, tlmain ...: update of the libtool files
8321
83221998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8323
8324 * entities.c: Use g_snprintf insteda of snprintf.
8325
8326Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8327
8328 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8329 added ent5 test for this purpose.
8330 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8331
8332Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8333
8334 * parser.c: fixed? a strange error due to compression on a GWP
8335 document.
8336
8337Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * tree.[ch]: bug fixing
8340 * entities.[ch]: defined a specific type for predefined entities
8341 * doc/xml.html: more documentation on the library, how to use it,
8342 overview of the interfaces.
8343
8344Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8347
8348Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8349
8350 * tree.c: corrected a small bug
8351 * doc/xml.html: continuing writing documentation.
8352
8353Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8354
8355 * debugXML.h debugXML.c: added debugging utilities.
8356 * tester.c: added --debug switch.
8357 * tree.c: patched an incorrect node->type assignment.
8358 * parser.c: formatting, ensure that node->doc != NULL in attributes
8359
8360Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8361
8362 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8363 entity support and provide an internal representation close to
8364 DOM one (entity ref nodes, and attribute value as tree). I tried
8365 to preserve the interface but this will surely break some apps
8366 (I have to change rpm2html/rpmfind for example). I had to change
8367 two interfaces, and the generated tree is somewhat different.
8368 * doc/* : started documenting the XML library, the tree and
8369 DOM/Corba. This is a first step.
8370
8371Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8372
8373 * parser.c: Set up the fonctions comment block, boring but useful.
8374 * parser.h, SAX.c, parser.c: now attributes are processed through
8375 the SAX interface. The problem is that my SAX interface diverged
8376 quite a bit from the original one, well this is not an official
8377 spec, and translating it from Java to C is hairy anyway...
8378
8379Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8380
8381 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8382 fonctions comment block, boring but useful.
8383
8384Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8385
8386 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8387 conversion routines. However they are not yet used to convert the
8388 inputs. The core will run with UTF-8.
8389
8390Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8391
8392 * tree.c : make sure that the type id is properly set-up when
8393 a new object is allocated, needed for DOM.
8394
8395Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8396
8397 * tree.h, tree.c: Ok, the main objects in the tree will be native
8398 corba objects, it costs 8 bytes per Node, Attribute and Document
8399 but it simplifies the Corba integration a lot (no extra interface
8400 objects to allocate/free).
8401
8402Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8405 and changed NODEs contants for conformity with DOM Level 1
8406
8407Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8408
8409 * added hooks to keep track of servants when creating objects
8410 xmlDoc and xmlNode (for Corba export).
8411
8412Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8413
8414 * added xml-config script.
8415
8416Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8417
8418 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8419 to autoupdate libtool and automake conf files.
8420
84211998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8422
8423 * Makefile.am: Use '?' to separate the sed
8424 commands as ',' is used when people pass -Wl,something.
8425
8426
8427Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * tree.c, tree.h: added a per-document compression interface.
8430
8431Tue Sep 22 20:47:38 EDT 1998
8432
8433 * tree.c, tree.h: added saving with compression and added interfaces
8434 to control the compression level (xmlGetCompressMode,
8435 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8436
8437Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8438
8439 * parser.c: corrected a loop for files of size 0
8440
84411998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8442
8443 * error.h: New file. Contains prototyes from `error.c'.
8444
8445Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8446
8447 * Makefile.am (xmlincdir): New macro.
8448 (xmlinc_HEADERS): Renamed from include_HEADERS.
8449
8450Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8451
8452 * applied small patch on numeric entities from
8453 Christopher Blizzard <blizzard@appliedtheory.com>
8454
8455Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8456
8457 * New release 0.2, removed the old xml_* files so that it's
8458 coherent with the other CVS base (W3C), far better conformance
8459 to standard, new namespaces, decent entities support, beginning
8460 of a SAX-like interface. Nearly nothing left intact, even the
8461 test examples ...
8462
84631998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8464
8465 * .cvsignore: Add .deps dir
8466
8467Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8468
8469 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8470
8471Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8472
8473 * configure.in: added test for CPP
8474 * AUTHORS, Changelog: the original ones didn't get commited but the
8475 glib ones instead, fixed.
8476 * Makefile.am: corrected an error in library naming
8477
8478Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8479
8480 * integrated code developped at W3C
8481 * changed the original Copyright
8482 * migrated to automake
8483 * prefixed the filenames by xml_ to avoid filename clashes
8484
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008485Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8486
8487 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8488 should not be called.
8489
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008490Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8491
8492 * libxml-2.0.pc.in: applied the patch to fix #101894
8493
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008494Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8495
8496 * tree.c : applied patch from Lukas Schroeder for register callbacks
8497 * valid.c: modified patch from Lukas Schroeder to test
8498 register callbacks with --chkregister
8499
Daniel Veillard067bae52003-01-05 01:27:54 +00008500Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8501
8502 * xmlreader.c: seriously changed the way data are pushed to
8503 the underlying parser, go by block of 512 bytes instead of
8504 tryng to detect tag boundaries at that level. Changed the
8505 way empty element are detected and tagged.
8506 * python/tests/reader.py python/tests/reader2.py
8507 python/tests/reader3.py: small changes mostly due to context
8508 reporting being different and DTD node being reported. Some
8509 errors previously undetected are now caught and fixed.
8510 * doc/xmlreader.html: flagged last section as TODO
8511
Daniel Veillard51a447a2003-01-04 19:42:46 +00008512Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8513
8514 * python/libxml.py: integrated the Python 2.2 optimizations
8515 from Hannu Krosing, while maintaining compatibility with
8516 1.5 and 2.1
8517
Daniel Veillarde59494f2003-01-04 16:35:29 +00008518Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8519
8520 * xmllint.c: a bit of cleanup
8521 * xmlreader.c: small fix
8522 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8523 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8524
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008525Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8526
8527 * python/setup.py.in: patch from Stéphane Bidoul to include
8528 drv_libxml2.py in setup.py
8529
Daniel Veillard66b82892003-01-04 00:44:13 +00008530Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * doc/xmlreader.html: starting documenting the new XmlTextReader
8533 interface.
8534
Daniel Veillard7704fb12003-01-03 16:19:51 +00008535Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8536
8537 * xmllint.c: added the --stream flag to use the TextReader API
8538 * xmlreader.c: small performance tweak
8539
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008540Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8541
8542 * xmlreader.c python/tests/reader2py: okay the DTD validation
8543 code on top of the XMLTextParser API should be solid now.
8544
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008545Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8546
8547 * xmlreader.c python/tests/reader2py: Fixing some more mess
8548 with validation and recursive entities while using the
8549 reader interface, it's getting a bit messy...
8550
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008551Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8552
8553 * xmlreader.c python/tests/reader.py: another couple of problem
8554 related to IsEmptyElement reported by Stéphane Bidoul needed
8555 some fixes.
8556
Daniel Veillard4f860202003-01-02 13:00:02 +00008557Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8558
8559 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8560 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8561 based on the python XmlTextReader interface.
8562
Daniel Veillard3c265e42003-01-01 21:06:49 +00008563Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8564
8565 * tree.c: backing out one change in the last patch which broke the
8566 regression tests
8567
Daniel Veillard5335dc52003-01-01 20:59:38 +00008568Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8569
8570 * global.data globals.c tree.c include/libxml/globals.h: applied
8571 an old patch from Lukas Schroeder to track node creation and
8572 destruction. Probably missing a lot of references at the moment
8573 and not usable reliably.
8574
Daniel Veillard8ba17412003-01-01 19:13:12 +00008575Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8576
8577 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8578 from doc/news.html and a stylesheet
8579
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008580Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8581
8582 * xmlreader.c python/tests/reader.py: fixed another couple of
8583 xmlreader bugs reported by Stéphane Bidoul and added tests.
8584
Daniel Veillard9e395c22003-01-01 14:50:44 +00008585Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * xmlreader.c python/tests/reader2.py: fixed another validity
8588 checking in external parsed entities raised by Stéphane Bidoul
8589 and added a specific regression test.
8590 * python/tests/reader3.py: cleanup
8591
Daniel Veillardd5896142002-12-31 14:45:26 +00008592Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8593
8594 * xmlreader.c python/tests/reader2.py: fixed a problem with
8595 validation within entities pointed by Stéphane Bidoul, augmented
8596 the tests to catch those.
8597
Daniel Veillarddc85f282002-12-31 11:18:37 +00008598Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8599
8600 * python/generator.py: modified the generator to allow keeping
8601 class references when creating new classes, needed to fix a bug
8602 pointed by Stéphane Bidoul where the input buffer of the
8603 xmlTextReader instance gets destroyed if the python wrapper for
8604 the input is not referenced anymore.
8605
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008606Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8607
8608 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8609 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8610
Daniel Veillard571b8892002-12-30 12:37:59 +00008611Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8612
8613 * xmlreader.c python/tests/reader.py: fixed another problem
8614 pointed by Stéphane Bidoul
8615
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008616Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8617
8618 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8619 with "<a/>"
8620
Daniel Veillardecaba492002-12-30 10:55:29 +00008621Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8622
8623 * SAX.c: warn on xmlns:prefix="foo"
8624 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8625 for namespace attributes handling.
8626
Daniel Veillard2d84a892002-12-30 00:01:08 +00008627Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8628
8629 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8630 a really nasty problem raised by a DocBook XSLT transform
8631 provided by Sebastian Bergmann
8632
Daniel Veillard29b3e282002-12-29 11:14:41 +00008633Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8634
8635 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8636 by Stéphane Bidoul and integrated it into the tests
8637
Daniel Veillarde18fc182002-12-28 22:56:33 +00008638Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8639
8640 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8641 extended the XmlTextReader API a bit, addding accessors for
8642 the current doc and node, and an entity substitution mode for
8643 the parser.
8644 * python/libxml.py python/libxml2class.txt: related updates
8645 * python/tests/Makefile.am python/tests/reader.py
8646 python/tests/reader2.py python/tests/reader3.py: updated a bit
8647 the old tests and added a new one to test the entities handling
8648
Daniel Veillardaba976d2002-12-28 21:14:18 +00008649Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8650
8651 * python/generator.py python/libxml2class.txt
8652 python/tests/reader.py python/tests/reader2.py: changed the
8653 generator to provide casing for the XmlTextReader similar to
8654 C# so that examples and documentation are more directly transposable.
8655 Fixed the couple of tests in the suite.
8656
Daniel Veillard83298842002-12-28 15:12:33 +00008657Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8658
8659 * doc/guidelines.html: added a document on guildeline for
8660 publishing and deploying XML
8661
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008662Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8663
8664 * valid.c xmlreader.c: final touch running DTD validation
8665 on the XmlTextReader
8666 * python/tests/Makefile.am python/tests/reader2.py: added a
8667 specific run based on the examples from test/valid/*.xml
8668
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008669Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8670
8671 * python/libxml.py: added a few predefined xmlTextReader parser
8672 configuration values.
8673
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008674Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8675
8676 * python/libxml_wrap.h: trying to fix #102037
8677
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008678Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8679
8680 * SAX.c: fixing bug #95296, when the predefined entities
8681 are redefined in the DTD the default one must be used
8682 instead anyway.
8683
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008684Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8685
8686 * doc/xmllint.xml
8687 * doc/xmllint.1
8688 Add discussion of XML_DEBUG_CATALOG to xmllint man
8689 page - bug #100907
8690
8691
Daniel Veillarddf512f42002-12-23 15:56:21 +00008692Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8693
8694 * xmlreader.c: Fixed the empty node detection to avoid reporting
8695 an inexistant close tag.
8696
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008697Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8698
8699 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8700 for Python 2.1
8701
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008702Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8703
8704 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8705
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008706Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8707
8708 * doc/libxml2-api.xml python/tests/reader.py: one really need
8709 to provide the base URI information when creating a reader parser
8710 from an input stream. Updated the API and the example using it.
8711
Daniel Veillardea7751d2002-12-20 00:16:24 +00008712Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8713
8714 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8715 include/libxml/valid.h include/libxml/xmlreader.h: working on
8716 DTD validation on top of xml reader interfaces. Allows to
8717 validate arbitrary large instances. This required some extensions
8718 to the valid module interface and augmenting the size of xmlID
8719 and xmlRef structs a bit.
8720 * uri.c xmlregexp.c: simple cleanup.
8721
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008722Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8723
8724 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8725 work on the xml reader interfaces.
8726 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8727 Web page for the Windows binaries.
8728
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008729Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8730
8731 * xmlIO.c: applied a patch for VMS following the report by
8732 Nigel Hall
8733
Daniel Veillard3772de32002-12-17 10:31:45 +00008734Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8735
8736 * parser.c: the parseStartTag bug fix wasn't complete.
8737
Daniel Veillard67df8092002-12-16 22:04:11 +00008738Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8739
8740 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8741 parseStartTag, fixing it.
8742 * test/att4 result/att4 result/noent/att4: adding the test
8743 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8744 more methods to XmlTextReader.
8745
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008746Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8747
8748 * win32/libxml2.def.src: added more xml reader exports
8749 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8750 to the build
8751
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008752Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8753
8754 * doc/tutorial/xmltutorial.xml
8755 plus generated html and pdf
8756 Updating tutorial again based on further comments from Niraj
8757 Tolia on the last iteration
8758
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008759Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8760
8761 * doc/tutorial/xmltutorial.xml
8762 * doc/tutorial/includekeyword.c
8763 * doc/tutorial/includegetattribute.c
8764 plus generated html and pdf
8765 Adding fix from Niraj Tolia to tutorial to properly free memory.
8766
8767
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008768Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8769
8770 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8771 more methods of XmlTextReader.
8772 * python/libxml2class.txt python/tests/reader.py: this increased the
8773 methods in the bndings, augmented the test to check those new
8774 functions.
8775
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008776Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8777
8778 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8779 methods of XmlTextReader.
8780 * python/generator.py python/libxml_wrap.h python/types.c
8781 python/libxml2class.txt: added the reader to the Python bindings
8782 * python/tests/Makefile.am python/tests/reader.py: added a specific
8783 test for the Python bindings of the Reader APIs
8784 * parser.c: small cleanup.
8785
Daniel Veillard06503452002-12-13 10:42:08 +00008786Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8787
8788 * xinclude.c: fallback was only copying the first child not the
8789 full child list of the fallback element, closes #89684 as reopened
8790 by Bernd Kuemmerlen
8791
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008792Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8793
8794 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8795
Daniel Veillard000eafb2002-12-12 10:04:22 +00008796Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8797
Daniel Veillardc1eed322002-12-12 11:01:32 +00008798 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008799 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008800 gives enum values, fix functype return type, put back fields in
8801 structs
8802 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008803
Daniel Veillard024b5702002-12-12 00:15:55 +00008804Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8805
8806 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8807 about htmlNodeDumpOutput location.
8808 * xpath.c: removed an undefined function signature
8809 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8810 too many symbols in the API breaking the python bindings.
8811 Updated with the libxslt/libexslt changes.
8812
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008813Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8814
8815 * configure.in: preparing release of 2.4.29
8816 * doc/*: rebuilt the docs and API
8817 * xmlreader.c: a few more fixes for the XmlTextReader API
8818
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008819Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8820
8821 * include/win32config.h: applied mingw patch from Magnus Henoch
8822
Daniel Veillard5aad8322002-12-11 15:59:44 +00008823Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8824
8825 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8826
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008827Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8828
8829 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8830 building Python script, does the C parsing directly, generates
8831 a better API description including structure fieds defs and
8832 enums. Still a couple of bugs, but good enough for the python
8833 wrappers now.
8834 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8835 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8836 include/libxml/schemasInternals.h include/libxml/tree.h: more
8837 cleanup based on the python analysis script reports.
8838 * libxml.spec.in: make sure the API XML description is part of the
8839 devel package.
8840
Daniel Veillard01c13b52002-12-10 15:19:08 +00008841Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8842
8843 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8844 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8845 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8846 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8847 code cleanup, especially the function comments.
8848 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8849
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008850Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8851
8852 * Makefile.am xmlreader.c include/libxml/Makefile.am
8853 include/libxml/xmlreader.h: Adding a new set of APIs based on
8854 the C# TextXmlReader API but converted to C. Allow to parse
8855 in constant memory usage, far simpler to program and explain
8856 than the SAX like APIs, unfinished but working.
8857 * testReader.c: test program
8858
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008859Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8860
8861 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8862
Daniel Veillard64b35282002-12-04 15:10:40 +00008863Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8864
8865 * tree.c: Chip turner indicated that XHTML1 serialization
8866 rule for style actually break on both IE and Mozilla,
8867 try to avoid the rule if escaping ain't necessary
8868
Daniel Veillard8efff672002-12-04 11:44:48 +00008869Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8870
8871 * nanhttp.c: handle HTTP URL escaping, problem reported by
8872 Glen Nakamura and Stefano Zacchiroli
8873
Daniel Veillard1c732d22002-11-30 11:22:59 +00008874Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8875
8876 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8877
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008878Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8879
8880 * uri.c: Johann Richard pointed out some XPointer problems for
8881 URN based URI references in XInclude. Modified the URI parsing
8882 and saving routines to allow correct parsing and saving of
8883 XPointers, especially when attached to "opaque" scheme accordingly
8884 to RFC 2396
8885
Daniel Veillard8db67d22002-11-27 19:39:27 +00008886Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8887
8888 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8889 of refactoring to the HTML saving code.
8890 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8891 in the doc.
8892
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008893Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8894
8895 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8896 to a buffer API to reuse the generic dump to an OutputIO layer,
8897 this reduces code, fixes xmlNodeDump() for XHTML, also made
8898 xmlNodeDump() now return the number of byte written.
8899
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008900Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8901
8902 * python/setup.py.in: another patch from Stéphane Bidoul for
8903 Python bindings on Windows
8904 * doc/parsedecl.py: small cleanup
8905
Daniel Veillard9715c172002-11-25 16:33:40 +00008906Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8907
8908 * libxml.spec.in configure.in: add a line in %changelog for releases
8909
Daniel Veillard9bc53102002-11-25 13:20:04 +00008910Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8911
8912 * parser.c: patch from Marcus Clarke fixing a problem in entities
8913 parsing that was detected in KDe documentations environment.
8914
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008915Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8916
8917 * python/libxml.c (libxml_prev): Return the previous as opposed to
8918 the next node (I guess this is the result of some cut & paste programming:)
8919
Daniel Veillard80d7b902002-11-23 16:23:08 +00008920Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8921
8922 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8923
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008924Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8925
8926 * python/generator.py python/libxml.c python/setup.py.in: trying
8927 to fix the Python bindings build on Windows (Stéphane Bidoul)
8928
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008929Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8930
8931 * win32/configure.js: added option for python bindings
8932 * win32/libxml2.def.src: added more exports
8933
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008934Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8935
8936 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8937 pthreads
8938 * win32/wince/*: applied updates to Windows CE port from Javier
8939
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008940Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8941
8942 * configure.in: preparing 2.4.28
8943 * libxml.spec.in doc/Makefile.am: some cleanup
8944 * doc/*: updated the news and regenerated.
8945
Daniel Veillardfee408f2002-11-22 13:18:30 +00008946Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * HTMLparser.c: final touch at closing #87235 </p> end tags
8949 need to be generated.
8950 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8951 this change slightly the output of a few tests
8952 * doc/*: regenerated
8953
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008954Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8955
8956 * parserInternals.c: fixing bug #99190 when UTF8 document are
8957 parsed using the progressive parser and the end of the chunk
8958 is in the middle of an UTF8 multibyte character.
8959
William M. Brack8b2c7f12002-11-22 05:07:29 +00008960Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8961
8962 * threads.c: fixed initialization problem in xmlNewGlobalState
8963 which was causing crash.
8964 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8965 in xmlInitializeGlobalState.
8966 * parserInternals.c: cleaned up ctxt->sax initialisation.
8967
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008968Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8969
8970 * tree.c include/libxml/tree.h: modified the existing APIs
8971 to handle XHTML1 serialization rules automatically, also add
8972 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8973 libxslt serialization uses it when needed without changing
8974 the library API.
8975 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8976 result/xhtml1: added a new test specifically for xhtml1 output
8977 and updated the result of one XHTML1 test
8978
Daniel Veillardd076a202002-11-20 13:28:31 +00008979Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8980
8981 * xinclude.c parserInternals.c encoding.c: fixed #99082
8982 for xi:include encoding="..." support on text includes.
8983 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8984 test/XInclude/ents/isolatin.txt : added a specific regression test
8985 * python/generator.py python/libxml2class.txt: fixed the generator
8986 the new set of comments generated for doc/libxml2-api.xml were
8987 breaking the python generation.
8988
Daniel Veillard817e70b2002-11-19 22:28:48 +00008989Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8990
8991 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8992 * configure.in: patch for Solaris on new autoconf closes #98880
8993 * doc/parsedecl.py: repair the frigging API building script,
8994 did I say that python xmllib sucks ?
8995 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8996 and some comment are no more truncated.
8997
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008998Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8999
9000 * parser.c: Martin Stoilov pointed out a potential leak in
9001 xmlCreateMemoryParserCtxt
9002
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009003Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9004
9005 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9006 included in HTML documents and using the push parser.
9007
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009008Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9009
9010 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9011 specified, look for the Python interpreter not just in the
9012 specified root but also in the specified location. Fixes #98825
9013
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009014Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9015
9016 * python/libxml.c: fixing bug #98792 , node may have no doc
9017 and dereferencing without checking ain't good ...
9018
Daniel Veillarddad3f682002-11-17 16:47:27 +00009019Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9020
9021 * configure.in: preparing release 2.4.27
9022 * doc/* : updated and rebuilt the docs
9023 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9024 and all the docs are actually packaged and in the final RPMs
9025 * parser.c parserInternals.c include/libxml/parser.h: restore
9026 xmllint --recover feature.
9027
Daniel Veillard68e9e742002-11-16 15:35:11 +00009028Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9029
Daniel Veillard784b9352003-02-16 15:50:27 +00009030 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009031 processing of parsed entities, and XPath computation on sustitued
9032 entities.
9033 * testXPath.c: make sure entities are substitued.
9034
Daniel Veillard328f48c2002-11-15 15:24:34 +00009035Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9036
Daniel Veillard784b9352003-02-16 15:50:27 +00009037 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009038 processing of internal parsed entities, which had to be changed.
9039
Daniel Veillard66651aa2002-11-15 11:21:43 +00009040Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9041
9042 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9043 trying to fix bug #98517 about building outside the source tree
9044 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9045
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009046Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9047
9048 * include/win32config.h: cleanup
9049 * win32/Makefile.mingw: integrated mingw in JScript configure
9050 * win32/Makefile.msvc: modified to allow mingw coexistence
9051 * win32/configure.js: integrated mingw
9052 * win32/Readme.txt: cleanup
9053
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009054Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9055
9056 * HTMLparser.c: strengthen the guard in the Pop macros,
9057 like in the XML parser, closes bug #97315
9058
Daniel Veillard0821b152002-11-12 20:57:47 +00009059Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9060
9061 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9062 callback is never used.
9063
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009064Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9065
9066 * parserInternals.c: fixed the initialization of the SAX structure
9067 which was breaking xsltproc
9068 * xpath.c: patch from Petr Pajas for CDATA nodes
9069 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9070 * parser.c include/libxml/parser.h: patch from Peter Jones
9071 removing a leak in xmlSAXParseMemory() and adding the
9072 function xmlSAXParseMemoryWithData()
9073
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009074Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9075
9076 adding pdf of tutorial, changing web page to link to it
9077 * doc/tutorial/xmltutorial.pdf
9078 * doc/xml.html
9079 * doc/docs.html
9080
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009081Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9082
9083 * doc/tutorial/ar01s08.html
9084 adding file what I forgot for tutorial
9085
9086
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009087Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9088
9089 Adding encoding discussion to tutorial
9090 Added:
9091 * doc/tutorial/images/*.png: DocBook admonition image files
9092 * doc/tutorial/apf.html, apg.html: new generated html
9093 * doc/tutorial/includeconvert.c: conversion code entity file
9094 changed:
9095 * doc/tutorial/xmltutorial.xml: DocBook original
9096 * doc/tutorial/*.html: generated html
9097
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009098Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9099
9100 * include/libxml/*.h: retired xmlwin32version.h
9101 * doc/Makefile.am: retired xmlwin32version.h
9102 * win32/configure.js: retired xmlwin32version.h
9103
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009104Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9105
9106 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009107 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9108 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009109
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009110Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * globals.c: fixed a typo pointed out by Igor
9113 * xpath.c: try to speed up node compare using line numbers
9114 if available.
9115
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009116Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9117
9118 * tree.c: make xmlFreeNode() handle attributes correctly.
9119
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009120Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9121
9122 * catalog.c: completed the #96963 fix, as reported by Karl
9123 Eichwalder
9124
Daniel Veillard56f21f22002-11-06 15:49:46 +00009125Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9126
9127 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9128
Daniel Veillard91ad8792002-11-04 17:06:52 +00009129Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9130
9131 * Makefile.am: switched the order of a couple of includes
9132 to fix bugs #97100
9133
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009134Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9135
9136 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9137 xmlLoadCatalogs that used to separate directories with a ':'.
9138
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009139Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9140
9141 * threads.c: improvements to the Windows-side of thread handling
9142 * testThreads.c: conditionally excluded unistd.h
9143 * testThradsWin32.c: broke overlong lines
9144 * include/win32config.h: adapted thread-related macros to the new
9145 scheme and for pthreads on Windows
9146 * win32/Makefile.msvc: introduced a more flexible thread build,
9147 added testThreads[Win32].c to the build
9148 * win32/configure.js: introduced a more flexible thread config
9149
John Fleck61f6fb62002-10-31 15:23:29 +000091502002-10-31 John Fleck <jfleck@inkstain.net>
9151
9152 * doc/xml.html (and, by implication, FAQ.html)
9153 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9154
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009155Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9156
9157 * configure.in: removed xmlwin32version.h
9158 * include/libxml/Makefile.am: removed xmlwin32version.h
9159
Daniel Veillardce66ce12002-10-28 19:01:59 +00009160Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9161
9162 * tree.c: applied patch from Brian Stafford to fix a bug
9163 in xmlReconciliateNs()
9164
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009165Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9166
9167 * tree.c: applied patch from Christian Glahn to allow
9168 xmlNewChild() on document fragment nodes
9169
Daniel Veillardb39bc392002-10-26 19:29:51 +00009170Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9171
9172 * parser.c: Christian Glahn found a problem with a recent
9173 patch to xmlParseBalancedChunkMemoryRecover()
9174 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9175 problems
9176 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9177 test/schemas/seq*: added the test cases from Charles
9178
Daniel Veillard366a9152002-10-23 20:43:53 +00009179Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9180
9181 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9182 serious cleanup of the spec file and associated changes
9183 in the Makefiles.
9184 * valid.c: try to remove some warnings on x86_64
9185
Daniel Veillardd033d022002-10-23 14:55:02 +00009186Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9187
9188 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9189 fix bug #96586
9190
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009191Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9192
9193 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9194 parsing, applied his patch
9195 * result/HTML/attrents.html result/HTML/attrents.html.err
9196 result/HTML/attrents.html.sax test/HTML/attrents.html:
9197 added the test and result case provided by Mikhail Sogrine
9198
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009199Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9200
9201 * vms/build_libxml.com vms/config.vms vms/readme.vms
9202 include/libxml/parser.h include/libxml/parserInternals.h
9203 include/libxml/tree.h include/libxml/xmlIO.h
9204 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9205 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9206 Applied the VMS update patch from Craig A. Berry
9207 * doc/*.html: update
9208
Daniel Veillardf000f072002-10-22 14:28:17 +00009209Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9210
9211 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9212
Daniel Veillard1e208222002-10-22 14:25:25 +00009213Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9214
9215 * debugXML.c: adding a grep command to --shell in xmllint
9216 for T.V. Raman
9217
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009218Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9219
9220 * xmlcatalog.c: tried to fix some of the problem with --sgml
9221
Daniel Veillard935494a2002-10-22 14:22:46 +00009222Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9223
9224 * parser.c: tried to fix bug #91500 where doc->children may
9225 be overriden by a call to xmlParseBalancedChunkMemory()
9226
9227Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9230 identifiers in SGML catalogs containing '&'
9231
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009232Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9233
9234 * python/types.c: fixed bugs when passing result value tree
9235 to Python functions.
9236
Daniel Veillard48267432002-10-18 11:21:38 +00009237Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9238
9239 * configure.in: preparing the release of 2.4.26
9240 * doc/*: updated and rebuilt the documentation
9241
Daniel Veillardbb284f42002-10-16 18:02:47 +00009242Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9243
9244 * parser.c: fixed a XML Namespace compliance bug reported by
9245 Alexander Grimalovsky
9246
Daniel Veillard44892f72002-10-16 15:23:26 +00009247Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * HTMLtree.c: fixed serialization of script and style when
9250 they are not lowercase (i.e. added using the API to the tree).
9251
Daniel Veillard2fd85422002-10-16 14:32:41 +00009252Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9253
9254 * valid.c: make xmlValidateDocument emit a warning msg if there
9255 is no DTD, pointed by Christian Glahn
9256
Daniel Veillard32370232002-10-16 14:08:14 +00009257Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9258
9259 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9260 content model when some of the blocks have min or max, and a couple
9261 of bugs found in the process.
9262 * result/schemas/list0* test/schemas/list0*: added some specific
9263 regression tests
9264
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009265Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9266
9267 * README: updated the contact informations
9268
Daniel Veillard63186732002-10-15 08:43:17 +00009269Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9270
9271 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9272 misses it, reported by Peter Bray.
9273
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009274Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9275
9276 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9277 and removed a few warnings
9278
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009279Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9280
9281 * parser.c: Christian Glahn found a small bug in the push parser.
9282 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9283 public
9284
Daniel Veillard6045c902002-10-09 21:13:59 +00009285Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9286
9287 * xmlschemas.c include/libxml/xmlschemas.h: added
9288 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9289 * testSchemas.c: added --memory to test the new interface
9290
Daniel Veillardf0070122002-10-09 14:24:17 +00009291Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9292
9293 * doc/index.py doc/search.php: integrated the XSLT indexing,
9294 a few fixed in the indexer, added a scope selection at the
9295 search level.
9296
Daniel Veillard01992e02002-10-09 10:20:30 +00009297Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9298
9299 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9300 this was due to uninitialized parts of the validation context
9301
Daniel Veillard321be0c2002-10-08 21:26:42 +00009302Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9303
9304 * debugXML.c: applied patch from Mark Vakoc except the API
9305 change, preserved it.
9306 * doc/*: updated the docs to point to the search engine for
9307 information lookup or before bug/help reports.
9308
Daniel Veillard01e87d22002-10-08 16:55:06 +00009309Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9310
9311 * doc/index.py doc/search.php: added mailing-list archives
9312 indexing and lookup
9313
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009314Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9315
9316 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9317
Daniel Veillard9b006132002-10-07 11:13:27 +00009318Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9319
9320 * doc/index.py: improved HTML indexing
9321 * doc/search.php: make the queries also lookup the HTML based indexes
9322
Daniel Veillard141d04b2002-10-06 21:51:18 +00009323Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9324
9325 * doc/index.py: added HTML page indexing
9326
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009327Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9328
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009329 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009330 problem in libxslt.
9331 * catalog.c: fixed list handling in XML_CATALOG_FILES
9332
Daniel Veillardceb09b92002-10-04 11:46:37 +00009333Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * valid.c: typo/bug found by Christian Glahn
9336
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009337Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9338
9339 * xmlIO.c: applied Windows CE patch from Javier.
9340 * win32/wince: new directory, contains support for the PocketPC
9341 with Windows CE from Javier.
9342 * include/win32config.h: reorganised, removed duplicate
9343 definitions and applied WinCE patch from Javier.
9344 * include/wsockcompat.h: new file, now contains WinSock
9345 compatibility macros.
9346 * win32/Makefile.msvc: introduced double-run compilation.
9347
Daniel Veillarde16b5742002-09-26 17:50:03 +00009348Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9349
9350 * configure.in include/libxml/xmlwin32version.h: preparing release
9351 of 2.4.25
9352 * doc/*: updated and regenerated teh docs and web pages.
9353
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009354Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9355
9356 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9357 error were not covering namespace declarations.
9358 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9359 it was missing the attribute declaration for the namespace
9360 * result/VC/NS3: the fix now report breakages in that test
9361
Daniel Veillardabe01742002-09-26 12:40:03 +00009362Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9363
9364 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9365
Daniel Veillard2ace1952002-09-26 12:28:02 +00009366Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9367
9368 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9369 and regenerated the docs and web site
9370
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009371Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9372
9373 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9374 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9375 not before
9376
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009377Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9378
9379 * python/generator.py python/libxml2class.txt: fixed a stupid error
9380 breaking the python API
9381
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009382Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9383
9384 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9385 triostr.c triostr.h: applied a trio update patch from
9386 Bjorn Reese which should work with MinGW
9387
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009388Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9389
9390 * tree.c: improving some documentation comments
9391 * xmlregexp.c: found and fixed a mem leak with python regression tests
9392 * doc/*: rebuilt the doc and the API XML file including the
9393 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9394 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9395 python/types.c: added access to the XML Schemas regexps from
9396 python
9397 * python/tests/Makefile.am python/tests/regexp.py: added a
9398 simple regexp bindings test
9399
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009400Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9401
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009402 * doc/xml.html:
9403 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009404
Daniel Veillard118aed72002-09-24 14:13:13 +00009405Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9406
9407 * xmlregexp.c: fixed the data callback on transition functionality
9408 which was broken when using the compact form
9409 * result/schemas/*: updated the results, less verbose, all tests
9410 pass like before
9411 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9412 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9413 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9414 annoying warnings
9415 * xpath.c: try to provide better error report when possible
9416
Daniel Veillard72336152002-09-21 13:08:14 +00009417Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * Makefile.am: fixed a breakage raised by Jacob
9420
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009421Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9422
9423 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9424 which don't use sockets
9425
Igor Zlatkovic01280582002-09-20 16:40:34 +00009426Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9427
9428 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9429 * win32/configure.js: applied zlib patch from Daniel Gehriger
9430
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009431Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9432
9433 * win32/configure.js: applied the patch from Mark Vakoc for
9434 regexp support
9435 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9436 for regexp support
9437
Daniel Veillardb5c05732002-09-20 13:36:25 +00009438Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9439
9440 * xmlschemastypes.c: as pointed by Igor Float and Double
9441 parsing ain't finished yet
9442
Daniel Veillard40b11342002-09-20 12:01:39 +00009443Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9444
9445 * Makefile.am configure.in: trying to fix #88412 by bypassing
9446 all the python subdir if python ain't detected
9447
Daniel Veillard23e73572002-09-19 19:56:43 +00009448Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9449
9450 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9451 made configuring with regexps/automata/unicode the default
9452 but without schemas ATM
9453 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9454 fixed the regexp based DTD validation performance and memory
9455 problem by switching to a compact form for determinist regexps
9456 and detecting the determinism property in the process. Seems
9457 as fast as the old DTD validation specific engine :-) despite
9458 the regexp built and compaction process.
9459
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009460Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9461
9462 * valid.c: determinism is debugged, new DTD checking code now works
9463 but xmlFAComputesDeterminism takes far too much CPU and the whole
9464 set usues too much memory to be really usable as-is
9465
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009466Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9467
9468 * tree.c: fixed another stupid bug in xmlGetNodePath()
9469 * xmllint.c: --version now report the options compiled in
9470
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009471Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9472
9473 * HTMLparser.c: small cleanup
9474 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9475 when configured with them. A bit of debugging around the determinism
9476 checks is still needed
9477
Daniel Veillard63b01c22002-09-17 19:25:28 +00009478Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9479
9480 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9481
Daniel Veillard92727042002-09-17 17:59:20 +00009482Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9483
9484 * xmlIO.c: small portability glitch fixed.
9485
Daniel Veillard84d70a42002-09-16 10:51:38 +00009486Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9487
9488 * xmlschemastypes.c: incomplete steps for real/double support
9489 * testAutomata.c include/libxml/xmlautomata.h
9490 include/libxml/xmlregexp.h: avoiding a compilation problem
9491 * valid.c include/libxml/valid.h: starting the work toward using
9492 the regexps for actual DTD validation
9493
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009494Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9495
9496 * hash.c: cosmetic cleanup
9497 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9498 integrating a DTD validation layer based on the regexps
9499
Daniel Veillard4402ab42002-09-12 16:02:56 +00009500Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9501
9502 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9503 the determinism was tested before eliminating the epsilon
9504 transitions :-(
9505
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009506Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9507
9508 * python/generator.py python/libxml.c python/libxml.py
9509 python/libxml2-python-api.xml python/libxml2class.txt
9510 python/libxml_wrap.h python/types.c: updated the python
9511 bindings, added code for easier File I/O, and the ability to
9512 define a resolver from Python fixing bug #91635
9513 * python/tests/Makefile.am python/tests/inbuf.py
9514 python/tests/outbuf.py python/tests/pushSAXhtml.py
9515 python/tests/resolver.py python/tests/serialize.py: updated
9516 and augmented the set of Python tests.
9517
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009518Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9519
9520 * win32/configure.js: added more readme info for the binary
9521 package.
9522
Daniel Veillard607b35c2002-09-10 12:16:19 +00009523Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9524
9525 * xmlIO.c: fixed a stupid out of bound array error
9526
9527Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9528
9529 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9530 messing around with support for Windows path, cleanups,
9531 trying to identify and fix the various code path to the
9532 filename access. Added xmlNormalizeWindowsPath()
9533
Daniel Veillard76575762002-09-05 14:21:15 +00009534Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9535
9536 * error.c valid.c: working on better error reporting of validity
9537 errors, especially providing an accurate context.
9538 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9539 error reports in those cases.
9540
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009541Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9544 parser.c parserInternals.c xmlIO.c: get rid of all the
9545 perror() calls made in the library execution paths. This
9546 should fix both #92059 and #92385
9547
Daniel Veillard19aa7022002-09-05 11:14:19 +00009548Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9549
9550 * xmllint.c: memory leak reporting was broken after a change
9551 of the preprocessor symbol used to activate it.
9552
Daniel Veillardec6725e2002-09-05 11:12:45 +00009553Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9554
9555 * tree.c: try to make the copy function work for node of
9556 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9557 DOM layers though, not libxml2 itself.
9558
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009559Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9560
9561 * valid.c: try to provide file and line informations, not all
9562 messages are covered, but it's a (good) start
9563
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009564Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9565
9566 * xinclude.c: reimplemented a large part of the XInclude
9567 processor, trying to minimize resources used, James Henstridge
9568 provided a huge test case which was exhibiting severe memory
9569 consumption problems.
9570
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009571Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9572
9573 * python/Makefile.am: applied patch from Christophe Merlet to
9574 reestablish DESTDIR
9575
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009576Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9577
9578 * libxml.spec.in: fixes libary path for x86_64 AMD
9579
John Fleckbe98b332002-09-04 03:16:23 +00009580Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9581
9582 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009583 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009584 (plus resulting generated html files)
9585 fixing one spot I missed in the tutorial where I hadn't freed
9586 memory properly
9587
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009588Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9589
9590 * doc/tutorial/includeaddattribute.c
9591 * doc/tutorial/includeaddkeyword.c
9592 * doc/tutorial/includegetattribute.c
9593 * doc/tutorial/includekeyword.c
9594 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009595 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009596 update tutorial to properly free memory (thanks to Christopher
9597 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009598 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009599 added image files so the callouts are graphical, making it
9600 easier to read ( use "--param callout.graphics 1" to generate
9601 html with graphical callouts)
9602
Daniel Veillarde1662542002-08-28 11:50:59 +00009603Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9604
9605 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9606 nice logos generated by Marc Liyanage
9607 * doc/site.xsl *.html: changed the stylesheet to show the new
9608 logo and regenerated the pages
9609
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009610Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9611
9612 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9613
Daniel Veillard42766c02002-08-22 20:52:17 +00009614Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9615
9616 * xpath.c: possible mem leak patch from Jason Adams
9617
9618Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9619
9620 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9621 in the XQuery namespace
9622 * configure.in: preparing 2.4.24
9623 * doc/*.html: updated the web pages
9624
9625Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9626
9627 * python/generator.py: closing bug #85258 by generating conditional
9628 compile check to avoid linking to routines not configured in.
9629
Havoc Pennington84ec40a2002-08-22 13:59:35 +000096302002-08-22 Havoc Pennington <hp@pobox.com>
9631
9632 * autogen.sh: update error message for missing automake
9633
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009634Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9635
9636 * python/Makefile.am: typo in target name resulted in libxml2.py
9637 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9638
Daniel Veillard22669b22002-08-22 07:17:11 +00009639Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9640
9641 * win32/win32/Makefile.mingw: updated with version from
9642 Elizabeth Barham at http://soggytrousers.net/repository/
9643
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009644Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9645
9646 * win32/Makefile.msvc: added the prefix location to the include
9647 and lib search path.
9648
Havoc Pennington830e8972002-08-18 22:22:13 +000096492002-08-18 Havoc Pennington <hp@pobox.com>
9650
9651 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9652 both automake 1.6 and 1.4 installed get the right automake. Means
9653 compilation from CVS will now require the latest automake 1.4
9654 release, or manually creating symlinks called "automake-1.4" and
9655 "aclocal-1.4"
9656
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009657Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9658
9659 * configure.in python/Makefile.am: more AMD 64 induced changes from
9660 Frederic Crozat
9661
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009662Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9663
9664 * xinclude.c: oops I was missing the xml:base fixup too
9665 * result/XInclude/*.xml: this adds xml:base attributes to most
9666 results of the tests
9667
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009668Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * xinclude.c: quick but apparently working implementation of
9671 xi:fallback, should close bug #89684
9672 * Makefile.am test/XInclude/docs/fallback.xml
9673 result/XInclude/fallback.xml: added a basic test for fallback,
9674 and run with --nowarning to avoid a spurious warning
9675 * configure.in: applied patch from Frederic Crozat for python
9676 bindings on AMD 64bits machines.
9677
Daniel Veillard9e923512002-08-14 08:48:52 +00009678Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9681 the caller don't pass a SAX callback block.
9682
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009683Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9684
9685 * tree.c: applied the same fix for the XML-1.0 namespace to
9686 xmlSearchNsByHref() as was done for xmlSearchNs()
9687
Daniel Veillardad11b302002-08-12 14:53:41 +00009688Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9689
9690 * libxml.3: small cleanup of the man page
9691 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9692 when serializing HREF attributes generated by XSLT.
9693
Daniel Veillardc084e472002-08-12 13:27:28 +00009694Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9697 version of Marc Liyanage' patch for boolean attributes in HTML
9698 output
9699
Daniel Veillard5f91b372002-08-12 12:13:01 +00009700Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9701
9702 * python/tests/serialize.py: fixed the test results, indenting
9703 behaviour changed slightly
9704
Aleksey Sanin9e951762002-08-08 18:02:41 +00009705Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9706
9707 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9708 new c14n function to Windows def files
9709
Aleksey Saninea4272a2002-08-02 23:50:03 +00009710Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9711
9712 * c14n.c: fixed a memory leak in c14n code
9713
Daniel Veillard58e44c92002-08-02 22:19:49 +00009714Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * parser.c include/libxml/parser.h: adding a new API for Christian
9717 Glahn: xmlParseBalancedChunkMemoryRecover
9718 * valid.c: patch from Rick Jones for some grammar cleanup in
9719 validation messages
9720 * result/VC/* result/valid/*: this slightly change some of the
9721 regression tests outputs
9722
Daniel Veillard0bf29002002-08-01 12:54:11 +00009723Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9724
9725 * tree.c: trying to fix a problem in namespaced attribute handling
9726 raised by Christian Glahn
9727
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009728Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9729
9730 * encoding.c include/libxml/encoding.h: Opening the interface
9731 xmlNewCharEncodingHandler as requested in #89415
9732 * python/generator.py python/setup.py.in: applied cleanup
9733 patches from Marc-Andre Lemburg
9734 * tree.c: fixing bug #89332 on a specific case of loosing
9735 the XML-1.0 namespace on xml:xxx attributes
9736
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009737Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9738
9739 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9740 corner case from new Merlin's test suite and added a callback
9741 that will be used to improve xmlsec performance
9742
9743
Daniel Veillard0b22def2002-07-29 16:23:03 +00009744Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9745
9746 * HTMLtree.c: trying to fix the <style> escaping problem in
9747 HTML serialization bug #89342
9748
Daniel Veillard0b28e882002-07-24 23:47:05 +00009749Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9750
9751 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9752 and rebuilt the web site.
9753
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009754Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009755
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009756 * include/libxml/tree.h: added _private member to xmlNs struct
9757
Daniel Veillard1d995272002-07-22 16:43:32 +00009758Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9759
9760 * HTMLparser.c: fixing bug #84876 based on the xml working
9761 code.
9762
William M. Brack61eaba52002-07-21 11:14:18 +00009763Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9764
9765 * python/Makefile.am: enhanced to fix bug 72012 (errors
9766 when using '-jX' make parameter)
9767
William M. Brackef61d202002-07-19 08:32:00 +00009768Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9769
9770 * xpath.c: small additional enhancement for booleans
9771 compared to nodesets
9772
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009773Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9774
9775 * HTMLtree.c: changed the order of the encoding declaration
9776 attributes in the meta tags due to a bug in IE/Mac
9777
William M. Brack0c022ad2002-07-12 00:56:01 +00009778Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9779
9780 * xpath.c: enhanced handling of booleans (especially '='
9781 and '!=' for nodesets) - fixes bug 85256. Added new
9782 routine xmlXPathNotEqualValues for more proper handling
9783 of '!=' when nodesets are involved.
9784
Daniel Veillard06944e22002-07-11 19:55:18 +00009785Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9786
9787 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9788 doc/xmlcatalog_man.xml to the source distribution
9789
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009790Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9791
9792 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9793 asked for this.
9794
Daniel Veillard539638b2002-07-06 19:55:14 +00009795Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9796
9797 * configure.in: preparing 2.4.23
9798 * doc/*: rebuilt the docs
9799
Daniel Veillard176d99f2002-07-06 19:22:28 +00009800Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9801
9802 * parser.c: fixing bug #84169 by fixing the
9803 comment of xmlCreatePushParserCtxt to describe the
9804 encoding detection parameters better.
9805
Daniel Veillard37f961d2002-07-06 17:53:56 +00009806Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * valid.c: fixing bug #79331 in one path the lookup for
9809 ID attributes on a namespaced node wasn't handled correctly :-\
9810
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009811Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * HTMLparser.c: trying to fix 87235 about discarded white
9814 spaces in the HTML parser.
9815 * result/HTML/*: this changes the output of a number of HTML
9816 regression tests
9817
Daniel Veillardfdc91562002-07-01 21:52:03 +00009818Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9819
9820 * xpath.c: applied patch from Richard Jinks for the namespace
9821 axis + fixed a memory error.
9822 * parser.c parserInternals.c: applied patches from Peter Jacobi
9823 removing ctxt->token for good.
9824 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9825 popped out by the regression tests.
9826 * Makefile.am: patch for threads makefile from Gary Pennington
9827
William M. Brack6000af52002-06-28 11:43:13 +00009828Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9829
Daniel Veillardfdc91562002-07-01 21:52:03 +00009830 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009831 expressions involving preceding-sibling (et al).
9832
Daniel Veillard153120c2002-06-18 07:58:35 +00009833Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * hash.c: applied a patch from Peter Jacobi to solve a problem
9836 when compiling with the Watcom C on Win32
9837 * result/schemas/*.err: the change of hashing algo generated
9838 permutations in the output
9839
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009840Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9841
9842 * hash.c: applied patch from Sander Vesik improving the quality of
9843 the hash function.
9844
Aleksey Sanina5808b92002-06-14 17:07:41 +000098452002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009846
9847 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9848 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9849 xmllint.c xpath.c: replaced sprintf() with snprintf()
9850 to prevent possible buffer overflow (the bug was pointed
9851 out by Anju Premachandran)
9852
Daniel Veillarde059b892002-06-13 15:32:10 +00009853Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9854
9855 * parser.c: removed an uninitialized data error popped by valgrind
9856 on PE references
9857
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009858Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9859
9860 * doc/xml.html
9861 adding tutorial reference to the web page
9862
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009863Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9864
9865 * doc/tutorial/xmltutorial.xml
9866 * doc/tutorial/ar01s07.html
9867 * doc/tutorial/ape.html
9868 * doc/tutorial/includegetattribute.c
9869 adding section to tutorial about retrieving an attribute
9870 value
9871
Daniel Veillardf5582f12002-06-11 10:08:16 +00009872Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9873
9874 * parser.c: applied a couple of patches from Peter Jacobi to start
9875 to get rid of ctxt->token, with a possible significant speed
9876 improvement to be gained once done. Better compliance with PE
9877 references constructs in DTDs too.
9878 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9879 from Peter too
9880
Daniel Veillard38d80e22002-06-11 07:24:56 +00009881Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9882
9883 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9884 xmlParseElement was likely to have been deallocated at the
9885 time of the report, possibly leading to segfault. Just report
9886 the tag name now.
9887
Daniel Veillard9e412302002-06-10 15:59:44 +00009888Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9889
9890 * xpath.c: patch from Richard Jinks for XPath substring() function
9891 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9892
Aleksey Sanina5808b92002-06-14 17:07:41 +000098932002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009894
9895 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9896
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009897Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9898
9899 *doc/FAQ.html
9900 fixing typos in FAQ, thanks to Robert Funnell for the
9901 editing help
9902
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009903Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9904
9905 * NEWS: got complaints from rpmlint that it was empty
9906
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009907Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9908
9909 * added doc/tutorial, including:
9910 apa.html
9911 apb.html
9912 apc.html
9913 apd.html
9914 ar01s02.html
9915 ar01s03.html
9916 ar01s04.html
9917 ar01s05.html
9918 ar01s06.html
9919 includeaddattribute.c
9920 includeaddkeyword.c
9921 includekeyword.c
9922 includestory.xml
9923 index.html
9924 xmltutorial.xml
9925 libxml tutorial, including generated html
9926
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009927Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9928
9929 * result/c14n/exc-without-comments/merlin-c14n-two-*
9930 result/c14n/without-comments/merlin-c14n-two-*
9931 test/c14n/exc-without-comments/merlin-c14n-two-*
9932 test/c14n/without-comments/merlin-c14n-two-*
9933 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9934 c14n/exc-c14n and slightly modified test script to handle
9935 these test cases
9936 * c14n.c: fixed bugs for complicated nodes set (namespace
9937 without node and others from merlin-c14n-two.tar.gz)
9938 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9939 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9940 for xmlsec performance patch
9941 * xpath.c: fixed self::node() for namespaces and attributes
9942
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009943Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9944
9945 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9946 but with the format parameter
9947 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9948
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009949Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9950
9951 * Makefile.am: updated c14n tests suite
9952 * c14n.c: performance improvement for previous c14n patch
9953
Daniel Veillarde72c7562002-05-31 09:47:30 +00009954Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9955
9956 * parser.c: another peroformance patch from Peter Jacobi, that
9957 time on parsing attribute values.
9958
Aleksey Sanin508a1012002-05-31 06:32:32 +00009959Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9960
9961 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9962 into LibXML2 test suite
9963
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009964Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9965
9966 * c14n.c: propagating xpath ancesstors node fix to c14n
9967 plus small performance improvement to reduce number of
9968 mallocs
9969 * xpath.c: fixed ancestors axis processing for namespace nodes
9970
Daniel Veillard46de64e2002-05-29 08:21:33 +00009971Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9974 Peter Jacobi
9975
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009976Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9977
9978 * configure.in: preparing 2.4.22
9979
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009980Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9981
9982 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9983 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9984 a public entry point.
9985 * doc/*: rebuilt the API and docs
9986
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009987Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9988
9989 * xpath.c: patch from Richard Jinks to fix a problem introduced
9990 in the previous patch and pointed by Norm
9991
Daniel Veillardc6924812002-05-24 11:10:43 +00009992Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9993
9994 * libxml.spec.in: fixing bug #81112
9995
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009996Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9997
9998 * uri.c: fixing bug #82848
9999
Daniel Veillarda2878972002-05-24 07:54:39 +000010000Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10001
10002 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10003 output of one catalog test
10004
Aleksey Sanin114e4752002-05-24 07:20:27 +000010005Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010006
Aleksey Sanin114e4752002-05-24 07:20:27 +000010007 * global.data globals.c tree.c include/libxml/globals.h
10008 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10009 default value for global parameter xmlIndentTreeOutput to 1 and
10010 introduced new global parameter xmlTreeIndentString (the string
10011 used to do one-level indent) with default value " " (as it was
10012 in tree.c)
10013
Daniel Veillard49d5af82002-05-23 11:55:49 +000010014Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10017 with trio and schemas.
10018
Daniel Veillard7c13af42002-05-22 09:57:32 +000010019Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10020
10021 * xpath.c: patch from Richard Jinks to fix the problem raised in
10022 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10023
Daniel Veillard5a872412002-05-22 06:40:27 +000010024Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10025
10026 * xmlschemas.c: a bit of work on import.
10027 * xmlschemastypes.c: Charles Bozeman provided a compare function
10028 for date/time types so min/max facet restrictions should work,
10029 indeterminate comparisons return an error instead of equal.
10030 * test/schemas/date_0* result/schemas/date_0_0: specific test
10031 from Charles Bozeman too
10032
Daniel Veillard10b6da42002-05-18 07:55:20 +000010033Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10034
10035 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10036 from Christian Cornelssen fixing the man pages and the Catalog
10037 building script.
10038 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10039 next step is <xs:import> I now have a reasonable understanding
10040 of how it works.
10041
Daniel Veillarde5354492002-05-16 08:43:22 +000010042Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10043
10044 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10045
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010046Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10047
10048 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10049
Daniel Veillard088bf112002-05-14 11:03:59 +000010050Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10051
10052 * xpath.c: fixing an XPath function evalutation bug pointed out
10053 by Alexey Efimov where the context was lost when evaluating
10054 the function arguments
10055
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010056Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010057
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010058 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10059 function public for XMLSec performance optimizations
10060
Daniel Veillard3cd72402002-05-13 10:33:30 +000010061Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10062
10063 * python/generator.py python/libxml2class.txt : fixed a problem
10064 with the HTML parser pointed by Gary Benson
10065 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10066 example
10067
Aleksey Sanine48a3182002-05-09 18:20:01 +000010068Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10069 * parser.c: fixed bug #81159 (memory growth in SAX)
10070
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010071Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10072 * xpath.c: fixed bug #78858 (the real fix)
10073
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010074Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010075 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010076
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010077Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10078
10079 * tree.c: modified xmlNodeSetBase to allow changing the
10080 base of a document.
10081
Daniel Veillard070803b2002-05-03 07:29:38 +000010082Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10083
10084 * xmlschemastypes.c: patch Charles Bozeman for validation of
10085 all the date, time, and duration types
10086 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10087 * configure.in: fixed an error pointed by an user
10088 * xml2-config.in: fixed an error pointed by an user
10089
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010090Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10091
10092 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10093 win32/libxml2.def.src xmlIO.c: exported default
10094 'file:', 'http:' and 'ftp:' protocols input handlers
10095 and maked protocols comparisson case insensitive
10096
Daniel Veillard34de97f2002-04-30 14:29:22 +000010097Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10098
10099 * configure.in: Neven Has detected a typo
10100
Daniel Veillard28577c32002-04-30 06:48:41 +000010101Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10102
10103 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10104 as one of the persons allowed to commit directly to the
10105 module.
10106
Daniel Veillardfc57b412002-04-29 15:50:14 +000010107Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10108
10109 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10110 * valid.c: raised a too low limit
10111 * doc/*: rebuilt the docs
10112
Daniel Veillardeca82812002-04-24 11:42:02 +000010113Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10114
10115 * test/XPath/expr/floats test/XPath/expr/functions
10116 result/XPath/expr/floats result/XPath/expr/functions
10117 xpath.c: another XPath conformance patch from Richard Jinks
10118
Daniel Veillard13e04c62002-04-23 17:51:29 +000010119Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10120
10121 * xmlschemas.c: fixed validation of attribute groups.
10122 * test/schemas result/schemas: added an example from the primer
10123
Daniel Veillard88c58912002-04-23 07:12:20 +000010124Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10127 * test/schemas result/schemas: updated the test list
10128
Daniel Veillarde19fc232002-04-22 16:01:24 +000010129Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * TODO: updated a bit
10132 * parser.c: made a comment more specific
10133 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10134 Schemas conformance.
10135 * test/schemas result/schemas: updated the test list
10136
Daniel Veillard441bc322002-04-20 17:38:48 +000010137Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10138
10139 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10140 implementing xs:all with minOccurs = 0
10141 * tes/schemas/* result/schemas/*: added more tests covering
10142 xs:all
10143
Daniel Veillard8a001f62002-04-20 07:24:11 +000010144Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * xmlregexp.c: first implementation of the all particle, this
10147 may need to be revisited for case where not all transitions
10148 must be crossed.
10149
Daniel Veillard7646b182002-04-20 06:41:40 +000010150Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10151
10152 * tree.c: another entity processing update from Markus Henke
10153
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010154Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10155
10156 * trionan.c: fixed crash on OSF/1
10157
Daniel Veillardb4398962002-04-19 07:01:55 +000010158Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10159
10160 * xmlschemas.c: more Schemas work
10161 * test/schemas/* result/schemas/*: added more tests coming
10162 from the spec.
10163
Daniel Veillard54761132002-04-18 21:00:44 +000010164Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10165
10166 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10167 ExcC14N specification
10168
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010169Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * tree.c: patch from Markus Henke, fix for recursive entities.
10172
Daniel Veillard23b1f372002-04-18 15:50:05 +000010173Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10174
10175 * xpath.c: fix a problem with string() on a document node.
10176
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010177Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * Makefile.am xmlschemas.c: more Schemas work
10180 * test/schemas/* result/schemas/*: added more tests coming
10181 from the spec.
10182
Daniel Veillard6231e842002-04-18 11:54:04 +000010183Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10184
10185 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10186 * result/HTML/*: this changes a few things in the results
10187
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010188Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10189
10190 * include/libxml/tree.h: eliminated 'declaration different than
10191 prototype' warning
10192 * include/win32config.h: "resolved" conflicts with errno.h
10193
Daniel Veillardb509f152002-04-17 16:28:10 +000010194Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10195
10196 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10197 on the automata interfaces and debug of counted choices
10198 * test/schemas/* result/schemas/*: added a number of tests
10199
Daniel Veillard8651f532002-04-17 09:06:27 +000010200Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10203 a bit of work on Schemas
10204 * testSchemas.c: try to make it more useful
10205 * test/schemas/* result/schemas/* Makefile.am: changed the
10206 Schemas regression test procedure, started adding a few samples
10207
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010208Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10209
10210 * include/libxml/encoding.h: Patch for the Borland C++ builder
10211 * include/libxml/tree.h: Patch for the Borland C++ builder
10212 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010213 * win32/bcb5: New directory for the Borland C++ builder
10214 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010215
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010216Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10217
10218 * win32/Makefile.msvc: Update for XML Schema support
10219 * win32/configure.js: Update for XML Schema support
10220 * win32/libxml2.def.src: Update for XML Schema support
10221
Daniel Veillard4255d502002-04-16 15:50:10 +000010222Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10223
10224 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10225 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10226 xmlunicode.c include/libxml/Makefile.am
10227 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10228 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10229 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10230 include/libxml/xmlversion.h.in : merged the current state of
10231 XML Schemas implementation, it is not configured in by default,
10232 a specific --schemas configure option has been added.
10233 * test/automata test/regexp test/schemas Makefile.am
10234 result/automata result/regexp result/schemas:
10235 merged automata/regexp/schemas regression tests
10236
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010237Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10238
10239 * xpath.c: Gary found a compile time problem, fixes #78823
10240
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010241Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * configure.in: release of 2.4.20
10244 * doc/*: updated and rebuilt the docs
10245
Daniel Veillardf544f192002-04-15 12:56:56 +000010246Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10247
10248 * python/Makefile.am: patch from Cristian Gafton to build on
10249 Red Hat 6.2, should also fix #75779
10250
Daniel Veillard940492d2002-04-15 10:15:25 +000010251Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10252
10253 * valid.c: first part of fixing #78729
10254
Daniel Veillardeb475a32002-04-14 22:00:22 +000010255Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10256
10257 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10258 escaping of URI when saving HTML files.
10259 * result/HTML/*: this impacted some tests
10260
Daniel Veillard9b731d72002-04-14 12:56:08 +000010261Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10262
10263 * configure.in: trying to fix #77441
10264
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010265Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10266
10267 * include/libxml/xmlIO.h: Hallski complained it could not be
10268 included by itself.
10269
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010270Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10271
10272 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10273
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010274Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10275
10276 * win32/configure.js: patch from Nilo for the c14n option
10277 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10278
Daniel Veillardda423da2002-04-10 19:25:38 +000010279Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10280
10281 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10282 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10283 LIBXML_THREAD_ENABLED
10284
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010285Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * xpath.c: another patch from Richard Jinks for substring conformance
10288 * test/XPath/expr/floats test/XPath/expr/strings
10289 result/XPath/expr/floats result/XPath/expr/strings: update of the
10290 test suite to check those.
10291
Daniel Veillard01917aa2002-04-10 11:30:41 +000010292Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10293
10294 * xpath.c: patch from Richard Jinks for .x float parsing.
10295
Daniel Veillard46d6c442002-04-09 16:10:39 +000010296Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10297
10298 * parser.c: patch from Markus Henke when an encoding ain't recognized
10299
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010300Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10301
10302 * libxml.m4: got a report that #include <string.h> was needed
10303
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010304Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10305
10306 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10307
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010308Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10309
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010310 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010311
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010312Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10313
10314 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10315 pointed out by Melvyn Sopacua.
10316
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010317Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10318
10319 * libxml.m4: Frédéric Crozat gave a patch related to the change
10320 of Include paths breaking the libxml.m4
10321
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010322Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10323
10324 * xpath.c: Fix bug #76927 forgot to save some context
10325 when evaluating binary expressions
10326
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010327Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * configure.in: fixed configure for MPE/iX from Markus Henke
10330 * xmlmemory.c: fixed initialization problems
10331 * xpath.c: another set of patches from Richard Jinks this
10332 fixes "make XPathtests" on linux
10333
Daniel Veillard21458c82002-03-27 16:12:22 +000010334Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10335
10336 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10337 * test/XPath/expr/compare test/XPath/expr/equality
10338 test/XPath/expr/floats test/XPath/expr/functions
10339 test/XPath/expr/strings result/XPath/expr/compare
10340 result/XPath/expr/equality result/XPath/expr/floats
10341 result/XPath/expr/functions result/XPath/expr/strings: Updated
10342 tests though they show a divergence on Linux
10343
Daniel Veillard28dfed12002-03-27 09:08:17 +000010344Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * xpath.c trionan.c: previous commit also included patches
10347 from Richard Jinks on some IEEE support corner case
10348
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010349Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10350
10351 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10352 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10353 that $(datadir) should be used for docs
10354
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010355Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10356
10357 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10358 could leak filedescriptors
10359
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010360Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * configure.in nanohttp.c: applied patch from Allan Clark for
10363 UnixWare/OpenServer
10364
Daniel Veillard19274092002-03-25 16:48:03 +000010365Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * configure.in: preparing 2.4.19
10368 * doc/*: rebuilt the docs
10369
Daniel Veillard56b2db72002-03-25 16:35:28 +000010370Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10371
10372 * nanohttp.c: fixing #76043, got fed up with non-portability
10373 of that piece of code.
10374
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010375Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * valid.c SAX.c: Never commit without running "make tests" :-(
10378 fix a couple of stupidities in the previous commit
10379 * result/*: a few changes in some attribute order result of previous
10380 commit.
10381
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010382Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10383
10384 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10385 the internal subset should not raise duplicate ID errors,
10386 also there was a small bug in conjunction to namespace
10387 declarations defaulted and xml:xxx attributes DTD definitions.
10388
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010389Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10390
10391 * xpath.c: Richard Jinks also raised some rounding problems
10392 this tries to fix them
10393
Daniel Veillard4e2df542002-03-22 12:23:14 +000010394Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10395
10396 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10397 behaviour in xmlXPathCastToString()
10398
Daniel Veillarddb552912002-03-21 13:27:59 +000010399Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10400
10401 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10402 raised by Morus Walter
10403
Daniel Veillard9e537932002-03-21 13:08:08 +000010404Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10405
10406 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10407 from Igor
10408
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010409Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10410
10411 * xpath.c: fixing #75619, related to a problem when trying
10412 to evaluate condition when the current node set resulting
10413 from that sub-step evaluation is empty. Also fixes 2 potential
10414 problem with previous-sibling and next-siblings axis.
10415
Daniel Veillard1840ef02002-03-21 08:05:23 +000010416Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10417
10418 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10419 HTML support is not configured in.
10420
Daniel Veillard561b7f82002-03-20 21:55:57 +000010421Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10424 include/libxml/tree.h: dohh I really didn't intended to commit
10425 this test version :-(
10426
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010427Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10428
10429 * testSAX.c: I wanted to see the real speed at the SAX interface
10430 after a little too many Ximianer started complaining about the
10431 parser speed.
10432 added a --quiet option:
10433 paphio:~/XML -> ls -l db100000.xml
10434 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10435 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10436 3200006 callbacks generated
10437 real 0m1.270s
10438 Which means 16MBytes/s and 3Mcallback/s
10439
Daniel Veillardc62a1472002-03-19 18:35:12 +000010440Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10441
10442 * xpath.c: valgrind spotted another error that time when running
10443 on libxslt regression tests
10444
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010445Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10446
10447 * Makefile.am: adding "make valgrind" running the full regression
10448 tests (except python ones) under Valgrind (using valgrind -q
10449 which was kindly added by the author).
10450 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10451 passes cleanly now except an obcure floating point initialization
10452 raised in log10() in one XPath regression test ???
10453 * tree.c: edited some comments to close #75244
10454
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010455Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10456
10457 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10458 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10459 context of ScrollKeeper, made sure that if the number is
10460 an integer, the serialization follows the description at
10461 http://www.w3.org/TR/xpath#section-String-Functions
10462
Daniel Veillard5997aca2002-03-18 18:36:20 +000010463Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10464
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010465 * configure.in: preparing 2.4.18
10466 * doc/*: updated and rebuilt the web site
10467 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10468 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010469 * parser.c: humm, changed the way the SAX parser work when
10470 xmlSubstituteEntitiesDefault(1) is set, it will then
10471 do the entity registration and loading by itself in case the
10472 user provided SAX getEntity() returns NULL.
10473 * testSAX.c: added --noent to test the behaviour.
10474
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010475Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10476
10477 * parser.c: Wilfried Teiken provided a hackish but working
10478 way to get context reported back on entities when parsing
10479 with SAX and without breaking the DOM build.
10480
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010481Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10482
10483 * c14n.c: applied a new patch from Aleksey Sanin
10484 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10485 to reference Aleksey implementation of XML digital Signatures
10486
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010487Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * xpath.c: small fix to avoid potential problem due to
10490 ordering of freeing data
10491 * python/Makefile.am: people were complaining about
10492 the generated file in python dir not being built
10493
Daniel Veillardd2379012002-03-15 22:24:56 +000010494Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10495
10496 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10497 python/generator.py python/libxml.c python/types.c: Cleanup
10498 of the python Makefiles based on Jacob and James feedback,
10499 fixed the spec file accordingly, fixed the number of warning
10500 that passing my pedantic CFLAGS was generating. Conclusion
10501 is that Python includes are real crap.
10502
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010503Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10504
10505 * configure,in: it was reported quite a few times that
10506 xml2-config --cflags should not output
10507 -I$includeprefix/libxml2/libxml because libxml2 header names
10508 clashes with existing names like list.h from C++ stl.
10509 Includes should be #include<libxml/xxx.h> so ...
10510
Daniel Veillard6f293b12002-03-15 09:42:33 +000010511Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10512
10513 * c14n.c: another patch from Aleksey Sanin
10514
Daniel Veillard5c396542002-03-15 07:57:50 +000010515Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10518 canonicalization algorithm
10519 * doc/xml.html doc/index.html: added the C14N references on the
10520 index page.
10521
jacob berkman9be65862002-03-14 02:15:56 +0000105222002-03-13 jacob berkman <jacob@ximian.com>
10523
10524 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10525 usage, redundant, and gcc specific
10526
Daniel Veillard75be0132002-03-13 10:03:35 +000010527Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10528
10529 * xpath.c: speedup some node selection operations, this can
10530 have a significant impact on DocBook Norm's stylesheets
10531 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10532 make sure it's always the case
10533 * debugXML.c: distinguish CDATA and comments in ls operations
10534
Daniel Veillard61f26172002-03-12 18:46:39 +000010535Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10538 to generate better API descriptions etc...
10539
Daniel Veillard9ff88172002-03-11 09:15:32 +000010540Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10541
10542 * c14n.c: Fixing #74186, made sure all boolean expressions
10543 get fully parenthesized, ran indent on the output
10544 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10545 include/libxml/tree.h: also #74186 related, removed the
10546 --with-buffers option, and all the preprocessor conditional
10547 sections that were resulting from it.
10548
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010549Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * valid.c: applied patch from Dodji Seketeli fixing an
10552 uninitailized variable in xmlValidGetValidElements()
10553
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010554Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10555
10556 * c14n.c: fixed a few comments
10557 * doc/*.html doc/*/*.html: regenerated the docs and added
10558 the C14N API
10559 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10560
Daniel Veillardfa49d872002-03-09 10:20:00 +000010561Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10562
10563 * check-xml-test-suite.py: fix to adapt varaiations in the
10564 bindings
10565 * configure.in python/setup.py python/setup.py.in: fixed to
10566 have the version of the python scripts automatically updated
10567
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010568Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10569
10570 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10571 in xmlCopyProp()
10572
Daniel Veillardaf43f632002-03-08 15:05:20 +000010573Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10574
10575 * configure.in: preparing 2.4.17 release
10576 * doc/*: updated and rebuilt the docs
10577 * xpath.c: fixed a comment
10578 * python/libxml.c: fixed a possible reentrancy problem
10579
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010580Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10581
10582 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10583 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10584 added a specific regression test
10585 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10586 not raise exceptions when failing to find the attribute.
10587
Daniel Veillard90bc3712002-03-07 15:12:58 +000010588Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10589
10590 * configure.in xmllint.c: owen pointed out a problem with the
10591 ftme fix, gettimeofday() was not detected by configure and
10592 the ftime header wasn't included, dohhh
10593
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010594Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10595
10596 * configure.in xmllint.c: trying to fix #71457 for timing
10597 precision when gettimeofday() is not availble but ftime() is
10598
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010599Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10602 are now copied on install and part of the -devel RPM
10603
Daniel Veillard7b416132002-03-07 08:36:03 +000010604Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10605
10606 * xpath.c: trying to avoid bug #72150 which was apparently
10607 caused by a gcc bug (or a processor problem) as detailed
10608 at http://veillard.com/gcc.bug
10609
Daniel Veillardf742d342002-03-07 00:05:35 +000010610Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10613 fixed xmlReconciliateNs(), added a Python test/example for
10614 inter-document cut'n paste
10615 * python/libxml.py: fixed node.doc on document nodes and added
10616 xpathEval() onto node objects
10617
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010618Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10619
10620 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10621 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10622 fixup and integrated tests for the serialization stuff
10623
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010624Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10625
10626 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10627 moved the libxml man page to section 3
10628
Daniel Veillard1e774382002-03-06 17:35:40 +000010629Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10630
10631 * tree.c: fix bug #72490
10632 * python/libxml.c python/libxml.py: added methods serialize()
10633 and saveTo() to all node elements.
10634
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010635Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * xmlIO.c: closed #73430, don't read from an input source
10638 which indicated an end-of-file or an error.
10639
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010640Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10641
10642 * parser.c: make sure SAX endDocument is always called as
10643 this could result in a Python memory leak otherwise (it's
10644 used to decrement ref-counting)
10645 * python/generator.py python/libxml.c python/libxml.py
10646 python/libxml2-python-api.xml python/libxml2class.txt
10647 python/tests/error.py python/tests/xpath.py: implemented
10648 the suggestions made by Gary Benson and extended the tests
10649 to match it.
10650
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010651Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10652
10653 * python/generator.py: applied patch fixing #73450
10654
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010655Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10656
10657 * xpath.c: fixing #61290 "namespace nodes have no parent"
10658 long standing divergence from the XPath REC. NodeSets
10659 simply hold a copy of namespace nodes and those node ->next
10660 points to the parent (which may not be the node carrying the
10661 definition).
10662 * include/libxml/xpath.h: flagged but didn't added a possible
10663 speedup
10664 * DOCBparser.c HTMLparser.c: removed some warnings from push
10665 parser due to new state being added.
10666 * tree.c: new fix from Boris Erdmann
10667 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10668 the XML Canonalization support from Aleksey Sanin
10669
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010670Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10671
10672 * tree.c: patch from Boris Erdmann fixing some namespace odities
10673 with xmlCopyNode()
10674
Daniel Veillardc6613042002-03-02 09:34:02 +000010675Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10676
10677 * xmlIO.c: fix bug #72706 when loading a NULL entity
10678
Daniel Veillardc0fef772002-03-01 16:16:31 +000010679Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10680
10681 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10682 actually change in a future XML Namespace revision.
10683
Daniel Veillard79426f22002-03-01 16:14:17 +000010684Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10685
10686 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10687 added the possibility of returning nodesets from XPath extension
10688 functions written in Python
10689
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010690Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10691
10692 * python/*: commiting some Python bindings work done while travelling
10693
Daniel Veillard97300512002-03-01 09:13:41 +000010694Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10695
10696 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10697 explicitely with memory debugging switched on
10698
Daniel Veillard6361da02002-02-23 10:10:33 +000010699Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10700
10701 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10702 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10703 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10704 the accessor generator for strings
10705 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10706 regression test.
10707
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010708Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * python/README python/generator.py python/libxml.c python/setup.py:
10711 added the 'usual' setup.py to allow building a libxml2-python
10712 module based on the same code. The initialization is however
10713 different the 2 .so files fo libxml2 and libxslt are identical and
10714 they entry point initialize both libraries. this is done to avoid
10715 some possible nasty problem since the Python don't merge the maps
10716 of all shared modules.
10717
Daniel Veillard158a4d22002-02-20 22:17:58 +000010718Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10719
10720 * parser.c: fixed a push/encoding bug reported by Michael
10721 on librsvg
10722
Daniel Veillard7839e162002-02-20 18:54:48 +000010723Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * include/libxml/parserInternals.h: fixes a misplaced #endif
10726
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010727Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10728
10729 * parser.c valid.c: found and fixed a couple of allocation bugs
10730
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010731Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10732
10733 * doc/xml.html doc/python.html doc/*: added a Python and binding
10734 page describing the current state of the Python bindings and
10735 giving pointers to the other languages wrappers.
10736
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010737Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10738
10739 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10740 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10741 rebuilt the API and web site
10742 * xpath.c: fixed #71978 portability bugs
10743
Daniel Veillard8aff2472002-02-19 21:50:43 +000010744Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10745
10746 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10747
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010748Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10749
10750 * include/libxml/parserInternals.h parser.c: had to change
10751 2 internal parsing API when processing document content
10752 to check the start and end of element content are defined
10753 in the same entity
10754 * valid.c include/libxml/valid.h: attribute normalization can
10755 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10756 with the context to report it.
10757 * SAX.c: fixed the last known bugs, crazy validation constraints
10758 when a document is standalone seems correctly handled. There
10759 is a couple of open issues left which need consideration especially
10760 PE93 on external unparsed entities and standalone status.
10761 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10762 The 2 tests left failing are actually in error. Cleanup done.
10763
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010764Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10765
10766 * valid.c: implemented E59 spaces in CDATA does not match the
10767 nonterminal S
10768
Daniel Veillard878eab02002-02-19 13:46:09 +000010769Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * SAX.c parser.c valid.c: more validation test fixups
10772 * check-xml-test-suite.py: added duration info for the tests
10773
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010774Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10775
10776 * parser.c valid.c: a couple of errors were reported but not
10777 saved back as such in the parsing context. Down to 1% failure rate
10778 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10779
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010780Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10781
10782 * xmlInternald.c: isExtender was missing a char
10783 * parser.c include/libxml/parser.h: % are acceptable in the
10784 internal subset if within a PUBLIC ID
10785
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010786Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * SAX.c parserInternals.c valid.c: more work on the conformance
10789 suite. Took the step to finally block documents with encoding
10790 errors. It's a fatal error per the spec, people should have fixed
10791 their documents by now.
10792
Daniel Veillard55253e22002-02-18 14:32:39 +000010793Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10794
10795 * check-xml-test-suite.py: fixed the test script after some discussion
10796 on the semantic of TYPE="error"
10797 * Makefile.am: added the script to the distrib
10798
Daniel Veillard28757702002-02-18 11:19:30 +000010799Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10800
10801 * SAX.c entities.c: fixed a couple of conformances issues deep
10802 into the validation code (standalone and undeclared Notations)
10803
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010804Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10807 stayed there for years !
10808
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010809Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10810
10811 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10812 missing
10813
Daniel Veillardc7612992002-02-17 22:47:37 +000010814Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * check-xml-test-suite.py: improved the behaviour a bit as
10817 well as the logs
10818 * parser.c valid.c SAX.c: fixed a few more bugs
10819 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10820
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010821Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10822
10823 * check-xml-test-suite.py: python script to run regression tests
10824 against the XML Test suite of W3C/OASis
10825 * SAX.c: fixed a validation bug
10826 * parser.c: fixed 3 errors pointed by the test suite
10827 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10828 * python/Makefile.am: fixed a dependendy
10829
Daniel Veillard9f28f302002-02-15 20:48:08 +000010830Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * xmlmemory.c: avoid a warning bug #71594
10833
Daniel Veillard144024e2002-02-13 21:14:46 +000010834Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10837 warning on alpha/Tru64
10838
Daniel Veillarde4301c82002-02-13 13:32:35 +000010839Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10840
10841 * include/libxml/entities.h: fixing a comment
10842 * valid.c: fixing some troubles with validity check on namespaces
10843 * result/VC/NS3 test/VC/NS3: added a specific regression test
10844
Daniel Veillarda6d05382002-02-13 13:07:41 +000010845Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10846
10847 * tree.c: Fixing #71342 serializing '\n' in attribute values
10848 * result/noent/att3 result/att3 test/att3: added a specific
10849 test.
10850
Daniel Veillard797a5652002-02-12 13:46:21 +000010851Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10852
10853 * python/libxml.c: couple of bug fixes
10854
Daniel Veillard01a6d412002-02-11 18:42:20 +000010855Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10856
10857 * python/*.py: removed tabs and used spaces.
10858
Daniel Veillard397ff112002-02-11 18:27:20 +000010859Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10860
10861 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10862 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10863
Daniel Veillard03517542002-02-11 13:54:40 +000010864Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10865
10866 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10867 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10868
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010869Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10870
10871 * include/libxml/encoding.h include/libxml/entities.h
10872 include/libxml/globals.h include/libxml/parser.h
10873 include/libxml/threads.h include/libxml/tree.h
10874 include/libxml/xmlmemory.h: trying to fix the include mess
10875
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010876Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10877
10878 * include/libxml/xmlmemory.h: reverted part of the previous
10879 attempt to provide #69655, this was breaking the build.
10880
Daniel Veillard0ba59232002-02-10 13:20:39 +000010881Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10882
10883 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10884 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10885 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10886 include/libxml/parserInternals.h include/libxml/tree.h
10887 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10888 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10889 clean.
10890 * python/libxml.c: fixed a warning.
10891
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010892Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10895 copying of node, merge back IDs in the target document.
10896 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10897 test/XInclude/ents/ids.xml: test case
10898 * result/VC/ElementValid4: output changed due to a typo fix
10899
Daniel Veillard1c18e302002-02-09 22:16:40 +000010900Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000010903 generate the dependencies right as Jacob found out. Add
10904 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000010905
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010906Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10907
10908 * parserInternals.c valid.c: Justin Fletcher found some parts
10909 of the code needing cleanup
10910 * libxml.spec.in python/Makefile.am python/generator.py
10911 python/libxml.c python/libxml.py: Fixed the python Makefiles
10912 corrected a bug showing up on ia64, changed the name of the
10913 python internal module too
10914
Daniel Veillard07be19b2002-02-08 14:20:35 +000010915Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10916
10917 * Makefile.am: applied patch from Andris Pavenis for binary
10918 name suffixes
10919
Daniel Veillardf216d462002-02-08 13:44:24 +000010920Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10921
10922 * xmllint.c win32/win32config.h: fixing #68748
10923
Daniel Veillardd455d792002-02-08 13:37:46 +000010924Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * valid.c: fixing #70166
10927
10928Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10929
10930 * valid.c: fixing #70077
10931
Daniel Veillardc575b992002-02-08 13:28:40 +000010932Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10933
10934 * Copyright Makefile.am README configure.in libxml.spec.in:
10935 Changed to the MIT Licence
10936 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10937 doc/xmlio.html: updated the doc accordingly
10938 * include/libxml/xmlwin32version.h configure.in: preparing
10939 2.4.14 release
10940 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10941 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10942 fixed the const xmlChar * wrapper and generator, XPath extension
10943 functions now use the context as first argument
10944 * python/tests/tstxpath.py python/tests/xpath.py
10945 python/tests/xpathext.py: Updated the tests accordingly
10946 * tree.c: fixed bug #70067
10947
Daniel Veillard7db38712002-02-07 16:39:11 +000010948Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * Makefile.am: cleanup
10951 * debugXML.c: always use stdout if output is NULL
10952 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10953 * python/Makefile.am python/generator.py python/libxml2class.txt
10954 python/libxml_wrap.h python/types.c: augmented the number of bindings
10955 handling FILE * and XPath contexts
10956 * python/tests/Makefile.am: avoid a stupid problem due to the
10957 use of TEST.
10958
Daniel Veillard15a143b2002-02-06 22:40:50 +000010959Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10962
Daniel Veillard70cab352002-02-06 16:06:58 +000010963Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10964
10965 * python/TODO python/libxml.c: cleanup the extension function lookup
10966 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10967
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010968Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * configure.in python/Makefile.am: do not install outside
10971 of prefix
10972
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010973Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10974
10975 * python/TODO python/libxml.c: started adding SAX interfaces
10976 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10977 SAX test
10978
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010979Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10980
10981 * tree.c: hardened the addChild function
10982 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10983 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10984 added accessors needed for xmlNode, a bit more testing and
10985 extension of interfaces
10986 * python/tests/Makefile.am python/tests/build.py: added a test
10987 build from scratch/save/load/check
10988
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010989Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10990
10991 * parserInternals.c: change a small bit in the way valididy
10992 error messages get initialized
10993 * python/TODO python/libxml.c python/libxml2-python-api.xml
10994 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10995 added some memory debugging to track leaks at the libxml2 level
10996 * python/tests/*.py: changed all tests to check for leaks,
10997 there is just one left in XPath extension registrations.
10998
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010999Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11000
11001 * python/TODO python/generator.py python/libxml2-python-api.xml
11002 python/libxml2class.txt: more accessor classes for the parser
11003 context, allow to switch on and check validity
11004 * python/tests/Makefile.am python/tests/error.py
11005 python/tests/invalid.xml python/tests/valid.xml
11006 python/tests/validate.py: attded more test and and added error.py
11007 which I forgot to commit in the last step
11008
Daniel Veillard3ce52572002-02-03 15:08:05 +000011009Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11010
11011 * python/Makefile.am python/types.c: cleanup
11012 * python/libxml.c python/libxml.py python/libxml_wrap.h
11013 python/generator.py python/libxml2-python-api.xml
11014 python/libxml2class.txt: added class for parser context, added
11015 first cut for push mode support. Added a framework to generate
11016 accessors functions.
11017 * python/tests/Makefile.am python/tests/push.py: added a push
11018 test
11019
Daniel Veillardcfb05462002-02-02 23:18:22 +000011020Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11021
11022 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11023 bug a bit of cleanup.
11024
Daniel Veillard5d819032002-02-02 21:49:17 +000011025Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11026
11027 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11028 python/libxml2class.txt: adding error redirections and preformat
11029 to a python handler
11030 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11031 tests self checking
11032
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011033Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11034
11035 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11036 a function
11037
Daniel Veillard9589d452002-02-02 10:28:17 +000011038Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11041 python/libxml.c python/libxml2-python-api.xml
11042 python/libxml2class.txt: Progressing through the TODOs, class
11043 description output, extra XML API, RPM now builds the wrappers
11044 for all python installed versions
11045
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011046Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11047
11048 * configure.in libxml.spec.in python/Makefile.am python/TODO
11049 python/generator.py python/libxml2class.txt: added more informations
11050 in the libxml2-python package including docs. Slightly changed
11051 the class hierarchy
11052 * python/tests/*: added basic regression tests infrastructure too
11053
11054Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11055
11056 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11057 added libxml2-python as part of the packages installed
11058
Daniel Veillarda7340c82002-02-01 17:56:45 +000011059Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * python/Makefile.am python/generator.py python/libxml.c
11062 python/libxml.py: more work, now able to extend the
11063 XPath interpreter with functions written in python.
11064
Daniel Veillardc3e39442002-02-01 09:29:41 +000011065Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11066
11067 * python/Makefile.am: Jacob sent a patch to allow building from
11068 tarfile.
11069
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011070Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11071
11072 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11073 inserted the python wrappers build, I hope this won't be too
11074 unportable
11075
Daniel Veillard1971ee22002-01-31 20:29:19 +000011076Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * xpath.c: minor optimization
11079 * python/generator.py python/libxml.c python/libxml.py
11080 python/libxml_wrap.h: more work on the python bindings,
11081 they now support XPath and there is no evident leak
11082
Daniel Veillard36ed5292002-01-30 23:49:06 +000011083Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11084
11085 * python/generator.py python/libxml.c python/libxml.py:
11086 more work on the python bindings generator.
11087
Daniel Veillard96fe0952002-01-30 20:52:23 +000011088Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11089
11090 * python/generator.py python/libxml.c python/libxml_wrap.h:
11091 more work on the python bindings.
11092
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011093Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11094
11095 * python/generator.py python/libxml.c python/libxml.py
11096 python/libxml_wrap.h: commited early version of a python binding
11097 for private use only ATM
11098
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011099Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11100
11101 * entities.c tree.c include/libxml/entities.h: applied patch
11102 from Anthony Jones to implement copy of DTD subtree too. Had
11103 just to keep 2 function private which really ought to become
11104 public ones.
11105
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011106Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * xmllint.c: added pointers to the web pages in the usage()
11109
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011110Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11111
11112 * tree.c: more fixes from Petr Kozelka for attribute handling
11113 in the tree API to align the semantic with DOM.
11114
Daniel Veillard36065812002-01-24 15:02:46 +000011115Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11116
11117 * valid.c tree.c entities.c: another set of patches from
11118 Anthony Jones for copy operations cleanup and robustness
11119
Daniel Veillardf8592562002-01-23 17:58:17 +000011120Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11123 an alphabetic index based on comments content
11124 * doc/*: rebuilt the web site with the new references
11125
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011126Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11127
11128 * parserInternals.h: Greg Sjaardema suggested to use an
11129 eponential buffer groth policy in xmlParserAddNodeInfo()
11130
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011131Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11132
11133 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11134 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11135 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11136 to generate cross-references, and added/updated the stylesheets
11137 to generate and link API indexes. The generic keyword index
11138 is not done yet.
11139 * doc/*.html: regenerated all the usual docs too
11140
Daniel Veillard2070c482002-01-22 22:12:19 +000011141Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * debugXML.c: added an xpath function to the shell for T. V. Raman
11144
11145Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011146
11147 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11148 debug routines.
11149
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011150Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11151
11152 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11153 support of attribute nodes
11154
Daniel Veillard9d06d302002-01-22 18:15:52 +000011155Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11156
11157 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11158 hopefully near complete and fully documented of the API in XML
11159 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11160 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11161 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11162 include/libxml/parserInternals.h include/libxml/valid.hi
11163 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11164 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11165 include/libxml/xpath.h include/libxml/xpathInternals.h:
11166 Cleaned up the doc comments a lot in the process, the interface
11167 coverage is now 100%
11168
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011169Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11170
11171 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11172 extracts comments from the gtk-doc DocBook output (a bit
11173 convoluted but seems to work).
11174
Daniel Veillard61006472002-01-21 17:31:47 +000011175Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11176
11177 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11178 added an XML description of the API, moved the script generating
11179 it here. Added a "make api" target
11180
Daniel Veillardd2f23002002-01-21 13:36:00 +000011181Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11184
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011185Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11186
11187 * xpath.c include/libxml/xpathInternals.h: the change made to
11188 xmlXPathFuncLookupFunc was incompatible roll it back
11189
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011190Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11191
11192 * SAX.c: cleanup patch from Anthony Jones
11193 * doc/Makefile.am: fix the headers to avoid in make scan
11194 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11195 includes, * vs Ptr and general cleanup
11196 * parsedecl.py: first version of a script to extract the
11197 module interfaces, the goal will be to provide .decl or XML
11198 specification of the interfaces to build wrappers.
11199
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011200Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11201
11202 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11203 now provides return codes in case of errors
11204
Bjorn Reese026d29f2002-01-19 15:40:18 +000011205Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11206
11207 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11208 Upgraded to trio baseline 1.6
11209 * strio.h strio.c: Replaced by triostr.h and triostr.c
11210
Daniel Veillard572577e2002-01-18 16:23:55 +000011211Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11212
11213 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11214 of strdup usage in the code
11215
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011216Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11217
11218 * parser.c error.c: Keith Isdale complained rightly that
11219 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11220
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011221Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * tree.c: fixed the funxtion to set the xml: attributes
11224 * debugXML.c: added "setbase" to test it.
11225
Daniel Veillard2c748c62002-01-16 15:37:50 +000011226Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11227
11228 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11229 to allow updating an attribute content
11230
Daniel Veillard8de85c62002-01-15 17:10:15 +000011231Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * libxml.h: try to avoid problems when compiling on Windows
11234
Daniel Veillard314cfa02002-01-14 17:58:01 +000011235Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11236
11237 * hash.c: patch from Anthony Jones for hash.c allocation size
11238 * Makefile.am: trying to work around Yet Another Libtool Madness
11239 and build the 2.4.13 release finally ...
11240
Daniel Veillard744683d2002-01-14 17:30:20 +000011241Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11242
11243 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11244 * doc/* : update of the documentation
11245
Daniel Veillarde6a55192002-01-14 17:11:53 +000011246Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11249 at fixing #61290 :-(
11250
Daniel Veillardfb25a512002-01-13 20:32:08 +000011251Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11252
11253 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11254 Fixes bug #67229
11255
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011256Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11257
11258 * tree.c: trying to avoid troubles when a subtree is copied
11259 and coalesced in part with the target tree. Should fix
11260 bug #67407
11261
Daniel Veillardd8224e02002-01-13 15:43:22 +000011262Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * valid.c: fixed validation of attributes content of type
11265 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11266 values, very old bug. Fixes #67671
11267
Daniel Veillard8107a222002-01-13 14:10:10 +000011268Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11269
11270 * parser.c include/libxml/parserInternals.h tree.c: integrated
11271 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11272 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11273
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011274Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11275
11276 * threads.c: applied Serguei Narojnyi's patch to add native
11277 thread support on the Win32 platform
11278 * testThreadsWin32.c Makefile.am: added the test program also
11279 from Serguei, Win32 specific
11280 * include/win32config.h include/libxml/xmlwin32version.h.in:
11281 added patch from Igor for the Windows thread specific defines.
11282
Daniel Veillard845cce42002-01-09 11:51:37 +000011283Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11284
11285 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11286
Daniel Veillard7b602b42002-01-08 13:26:00 +000011287Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11288
11289 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11290 output page into XMLinfo.html. Close bug #66951 and
11291 raised by Robert Collins too.
11292
Daniel Veillard73c6e532002-01-08 13:15:33 +000011293Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11294
11295 * encoding.c: Paul Keogh pointed out a possibility of segfault
11296 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11297 Closes bug # 68238
11298
Daniel Veillard4a859202002-01-08 11:49:22 +000011299Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * doc/*.html: updated the Gdome2 links
11302
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011303Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11304
11305 * libxml.h: Applied following patches from Robert Collins
11306 and make sure IN_LIBXML is defined when compiling it
11307 -------
11308 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11309 as well as Visual C.
11310 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11311 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11312 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11313 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11314 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11315 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11316 xmlSysIDExists xmlNoNetExists).
11317 * xmllint.c: Don't include winsock2.h for Cygwin.
11318
Daniel Veillard401c2112002-01-07 16:54:10 +000011319Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11320
11321 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11322 when the version info is not present.
11323
Daniel Veillard6f42c132002-01-06 23:05:13 +000011324Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11325
11326 * tree.c: Anthony Jones pointed out a problem in
11327 xmlStringGetNodeList() and provided a fix for it
11328
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011329Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11330
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011331 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011332 xmlCreatePushParserCtxt() when the initial buffer passed
11333 is large.
11334
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011335Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11336
11337 * win32/*: big cleanup of the Windows/MSVC project files
11338 from Igor Zlatkovic
11339
Daniel Veillardcebb1362002-01-02 13:13:30 +000011340Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11341
11342 * doc/Makefile.am: should fix #67674 and avoid troubles if
11343 xsltproc is not available or fails in the prefix provided
11344
Daniel Veillard26908ab2002-01-01 16:50:03 +000011345Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11346
11347 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11348
Daniel Veillard5344c602001-12-31 16:37:34 +000011349Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11350
11351 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11352 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11353 Fixed a few other problems raised by Charlie Bozeman.
11354 * result/VC/ElementValid[5-7]: fixed the output
11355
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011356Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11357
11358 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11359 patches from Charlie Bozeman. Regenerated the HTML docs.
11360
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011361Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11362
11363 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11364 for Windows from Igor
11365
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011366Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11367
11368 * xmllint.c: applied Justin Fletcher patch for --output or -o
11369
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011370Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11371
11372 * win32/libxml2/libxml2.def.src: close #67019
11373
Daniel Veillard01db67c2001-12-18 07:09:59 +000011374Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11375
11376 * xmllint.c: applied Justin Fletcher generic timing patch
11377 similar to the one already applied to xsltproc.
11378
Daniel Veillardd1640922001-12-17 15:30:10 +000011379Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11380
11381 * include/libxml/tree.h tree.c: applied documentation patches
11382 from Charlie Bozeman
11383
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011384Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11385
11386 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11387
Daniel Veillard29e43992001-12-13 22:21:58 +000011388Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11389
11390 * valid.c: fix the xmlStrdup() used in the previous patch.
11391 * valid.c: added --dropdtd
11392 * tree.c: fixed xmlUnlinkNode so it also removes the references
11393 from the document if the node is a DTD
11394
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011395Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11396
11397 * HTMLtree.c valid.c: cleanup some static declarations
11398
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011399Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11400
11401 * xmllint.c: removed another strdup()
11402 * doc/FAQ: removed the HP/UX entry
11403
Daniel Veillarded472f32001-12-13 08:48:14 +000011404Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11405
11406 * valid.c: fix bug #66816 when validating.
11407 * xmllint.c: don't use sys/time.h if configure did not found it
11408
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011409Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11410
11411 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11412 xmlcatalog_man.xml
11413
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011414Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11415
11416 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11417 xmlInitMemory() was declared twice
11418
Daniel Veillardb82c1662001-12-09 14:00:54 +000011419Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11420
11421 * globals.c: do not reference strdup() !
11422 * configure.in libxml-2.0.pc.in: trying to fix the libs
11423 of the various config extraction modules
11424
Daniel Veillardef90ba72001-12-07 14:24:22 +000011425Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11426
11427 * configure.in : preparing 2.4.12
11428 * doc/* : updated and rebuilt the docs
11429
Daniel Veillard220346d2001-12-07 11:33:54 +000011430Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11431
11432 * uri.c: closed bug #66159
11433 * testURI.c: added --escape option
11434 * configure.in: some cleanup for xml2-config --cflags
11435
Daniel Veillard2a906822001-12-06 14:34:08 +000011436Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11437
11438 * globals.c testThreads.c: removed some misplaced includes
11439 of xmlversion.h
11440
Daniel Veillarde28313b2001-12-06 14:08:31 +000011441Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11442
11443 * threads.c: patch from Gary Pennington fixing a possible
11444 problem at initialization time.
11445
Daniel Veillardd3b08822001-12-05 12:03:33 +000011446Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11447
11448 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011449 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011450 CodeWarrior.
11451
Daniel Veillarda7866932001-12-04 13:14:44 +000011452Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11453
11454 * xmllint.c: applied Geert Kloosterman's patch to fix
11455 --repeat --timing output
11456
Daniel Veillard19840942001-11-29 16:11:38 +000011457Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11458
11459 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11460 where non-wellformed XML declaractions were not detected.
11461
Daniel Veillarde85d9342001-11-28 14:43:12 +000011462Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11463
11464 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11465
Daniel Veillard22f25a82001-11-28 09:12:23 +000011466Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11467
11468 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11469 gets reset by xmlCleanupInputCallbacks() and this makes the
11470 function useless. Same for output.
11471
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011472Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11473
11474 * xmlIO.c: robert pointed out a loop error in callback cleanups
11475
Daniel Veillard8faa7832001-11-26 15:58:08 +000011476Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11477
11478 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11479 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11480 they are not really tied to debugging
11481
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011482Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11483
11484 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11485 * xmllint.c: better --catalogs description
11486
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011487Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11488
11489 * tree.c: fixed a couple of problems in xmlSetProp()
11490
Daniel Veillardcd337f02001-11-22 18:20:37 +000011491Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11492
11493 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11494 unappropriate stdout output.
11495
Daniel Veillard566d4df2001-11-22 13:00:53 +000011496Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11497
11498 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11499 by Denis Beurive, closes #65111
11500
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011501Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11502
11503 * valid.c: in case of content model validity error, don't
11504 print it if validity warnings were not requested.
11505
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011506Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11507
11508 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11509 * parserInternals.c: removed the last exit() call. Print an
11510 unmaskable error on stderr instead (library mismatch detection)
11511
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011512Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11513
11514 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11515 shell instructions from Heiko Rupp
11516
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011517Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11518
11519 * catalog.c: use the URL notation file:// for default catalog paths
11520
Daniel Veillard0ec98632001-11-14 15:04:32 +000011521Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11522
11523 * include/libxml/tree.h: better comments for _private fields
11524 * tree.c: removed a problem when copying an entity reference.
11525
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011526Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11527
11528 * vms/*: updated instructions and diffs from John A Fotheringham
11529
Daniel Veillarda11001b2001-11-12 22:45:36 +000011530Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11531
11532 * include/libxml/xmlerror.h: avoid an include problem if
11533 #include <libxml/xmlerror.h> happens first in code
11534 seems to be the case in KDE libs
11535
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011536Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11537
11538 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11539 from Igor for Windows
11540
11541Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11542
11543 * Makefile.am: Gary Pennington pointed out a missing prefix
11544
Daniel Veillard43d3f612001-11-10 11:57:23 +000011545Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11546
11547 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11548 * doc/*: upgraded and rebuilt the docs
11549
Daniel Veillardc1f78342001-11-10 11:43:05 +000011550Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11551
11552 * HTMLparser.c: fix comment in scripts element parsing.
11553 * result/HTML/doc3*: updated the results.
11554
11555Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11556
11557 * uri.c: another URI bug fix #63336, using Joel Young patch.
11558
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011559Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11560
11561 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11562 a cleaned up version of the Pwd shell string generation.
11563
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011564Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * valid.c include/libxml/tree.h: trying to fix namespaces +
11567 validation problems for good, closing #63619 in the process
11568 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11569 wrong in this respect, fixed it.
11570
Daniel Veillardd536f702001-11-08 17:32:47 +000011571Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11572
11573 * xmllint.c: Morus Walter patch to allow --format and --encode
11574
Daniel Veillard5004f422001-11-08 13:53:05 +000011575Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11576
11577 * debugXML.c: Stefan Kost provided an help command for the shell
11578
Daniel Veillarda6825e82001-11-07 13:33:59 +000011579Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11580
11581 * debugXML.c: Heiko Rupp pointed that the shell would crash
11582 on empty nodesets returns.
11583
Daniel Veillard03f848d2001-11-07 12:53:46 +000011584Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11585
11586 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11587 migh need the history libraries
11588
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011589Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11590
11591 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11592 handle the case of < in quoted attributes, Bastian Kleineidam
11593
Daniel Veillardc853b322001-11-06 15:24:37 +000011594Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11595
11596 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11597 fixing catalog breakages
11598 * Makefile.am catalog.c result/catalogs/catal
11599 result/catalogs/mycatalog.* test/catalogs/catal*:
11600 fixed more problems in catalog support, added more regression tests
11601 for both XML and SGML catalog handling
11602
Daniel Veillard66870c72001-11-05 19:27:49 +000011603Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11604
11605 * debugXML.c: applied an improvement to xmlGetLineNo() from
11606 Keith Isdale
11607
Daniel Veillardffe09c92001-11-05 14:21:47 +000011608Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11609
11610 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11611 Side effect of the progressive catalog loading
11612
Daniel Veillardad661b92001-11-05 11:43:15 +000011613Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11614
11615 * Makefile.am: confexecdir and confexec_DATA were defined twice
11616 pointed out by Karl Eichwalder
11617
Daniel Veillard6eb17722001-11-04 22:19:27 +000011618Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11619
11620 * xmlcatalog.c: avoid unlink() and use remove() instead.
11621
Daniel Veillardea898282001-11-04 22:13:45 +000011622Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11623
11624 * libxml.spec.in: cleanup
11625 * include/libxml/xmlwin32version.h: updated with 2.4.8
11626
Daniel Veillarda4617b82001-11-04 20:19:12 +000011627Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11628
11629 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11630 of compiling libxml with a non standard set of options
11631
John Fleck027edfb2001-11-04 20:13:58 +000011632Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11633
11634 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11635 document --sgml option, fixing gnome bugzilla #63382
11636
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011637Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11638
11639 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11640 breakage of 2.4.7, added a couple of really needed APIs
11641 like xmlCatalogIsEmpty() and xmlNewCatalog()
11642 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11643 for install-catalog
11644 * configure.in: preparing 2.4.8
11645
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011646Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11647
11648 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11649 include/libxml/tree.h include/libxml/xmlIO.h: more include
11650 cleanups, export cleanly one html output + format function.
11651
11652Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11653
11654 * parser.c: removed initGenericErrorDefaultFunc call from
11655 xmlInitParser() since it could destroy previous calls to
11656 xsltSetGenericErrorFunc() effects
11657
Daniel Veillardebd38c52001-11-01 08:38:12 +000011658Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11659
11660 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11661 keyword.
11662
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011663Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11664
11665 * Makefile.am: cleanup
11666 * threads.c: cleanup too
11667 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11668 from xsltproc
11669 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011670 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011671
Daniel Veillard91c00402001-10-30 17:41:38 +000011672Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11673
11674 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11675 was not used anymore !
11676
Daniel Veillard52dcab32001-10-30 12:51:17 +000011677Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11678
11679 * configure.in: preparing 2.4.7
11680 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11681 manual page from John
11682 * doc/*: updated the doc and rebuilt the generated pages
11683
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011684Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11685
11686 * xmlIO.c: closing bug #62711, the library should never
11687 close stdin or stdout.
11688
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011689Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11690
11691 * uri.c: second pass at fixing #63336, using Joel Young
11692 final patch. looks okay.
11693
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011694Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11695
11696 * uri.c include/libxml/uri.h: trying to clear #63336
11697 allowing the escaping routine to parse unconformant
11698 URI-References.
11699
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011700Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11701
11702 * vms/readme.vms vms/build_libxml.com nanoftp.c
11703 include/libxml/xmlversion.h.in: a few VMS updates from
11704 John A Fotheringham
11705 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11706 and xmlCleanupOutputCallbacks() for the Perl binding people.
11707
Daniel Veillard635ef722001-10-29 11:48:19 +000011708Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11709
11710 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11711 apply fixes to close #63271 and avoid segfaults when
11712 the error routine gets callbed before xmlInitParser()
11713 get called.
11714 * nanoftp.c error.c: Applied patches from Justin Fletcher
11715 correcting some xmlGenericError misuses.
11716
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011717Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11718
11719 *doc/xmllint.xml, doc/xmllint.1
11720 New and improved man page for xmllint - .xml is the original, .1
11721 is the generated man page
11722
Daniel Veillardc9484202001-10-24 12:35:52 +000011723Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11724
11725 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11726 the web site from the main HTML document.
11727
Daniel Veillard5151c062001-10-23 13:10:19 +000011728Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11729
11730 * parser.c: fixed an erroneous validation bug when PE refs
11731 occurs in external parsed entities referenced from the
11732 internals subset
11733 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11734 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11735 added the associated testcase, it's a nice one.
11736 * HTMLparser.c: generate the DTD node as HTML still ...
11737 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11738
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011739Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11740
11741 * HTMLparser.c: fixed a bug in htmlNewDoc()
11742
Daniel Veillard89cad532001-10-22 09:46:13 +000011743Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11744
11745 * test/threads/*: added entities testing to the Thread test
11746 * testThreads.c: make the test reasonable
11747 * DOCBparser.c: fix the DTD public and system ID
11748 * xmllint.c: added --sgml for SGML DocBook importing
11749 * Makefile.am: added Docbtests target
11750
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011751Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11752
11753 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11754 * testThreads.c: removed bogus include
11755
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011756Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11757
11758 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11759 fixed a very serious (looping) validation bug
11760
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011761Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11762
11763 * include/libxml/globals.h include/libxml/threads.h threads.c
11764 testThreads.c: far more testing, cleaning up bugs
11765 * *.c : make sure globals.h is always included.
11766
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011767Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11768
11769 * HTMLparser.c: try to get rid of parser loops for good.
11770
Daniel Veillardab7488e2001-10-17 11:30:37 +000011771Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11772
11773 * configure.in: fixed some bugs in CFLAGS passing.
11774 * test/threads Makefile.am testThreads.c: added a specific
11775 threaded test case (really nasty, guaranteed).
11776
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011777Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11778
11779 * catalog.c: serious cleanup on the management of the
11780 XML catalog tree, more tests done, especially with
11781 the catalog PI.
11782
Daniel Veillard364789a2001-10-16 12:45:00 +000011783Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11784
11785 * catalog.c: avoid a problem in catalog cleanup on SMP if
11786 catalogs were not initialized.
11787
Daniel Veillard81463942001-10-16 12:34:39 +000011788Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11789
11790 * catalog.c xpath.c: trying to cleanup the not thread safe
11791 parts of the library.
11792
Daniel Veillard64a411c2001-10-15 12:32:07 +000011793Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11794
11795 * include/libxml/globals.h configure.in global.data: make
11796 the allocation be per-thread a configure option
11797 * encoding.c include/libxml/parser.h: fixed compilation
11798 errors
11799
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011800Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11801
11802 * include/libxml/parser.h: Norm reported that a few lines
11803 added were breaking libxslt compile, removed them for now
11804
Daniel Veillard6f350292001-10-14 09:56:15 +000011805Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11806
11807 * parser.c parserInternals.c threads.c: debugged and fixed
11808 initialization problems which were giving troubles on SMP
11809 boxes.
11810
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011811Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * include/libxml/Makefile.am: missing globals.h
11814
Daniel Veillarde7090612001-10-13 12:18:28 +000011815Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011816
Daniel Veillarde7090612001-10-13 12:18:28 +000011817 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011818
Daniel Veillardd0463562001-10-13 09:15:48 +000011819Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11822 include/libxml/parserInternals.h include/libxml/tree.h
11823 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11824 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11825 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11826 Applied the last patches from Gary, cleanup, activated threading
11827 all user accessible global variables are now handled in globals.[ch]
11828 Still a bit rought but make tests passes with either
11829 --with-threads defined at configure time or not.
11830 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11831 linking options
11832
Daniel Veillardb8478642001-10-12 17:29:10 +000011833Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11834
11835 * Makefile.am include/libxml/Makefile.am
11836 include/libxml/globals.h globals.c include/libxml/threads.h
11837 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11838 configure.in: started integrating the core of the thread support
11839 not activated yet but half integrated. The code should still
11840 compile and work anyway.
11841
Daniel Veillardb44025c2001-10-11 22:55:55 +000011842Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11845 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11846 integrating the non-controversial parts of Gary Pennington
11847 multithread patches
11848 * catalog.c: corrected a small bug introduced
11849
Daniel Veillard75b96822001-10-11 18:59:45 +000011850Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * catalog.c include/libxml/catalog.h: very serious cleanup,
11853 isolating unportable code and as much as possible the accesses
11854 to the global shared catalog. May need more testing !
11855
Daniel Veillard78d12092001-10-11 09:12:24 +000011856Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11857
11858 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11859 Keith Isdale patches for the XSLT debugger interfaces. Some
11860 cleanup
11861
Daniel Veillardff0b7312001-10-11 06:46:09 +000011862Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11863
11864 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11865 * DOCBparser.c: generate line nubers in elements
11866
Daniel Veillard60087f32001-10-10 09:45:09 +000011867Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11868
11869 * configure.in: preparing 2.4.6 release
11870 * doc/xml.html doc/html/*: updated and rebuilt the docs
11871 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11872
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011873Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11874
11875 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11876 adding documentation for DV's supercatalog support
11877
Daniel Veillard82d75332001-10-08 15:01:59 +000011878Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11881 super catalog support adding one API and one flag --sgml to
11882 xmlcatalog
11883
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011884Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11885
11886 * doc/xmlcatalog_man.xml, xmlcatalog.1
11887 One more crack at
11888 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11889
11890
Thomas Broyer47334c02001-10-07 16:41:52 +000011891Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11892
11893 * xpath.c: implemented xmlXPathObjectCopy for external objects
11894 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11895
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011896Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11897
11898 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11899 finishing up fix to
11900 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11901 the xmlcatalog man page display more elegantly
11902
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011903Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11904
11905 * configure.in: closing bug #61832
11906 * HTMLparser.c: removed a warning
11907
Daniel Veillard6ab38382001-10-06 13:08:27 +000011908Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11909
11910 * xpath.c: fixing #61673 part I, do not loose doc information
11911 when copying result value trees.
11912
Daniel Veillard556c6682001-10-06 09:59:51 +000011913Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11914
11915 * xpath.c: trying to harden the XPath interpreter
11916
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011917Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11918
11919 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11920 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11921
William M. Brack1633d182001-10-05 15:41:19 +000011922Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11923
11924 * HTMLparser: repaired another loop problem
11925
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011926Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11927
11928 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11929 parsing.
11930 * xpath.c: fix bug #61291 the default XML namespace node is
11931 missing from the namespace axis.
11932 * tree.c: refuse to create namespaces nodes with prefix "xml"
11933
Daniel Veillard651f9472001-10-04 14:51:06 +000011934Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11935
11936 * SAX.c: ouch a non-defined namespace could lead to a crash,
11937 fixed #61215
11938
Daniel Veillard7dd05702001-10-04 14:25:12 +000011939Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11940
11941 * parserInternals.c: closed bug #61054
11942
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011943Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11944
11945 * include/libxml/Makefile.am: closing #60708
11946
Daniel Veillarda293c322001-10-02 13:54:14 +000011947Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11948
11949 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11950 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11951
Daniel Veillardf4309d72001-10-02 09:28:58 +000011952Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11953
11954 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11955
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011956Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11957
11958 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11959 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11960
Daniel Veillard16756b62001-10-01 07:36:25 +000011961Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11962
11963 * catalog.c: Justin Fletcher provided cleaup code in case
11964 HAVE_STAT is not defined
11965 * include/win32config.h: Igor Zlatkovic suggested to have
11966 HAVE_STAT defined there
11967
William M. Brack5e1cac12001-09-28 16:19:18 +000011968Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11969
11970 * catalog.c - fixed typing error reported by M. Barros
11971
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011972Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11973
11974 * xmllint.c - fixing typo
11975
William M. Brackd28e48a2001-09-23 01:55:08 +000011976Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11977
11978 * HTMLparser.c: small enhancement to prevent loop on
11979 unrecognizable data
11980
Daniel Veillardb1d62872001-09-21 09:47:08 +000011981Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11982
11983 * parserInternals.c: applying patch from bug #60757 this
11984 should close it
11985
Daniel Veillardc0631a62001-09-20 13:56:06 +000011986Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * catalog.c xmlcatalog.c: removed a couple of warning
11989 * xpath.c: try to solve the linking problem on platforms
11990 needing trio to compile
11991
Daniel Veillard1a123612001-09-19 08:06:23 +000011992Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011993
Daniel Veillard1a123612001-09-19 08:06:23 +000011994 * Makefile.am libxml.spec.in: backing up non-documented changes
11995 commited without review or aproval by Jens Finke <jens@gnome.org>
11996 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011997
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011998Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11999
12000 * configure.in: Joe Orton provided a patch fixing a problem
12001 when iconv is specified to be in a non-standard directory
12002 but wasn't exported in xml2-config --cflags
12003
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012004Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12005
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012006 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012007 troubles with 2.4.4 errors.
12008
Daniel Veillard16698282001-09-14 10:29:27 +000012009Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12010
12011 * encoding.c entities.c: do not output hexadecimal charrefs
12012 when serializing HTML since some version of Netscape can't
12013 grok it, generate decimal ones.
12014 * result/HTML/doc3.htm: output changed due to previous test
12015 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12016
Daniel Veillard98fed372001-09-13 11:34:58 +000012017Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12018
12019 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12020 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12021
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012022Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012023 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012024
12025 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12026 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12027 updated the configuration scripts systems accordingly
12028
Daniel Veillard04382ae2001-09-12 18:51:30 +000012029Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12030
12031 * configure.in: preparing for 2.4.4
12032 * doc/xml.html doc/html/*: updated and rebuilt the docs
12033
Daniel Veillardd63437e2001-09-12 15:00:27 +000012034Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12035
12036 * win32/dsp/libxml2.def.src: tried to incorporate comments
12037 from bug #59220
12038
Daniel Veillard319a7422001-09-11 09:27:09 +000012039Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12040
12041 * parser.c result/noent/wml.xml: fixed bug #59981 related
12042 to handling of '&' in attributes when entities are substitued
12043
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012044Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12045
12046 * libxml.h include/libxml/xmlversion.h.in
12047 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12048 Tried to close bug #60131
12049
Daniel Veillardbce62332001-09-10 18:46:55 +000012050Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12051
12052 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12053
Daniel Veillard143b04f2001-09-10 18:14:14 +000012054Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12055
12056 * SAX.c: fixing bug #59946 on xmlns=""
12057
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012058Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12059
12060 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12061 but allocates a new error code.
12062
Daniel Veillard05c13a22001-09-09 08:38:09 +000012063Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12064
12065 * xmllint.c: John Fleck fixed typos in the options output
12066 * parser.c SAX.c: fix ignorable white space SAX selection
12067
12068Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12069
12070 * entities.c: Steve Underwood found the possibility of an
12071 ininite loop in case of error.
12072
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012073Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12074
12075 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12076
Daniel Veillarda050d232001-09-05 15:51:05 +000012077Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12078
12079 * parser.c: warn if version is not 1.0 but it's not
12080 strictly speaking an error after analyzing the spec
12081
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012082Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12083
12084 *doc/catalog.html - add link to the html version of the
12085 man page, other linguistic cleanups
12086
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012087Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12088
12089 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12090 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12091 file, has not yet been included in the build.
12092
Daniel Veillard99784ff2001-09-01 16:20:28 +000012093Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12094
12095 * catalog.c: removed a duplicate affectation Justin Fletcher
12096
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012097Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12098
12099 * tree.c: Armin Sander pointed a possible text coalescing
12100 problem, completed his patch.
12101
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012102Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12103
12104 * trionan.c: Fixed const and volatile re-definition problem
12105
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012106Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12107
12108 * libxml.4 parser.c: doc updates from Heiko Rupp
12109 * parserInternals.c: 2 sanity checks from Heiko Rupp
12110
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012111Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12112
12113 * tree.c: applied patch from Armin Sander to make some pointers
12114 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012115 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012116
Daniel Veillardb06c6142001-08-27 14:26:30 +000012117Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12118
12119 * xpath.c: hum, restrict the integer usage gcc bug workaround
12120 to only gcc compilers so that other architecture don't get
12121 penalized by this limitation.
12122 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12123
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012124Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12125
12126 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12127 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12128
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012129Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12130
12131 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12132 --convert option to xmlcatalog to convert SGML ones to
12133 the XML syntax.
12134 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12135
12136 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012137Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * catalog.c xmlIO.c: started some serious testing and fixed
12140 a few bug and optmization needs.
12141
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012142Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12143
12144 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12145 preparing for a 2.4.3 release even if it may not be ready yet
12146 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12147 all file parsing lookup to go through the entity resolver, add
12148 to add an API to bypass it (needed to load catalogs themselves),
12149 some cleanup on the catalog code too.
12150 * nanoftp.c: small cleanup
12151 * doc/catalog.html: small update
12152
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012153Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12154
12155 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12156 Jun Kuriyama
12157
Daniel Veillardffb120d2001-08-23 00:52:23 +000012158Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12159
12160 * doc/catalog.html: finished the catalog documentation
12161
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012162Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12163
12164 * doc/catalog.html doc/xml.html: added documentation about
12165 Catalog support, misses an API description
12166 * doc/html/*: reextracted the API pages
12167
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012168Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12169
12170 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12171 Added the part about section 7.2 on URI resolution,
12172 fixed a side effect in the HTML parser, look complete
12173 and ready to rock except the URI/SystemID part!
12174
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012175Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12176
12177 * include/libxml/catalog.h include/libxml/parser.h
12178 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12179 xmlIO.c: added support and APIs needed for the catalog PI
12180 * include/libxml/xmlIO.h: cleanup
12181
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012182Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12183
12184 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12185 include/libxml/catalog.h: starts to look okay, really
12186 plugged the new framework, cleaned a lot of stuff,
12187 added some APIs, except the PI's support missing this
12188 should be mostly complete
12189 * result/catalogs/* test/catalogs/*: added new test, enriched
12190 the existing one with URN ID tests
12191
Daniel Veillard64339542001-08-21 12:57:59 +000012192Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12193
12194 * catalog.c: fixed nextCatalog
12195 * result/catalogs/docbook test/catalogs/*: started adding
12196 a small regression test
12197
Daniel Veillardcda96922001-08-21 10:56:31 +000012198Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12199
12200 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12201 more work on the XML catalog support.
12202 * parser.c include/libxml/parser.h: small cleanup seems using
12203 list as a public parameter name can give portability troubles
12204 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12205 include/libxml/xpath.h include/libxml/Makefile.am: removed
12206 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12207 wrappers
12208
Bjorn Reese45029602001-08-21 09:23:53 +000012209Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12210
12211 * Makefile.am trio.c triodef.h trionan.c xpath.c
12212 include/libxml/Makefile.am include/libxml/trionan.h:
12213 Re-worked Not-A-Number and Infinity support.
12214 * xmlcatalog.c: added readline include files
12215
Daniel Veillard344cee72001-08-20 00:08:40 +000012216Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12217
12218 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12219 testCatalog as xmlcatalog, making it an installed app
12220 adding a shell, and preparing it to be a /etc/xml/catalog
12221 management tool, though not ready yet
12222 * catalog.c include/libxml/catalog.h: adding support for
12223 XML Catalogs http://www.oasis-open.org/committees/entity/
12224 not finished, there is some interesting tradeoffs and a
12225 few open questions left.
12226
Daniel Veillardb7664f42001-08-19 13:00:43 +000012227Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12228
12229 * xmllint.c: fixed a line formatting problem
12230
Daniel Veillard5015b712001-08-17 09:37:52 +000012231Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12232
12233 * SAX.c: removed a couple of unused variable (Albert Chin)
12234
Daniel Veillardbb371292001-08-16 23:26:59 +000012235Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12236
12237 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12238 trying to fix some troubles w.r.t. function returning
12239 const xxxPtr.
12240
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012241Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12242
12243 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12244 defined
12245
Daniel Veillardae6db172001-08-16 19:32:00 +000012246Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12247
12248 * xpointer.c: removed unused var
12249
Daniel Veillard09190202001-08-16 16:27:41 +000012250Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12251
12252 * testXPath.c: another small cleanup closing bug #59110
12253
Daniel Veillard796f4b62001-08-16 16:00:13 +000012254Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12255
12256 * win32/dsp/libxml2.def.src: small cleanup closing bug
12257 #59108
12258
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012259Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12260
12261 * example/gjobread.c: add xmlCleanupParser() before leaving
12262
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012263Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12264
12265 * config.h.in configure.in include/libxml/xmlwin32version.h:
12266 released 2.4.2
12267
Daniel Veillardd3d06722001-08-15 12:06:36 +000012268Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12269
12270 * include/libxml/valid.h debugXML.c valid.c: deprecate
12271 the non-boundchecking Sprintf functions, add Snprintf
12272 this should close bug #57984
12273
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012274Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12275
12276 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12277 URIs before doing the lookups (pointed by Mark Vakoc)
12278
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012279Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12280
12281 * xpath.c: serious changes on Result Value Trees and NodeSets
12282 w.r.t. deallocation and collect operations. Probably not
12283 100% clean (merge of allocated trees smells like a problem).
12284 Seems sufficient to close #58943
12285
Daniel Veillard90493a92001-08-14 14:12:47 +000012286Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12287
12288 * xmllint.c: adding a --format option
12289
Daniel Veillardfe703322001-08-14 12:18:09 +000012290Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12291
12292 * xpath.c: count() was broken on Result Value Tree
12293 * xmlIO.c: fixed file:/// accesses on _WIN32
12294
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012295Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12296
12297 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12298 macro was renamed, this should close bug #58683
12299
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012300Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12301
12302 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12303 entity substitution mode text at the end of the entity might
12304 be added due to text coalescing.
12305 * nanoftp.c parser.c: small cleanup
12306
Daniel Veillard0c720972001-08-08 20:59:00 +000012307Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12308
12309 * HACKING: added John Fleck right to commit in the doc subdir
12310
Daniel Veillard48da9102001-08-07 01:10:10 +000012311Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12312
12313 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12314 allow to inherit attributes from the DTD directly in the
12315 tree, this is needed for XPath and can be a useful feature.
12316 Inherited namespaces are always provided at the tree level now
12317 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12318 of tests for this feature (XSLT being the prime user).
12319
Daniel Veillard50f34372001-08-03 12:06:36 +000012320Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12321
12322 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12323 testSAX.c xmlIO.c xmllint.c include/win32config.h
12324 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12325 include/libxml/xmlwin32version.h.in win32/README.MSDev
12326 win32/dsp/*: applied Win32 Facelift No.2 patches from
12327 Igor Zlatkovic for Windows/MSC
12328
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012329Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12330
12331 * SAX.c: unparsedEntityDecl() the URI computation of the
12332 entity wasn't done breaking XSLT unparsed-entity-uri()
12333
Daniel Veillard567e1b42001-08-01 15:53:47 +000012334Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12335
12336 * xpath.c: fixed a bug when walking the descendants and
12337 the current node has no children
12338 * debugXML.c: show up when a text node is supposed to not be escaped
12339
Thomas Broyerf186c822001-07-31 23:30:37 +000012340Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12341
12342 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12343 worked like the set:leading() function)
12344 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12345
Daniel Veillardba6db032001-07-31 16:25:45 +000012346Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12347
12348 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12349
Daniel Veillard57905372001-07-31 15:52:17 +000012350Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12351
12352 * include/libxml/xmlIO.h: apply change to close #58141
12353 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12354
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012355Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12356
12357 * parser.c: when the internal subset uses a PE, then the
12358 included entity can use conditional sections.
12359
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012360Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12361
12362 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12363 when walking the namespace axis showing up in
12364 libxst/tests/general/bug-12
12365 * xmlmemory.c: added the possibility to trace a given block
12366 defined by its address
12367
Daniel Veillard4aafa792001-07-28 17:21:12 +000012368Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12369
12370 * parser.c: don't override existing encoding specified before
12371 starting xmlParseDocument()
12372
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012373Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12374
12375 * include/libxml/xmlwin32version.h: reinserted, needed for
12376 Windows users of CVS
12377
Darin Adlera77cac02001-07-27 17:41:51 +0000123782001-07-27 Darin Adler <darin@bentspoon.com>
12379
Darin Adler699613b2001-07-27 22:47:14 +000012380 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12381 * testCatalog.c: Add include of <libxml/parser.h>.
12382
123832001-07-27 Darin Adler <darin@bentspoon.com>
12384
Darin Adlera77cac02001-07-27 17:41:51 +000012385 * include/libxml/.cvsignore:
12386 * include/libxml/xmlwin32version.h:
12387 Remove this file from CVS because it's generated.
12388
Daniel Veillard50822cb2001-07-26 20:05:51 +000012389Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12390
12391 * parser.c include/libxml/parser.h: applied const patches from
12392 Tom Moog #58002
12393
Thomas Broyerba4ad322001-07-26 16:55:21 +000012394Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12395
12396 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12397 lookup framework
12398
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012399Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12400
12401 * tree.c: fixed xmlCopyNode() for documents
12402
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012403Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12404
12405 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12406
12407Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012408
12409 * parser.c: fixes bug #57652 reported by Morus Walter
12410
Daniel Veillarde3924972001-07-25 20:25:21 +000012411Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12412
12413 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12414
Daniel Veillarda53c6882001-07-25 17:18:57 +000012415Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12416
12417 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12418 errors, lesson don't add new functions at 1am before a release
12419 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12420 from XPath initialization when possible.
12421
Daniel Veillardd9bad132001-07-23 19:39:43 +000012422Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12423
12424 * result/scripts/base*: removing history/readline changed
12425 this slightly
12426 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12427 xmllint.c: make element content line number generation
12428 optionnal to avoid breaking old apps added interface to switch
12429
Daniel Veillardf012a642001-07-23 19:10:52 +000012430Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12431
12432 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012433 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012434 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12435 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12436 John Kroll fixes to allow saving to HTTP via PUT (or
12437 POST of needed).
12438 * doc/html/*.html: regenerated the docs
12439
Thomas Broyere8126242001-07-22 03:54:15 +000012440Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12441
12442 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12443 xmlHashScanFull and xmlHashScannFull3 to get passed the
12444 three keys as arguments to the callback function
12445
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012446Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12447
12448 * configure.in Makefile.am: removed libxml softlink for good
12449 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12450 100% coverage by gtk-doc
12451
Daniel Veillard8599e702001-07-17 21:38:51 +000012452Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12453
12454 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12455 fixed serious troubles due to size_t vs. int mismatch
12456
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012457Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12458
12459 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12460
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012461Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12462
12463 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12464 convenient extension API for value and context managing
12465 Now handles external objects through xmlXPathPopExternal,
12466 xmlXPathWrapExternal and xmlXPathReturnExternal.
12467 Added functions for sets operations (intersection, etc.)
12468
Daniel Veillard22090732001-07-16 00:06:07 +000012469Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12470
12471 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12472 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12473 HTMLparser.c: cleanup of global variables, marking some
12474 const or private.
12475
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012476Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012477
12478 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12479 fixed xmlXPathNodeSetItem when passing index=0
12480
Daniel Veillard05dec342001-07-14 21:57:39 +000012481Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12482
12483 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12484
Daniel Veillard28ae6362001-07-14 16:44:32 +000012485Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12486
12487 * xmllint.c: fixed compilation under Cygwin #57503
12488 * TODO: update
12489
Peter Williamsed156f52001-07-13 18:35:13 +0000124902001-07-13 Peter Williams <peterw@ximian.com>
12491
12492 * config.h.in: add #undef HAVE_DLFCN_H
12493
12494 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12495 builddir.
12496
Daniel Veillard73b36e32001-07-12 15:09:52 +000012497Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12498
12499 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12500 raised by #57348 and #57381
12501
Daniel Veillard7db37732001-07-12 01:20:08 +000012502Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12503
12504 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12505 tree.c xpointer.c: store the line numbder in element->content,
12506 may break some software, need a configuration mechanism
12507
Darin Adler96037892001-07-11 00:03:16 +0000125082001-07-10 Darin Adler <darin@bentspoon.com>
12509
12510 * .cvsignore:
12511 * example/.cvsignore:
12512 * include/.cvsignore:
12513 * include/libxml/.cvsignore:
12514 Various things that are generated and should be ignored.
12515
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012516Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12517
12518 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12519 * doc/xml.html doc/html/*: updated the docs
12520
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012521Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12522
12523 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12524 validation occured on content with element child
12525
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012526Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12527
12528 * tree.c: fixed XML Base computation which was broken
12529 * debugXML.c: added a base function to the shell
12530 * Makefile.am result/scripts/* test/scripts/*: added scripts
12531 based regression tests, and adding 2 XML Base tests
12532
Daniel Veillard19e96c32001-07-09 10:32:59 +000012533Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12534
12535 * tree.c: set properties doc and call xmlSetListDoc for properties
12536 content when grafting them in a different tree.
12537 * aclocal.m4: remove from CVS
12538
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012539Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12540
12541 * win32/libxml2/libxml2.def.src: added some missing entry point
12542 for XPath (Mark Vakoc)
12543
Daniel Veillard388236f2001-07-08 18:35:48 +000012544Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12545
12546 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12547 layer should URI-Unescape before trying to open resources.
12548
Daniel Veillard04383752001-07-08 14:27:15 +000012549Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12550
12551 * xpath.c: fix the name() bug for elements in the default
12552 namespace reported by Charlie Bozeman
12553
Daniel Veillard7583a592001-07-08 13:15:55 +000012554Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
12556 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12557 led to an XPath fix, improvements of SAX initialization, and
12558 an added option --nocdata to testXPath
12559
Daniel Veillard449d7392001-07-07 19:11:06 +000012560Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12561
12562 * doc/libxml-doc.el: Felix Natter provided anew version working
12563 with XEmacs too
12564
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012565Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12566
12567 * include/libxml/xpath.h: small cleanup
12568 * doc/xml.html: update
12569
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012570Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12573 released 2.3.14
12574
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012575Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12576
12577 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012578 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012579
Daniel Veillard73c9c042001-07-05 20:02:54 +000012580Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12581
12582 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12583 were not equal to empty strings
12584
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012585Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12586
12587 * SAX.c: fixed a URI-Reference computation problem when validating
12588 * xmlIO.c: small cleanup
12589
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012590Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12591
12592 * parser.c: improved the description of a couple of interfaces
12593 upon Larry Stamper suggestion
12594
Daniel Veillard62f313b2001-07-04 19:49:14 +000012595Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12596
12597 * SAX.c entities.c parser.c: changed completely the way entities
12598 are handled when running the parser in entity substitution mode.
12599 This fixes a bug reported by Stephan Kulow and nearly divides
12600 by 3 the amount of memory required by libxslt to load and process
12601 DocBook TDG.
12602
Daniel Veillardf420ac52001-07-04 16:04:09 +000012603Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12604
12605 * HTMLparser.c: fixing a too early root closing problem raised
12606 byt Prashanth Naidu
12607
Daniel Veillard8c357d52001-07-03 23:43:33 +000012608Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12609
12610 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12611 raised by Mark Vakoc.
12612
Daniel Veillard6e90d192001-07-03 16:37:49 +000012613Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12614
12615 * example/Makefile.am: fixed the include path to add srcdir/include
12616 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12617 and some cleanup
12618
Daniel Veillardf06307e2001-07-03 10:35:50 +000012619Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12620
12621 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12622 lot of optimization work, results in significant improvements
12623 when handling really complex XPath queries. Add a small optimizer
12624 for unions, improve [n] and [last()], avoid some costly ops.
12625
Daniel Veillard77044732001-06-29 21:31:07 +000012626Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12627
12628 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12629 * xpath.c: small cleanup
12630 * xmlGetNsList: reformated, fixed problems if used on Entities
12631
Daniel Veillard2adbb512001-06-28 16:20:36 +000012632Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12633
12634 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12635
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012636Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12637
12638 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12639 * Makefile.am example/Makefile.am: workaround automake generating
12640 erroneous deps
12641
Daniel Veillard12f7d292001-06-28 13:12:11 +000012642Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12643
12644 * include/win32config.h: bug #56801 Yon Derek provided a patch
12645 to the windows config file.
12646
Daniel Veillard87ee9142001-06-28 12:54:16 +000012647Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12648
12649 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12650 libxml.h : Yon Derek provided a set of changes to compile from
12651 CVS on Windows/MSC
12652
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012653Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12654
12655 * parser.c: fixed UTF8 BOM support in push mode
12656 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12657 added a specific testcase
12658
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012659Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12660
12661 * Makefile.am: added --push regression tests
12662 * parserInternals.c: the XML parser segfaulted in --push mode
12663
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012664Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * configure.in: moved the symlinks detection within a CVS
12667 check, this is not portable and will be removed soon.
12668 * xpath.c: small cleanup/speedup
12669
Daniel Veillard11648102001-06-26 16:08:24 +000012670Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12671
12672 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12673 release of 2.3.12
12674 * parser.c: make an error message if unknow entities in all cases
12675
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012676Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12677
12678 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12679
Daniel Veillard23793842001-06-25 16:07:45 +000012680Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12681
12682 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12683 includes were installed in the wrong dir
12684
Daniel Veillardf5498f32001-06-25 15:08:36 +000012685Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12686
12687 * doc/html.xml: warn against sending code to exhibit bugs.
12688
Daniel Veillard56f06462001-06-24 21:34:03 +000012689Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12690
12691 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12692 Tru64 from Thomas Leitner
12693
Daniel Veillardc5d64342001-06-24 12:13:24 +000012694Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12695
12696 * AUTHORS: added William and Bjorn
12697 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12698 daniel@veillard.com hopefully I won't have to do this again
12699 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12700 docs can be rebuilt cleanly now
12701 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12702 from CVs it's generated, added include/libxml/xmlwin32version.h
12703 also generated but which should change far less frequently.
12704 * catalog.c nanoftp.c: made sure to include libxml.h not
12705 libxml/xmlversion.h directly
12706 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12707 when compiling on WIN32 and MSC
12708
Daniel Veillard07385fd2001-06-23 21:55:48 +000012709Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12710
12711 * include/Makefile.am include/libxml/Makefile.am configure.in:
12712 fixed make distcheck and rebuilding the rpms
12713
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012714Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12715
12716 * configure.in: should finish the migration of exported includes
12717 into a real include/libxml in CVS, at least for CVS users.
12718 * removed the exported headers, added in include/libxml (as well
12719 as xmlversion.h.in).
12720
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012721Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12722
12723 * configure.in: fixed the way to detect symlink
12724
Daniel Veillard66541772001-06-23 18:31:04 +000012725Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * configure.in: updated, include/libxml is now a real CVS dir
12728
Daniel Veillardca989762001-06-23 17:39:29 +000012729Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12730
12731 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12732 version works with both libxml1 and libxml2 (it autodetects
12733 the prefix of the html-files) from Felix Natter.
12734 * doc/xml.html: updated doc accordingly
12735
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012736Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12737
12738 * xpath.c: fixed the bug generating a template loop in libxslt
12739 when using docbook-xsl-1.4, * should filter out document nodes
12740 * HACKING: added William
12741 * TODO: updated
12742
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012743Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12744
12745 * doc/FAQ.html: added a warning about gcc-3.0
12746 * doc/xml.html: added reference to gdome2 and removed a confusing
12747 sentence
12748
Daniel Veillardf7f41852001-06-22 15:18:01 +000012749Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12750
12751 * xmlversion.h: okay this is a generated file, but Windows
12752 users need it and they can't generate it, and I want CVS
12753 Windows users ...
12754 * win32/libxml2/libxml2_so.dsp: Windows project file for
12755 the shared lib version of libxml2
12756 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12757 resources needed for libxslt/xsltproc by Yon Derek
12758
Bjorn Reese3157b342001-06-22 14:41:45 +000012759Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12760
12761 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12762
Daniel Veillard4151acb2001-06-22 10:48:57 +000012763Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12764
Daniel Veillardcc146db2001-06-22 11:10:52 +000012765 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12766
12767Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12768
Daniel Veillard4151acb2001-06-22 10:48:57 +000012769 * include/win32config.h: Yon Derek provided a first fix
12770 to be able to compile libxslt/xsltproc on Windows
12771
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012772Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12773
12774 * xpath.c: attempt to work around what seemed a gcc optimizer
12775 bug when handling floats on i386 http://veillard.com/gcc.bug
12776 * tree.c entities.c encoding.c: doing some cleanups while
12777 chasing it
12778
Daniel Veillard017b1082001-06-21 11:20:21 +000012779Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12780
12781 * Makefile.am: cleanup when --without-debug is specified
12782 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12783 w.r.t. --without-debug and other include points
12784 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12785 Catalogs
12786 * configure.in entities.h tree.h HTMLparser.c: removed
12787 --without-corba, made the _private field mandatory
12788
Daniel Veillard87a764e2001-06-20 17:41:10 +000012789Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12790
12791 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12792 outputs a BOM in UTF8, an errata has been issued to avoid the
12793 problem, that was the most reasonable solution... Add support
12794 for a leading UTF8 BOM in entities.
12795
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012796Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12797
12798 * valid.c: fixed a bug found when post validating an entity ref
12799 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12800 activate it too
12801
Daniel Veillard39196eb2001-06-19 18:09:42 +000012802Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12803
12804 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12805 weakness in the node copy the XPointer and the XInclude
12806 implementations. Serious cleanup.
12807
Daniel Veillard3739b982001-06-19 12:51:30 +000012808Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12809
12810 * Makefile.am: Kjartan Maraas provided a small patch to
12811 add xml2-config.in to EXTRA_DIST
12812
Daniel Veillarda9142e72001-06-19 11:07:54 +000012813Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12814
12815 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12816 provided another failing case found in KDE, the way the
12817 ctxt->vctxt.nodeTab was allocated and freed changed over
12818 time but it wasn't completely cleaned up. This should fix it.
12819
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012820Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12821
12822 * parser.c: Stephan Kulow also raised the fact that line number
12823 could get miscounted making debug harder, fixed the problem
12824 in xmlParseCharData()
12825
Daniel Veillard64b98c02001-06-17 17:20:21 +000012826Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12827
12828 * valid.c: Stephan Kulow pointed out a problem when validating
12829 and using an empty entity, forgot a 'break' in a case.
12830
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012831Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12832
12833 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12834 * doc/xml.html: updated with 2.3.11
12835
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012836Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12837
12838 * TODO: updated adding cleanup of generated doc
12839 * configure.in: prepared to release 2.3.11
12840 * xmllint.c: added --version for bug reporting
12841 * doc/html/*.html: rebuilt the doc
12842
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012843Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12844
12845 * xpath.c: first part of the work on selecting namespace to
12846 fix bug #56115
12847
Daniel Veillard96ed5832001-06-15 22:22:04 +000012848Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12849
12850 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12851 when using -liconv
12852 * TODO: updated
12853
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012854Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12855
12856 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12857 cleanup, encoding support.
12858
Daniel Veillard608ad072001-06-14 08:32:28 +000012859Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12860
12861 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12862
Daniel Veillard239d0522001-06-13 23:02:48 +000012863Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12864
12865 * xpath.c: bug detected by Ankh when / is used as a function arg
12866
Daniel Veillard02bb1702001-06-13 21:11:59 +000012867Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12870 of element and use it to avoid outputting formatting spaces at
12871 the wrong place. Implemented the format parameter for HTML save.
12872 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12873 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12874 result/HTML/wired.html: of course this impact the result of a
12875 number of HTML tests
12876
Daniel Veillard95d845f2001-06-13 13:48:46 +000012877Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12878
12879 * HTMLtree.[ch]: started augmenting the HTML save API with
12880 encoding and formatting parameters
12881
Daniel Veillardeca60d02001-06-13 07:45:41 +000012882Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12883
12884 * HTMLtree.h: cleanup and started evaluating the work needed on
12885 revamping the HTML output code
12886
Daniel Veillard84666b32001-06-11 17:31:08 +000012887Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12888
12889 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12890
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012891Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12892
12893 * valid.c: fixed bug #56049, forgot one check in the
12894 validation routine
12895
Daniel Veillardca2366a2001-06-11 12:09:01 +000012896Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12897
12898 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12899
Daniel Veillard6761eee2001-06-11 10:29:38 +000012900Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12901
12902 * libxml.h: fixed an error in last commit
12903 * doc/FAQ.html: added an entry for compilation from CVS
12904
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012905Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12906
12907 * xmlversion.h.in libxml.h: Cygwin patches
12908 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12909 * tree.h: cleanup
12910
Daniel Veillardacd370f2001-06-09 17:17:51 +000012911Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12914 memory block in a strange case where libxml is linked twice
12915 in the binary.
12916
Daniel Veillard1d047672001-06-09 16:41:01 +000012917Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12918
12919 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12920 state far too often, simple fix used to avoid it.
12921
Daniel Veillard4497e692001-06-09 14:19:02 +000012922Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12925 being processed, applied his patch
12926 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12927
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012928Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12929
12930 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12931 provided fixes to compile on MSCC again
12932 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12933 also provided an update for the project files.
12934
Daniel Veillarda682b212001-06-07 19:59:42 +000012935Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12936
12937 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12938 bug #55810
12939
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012940Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * tree.c: fixed xmlGetNsProp() to close bug #55683
12943 Note this requires libxslt to use it's own function instead.
12944
Daniel Veillardf0c53762001-06-07 16:07:07 +000012945Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12946
12947 * HTMLtree.c: when in a pre element no formatting space should
12948 be added.
12949 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12950
Daniel Veillard068a9652001-06-07 15:30:26 +000012951Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12952
12953 * configure.in: added tests for signal() and signal.h
12954
Daniel Veillard541d6552001-06-07 14:20:01 +000012955Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12956
12957 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12958
Daniel Veillard8a367d42001-06-07 14:01:34 +000012959Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12960
12961 * doc/libxml-doc.el: Felix Natter provided a new version for
12962 libxml2
12963
Daniel Veillard8a926292001-06-07 11:20:20 +000012964Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12965
12966 * HTMLtree.c: when in a pre element no formatting space should
12967 be added.
12968
Daniel Veillard14839d52001-06-06 16:11:56 +000012969Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12970
12971 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12972
Daniel Veillarde95e2392001-06-06 10:46:28 +000012973Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12974
12975 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12976 hack
12977 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12978 * uri.c: fixed a warning
12979
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012980Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * HTMLtree.c: trying to close bug #55772 escaping in script
12983 elements
12984 * doc/xml.html: suggest to send mail to the list
12985
12986Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012987
12988 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12989 good. Use a macro and based on the solution provided in
12990 vsnprintf manual page from GNU.
12991
Bjorn Reese99748722001-06-05 12:49:15 +000012992Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12993
12994 * error.c: Workaround for non-preserving variadic list.
12995 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12996
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012997Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12998
12999 * doc/xml.html: added 2.3.10 release
13000
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013001Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13002
13003 * configure.in: releasing 2.3.10
13004
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013005Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13006
13007 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13008
Daniel Veillard20042422001-05-31 18:22:04 +000013009Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13010
13011 * encoding.c: Robert Collins provided a patch to add the
13012 "US-ASCII" encoding alias
13013
Daniel Veillard97ac1312001-05-30 19:14:17 +000013014Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13015
13016 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13017 string oriented functions and started cleaning the related areas
13018 in xpath.c which needed fixing in this respect
13019
Daniel Veillard2d703722001-05-30 18:32:34 +000013020Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13021
13022 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13023 #55380
13024 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13025
Daniel Veillard9403a042001-05-28 11:00:53 +000013026Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * TODO: updated
13029 * nanohttp.[ch] : started adding APIs to get the redirected URL
13030 when this occurs (needed for further base computation
13031 * tree.h: cleanup
13032 * encoding.c: cleanup
13033 * SAX.c: minor change around ctxt->loadsubset
13034
Daniel Veillard6278fb52001-05-25 07:38:41 +000013035Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13036
13037 * Makefile.am include/Makefile.am: small change to have
13038 include/libxml rebuilt if working from CVS.
13039 * uri.c: applied another patch from Carl Douglas for URI escaping,
13040 this should close bug #51876
13041
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013042Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13043
13044 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13045 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13046 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13047 added specific regression test
13048 * parser.h: preparing for the XSLT mode where DTD inherited
13049 attributes are added to the tree.
13050
Daniel Veillardbbd22452001-05-23 12:02:27 +000013051Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13052
13053 * xinclude.[ch]: Updated the namespace for the Last Call version
13054 * result/XInclude/include test/XInclude/include: updated the
13055 testsuite accordingly
13056
Daniel Veillard8514c672001-05-23 10:29:12 +000013057Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13058
13059 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13060 related to bug #51876
13061
Daniel Veillard42596ad2001-05-22 16:57:14 +000013062Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13063
13064 * tree.c: fixed a gross mistake in base computation, xml:base is
13065 not completely correct yet (need cascade).
13066 * xpath.[ch]: added the few things needed to find a function name
13067 and URI from the XPath context when it is called.
13068
Daniel Veillard81418e32001-05-22 15:08:55 +000013069Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13070
13071 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13072 * DOCBparser.c: small cleanup
13073 * xmllint.c: added a --catalogs option to load catalogs from
13074 $SGML_CATALOG_FILES
13075 * tree.c: cleanup
13076 * configure.in: iconv library fixup, ICONV_LIBS
13077
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013078Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13079
13080 * catalog.c: handling of CATALOG entries. detection of recursion,
13081 and a few bugfixes
13082 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13083 against the default namespace
13084
Daniel Veillard04b93292001-05-21 08:15:31 +000013085Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13086
13087 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13088
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013089Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13090
13091 * parser.c: fixed propagation context info when parsing an
13092 external entity.
13093 * doc/html/*.html: regenerated a couple of docs
13094
Daniel Veillard4623acd2001-05-19 15:13:15 +000013095Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13096
13097 * doc/xml.html: update with 2.3.9 informations
13098
Daniel Veillardbed7b052001-05-19 14:59:49 +000013099Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13100
13101 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13102 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13103 * doc/html/* : rebuilt the docs
13104 * valid.c: small patch which may improve some case when
13105 validating.
13106
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013107Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13108
13109 * HTMLparser.c: Closed bug #54891
13110 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13111 to the suite
13112
13113Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13114
13115 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13116 applied a documentation patch from LotR and filled in a few missing
13117 descriptions
13118
Daniel Veillard76d66f42001-05-16 21:05:17 +000013119Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * xpath.c tree.c parser.c: speed optimizations at the parser level
13122 document tree freeing and xpath evaluation
13123
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013124Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13125
13126 * parser.c parser.h parserInternals.h: fixed a couple of
13127 interfaces for handling memory buffer input to const char *
13128 upon suggestion of JamesH.
13129
Daniel Veillardc3739e72001-05-15 15:23:27 +000013130Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * configure.in: LoTR sent a patch fixing the previous commit
13133
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013134Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13135
13136 * configure.in: trying to deal again with the stoopid -R linking
13137 flag of Solaris
13138
Daniel Veillard790142b2001-05-15 10:51:53 +000013139Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13140
13141 * xpath.h: two nodeset access macros from Thomas Broyer
13142
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013143Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13146 patch from Thomas Broyer
13147
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013148Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13149
13150 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13151 case
13152 * INSTALL: was empty added stuff from the FAQ
13153
Daniel Veillard75bea542001-05-11 17:41:21 +000013154Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13155
13156 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13157 attributes handling and #54433 by adding xmlUnsetProp()
13158 and xmlUnsetNsProp()
13159
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013160Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13161
13162 * HTMLparser.c: Patch from Jonas Borgström
13163 (htmlGetEndPriority): New function, returns
13164 the priority of a certain element.
13165 (htmlAutoCloseOnClose): Only close inline elements if they
13166 all have lower or equal priority.
13167 * result/HTML: this of course changed a number of tests results.
13168
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013169Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13170
13171 * xmlIO.c catalog.c: plugged in the default catalog resolution
13172 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13173 documentations
13174 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13175
Daniel Veillarda7374592001-05-10 14:17:55 +000013176Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13177
13178 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13179 integrating catalogs
13180 * catalog.[ch] testCatalog.c: adding a small catalo API
13181 (only SGML catalog support).
13182 * parser.c: restaured xmlKeepBlanksDefault(0) API
13183
Daniel Veillardc17337c2001-05-09 10:51:31 +000013184Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13187
Daniel Veillard257d9102001-05-08 10:41:44 +000013188Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * parser.c: added xmlParseExternalEntityPrivate() to allow
13191 propagation of ctxt->_private when parsing external entities
13192
Daniel Veillard083c2662001-05-08 08:27:14 +000013193Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13194
13195 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13196
Daniel Veillard01ef7382001-05-08 07:31:43 +000013197Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13198
13199 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13200
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013201Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13202
13203 * valid.c: warn when indeterminist content model is detected
13204 * result/VC/ElementValid8: this adds a message
13205 * Makefile.am: add --novalid for VCM tests
13206 * parserInternals.c: added a call to Init memory
13207
Daniel Veillard64269352001-05-04 17:52:34 +000013208Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
13210 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13211 when both parameters are NULL.
13212
Daniel Veillard37721922001-05-04 15:21:12 +000013213Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * valid.c: applied small patch from Gary Pennington, reindented
13216 some part of the code.
13217
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013218Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13219
13220 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13221 release, updated and regenerated the docs
13222
Daniel Veillard357c9602001-05-03 10:49:20 +000013223Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13224
13225 * xpath.c result/XPath/expr/floats : clarified and cleanup
13226 printing of abnormal floats in tests.
13227
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013228Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13231 * results/HTML/ : a few changes in the output of the HTML tests as
13232 a result.
13233 * configure.in: tying to fix -liconv where needed
13234
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013235Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13236
13237 * Makefile.am: fixed a stupid error
13238
Daniel Veillard7150a032001-05-02 16:41:11 +000013239Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13240
13241 * configure.in Makefile.am: make the inclusion of the trio
13242 modules in the library conditional
13243
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013244Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13245
13246 * DOCBparser.c: patche from László Kovács, fixed entities refs
13247 in attributes handling
13248
Daniel Veillardedddff92001-05-02 10:58:52 +000013249Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13252 flushing
13253
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013254Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * xpath.c: fix of an XSLT namespace bug reported on the list
13257 general/bug-8-
13258
Daniel Veillard5792e162001-04-30 17:44:45 +000013259Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * strio.h trio.c: Dan McNichol suggested a couple of small
13262 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13263
Daniel Veillard02141ea2001-04-30 11:46:40 +000013264Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13265
13266 * tree.c parser.c encoding.c: spent a bit more time looking
13267 at the parsing speed and DOM handling. Added a few more
13268 speedups.
13269
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013270Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13271
13272 * parser.c: small but effective parsing speed improvement
13273
Daniel Veillardb59076b2001-04-29 17:04:07 +000013274Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13275
13276 * configure.in: default on the DocBook parser inclusion (for Gnome)
13277 * DOCBparser.h: fixed a header reference
13278
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013279Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13280
13281 * configure.in xpath.c: applied Bjorn patches for FPE on the
13282 alpha
13283
Daniel Veillardeefd4492001-04-28 16:55:50 +000013284Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13285
13286 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13287 xmlSaveFormatFileTo()
13288
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013289Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13290
13291 * xpath.c: simple and efficient optimization, XPath functions
13292 aways bind to the same code, cache this
13293 * TODO: updated (by saying some is obsolete)
13294
Daniel Veillard2156a562001-04-28 12:24:34 +000013295Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13296
13297 * xpath.c: more cleanup work on XPath name parsing routines
13298
Daniel Veillard61d80a22001-04-27 17:13:01 +000013299Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13300
13301 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13302 xmlXPathParseName
13303 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13304 * debugXML.c: avoid compilation problems if compiling without
13305 HTML support, Igor Zlatkovic
13306 * win32/libxml2/libxml2.def.src: being able to compile without
13307 XPath on Windows
13308
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013309Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13310
13311 * libxml.m4: yet another patch from Toshio Kuratomi
13312
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013313Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13314
13315 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13316
Daniel Veillard67fee942001-04-26 18:59:03 +000013317Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * tree.[ch]: added xmlSaveFormatFile interface for saving
13320 and indenting a file.
13321
Daniel Veillard82e49712001-04-26 14:38:03 +000013322Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13323
13324 * xpath.c: fixed bug #53689 related to processing-instruction()
13325
Daniel Veillard02f077a2001-04-26 10:59:11 +000013326Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13327
13328 * DOCBparser.c: patche from László Kovács
13329
Daniel Veillard30211a02001-04-26 09:33:18 +000013330Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13331
13332 * parser.c: applied fixes from Christian Glahn bug report #53391
13333
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013334Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13335
13336 * error.c: Jean François Lecomte provided a complete description
13337 and a fix to bug #53537
13338
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013339Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13342
Daniel Veillard1034da22001-04-25 19:06:28 +000013343Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13344
13345 * DOCBparser.c SAX.c: a bit more work on entities processing.
13346 Still Need to cleanup XML output and references in attributes
13347
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013348Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13349
13350 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13351
Daniel Veillardb33c2012001-04-25 12:59:04 +000013352Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * tree.c: trying to fix #53574, not completely complete,
13355 I would like xmllint --copy --debug test/ent1 and
13356 xmllint --debug test/ent1 to show the same result.
13357 * xpath.c: fix a bug when trying to sort namespace nodes
13358
Daniel Veillard5146f202001-04-25 10:29:44 +000013359Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13360
13361 * HTMLtree.c: real fix for #53402
13362
Daniel Veillard7533cc82001-04-24 15:52:00 +000013363Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13364
13365 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13366 PIs when using xsl:output
13367 * valid.c: closing #53537 some case generate segfaults if there
13368 is validity errors
13369
Daniel Veillard61b33d52001-04-24 13:55:12 +000013370Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13371
13372 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13373 of external parsed entities, added --noent to testDocbook
13374 * valid.c: Garry Pennington found an uninitialized variable
13375 access in xmlValidateElementContent()
13376
Daniel Veillard56098d42001-04-24 12:51:09 +000013377Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13378
13379 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13380 with madness
13381 * result/HTML/ : this modified the result of the regression tests
13382 a lot.
13383
Daniel Veillard122376b2001-04-24 12:12:30 +000013384Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13387 to doc where it wasn't checked against NULL reported by
13388 Jens Laas
13389
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013390Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13391
13392 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13393 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13394
Daniel Veillardeae522a2001-04-23 13:41:34 +000013395Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13396
13397 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13398 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13399 * SAX.[ch]: cleanup and updates for DocBook
13400 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13401 ex SGML identifier changes
13402 * valid.c: removed a static unused function.
13403
Daniel Veillardde57c612001-04-23 09:13:36 +000013404Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13405
13406 * HTMLtree.c: applied change for Paul Sponagl on script saving
13407 * Makefile.am: the warning about entity title.xml are normal.
13408
Daniel Veillard393df012001-04-22 20:11:18 +000013409Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * configure.in: release of 2.3.7
13412 * Makefile.am: fixing make distcheck
13413
Daniel Veillarda41123c2001-04-22 19:31:20 +000013414Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13415
13416 * doc/html/* doc/xml.html: updated and regenerated the docs
13417
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013418Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13419
13420 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13421
Daniel Veillarde82a9922001-04-22 12:12:58 +000013422Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13423
13424 * tree.c: fixed #53388 with the provided patch
13425
Daniel Veillard06803992001-04-22 10:35:56 +000013426Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * valid.c: Bjorn detected an invalid memory access. Fixed
13429 vstateVPush()
13430
Daniel Veillard40af6492001-04-22 08:50:55 +000013431Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13434
Bjorn Reese70a9da52001-04-21 16:57:29 +000013435Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13436
13437 * libxml.h: new header used only for the compilation of libxml
13438 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13439 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13440 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13441 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13442 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13443 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13444 baseline (version 1.2 plus a single patch).
13445 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13446 scientific notation for numbers. Tests added.
13447 * xpath.c: formatting of numbers changed to use sprintf
13448 (contribution from William Brack)
13449
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013450Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13451
13452 * valid.c: cleanup, more useful debugging
13453 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13454 * xmlIO.c: entity loading is printed as an error when validating
13455
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013456Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13457
13458 * valid.c: fixed to validate within entities
13459 * test/VCM/v22.xml: added a specific testcase
13460
Daniel Veillardca1f1722001-04-20 15:47:35 +000013461Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13462
13463 * valid.c: forgot an epsilon transition in for ()+
13464 * test/VCM/v21.xml : added a specific test case
13465
Daniel Veillard85349052001-04-20 13:48:21 +000013466Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * valid.c: removed a state explosion exhibited by RSS
13469 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13470 from bug #51872
13471
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013472Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13475 validation without using an ugly NFA -> DFA algo in the source.
13476 Made a specific algorithm easier to maintain, using a single
13477 stack and without recursion.
13478 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13479 * hash.c: made the growing routine static
13480 * tree.h parser.c: added the parent information to an
13481 xmlElementContent node.
13482
Daniel Veillarde470df72001-04-18 21:41:07 +000013483Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13484
13485 * SAX.c parser.c xpath.c: generating IDs when not validating
13486 from an external parsed entity was poisoning the ID has table
13487 with removed values. This was killing XSLT on the KDE help
13488 browser.
13489
Daniel Veillardceacdd92001-04-18 15:10:35 +000013490Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * entities.h: andrew@ugh.net.au detected a double declaration
13493
Daniel Veillarda10efa82001-04-18 13:09:01 +000013494Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13495
13496 * debugXML.c hash.c tree.h valid.c : some changes related to
13497 the validation suport to improve speed with DocBook
13498 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13499 the way validation errors get reported
13500
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013501Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13504 by P C Chow and William M. Brack for XSLT HTML output
13505
Daniel Veillard2d90de42001-04-16 17:46:18 +000013506Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13507
13508 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13509 Igor Zlatkovic patches for MSC compilation and added his
13510 updates
13511
Daniel Veillarde043ee12001-04-16 14:08:07 +000013512Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13513
13514 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13515 prefix lookup.
13516 * parserInternals.c: fixed the bug reported by Morus Walter
13517 due to an off by one typo in xmlStringCurrentChar()
13518
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013519Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13520
13521 * HTMLparser.c result/HTML/*: revamped the way the HTML
13522 parser handles end of tags or end of input
13523
Daniel Veillard82daa812001-04-12 08:55:36 +000013524Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13525
13526 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13527
Daniel Veillard67a21302001-04-11 14:39:16 +000013528Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13529
13530 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13531 bug where the linktime verions of free() won't work ...
13532
Daniel Veillard27b55282001-04-11 12:22:25 +000013533Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13534
13535 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13536
Daniel Veillardafc73112001-04-11 11:51:41 +000013537Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13538
13539 * doc/xml.html: added 2.3.6 release
13540
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013541Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13542
13543 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13544 * result/wml.xml: resulted in a small output change
13545
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013546Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * tree.c: xmlNewDoc was missing the charset initialization
13549 * xmllint.c: added --auto to autogenerate a doc, allow to
13550 reproduce the problem fixed on xmlNewDoc
13551
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013552Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13553
13554 * xpath.c: trying to get 52979 solved
13555 * tree.c result/ result/noent/: trying to get 52712 solved, this
13556 also made me clean up the fact that XML output in general should
13557 not add formating blanks by default, this changed the output of
13558 a few tests
13559
Daniel Veillard73639a72001-04-10 14:31:39 +000013560Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13561
13562 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13563
Daniel Veillardfac26a12001-04-08 13:08:14 +000013564Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * configure.in: finally released 2.3.6
13567
Daniel Veillard911f49a2001-04-07 15:39:35 +000013568Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * xpath.c: checking for null pointer generated by new code
13571
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013572Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * xpath.c: fixed a [] evaluation problem reported
13575 * test/XPath/tests/simpleaddr: extended test
13576 * result/XPath/simpleaddr: updated result
13577
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013578Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13579
13580 * xmllint.c: Dan Timis reported a portability problem
13581 on Macs without mmap, fixed it.
13582
Daniel Veillardb38bd552001-04-03 18:22:00 +000013583Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13584
13585 * testXPath.c : added a --tree option allowing to display the
13586 tree dump of the XPath expression
13587
Daniel Veillard4dd93462001-04-02 15:16:19 +000013588Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * xpath.c: fixed a memleak when comparing nodesets
13591 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13592 * tree.c: added a TODO
13593
Daniel Veillard92ad2102001-03-27 12:47:33 +000013594Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13595
13596 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13597 we need string functions
13598 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13599 to be able to use them where needed. Applied some changes
13600 to reduce name linking pollution and compile in only what's
13601 needed.
13602 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13603 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13604 for the string manipulation functions
13605 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13606 to the free() function of xmlmemory.c
13607 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13608 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13609 usage.
13610
13611
Daniel Veillard2be30642001-03-27 00:32:28 +000013612Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * error.c: applied the context output patch of the error
13615 handling submitted by Chuck Griffith
13616 * error/VC/*: this slightly change some error logs
13617
Daniel Veillard50582112001-03-26 22:52:16 +000013618Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13619
13620 * parser.c: fixed line number reporting on error
13621
Daniel Veillard04be4f52001-03-26 21:23:53 +000013622Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * parser.c: Sullivan and Darin found a parser bug,
13625 applied the patch.
13626
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013627Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13628
13629 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13630 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13631 xmlversion.h.in xpointer.c: of course the way I defined
13632 UNUSED breaks on old gcc version. Try to be smart and
13633 also define it directly in xmlversion.h
13634 * configure.in: removed -ansi flag from the pedantic set
13635
13636Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013637 Huge cleanup, I switched to compile with
13638 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13639 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13640 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13641 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13642 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13643 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13644 encoding.h entities.c error.c list.[ch] nanoftp.c
13645 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13646 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13647 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13648 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13649 Cleanup, staticfied a number of non-exported functions,
13650 detected and cleaned up a dozen of problem found this way,
13651 avoided a lot of public function name/typedef/system names clashes
13652 * doc/xml.html: updated
13653 * configure.in: switched private flags to the really pedantic ones.
13654
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013655Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13656
13657 * configure.in: 2.3.5
13658 * doc/html/*: rebuilt the docs
13659
Daniel Veillard146c9122001-03-22 15:22:27 +000013660Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13661
13662 * parser.c: fixed a reported bug in NOTATION parsing
13663 * uri.c: accepted but not fixed bug 51876, added TODO
13664 * Makefile.am: fixed bug 51876
13665
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013666Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * config.h.in configure.in error.c: fix a compilation problem
13669 on platforms without vsnprintf (xml@thewrittenword.com)
13670
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013671Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13672
13673 * parser.c: fixed a function name header typo
13674 * SAX.c: notations can also occur in external subset.
13675
Daniel Veillard7d42b542001-03-20 13:22:46 +000013676Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13677
13678 * error.c: removed a C++ like comment
13679
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013680Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * parser.c: fixing bug 52299 strange condition leading
13683 to a parser crash due to a buffer overflow
13684 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13685 added the specific test case
13686
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013687Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13688
13689 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13690 xmlXPathConvert{String,Number,Boolean} to be able to make
13691 type casts without a context stack, fixed some implementation
13692 problems related to the absence of context at parse-time,
13693 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13694 in the public API too
13695 * xpointer.c xpathInternals.h: we need to know at parse time
13696 whether we are compiling an XPointer
13697
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013698Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13699
13700 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13701 cleaned up the parser internals, refactored XPath code, added
13702 new compilation based APIs and cleanly separated public and
13703 private APIs.
13704
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013705Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * xpath.h: the comp field must be added at the end to avoid
13708 killing binary compat.
13709
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013710Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13711
13712 * Makefile.am: detect XPath memleaks in regreson tests
13713 * error.c: fixed and error w.r.t. error reporting still using
13714 stderr
13715 * hash.c: added new line at end of file
13716 * tree.h: minor cleanup
13717 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13718 expression parsing from evaluation, resulted in a number of
13719 changes internally, and in XPointer. Likely to break stuff
13720 using xpathInternals.h but should remain binary compatible,
13721 new interfaces will be added.
13722
Daniel Veillardd574f782001-03-14 19:40:17 +000013723Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13724
13725 * configure.in: fixed a couple of problems reported by
13726 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13727 without gcc on non linux platforms.
13728
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013729Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13730
13731 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13732 a fix for --with-html-dir= configure support. I hope it won't
13733 break rpm generation
13734
Daniel Veillarda022fe02001-03-14 16:30:00 +000013735Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13736
13737 * xmlIO.c: one function comment cleanup.
13738
Daniel Veillard25239c12001-03-14 13:56:48 +000013739Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * SAX.c: external subset notations were improperly registered
13742 in the internal subset.
13743
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013744Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13745
13746 * README.cvs-commits: added, pointing to HACKING
13747 * HACKING: updated
13748
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013749Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13750
13751 * parser.c: and Matt Sergeant found one in the XML push
13752 parser (erroneous check I forgot to remove when I fixed the
13753 main parser).
13754
Daniel Veillard68d7b672001-03-12 18:22:04 +000013755Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * xpath.c: ptittom found a small bug in UnaryExpr
13758
Daniel Veillarde356c282001-03-10 12:32:04 +000013759Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13760
13761 * configure.in: bumped to 2.3.4
13762 * error.c: fixed bug #51860
13763 * tree.c: fixed bug #51861
13764 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13765 * tree.[ch] : added xmlDefaultBufferSize
13766 * nanoftp.c: typo in function name header block
13767 * doc/xml.html : updated, added link to XML::LibXSLT
13768 * doc/html/* : rebuilt the docs
13769
Daniel Veillard80f32572001-03-07 19:45:40 +000013770Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13771
13772 * parser.c SAX.c: the new content parsing code raised an
13773 ugly bug in the characters() SAX callback. Found it
13774 just because of strangeness in XSLT XML Rec ouptut :-(
13775
Daniel Veillard6c831202001-03-07 15:57:53 +000013776Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * Makefile.am: Martin Baulig suggested to add -lm
13779 * tree.c: found another bug in xmlNodeGetContent()
13780
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013781Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13782
13783 * xpath.c: Bjorn found the error related to strictness of comparison.
13784
Daniel Veillard29631a82001-03-05 09:49:20 +000013785Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13786
13787 * parser.c: trying to fix the Dtd parsing problem reported
13788 by Gary, side effect of last week speed optimizations.
13789
Daniel Veillard14be0a12001-03-03 18:50:55 +000013790Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13791
13792 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13793 * parserInternals.c: removed unneeded test raised by Stric
13794
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013795Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13796
13797 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13798 and fixed by William Brack). Added xmlXPathFormatNumber.
13799 Changed the sorting slightly.
13800 * configure.in Makefile.am example/Makefile.am: Added -lm.
13801 Please note that applications linking with libxml2, must
13802 also like with the math library from now on.
13803
Daniel Veillardf9533d12001-03-03 10:04:57 +000013804Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13807
Daniel Veillard2f362242001-03-02 17:36:21 +000013808Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13809
13810 * parser.c: one must report spaces even if the Dtd element
13811 content proves that this is not part of the element content.
13812 * result/valid/*.xml: this changed the ouptu slightly
13813
Daniel Veillardb402c072001-03-01 17:28:58 +000013814Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13815
13816 * configure.in: bumped to 2.3.3
13817 * doc/xml.html: updated
13818
Daniel Veillard77851712001-02-27 21:54:07 +000013819Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13820
13821 * tree.c: minor doc fix
13822 * xpath.c: deallocation issues when a result tree has been
13823 converted to a node-set
13824
Daniel Veillardec70e912001-02-26 20:10:45 +000013825Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13826
13827 * doc/xml.html: oops corrected dates s/2000/2001
13828
Daniel Veillard8730c562001-02-26 10:49:57 +000013829Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13830
13831 * valid.c: new patch from Gary Pennington
13832
Daniel Veillard91e9d582001-02-26 07:31:12 +000013833Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13834
13835 * doc/xml.html: applied patch from Ankh
13836
Daniel Veillardedac3c92001-02-26 01:36:19 +000013837Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13838
13839 * xinclude.c: fixed a problem building on Mac
13840
Daniel Veillard21a0f912001-02-25 19:54:14 +000013841Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * parser.c: more work on increasing parsing ferformances
13844
Daniel Veillard48b2f892001-02-25 16:11:03 +000013845Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13848 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13849 avoiding memcpy in production builds MEM_CLEANUP macro use
13850 * parser.[ch] parserInternals.c: optimizations of the tightest
13851 internal loops inside the parser. Better checking of I/O
13852 flushing/loading conditions
13853 * xmllint.c : added --timing
13854
Daniel Veillard71681102001-02-24 17:48:53 +000013855Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * configure.in: bumped to 2.3.2
13858 * doc/xml.html: updated for release
13859
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013860Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * xpath.c: found a memleak and fixed a nasty bug
13863
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013864Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13865
13866 * xmllint.[c1] : added return code errors for xmllint
13867 * xpath.c: specific debug dump function for result value trees
13868
Daniel Veillard4b637072001-02-21 21:52:55 +000013869Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * xpath.c: finally implemented xmlXPathCompareNodeSets
13872 * test/XPath/expr/floats results/XPath/expr/floats: added
13873 a test for float expressions
13874
Daniel Veillardf714aa32001-02-21 03:07:44 +000013875Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13878 * parserInternals.[ch]: trying to speed up parsing
13879 * xpath.c : speeded up node set equality op
13880
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013881Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13884 better handling of ID/IDREF and the list modules associated
13885 * configure.in: small CFLAGS cleanup
13886
Daniel Veillarda8abee62001-02-19 15:14:59 +000013887Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * configure.in: fixed iconv detection on AIX (stric)
13890
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013891Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013892
13893 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13894
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013895Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13896
13897 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13898 and optimized xmlXPathNodeSetSort
13899
Daniel Veillard142adbf2001-02-17 13:21:05 +000013900Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13901
13902 * xpath.c: bug fix when context size is 0
13903 * parser.c: I like Norm's Dtd because they still manage to break
13904 the parser occasionally
13905
Daniel Veillardf23e0092001-02-16 13:21:29 +000013906Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13907
13908 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13909
Daniel Veillarde0e26512001-02-16 00:11:46 +000013910Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13911
13912 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13913 attributes within the XML-1.0 namespace
13914
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013915Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13916
13917 * xpathInternals.h: exported a few axis functions
13918 * doc/xml.html: updated the doc
13919
Daniel Veillard760f4422001-02-15 14:59:48 +000013920Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13921
13922 * configure.in: applied patch from Daniel van Balen for OpenBSD
13923 and bumped version to 2.3.1
13924 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13925 attempt to find autoclosing was simply broken, removed it,
13926 updated the examples, this is better
13927
Daniel Veillardd194dd22001-02-14 10:37:43 +000013928Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13929
13930 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13931 hash functionnalities.
13932 * doc/html/* : rebuild the doc
13933
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013934Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13935
13936 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13937 on predicate
13938 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13939 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13940 really want to have tags closed on output even if we accept
13941 unclosed ones on input
13942
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013943Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * xpath.c: ouch don't free NULL, rare case fixed
13946 * tree.c: don't coalesce text nodes if they don't have the
13947 same behaviour wrt escaping on output
13948
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013949Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * xpath.c: small fixup
13952 * SAX.c: don't warn on empty namespaces.
13953
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013954Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13955
13956 * README: a bit of cleanup
13957 * configure.in: preparing for 2.3.0 release
13958
Daniel Veillard1f83d392001-02-08 09:37:42 +000013959Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13960
13961 * hash.[ch]: added a first version of xmlHashSize()
13962 * valid.c: another bug fix from Gary Pennington
13963
Daniel Veillard5eef6222001-02-07 18:24:48 +000013964Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13965
13966 * valid.c: couple of bug fixes pointed by Gary Pennington
13967 * HTMLtree.c: #if 0 cleanup
13968
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013969Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13970
13971 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13972 which removes a time consuming check of xmlXPathNodeSetAdd()
13973 and use it in places where we are sure to not break unicity
13974
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013975Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13976
13977 * xpath.c: bug fixes found from XSLT
13978 * tree.c: preserve node->name special values when copying nodes.
13979 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13980 external subset are fetched when available but without full
13981 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13982 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13983 output with encoding disabled.
13984
Daniel Veillard2c833b62001-02-03 08:52:06 +000013985Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
13987 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13988 xmlCheckFilename should not be called from xmlFileOpenW
13989 and xmlGzfileOpenW
13990
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013991Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13992
13993 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13994 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13995 added the new tests for URI normalization
13996 * testURI.c: fixed stoopid bugs
13997 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13998 the URI in the error messages are now properly normalized
13999
Daniel Veillardea28ce62001-02-02 08:20:19 +000014000Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14001
14002 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14003
Daniel Veillarde99a4762001-02-01 04:34:35 +000014004Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14005
14006 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14007
Daniel Veillard2b325a02001-01-31 20:46:31 +000014008Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14009
14010 * xpath.c: fixed mod operator
14011
Daniel Veillardde55cf62001-01-31 15:53:13 +000014012Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * parser.c: fixed xmlStrcat doc
14015 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14016 trees.
14017
Daniel Veillard2f913b72001-01-31 13:23:49 +000014018Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * xpath.c result/XPath/tests/chaptersbase
14021 result/XPath/tests/simplebase: fixed XPath node()
14022 * tree.c: small fix in xmlNewNs()
14023 * Makefile.am: removed extraneous xml2Conf.sh rule
14024
Daniel Veillardb42042b2001-01-28 07:40:36 +000014025Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14026
14027 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14028 Changed the library name, in order to get libxml-devel and
14029 libxml2-devel to coexist on a single system
14030 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14031 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14032
Daniel Veillardee0a4662001-01-27 18:59:33 +000014033Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14036 libxml2-devel installable in // as libxml-devel.
14037
Daniel Veillard5eb05942001-01-27 17:50:22 +000014038Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14039
14040 * doc/Makefile.am: fixed make rebuild in doc
14041 * doc/html/*.html: rebuilt the docs
14042
Daniel Veillard65c295d2001-01-26 09:32:39 +000014043Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14044
14045 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14046
Daniel Veillard8e199902001-01-25 18:54:39 +000014047Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14048
14049 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14050 the HTML doc to go into the -devel RPM ...
14051 * aclocal.m4 config.h.in: some updates due to auto* magic
14052
Daniel Veillard93086662001-01-25 18:13:04 +000014053Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * xpath.h: added a hook in the context structure allowing to
14056 link to extra support, needed for XSLT
14057
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014058Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14061 xmlXPtrCmpPoints to use it.
14062 * propagated the following patch from Alejandro Forero
14063 * include/win32config.h xmlIO.c: applied further suggestions
14064 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14065 * example/gjobread.c: fixed warnings, now that it builds
14066
14067Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14068
14069 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14070
14071 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14072 filename points to a valid file (not a directory).
14073 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14074 Added calls to xmlCheckFilenameDir.
14075
14076 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14077 `path' (rather than `filename') as the parameter to gzopen and open.
14078
Daniel Veillard48177c22001-01-23 15:27:41 +000014079Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14080
14081 * Makefile.am: fixed a problem with EXTRA_DIST
14082
Daniel Veillardb83ba402001-01-22 22:45:10 +000014083Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * Makefile.am example/Makefile.am: finally found the trick
14086 to build the example, i.e. add "." in SUBDIRS before example
14087 in the list <grin/>
14088
Daniel Veillard82687162001-01-22 15:32:01 +000014089Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14090
14091 * doc/xml.html: updated with an XSLT section, removed pointer to
14092 W3C CVS base.
14093
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014094Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14095
14096 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14097 too, and deallocation need to occur the same way.
14098
Daniel Veillarde4566462001-01-22 09:58:39 +000014099Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14100
14101 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14102 type correponding to an XSLT result tree fragment. Share most
14103 of the data format with node set, as well as operators.
14104 * HTMLtree.c: added a newline at the end of the doctype output
14105 whe this one is not present initially.
14106 * tree.c: make sure taht the parent and doc pointers are properly
14107 set when copying attributes (lists).
14108
Daniel Veillard701c7362001-01-21 09:48:59 +000014109Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14110
14111 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14112
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014113Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14114
14115 * xpath.c: seems I finally killed that ugly path evaluation
14116 context bug (tagged 9999 in case is is wrong)
14117
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014118Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14121 for XSLT
14122
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014123Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14126 for xmlGzfileOpen() bug
14127
Daniel Veillardf6eea272001-01-18 12:17:12 +000014128Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * xpath.c: removed an error found by XSLT usage
14131 * tree.c parserInternals.h: use a predefined static string
14132 for text and comment nodes, avoid freeing them in xmlFreeNode,
14133 exported the string name in parserInternals.h and added
14134 another value to disable encoding at output (for XSLT),
14135 gain memory, time.
14136
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014137Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14138
14139 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14140 win32/libxml2/libxml2_so.dsp: new makefiles and update
14141 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14142
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014143Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14144
14145 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14146 Gary Pennington
14147
Daniel Veillard389e6b72001-01-15 19:41:13 +000014148Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14149
14150 * xpath.c: fixed the comaprision of values and nodelists,
14151 need to compare nodelist still ...
14152 * debugXML.c: avoided a possible core dump
14153 * HTMLparser.c: cleanup
14154 * nanohttp.c: contributed fix.
14155 * tree.c: fixes in properties handling added xmlSetNsProp
14156 needed by libxslt
14157 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14158 comment
14159 * TODO: updated
14160
Daniel Veillard167bd532001-01-06 21:09:34 +000014161Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14162
14163 * parser.c parserInternals.c: applied Bjorn Reese optimization
14164 patch
14165
14166Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * Makefile.am: applied patch fro make check from Martin Vidner
14169
Daniel Veillard503b8932001-01-05 06:36:31 +000014170Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14171
14172 * configure.in: preparing 2.2.11
14173 * doc/html/*: rebuild the HTML files
14174 * doc/xml.html : updated
14175
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014176Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14177
14178 * tree.c: fixed a stupid bug
14179 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14180 patches related to validation of an XInclude processing result
14181 * TODO: updated
14182
Daniel Veillarde2488192001-01-04 10:54:22 +000014183Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14186 on large files
14187
Daniel Veillardf060a412001-01-03 20:52:44 +000014188Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14189
14190 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14191
Daniel Veillard45cff692001-01-03 18:02:04 +000014192Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14193
14194 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14195 reported by Jonas Borgström
14196 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14197
Daniel Veillard08108982001-01-03 15:24:58 +000014198Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14199
14200 * testXPath.c xpath.c: fixing the XPath union expressions problem
14201 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14202
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014203Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14204
14205 * xmllint.c: Made is so if the file name is "-" is will read form
14206 standard input. Sven Heinicke <sven@zen.org>
14207 * tree.c: fixed a problem when growing buffer
14208 * tree.h: fixed the comment of the node types following andersca
14209 comment
14210 * TODO: updated
14211
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014212Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14213
14214 * HTMLparser.[ch]: added a way to avoid adding automatically
14215 omitted tags. htmlHandleOmittedElem() allows to change the
14216 default handling.
14217 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14218 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14219 of xmllint too when using --memory flag, added a memory test
14220 suite at the Makefile level.
14221 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14222 with namespace use when encountering QNames in XPath evalation,
14223 added xmlns() scheme in XPointer.
14224 * nanoftp.c : incorporated a fix
14225 * parser.c xmlIO.c: fixed problems raised with encoding when using
14226 the memory I/O
14227 * parserInternals.c: closed bug 25934 reported by
14228 torsten.landschoff@innominate.de
14229 * TODO: updated
14230
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014231Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14232
14233 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14234 on a non-updated tree :-(, made a 2.2.10 release to correct the
14235 situation
14236
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014237Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14238
14239 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14240 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14241 integrated a set of OpenVMS changes from Howard Taylor
14242 <Howard.Taylor@pacoast.com>
14243
Daniel Veillard58770e72000-11-25 00:48:47 +000014244Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14245
14246 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14247 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14248
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014249Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14250
14251 * HTMLparser.c: some fixes on auto-open of html/head/body
14252 * encoding.c: fixed a compilation error on some gcc env
14253 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14254 XPointer implementation
14255 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14256 related XPointer tests and associated results
14257
Daniel Veillard300f7d62000-11-24 13:04:04 +000014258Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14259
14260 * doc/xmldtd.html doc/xml.html: following a short step by step
14261 guidance on IRC to help maciej with DTDs I started a small
14262 page on the subject.
14263
Daniel Veillard748e45d2000-11-17 16:36:08 +000014264Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14265
14266 * HTMLparser.c: fixed handling of broken charrefs
14267 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14268 patches
14269
Daniel Veillard28929b22000-11-13 18:22:49 +000014270Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14271
14272 * doc/xml.html doc/html/* : rebuilt the docs after adding
14273 xinclude and updated page for 2.2.7 and 2.2.8
14274 * configure.in: releasing 2.2.8
14275
Daniel Veillard41e06512000-11-13 11:47:47 +000014276Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14277
14278 * parser.[ch] parserInternals.c: applied the conditional
14279 section processing fix from Jonathan P Springer
14280 <jonathan.springer2@gte.net>
14281 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14282 project file, fixed iconv default non support
14283 * xpath.c: fixed the problem of evaluating relative expressions
14284 when a node context is provided.
14285
Daniel Veillardbf432752000-11-12 15:56:56 +000014286Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14287
14288 * nanoftp.c: fixed gcc 2.95 new warnings
14289 * SAX.c: fixed a stupid bug
14290 * tree.c: fixed a formatting problem when round-tripping
14291 from/to memory
14292 * xinclude.c: chased memleak, fixed a base problem
14293 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14294 xmlXPtrBuildNodeList()
14295 * TODO: updated
14296 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14297 adding a first small set of regression tests for XInclude
14298
Daniel Veillardc2def842000-11-07 14:21:01 +000014299Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * nanohttp.[ch]: applied Wayne Davison patches to access
14302 the WWW-Authorization header.
14303 * parser.c: Closed Bug#30847: Problems when switching encoding
14304 in short files by applying Simon Berg's patch.
14305 * valid.c: fixed a validation problem
14306 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14307 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14308 Wayne Davison
14309 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14310 need to be extended to non full nodes selections.
14311 * xinclude.c: starts to work decently
14312
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014313Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14314
14315 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14316 debugXML.c xmlversion.h.in: Started adding XInclude support,
14317 this is a new xmllint option
14318 * tree.c xpath.c: applied TOM patches for XPath
14319 * xpointer.c: fixed a couple of errors.
14320 * uri.c: added an escaping function needed for xinclude
14321 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14322 new warning from RH70 gcc's version
14323
Daniel Veillarda4964b72000-10-31 18:23:44 +000014324Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14325
14326 * HTMLparser.c: fixed loop on invalid char in scripts
14327 * parser.c: update to description of xmlIOParseDTD()
14328 * libxml.m4 xmlversion.h.in: changes contributed by
14329 Michael Schmeing <m.schmeing@internet-factory.de>
14330 * configure.in: preparing for 2.2.7
14331 * Makefile.am: trying to avoid config.h and acconfig.h
14332 being included in the distrib
14333 * configure.in: released 2.2.7
14334
14335Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14336
14337 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14338 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14339
Daniel Veillard01411222000-10-30 15:33:22 +000014340Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14341
14342 * parser.[ch]: added xmlIOParseDTD()
14343 * xpointer.c: added support for the 2 extra parameters of
14344 string-range, fixed a stoopid error when '0' was present
14345 in XPointer expressions
14346 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14347 testsuite for the above
14348
Daniel Veillard6db58192000-10-30 09:27:53 +000014349Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14350
14351 * libxml.spec.in: improved package descriptions
14352
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014353Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14354
14355 * xpath.c xpathInternals.h: applied a large cleaning patch
14356 from TOM <ptittom@free.fr>, it also add namespace support
14357 for function and variables registration.
14358
Daniel Veillardbd20df72000-10-29 17:53:40 +000014359Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14360
14361 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14362 * Makefile.mingw: Wayne Davison's update adding hash.c
14363
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014364Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14365
14366 * xpath.c: fixed the root evaluation problems
14367 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14368 ignorable spaces with <b> <bold> <em>
14369 * tree.c: fixed a loop in xmlSearchNsByHref()
14370
Daniel Veillard767662d2000-10-27 17:04:52 +000014371Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14372
14373 * xpath.c: applied another XPath patch from TOM
14374 * xpath.c include/makefile.am: applied another patch from
14375 china@thewrittenword.com (cleanup on IRIX).
14376
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014377Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14378
14379 * xml-config.1: received a fixed version from Fredrik Hallenberg
14380 <hallon@lysator.liu.se>
14381
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014382Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14383
14384 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14385 cleanup patch for XPath
14386
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014387Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14388
14389 * patched to redirrect all "out of context" error messages to
14390 a reconfigurable routine. The changes are:
14391 * xmlerror.h : added the export of an error context type (void *)
14392 an error handler type xmlGenericErrorFunc there is an interface
14393 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14394 to reset the error handling routine and its argument
14395 (by default it's equivalent to respectively fprintf and stderr.
14396 * all the c files: all wild accesses to stderr or stdout within
14397 the library have been replaced to calls to the handler.
14398
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014399Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14400
14401 * configure.in: release 2.2.6
14402 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14403 exporting the inner functions of xpath for extension modules
14404 * doc/*: updated and rebuilt the doc
14405
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014406Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14407
14408 * nanohttp.c : applied Wayne HTTP cleanup patch
14409 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14410 and xmlNodeSetSpacePreserve()
14411
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014412Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14413
14414 * xpath.c: closing bug #29260
14415
Daniel Veillard126f2792000-10-24 17:10:12 +000014416Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14417
14418 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14419 multikey tuples, made hash structure opaque
14420 * valid.[ch]: moved elements, attributes, notations decalarations
14421 as well as ID and refs to hash tables.
14422 * entities.c: hash cleanup
14423 * xmlmemory.c: fixed a dump problem in debug mode
14424 * include/Makefile.am: problem passing in DESTDIR= values patch
14425 from Marc Christensen <marc@calderasystems.com>
14426 * nanohttp.c: removed debugging remains
14427 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14428 * HTMLparser.c parser.c: fixing a number of problems with the
14429 macros in the *parser.c files (Wayne).
14430 * HTMLparser.c: close the previous option when opening a new one
14431 (Marc Sanfacon).
14432 * result/HTML/*: updated the HTML results accordingly
14433
Daniel Veillard52afe802000-10-22 16:56:02 +000014434Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14435
14436 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14437 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14438 XPath functions and XML entities table to them. More to come...
14439 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14440
Daniel Veillard683cb022000-10-22 12:04:13 +000014441Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14442
14443 * tree.c: coalesce adjacent text nodes
14444 * valid.c: handling of blank nodes in DTd validation (raised
14445 by problems with a posteriori validation).
14446 * nanohttp.c: changing behaviour on HTTP write stuff.
14447 * HTMLtree.c: forced body and html to be explicitely closed.
14448 * xpath.h: exported more XPath functions.
14449
Daniel Veillard1baf4122000-10-15 20:38:39 +000014450Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14451
14452 * Release of 2.2.5
14453 * xpointer.c: range() range-inside and other helper functions
14454 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14455
Daniel Veillard47e12f22000-10-15 14:24:25 +000014456Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14457
14458 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14459 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14460
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014461Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14462
14463 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14464 and XPointer modules
14465
Daniel Veillard134c9f32000-10-15 10:27:08 +000014466Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14467
14468 * SAX.h: closed #25107
14469
Daniel Veillard39915622000-10-15 10:06:55 +000014470Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14471
14472 * testSAX.c: fixed problem with cdata reporting
14473 * SAXresult/* : updated
14474
Daniel Veillard1e851392000-10-15 10:02:56 +000014475Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14476
14477 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14478 Closed bug #27499, added to regression tests
14479 * TODO: updated
14480
Daniel Veillard7eda8452000-10-14 23:38:43 +000014481Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14482
14483 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14484 support for SCRIPT and STYLE with help from Bjorn Reese
14485 * test/HTML/* result/HTML/*: added simple testcase and updated
14486 the existing ones.
14487
Daniel Veillardff9c3302000-10-13 16:38:25 +000014488Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14489
14490 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14491 string-range for empty strings
14492 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14493 test/XPath/xptr/strrange: augmented the XPointer testsuite
14494
Daniel Veillard189446d2000-10-13 10:23:06 +000014495Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14496
14497 * doc/xml.html doc/xmlmem.html: added a module describing memory
14498 interfaces and use, updated the main page.
14499
Daniel Veillard2f971a22000-10-12 23:26:32 +000014500Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14501
14502 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14503 nanoftp code work on Windows too now
14504
14505Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014506
14507 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14508 * xpointer.c: implemented string-range() at least a good first version
14509 * test/XPath/docs/str test/XPath/xptr/strrange
14510 result/XPath/xptr/strrange: the string-range() tests
14511
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014512Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14513
14514 * Makefile.am include/Makefile.am include/win32config.h
14515 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14516 and make distcheck
14517
Daniel Veillard19d61112000-10-11 23:50:35 +000014518Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14519
14520 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14521 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14522 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14523
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014524Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14525
14526 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14527 patch for socklen_t detection by
14528 Albert Chin-A-Young <china@thewrittenword.com>
14529
Daniel Veillardcd429612000-10-11 15:57:05 +000014530Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14531
14532 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14533 and added a --dtdvalid option to xmllint used to test it
14534
Daniel Veillard47c02452000-10-11 13:04:36 +000014535Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14536
14537 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14538 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14539
Daniel Veillard2d38f042000-10-11 10:54:10 +000014540Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14541
14542 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14543 handlings (registration, lookup, cleanup)
14544
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014545Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14546
14547 * configure.in Makefile.am include/makefile.am: adding XPointer
14548 and XPtrtests target
14549 * xpointer.[ch] : new files for XPointer support
14550 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14551 more XPath tests
14552
Daniel Veillard57fda592000-10-10 23:24:14 +000014553Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * configure.in: fixed, very broken, make distcheck works again
14556
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014557Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * More work toward 2.2.5, integrated a number of patches
14560 * configure.in Makefile.am win32config.h.in: trying to cleanup
14561 make distcheck .... huh ...
14562 * include/Makefile.am include/win32config.h: new directory
14563 for includes
14564 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14565 updated teh makefiles and instructions for WIN32
14566 * xpath.c: small fixes
14567 * test/XPath/ results/XPath: updated the testcases and results
14568 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14569 suggested patches
14570 * valid.c: fixed an ID bug
14571
Daniel Veillardb71379b2000-10-09 12:30:39 +000014572Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014575 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014576 * xpath.[ch]: worked on XPointer
14577
Daniel Veillard7e99c632000-10-06 12:59:53 +000014578Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * configure.in Makefile.am: 2.2.5, ship the include in an
14581 include/libxml subdirectory, use symlinks when using CVS
14582 * testSAX.c: fixed small bug
14583 * testXPath.c: changed the way testfiles are parsed
14584 * debugXML.c: same kind of cleanup when parsing an argument expression
14585 XPath/XPointers can have blanks embedded
14586 * xpath.[ch]: more cleanup, reorgs for XPointer work
14587 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14588 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14589
Daniel Veillard55b91f22000-10-05 16:30:11 +000014590Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14591
14592 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14593 in the XPath engine, rewrote large parts of it, now it's far
14594 cleaner and in sync with the REC not an old WD. Fixed a parsing
14595 problem in the interactive XML shell found when testing XPath.
14596
Daniel Veillardac260302000-10-04 13:33:43 +000014597Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14598
14599 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14600 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14601 examples with the extra test
14602
Daniel Veillard7cfce322000-10-04 12:40:27 +000014603Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14604
14605 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14606 the global init function.
14607
Daniel Veillard970112a2000-10-03 09:33:21 +000014608Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14609
14610 * HTMLparser.c: Doohhh, attribute name parsing was still case
14611 sensitive ! Fixed this ...
14612 * result/HTML/* : updated the tests results accordingly
14613
Daniel Veillard740abf52000-10-02 23:04:54 +000014614Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14615
14616 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14617 engine, should be far more stable, incorporated a new version of
14618 preceding/following axis, need testing
14619 * uri.c: fixed file:///c:/a/b/c problem
14620 * test/XPath/tests/idsimple: augmented the XPath tests
14621
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014622Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14623
14624 * doc/* rebuilding docs for 2.2.4 release
14625
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014626Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14627
14628 * configure.in: releasing 2.2.4
14629 * parser.[ch]: added xmlStrEqual()
14630 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14631 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14632 use xmlStrEqual instead
14633 * TODO: updated
14634 * added an XPath test
14635
Daniel Veillardbc765302000-10-01 18:23:35 +000014636Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14637
14638 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14639 * entities.h: exported xmlInitializePredefinedEntities
14640 * parser.[ch] : added xmlInitParser()
14641 * parserInternals.h : had to export htmlInitAutoClose()
14642
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014643Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14644
14645 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14646 problems
14647 * Makefile.am : added XPath regression tests to normal tests
14648 * uri.c: fixed a problem with local paths, cleanup
14649 * parser.c: fixed a problem with large CData sections
14650
Daniel Veillardd2ade932000-09-30 14:39:55 +000014651Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14652
14653 * configure.in xml-config.in: patch from "Ben Taylor"
14654 <sol7x86@hotmail.com> for solaris shared libs lookup
14655
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000146562000-09-30 Martin Baulig <baulig@suse.de>
14657
14658 * libxml-2.0.pc.in: Provide pkg-config script.
14659
14660 * configure.in: Create the libxml-2.0.pc script from the
14661 libxml-2.0.pc.in templates.
14662 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014663 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014664
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014665Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14666
14667 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14668 when compiling with MSC
14669
Daniel Veillard46057e12000-09-24 18:49:59 +000014670Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14671
14672 * xpath.c: patch for normalize-string() substring-before(),
14673 substring-after() and translate() functions from Bjorn Reese
14674 <breese@mail1.stofanet.dk>
14675 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14676 Fredrik Hallenberg <hallon@lysator.liu.se>
14677 * TODO: updated
14678
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014679Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14680
14681 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14682 problem of socklen_t being undefined on a number of platforms
14683 * debugXML.c: fixed a compilation problem when without snprintf
14684
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014685Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14686
14687 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14688 an URI bug and a fix for the control-character-induced infinite loop
14689 * nanohttp.c: preventive fix for compiling on WIN32
14690
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014691Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * xmlint.c: closing bug #25000
14694
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014695Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14696
14697 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14698 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14699 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14700 related function, fixing xmlStrncmp(), and associated cleanup
14701 * result/HTML/entities.html.sax: updating result
14702
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014703Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14704
14705 * uri.c: applied patch for URI escaping from Wayne Davison
14706 <wayned@blorf.net>
14707 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14708 from Denis Barbier <barbier@imacs.polytechnique.fr>
14709 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14710 patch from Wayne Davison
14711
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014712Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14713
14714 * doc/xml.html : updated with new releases, adding "how to help"
14715
Daniel Veillard04698d92000-09-17 16:00:22 +000014716Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14717
14718 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14719 removed a few warnings in pedantic mode ...
14720 * parserInternals.c parser.c: moved encoding switching function
14721 to parserInternals.c
14722 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14723
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014724Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14725
14726 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14727 error or warning handlers
14728
Daniel Veillardb1059e22000-09-16 14:02:43 +000014729Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14730
14731 * parserInternals.c parserInternals.h parser.c Makefile.am:
14732 created a new module parserInternals.c, moved most of the
14733 code shared by the various parsers there, as well as
14734 deprecated code from parser.c. More cleanup of parser.c
14735 * uri.c: fixed a problem when URI is NULL
14736 * valid.c: speedup when looking for an attribute declaration
14737
Daniel Veillard39c7d712000-09-10 16:14:55 +000014738Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14739
14740 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14741 the cleanup of the computation of URI references when seeking
14742 external entities. The URI reference string and the resulting
14743 URI are both stored now.
14744 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14745 large s(n)printf checks and cleanup from Denis Barbier
14746 <barbier@imacs.polytechnique.fr>
14747 * xmlversion.h.in tree.h: couple of SGML declarations for a
14748 possible docbook module.
14749 * result/VC/ : a couple of test output changed due to the change
14750 of the entities URI
14751
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014752Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14753
14754 * parser.h: added a _private field for linking user's data
14755
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014756Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14757
14758 * parser.c parserInternals.h: demacroified most of the IS_XXX
14759 the gain in size is significant so ...
14760
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014761Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14762
14763 * entities.c: cases where looking up entities with doc==NULL
14764 covered
14765
Daniel Veillard90e11312000-09-05 10:42:32 +000014766Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14767
Daniel Veillard1de50802000-09-07 08:54:32 +000014768 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014769 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14770
Daniel Veillard98a79162000-09-04 11:15:39 +000014771Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14772
Daniel Veillard1de50802000-09-07 08:54:32 +000014773 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014774 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14775 * Makefile.in: added URItest and included thenin "make tests"
14776
14777Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014778
14779 * xmlversion.h.in: closed bug 22941
14780
Daniel Veillard2bb89092000-08-31 14:57:50 +000014781Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14782
14783 * doc/xmlio.html: added doc and example for entity loader
14784 redefinition.
14785
Daniel Veillard96984452000-08-31 13:50:12 +000014786Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14787
14788 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14789 used by libxml
14790
Daniel Veillarde715dd22000-08-29 18:29:38 +000014791Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14792
14793 * parser.c: Fixed bug on invalid ontent characters and when using
14794 push.
14795 * xmllint.c: fixed xmllint endling of errors in push mode
14796
Daniel Veillard4948eb42000-08-29 09:41:15 +000014797Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14798
14799 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014800 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014801 * result/HTML/*.sax: regenerated HTML SAX output
14802 * parser.c: more cleanup.
14803
Daniel Veillarde010c172000-08-28 10:04:51 +000014804Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014807 patches from Wayne Davison <wayned@users.sourceforge.net>,
14808 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014809 * HTMLparser.c: fixed an ignorable white space detection bug
14810 occuring when parsing with SAX only
14811 * result/HTML/*.sax: updated since the output is now HTML
14812 encoded...
14813
Daniel Veillard47f3f312000-08-27 22:40:15 +000014814Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14815
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014816 * HTMLparser.[ch]: applied some of Wayne Davison
14817 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014818
Daniel Veillarde0854c32000-08-27 21:12:29 +000014819Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14820
14821 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14822 undeclared namespace prefix was used, added a warning.
14823 Cleaned up support w.r.t. entities, spilling out a warning
14824 and being pedantic on lookups.
14825 * test/warning/ent9 : added testcase for previous example.
14826 * TODO: updated
14827 * parserInternals.h parser.c: changed the way names are parsed
14828 now allow infinite size and decrease penalty for normal use
14829 * parser.c: Started a big cleanup/check of the parser code,
14830 fixed some of the most tortuous entity code, spotted code
14831 unused anymore
14832 * test/*: added tests for very long names and related nasty
14833 things.
14834
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014835Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * doc/encoding.html: added encoding aliases doc
14838 * doc/xml.html: updates
14839 * encoding.[ch]: added EncodingAliases functions
14840 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14841 bottleneck affecting large DTDs like Docbook
14842 * parser.[ch] xmllint.c: added a pedantic option, will be
14843 useful
14844 * SAX.c: redefinition of entities is reported in pedantic mode
14845 * testHTML.c: uninitialized warning from gcc
14846 * uri.c: fixed a couple of bugs
14847 * TODO: added issue raised by Michael
14848
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014849Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
14851 * doc/encoding.html: propagated Martin Duerst suggestions
14852
Daniel Veillard52402ce2000-08-22 23:36:12 +000014853Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14856 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14857 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14858 by Wayne Davison
14859
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014860Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14861
14862 * nanoftp.c nanohttp.c: small cleanup
14863 * TODO: updated
14864
Daniel Veillard244ece92000-08-19 20:58:02 +000014865Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14866
14867 * added an old VC testcase and updated title.xml entity
14868
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014869Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14870
14871 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14872 done on auto-opening of <p> tags and cleanup of SAX output
14873
Daniel Veillard979e55e2000-08-19 16:48:54 +000014874Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14875
14876 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14877
Daniel Veillard4540be42000-08-19 16:40:28 +000014878Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14879
14880 * doc/xml.html libxml.* structure.*: updated the doc a bit
14881
Daniel Veillard808a3f12000-08-17 13:50:51 +000014882Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14883
14884 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14885 of SAX tests
14886
Daniel Veillard29579362000-08-14 17:57:48 +000014887Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14888
14889 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14890 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14891
Daniel Veillard1255ab72000-08-14 15:13:33 +000014892Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14893
14894 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14895 * testHTML.c: fix core dump on Solaris 2.x systems
14896 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14897 * result/HTML/*.sax: previous bug fix lead to new results
14898
Daniel Veillard03109292000-08-14 14:58:22 +000014899Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14900
14901 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14902 * configure.in: added --with-readline=DIR to accept alternate
14903 path for readline include/library
14904 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14905 for ANSI under HP-UX
14906 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14907 includes @LIBS@
14908
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014909Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14910
14911 * doc/* : rebuilt the docs
14912 * getting ready for 2.2.2 release
14913
Daniel Veillard87b95392000-08-12 21:12:04 +000014914Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14915
14916 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14917 and xmlAddFeature()
14918 * tree.[ch]: added xmlAddChildList()
14919 * xmllint.c: MAP_FAILED macro test
14920 * parser.h: added xmlParseCtxtExternalEntity()
14921 * valid.c: applied bug fixes removed warning
14922 * tree.c: added CDATA block to elements content
14923 * testSAX.c: cleanup of output
14924 * testHTML.c: added SAX testing
14925 * encoding.c: better error recovery
14926 * SAX.c, parser.c: fixed one of the external entity processing
14927 of the OASis testsuite
14928 * Makefile.am: added HTML SAX regression tests
14929 * configure.in: bumped to 2.2.2
14930 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14931 SAX results
14932
Daniel Veillard88a172f2000-08-04 18:23:10 +000014933Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14934
14935 * configure.in: patch for HP compiler
14936
149372000-08-04 Sven Heinicke <sven@zen.org>
14938
14939 * xmllint.c: Was coredumping sometimes when the file given didn't
14940 exist.
14941
Daniel Veillard46e370e2000-07-21 20:32:03 +000014942Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14943
14944 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014945
Daniel Veillard46e370e2000-07-21 20:32:03 +000014946 when using in memory parsing. Need some cleanup.
14947 * xmllint.c configure.in: added a --memory flag to test memory
14948 parsing
14949
Daniel Veillard36650692000-07-21 15:16:39 +000014950Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14951
14952 * nanohttp.c: fixed socklen_t replacement to unsigned int
14953 * parser.c: fixed a space handdling missing at the end of
14954 production 28 DOCTYPE.
14955 * xmlmemory.c: fixed a stupid bug on the routine to override
14956 allocation functions
14957 * TODO: updated
14958
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014959Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14960
14961 * doc/ regenerated the docs
14962
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014963Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14964
14965 * doc/encoding.html doc/xml.html: added I18N doc
14966 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14967 improvements, both parser and filters, added ASCII & HTML,
14968 fixed the ISO-Latin-1 one
14969 * xmllint.c testHTML.c: added/made visible --encode
14970 * debugXML.c : cleanup
14971 * most .c files: applied patches due to warning on Windows and
14972 when using Sun Pro cc compiler
14973 * xpath.c : cleanup memleaks
14974 * nanoftp.c : added a TESTING preprocessor flag for standalong
14975 compile so that people can report bugs more easilly
14976 * nanohttp.c : ditched socklen_t which was a portability mess
14977 and replaced it with unsigned int.
14978 * tree.[ch]: added xmlHasProp()
14979 * TODO: updated
14980 * test/ : added more test for entities, NS, encoding, HTML, wap
14981 * configure.in: preparing for 2.2.0 release
14982
Daniel Veillard49703262000-07-10 10:27:46 +000014983Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14984
14985 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000014986 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000014987
Daniel Veillard306be992000-07-03 12:38:45 +000014988Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14989
14990 * doc/xml.html: changed the xmlsoft.org structure, updated the
14991 examples w.r.t. root and childs
14992
Daniel Veillard7d853352000-07-02 18:53:09 +000014993Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14994
Daniel Veillard784b9352003-02-16 15:50:27 +000014995 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000014996
Daniel Veillard365e13b2000-07-02 07:56:37 +000014997Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14998
14999 * HTMLparser.c: Work on character encoding support for the HTML parser
15000 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15001 * encoding.c: Fixed a potential memleak in the encoding stuff
15002
Daniel Veillardaf743792000-07-01 11:49:28 +000015003Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15004
15005 * doc/FAQ.html doc/Makefile.am : added a FAQ
15006
15007Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015008
15009 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15010 of the HTML parser to force it to not bypass SAX
15011
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015012Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15013
15014 * win32config.h.in: updated
15015 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15016 lacks iconv support :-( need to release 2.1.1
15017 * configure.in: release 2.1.1
15018 * HTMLparser: fixed bug #14784
15019 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15020 by Windows compiler
15021 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15022 the SAX startDocument() callback.
15023 * TODO: updated
15024
15025Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15026
15027 * added xmlStopParser()
15028
Daniel Veillardbe803962000-06-28 23:40:59 +000015029Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15030
15031 * configure.in: 2.1.0 prerelease
15032 * Large resync between W3C and Gnome tree
15033 * nanoftp, nanohttp.c: fixed stalled connections probs
15034 * HTMLtree.c SAX.c : support for attribute without values in
15035 HTML for andersca
15036 * valid.c: Fixed most validation + namespace problems
15037 * HTMLparser.c: start document callback for andersca
15038 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15039 * parser.h, SAX.c: serious speed improvement for large
15040 CDATA blocks
15041 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15042 different encoding
15043 * example/Makefile.am example/gjobread.c tree.h: work on
15044 libxml1 libxml2 convergence.
15045 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15046 and the LIBXML_TEST_VERSION macro
15047
Daniel Veillardc310d562000-06-23 18:32:15 +000015048Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15049
15050 * doc/xml.html: various patches and improvements typo fixed by
15051 Felix Natter
15052 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15053 from Felix Natter <fnatter@gmx.net>
15054
Daniel Veillardf3029822000-05-06 08:11:19 +000015055Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15056
15057 * doc/upgrade.html: updated with instructions for support of both
15058 libxml-1.x and libxml-2.x
15059 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15060 for 2.x support and also fixed includes
15061
15062
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015063Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15064
15065 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15066 the encoding support, added iconv support, so now libxml if
15067 compiled with iconv automatically support japanese encodings
15068 among others. Work based on initial patch from Yuan-Chen Cheng
15069 I may have broken binary compat in the encoding handler
15070 registration scheme, but that was so utterly broken I don't
15071 expect anybody to have used this feature until now.
15072 * parserInternals.h: fixup on the CHAR range macro
15073 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15074 code.
15075 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15076 * uri.c: added xmlParseURI() I can't believe I forgot to
15077 implement this one in 2.0 !!!
15078 * SAX.c: moved doc->encoding update in the endDocument() call.
15079 * TODO: updated.
15080
Daniel Veillard06047432000-04-24 11:33:38 +000015081Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15082
15083 * tree.h: removed extraneous xmlRemoveProp definition
15084 * TODO: added item about --disable-corba configure switch
15085 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15086 * nanoftp.c: fixed include problems giving troubles on AIX and
15087 slowlaris
15088 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15089 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15090 comment and headers changes to lower gtk-doc number of warnings
15091 * doc/html/*: rebuilt docs
15092
Daniel Veillarde0aed302000-04-16 08:52:20 +000015093Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15094
15095 * HACKING: documented the tag for 1.x and instructions
15096
Daniel Veillard5e873c42000-04-12 13:27:38 +000015097Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15098
15099 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15100 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15101 xmlCreateIOParserCtxt
15102 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15103 significant overall improvement
15104 * xmllint.c: added I/O test to xmllint
15105 * testSAX.c: added a speed test
15106 * doc/* : updated/regenerated
15107
Daniel Veillardfc708e22000-04-08 13:17:27 +000015108Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15109
15110 * xpath.c uri.h parserInternals.h: cosmetic changes from
15111 "Timur I. Bakeyev" <timur@bat.ru>, including making
15112 xmlCreateURI() public
15113
Daniel Veillard5d211f42000-04-07 17:00:24 +000015114Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15115
15116 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15117 and the code at the same time. Added a clean mechanism for
15118 overload or added input methods: xmlRegisterInputCallbacks()
15119 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15120 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15121 * TODO: updated
15122 * doc/* : updated/regenerated
15123 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15124 source dir
15125
Daniel Veillarde77a9182000-04-05 19:12:29 +000015126Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15127
15128 * testURI.c: yet another forgotten commit, I should get some sleep !
15129
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015130Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15131
15132 * xmllint.c: forgot to commit this too ?
15133
Daniel Veillardb9df4042000-04-05 14:23:16 +000015134Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15135
15136 * xmlversion.h.in : forgot to commit this previously
15137
Daniel Veillard361d8452000-04-03 19:48:13 +000015138Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15139
15140 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15141 * README TODO: updated for release
15142 * uri.c uri.h: added authority parsing/saving
15143 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15144 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15145 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15146 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15147 Makefile.am : added compile-time customization of libxml
15148 --with-ftp --with-http --with-html --with-xpath --with-debug
15149 --with-mem-debug
15150 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15151 #include <libxml/xxx.h> I hope it won't break too much stuff
15152 and will be manageable in the future...
15153 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15154 and added xmllint to the installed programs
15155 * uri.h: added xmlFreeURI()
15156
Daniel Veillardec303412000-03-24 13:41:54 +000015157Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15158
15159 * uri.c uri.h: finished the escaping handling, the base support
15160 and the URI path normalization. Looks good just lacks the
15161 authority content parsing code.
15162 * Makefile.am: added instructions to generate testURI
15163 * TODO: updated
15164 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15165 added links and icons for W3C and Gnome
15166
Daniel Veillard8f621982000-03-20 13:07:15 +000015167Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15168
15169 * xmlmemory.[ch] : seems I forgot to actually update the files in
15170 the last commit :-)
15171 * doc/xml.html doc/html/* : updated and uploaded the docs
15172
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015173Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15174
15175 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15176 * TODO: updated
15177 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015178 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015179 gfree).
15180 * Makefile.am, uri.c, uri.h: added a set of functions to do
15181 exact (litteraly copied from the RFC 2396 productions) parsing
15182 and handling of URI. Will be needed for XLink, one XML WFC,
15183 XML Base and reused in the nano[ftp/http] modules. Still work
15184 to be done.
15185
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015186Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15187
15188 * configure.in, libxml.spec.in : libxml2
15189 * doc/* : updated the doc page, rebuilt the docs
15190
Daniel Veillardcf461992000-03-14 18:30:20 +000015191Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * all: tagged LIB_XML_1_X
15194 * *.c *.h : updated from W3C CVS tree
15195 * configure.in : 2.0.0-beta
15196 * libxml.spec.in : libxml2 package nam
15197 * result/* : new version of the tests output
15198
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015199Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15200
15201 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15202
Daniel Veillardb566ce12000-03-04 11:39:42 +000015203Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15204
15205 * doc/* : rebuilt the docs
15206 * parser.c: final patch on #6766
15207 * valid.c: small patch on validity checks.
15208
Daniel Veillardfb76c402000-03-04 11:39:42 +000015209Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15210
15211 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15212 added
15213 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15214 compatibility w.r.t. XML spec and existing code.
15215
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015216Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15217
15218 * parser.c: seems a better solution to <a> </a> exists,
15219 will try it for a while
15220
Daniel Veillard83a30e72000-03-02 03:33:32 +000015221Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15222
15223 * parser.c: tried to remove the <a> </a> generating <a/>
15224 this is hard. Left a flag for that purpose. Fixed bug #6766
15225 * configure.in: prepared 1.8.7 not released, due to previous
15226 problem
15227
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015228Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15229
15230 * doc/xml.html : applied second patch from Paul DuBois
15231
Daniel Veillard402e8c82000-02-29 22:57:47 +000015232Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15233
15234 * doc/xml.html : applied patch from Paul DuBois
15235
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015236Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15237
15238 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15239
Daniel Veillard5feb8492000-02-02 17:15:36 +000015240Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15243 compilation warnings on various platforms.
15244 * parser.c: Fixed #5281 validity error callbacks are now desactived
15245 by default if not validating.
15246
Daniel Veillardf341f932000-02-02 14:52:08 +000015247Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15248
15249 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15250
Daniel Veillard13c757e2000-02-01 23:59:15 +000015251Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15252
15253 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15254 <gkatsi@cs.toronto.edu>
15255
Daniel Veillard726e8792000-01-30 20:04:29 +000015256Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15259 processing URLs
15260
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015261Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15262
15263 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15264 xmlNanoFTPUpdateURL for persistent control connections.
15265 * configure.in: 1.8.6
15266
15267Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15268
15269 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15270 * tree.[ch] : added xmlSaveNoEmptyTags
15271
James Henstridgef3be9312000-01-28 13:59:21 +0000152722000-01-29 James Henstridge <james@daa.com.au>
15273
15274 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15275
15276 * Makefile.am: added nanoftp.[ch] to the build.
15277
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015278Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15279
15280 * nanoftp.[ch]: cleanup, comments, API
15281 * debugXML.c : fixed a bug in the cat command
15282 * doc/*: regenerated the docs
15283
Daniel Veillardda07c342000-01-25 18:31:22 +000015284Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15285
15286 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15287 * debugXML.c : fixed a bug in the cat command
15288 * valid.c: fixing some small probs
15289 * libxml.spec.in: get rid of the SNAP suffix
15290 * doc/xml.html: updated the status
15291
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015292Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15293
15294 * xml-config.in: xml-config --version to just return the
15295 version number
15296 * xpath.c: some cleanup w.r.t. axis when the current node is
15297 an attribute.
15298 * TODO: updated
15299
Daniel Veillard461a66c2000-01-18 18:01:01 +000015300Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15301
15302 * configure.in: prepared for libxml-1.8.5
15303 * doc/* recompiled the documentation
15304
153052000-01-17 Jody Goldberg <jgoldberg@home.com>
15306
15307 * configure.in : WARNING autoconf subtlety alert :
15308 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15309 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15310 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15311 get defined by AC_CHECK_HEADERS.
15312
Daniel Veillardf967b902000-01-17 16:06:10 +000015313Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15314
15315 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15316 Rune.Djurhuus@fast.no
15317
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015318Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15319
15320 * TODO: updated
15321 * tree.c, parser.c: made sure that only memory alloc problems
15322 and internal parser errors are allowed to write to stdout or
15323 stderr.
15324
Daniel Veillard0142b842000-01-14 14:45:24 +000015325Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15326
15327 * tree.c : restored xmlNewGlobalNs since this seems used by
15328 a lot of existing code :-(, fixed a bug in xmlNewNs
15329 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15330 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15331 to exit() from the library code.
15332 * xpath.c, parser.c: removed bugs or unused code detected by
15333 Windows compilers
15334 * parser.c: started adding interfaces for parsing well balanced
15335 XML fragments
15336 * configure.in: releasing 1.8.4
15337 * doc/* : rebuilt the docs
15338
Daniel Veillard2eac5032000-01-09 21:08:56 +000015339Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15340
15341 * tree.[ch] : added xmlNewDocFragment() for DOM
15342 * testHTML.c: uninitialized variable.
15343
Daniel Veillardf3a73582000-01-05 14:58:39 +000015344Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15345
15346 * doc/* : rebuild the docs
15347
Daniel Veillard71b656e2000-01-05 14:46:17 +000015348Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15349
15350 * acconfig.h: readline and history patch
15351 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15352 * tree.c: added check and handling when possibly removing an ID
15353 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15354 and saving.
15355 * test/HTML/entities.html result/HTML/entities.html* : test for
15356 various entities reference cases
15357 * result/HTML/* : as a result output of some testcase have
15358 changed
15359 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15360 by previous example. added xmlParseTryOrFinish().
15361 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15362 entities.h debugXML.h HTMLparser.h: changed the way struct are
15363 declared to allow gtk-doc to expose those
15364 * parser.c: closed bug #4960
15365 * Makefile.am configure.in: Applied patch from
15366 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15367 and math/socket libs detection
15368
Daniel Veillard437b87b2000-01-03 17:30:46 +000015369Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15370
15371 * configure.in, Makefile.am: link tester against readline
15372 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15373
Daniel Veillard686d6b62000-01-03 11:08:02 +000015374Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15375
15376 * tree.[ch]: added xmlRemoveProp
15377 * win32config.h.in nanohttp.c: avoid including the Windows
15378 socket stuff in every C files
15379 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15380 the XmL parser(s)
15381 * test/ns4 result/ns4 etc...: added test case for previous prob
15382 * tree.c: xmlNewNs wasn't checking for double definition
15383 * Makefile.in: fixed a problem with dist-hook duplicates
15384 * parser.[hc], xmlIO.c: fixed the loading of external entities
15385 APIs, now xmlLoadExternalEntity() is used everywhere and
15386 setting up an app specific front-end using the
15387 * SAX.c parser.c: some fixes, now the xhtml spec validates
15388 with the xhtml DTD.
15389 * error.c: fixed crashes in case of no input stream
15390 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15391 to the validation tests and results
15392
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015393Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15394
15395 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15396 too htmlCreatePushParserCtxt() and htmlParseChunk()
15397 * parser.c: a bit of cleanup.
15398 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15399 to XML) removed the last mem leak known
15400 * HTMLtree.c: output message cleanup
15401 * xmlmemory.c: display content info about memory blocks
15402 * result/HTML/wired.* : missing att value warning change
15403
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015404Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15405
15406 * doc/* : rebuilt the documentation
15407
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015408Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15409
15410 * parser.[ch] parserInternals.h: Push parser for XML,
15411 seems to work fine now
15412 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15413 --push for push testing
15414 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15415 * testSAX.c: added --push
15416 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15417 subtree
15418 * xmlIO.[ch] : enriched API + fixes for push mode
15419 * entities.[ch]: added the entity content length to the struct.
15420 * xmlmemory.[ch]: new API to show the last entries for the shell
15421 * valid.c: added required attribute testing
15422 * SAX.c: the cdata callback now merge contiguous fragments
15423 * HTMLparser.c: cleanup of some macros
15424
Daniel Veillard3c558c31999-12-22 11:30:41 +000015425Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15426
15427 * parser.c: fix for PIs name starting with xml
15428 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015429 * *.c, configure.in win32config.h.in : generate win32config.h for
15430 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015431
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015432Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15433
15434 * parser.c: fixed a stupid = vs. == bug :-(
15435 * doc/gnome-xml.sgml: s/glade/xml/
15436
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015437Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * configure.in, doc/xml.html : bug fix release 1.8.2
15440 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15441 Hopefully the end of that silly C++ include problem
15442 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15443 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15444 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15445 troubles with autoclosed elements when the stree shape doesn't
15446 follow the DtD specs. Added htmlIsAutoClosed() and
15447 htmlAutoCloseTag()
15448 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15449 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15450 * debugXML.c: fixed a bug on printing default namespaces.
15451 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15452
Daniel Veillardb24054a1999-12-18 15:32:46 +000015453Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15454
15455 * result/HTML/*.htm[l] : updated the HTML regression tests according
15456 to the new output
15457 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15458 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15459 problem due to intermix of extern "C" { ... } declarations for C++
15460 and recursive includes in the headers
15461
Chris Lahey323c48c1999-12-18 15:32:45 +0000154621999-12-20 Chris Lahey <clahey@umich.edu>
15463
15464 * HTMLtree.c: Made it so that html nodes with a single child do
15465 not insert a carriage return before or after the child node.
15466
Daniel Veillardb24054a1999-12-18 15:32:46 +000015467Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015468
15469 * configure.in, doc/xml.html : bug fix release 1.8.1
15470 * parser.c: fixed bug #4344
15471 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15472 added the glue to avoid C++ problems
15473 * doc/* : regenerated the documentation
15474
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015475Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15478 namespace recognition, and Dia as a resul :-(
15479 * encoding.c: closed bug #3950
15480
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015481Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15482
15483 * valid.c: debugging a posteriori validation, except URI expansion
15484 stuff this should be fixed now
15485 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15486 Carl Nygard <cnygard@bellatlantic.net>
15487 * tester.c: added --postvalid, cleaning of the code
15488 * tree.[ch]: added xmlDocGetRootElement()
15489
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015490Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15491
15492 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15493 c++ losage.
15494
Daniel Veillard10a2c651999-12-12 13:03:50 +000015495Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15496
15497 * configure.in, doc/xml.html : bumped to 1.8.0
15498 * xlink.[ch], Makefile.am : added framework for link detection
15499 * parser.h: added nbChars to parser context, needed for cleanup.
15500 * xmlmemory.c: removed a nasty bug when out of mem
15501 * valid.[ch]: adding namespace support for attribute decl
15502 * tester.c: added --debugent option
15503 * debugXML.[ch]: added xmlDebugDumpEntities()
15504 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15505 buffers instead, this was really needed, validation was breaking
15506 in strange ways due to that. Added xmlParseStringPEReference()
15507 and other parsing from strings functions. Entities processing
15508 modified again, but PERef are still not handled correcly but
15509 unless you're Eve Maller you won't notice :-)
15510 * HTMLparser.c: large changes toward reliability, and switched to
15511 lowercase internal tags, XHTML is lowercase, so it will help
15512 that output is closer to next version.
15513 * doc/* : regenerated the documentation, it is now hosted at
15514 http://xmlsoft.org/ (same bits I just bought the domain :-)
15515
15516
Daniel Veillard294cbca1999-12-03 13:19:09 +000015517Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15518
15519 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15520 doc generation
15521 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15522 in the SAX API
15523 * doc/*: rebuilt the doc making sure everything appears in the
15524 HTML files
15525
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015526Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15527
15528 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15529 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15530 which allow impressive speed improvement on dataset with
15531 large text pieces, but at the cost of broken binary
15532 compatibility and slightly bigger memory usage.
15533 Configure with --with-buffers to activate them, they
15534 are protected with XML_USE_BUFFER_CONTENT define.
15535 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15536 goal is 0 memory left allocated once parser is no more used
15537 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15538 call xmlCleanupParser() and xmlMemoryDump()
15539
Daniel Veillarda819dac1999-11-24 18:04:22 +000015540Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15541
15542 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15543 * parser.[ch] encoding.[ch]: added memory cleanup routines
15544 * parser.c: closing bug #3788
15545 * doc/*: rebuilt the doc
15546
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015547Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15548
15549 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15550 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15551 * tester.c: added --compress option
15552 * doc/*: rebuilt the documentation
15553
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015554Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15555
15556 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15557 if given /proc/kcore as input !
15558 * doc/xml.html doc/*: updated and rebuilt the documentation
15559
15560Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015561
15562 * parser.c: Fixed some wrongly space collapsing code due to
15563 a misreading of the spec.
15564 * result/*: fixed the output accordingly
15565
15566Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015567
15568 * encoding.c: bug fix and typos
15569 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15570 * parser.c: added attribute normalization closing bug #3597
15571 * test/att* result/att* SAXresult/att*: testcase for attribute
15572 normalization
15573
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015574Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15575
15576 * configure.in: closing bug #3163 by adding extra flags for the
15577 cc compiler on HP-UX
15578
Daniel Veillard51e3b151999-11-12 17:02:31 +000015579Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15580
15581 * valid.[ch] : removed a typo and an enumerated type bug in the
15582 xmlAddElementDecl() function
15583 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15584 call to xmlEncodeEntitiesReentrant() so that the functions
15585 New, Set and Get are at the same level.
15586 * parser.c HTMLparser.c: extra memory allocation bug for
15587 attributes detected by someone using libxml in embedded systems :-)
15588
Daniel Veillard962195f1999-10-28 15:51:53 +000015589Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15590
15591 * xmlmemory.h: turned off mem debug :-\
15592
Daniel Veillard35008381999-10-25 13:15:52 +000015593Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15594
15595 * parser.c: closed bug #2784 a one line fix, but worth pushing
15596 a new release out
15597 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15598 some structures, comments before and after the
15599 main element, and other nastyness
15600 * HTMLtree.c tree.c: accomodate the extended HTML supported
15601 * configure.in: pushing 1.7.4
15602 * test/ent8 and related outputs : added a new test for bug #2784
15603 * test/HTML/wired.html and related output: a nasty HTML example
15604 * Makefile.am: improved the test scripts
15605 * docs/* : reran the documentation extractor, updated xml.html
15606
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015607Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15608
15609 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15610 HTMLparser and debugged the HTML related code. HTML documents
15611 now have their own type
15612 * entities.c: do not dump &apos; for HTML output
15613 * xmlmemory.c: improvement, breakpoint mechanism
15614 * testHTML.c: added --sax --repeat ...
15615 * Makefile.am: improved the HTML tests
15616 * valid.[ch]: added xmlValidGetValidElements and
15617 xmlValidGetPotentialChildren
15618 * tester.c: added --insert to test the 2 new functions
15619 * test//* result//* SAXresult//* : regression test cleanup
15620 and extension.
15621 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15622 gnome-xml-nanohttp.html
15623
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015624Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15625
15626 * HTMLparser.c: fixed problems with some autoclose tags
15627 * tree.c: fixed XML output problems.
15628 * result/* SAXresult/*: update of the tests output
15629
Daniel Veillard6077d031999-10-09 09:11:45 +000015630Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15631
15632 * Makefile.am: Arturo patch for xmlConf.sh version info
15633 * parser.c: Tim Josling patch for single quoted items
15634 * tester.c: Tim Josling patch for tester options usage
15635 * tree.h: indent cleanup
15636
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015637Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15638
15639 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15640 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15641
Daniel Veillard00fdf371999-10-08 09:40:39 +000015642Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15643
15644 * tree.c : Raph patch for initialization of CORBA fields
15645 * parser.c, xpath.c, ...: modification of doc comments
15646 * xpath.c : allow spaces in xpath expressions
15647
Daniel Veillardad219441999-09-27 08:17:49 +000015648Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15649
15650 * xmlmemory.h: turning off memory debug :-(
15651
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015652Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15653
15654 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15655 better SAX interfaces.
15656 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15657 entity.
15658 * configure.in: 1.7.2
15659
15660Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015661
15662 * libxml.spec.in: fixed the URL
15663 * doc/xml.html: improved the documentation front-end
15664
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015665Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015666
15667 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15668
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015669Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015670
15671 * libxml.spec.in: fixed the alpha compile problem
15672 * parser.[ch]: changed errno to errNo in the parser context :-(
15673 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15674 * doc/xml.html: changed CHAR to xmlChar
15675 * doc/html/*: recompiled the documentation
15676 * configure.in: 1.7.1
15677
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015678Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15679
15680 * parser.h: modified the parser context struct to regain 1.4.0
15681 binary compatibility
15682 * parser.c, xml-error.h: added errno ot teh context and defined
15683 a set of errors values with update of errno
15684 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15685 DTDs and entities
15686 * *.h, *.c: complete cleanup of the use of config.h and include
15687 protection depending on the current setup.
15688 * overalll debugging, maintenance and bug-fixing on all modules
15689 * updated the documentation
15690 * ready for 1.7.0
15691
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015692Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * HTMLparser.c : cleanup
15695 * SAX.c valid.c valid.h: added ID/IDREF checking
15696 * tree.c tree.h: extended doc structure for refs
15697 * configure.in: 1.6.2
15698 * parser.c: patched bug in SAX user arg call
15699 * parserInternals.h: patched missing close in C++ wrapping
15700 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15701 especially upcoming XPointer implementation.
15702 * doc/xml.html: augmented, typo
15703
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015704Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15705
15706 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15707 not all invocations of install understand -d.
15708
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015709Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15710
15711 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15712 to make 'check' works, when builddir != srcdir.
15713
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015714Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15715
15716 * doc/xml.html : updated the documentation
15717
Daniel Veillard6454aec1999-09-02 22:04:43 +000015718Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15719
15720 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15721 not deallocated memory blocks
15722 * *.c : replaces all calls to malloc() free() and realloc() to
15723 the wrapper functions/macros
15724 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15725 instead of xmlFreeNodeList()
15726
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015727Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15728
15729 * HTMLparser.c: corrected a stupid bug leading to core dump at
15730 tree deallocation. Removed warnings indicated by
15731 Stephane.Conversy@lri.fr
15732 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15733 looked for in the external subset
15734
15735Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015736
15737 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15738 on SGI by Stephane.Conversy@lri.fr
15739
Daniel Veillardb96e6431999-08-29 21:02:19 +000015740Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15741
15742 * all .h : changed the prototype declaration indent as in gtk
15743 * most .c : working on reducing the TODOs in the code
15744 * most .c : cleanup though -pedantic and Insure++
15745 * improvements on validation ID checkings.
15746 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15747 * xml-config.in: closed #1810
15748
15749Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015750
15751 * tree.h, valid.c, valid.h: more work on validity, IDs
15752 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15753 definition for AIX
15754
Daniel Veillardb556eb51999-08-15 17:19:50 +000015755Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15756
15757 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15758 the distribution due to a cut'n paste error at last commit
15759
Daniel Veillardb05deb71999-08-10 19:04:08 +000015760Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * configure.in: upgraded to version 1.4.0
15763 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15764 Big update, added a large part of the validation process,
15765 it should be usable, but some parts are missing
15766 * xpath.c: improved the implementation w.r.t. root.
15767 * Makefile.am: added more tests
15768 * test and result trees: added a lot of tests
15769 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15770
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015771Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * Added an HACKING file
15774
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015775Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15776
15777 * xpath.[ch] : improvements and debug of the XPath implementation
15778 * parser.c, HTMLparser.c : modified the parsers to be progressive
15779 * tree.[ch] : extended the Buffer promitives
15780 * xmlIO.[ch] : added basic I/O routines providing progressive
15781 parsing and ready for I18N conversion plugins
15782 * SAXresult/* : the SAX callback sequence maybe slightly different
15783 now
15784 * test*.c : improved/updated the tests programs
15785 * doc/* : recompiled the docs.
15786
Daniel Veillard15b75af1999-07-26 16:42:37 +0000157871999-07-26 Michael Meeks <michael@edenproject.org>
15788
15789 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15790
15791 * tree.c: Ditto.
15792
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015793Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15794
15795 * configure.in: upgraded to version 1.4.0
15796 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15797 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15798 XML query language, see http://www.w3.org/TR/xpath for more details.
15799 * parser.c, parser.h: added CHAR* related string functions for XPath
15800 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15801 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15802 rebuild the docs.
15803 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15804 and regression testing capabilities for XPath.
15805
Daniel Veillardd79d7871999-07-12 10:38:12 +000015806Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15807
15808 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15809 closing bug #1646
15810
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015811Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15812
15813 * Makefile.am, example/Makefile.am: closed bug #1683
15814
Daniel Veillard3166ab11999-07-11 16:14:19 +000015815Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * example/Makefile.am, configure.in: added the makefile for the
15818 gjobread example
15819
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015820Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15821
15822 * doc/Makefile.am:
15823 - fix which allow "make install DESTDIR=</install/prefix>".
15824
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015825Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15826
15827 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15828 which fixed a problem on the file reading-code.
15829
Daniel Veillard82150d81999-07-07 07:32:15 +000015830Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15831
15832 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15833 output.
15834 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15835
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015836Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15837
15838 * parser.h : Oops removed the binary compatibility problem
15839 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15840 * parser.c, HTMLparser.c: applied patches for reading from stdin
15841
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015842Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15843
15844 * parser.c, entities.c, valid.c: cleanup bug #1591
15845 * configure.in: cleanup bug #1592
15846 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15847 the same tree back-end. Hence gdome will be available for it.
15848 * doc/Makefile.am: close bug #617
15849
Daniel Veillard97fea181999-06-26 23:07:37 +000015850Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * parser.c: alloctate a per parser context SAX interface block
15853
Daniel Veillard14fff061999-06-22 21:49:07 +000015854Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15855
15856 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15857 and xmlEncodeEntitiesReentrant with the correct one :-\
15858
15859Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15860
15861 * commit of my internal XML base changes, quite a lot of
15862 changes, cleanups, better entities support, framework for
15863 new I/O and charset detection and handling
15864 * Fixed the configure/Makefile stuff to generate shared libs
15865 with the proper version info, so we jumped on rev from
15866 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15867 xmlEncodeEntities() result need to be freed now, and a string
15868 xmlParserVersion provide the current library version.
15869
Raph Levien05240da1999-06-15 21:27:11 +000015870Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15871
15872 * parser.c: fixed a buffer overrun for when you have a very long
15873 attribute with no entities in it.
15874
Daniel Veillardbb2da581999-06-13 14:37:07 +000015875Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15876
15877 * added example directory
15878 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15879
Daniel Veillard011b63c1999-06-02 17:44:04 +000015880Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15881
15882 * Release of libxml-1.1, nearly everything has been touched for
15883 this.
15884 * Added more regression tests
15885 * Updated the documentation
15886
Daniel Veillard27d88741999-05-29 11:51:49 +000015887Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15888
15889 * tree.[ch]: unified the XML_NO_CORBA defines.
15890 * parser.c encoding.[ch]: started plugging in char encoding detection
15891
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015892Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15893
15894 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15895 Also freed allocated buffer.
15896
Daniel Veillard27d88741999-05-29 11:51:49 +000015897Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015898 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15899 reentrancy problem at printing. One is left in entities.c, to
15900 remove ASAP
15901 * testSAX.c : added a test example showing the use of the SAX
15902 interface if one doesn't want to build the DOM tree.
15903 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15904
Daniel Veillard517752b1999-04-05 12:20:10 +000015905Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15906
15907 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15908 large revamping of the parser to use SAX callbacks
15909 http://www.megginson.com/SAX/ (or at least a C like interface
15910 a la Expat). It's now possible to set up your own callbacks
15911 and the parser will not build a DOM tree.
15912 * test/* result/*: updated the test suite, I finally removed
15913 the old Namespace draft support (PI based).
15914
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015915Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15916
15917 * Makefile.am: added test result to EXTRA_DIST for make tests
15918
Daniel Veillard64068b31999-03-24 20:42:16 +000015919Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15920
15921 * parser.c, parserInternals.h: moved the chars macro definitions
15922 to parserInternals.h
15923 * parser.c, error.c: applied patches from "Knut Ã…kesson"
15924 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15925
Daniel Veillard012ccc11999-03-23 10:11:11 +000015926Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15927
15928 * xml-config.in : applied patch to make --version work
15929
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000159301999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15931
15932 * Makefile.am (check-local): Alias for `tests' target. This will
15933 cause `make check' to do the right thing.
15934 (tests): Don't run tests in srcdir. Also, replaced calls to
15935 basename with a `sed' "equivalent".
15936
Daniel Veillardd109e371999-03-05 06:26:45 +000015937Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15938
15939 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15940 it in the header and not the sources, updated the doc.
15941 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15942 pointing this out.
15943
Daniel Veillardbc50b591999-03-01 12:28:53 +000015944Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15945
15946 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15947 exported the inputStream routines.
15948 * doc/html/* : updated accordingly
15949
Daniel Veillardd692aa41999-02-28 21:54:31 +000015950Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15951
15952 * parser.c, parser.h, parserInternals.h: added a few extra
15953 internal calls to allocate and free parser contexts ...
15954 * doc/html/* : updated accordingly
15955
Daniel Veillard55a99271999-02-25 11:01:29 +000015956Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15957
15958 * configure.in, Makefile.am, doc/makefile.am : General changes for
15959 1.0.0 release and including the generated HTML documentation.
15960
Daniel Veillard35925471999-02-25 08:46:07 +000015961Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15962
15963 * makefile.am : added parserInternals.h, oops.
15964
Daniel Veillard1e346af1999-02-22 10:33:01 +000015965Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15966
15967 * parserInternals.h: added this header giving access to the parser
15968 internal functions.
15969 * doc/Makefile.am : added a rebuild target which rebuilds the full
15970 set of documentations
15971 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15972 the internal subset.
15973 * *.c *.h: modifications needed to generate the documentation using
15974 gtk-doc, cleanup of functions blocks, reorganisation of struct
15975 declarations.
15976
Daniel Veillard1164e751999-02-16 16:29:17 +000015977Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15978
15979 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15980 the tar and spec file to include the beginning of the doc.
15981
Nuno Ferreira03d04781999-02-13 00:07:17 +0000159821999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15983
15984 * doc/.cvsignore: Added this file.
15985
Daniel Veillard6800ef31999-02-08 18:33:22 +000015986Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15987
15988 * tree.c: fixed xmlGetProp to return "" when the attribute
15989 exists, even if the node-list is NULL.
15990
Daniel Veillard726c7e31999-02-08 15:13:10 +000015991Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15992
15993 * tree.c: patched an error outputting empty attribute values.
15994 * Makefile.am and doc/makefile.am: have been updated during the
15995 week-end. Sorry for an empty CVS log, I got a shell problem.
15996
Daniel Veillard1899e851999-02-01 12:18:54 +000015997Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15998
15999 * tree.h: cleaned up using enums instead of defines
16000 * parser.c, valid.[ch]: more work on parsing/output of element
16001 declarations
16002
Daniel Veillard3b9def11999-01-31 22:15:06 +000016003Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16004
16005 * valid.[ch], tree.c, parser.c : more work toward full parsing
16006 of XML DTDs.
16007 * README: added informations about mailing-list and on-line
16008 documentation
16009
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000160101999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16011
16012 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16013
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016014Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16015
16016 * parser.c, tree.[ch] : more work toward conformance testing,
16017 added a last element to accelerate parsing of very flat structures
16018 started working on internal subset Element content declaration.
16019 * valid.[ch] : first cut at adding code toward validation.
16020 * previous changes had also small impact on most files, especially
16021 the conformance testing using James Clark test suite.
16022
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016023Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16024
16025 * test/* : updated the examples, most of them were not well
16026 formed (humm), and added rdf2.
16027 * result/* : resulting changes in the output.
16028
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016029Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16030
16031 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16032
Daniel Veillard44b3a061998-12-05 17:27:22 +000016033Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * tree.c: patched a bug in the generation of empty attributes
16036
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016037Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16038
16039 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16040 for node/trees/documents/... Biggest problem is namespace
16041 support when copying subtrees.
16042
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016043Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16044
16045 * parser.c, entities.c: improve entities and char ref encoding,
16046 and cleanups of error messages.
16047
Daniel Veillard242590e1998-11-13 18:04:35 +000016048Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16049
16050 * parser.c, entities.c: simple bug hunting done during rpm2html and
16051 rpmfind integration.
16052
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016053Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16054
16055 * parser.[ch]: Added interfaces allowing to specify a SAX
16056 handler before parsing.
16057
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016058Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16059
16060 * parser.c: redirrect all errors reporting through the SAX
16061 error function
16062
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016063Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16064
16065 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16066 * libtool, tlmain ...: update of the libtool files
16067
Miguel de Icaza442321c1998-11-04 18:13:38 +0000160681998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16069
16070 * entities.c: Use g_snprintf insteda of snprintf.
16071
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016072Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16073
16074 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16075 added ent5 test for this purpose.
16076 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16077
Daniel Veillard27271681998-10-30 06:39:40 +000016078Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16079
16080 * parser.c: fixed? a strange error due to compression on a GWP
16081 document.
16082
Daniel Veillard25940b71998-10-29 05:51:30 +000016083Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * tree.[ch]: bug fixing
16086 * entities.[ch]: defined a specific type for predefined entities
16087 * doc/xml.html: more documentation on the library, how to use it,
16088 overview of the interfaces.
16089
Daniel Veillard16253641998-10-28 22:58:05 +000016090Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16091
16092 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16093
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016094Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16095
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016096 * tree.c: corrected a small bug
16097 * doc/xml.html: continuing writing documentation.
16098
16099Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16100
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016101 * debugXML.h debugXML.c: added debugging utilities.
16102 * tester.c: added --debug switch.
16103 * tree.c: patched an incorrect node->type assignment.
16104 * parser.c: formatting, ensure that node->doc != NULL in attributes
16105
Daniel Veillardccb09631998-10-27 06:21:04 +000016106Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16107
16108 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16109 entity support and provide an internal representation close to
16110 DOM one (entity ref nodes, and attribute value as tree). I tried
16111 to preserve the interface but this will surely break some apps
16112 (I have to change rpm2html/rpmfind for example). I had to change
16113 two interfaces, and the generated tree is somewhat different.
16114 * doc/* : started documenting the XML library, the tree and
16115 DOM/Corba. This is a first step.
16116
Daniel Veillard11e00581998-10-24 18:27:49 +000016117Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16118
16119 * parser.c: Set up the fonctions comment block, boring but useful.
16120 * parser.h, SAX.c, parser.c: now attributes are processed through
16121 the SAX interface. The problem is that my SAX interface diverged
16122 quite a bit from the original one, well this is not an official
16123 spec, and translating it from Java to C is hairy anyway...
16124
Daniel Veillard97b58771998-10-20 06:14:16 +000016125Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16126
16127 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16128 fonctions comment block, boring but useful.
16129
16130Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016131
16132 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16133 conversion routines. However they are not yet used to convert the
16134 inputs. The core will run with UTF-8.
16135
Daniel Veillard33942841998-10-18 19:12:41 +000016136Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16137
16138 * tree.c : make sure that the type id is properly set-up when
16139 a new object is allocated, needed for DOM.
16140
Daniel Veillard27fb0751998-10-17 06:47:46 +000016141Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16142
16143 * tree.h, tree.c: Ok, the main objects in the tree will be native
16144 corba objects, it costs 8 bytes per Node, Attribute and Document
16145 but it simplifies the Corba integration a lot (no extra interface
16146 objects to allocate/free).
16147
Daniel Veillard0bef1311998-10-14 02:36:47 +000016148Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16151 and changed NODEs contants for conformity with DOM Level 1
16152
Daniel Veillard27864701998-10-08 03:47:24 +000016153Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16154
16155 * added hooks to keep track of servants when creating objects
16156 xmlDoc and xmlNode (for Corba export).
16157
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016158Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16159
16160 * added xml-config script.
16161
Daniel Veillard7066a791998-10-01 20:28:28 +000016162Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16163
16164 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16165 to autoupdate libtool and automake conf files.
16166
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000161671998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16168
16169 * Makefile.am: Use '?' to separate the sed
16170 commands as ',' is used when people pass -Wl,something.
16171
16172
Daniel Veillard15a8df41998-09-24 19:15:06 +000016173Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * tree.c, tree.h: added a per-document compression interface.
16176
Daniel Veillard151b1b01998-09-23 00:49:46 +000016177Tue Sep 22 20:47:38 EDT 1998
16178
16179 * tree.c, tree.h: added saving with compression and added interfaces
16180 to control the compression level (xmlGetCompressMode,
16181 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16182
Daniel Veillard70120ff1998-09-22 00:24:21 +000016183Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16184
16185 * parser.c: corrected a loop for files of size 0
16186
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000161871998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16188
16189 * error.h: New file. Contains prototyes from `error.c'.
16190
Tom Tromeyc19653d1998-08-14 01:22:43 +000016191Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16192
16193 * Makefile.am (xmlincdir): New macro.
16194 (xmlinc_HEADERS): Renamed from include_HEADERS.
16195
Daniel Veillard845664d1998-08-13 04:43:19 +000016196Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16197
16198 * applied small patch on numeric entities from
16199 Christopher Blizzard <blizzard@appliedtheory.com>
16200
Daniel Veillard260a68f1998-08-13 03:39:55 +000016201Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16202
16203 * New release 0.2, removed the old xml_* files so that it's
16204 coherent with the other CVS base (W3C), far better conformance
16205 to standard, new namespaces, decent entities support, beginning
16206 of a SAX-like interface. Nearly nothing left intact, even the
16207 test examples ...
16208
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000162091998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16210
16211 * .cvsignore: Add .deps dir
16212
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016213Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16214
16215 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16216
Daniel Veillardfe926001998-07-26 04:28:20 +000016217Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016218
Daniel Veillardfe926001998-07-26 04:28:20 +000016219 * configure.in: added test for CPP
16220 * AUTHORS, Changelog: the original ones didn't get commited but the
16221 glib ones instead, fixed.
16222 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016223
Daniel Veillardfe926001998-07-26 04:28:20 +000016224Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016225
Daniel Veillardfe926001998-07-26 04:28:20 +000016226 * integrated code developped at W3C
16227 * changed the original Copyright
16228 * migrated to automake
16229 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016230