blob: d53f3867d12f22e0e66030e04619b2ceca859f7f [file] [log] [blame]
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * README: updated the policy on private mail answers
4 * relaxng.c: more work on Relax-NG
5 * test/relaxng/* result/relaxng/*: augmented/updated the
6 regression tests
7
Daniel Veillard7424eb62003-01-24 14:14:52 +00008Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
9
10 * error.c parser.c tree.c: applied a documentation patch from
11 Stefan Kost
12
Daniel Veillard276be4a2003-01-24 01:03:34 +000013Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
14
15 * relaxng.c: more work on Relax-NG
16 * doc/*: regenerated the docs
17 * test/relaxng/* result/relaxng/*: updated and augmented the
18 Relax-NG regression tests and results
19
Daniel Veillard6eadf632003-01-23 18:29:16 +000020Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
21
22 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
23 First commit of the new Relax-NG validation code, not generally
24 useful yet.
25 * test/relaxng/* result/relaxng/*: current state of the regression
26 tests
27
Daniel Veillard814a76d2003-01-23 18:24:20 +000028Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
29
30 * tree.c: minimized the memory allocated for GetContent
31 and a bit of cleanup.
32
Daniel Veillardff12c492003-01-23 16:42:55 +000033Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
34
35 * python/generator.py: seems there is no good reasons to
36 not generate bindings for XPointer
37
Daniel Veillard540a31a2003-01-21 11:21:07 +000038Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
39
40 * xmlreader.c doc/apibuild.py: applied a new patch from
41 Stéphane Bidoul for cleanups
42 * doc/libxml2-api.xml: rebuilt the API description with
43 new entry points
44
Daniel Veillard417be3a2003-01-20 21:26:34 +000045Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
46
47 * xmlreader.c python/drv_libxml2.py python/generator.py
48 python/libxml.c python/libxml.py python/libxml_wrap.h
49 python/types.c: patch from Stéphane Bidoul for better per
50 context error message APIs
51 * python/tests/ctxterror.py python/tests/readererr.py:
52 update of the tests
53
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +000054Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
55
56 * doc/guidelines.html
57 grammar and spelling cleanup
58
Daniel Veillard26f70262003-01-16 22:45:08 +000059Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * xmlreader.c include/libxml/xmlreader.h python/generator.py
62 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
63 a patch from Stéphane Bidoul to allow per XMLtextReader error
64 and warning handling
65 * python/tests/Makefile.am python/tests/readererr.py: adding the
66 specific regression test
67
Daniel Veillard71f9d732003-01-14 16:07:16 +000068Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
69
70 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
71 should raise a syntax error
72
Daniel Veillarde4a07e72003-01-14 14:40:25 +000073Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
74
75 * python/libxml.c: cleanup patch from Stéphane Bidoul
76
Daniel Veillard81601f92003-01-14 13:42:37 +000077Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
78
79 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
80
Daniel Veillarde6227e02003-01-14 11:42:39 +000081Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
82
83 * python/generator.py python/libxml.c python/libxml.py
84 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +000085 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +000086 Python level.
87 * python/tests/Makefile.am python/tests/ctxterror.py: added a
88 regression test for it.
89
Daniel Veillard4dbe77a2003-01-14 00:17:42 +000090Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
91
92 * xmlreader.c: fixed the streaming property of the reader,
93 it was generating tree faster than consuming it. Pointed out
94 by Nate Myers
95 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
96
Igor Zlatkovic9df24742003-01-12 21:15:55 +000097Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
98
Igor Zlatkovicd31876c2003-01-12 21:43:13 +000099 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000100
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000101Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
102
103 * xpath.c: fix to the XPath implementation for parent and
104 ancestors axis when operating on a Result Value Tree.
105 Fixes bug #100271
106
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000107Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
108
109 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
110 to fix some URI/file escaping problems
111
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000112Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
113
114 * python/generator.py: fixed a bug raised by Raymond Wiker,
115 docSetRootElement() should not raise an exception if the
116 return is None
117
Daniel Veillard3e20a292003-01-10 13:14:40 +0000118Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
121 fixed bug #102181 by applying the suggested change and fixing
122 the generation/registration problem.
123
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000124Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
125
126 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
127 routines.
128
Daniel Veillard8f872442003-01-09 23:19:02 +0000129Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
130
131 * parser.c: one more IsEmptyElement crazyness, that time in
132 external parsed entities if substitution is asked.
133 * python/tests/reader3.py: added a specific test.
134
Daniel Veillarde329fc22003-01-09 21:36:42 +0000135Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
136
137 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
138 support and improved error handler registration
139
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000140Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
141
142 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
143 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
144 * README: fixed a link
145
Daniel Veillarde2830f12003-01-08 17:47:49 +0000146Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
147
148 * configure.in doc/* NEWS: preparing 2.5.1 release
149 * SAX.c parser.c: fixing XmlTextReader bug
150
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000151Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
152
153 * SAX.c: fuck, I introduced a memory leak on external parsed
154 entities in 2.5.0 :-(
155
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000156Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
157
158 * xmllint.c: another fix needed as pointed by Christophe Merlet
159 for --stream --debug if compiled without debug support.
160
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000161Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
162
163 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000164 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000165 update man page with --stream and --chkregister
166
Daniel Veillard8326e732003-01-07 00:19:07 +0000167Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
168
169 * globals.c: fixed --with-threads compile
170 * xmllint.c: fixed --without-debug compile
171 * include/libxml/globals.h: cleanup
172 * include/libxml/schemasInternals.h: add a missing include
173
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000174Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * configure.in NEWS: preparing 2.5.0 release
177 * SAX.c: only warn in pedantic mode about namespace name
178 brokeness
179 * globals.c: fix a doc generation problem
180 * uri.c: fix #101520
181 * doc/*: updated and rebuilt the doc for the release, includuding
182 stylesheet update
183 * python/Makefile.am: fix a filename bug
184
185Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
186
187 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
188 should not be called.
189
190Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
191
192 * libxml-2.0.pc.in: applied the patch to fix #101894
193
194Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
195
196 * tree.c : applied patch from Lukas Schroeder for register callbacks
197 * valid.c: modified patch from Lukas Schroeder to test
198 register callbacks with --chkregister
199
200Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
201
202 * xmlreader.c: seriously changed the way data are pushed to
203 the underlying parser, go by block of 512 bytes instead of
204 tryng to detect tag boundaries at that level. Changed the
205 way empty element are detected and tagged.
206 * python/tests/reader.py python/tests/reader2.py
207 python/tests/reader3.py: small changes mostly due to context
208 reporting being different and DTD node being reported. Some
209 errors previously undetected are now caught and fixed.
210 * doc/xmlreader.html: flagged last section as TODO
211
212Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
213
214 * python/libxml.py: integrated the Python 2.2 optimizations
215 from Hannu Krosing, while maintaining compatibility with
216 1.5 and 2.1
217
218Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
219
220 * xmllint.c: a bit of cleanup
221 * xmlreader.c: small fix
222 * doc/xmlreader.html: more work on the XmlTextReader tutorial
223 * python/libxml.py: a few fixes pointed out by Hannu Krosing
224
225Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
226
227 * python/setup.py.in: patch from Stéphane Bidoul to include
228 drv_libxml2.py in setup.py
229
230Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
231
232 * doc/xmlreader.html: starting documenting the new XmlTextReader
233 interface.
234
235Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
236
237 * xmllint.c: added the --stream flag to use the TextReader API
238 * xmlreader.c: small performance tweak
239
240Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
241
242 * xmlreader.c python/tests/reader2py: okay the DTD validation
243 code on top of the XMLTextParser API should be solid now.
244
245Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
246
247 * xmlreader.c python/tests/reader2py: Fixing some more mess
248 with validation and recursive entities while using the
249 reader interface, it's getting a bit messy...
250
251Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
252
253 * xmlreader.c python/tests/reader.py: another couple of problem
254 related to IsEmptyElement reported by Stéphane Bidoul needed
255 some fixes.
256
257Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
258
259 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
260 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
261 based on the python XmlTextReader interface.
262
263Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
264
265 * tree.c: backing out one change in the last patch which broke the
266 regression tests
267
268Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
269
270 * global.data globals.c tree.c include/libxml/globals.h: applied
271 an old patch from Lukas Schroeder to track node creation and
272 destruction. Probably missing a lot of references at the moment
273 and not usable reliably.
274
275Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
276
277 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
278 from doc/news.html and a stylesheet
279
280Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
281
282 * xmlreader.c python/tests/reader.py: fixed another couple of
283 xmlreader bugs reported by Stéphane Bidoul and added tests.
284
285Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
286
287 * xmlreader.c python/tests/reader2.py: fixed another validity
288 checking in external parsed entities raised by Stéphane Bidoul
289 and added a specific regression test.
290 * python/tests/reader3.py: cleanup
291
292Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
293
294 * xmlreader.c python/tests/reader2.py: fixed a problem with
295 validation within entities pointed by Stéphane Bidoul, augmented
296 the tests to catch those.
297
298Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
299
300 * python/generator.py: modified the generator to allow keeping
301 class references when creating new classes, needed to fix a bug
302 pointed by Stéphane Bidoul where the input buffer of the
303 xmlTextReader instance gets destroyed if the python wrapper for
304 the input is not referenced anymore.
305
306Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
307
308 * xmlreader.c python/tests/reader.py: fixed another pair of problem
309 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
310
311Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
312
313 * xmlreader.c python/tests/reader.py: fixed another problem
314 pointed by Stéphane Bidoul
315
316Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
317
318 * xmlreader.c python/tests/reader.py: fixed a limit case problem
319 with "<a/>"
320
321Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
322
323 * SAX.c: warn on xmlns:prefix="foo"
324 * xmlreader.c python/tests/reader.py: fixed a couple of problem
325 for namespace attributes handling.
326
327Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
328
329 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
330 a really nasty problem raised by a DocBook XSLT transform
331 provided by Sebastian Bergmann
332
333Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
334
335 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
336 by Stéphane Bidoul and integrated it into the tests
337
338Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
339
340 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
341 extended the XmlTextReader API a bit, addding accessors for
342 the current doc and node, and an entity substitution mode for
343 the parser.
344 * python/libxml.py python/libxml2class.txt: related updates
345 * python/tests/Makefile.am python/tests/reader.py
346 python/tests/reader2.py python/tests/reader3.py: updated a bit
347 the old tests and added a new one to test the entities handling
348
349Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
350
351 * python/generator.py python/libxml2class.txt
352 python/tests/reader.py python/tests/reader2.py: changed the
353 generator to provide casing for the XmlTextReader similar to
354 C# so that examples and documentation are more directly transposable.
355 Fixed the couple of tests in the suite.
356
357Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
358
359 * doc/guidelines.html: added a document on guildeline for
360 publishing and deploying XML
361
362Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
363
364 * valid.c xmlreader.c: final touch running DTD validation
365 on the XmlTextReader
366 * python/tests/Makefile.am python/tests/reader2.py: added a
367 specific run based on the examples from test/valid/*.xml
368
369Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
370
371 * python/libxml.py: added a few predefined xmlTextReader parser
372 configuration values.
373
374Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
375
376 * python/libxml_wrap.h: trying to fix #102037
377
378Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
379
380 * SAX.c: fixing bug #95296, when the predefined entities
381 are redefined in the DTD the default one must be used
382 instead anyway.
383
384Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
385
386 * doc/xmllint.xml
387 * doc/xmllint.1
388 Add discussion of XML_DEBUG_CATALOG to xmllint man
389 page - bug #100907
390
391
392Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
393
394 * xmlreader.c: Fixed the empty node detection to avoid reporting
395 an inexistant close tag.
396
397Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
398
399 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
400 for Python 2.1
401
402Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
403
404 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
405
406Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
407
408 * doc/libxml2-api.xml python/tests/reader.py: one really need
409 to provide the base URI information when creating a reader parser
410 from an input stream. Updated the API and the example using it.
411
412Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
413
414 * testReader.c xmlreader.c valid.c include/libxml/tree.h
415 include/libxml/valid.h include/libxml/xmlreader.h: working on
416 DTD validation on top of xml reader interfaces. Allows to
417 validate arbitrary large instances. This required some extensions
418 to the valid module interface and augmenting the size of xmlID
419 and xmlRef structs a bit.
420 * uri.c xmlregexp.c: simple cleanup.
421
422Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
423
424 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
425 work on the xml reader interfaces.
426 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
427 Web page for the Windows binaries.
428
429Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
430
431 * xmlIO.c: applied a patch for VMS following the report by
432 Nigel Hall
433
434Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
435
436 * parser.c: the parseStartTag bug fix wasn't complete.
437
438Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
439
440 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
441 parseStartTag, fixing it.
442 * test/att4 result/att4 result/noent/att4: adding the test
443 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
444 more methods to XmlTextReader.
445
446Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
447
448 * win32/libxml2.def.src: added more xml reader exports
449 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
450 to the build
451
452Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
453
454 * doc/tutorial/xmltutorial.xml
455 plus generated html and pdf
456 Updating tutorial again based on further comments from Niraj
457 Tolia on the last iteration
458
459Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
460
461 * doc/tutorial/xmltutorial.xml
462 * doc/tutorial/includekeyword.c
463 * doc/tutorial/includegetattribute.c
464 plus generated html and pdf
465 Adding fix from Niraj Tolia to tutorial to properly free memory.
466
467
468Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
469
470 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
471 more methods of XmlTextReader.
472 * python/libxml2class.txt python/tests/reader.py: this increased the
473 methods in the bndings, augmented the test to check those new
474 functions.
475
476Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
477
478 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
479 methods of XmlTextReader.
480 * python/generator.py python/libxml_wrap.h python/types.c
481 python/libxml2class.txt: added the reader to the Python bindings
482 * python/tests/Makefile.am python/tests/reader.py: added a specific
483 test for the Python bindings of the Reader APIs
484 * parser.c: small cleanup.
485
486Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
487
488 * xinclude.c: fallback was only copying the first child not the
489 full child list of the fallback element, closes #89684 as reopened
490 by Bernd Kuemmerlen
491
492Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
493
494 * win32/libxml2.def.src: exported htmlNodeDumpOutput
495
496Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
497
498 * configure.in: preparing release of 2.4.30
499 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
500 gives enum values, fix functype return type, put back fields in
501 structs
502 * doc/*: updated the docs rebuilt
503
504Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
505
506 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
507 about htmlNodeDumpOutput location.
508 * xpath.c: removed an undefined function signature
509 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
510 too many symbols in the API breaking the python bindings.
511 Updated with the libxslt/libexslt changes.
512
513Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
514
515 * configure.in: preparing release of 2.4.29
516 * doc/*: rebuilt the docs and API
517 * xmlreader.c: a few more fixes for the XmlTextReader API
518
519Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
520
521 * include/win32config.h: applied mingw patch from Magnus Henoch
522
523Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
524
525 * catalog.c doc/libxml2-api.xml: a bit more cleanup
526
527Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
528
529 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
530 building Python script, does the C parsing directly, generates
531 a better API description including structure fieds defs and
532 enums. Still a couple of bugs, but good enough for the python
533 wrappers now.
534 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
535 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
536 include/libxml/schemasInternals.h include/libxml/tree.h: more
537 cleanup based on the python analysis script reports.
538 * libxml.spec.in: make sure the API XML description is part of the
539 devel package.
540
541Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
542
543 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
544 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
545 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
546 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
547 code cleanup, especially the function comments.
548 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
549
550Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
551
552 * Makefile.am xmlreader.c include/libxml/Makefile.am
553 include/libxml/xmlreader.h: Adding a new set of APIs based on
554 the C# TextXmlReader API but converted to C. Allow to parse
555 in constant memory usage, far simpler to program and explain
556 than the SAX like APIs, unfinished but working.
557 * testReader.c: test program
558
559Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
560
561 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
562
563Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
564
565 * tree.c: Chip turner indicated that XHTML1 serialization
566 rule for style actually break on both IE and Mozilla,
567 try to avoid the rule if escaping ain't necessary
568
569Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
570
571 * nanhttp.c: handle HTTP URL escaping, problem reported by
572 Glen Nakamura and Stefano Zacchiroli
573
574Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
575
576 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
577
578Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
579
580 * uri.c: Johann Richard pointed out some XPointer problems for
581 URN based URI references in XInclude. Modified the URI parsing
582 and saving routines to allow correct parsing and saving of
583 XPointers, especially when attached to "opaque" scheme accordingly
584 to RFC 2396
585
586Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
587
588 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
589 of refactoring to the HTML saving code.
590 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
591 in the doc.
592
593Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
594
595 * tree.c include/libxml/tree.h: refactored the XML dump of a node
596 to a buffer API to reuse the generic dump to an OutputIO layer,
597 this reduces code, fixes xmlNodeDump() for XHTML, also made
598 xmlNodeDump() now return the number of byte written.
599
600Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
601
602 * python/setup.py.in: another patch from Stéphane Bidoul for
603 Python bindings on Windows
604 * doc/parsedecl.py: small cleanup
605
606Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
607
608 * libxml.spec.in configure.in: add a line in %changelog for releases
609
610Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
611
612 * parser.c: patch from Marcus Clarke fixing a problem in entities
613 parsing that was detected in KDe documentations environment.
614
615Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
616
617 * python/libxml.c (libxml_prev): Return the previous as opposed to
618 the next node (I guess this is the result of some cut & paste programming:)
619
620Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
621
622 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
623
624Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
625
626 * python/generator.py python/libxml.c python/setup.py.in: trying
627 to fix the Python bindings build on Windows (Stéphane Bidoul)
628
629Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
630
631 * win32/configure.js: added option for python bindings
632 * win32/libxml2.def.src: added more exports
633
634Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
635
636 * win32/Makefile.mingw: fixed unresolved symbols when linking with
637 pthreads
638 * win32/wince/*: applied updates to Windows CE port from Javier
639
640Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
641
642 * configure.in: preparing 2.4.28
643 * libxml.spec.in doc/Makefile.am: some cleanup
644 * doc/*: updated the news and regenerated.
645
646Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
647
648 * HTMLparser.c: final touch at closing #87235 </p> end tags
649 need to be generated.
650 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
651 this change slightly the output of a few tests
652 * doc/*: regenerated
653
654Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
655
656 * parserInternals.c: fixing bug #99190 when UTF8 document are
657 parsed using the progressive parser and the end of the chunk
658 is in the middle of an UTF8 multibyte character.
659
660Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
661
662 * threads.c: fixed initialization problem in xmlNewGlobalState
663 which was causing crash.
664 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
665 in xmlInitializeGlobalState.
666 * parserInternals.c: cleaned up ctxt->sax initialisation.
667
668Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
669
670 * tree.c include/libxml/tree.h: modified the existing APIs
671 to handle XHTML1 serialization rules automatically, also add
672 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
673 libxslt serialization uses it when needed without changing
674 the library API.
675 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
676 result/xhtml1: added a new test specifically for xhtml1 output
677 and updated the result of one XHTML1 test
678
679Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
680
681 * xinclude.c parserInternals.c encoding.c: fixed #99082
682 for xi:include encoding="..." support on text includes.
683 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
684 test/XInclude/ents/isolatin.txt : added a specific regression test
685 * python/generator.py python/libxml2class.txt: fixed the generator
686 the new set of comments generated for doc/libxml2-api.xml were
687 breaking the python generation.
688
689Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
690
691 * doc/Makefile.am: repair some problem if gtk-doc fail or such
692 * configure.in: patch for Solaris on new autoconf closes #98880
693 * doc/parsedecl.py: repair the frigging API building script,
694 did I say that python xmllib sucks ?
695 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
696 and some comment are no more truncated.
697
698Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
699
700 * parser.c: Martin Stoilov pointed out a potential leak in
701 xmlCreateMemoryParserCtxt
702
703Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
704
705 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
706 included in HTML documents and using the push parser.
707
708Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
709
710 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
711 specified, look for the Python interpreter not just in the
712 specified root but also in the specified location. Fixes #98825
713
714Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
715
716 * python/libxml.c: fixing bug #98792 , node may have no doc
717 and dereferencing without checking ain't good ...
718
719Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
720
721 * configure.in: preparing release 2.4.27
722 * doc/* : updated and rebuilt the docs
723 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
724 and all the docs are actually packaged and in the final RPMs
725 * parser.c parserInternals.c include/libxml/parser.h: restore
726 xmllint --recover feature.
727
728Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
729
730 * parser.c xpath.c: fixing #96925 wich was also dependant on the
731 processing of parsed entities, and XPath computation on sustitued
732 entities.
733 * testXPath.c: make sure entities are substitued.
734
735Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
736
737 * parser.c: fixed #96594, which was totally dependant on the
738 processing of internal parsed entities, which had to be changed.
739
740Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
741
742 * Makefile.am python/Makefile.am python/tests/Makefile.am:
743 trying to fix bug #98517 about building outside the source tree
744 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
745
746Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
747
748 * include/win32config.h: cleanup
749 * win32/Makefile.mingw: integrated mingw in JScript configure
750 * win32/Makefile.msvc: modified to allow mingw coexistence
751 * win32/configure.js: integrated mingw
752 * win32/Readme.txt: cleanup
753
754Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
755
756 * HTMLparser.c: strengthen the guard in the Pop macros,
757 like in the XML parser, closes bug #97315
758
759Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
760
761 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
762 callback is never used.
763
764Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
765
766 * parserInternals.c: fixed the initialization of the SAX structure
767 which was breaking xsltproc
768 * xpath.c: patch from Petr Pajas for CDATA nodes
769 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
770 * parser.c include/libxml/parser.h: patch from Peter Jones
771 removing a leak in xmlSAXParseMemory() and adding the
772 function xmlSAXParseMemoryWithData()
773
774Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
775
776 adding pdf of tutorial, changing web page to link to it
777 * doc/tutorial/xmltutorial.pdf
778 * doc/xml.html
779 * doc/docs.html
780
781Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
782
783 * doc/tutorial/ar01s08.html
784 adding file what I forgot for tutorial
785
786
787Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
788
789 Adding encoding discussion to tutorial
790 Added:
791 * doc/tutorial/images/*.png: DocBook admonition image files
792 * doc/tutorial/apf.html, apg.html: new generated html
793 * doc/tutorial/includeconvert.c: conversion code entity file
794 changed:
795 * doc/tutorial/xmltutorial.xml: DocBook original
796 * doc/tutorial/*.html: generated html
797
798Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
799
800 * include/libxml/*.h: retired xmlwin32version.h
801 * doc/Makefile.am: retired xmlwin32version.h
802 * win32/configure.js: retired xmlwin32version.h
803
804Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
805
806 * win32/libxml2.def.src: exported additional symbols
807 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
808 sisterhood
809
810Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
811
812 * globals.c: fixed a typo pointed out by Igor
813 * xpath.c: try to speed up node compare using line numbers
814 if available.
815
816Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
817
818 * tree.c: make xmlFreeNode() handle attributes correctly.
819
820Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
821
822 * catalog.c: completed the #96963 fix, as reported by Karl
823 Eichwalder
824
825Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
826
827 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
828
829Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
830
831 * Makefile.am: switched the order of a couple of includes
832 to fix bugs #97100
833
834Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
835
836 * catalog.c: fixed bug #96963, reverted to the old behaviour of
837 xmlLoadCatalogs that used to separate directories with a ':'.
838
839Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
840
841 * threads.c: improvements to the Windows-side of thread handling
842 * testThreads.c: conditionally excluded unistd.h
843 * testThradsWin32.c: broke overlong lines
844 * include/win32config.h: adapted thread-related macros to the new
845 scheme and for pthreads on Windows
846 * win32/Makefile.msvc: introduced a more flexible thread build,
847 added testThreads[Win32].c to the build
848 * win32/configure.js: introduced a more flexible thread config
849
8502002-10-31 John Fleck <jfleck@inkstain.net>
851
852 * doc/xml.html (and, by implication, FAQ.html)
853 added UTF-8 conversaion FAQ from Marcus Labib Iskander
854
855Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
856
857 * configure.in: removed xmlwin32version.h
858 * include/libxml/Makefile.am: removed xmlwin32version.h
859
860Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
861
862 * tree.c: applied patch from Brian Stafford to fix a bug
863 in xmlReconciliateNs()
864
865Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
866
867 * tree.c: applied patch from Christian Glahn to allow
868 xmlNewChild() on document fragment nodes
869
870Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
871
872 * parser.c: Christian Glahn found a problem with a recent
873 patch to xmlParseBalancedChunkMemoryRecover()
874 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
875 problems
876 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
877 test/schemas/seq*: added the test cases from Charles
878
879Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
880
881 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
882 serious cleanup of the spec file and associated changes
883 in the Makefiles.
884 * valid.c: try to remove some warnings on x86_64
885
886Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
887
888 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
889 fix bug #96586
890
891Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
892
893 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
894 parsing, applied his patch
895 * result/HTML/attrents.html result/HTML/attrents.html.err
896 result/HTML/attrents.html.sax test/HTML/attrents.html:
897 added the test and result case provided by Mikhail Sogrine
898
899Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
900
901 * vms/build_libxml.com vms/config.vms vms/readme.vms
902 include/libxml/parser.h include/libxml/parserInternals.h
903 include/libxml/tree.h include/libxml/xmlIO.h
904 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
905 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
906 Applied the VMS update patch from Craig A. Berry
907 * doc/*.html: update
908
909Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
910
911 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
912
913Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
914
915 * debugXML.c: adding a grep command to --shell in xmllint
916 for T.V. Raman
917
918Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
919
920 * xmlcatalog.c: tried to fix some of the problem with --sgml
921
922Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
923
924 * parser.c: tried to fix bug #91500 where doc->children may
925 be overriden by a call to xmlParseBalancedChunkMemory()
926
927Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
928
929 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
930 identifiers in SGML catalogs containing '&'
931
932Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
933
934 * python/types.c: fixed bugs when passing result value tree
935 to Python functions.
936
937Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
938
939 * configure.in: preparing the release of 2.4.26
940 * doc/*: updated and rebuilt the documentation
941
942Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
943
944 * parser.c: fixed a XML Namespace compliance bug reported by
945 Alexander Grimalovsky
946
947Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
948
949 * HTMLtree.c: fixed serialization of script and style when
950 they are not lowercase (i.e. added using the API to the tree).
951
952Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
953
954 * valid.c: make xmlValidateDocument emit a warning msg if there
955 is no DTD, pointed by Christian Glahn
956
957Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
958
959 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
960 content model when some of the blocks have min or max, and a couple
961 of bugs found in the process.
962 * result/schemas/list0* test/schemas/list0*: added some specific
963 regression tests
964
965Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
966
967 * README: updated the contact informations
968
969Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
970
971 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
972 misses it, reported by Peter Bray.
973
974Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
975
976 * tree.c: investigating xmlNodeGetContent() on namespace nodes
977 and removed a few warnings
978
979Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
980
981 * parser.c: Christian Glahn found a small bug in the push parser.
982 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
983 public
984
985Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
986
987 * xmlschemas.c include/libxml/xmlschemas.h: added
988 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
989 * testSchemas.c: added --memory to test the new interface
990
991Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
992
993 * doc/index.py doc/search.php: integrated the XSLT indexing,
994 a few fixed in the indexer, added a scope selection at the
995 search level.
996
997Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
998
999 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1000 this was due to uninitialized parts of the validation context
1001
1002Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1003
1004 * debugXML.c: applied patch from Mark Vakoc except the API
1005 change, preserved it.
1006 * doc/*: updated the docs to point to the search engine for
1007 information lookup or before bug/help reports.
1008
1009Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1010
1011 * doc/index.py doc/search.php: added mailing-list archives
1012 indexing and lookup
1013
1014Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1015
1016 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1017
1018Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1019
1020 * doc/index.py: improved HTML indexing
1021 * doc/search.php: make the queries also lookup the HTML based indexes
1022
1023Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1024
1025 * doc/index.py: added HTML page indexing
1026
1027Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1028
1029 * xmlIO.c: extended Windows path normalisation to fix the base
1030 problem in libxslt.
1031 * catalog.c: fixed list handling in XML_CATALOG_FILES
1032
1033Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1034
1035 * valid.c: typo/bug found by Christian Glahn
1036
1037Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1038
1039 * xmlIO.c: applied Windows CE patch from Javier.
1040 * win32/wince: new directory, contains support for the PocketPC
1041 with Windows CE from Javier.
1042 * include/win32config.h: reorganised, removed duplicate
1043 definitions and applied WinCE patch from Javier.
1044 * include/wsockcompat.h: new file, now contains WinSock
1045 compatibility macros.
1046 * win32/Makefile.msvc: introduced double-run compilation.
1047
1048Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1049
1050 * configure.in include/libxml/xmlwin32version.h: preparing release
1051 of 2.4.25
1052 * doc/*: updated and regenerated teh docs and web pages.
1053
1054Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1055
1056 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1057 error were not covering namespace declarations.
1058 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1059 it was missing the attribute declaration for the namespace
1060 * result/VC/NS3: the fix now report breakages in that test
1061
1062Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1063
1064 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1065
1066Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1067
1068 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1069 and regenerated the docs and web site
1070
1071Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1072
1073 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1074 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1075 not before
1076
1077Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1078
1079 * python/generator.py python/libxml2class.txt: fixed a stupid error
1080 breaking the python API
1081
1082Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1083
1084 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1085 triostr.c triostr.h: applied a trio update patch from
1086 Bjorn Reese which should work with MinGW
1087
1088Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1089
1090 * tree.c: improving some documentation comments
1091 * xmlregexp.c: found and fixed a mem leak with python regression tests
1092 * doc/*: rebuilt the doc and the API XML file including the
1093 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1094 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1095 python/types.c: added access to the XML Schemas regexps from
1096 python
1097 * python/tests/Makefile.am python/tests/regexp.py: added a
1098 simple regexp bindings test
1099
1100Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1101
1102 * doc/xml.html:
1103 fixing ftp links - thanks to Vitaly Ostanin
1104
1105Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1106
1107 * xmlregexp.c: fixed the data callback on transition functionality
1108 which was broken when using the compact form
1109 * result/schemas/*: updated the results, less verbose, all tests
1110 pass like before
1111 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1112 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1113 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1114 annoying warnings
1115 * xpath.c: try to provide better error report when possible
1116
1117Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1118
1119 * Makefile.am: fixed a breakage raised by Jacob
1120
1121Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1122
1123 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1124 which don't use sockets
1125
1126Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1127
1128 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1129 * win32/configure.js: applied zlib patch from Daniel Gehriger
1130
1131Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1132
1133 * win32/configure.js: applied the patch from Mark Vakoc for
1134 regexp support
1135 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1136 for regexp support
1137
1138Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1139
1140 * xmlschemastypes.c: as pointed by Igor Float and Double
1141 parsing ain't finished yet
1142
1143Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1144
1145 * Makefile.am configure.in: trying to fix #88412 by bypassing
1146 all the python subdir if python ain't detected
1147
1148Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1149
1150 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1151 made configuring with regexps/automata/unicode the default
1152 but without schemas ATM
1153 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1154 fixed the regexp based DTD validation performance and memory
1155 problem by switching to a compact form for determinist regexps
1156 and detecting the determinism property in the process. Seems
1157 as fast as the old DTD validation specific engine :-) despite
1158 the regexp built and compaction process.
1159
1160Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1161
1162 * valid.c: determinism is debugged, new DTD checking code now works
1163 but xmlFAComputesDeterminism takes far too much CPU and the whole
1164 set usues too much memory to be really usable as-is
1165
1166Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1167
1168 * tree.c: fixed another stupid bug in xmlGetNodePath()
1169 * xmllint.c: --version now report the options compiled in
1170
1171Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1172
1173 * HTMLparser.c: small cleanup
1174 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1175 when configured with them. A bit of debugging around the determinism
1176 checks is still needed
1177
1178Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1181
1182Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1183
1184 * xmlIO.c: small portability glitch fixed.
1185
1186Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1187
1188 * xmlschemastypes.c: incomplete steps for real/double support
1189 * testAutomata.c include/libxml/xmlautomata.h
1190 include/libxml/xmlregexp.h: avoiding a compilation problem
1191 * valid.c include/libxml/valid.h: starting the work toward using
1192 the regexps for actual DTD validation
1193
1194Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1195
1196 * hash.c: cosmetic cleanup
1197 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1198 integrating a DTD validation layer based on the regexps
1199
1200Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1203 the determinism was tested before eliminating the epsilon
1204 transitions :-(
1205
1206Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1207
1208 * python/generator.py python/libxml.c python/libxml.py
1209 python/libxml2-python-api.xml python/libxml2class.txt
1210 python/libxml_wrap.h python/types.c: updated the python
1211 bindings, added code for easier File I/O, and the ability to
1212 define a resolver from Python fixing bug #91635
1213 * python/tests/Makefile.am python/tests/inbuf.py
1214 python/tests/outbuf.py python/tests/pushSAXhtml.py
1215 python/tests/resolver.py python/tests/serialize.py: updated
1216 and augmented the set of Python tests.
1217
1218Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1219
1220 * win32/configure.js: added more readme info for the binary
1221 package.
1222
1223Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1224
1225 * xmlIO.c: fixed a stupid out of bound array error
1226
1227Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1228
1229 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1230 messing around with support for Windows path, cleanups,
1231 trying to identify and fix the various code path to the
1232 filename access. Added xmlNormalizeWindowsPath()
1233
1234Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1235
1236 * error.c valid.c: working on better error reporting of validity
1237 errors, especially providing an accurate context.
1238 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
1239 error reports in those cases.
1240
1241Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1242
1243 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
1244 parser.c parserInternals.c xmlIO.c: get rid of all the
1245 perror() calls made in the library execution paths. This
1246 should fix both #92059 and #92385
1247
1248Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * xmllint.c: memory leak reporting was broken after a change
1251 of the preprocessor symbol used to activate it.
1252
1253Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1254
1255 * tree.c: try to make the copy function work for node of
1256 type XML_DOCUMENT_FRAG_NODE, they are only created by the
1257 DOM layers though, not libxml2 itself.
1258
1259Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1260
1261 * valid.c: try to provide file and line informations, not all
1262 messages are covered, but it's a (good) start
1263
1264Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1265
1266 * xinclude.c: reimplemented a large part of the XInclude
1267 processor, trying to minimize resources used, James Henstridge
1268 provided a huge test case which was exhibiting severe memory
1269 consumption problems.
1270
1271Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1272
1273 * python/Makefile.am: applied patch from Christophe Merlet to
1274 reestablish DESTDIR
1275
1276Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
1277
1278 * libxml.spec.in: fixes libary path for x86_64 AMD
1279
1280Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
1281
1282 * doc/tutorial/includekeyword.c
1283 * doc/tutorial/xmltutorial.xml:
1284 (plus resulting generated html files)
1285 fixing one spot I missed in the tutorial where I hadn't freed
1286 memory properly
1287
1288Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
1289
1290 * doc/tutorial/includeaddattribute.c
1291 * doc/tutorial/includeaddkeyword.c
1292 * doc/tutorial/includegetattribute.c
1293 * doc/tutorial/includekeyword.c
1294 * doc/tutorial/xmltutorial.xml
1295 * doc/tutorial/*.html:
1296 update tutorial to properly free memory (thanks to Christopher
1297 R. Harris for pointing out that this needs to be done)
1298 * doc/tutorial/images/callouts/*.png:
1299 added image files so the callouts are graphical, making it
1300 easier to read ( use "--param callout.graphics 1" to generate
1301 html with graphical callouts)
1302
1303Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1304
1305 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
1306 nice logos generated by Marc Liyanage
1307 * doc/site.xsl *.html: changed the stylesheet to show the new
1308 logo and regenerated the pages
1309
1310Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1311
1312 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
1313
1314Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1315
1316 * xpath.c: possible mem leak patch from Jason Adams
1317
1318Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1319
1320 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
1321 in the XQuery namespace
1322 * configure.in: preparing 2.4.24
1323 * doc/*.html: updated the web pages
1324
1325Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1326
1327 * python/generator.py: closing bug #85258 by generating conditional
1328 compile check to avoid linking to routines not configured in.
1329
13302002-08-22 Havoc Pennington <hp@pobox.com>
1331
1332 * autogen.sh: update error message for missing automake
1333
1334Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1335
1336 * python/Makefile.am: typo in target name resulted in libxml2.py
1337 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
1338
1339Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1340
1341 * win32/win32/Makefile.mingw: updated with version from
1342 Elizabeth Barham at http://soggytrousers.net/repository/
1343
1344Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1345
1346 * win32/Makefile.msvc: added the prefix location to the include
1347 and lib search path.
1348
13492002-08-18 Havoc Pennington <hp@pobox.com>
1350
1351 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1352 both automake 1.6 and 1.4 installed get the right automake. Means
1353 compilation from CVS will now require the latest automake 1.4
1354 release, or manually creating symlinks called "automake-1.4" and
1355 "aclocal-1.4"
1356
1357Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1358
1359 * configure.in python/Makefile.am: more AMD 64 induced changes from
1360 Frederic Crozat
1361
1362Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1363
1364 * xinclude.c: oops I was missing the xml:base fixup too
1365 * result/XInclude/*.xml: this adds xml:base attributes to most
1366 results of the tests
1367
1368Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1369
1370 * xinclude.c: quick but apparently working implementation of
1371 xi:fallback, should close bug #89684
1372 * Makefile.am test/XInclude/docs/fallback.xml
1373 result/XInclude/fallback.xml: added a basic test for fallback,
1374 and run with --nowarning to avoid a spurious warning
1375 * configure.in: applied patch from Frederic Crozat for python
1376 bindings on AMD 64bits machines.
1377
1378Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1379
1380 * parser.c: xmlSAXUserParseMemory() really ought to fail if
1381 the caller don't pass a SAX callback block.
1382
1383Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1384
1385 * tree.c: applied the same fix for the XML-1.0 namespace to
1386 xmlSearchNsByHref() as was done for xmlSearchNs()
1387
1388Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1389
1390 * libxml.3: small cleanup of the man page
1391 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
1392 when serializing HREF attributes generated by XSLT.
1393
1394Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1395
1396 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
1397 version of Marc Liyanage' patch for boolean attributes in HTML
1398 output
1399
1400Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1401
1402 * python/tests/serialize.py: fixed the test results, indenting
1403 behaviour changed slightly
1404
1405Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1406
1407 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
1408 new c14n function to Windows def files
1409
1410Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
1411
1412 * c14n.c: fixed a memory leak in c14n code
1413
1414Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1415
1416 * parser.c include/libxml/parser.h: adding a new API for Christian
1417 Glahn: xmlParseBalancedChunkMemoryRecover
1418 * valid.c: patch from Rick Jones for some grammar cleanup in
1419 validation messages
1420 * result/VC/* result/valid/*: this slightly change some of the
1421 regression tests outputs
1422
1423Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1424
1425 * tree.c: trying to fix a problem in namespaced attribute handling
1426 raised by Christian Glahn
1427
1428Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1429
1430 * encoding.c include/libxml/encoding.h: Opening the interface
1431 xmlNewCharEncodingHandler as requested in #89415
1432 * python/generator.py python/setup.py.in: applied cleanup
1433 patches from Marc-Andre Lemburg
1434 * tree.c: fixing bug #89332 on a specific case of loosing
1435 the XML-1.0 namespace on xml:xxx attributes
1436
1437Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
1438
1439 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
1440 corner case from new Merlin's test suite and added a callback
1441 that will be used to improve xmlsec performance
1442
1443
1444Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1445
1446 * HTMLtree.c: trying to fix the <style> escaping problem in
1447 HTML serialization bug #89342
1448
1449Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1450
1451 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
1452 and rebuilt the web site.
1453
1454Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
1455
1456 * include/libxml/tree.h: added _private member to xmlNs struct
1457
1458Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1459
1460 * HTMLparser.c: fixing bug #84876 based on the xml working
1461 code.
1462
1463Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1464
1465 * python/Makefile.am: enhanced to fix bug 72012 (errors
1466 when using '-jX' make parameter)
1467
1468Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1469
1470 * xpath.c: small additional enhancement for booleans
1471 compared to nodesets
1472
1473Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1474
1475 * HTMLtree.c: changed the order of the encoding declaration
1476 attributes in the meta tags due to a bug in IE/Mac
1477
1478Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1479
1480 * xpath.c: enhanced handling of booleans (especially '='
1481 and '!=' for nodesets) - fixes bug 85256. Added new
1482 routine xmlXPathNotEqualValues for more proper handling
1483 of '!=' when nodesets are involved.
1484
1485Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1486
1487 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
1488 doc/xmlcatalog_man.xml to the source distribution
1489
1490Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1491
1492 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
1493 asked for this.
1494
1495Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1496
1497 * configure.in: preparing 2.4.23
1498 * doc/*: rebuilt the docs
1499
1500Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1501
1502 * parser.c: fixing bug #84169 by fixing the
1503 comment of xmlCreatePushParserCtxt to describe the
1504 encoding detection parameters better.
1505
1506Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1507
1508 * valid.c: fixing bug #79331 in one path the lookup for
1509 ID attributes on a namespaced node wasn't handled correctly :-\
1510
1511Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1512
1513 * HTMLparser.c: trying to fix 87235 about discarded white
1514 spaces in the HTML parser.
1515 * result/HTML/*: this changes the output of a number of HTML
1516 regression tests
1517
1518Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1519
1520 * xpath.c: applied patch from Richard Jinks for the namespace
1521 axis + fixed a memory error.
1522 * parser.c parserInternals.c: applied patches from Peter Jacobi
1523 removing ctxt->token for good.
1524 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
1525 popped out by the regression tests.
1526 * Makefile.am: patch for threads makefile from Gary Pennington
1527
1528Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1529
1530 * xpath.c: enhanced behaviour of position() after usage of
1531 expressions involving preceding-sibling (et al).
1532
1533Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1534
1535 * hash.c: applied a patch from Peter Jacobi to solve a problem
1536 when compiling with the Watcom C on Win32
1537 * result/schemas/*.err: the change of hashing algo generated
1538 permutations in the output
1539
1540Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1541
1542 * hash.c: applied patch from Sander Vesik improving the quality of
1543 the hash function.
1544
15452002-06-14 Aleksey Sanin <aleksey@aleksey.com>
1546
1547 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
1548 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
1549 xmllint.c xpath.c: replaced sprintf() with snprintf()
1550 to prevent possible buffer overflow (the bug was pointed
1551 out by Anju Premachandran)
1552
1553Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1554
1555 * parser.c: removed an uninitialized data error popped by valgrind
1556 on PE references
1557
1558Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
1559
1560 * doc/xml.html
1561 adding tutorial reference to the web page
1562
1563Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1564
1565 * doc/tutorial/xmltutorial.xml
1566 * doc/tutorial/ar01s07.html
1567 * doc/tutorial/ape.html
1568 * doc/tutorial/includegetattribute.c
1569 adding section to tutorial about retrieving an attribute
1570 value
1571
1572Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1573
1574 * parser.c: applied a couple of patches from Peter Jacobi to start
1575 to get rid of ctxt->token, with a possible significant speed
1576 improvement to be gained once done. Better compliance with PE
1577 references constructs in DTDs too.
1578 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
1579 from Peter too
1580
1581Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * parser.c: Babak Vahedipour-Kunze reported that openTag in
1584 xmlParseElement was likely to have been deallocated at the
1585 time of the report, possibly leading to segfault. Just report
1586 the tag name now.
1587
1588Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1589
1590 * xpath.c: patch from Richard Jinks for XPath substring() function
1591 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
1592
15932002-06-06 Aleksey Sanin <aleksey@aleksey.com>
1594
1595 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
1596
1597Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
1598
1599 *doc/FAQ.html
1600 fixing typos in FAQ, thanks to Robert Funnell for the
1601 editing help
1602
1603Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1604
1605 * NEWS: got complaints from rpmlint that it was empty
1606
1607Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
1608
1609 * added doc/tutorial, including:
1610 apa.html
1611 apb.html
1612 apc.html
1613 apd.html
1614 ar01s02.html
1615 ar01s03.html
1616 ar01s04.html
1617 ar01s05.html
1618 ar01s06.html
1619 includeaddattribute.c
1620 includeaddkeyword.c
1621 includekeyword.c
1622 includestory.xml
1623 index.html
1624 xmltutorial.xml
1625 libxml tutorial, including generated html
1626
1627Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
1628
1629 * result/c14n/exc-without-comments/merlin-c14n-two-*
1630 result/c14n/without-comments/merlin-c14n-two-*
1631 test/c14n/exc-without-comments/merlin-c14n-two-*
1632 test/c14n/without-comments/merlin-c14n-two-*
1633 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
1634 c14n/exc-c14n and slightly modified test script to handle
1635 these test cases
1636 * c14n.c: fixed bugs for complicated nodes set (namespace
1637 without node and others from merlin-c14n-two.tar.gz)
1638 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
1639 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
1640 for xmlsec performance patch
1641 * xpath.c: fixed self::node() for namespaces and attributes
1642
1643Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
1644
1645 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
1646 but with the format parameter
1647 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
1648
1649Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
1650
1651 * Makefile.am: updated c14n tests suite
1652 * c14n.c: performance improvement for previous c14n patch
1653
1654Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1655
1656 * parser.c: another peroformance patch from Peter Jacobi, that
1657 time on parsing attribute values.
1658
1659Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
1660
1661 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
1662 into LibXML2 test suite
1663
1664Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
1665
1666 * c14n.c: propagating xpath ancesstors node fix to c14n
1667 plus small performance improvement to reduce number of
1668 mallocs
1669 * xpath.c: fixed ancestors axis processing for namespace nodes
1670
1671Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
1674 Peter Jacobi
1675
1676Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1677
1678 * configure.in: preparing 2.4.22
1679
1680Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1681
1682 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
1683 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
1684 a public entry point.
1685 * doc/*: rebuilt the API and docs
1686
1687Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1688
1689 * xpath.c: patch from Richard Jinks to fix a problem introduced
1690 in the previous patch and pointed by Norm
1691
1692Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
1693
1694 * libxml.spec.in: fixing bug #81112
1695
1696Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1697
1698 * uri.c: fixing bug #82848
1699
1700Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1701
1702 * result/catalogs/mycatalog.full: Aleksey's commit changed the
1703 output of one catalog test
1704
1705Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
1706
1707 * global.data globals.c tree.c include/libxml/globals.h
1708 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
1709 default value for global parameter xmlIndentTreeOutput to 1 and
1710 introduced new global parameter xmlTreeIndentString (the string
1711 used to do one-level indent) with default value " " (as it was
1712 in tree.c)
1713
1714Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1715
1716 * Makefile.am: Merijn Broeren pointed out a problem when compiling
1717 with trio and schemas.
1718
1719Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1720
1721 * xpath.c: patch from Richard Jinks to fix the problem raised in
1722 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
1723
1724Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1725
1726 * xmlschemas.c: a bit of work on import.
1727 * xmlschemastypes.c: Charles Bozeman provided a compare function
1728 for date/time types so min/max facet restrictions should work,
1729 indeterminate comparisons return an error instead of equal.
1730 * test/schemas/date_0* result/schemas/date_0_0: specific test
1731 from Charles Bozeman too
1732
1733Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1734
1735 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
1736 from Christian Cornelssen fixing the man pages and the Catalog
1737 building script.
1738 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
1739 next step is <xs:import> I now have a reasonable understanding
1740 of how it works.
1741
1742Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1743
1744 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
1745
1746Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1747
1748 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
1749
1750Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
1751
1752 * xpath.c: fixing an XPath function evalutation bug pointed out
1753 by Alexey Efimov where the context was lost when evaluating
1754 the function arguments
1755
1756Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
1757
1758 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
1759 function public for XMLSec performance optimizations
1760
1761Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
1762
1763 * python/generator.py python/libxml2class.txt : fixed a problem
1764 with the HTML parser pointed by Gary Benson
1765 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
1766 example
1767
1768Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
1769 * parser.c: fixed bug #81159 (memory growth in SAX)
1770
1771Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
1772 * xpath.c: fixed bug #78858 (the real fix)
1773
1774Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
1775 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
1776
1777Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779 * tree.c: modified xmlNodeSetBase to allow changing the
1780 base of a document.
1781
1782Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * xmlschemastypes.c: patch Charles Bozeman for validation of
1785 all the date, time, and duration types
1786 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
1787 * configure.in: fixed an error pointed by an user
1788 * xml2-config.in: fixed an error pointed by an user
1789
1790Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
1791
1792 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
1793 win32/libxml2.def.src xmlIO.c: exported default
1794 'file:', 'http:' and 'ftp:' protocols input handlers
1795 and maked protocols comparisson case insensitive
1796
1797Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1798
1799 * configure.in: Neven Has detected a typo
1800
1801Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
1802
1803 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
1804 as one of the persons allowed to commit directly to the
1805 module.
1806
1807Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1808
1809 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
1810 * valid.c: raised a too low limit
1811 * doc/*: rebuilt the docs
1812
1813Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1814
1815 * test/XPath/expr/floats test/XPath/expr/functions
1816 result/XPath/expr/floats result/XPath/expr/functions
1817 xpath.c: another XPath conformance patch from Richard Jinks
1818
1819Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * xmlschemas.c: fixed validation of attribute groups.
1822 * test/schemas result/schemas: added an example from the primer
1823
1824Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1825
1826 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
1827 * test/schemas result/schemas: updated the test list
1828
1829Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1830
1831 * TODO: updated a bit
1832 * parser.c: made a comment more specific
1833 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
1834 Schemas conformance.
1835 * test/schemas result/schemas: updated the test list
1836
1837Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
1840 implementing xs:all with minOccurs = 0
1841 * tes/schemas/* result/schemas/*: added more tests covering
1842 xs:all
1843
1844Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1845
1846 * xmlregexp.c: first implementation of the all particle, this
1847 may need to be revisited for case where not all transitions
1848 must be crossed.
1849
1850Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1851
1852 * tree.c: another entity processing update from Markus Henke
1853
1854Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
1855
1856 * trionan.c: fixed crash on OSF/1
1857
1858Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1859
1860 * xmlschemas.c: more Schemas work
1861 * test/schemas/* result/schemas/*: added more tests coming
1862 from the spec.
1863
1864Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1865
1866 * c14n.c: patch from Aleksey Sanin reflecting a change in the
1867 ExcC14N specification
1868
1869Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1870
1871 * tree.c: patch from Markus Henke, fix for recursive entities.
1872
1873Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1874
1875 * xpath.c: fix a problem with string() on a document node.
1876
1877Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1878
1879 * Makefile.am xmlschemas.c: more Schemas work
1880 * test/schemas/* result/schemas/*: added more tests coming
1881 from the spec.
1882
1883Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1884
1885 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
1886 * result/HTML/*: this changes a few things in the results
1887
1888Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1889
1890 * include/libxml/tree.h: eliminated 'declaration different than
1891 prototype' warning
1892 * include/win32config.h: "resolved" conflicts with errno.h
1893
1894Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1895
1896 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
1897 on the automata interfaces and debug of counted choices
1898 * test/schemas/* result/schemas/*: added a number of tests
1899
1900Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1901
1902 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
1903 a bit of work on Schemas
1904 * testSchemas.c: try to make it more useful
1905 * test/schemas/* result/schemas/* Makefile.am: changed the
1906 Schemas regression test procedure, started adding a few samples
1907
1908Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
1909
1910 * include/libxml/encoding.h: Patch for the Borland C++ builder
1911 * include/libxml/tree.h: Patch for the Borland C++ builder
1912 * threads.c: Patch for the Borland C++ builder
1913 * win32/bcb5: New directory for the Borland C++ builder
1914 project files
1915
1916Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
1917
1918 * win32/Makefile.msvc: Update for XML Schema support
1919 * win32/configure.js: Update for XML Schema support
1920 * win32/libxml2.def.src: Update for XML Schema support
1921
1922Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
1925 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
1926 xmlunicode.c include/libxml/Makefile.am
1927 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
1928 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
1929 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
1930 include/libxml/xmlversion.h.in : merged the current state of
1931 XML Schemas implementation, it is not configured in by default,
1932 a specific --schemas configure option has been added.
1933 * test/automata test/regexp test/schemas Makefile.am
1934 result/automata result/regexp result/schemas:
1935 merged automata/regexp/schemas regression tests
1936
1937Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * xpath.c: Gary found a compile time problem, fixes #78823
1940
1941Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
1942
1943 * configure.in: release of 2.4.20
1944 * doc/*: updated and rebuilt the docs
1945
1946Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1947
1948 * python/Makefile.am: patch from Cristian Gafton to build on
1949 Red Hat 6.2, should also fix #75779
1950
1951Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1952
1953 * valid.c: first part of fixing #78729
1954
1955Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
1956
1957 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
1958 escaping of URI when saving HTML files.
1959 * result/HTML/*: this impacted some tests
1960
1961Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
1962
1963 * configure.in: trying to fix #77441
1964
1965Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1966
1967 * include/libxml/xmlIO.h: Hallski complained it could not be
1968 included by itself.
1969
1970Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
1971
1972 * configure.in: applied an IEEE flag patch for OSF/1 #77825
1973
1974Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1975
1976 * win32/configure.js: patch from Nilo for the c14n option
1977 * win32/Makefile.msvc: fixed libxml2.def generation with threads
1978
1979Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1980
1981 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
1982 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
1983 LIBXML_THREAD_ENABLED
1984
1985Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * xpath.c: another patch from Richard Jinks for substring conformance
1988 * test/XPath/expr/floats test/XPath/expr/strings
1989 result/XPath/expr/floats result/XPath/expr/strings: update of the
1990 test suite to check those.
1991
1992Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
1993
1994 * xpath.c: patch from Richard Jinks for .x float parsing.
1995
1996Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1997
1998 * parser.c: patch from Markus Henke when an encoding ain't recognized
1999
2000Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2001
2002 * libxml.m4: got a report that #include <string.h> was needed
2003
2004Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2005
2006 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2007
2008Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2009
2010 * doc/example.html: fixing typo
2011
2012Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2013
2014 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2015 pointed out by Melvyn Sopacua.
2016
2017Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2018
2019 * libxml.m4: Frédéric Crozat gave a patch related to the change
2020 of Include paths breaking the libxml.m4
2021
2022Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2023
2024 * xpath.c: Fix bug #76927 forgot to save some context
2025 when evaluating binary expressions
2026
2027Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2028
2029 * configure.in: fixed configure for MPE/iX from Markus Henke
2030 * xmlmemory.c: fixed initialization problems
2031 * xpath.c: another set of patches from Richard Jinks this
2032 fixes "make XPathtests" on linux
2033
2034Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2035
2036 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2037 * test/XPath/expr/compare test/XPath/expr/equality
2038 test/XPath/expr/floats test/XPath/expr/functions
2039 test/XPath/expr/strings result/XPath/expr/compare
2040 result/XPath/expr/equality result/XPath/expr/floats
2041 result/XPath/expr/functions result/XPath/expr/strings: Updated
2042 tests though they show a divergence on Linux
2043
2044Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2045
2046 * xpath.c trionan.c: previous commit also included patches
2047 from Richard Jinks on some IEEE support corner case
2048
2049Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2050
2051 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2052 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2053 that $(datadir) should be used for docs
2054
2055Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2058 could leak filedescriptors
2059
2060Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * configure.in nanohttp.c: applied patch from Allan Clark for
2063 UnixWare/OpenServer
2064
2065Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * configure.in: preparing 2.4.19
2068 * doc/*: rebuilt the docs
2069
2070Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2071
2072 * nanohttp.c: fixing #76043, got fed up with non-portability
2073 of that piece of code.
2074
2075Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2076
2077 * valid.c SAX.c: Never commit without running "make tests" :-(
2078 fix a couple of stupidities in the previous commit
2079 * result/*: a few changes in some attribute order result of previous
2080 commit.
2081
2082Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2083
2084 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2085 the internal subset should not raise duplicate ID errors,
2086 also there was a small bug in conjunction to namespace
2087 declarations defaulted and xml:xxx attributes DTD definitions.
2088
2089Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2090
2091 * xpath.c: Richard Jinks also raised some rounding problems
2092 this tries to fix them
2093
2094Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2095
2096 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2097 behaviour in xmlXPathCastToString()
2098
2099Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2100
2101 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2102 raised by Morus Walter
2103
2104Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2105
2106 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2107 from Igor
2108
2109Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * xpath.c: fixing #75619, related to a problem when trying
2112 to evaluate condition when the current node set resulting
2113 from that sub-step evaluation is empty. Also fixes 2 potential
2114 problem with previous-sibling and next-siblings axis.
2115
2116Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2117
2118 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2119 HTML support is not configured in.
2120
2121Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2122
2123 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2124 include/libxml/tree.h: dohh I really didn't intended to commit
2125 this test version :-(
2126
2127Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2128
2129 * testSAX.c: I wanted to see the real speed at the SAX interface
2130 after a little too many Ximianer started complaining about the
2131 parser speed.
2132 added a --quiet option:
2133 paphio:~/XML -> ls -l db100000.xml
2134 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2135 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2136 3200006 callbacks generated
2137 real 0m1.270s
2138 Which means 16MBytes/s and 3Mcallback/s
2139
2140Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2141
2142 * xpath.c: valgrind spotted another error that time when running
2143 on libxslt regression tests
2144
2145Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2146
2147 * Makefile.am: adding "make valgrind" running the full regression
2148 tests (except python ones) under Valgrind (using valgrind -q
2149 which was kindly added by the author).
2150 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2151 passes cleanly now except an obcure floating point initialization
2152 raised in log10() in one XPath regression test ???
2153 * tree.c: edited some comments to close #75244
2154
2155Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2158 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2159 context of ScrollKeeper, made sure that if the number is
2160 an integer, the serialization follows the description at
2161 http://www.w3.org/TR/xpath#section-String-Functions
2162
2163Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2164
2165 * configure.in: preparing 2.4.18
2166 * doc/*: updated and rebuilt the web site
2167 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2168 the Windows and Cygwin maintainers.
2169 * parser.c: humm, changed the way the SAX parser work when
2170 xmlSubstituteEntitiesDefault(1) is set, it will then
2171 do the entity registration and loading by itself in case the
2172 user provided SAX getEntity() returns NULL.
2173 * testSAX.c: added --noent to test the behaviour.
2174
2175Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2176
2177 * parser.c: Wilfried Teiken provided a hackish but working
2178 way to get context reported back on entities when parsing
2179 with SAX and without breaking the DOM build.
2180
2181Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2182
2183 * c14n.c: applied a new patch from Aleksey Sanin
2184 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2185 to reference Aleksey implementation of XML digital Signatures
2186
2187Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2188
2189 * xpath.c: small fix to avoid potential problem due to
2190 ordering of freeing data
2191 * python/Makefile.am: people were complaining about
2192 the generated file in python dir not being built
2193
2194Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2195
2196 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2197 python/generator.py python/libxml.c python/types.c: Cleanup
2198 of the python Makefiles based on Jacob and James feedback,
2199 fixed the spec file accordingly, fixed the number of warning
2200 that passing my pedantic CFLAGS was generating. Conclusion
2201 is that Python includes are real crap.
2202
2203Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2204
2205 * configure,in: it was reported quite a few times that
2206 xml2-config --cflags should not output
2207 -I$includeprefix/libxml2/libxml because libxml2 header names
2208 clashes with existing names like list.h from C++ stl.
2209 Includes should be #include<libxml/xxx.h> so ...
2210
2211Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2212
2213 * c14n.c: another patch from Aleksey Sanin
2214
2215Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2216
2217 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2218 canonicalization algorithm
2219 * doc/xml.html doc/index.html: added the C14N references on the
2220 index page.
2221
22222002-03-13 jacob berkman <jacob@ximian.com>
2223
2224 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2225 usage, redundant, and gcc specific
2226
2227Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2228
2229 * xpath.c: speedup some node selection operations, this can
2230 have a significant impact on DocBook Norm's stylesheets
2231 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2232 make sure it's always the case
2233 * debugXML.c: distinguish CDATA and comments in ls operations
2234
2235Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2236
2237 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
2238 to generate better API descriptions etc...
2239
2240Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2241
2242 * c14n.c: Fixing #74186, made sure all boolean expressions
2243 get fully parenthesized, ran indent on the output
2244 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
2245 include/libxml/tree.h: also #74186 related, removed the
2246 --with-buffers option, and all the preprocessor conditional
2247 sections that were resulting from it.
2248
2249Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2250
2251 * valid.c: applied patch from Dodji Seketeli fixing an
2252 uninitailized variable in xmlValidGetValidElements()
2253
2254Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2255
2256 * c14n.c: fixed a few comments
2257 * doc/*.html doc/*/*.html: regenerated the docs and added
2258 the C14N API
2259 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
2260
2261Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2262
2263 * check-xml-test-suite.py: fix to adapt varaiations in the
2264 bindings
2265 * configure.in python/setup.py python/setup.py.in: fixed to
2266 have the version of the python scripts automatically updated
2267
2268Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
2271 in xmlCopyProp()
2272
2273Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2274
2275 * configure.in: preparing 2.4.17 release
2276 * doc/*: updated and rebuilt the docs
2277 * xpath.c: fixed a comment
2278 * python/libxml.c: fixed a possible reentrancy problem
2279
2280Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2281
2282 * tree.c python/tests/Makefile.am python/tests/attribs.py:
2283 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
2284 added a specific regression test
2285 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
2286 not raise exceptions when failing to find the attribute.
2287
2288Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2289
2290 * configure.in xmllint.c: owen pointed out a problem with the
2291 ftme fix, gettimeofday() was not detected by configure and
2292 the ftime header wasn't included, dohhh
2293
2294Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2295
2296 * configure.in xmllint.c: trying to fix #71457 for timing
2297 precision when gettimeofday() is not availble but ftime() is
2298
2299Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2300
2301 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
2302 are now copied on install and part of the -devel RPM
2303
2304Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2305
2306 * xpath.c: trying to avoid bug #72150 which was apparently
2307 caused by a gcc bug (or a processor problem) as detailed
2308 at http://veillard.com/gcc.bug
2309
2310Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2311
2312 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
2313 fixed xmlReconciliateNs(), added a Python test/example for
2314 inter-document cut'n paste
2315 * python/libxml.py: fixed node.doc on document nodes and added
2316 xpathEval() onto node objects
2317
2318Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
2321 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
2322 fixup and integrated tests for the serialization stuff
2323
2324Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2325
2326 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
2327 moved the libxml man page to section 3
2328
2329Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2330
2331 * tree.c: fix bug #72490
2332 * python/libxml.c python/libxml.py: added methods serialize()
2333 and saveTo() to all node elements.
2334
2335Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2336
2337 * xmlIO.c: closed #73430, don't read from an input source
2338 which indicated an end-of-file or an error.
2339
2340Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2341
2342 * parser.c: make sure SAX endDocument is always called as
2343 this could result in a Python memory leak otherwise (it's
2344 used to decrement ref-counting)
2345 * python/generator.py python/libxml.c python/libxml.py
2346 python/libxml2-python-api.xml python/libxml2class.txt
2347 python/tests/error.py python/tests/xpath.py: implemented
2348 the suggestions made by Gary Benson and extended the tests
2349 to match it.
2350
2351Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2352
2353 * python/generator.py: applied patch fixing #73450
2354
2355Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2356
2357 * xpath.c: fixing #61290 "namespace nodes have no parent"
2358 long standing divergence from the XPath REC. NodeSets
2359 simply hold a copy of namespace nodes and those node ->next
2360 points to the parent (which may not be the node carrying the
2361 definition).
2362 * include/libxml/xpath.h: flagged but didn't added a possible
2363 speedup
2364 * DOCBparser.c HTMLparser.c: removed some warnings from push
2365 parser due to new state being added.
2366 * tree.c: new fix from Boris Erdmann
2367 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
2368 the XML Canonalization support from Aleksey Sanin
2369
2370Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2371
2372 * tree.c: patch from Boris Erdmann fixing some namespace odities
2373 with xmlCopyNode()
2374
2375Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2376
2377 * xmlIO.c: fix bug #72706 when loading a NULL entity
2378
2379Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
2382 actually change in a future XML Namespace revision.
2383
2384Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2385
2386 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
2387 added the possibility of returning nodesets from XPath extension
2388 functions written in Python
2389
2390Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2391
2392 * python/*: commiting some Python bindings work done while travelling
2393
2394Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2395
2396 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
2397 explicitely with memory debugging switched on
2398
2399Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2400
2401 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2402 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2403 Added wrapper for the xmlURIPtr type, provided accessors, fixed
2404 the accessor generator for strings
2405 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
2406 regression test.
2407
2408Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2409
2410 * python/README python/generator.py python/libxml.c python/setup.py:
2411 added the 'usual' setup.py to allow building a libxml2-python
2412 module based on the same code. The initialization is however
2413 different the 2 .so files fo libxml2 and libxslt are identical and
2414 they entry point initialize both libraries. this is done to avoid
2415 some possible nasty problem since the Python don't merge the maps
2416 of all shared modules.
2417
2418Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2419
2420 * parser.c: fixed a push/encoding bug reported by Michael
2421 on librsvg
2422
2423Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * include/libxml/parserInternals.h: fixes a misplaced #endif
2426
2427Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2428
2429 * parser.c valid.c: found and fixed a couple of allocation bugs
2430
2431Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * doc/xml.html doc/python.html doc/*: added a Python and binding
2434 page describing the current state of the Python bindings and
2435 giving pointers to the other languages wrappers.
2436
2437Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2438
2439 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
2440 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
2441 rebuilt the API and web site
2442 * xpath.c: fixed #71978 portability bugs
2443
2444Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * SAX.c: oops broke automatic defaulting of namespaces attributes.
2447
2448Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
2449
2450 * include/libxml/parserInternals.h parser.c: had to change
2451 2 internal parsing API when processing document content
2452 to check the start and end of element content are defined
2453 in the same entity
2454 * valid.c include/libxml/valid.h: attribute normalization can
2455 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
2456 with the context to report it.
2457 * SAX.c: fixed the last known bugs, crazy validation constraints
2458 when a document is standalone seems correctly handled. There
2459 is a couple of open issues left which need consideration especially
2460 PE93 on external unparsed entities and standalone status.
2461 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
2462 The 2 tests left failing are actually in error. Cleanup done.
2463
2464Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2465
2466 * valid.c: implemented E59 spaces in CDATA does not match the
2467 nonterminal S
2468
2469Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2470
2471 * SAX.c parser.c valid.c: more validation test fixups
2472 * check-xml-test-suite.py: added duration info for the tests
2473
2474Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * parser.c valid.c: a couple of errors were reported but not
2477 saved back as such in the parsing context. Down to 1% failure rate
2478 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
2479
2480Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2481
2482 * xmlInternald.c: isExtender was missing a char
2483 * parser.c include/libxml/parser.h: % are acceptable in the
2484 internal subset if within a PUBLIC ID
2485
2486Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * SAX.c parserInternals.c valid.c: more work on the conformance
2489 suite. Took the step to finally block documents with encoding
2490 errors. It's a fatal error per the spec, people should have fixed
2491 their documents by now.
2492
2493Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2494
2495 * check-xml-test-suite.py: fixed the test script after some discussion
2496 on the semantic of TYPE="error"
2497 * Makefile.am: added the script to the distrib
2498
2499Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * SAX.c entities.c: fixed a couple of conformances issues deep
2502 into the validation code (standalone and undeclared Notations)
2503
2504Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
2507 stayed there for years !
2508
2509Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2510
2511 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
2512 missing
2513
2514Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2515
2516 * check-xml-test-suite.py: improved the behaviour a bit as
2517 well as the logs
2518 * parser.c valid.c SAX.c: fixed a few more bugs
2519 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
2520
2521Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2522
2523 * check-xml-test-suite.py: python script to run regression tests
2524 against the XML Test suite of W3C/OASis
2525 * SAX.c: fixed a validation bug
2526 * parser.c: fixed 3 errors pointed by the test suite
2527 * doc/buildDocBookCatalog: fixed a typo pointed by drake
2528 * python/Makefile.am: fixed a dependendy
2529
2530Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2531
2532 * xmlmemory.c: avoid a warning bug #71594
2533
2534Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2535
2536 * xmlmemory.c: Jesse Perry provided a patch to remove a few
2537 warning on alpha/Tru64
2538
2539Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * include/libxml/entities.h: fixing a comment
2542 * valid.c: fixing some troubles with validity check on namespaces
2543 * result/VC/NS3 test/VC/NS3: added a specific regression test
2544
2545Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2546
2547 * tree.c: Fixing #71342 serializing '\n' in attribute values
2548 * result/noent/att3 result/att3 test/att3: added a specific
2549 test.
2550
2551Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2552
2553 * python/libxml.c: couple of bug fixes
2554
2555Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * python/*.py: removed tabs and used spaces.
2558
2559Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
2562 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
2563
2564Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
2567 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
2568
2569Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2570
2571 * include/libxml/encoding.h include/libxml/entities.h
2572 include/libxml/globals.h include/libxml/parser.h
2573 include/libxml/threads.h include/libxml/tree.h
2574 include/libxml/xmlmemory.h: trying to fix the include mess
2575
2576Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2577
2578 * include/libxml/xmlmemory.h: reverted part of the previous
2579 attempt to provide #69655, this was breaking the build.
2580
2581Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
2584 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
2585 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
2586 include/libxml/parserInternals.h include/libxml/tree.h
2587 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
2588 Tentatively fixed #69655 , make compiling with -Wredundant-decls
2589 clean.
2590 * python/libxml.c: fixed a warning.
2591
2592Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
2595 copying of node, merge back IDs in the target document.
2596 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
2597 test/XInclude/ents/ids.xml: test case
2598 * result/VC/ElementValid4: output changed due to a typo fix
2599
2600Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2601
2602 * python/Makefile.am: seems some version of automake didn't
2603 generate the dependancies right as Jacob found out. Add
2604 an extra dependancy rule.
2605
2606Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * parserInternals.c valid.c: Justin Fletcher found some parts
2609 of the code needing cleanup
2610 * libxml.spec.in python/Makefile.am python/generator.py
2611 python/libxml.c python/libxml.py: Fixed the python Makefiles
2612 corrected a bug showing up on ia64, changed the name of the
2613 python internal module too
2614
2615Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2616
2617 * Makefile.am: applied patch from Andris Pavenis for binary
2618 name suffixes
2619
2620Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2621
2622 * xmllint.c win32/win32config.h: fixing #68748
2623
2624Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2625
2626 * valid.c: fixing #70166
2627
2628Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2629
2630 * valid.c: fixing #70077
2631
2632Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2633
2634 * Copyright Makefile.am README configure.in libxml.spec.in:
2635 Changed to the MIT Licence
2636 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
2637 doc/xmlio.html: updated the doc accordingly
2638 * include/libxml/xmlwin32version.h configure.in: preparing
2639 2.4.14 release
2640 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2641 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2642 fixed the const xmlChar * wrapper and generator, XPath extension
2643 functions now use the context as first argument
2644 * python/tests/tstxpath.py python/tests/xpath.py
2645 python/tests/xpathext.py: Updated the tests accordingly
2646 * tree.c: fixed bug #70067
2647
2648Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2649
2650 * Makefile.am: cleanup
2651 * debugXML.c: always use stdout if output is NULL
2652 * xmlIO.c: don't close filedescriptors passed to outputBuffers
2653 * python/Makefile.am python/generator.py python/libxml2class.txt
2654 python/libxml_wrap.h python/types.c: augmented the number of bindings
2655 handling FILE * and XPath contexts
2656 * python/tests/Makefile.am: avoid a stupid problem due to the
2657 use of TEST.
2658
2659Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2660
2661 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
2662
2663Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2664
2665 * python/TODO python/libxml.c: cleanup the extension function lookup
2666 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
2667
2668Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2669
2670 * configure.in python/Makefile.am: do not install outside
2671 of prefix
2672
2673Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2674
2675 * python/TODO python/libxml.c: started adding SAX interfaces
2676 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
2677 SAX test
2678
2679Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2680
2681 * tree.c: hardened the addChild function
2682 * python/generator.py python/libxml.c python/libxml2-python-api.xml
2683 python/libxml2class.txt python/libxml_wrap.h python/TODO:
2684 added accessors needed for xmlNode, a bit more testing and
2685 extension of interfaces
2686 * python/tests/Makefile.am python/tests/build.py: added a test
2687 build from scratch/save/load/check
2688
2689Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2690
2691 * parserInternals.c: change a small bit in the way valididy
2692 error messages get initialized
2693 * python/TODO python/libxml.c python/libxml2-python-api.xml
2694 python/libxml2class.txt python/libxml_wrap.h python/types.c:
2695 added some memory debugging to track leaks at the libxml2 level
2696 * python/tests/*.py: changed all tests to check for leaks,
2697 there is just one left in XPath extension registrations.
2698
2699Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
2700
2701 * python/TODO python/generator.py python/libxml2-python-api.xml
2702 python/libxml2class.txt: more accessor classes for the parser
2703 context, allow to switch on and check validity
2704 * python/tests/Makefile.am python/tests/error.py
2705 python/tests/invalid.xml python/tests/valid.xml
2706 python/tests/validate.py: attded more test and and added error.py
2707 which I forgot to commit in the last step
2708
2709Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2710
2711 * python/Makefile.am python/types.c: cleanup
2712 * python/libxml.c python/libxml.py python/libxml_wrap.h
2713 python/generator.py python/libxml2-python-api.xml
2714 python/libxml2class.txt: added class for parser context, added
2715 first cut for push mode support. Added a framework to generate
2716 accessors functions.
2717 * python/tests/Makefile.am python/tests/push.py: added a push
2718 test
2719
2720Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
2721
2722 * python/Makefile.am python/TODO python/libxml.py: fixed a small
2723 bug a bit of cleanup.
2724
2725Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2726
2727 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
2728 python/libxml2class.txt: adding error redirections and preformat
2729 to a python handler
2730 * python/tests/Makefile.am python/tests/*.py: cleanup made all
2731 tests self checking
2732
2733Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2734
2735 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
2736 a function
2737
2738Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2739
2740 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
2741 python/libxml.c python/libxml2-python-api.xml
2742 python/libxml2class.txt: Progressing through the TODOs, class
2743 description output, extra XML API, RPM now builds the wrappers
2744 for all python installed versions
2745
2746Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
2747
2748 * configure.in libxml.spec.in python/Makefile.am python/TODO
2749 python/generator.py python/libxml2class.txt: added more informations
2750 in the libxml2-python package including docs. Slightly changed
2751 the class hierarchy
2752 * python/tests/*: added basic regression tests infrastructure too
2753
2754Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2755
2756 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
2757 added libxml2-python as part of the packages installed
2758
2759Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2760
2761 * python/Makefile.am python/generator.py python/libxml.c
2762 python/libxml.py: more work, now able to extend the
2763 XPath interpreter with functions written in python.
2764
2765Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2766
2767 * python/Makefile.am: Jacob sent a patch to allow building from
2768 tarfile.
2769
2770Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2771
2772 * python/Makefile.am python/libxml.c configure.in Makefile.am:
2773 inserted the python wrappers build, I hope this won't be too
2774 unportable
2775
2776Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2777
2778 * xpath.c: minor optimization
2779 * python/generator.py python/libxml.c python/libxml.py
2780 python/libxml_wrap.h: more work on the python bindings,
2781 they now support XPath and there is no evident leak
2782
2783Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2784
2785 * python/generator.py python/libxml.c python/libxml.py:
2786 more work on the python bindings generator.
2787
2788Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * python/generator.py python/libxml.c python/libxml_wrap.h:
2791 more work on the python bindings.
2792
2793Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2794
2795 * python/generator.py python/libxml.c python/libxml.py
2796 python/libxml_wrap.h: commited early version of a python binding
2797 for private use only ATM
2798
2799Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * entities.c tree.c include/libxml/entities.h: applied patch
2802 from Anthony Jones to implement copy of DTD subtree too. Had
2803 just to keep 2 function private which really ought to become
2804 public ones.
2805
2806Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2807
2808 * xmllint.c: added pointers to the web pages in the usage()
2809
2810Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2811
2812 * tree.c: more fixes from Petr Kozelka for attribute handling
2813 in the tree API to align the semantic with DOM.
2814
2815Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2816
2817 * valid.c tree.c entities.c: another set of patches from
2818 Anthony Jones for copy operations cleanup and robustness
2819
2820Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2821
2822 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
2823 an alphabetic index based on comments content
2824 * doc/*: rebuilt the web site with the new references
2825
2826Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2827
2828 * parserInternals.h: Greg Sjaardema suggested to use an
2829 eponential buffer groth policy in xmlParserAddNodeInfo()
2830
2831Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2832
2833 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
2834 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
2835 doc/parsedecl.py doc/Makefile.am: updated the python extractor
2836 to generate cross-references, and added/updated the stylesheets
2837 to generate and link API indexes. The generic keyword index
2838 is not done yet.
2839 * doc/*.html: regenerated all the usual docs too
2840
2841Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
2842
2843 * debugXML.c: added an xpath function to the shell for T. V. Raman
2844
2845Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2846
2847 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
2848 debug routines.
2849
2850Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2851
2852 * tree.c: apply an patch from Petr Kozelka for unlink and replace
2853 support of attribute nodes
2854
2855Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
2858 hopefully near complete and fully documented of the API in XML
2859 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
2860 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
2861 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
2862 include/libxml/parserInternals.h include/libxml/valid.hi
2863 include/libxml/xmlIO.h include/libxml/xmlerror.hi
2864 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
2865 include/libxml/xpath.h include/libxml/xpathInternals.h:
2866 Cleaned up the doc comments a lot in the process, the interface
2867 coverage is now 100%
2868
2869Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
2872 extracts comments from the gtk-doc DocBook output (a bit
2873 convoluted but seems to work).
2874
2875Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2876
2877 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
2878 added an XML description of the API, moved the script generating
2879 it here. Added a "make api" target
2880
2881Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2882
2883 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
2884
2885Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * xpath.c include/libxml/xpathInternals.h: the change made to
2888 xmlXPathFuncLookupFunc was incompatible roll it back
2889
2890Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2891
2892 * SAX.c: cleanup patch from Anthony Jones
2893 * doc/Makefile.am: fix the headers to avoid in make scan
2894 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
2895 includes, * vs Ptr and general cleanup
2896 * parsedecl.py: first version of a script to extract the
2897 module interfaces, the goal will be to provide .decl or XML
2898 specification of the interfaces to build wrappers.
2899
2900Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2901
2902 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
2903 now provides return codes in case of errors
2904
2905Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
2906
2907 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
2908 Upgraded to trio baseline 1.6
2909 * strio.h strio.c: Replaced by triostr.h and triostr.c
2910
2911Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2912
2913 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
2914 of strdup usage in the code
2915
2916Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * parser.c error.c: Keith Isdale complained rightly that
2919 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
2920
2921Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2922
2923 * tree.c: fixed the funxtion to set the xml: attributes
2924 * debugXML.c: added "setbase" to test it.
2925
2926Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
2929 to allow updating an attribute content
2930
2931Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * libxml.h: try to avoid problems when compiling on Windows
2934
2935Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2936
2937 * hash.c: patch from Anthony Jones for hash.c allocation size
2938 * Makefile.am: trying to work around Yet Another Libtool Madness
2939 and build the 2.4.13 release finally ...
2940
2941Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
2944 * doc/* : update of the documentation
2945
2946Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
2949 at fixing #61290 :-(
2950
2951Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2952
2953 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
2954 Fixes bug #67229
2955
2956Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * tree.c: trying to avoid troubles when a subtree is copied
2959 and coalesced in part with the target tree. Should fix
2960 bug #67407
2961
2962Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * valid.c: fixed validation of attributes content of type
2965 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
2966 values, very old bug. Fixes #67671
2967
2968Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2969
2970 * parser.c include/libxml/parserInternals.h tree.c: integrated
2971 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
2972 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
2973
2974Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2975
2976 * threads.c: applied Serguei Narojnyi's patch to add native
2977 thread support on the Win32 platform
2978 * testThreadsWin32.c Makefile.am: added the test program also
2979 from Serguei, Win32 specific
2980 * include/win32config.h include/libxml/xmlwin32version.h.in:
2981 added patch from Igor for the Windows thread specific defines.
2982
2983Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2984
2985 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
2986
2987Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2988
2989 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
2990 output page into XMLinfo.html. Close bug #66951 and
2991 raised by Robert Collins too.
2992
2993Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * encoding.c: Paul Keogh pointed out a possibility of segfault
2996 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
2997 Closes bug # 68238
2998
2999Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * doc/*.html: updated the Gdome2 links
3002
3003Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * libxml.h: Applied following patches from Robert Collins
3006 and make sure IN_LIBXML is defined when compiling it
3007 -------
3008 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3009 as well as Visual C.
3010 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3011 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3012 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3013 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3014 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3015 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3016 xmlSysIDExists xmlNoNetExists).
3017 * xmllint.c: Don't include winsock2.h for Cygwin.
3018
3019Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3020
3021 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3022 when the version info is not present.
3023
3024Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3025
3026 * tree.c: Anthony Jones pointed out a problem in
3027 xmlStringGetNodeList() and provided a fix for it
3028
3029Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * parser.c: patch from Frank J Franklin to remove a bug in
3032 xmlCreatePushParserCtxt() when the initial buffer passed
3033 is large.
3034
3035Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * win32/*: big cleanup of the Windows/MSVC project files
3038 from Igor Zlatkovic
3039
3040Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * doc/Makefile.am: should fix #67674 and avoid troubles if
3043 xsltproc is not available or fails in the prefix provided
3044
3045Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3046
3047 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3048
3049Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3050
3051 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3052 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3053 Fixed a few other problems raised by Charlie Bozeman.
3054 * result/VC/ElementValid[5-7]: fixed the output
3055
3056Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3057
3058 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3059 patches from Charlie Bozeman. Regenerated the HTML docs.
3060
3061Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3062
3063 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3064 for Windows from Igor
3065
3066Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3067
3068 * xmllint.c: applied Justin Fletcher patch for --output or -o
3069
3070Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3071
3072 * win32/libxml2/libxml2.def.src: close #67019
3073
3074Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3075
3076 * xmllint.c: applied Justin Fletcher generic timing patch
3077 similar to the one already applied to xsltproc.
3078
3079Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3080
3081 * include/libxml/tree.h tree.c: applied documentation patches
3082 from Charlie Bozeman
3083
3084Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3085
3086 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3087
3088Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3089
3090 * valid.c: fix the xmlStrdup() used in the previous patch.
3091 * valid.c: added --dropdtd
3092 * tree.c: fixed xmlUnlinkNode so it also removes the references
3093 from the document if the node is a DTD
3094
3095Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3096
3097 * HTMLtree.c valid.c: cleanup some static declarations
3098
3099Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3100
3101 * xmllint.c: removed another strdup()
3102 * doc/FAQ: removed the HP/UX entry
3103
3104Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3105
3106 * valid.c: fix bug #66816 when validating.
3107 * xmllint.c: don't use sys/time.h if configure did not found it
3108
3109Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3110
3111 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3112 xmlcatalog_man.xml
3113
3114Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3115
3116 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3117 xmlInitMemory() was declared twice
3118
3119Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3120
3121 * globals.c: do not reference strdup() !
3122 * configure.in libxml-2.0.pc.in: trying to fix the libs
3123 of the various config extraction modules
3124
3125Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3126
3127 * configure.in : preparing 2.4.12
3128 * doc/* : updated and rebuilt the docs
3129
3130Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3131
3132 * uri.c: closed bug #66159
3133 * testURI.c: added --escape option
3134 * configure.in: some cleanup for xml2-config --cflags
3135
3136Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3137
3138 * globals.c testThreads.c: removed some misplaced includes
3139 of xmlversion.h
3140
3141Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3142
3143 * threads.c: patch from Gary Pennington fixing a possible
3144 problem at initialization time.
3145
3146Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3147
3148 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3149 Eric Lavigne contribution to build libxml2 on MacOS using
3150 CodeWarrior.
3151
3152Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3153
3154 * xmllint.c: applied Geert Kloosterman's patch to fix
3155 --repeat --timing output
3156
3157Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3158
3159 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3160 where non-wellformed XML declaractions were not detected.
3161
3162Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3163
3164 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3165
3166Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3167
3168 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3169 gets reset by xmlCleanupInputCallbacks() and this makes the
3170 function useless. Same for output.
3171
3172Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3173
3174 * xmlIO.c: robert pointed out a loop error in callback cleanups
3175
3176Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3177
3178 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3179 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3180 they are not really tied to debugging
3181
3182Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3183
3184 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3185 * xmllint.c: better --catalogs description
3186
3187Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3188
3189 * tree.c: fixed a couple of problems in xmlSetProp()
3190
3191Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3192
3193 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3194 unappropriate stdout output.
3195
3196Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3197
3198 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3199 by Denis Beurive, closes #65111
3200
3201Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3202
3203 * valid.c: in case of content model validity error, don't
3204 print it if validity warnings were not requested.
3205
3206Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3207
3208 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3209 * parserInternals.c: removed the last exit() call. Print an
3210 unmaskable error on stderr instead (library mismatch detection)
3211
3212Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3213
3214 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3215 shell instructions from Heiko Rupp
3216
3217Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3218
3219 * catalog.c: use the URL notation file:// for default catalog paths
3220
3221Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3222
3223 * include/libxml/tree.h: better comments for _private fields
3224 * tree.c: removed a problem when copying an entity reference.
3225
3226Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3227
3228 * vms/*: updated instructions and diffs from John A Fotheringham
3229
3230Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3231
3232 * include/libxml/xmlerror.h: avoid an include problem if
3233 #include <libxml/xmlerror.h> happens first in code
3234 seems to be the case in KDE libs
3235
3236Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3237
3238 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
3239 from Igor for Windows
3240
3241Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3242
3243 * Makefile.am: Gary Pennington pointed out a missing prefix
3244
3245Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3246
3247 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
3248 * doc/*: upgraded and rebuilt the docs
3249
3250Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3251
3252 * HTMLparser.c: fix comment in scripts element parsing.
3253 * result/HTML/doc3*: updated the results.
3254
3255Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3256
3257 * uri.c: another URI bug fix #63336, using Joel Young patch.
3258
3259Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
3260
3261 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
3262 a cleaned up version of the Pwd shell string generation.
3263
3264Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3265
3266 * valid.c include/libxml/tree.h: trying to fix namespaces +
3267 validation problems for good, closing #63619 in the process
3268 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
3269 wrong in this respect, fixed it.
3270
3271Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3272
3273 * xmllint.c: Morus Walter patch to allow --format and --encode
3274
3275Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
3276
3277 * debugXML.c: Stefan Kost provided an help command for the shell
3278
3279Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
3280
3281 * debugXML.c: Heiko Rupp pointed that the shell would crash
3282 on empty nodesets returns.
3283
3284Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3285
3286 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
3287 migh need the history libraries
3288
3289Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
3290
3291 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
3292 handle the case of < in quoted attributes, Bastian Kleineidam
3293
3294Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3295
3296 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
3297 fixing catalog breakages
3298 * Makefile.am catalog.c result/catalogs/catal
3299 result/catalogs/mycatalog.* test/catalogs/catal*:
3300 fixed more problems in catalog support, added more regression tests
3301 for both XML and SGML catalog handling
3302
3303Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3304
3305 * debugXML.c: applied an improvement to xmlGetLineNo() from
3306 Keith Isdale
3307
3308Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3309
3310 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
3311 Side effect of the progressive catalog loading
3312
3313Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
3314
3315 * Makefile.am: confexecdir and confexec_DATA were defined twice
3316 pointed out by Karl Eichwalder
3317
3318Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3319
3320 * xmlcatalog.c: avoid unlink() and use remove() instead.
3321
3322Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
3323
3324 * libxml.spec.in: cleanup
3325 * include/libxml/xmlwin32version.h: updated with 2.4.8
3326
3327Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3328
3329 * encoding.c global.data globals.c testThreads.c: fix bug #63752
3330 of compiling libxml with a non standard set of options
3331
3332Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
3333
3334 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
3335 document --sgml option, fixing gnome bugzilla #63382
3336
3337Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3338
3339 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
3340 breakage of 2.4.7, added a couple of really needed APIs
3341 like xmlCatalogIsEmpty() and xmlNewCatalog()
3342 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
3343 for install-catalog
3344 * configure.in: preparing 2.4.8
3345
3346Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
3347
3348 * HTMLtree.c tree.c include/libxml/HTMLtree.h
3349 include/libxml/tree.h include/libxml/xmlIO.h: more include
3350 cleanups, export cleanly one html output + format function.
3351
3352Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3353
3354 * parser.c: removed initGenericErrorDefaultFunc call from
3355 xmlInitParser() since it could destroy previous calls to
3356 xsltSetGenericErrorFunc() effects
3357
3358Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3359
3360 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
3361 keyword.
3362
3363Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3364
3365 * Makefile.am: cleanup
3366 * threads.c: cleanup too
3367 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
3368 from xsltproc
3369 * include/libxml/tree.h include/libxml/parser.h: trying to break a
3370 dependancy loop.
3371
3372Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
3373
3374 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
3375 was not used anymore !
3376
3377Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
3378
3379 * configure.in: preparing 2.4.7
3380 * Makefile.am doc/Makefile.am: switched to the latest xmllint
3381 manual page from John
3382 * doc/*: updated the doc and rebuilt the generated pages
3383
3384Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
3385
3386 * xmlIO.c: closing bug #62711, the library should never
3387 close stdin or stdout.
3388
3389Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
3390
3391 * uri.c: second pass at fixing #63336, using Joel Young
3392 final patch. looks okay.
3393
3394Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
3395
3396 * uri.c include/libxml/uri.h: trying to clear #63336
3397 allowing the escaping routine to parse unconformant
3398 URI-References.
3399
3400Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
3401
3402 * vms/readme.vms vms/build_libxml.com nanoftp.c
3403 include/libxml/xmlversion.h.in: a few VMS updates from
3404 John A Fotheringham
3405 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
3406 and xmlCleanupOutputCallbacks() for the Perl binding people.
3407
3408Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
3409
3410 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
3411 apply fixes to close #63271 and avoid segfaults when
3412 the error routine gets callbed before xmlInitParser()
3413 get called.
3414 * nanoftp.c error.c: Applied patches from Justin Fletcher
3415 correcting some xmlGenericError misuses.
3416
3417Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
3418
3419 *doc/xmllint.xml, doc/xmllint.1
3420 New and improved man page for xmllint - .xml is the original, .1
3421 is the generated man page
3422
3423Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3424
3425 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
3426 the web site from the main HTML document.
3427
3428Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3429
3430 * parser.c: fixed an erroneous validation bug when PE refs
3431 occurs in external parsed entities referenced from the
3432 internals subset
3433 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
3434 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
3435 added the associated testcase, it's a nice one.
3436 * HTMLparser.c: generate the DTD node as HTML still ...
3437 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
3438
3439Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3440
3441 * HTMLparser.c: fixed a bug in htmlNewDoc()
3442
3443Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3444
3445 * test/threads/*: added entities testing to the Thread test
3446 * testThreads.c: make the test reasonable
3447 * DOCBparser.c: fix the DTD public and system ID
3448 * xmllint.c: added --sgml for SGML DocBook importing
3449 * Makefile.am: added Docbtests target
3450
3451Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3452
3453 * nanoftp.c: use only "anonymous@" string for anonymous passwds
3454 * testThreads.c: removed bogus include
3455
3456Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3457
3458 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
3459 fixed a very serious (looping) validation bug
3460
3461Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
3462
3463 * include/libxml/globals.h include/libxml/threads.h threads.c
3464 testThreads.c: far more testing, cleaning up bugs
3465 * *.c : make sure globals.h is always included.
3466
3467Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3468
3469 * HTMLparser.c: try to get rid of parser loops for good.
3470
3471Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3472
3473 * configure.in: fixed some bugs in CFLAGS passing.
3474 * test/threads Makefile.am testThreads.c: added a specific
3475 threaded test case (really nasty, guaranteed).
3476
3477Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
3478
3479 * catalog.c: serious cleanup on the management of the
3480 XML catalog tree, more tests done, especially with
3481 the catalog PI.
3482
3483Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
3484
3485 * catalog.c: avoid a problem in catalog cleanup on SMP if
3486 catalogs were not initialized.
3487
3488Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
3489
3490 * catalog.c xpath.c: trying to cleanup the not thread safe
3491 parts of the library.
3492
3493Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3494
3495 * include/libxml/globals.h configure.in global.data: make
3496 the allocation be per-thread a configure option
3497 * encoding.c include/libxml/parser.h: fixed compilation
3498 errors
3499
3500Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3501
3502 * include/libxml/parser.h: Norm reported that a few lines
3503 added were breaking libxslt compile, removed them for now
3504
3505Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
3506
3507 * parser.c parserInternals.c threads.c: debugged and fixed
3508 initialization problems which were giving troubles on SMP
3509 boxes.
3510
3511Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3512
3513 * include/libxml/Makefile.am: missing globals.h
3514
3515Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3516
3517 * globals.c: added a couple of standard includes.
3518
3519Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3520
3521 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
3522 include/libxml/parserInternals.h include/libxml/tree.h
3523 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
3524 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
3525 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
3526 Applied the last patches from Gary, cleanup, activated threading
3527 all user accessible global variables are now handled in globals.[ch]
3528 Still a bit rought but make tests passes with either
3529 --with-threads defined at configure time or not.
3530 * Makefile.am example/Makefile.am: added globals.[ch] and threads
3531 linking options
3532
3533Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3534
3535 * Makefile.am include/libxml/Makefile.am
3536 include/libxml/globals.h globals.c include/libxml/threads.h
3537 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
3538 configure.in: started integrating the core of the thread support
3539 not activated yet but half integrated. The code should still
3540 compile and work anyway.
3541
3542Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3543
3544 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
3545 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
3546 integrating the non-controversial parts of Gary Pennington
3547 multithread patches
3548 * catalog.c: corrected a small bug introduced
3549
3550Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3551
3552 * catalog.c include/libxml/catalog.h: very serious cleanup,
3553 isolating unportable code and as much as possible the accesses
3554 to the global shared catalog. May need more testing !
3555
3556Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3557
3558 * include/libxml/debugXML.h debugXML.c tree.c: integrating
3559 Keith Isdale patches for the XSLT debugger interfaces. Some
3560 cleanup
3561
3562Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3563
3564 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
3565 * DOCBparser.c: generate line nubers in elements
3566
3567Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3568
3569 * configure.in: preparing 2.4.6 release
3570 * doc/xml.html doc/html/*: updated and rebuilt the docs
3571 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
3572
3573Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3574
3575 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
3576 adding documentation for DV's supercatalog support
3577
3578Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3579
3580 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
3581 super catalog support adding one API and one flag --sgml to
3582 xmlcatalog
3583
3584Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
3585
3586 * doc/xmlcatalog_man.xml, xmlcatalog.1
3587 One more crack at
3588 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3589
3590
3591Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3592
3593 * xpath.c: implemented xmlXPathObjectCopy for external objects
3594 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
3595
3596Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
3597
3598 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3599 finishing up fix to
3600 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
3601 the xmlcatalog man page display more elegantly
3602
3603Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
3604
3605 * configure.in: closing bug #61832
3606 * HTMLparser.c: removed a warning
3607
3608Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
3609
3610 * xpath.c: fixing #61673 part I, do not loose doc information
3611 when copying result value trees.
3612
3613Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3614
3615 * xpath.c: trying to harden the XPath interpreter
3616
3617Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
3618
3619 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
3620 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
3621
3622Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3623
3624 * HTMLparser: repaired another loop problem
3625
3626Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
3627
3628 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
3629 parsing.
3630 * xpath.c: fix bug #61291 the default XML namespace node is
3631 missing from the namespace axis.
3632 * tree.c: refuse to create namespaces nodes with prefix "xml"
3633
3634Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
3635
3636 * SAX.c: ouch a non-defined namespace could lead to a crash,
3637 fixed #61215
3638
3639Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
3640
3641 * parserInternals.c: closed bug #61054
3642
3643Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3644
3645 * include/libxml/Makefile.am: closing #60708
3646
3647Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
3648
3649 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
3650 adding xmlSAXParseFileWithData following Marco Stipek suggestion
3651
3652Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3653
3654 * valid.c: close bug #61550 when xml: wasn't considered a namespace
3655
3656Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
3657
3658 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
3659 * DOCBparser.c HTMLparser.c parser.c: fixed typos
3660
3661Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
3662
3663 * catalog.c: Justin Fletcher provided cleaup code in case
3664 HAVE_STAT is not defined
3665 * include/win32config.h: Igor Zlatkovic suggested to have
3666 HAVE_STAT defined there
3667
3668Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3669
3670 * catalog.c - fixed typing error reported by M. Barros
3671
3672Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
3673
3674 * xmllint.c - fixing typo
3675
3676Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3677
3678 * HTMLparser.c: small enhancement to prevent loop on
3679 unrecognizable data
3680
3681Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
3682
3683 * parserInternals.c: applying patch from bug #60757 this
3684 should close it
3685
3686Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
3687
3688 * catalog.c xmlcatalog.c: removed a couple of warning
3689 * xpath.c: try to solve the linking problem on platforms
3690 needing trio to compile
3691
3692Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
3693
3694 * Makefile.am libxml.spec.in: backing up non-documented changes
3695 commited without review or aproval by Jens Finke <jens@gnome.org>
3696 * HACKING: made 100% clear that no commit should be done directly
3697
3698Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
3699
3700 * configure.in: Joe Orton provided a patch fixing a problem
3701 when iconv is specified to be in a non-standard directory
3702 but wasn't exported in xml2-config --cflags
3703
3704Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
3705
3706 * configure.in: let's ship 2.4.5 before getting too much
3707 troubles with 2.4.4 errors.
3708
3709Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3710
3711 * encoding.c entities.c: do not output hexadecimal charrefs
3712 when serializing HTML since some version of Netscape can't
3713 grok it, generate decimal ones.
3714 * result/HTML/doc3.htm: output changed due to previous test
3715 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
3716
3717Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
3718
3719 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
3720 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
3721
3722Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3723 Released 2.4.4
3724
3725 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
3726 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
3727 updated the configuration scripts systems accordingly
3728
3729Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
3730
3731 * configure.in: preparing for 2.4.4
3732 * doc/xml.html doc/html/*: updated and rebuilt the docs
3733
3734Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
3735
3736 * win32/dsp/libxml2.def.src: tried to incorporate comments
3737 from bug #59220
3738
3739Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
3740
3741 * parser.c result/noent/wml.xml: fixed bug #59981 related
3742 to handling of '&' in attributes when entities are substitued
3743
3744Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
3745
3746 * libxml.h include/libxml/xmlversion.h.in
3747 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
3748 Tried to close bug #60131
3749
3750Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3751
3752 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
3753
3754Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
3755
3756 * SAX.c: fixing bug #59946 on xmlns=""
3757
3758Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
3759
3760 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
3761 but allocates a new error code.
3762
3763Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
3764
3765 * xmllint.c: John Fleck fixed typos in the options output
3766 * parser.c SAX.c: fix ignorable white space SAX selection
3767
3768Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
3769
3770 * entities.c: Steve Underwood found the possibility of an
3771 ininite loop in case of error.
3772
3773Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3774
3775 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
3776
3777Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
3778
3779 * parser.c: warn if version is not 1.0 but it's not
3780 strictly speaking an error after analyzing the spec
3781
3782Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
3783
3784 *doc/catalog.html - add link to the html version of the
3785 man page, other linguistic cleanups
3786
3787Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
3788
3789 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
3790 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
3791 file, has not yet been included in the build.
3792
3793Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
3794
3795 * catalog.c: removed a duplicate affectation Justin Fletcher
3796
3797Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
3798
3799 * tree.c: Armin Sander pointed a possible text coalescing
3800 problem, completed his patch.
3801
3802Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
3803
3804 * trionan.c: Fixed const and volatile re-definition problem
3805
3806Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
3807
3808 * libxml.4 parser.c: doc updates from Heiko Rupp
3809 * parserInternals.c: 2 sanity checks from Heiko Rupp
3810
3811Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
3812
3813 * tree.c: applied patch from Armin Sander to make some pointers
3814 const in xmlCopyNode()
3815 * include/libxml/tree.h: added fix to the header
3816
3817Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
3818
3819 * xpath.c: hum, restrict the integer usage gcc bug workaround
3820 to only gcc compilers so that other architecture don't get
3821 penalized by this limitation.
3822 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
3823
3824Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
3825
3826 * valid.c: fixed a Windows compiler warning (Chris Poblete)
3827 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
3828
3829Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
3830
3831 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
3832 --convert option to xmlcatalog to convert SGML ones to
3833 the XML syntax.
3834 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
3835
3836 2.4.3 got released at that point
3837Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
3838
3839 * catalog.c xmlIO.c: started some serious testing and fixed
3840 a few bug and optmization needs.
3841
3842Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
3843
3844 * Makefile.am configure.in include/libxml/xmlwin32version.h:
3845 preparing for a 2.4.3 release even if it may not be ready yet
3846 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
3847 all file parsing lookup to go through the entity resolver, add
3848 to add an API to bypass it (needed to load catalogs themselves),
3849 some cleanup on the catalog code too.
3850 * nanoftp.c: small cleanup
3851 * doc/catalog.html: small update
3852
3853Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
3854
3855 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
3856 Jun Kuriyama
3857
3858Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
3859
3860 * doc/catalog.html: finished the catalog documentation
3861
3862Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
3863
3864 * doc/catalog.html doc/xml.html: added documentation about
3865 Catalog support, misses an API description
3866 * doc/html/*: reextracted the API pages
3867
3868Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
3869
3870 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
3871 Added the part about section 7.2 on URI resolution,
3872 fixed a side effect in the HTML parser, look complete
3873 and ready to rock except the URI/SystemID part!
3874
3875Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3876
3877 * include/libxml/catalog.h include/libxml/parser.h
3878 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
3879 xmlIO.c: added support and APIs needed for the catalog PI
3880 * include/libxml/xmlIO.h: cleanup
3881
3882Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3883
3884 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
3885 include/libxml/catalog.h: starts to look okay, really
3886 plugged the new framework, cleaned a lot of stuff,
3887 added some APIs, except the PI's support missing this
3888 should be mostly complete
3889 * result/catalogs/* test/catalogs/*: added new test, enriched
3890 the existing one with URN ID tests
3891
3892Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * catalog.c: fixed nextCatalog
3895 * result/catalogs/docbook test/catalogs/*: started adding
3896 a small regression test
3897
3898Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
3899
3900 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
3901 more work on the XML catalog support.
3902 * parser.c include/libxml/parser.h: small cleanup seems using
3903 list as a public parameter name can give portability troubles
3904 * trionan.c trionan.h xpath.c include/libxml/trionan.h
3905 include/libxml/xpath.h include/libxml/Makefile.am: removed
3906 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
3907 wrappers
3908
3909Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
3910
3911 * Makefile.am trio.c triodef.h trionan.c xpath.c
3912 include/libxml/Makefile.am include/libxml/trionan.h:
3913 Re-worked Not-A-Number and Infinity support.
3914 * xmlcatalog.c: added readline include files
3915
3916Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3917
3918 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
3919 testCatalog as xmlcatalog, making it an installed app
3920 adding a shell, and preparing it to be a /etc/xml/catalog
3921 management tool, though not ready yet
3922 * catalog.c include/libxml/catalog.h: adding support for
3923 XML Catalogs http://www.oasis-open.org/committees/entity/
3924 not finished, there is some interesting tradeoffs and a
3925 few open questions left.
3926
3927Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
3928
3929 * xmllint.c: fixed a line formatting problem
3930
3931Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3932
3933 * SAX.c: removed a couple of unused variable (Albert Chin)
3934
3935Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
3936
3937 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
3938 trying to fix some troubles w.r.t. function returning
3939 const xxxPtr.
3940
3941Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
3942
3943 * win32/dsp/libxml2.def.src: another set of symbols conditionally
3944 defined
3945
3946Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
3947
3948 * xpointer.c: removed unused var
3949
3950Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
3951
3952 * testXPath.c: another small cleanup closing bug #59110
3953
3954Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
3955
3956 * win32/dsp/libxml2.def.src: small cleanup closing bug
3957 #59108
3958
3959Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
3960
3961 * example/gjobread.c: add xmlCleanupParser() before leaving
3962
3963Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
3964
3965 * config.h.in configure.in include/libxml/xmlwin32version.h:
3966 released 2.4.2
3967
3968Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
3969
3970 * include/libxml/valid.h debugXML.c valid.c: deprecate
3971 the non-boundchecking Sprintf functions, add Snprintf
3972 this should close bug #57984
3973
3974Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
3977 URIs before doing the lookups (pointed by Mark Vakoc)
3978
3979Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
3980
3981 * xpath.c: serious changes on Result Value Trees and NodeSets
3982 w.r.t. deallocation and collect operations. Probably not
3983 100% clean (merge of allocated trees smells like a problem).
3984 Seems sufficient to close #58943
3985
3986Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
3987
3988 * xmllint.c: adding a --format option
3989
3990Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
3991
3992 * xpath.c: count() was broken on Result Value Tree
3993 * xmlIO.c: fixed file:/// accesses on _WIN32
3994
3995Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
3996
3997 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
3998 macro was renamed, this should close bug #58683
3999
4000Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4001
4002 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4003 entity substitution mode text at the end of the entity might
4004 be added due to text coalescing.
4005 * nanoftp.c parser.c: small cleanup
4006
4007Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4008
4009 * HACKING: added John Fleck right to commit in the doc subdir
4010
4011Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4012
4013 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4014 allow to inherit attributes from the DTD directly in the
4015 tree, this is needed for XPath and can be a useful feature.
4016 Inherited namespaces are always provided at the tree level now
4017 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4018 of tests for this feature (XSLT being the prime user).
4019
4020Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4021
4022 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4023 testSAX.c xmlIO.c xmllint.c include/win32config.h
4024 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4025 include/libxml/xmlwin32version.h.in win32/README.MSDev
4026 win32/dsp/*: applied Win32 Facelift No.2 patches from
4027 Igor Zlatkovic for Windows/MSC
4028
4029Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4030
4031 * SAX.c: unparsedEntityDecl() the URI computation of the
4032 entity wasn't done breaking XSLT unparsed-entity-uri()
4033
4034Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * xpath.c: fixed a bug when walking the descendants and
4037 the current node has no children
4038 * debugXML.c: show up when a text node is supposed to not be escaped
4039
4040Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4041
4042 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4043 worked like the set:leading() function)
4044 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4045
4046Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4047
4048 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4049
4050Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4051
4052 * include/libxml/xmlIO.h: apply change to close #58141
4053 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4054
4055Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4056
4057 * parser.c: when the internal subset uses a PE, then the
4058 included entity can use conditional sections.
4059
4060Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4061
4062 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4063 when walking the namespace axis showing up in
4064 libxst/tests/general/bug-12
4065 * xmlmemory.c: added the possibility to trace a given block
4066 defined by its address
4067
4068Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4069
4070 * parser.c: don't override existing encoding specified before
4071 starting xmlParseDocument()
4072
4073Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4074
4075 * include/libxml/xmlwin32version.h: reinserted, needed for
4076 Windows users of CVS
4077
40782001-07-27 Darin Adler <darin@bentspoon.com>
4079
4080 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4081 * testCatalog.c: Add include of <libxml/parser.h>.
4082
40832001-07-27 Darin Adler <darin@bentspoon.com>
4084
4085 * include/libxml/.cvsignore:
4086 * include/libxml/xmlwin32version.h:
4087 Remove this file from CVS because it's generated.
4088
4089Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4090
4091 * parser.c include/libxml/parser.h: applied const patches from
4092 Tom Moog #58002
4093
4094Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4095
4096 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4097 lookup framework
4098
4099Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4100
4101 * tree.c: fixed xmlCopyNode() for documents
4102
4103Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4104
4105 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4106
4107Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4108
4109 * parser.c: fixes bug #57652 reported by Morus Walter
4110
4111Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4112
4113 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4114
4115Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4116
4117 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4118 errors, lesson don't add new functions at 1am before a release
4119 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4120 from XPath initialization when possible.
4121
4122Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4123
4124 * result/scripts/base*: removing history/readline changed
4125 this slightly
4126 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4127 xmllint.c: make element content line number generation
4128 optionnal to avoid breaking old apps added interface to switch
4129
4130Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4131
4132 * configure.in: get rid of the readline and libhistory
4133 dependancies by default, release 2.4.1 with IA64 fix
4134 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4135 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4136 John Kroll fixes to allow saving to HTTP via PUT (or
4137 POST of needed).
4138 * doc/html/*.html: regenerated the docs
4139
4140Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4141
4142 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4143 xmlHashScanFull and xmlHashScannFull3 to get passed the
4144 three keys as arguments to the callback function
4145
4146Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4147
4148 * configure.in Makefile.am: removed libxml softlink for good
4149 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4150 100% coverage by gtk-doc
4151
4152Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4153
4154 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4155 fixed serious troubles due to size_t vs. int mismatch
4156
4157Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4158
4159 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4160
4161Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4162
4163 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4164 convenient extension API for value and context managing
4165 Now handles external objects through xmlXPathPopExternal,
4166 xmlXPathWrapExternal and xmlXPathReturnExternal.
4167 Added functions for sets operations (intersection, etc.)
4168
4169Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4170
4171 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4172 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4173 HTMLparser.c: cleanup of global variables, marking some
4174 const or private.
4175
4176Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4177
4178 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4179 fixed xmlXPathNodeSetItem when passing index=0
4180
4181Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4182
4183 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4184
4185Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4186
4187 * xmllint.c: fixed compilation under Cygwin #57503
4188 * TODO: update
4189
41902001-07-13 Peter Williams <peterw@ximian.com>
4191
4192 * config.h.in: add #undef HAVE_DLFCN_H
4193
4194 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4195 builddir.
4196
4197Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4198
4199 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4200 raised by #57348 and #57381
4201
4202Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4203
4204 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4205 tree.c xpointer.c: store the line numbder in element->content,
4206 may break some software, need a configuration mechanism
4207
42082001-07-10 Darin Adler <darin@bentspoon.com>
4209
4210 * .cvsignore:
4211 * example/.cvsignore:
4212 * include/.cvsignore:
4213 * include/libxml/.cvsignore:
4214 Various things that are generated and should be ignored.
4215
4216Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4217
4218 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4219 * doc/xml.html doc/html/*: updated the docs
4220
4221Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4222
4223 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4224 validation occured on content with element child
4225
4226Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4227
4228 * tree.c: fixed XML Base computation which was broken
4229 * debugXML.c: added a base function to the shell
4230 * Makefile.am result/scripts/* test/scripts/*: added scripts
4231 based regression tests, and adding 2 XML Base tests
4232
4233Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4234
4235 * tree.c: set properties doc and call xmlSetListDoc for properties
4236 content when grafting them in a different tree.
4237 * aclocal.m4: remove from CVS
4238
4239Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4240
4241 * win32/libxml2/libxml2.def.src: added some missing entry point
4242 for XPath (Mark Vakoc)
4243
4244Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4245
4246 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
4247 layer should URI-Unescape before trying to open resources.
4248
4249Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4250
4251 * xpath.c: fix the name() bug for elements in the default
4252 namespace reported by Charlie Bozeman
4253
4254Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4255
4256 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
4257 led to an XPath fix, improvements of SAX initialization, and
4258 an added option --nocdata to testXPath
4259
4260Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4261
4262 * doc/libxml-doc.el: Felix Natter provided anew version working
4263 with XEmacs too
4264
4265Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4266
4267 * include/libxml/xpath.h: small cleanup
4268 * doc/xml.html: update
4269
4270Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4271
4272 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4273 released 2.3.14
4274
4275Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4276
4277 * doc/html/*: rebuilt the docs for the release
4278 * doc/xml.html: added 2.3.14 release.
4279
4280Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4281
4282 * xpath.c: a bug reported by Stephan Kulow empty nodesets
4283 were not equal to empty strings
4284
4285Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4286
4287 * SAX.c: fixed a URI-Reference computation problem when validating
4288 * xmlIO.c: small cleanup
4289
4290Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4291
4292 * parser.c: improved the description of a couple of interfaces
4293 upon Larry Stamper suggestion
4294
4295Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4296
4297 * SAX.c entities.c parser.c: changed completely the way entities
4298 are handled when running the parser in entity substitution mode.
4299 This fixes a bug reported by Stephan Kulow and nearly divides
4300 by 3 the amount of memory required by libxslt to load and process
4301 DocBook TDG.
4302
4303Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4304
4305 * HTMLparser.c: fixing a too early root closing problem raised
4306 byt Prashanth Naidu
4307
4308Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4309
4310 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
4311 raised by Mark Vakoc.
4312
4313Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4314
4315 * example/Makefile.am: fixed the include path to add srcdir/include
4316 * Makefile.am configure.in: fix from Albert Chin for iconv detection
4317 and some cleanup
4318
4319Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4320
4321 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
4322 lot of optimization work, results in significant improvements
4323 when handling really complex XPath queries. Add a small optimizer
4324 for unions, improve [n] and [last()], avoid some costly ops.
4325
4326Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4327
4328 * include/libxml/parser.h parser.c: xmlStrstr args are both const
4329 * xpath.c: small cleanup
4330 * xmlGetNsList: reformated, fixed problems if used on Entities
4331
4332Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4333
4334 * doc/xml.html: added 1.8.14 and 2.3.13 releases
4335
4336Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4337
4338 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
4339 * Makefile.am example/Makefile.am: workaround automake generating
4340 erroneous deps
4341
4342Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4343
4344 * include/win32config.h: bug #56801 Yon Derek provided a patch
4345 to the windows config file.
4346
4347Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4348
4349 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
4350 libxml.h : Yon Derek provided a set of changes to compile from
4351 CVS on Windows/MSC
4352
4353Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4354
4355 * parser.c: fixed UTF8 BOM support in push mode
4356 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
4357 added a specific testcase
4358
4359Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4360
4361 * Makefile.am: added --push regression tests
4362 * parserInternals.c: the XML parser segfaulted in --push mode
4363
4364Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4365
4366 * configure.in: moved the symlinks detection within a CVS
4367 check, this is not portable and will be removed soon.
4368 * xpath.c: small cleanup/speedup
4369
4370Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4371
4372 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
4373 release of 2.3.12
4374 * parser.c: make an error message if unknow entities in all cases
4375
4376Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4377
4378 * uri.c: fixed 2 uri normalization bugs on '//' reduction
4379
4380Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4381
4382 * include/libxml/Makefile.am: Laszlo Peter pointed out that
4383 includes were installed in the wrong dir
4384
4385Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4386
4387 * doc/html.xml: warn against sending code to exhibit bugs.
4388
4389Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4390
4391 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
4392 Tru64 from Thomas Leitner
4393
4394Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4395
4396 * AUTHORS: added William and Bjorn
4397 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
4398 daniel@veillard.com hopefully I won't have to do this again
4399 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
4400 docs can be rebuilt cleanly now
4401 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
4402 from CVs it's generated, added include/libxml/xmlwin32version.h
4403 also generated but which should change far less frequently.
4404 * catalog.c nanoftp.c: made sure to include libxml.h not
4405 libxml/xmlversion.h directly
4406 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
4407 when compiling on WIN32 and MSC
4408
4409Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4410
4411 * include/Makefile.am include/libxml/Makefile.am configure.in:
4412 fixed make distcheck and rebuilding the rpms
4413
4414Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4415
4416 * configure.in: should finish the migration of exported includes
4417 into a real include/libxml in CVS, at least for CVS users.
4418 * removed the exported headers, added in include/libxml (as well
4419 as xmlversion.h.in).
4420
4421Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4422
4423 * configure.in: fixed the way to detect symlink
4424
4425Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4426
4427 * configure.in: updated, include/libxml is now a real CVS dir
4428
4429Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4430
4431 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
4432 version works with both libxml1 and libxml2 (it autodetects
4433 the prefix of the html-files) from Felix Natter.
4434 * doc/xml.html: updated doc accordingly
4435
4436Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4437
4438 * xpath.c: fixed the bug generating a template loop in libxslt
4439 when using docbook-xsl-1.4, * should filter out document nodes
4440 * HACKING: added William
4441 * TODO: updated
4442
4443Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4444
4445 * doc/FAQ.html: added a warning about gcc-3.0
4446 * doc/xml.html: added reference to gdome2 and removed a confusing
4447 sentence
4448
4449Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4450
4451 * xmlversion.h: okay this is a generated file, but Windows
4452 users need it and they can't generate it, and I want CVS
4453 Windows users ...
4454 * win32/libxml2/libxml2_so.dsp: Windows project file for
4455 the shared lib version of libxml2
4456 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
4457 resources needed for libxslt/xsltproc by Yon Derek
4458
4459Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4460
4461 * trio.c: MSVC fix (provided by Igor Zlatkovic)
4462
4463Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4464
4465 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
4466
4467Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4468
4469 * include/win32config.h: Yon Derek provided a first fix
4470 to be able to compile libxslt/xsltproc on Windows
4471
4472Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4473
4474 * xpath.c: attempt to work around what seemed a gcc optimizer
4475 bug when handling floats on i386 http://veillard.com/gcc.bug
4476 * tree.c entities.c encoding.c: doing some cleanups while
4477 chasing it
4478
4479Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4480
4481 * Makefile.am: cleanup when --without-debug is specified
4482 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
4483 w.r.t. --without-debug and other include points
4484 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
4485 Catalogs
4486 * configure.in entities.h tree.h HTMLparser.c: removed
4487 --without-corba, made the _private field mandatory
4488
4489Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4490
4491 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
4492 outputs a BOM in UTF8, an errata has been issued to avoid the
4493 problem, that was the most reasonable solution... Add support
4494 for a leading UTF8 BOM in entities.
4495
4496Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4497
4498 * valid.c: fixed a bug found when post validating an entity ref
4499 * xmllint.c: added --loaddtd and sligly changed --postvalid to
4500 activate it too
4501
4502Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4503
4504 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
4505 weakness in the node copy the XPointer and the XInclude
4506 implementations. Serious cleanup.
4507
4508Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4509
4510 * Makefile.am: Kjartan Maraas provided a small patch to
4511 add xml2-config.in to EXTRA_DIST
4512
4513Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4514
4515 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
4516 provided another failing case found in KDE, the way the
4517 ctxt->vctxt.nodeTab was allocated and freed changed over
4518 time but it wasn't completely cleaned up. This should fix it.
4519
4520Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4521
4522 * parser.c: Stephan Kulow also raised the fact that line number
4523 could get miscounted making debug harder, fixed the problem
4524 in xmlParseCharData()
4525
4526Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4527
4528 * valid.c: Stephan Kulow pointed out a problem when validating
4529 and using an empty entity, forgot a 'break' in a case.
4530
4531Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4532
4533 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
4534 * doc/xml.html: updated with 2.3.11
4535
4536Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4537
4538 * TODO: updated adding cleanup of generated doc
4539 * configure.in: prepared to release 2.3.11
4540 * xmllint.c: added --version for bug reporting
4541 * doc/html/*.html: rebuilt the doc
4542
4543Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4544
4545 * xpath.c: first part of the work on selecting namespace to
4546 fix bug #56115
4547
4548Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4549
4550 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
4551 when using -liconv
4552 * TODO: updated
4553
4554Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4555
4556 * HTMLtree.[ch]: more work on the HTML serialization routnes,
4557 cleanup, encoding support.
4558
4559Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4560
4561 * xpath.c: Thomas Broyer suggested a better patch for the / arg
4562
4563Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4564
4565 * xpath.c: bug detected by Ankh when / is used as a function arg
4566
4567Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4568
4569 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
4570 of element and use it to avoid outputting formatting spaces at
4571 the wrong place. Implemented the format parameter for HTML save.
4572 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
4573 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
4574 result/HTML/wired.html: of course this impact the result of a
4575 number of HTML tests
4576
4577Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4578
4579 * HTMLtree.[ch]: started augmenting the HTML save API with
4580 encoding and formatting parameters
4581
4582Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4583
4584 * HTMLtree.h: cleanup and started evaluating the work needed on
4585 revamping the HTML output code
4586
4587Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4588
4589 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
4590
4591Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4592
4593 * valid.c: fixed bug #56049, forgot one check in the
4594 validation routine
4595
4596Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4597
4598 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
4599
4600Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4601
4602 * libxml.h: fixed an error in last commit
4603 * doc/FAQ.html: added an entry for compilation from CVS
4604
4605Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4606
4607 * xmlversion.h.in libxml.h: Cygwin patches
4608 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
4609 * tree.h: cleanup
4610
4611Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4612
4613 * tree.c: patched xmlFreeNode() to avoid freeing() a static
4614 memory block in a strange case where libxml is linked twice
4615 in the binary.
4616
4617Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4618
4619 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
4620 state far too often, simple fix used to avoid it.
4621
4622Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4623
4624 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
4625 being processed, applied his patch
4626 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
4627
4628Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4629
4630 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
4631 provided fixes to compile on MSCC again
4632 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
4633 also provided an update for the project files.
4634
4635Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4636
4637 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
4638 bug #55810
4639
4640Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4641
4642 * tree.c: fixed xmlGetNsProp() to close bug #55683
4643 Note this requires libxslt to use it's own function instead.
4644
4645Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4646
4647 * HTMLtree.c: when in a pre element no formatting space should
4648 be added.
4649 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
4650
4651Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4652
4653 * configure.in: added tests for signal() and signal.h
4654
4655Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4656
4657 * xpath.c: robert pointed out xmlXPathNINF was not initialized
4658
4659Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4660
4661 * doc/libxml-doc.el: Felix Natter provided a new version for
4662 libxml2
4663
4664Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4665
4666 * HTMLtree.c: when in a pre element no formatting space should
4667 be added.
4668
4669Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4670
4671 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
4672
4673Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4674
4675 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
4676 hack
4677 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
4678 * uri.c: fixed a warning
4679
4680Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4681
4682 * HTMLtree.c: trying to close bug #55772 escaping in script
4683 elements
4684 * doc/xml.html: suggest to send mail to the list
4685
4686Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4687
4688 * error.c: attempt to fix the xmlGetVarStr breakage once and for
4689 good. Use a macro and based on the solution provided in
4690 vsnprintf manual page from GNU.
4691
4692Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4693
4694 * error.c: Workaround for non-preserving variadic list.
4695 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
4696
4697Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4698
4699 * doc/xml.html: added 2.3.10 release
4700
4701Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4702
4703 * configure.in: releasing 2.3.10
4704
4705Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4706
4707 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
4708
4709Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4710
4711 * encoding.c: Robert Collins provided a patch to add the
4712 "US-ASCII" encoding alias
4713
4714Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4715
4716 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
4717 string oriented functions and started cleaning the related areas
4718 in xpath.c which needed fixing in this respect
4719
4720Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4721
4722 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
4723 #55380
4724 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
4725
4726Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4727
4728 * TODO: updated
4729 * nanohttp.[ch] : started adding APIs to get the redirected URL
4730 when this occurs (needed for further base computation
4731 * tree.h: cleanup
4732 * encoding.c: cleanup
4733 * SAX.c: minor change around ctxt->loadsubset
4734
4735Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4736
4737 * Makefile.am include/Makefile.am: small change to have
4738 include/libxml rebuilt if working from CVS.
4739 * uri.c: applied another patch from Carl Douglas for URI escaping,
4740 this should close bug #51876
4741
4742Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4743
4744 * xinclude.c: fixed XInclude recursive behaviour bug #54678
4745 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
4746 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
4747 added specific regression test
4748 * parser.h: preparing for the XSLT mode where DTD inherited
4749 attributes are added to the tree.
4750
4751Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4752
4753 * xinclude.[ch]: Updated the namespace for the Last Call version
4754 * result/XInclude/include test/XInclude/include: updated the
4755 testsuite accordingly
4756
4757Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4758
4759 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
4760 related to bug #51876
4761
4762Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4763
4764 * tree.c: fixed a gross mistake in base computation, xml:base is
4765 not completely correct yet (need cascade).
4766 * xpath.[ch]: added the few things needed to find a function name
4767 and URI from the XPath context when it is called.
4768
4769Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4770
4771 * catalog.[ch]: fixes and add xmlLoadCatalogs()
4772 * DOCBparser.c: small cleanup
4773 * xmllint.c: added a --catalogs option to load catalogs from
4774 $SGML_CATALOG_FILES
4775 * tree.c: cleanup
4776 * configure.in: iconv library fixup, ICONV_LIBS
4777
4778Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4779
4780 * catalog.c: handling of CATALOG entries. detection of recursion,
4781 and a few bugfixes
4782 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
4783 against the default namespace
4784
4785Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4786
4787 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
4788
4789Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4790
4791 * parser.c: fixed propagation context info when parsing an
4792 external entity.
4793 * doc/html/*.html: regenerated a couple of docs
4794
4795Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4796
4797 * doc/xml.html: update with 2.3.9 informations
4798
4799Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4800
4801 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
4802 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
4803 * doc/html/* : rebuilt the docs
4804 * valid.c: small patch which may improve some case when
4805 validating.
4806
4807Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4808
4809 * HTMLparser.c: Closed bug #54891
4810 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
4811 to the suite
4812
4813Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4814
4815 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
4816 applied a documentation patch from LotR and filled in a few missing
4817 descriptions
4818
4819Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4820
4821 * xpath.c tree.c parser.c: speed optimizations at the parser level
4822 document tree freeing and xpath evaluation
4823
4824Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826 * parser.c parser.h parserInternals.h: fixed a couple of
4827 interfaces for handling memory buffer input to const char *
4828 upon suggestion of JamesH.
4829
4830Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4831
4832 * configure.in: LoTR sent a patch fixing the previous commit
4833
4834Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4835
4836 * configure.in: trying to deal again with the stoopid -R linking
4837 flag of Solaris
4838
4839Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4840
4841 * xpath.h: two nodeset access macros from Thomas Broyer
4842
4843Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4844
4845 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
4846 patch from Thomas Broyer
4847
4848Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4849
4850 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
4851 case
4852 * INSTALL: was empty added stuff from the FAQ
4853
4854Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4855
4856 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
4857 attributes handling and #54433 by adding xmlUnsetProp()
4858 and xmlUnsetNsProp()
4859
4860Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4861
4862 * HTMLparser.c: Patch from Jonas Borgström
4863 (htmlGetEndPriority): New function, returns
4864 the priority of a certain element.
4865 (htmlAutoCloseOnClose): Only close inline elements if they
4866 all have lower or equal priority.
4867 * result/HTML: this of course changed a number of tests results.
4868
4869Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4870
4871 * xmlIO.c catalog.c: plugged in the default catalog resolution
4872 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
4873 documentations
4874 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
4875
4876Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
4879 integrating catalogs
4880 * catalog.[ch] testCatalog.c: adding a small catalo API
4881 (only SGML catalog support).
4882 * parser.c: restaured xmlKeepBlanksDefault(0) API
4883
4884Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4885
4886 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
4887
4888Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4889
4890 * parser.c: added xmlParseExternalEntityPrivate() to allow
4891 propagation of ctxt->_private when parsing external entities
4892
4893Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4894
4895 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
4896
4897Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4898
4899 * configure.in: fixed a small portability problem with AM_CONDITIONAL
4900
4901Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4902
4903 * valid.c: warn when indeterminist content model is detected
4904 * result/VC/ElementValid8: this adds a message
4905 * Makefile.am: add --novalid for VCM tests
4906 * parserInternals.c: added a call to Init memory
4907
4908Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4909
4910 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
4911 when both parameters are NULL.
4912
4913Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4914
4915 * valid.c: applied small patch from Gary Pennington, reindented
4916 some part of the code.
4917
4918Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
4921 release, updated and regenerated the docs
4922
4923Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * xpath.c result/XPath/expr/floats : clarified and cleanup
4926 printing of abnormal floats in tests.
4927
4928Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4929
4930 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
4931 * results/HTML/ : a few changes in the output of the HTML tests as
4932 a result.
4933 * configure.in: tying to fix -liconv where needed
4934
4935Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4936
4937 * Makefile.am: fixed a stupid error
4938
4939Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4940
4941 * configure.in Makefile.am: make the inclusion of the trio
4942 modules in the library conditional
4943
4944Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4945
4946 * DOCBparser.c: patche from László Kovács, fixed entities refs
4947 in attributes handling
4948
4949Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4950
4951 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
4952 flushing
4953
4954Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4955
4956 * xpath.c: fix of an XSLT namespace bug reported on the list
4957 general/bug-8-
4958
4959Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4960
4961 * strio.h trio.c: Dan McNichol suggested a couple of small
4962 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
4963
4964Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4965
4966 * tree.c parser.c encoding.c: spent a bit more time looking
4967 at the parsing speed and DOM handling. Added a few more
4968 speedups.
4969
4970Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4971
4972 * parser.c: small but effective parsing speed improvement
4973
4974Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4975
4976 * configure.in: default on the DocBook parser inclusion (for Gnome)
4977 * DOCBparser.h: fixed a header reference
4978
4979Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * configure.in xpath.c: applied Bjorn patches for FPE on the
4982 alpha
4983
4984Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4985
4986 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
4987 xmlSaveFormatFileTo()
4988
4989Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4990
4991 * xpath.c: simple and efficient optimization, XPath functions
4992 aways bind to the same code, cache this
4993 * TODO: updated (by saying some is obsolete)
4994
4995Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4996
4997 * xpath.c: more cleanup work on XPath name parsing routines
4998
4999Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5000
5001 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5002 xmlXPathParseName
5003 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5004 * debugXML.c: avoid compilation problems if compiling without
5005 HTML support, Igor Zlatkovic
5006 * win32/libxml2/libxml2.def.src: being able to compile without
5007 XPath on Windows
5008
5009Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5010
5011 * libxml.m4: yet another patch from Toshio Kuratomi
5012
5013Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5014
5015 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5016
5017Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5018
5019 * tree.[ch]: added xmlSaveFormatFile interface for saving
5020 and indenting a file.
5021
5022Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5023
5024 * xpath.c: fixed bug #53689 related to processing-instruction()
5025
5026Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5027
5028 * DOCBparser.c: patche from László Kovács
5029
5030Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5031
5032 * parser.c: applied fixes from Christian Glahn bug report #53391
5033
5034Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5035
5036 * error.c: Jean François Lecomte provided a complete description
5037 and a fix to bug #53537
5038
5039Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5040
5041 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5042
5043Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5044
5045 * DOCBparser.c SAX.c: a bit more work on entities processing.
5046 Still Need to cleanup XML output and references in attributes
5047
5048Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5049
5050 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5051
5052Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5053
5054 * tree.c: trying to fix #53574, not completely complete,
5055 I would like xmllint --copy --debug test/ent1 and
5056 xmllint --debug test/ent1 to show the same result.
5057 * xpath.c: fix a bug when trying to sort namespace nodes
5058
5059Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5060
5061 * HTMLtree.c: real fix for #53402
5062
5063Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5064
5065 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5066 PIs when using xsl:output
5067 * valid.c: closing #53537 some case generate segfaults if there
5068 is validity errors
5069
5070Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5071
5072 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5073 of external parsed entities, added --noent to testDocbook
5074 * valid.c: Garry Pennington found an uninitialized variable
5075 access in xmlValidateElementContent()
5076
5077Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5078
5079 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5080 with madness
5081 * result/HTML/ : this modified the result of the regression tests
5082 a lot.
5083
5084Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5085
5086 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5087 to doc where it wasn't checked against NULL reported by
5088 Jens Laas
5089
5090Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5091
5092 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5093 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5094
5095Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5096
5097 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5098 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5099 * SAX.[ch]: cleanup and updates for DocBook
5100 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5101 ex SGML identifier changes
5102 * valid.c: removed a static unused function.
5103
5104Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * HTMLtree.c: applied change for Paul Sponagl on script saving
5107 * Makefile.am: the warning about entity title.xml are normal.
5108
5109Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5110
5111 * configure.in: release of 2.3.7
5112 * Makefile.am: fixing make distcheck
5113
5114Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5115
5116 * doc/html/* doc/xml.html: updated and regenerated the docs
5117
5118Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5119
5120 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5121
5122Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5123
5124 * tree.c: fixed #53388 with the provided patch
5125
5126Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5127
5128 * valid.c: Bjorn detected an invalid memory access. Fixed
5129 vstateVPush()
5130
5131Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5132
5133 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5134
5135Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5136
5137 * libxml.h: new header used only for the compilation of libxml
5138 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5139 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5140 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5141 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5142 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5143 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5144 baseline (version 1.2 plus a single patch).
5145 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5146 scientific notation for numbers. Tests added.
5147 * xpath.c: formatting of numbers changed to use sprintf
5148 (contribution from William Brack)
5149
5150Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5151
5152 * valid.c: cleanup, more useful debugging
5153 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5154 * xmlIO.c: entity loading is printed as an error when validating
5155
5156Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5157
5158 * valid.c: fixed to validate within entities
5159 * test/VCM/v22.xml: added a specific testcase
5160
5161Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5162
5163 * valid.c: forgot an epsilon transition in for ()+
5164 * test/VCM/v21.xml : added a specific test case
5165
5166Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5167
5168 * valid.c: removed a state explosion exhibited by RSS
5169 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5170 from bug #51872
5171
5172Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5173
5174 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5175 validation without using an ugly NFA -> DFA algo in the source.
5176 Made a specific algorithm easier to maintain, using a single
5177 stack and without recursion.
5178 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5179 * hash.c: made the growing routine static
5180 * tree.h parser.c: added the parent information to an
5181 xmlElementContent node.
5182
5183Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5184
5185 * SAX.c parser.c xpath.c: generating IDs when not validating
5186 from an external parsed entity was poisoning the ID has table
5187 with removed values. This was killing XSLT on the KDE help
5188 browser.
5189
5190Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * entities.h: andrew@ugh.net.au detected a double declaration
5193
5194Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * debugXML.c hash.c tree.h valid.c : some changes related to
5197 the validation suport to improve speed with DocBook
5198 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5199 the way validation errors get reported
5200
5201Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5202
5203 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5204 by P C Chow and William M. Brack for XSLT HTML output
5205
5206Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5207
5208 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5209 Igor Zlatkovic patches for MSC compilation and added his
5210 updates
5211
5212Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5213
5214 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5215 prefix lookup.
5216 * parserInternals.c: fixed the bug reported by Morus Walter
5217 due to an off by one typo in xmlStringCurrentChar()
5218
5219Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5220
5221 * HTMLparser.c result/HTML/*: revamped the way the HTML
5222 parser handles end of tags or end of input
5223
5224Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5225
5226 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5227
5228Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5229
5230 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5231 bug where the linktime verions of free() won't work ...
5232
5233Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5234
5235 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5236
5237Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5238
5239 * doc/xml.html: added 2.3.6 release
5240
5241Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5242
5243 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
5244 * result/wml.xml: resulted in a small output change
5245
5246Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5247
5248 * tree.c: xmlNewDoc was missing the charset initialization
5249 * xmllint.c: added --auto to autogenerate a doc, allow to
5250 reproduce the problem fixed on xmlNewDoc
5251
5252Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5253
5254 * xpath.c: trying to get 52979 solved
5255 * tree.c result/ result/noent/: trying to get 52712 solved, this
5256 also made me clean up the fact that XML output in general should
5257 not add formating blanks by default, this changed the output of
5258 a few tests
5259
5260Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5261
5262 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
5263
5264Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5265
5266 * configure.in: finally released 2.3.6
5267
5268Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5269
5270 * xpath.c: checking for null pointer generated by new code
5271
5272Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5273
5274 * xpath.c: fixed a [] evaluation problem reported
5275 * test/XPath/tests/simpleaddr: extended test
5276 * result/XPath/simpleaddr: updated result
5277
5278Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5279
5280 * xmllint.c: Dan Timis reported a portability problem
5281 on Macs without mmap, fixed it.
5282
5283Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5284
5285 * testXPath.c : added a --tree option allowing to display the
5286 tree dump of the XPath expression
5287
5288Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * xpath.c: fixed a memleak when comparing nodesets
5291 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
5292 * tree.c: added a TODO
5293
5294Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5295
5296 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
5297 we need string functions
5298 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
5299 to be able to use them where needed. Applied some changes
5300 to reduce name linking pollution and compile in only what's
5301 needed.
5302 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
5303 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
5304 for the string manipulation functions
5305 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
5306 to the free() function of xmlmemory.c
5307 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
5308 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
5309 usage.
5310
5311
5312Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5313
5314 * error.c: applied the context output patch of the error
5315 handling submitted by Chuck Griffith
5316 * error/VC/*: this slightly change some error logs
5317
5318Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5319
5320 * parser.c: fixed line number reporting on error
5321
5322Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5323
5324 * parser.c: Sullivan and Darin found a parser bug,
5325 applied the patch.
5326
5327Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5328
5329 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
5330 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
5331 xmlversion.h.in xpointer.c: of course the way I defined
5332 UNUSED breaks on old gcc version. Try to be smart and
5333 also define it directly in xmlversion.h
5334 * configure.in: removed -ansi flag from the pedantic set
5335
5336Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337 Huge cleanup, I switched to compile with
5338 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
5339 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
5340 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
5341 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
5342 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
5343 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
5344 encoding.h entities.c error.c list.[ch] nanoftp.c
5345 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
5346 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
5347 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
5348 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
5349 Cleanup, staticfied a number of non-exported functions,
5350 detected and cleaned up a dozen of problem found this way,
5351 avoided a lot of public function name/typedef/system names clashes
5352 * doc/xml.html: updated
5353 * configure.in: switched private flags to the really pedantic ones.
5354
5355Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5356
5357 * configure.in: 2.3.5
5358 * doc/html/*: rebuilt the docs
5359
5360Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5361
5362 * parser.c: fixed a reported bug in NOTATION parsing
5363 * uri.c: accepted but not fixed bug 51876, added TODO
5364 * Makefile.am: fixed bug 51876
5365
5366Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5367
5368 * config.h.in configure.in error.c: fix a compilation problem
5369 on platforms without vsnprintf (xml@thewrittenword.com)
5370
5371Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5372
5373 * parser.c: fixed a function name header typo
5374 * SAX.c: notations can also occur in external subset.
5375
5376Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5377
5378 * error.c: removed a C++ like comment
5379
5380Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * parser.c: fixing bug 52299 strange condition leading
5383 to a parser crash due to a buffer overflow
5384 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
5385 added the specific test case
5386
5387Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5388
5389 * xpath.[ch]: still a lot of cleanup based on XSLT, added
5390 xmlXPathConvert{String,Number,Boolean} to be able to make
5391 type casts without a context stack, fixed some implementation
5392 problems related to the absence of context at parse-time,
5393 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
5394 in the public API too
5395 * xpointer.c xpathInternals.h: we need to know at parse time
5396 whether we are compiling an XPointer
5397
5398Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5399
5400 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
5401 cleaned up the parser internals, refactored XPath code, added
5402 new compilation based APIs and cleanly separated public and
5403 private APIs.
5404
5405Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5406
5407 * xpath.h: the comp field must be added at the end to avoid
5408 killing binary compat.
5409
5410Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5411
5412 * Makefile.am: detect XPath memleaks in regreson tests
5413 * error.c: fixed and error w.r.t. error reporting still using
5414 stderr
5415 * hash.c: added new line at end of file
5416 * tree.h: minor cleanup
5417 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
5418 expression parsing from evaluation, resulted in a number of
5419 changes internally, and in XPointer. Likely to break stuff
5420 using xpathInternals.h but should remain binary compatible,
5421 new interfaces will be added.
5422
5423Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5424
5425 * configure.in: fixed a couple of problems reported by
5426 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
5427 without gcc on non linux platforms.
5428
5429Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5430
5431 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
5432 a fix for --with-html-dir= configure support. I hope it won't
5433 break rpm generation
5434
5435Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5436
5437 * xmlIO.c: one function comment cleanup.
5438
5439Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5440
5441 * SAX.c: external subset notations were improperly registered
5442 in the internal subset.
5443
5444Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5445
5446 * README.cvs-commits: added, pointing to HACKING
5447 * HACKING: updated
5448
5449Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5450
5451 * parser.c: and Matt Sergeant found one in the XML push
5452 parser (erroneous check I forgot to remove when I fixed the
5453 main parser).
5454
5455Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5456
5457 * xpath.c: ptittom found a small bug in UnaryExpr
5458
5459Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * configure.in: bumped to 2.3.4
5462 * error.c: fixed bug #51860
5463 * tree.c: fixed bug #51861
5464 * valid.c: cleanup, more debug, failed to fix one bug crap ...
5465 * tree.[ch] : added xmlDefaultBufferSize
5466 * nanoftp.c: typo in function name header block
5467 * doc/xml.html : updated, added link to XML::LibXSLT
5468 * doc/html/* : rebuilt the docs
5469
5470Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5471
5472 * parser.c SAX.c: the new content parsing code raised an
5473 ugly bug in the characters() SAX callback. Found it
5474 just because of strangeness in XSLT XML Rec ouptut :-(
5475
5476Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * Makefile.am: Martin Baulig suggested to add -lm
5479 * tree.c: found another bug in xmlNodeGetContent()
5480
5481Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5482
5483 * xpath.c: Bjorn found the error related to strictness of comparison.
5484
5485Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5486
5487 * parser.c: trying to fix the Dtd parsing problem reported
5488 by Gary, side effect of last week speed optimizations.
5489
5490Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5491
5492 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
5493 * parserInternals.c: removed unneeded test raised by Stric
5494
5495Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
5496
5497 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
5498 and fixed by William Brack). Added xmlXPathFormatNumber.
5499 Changed the sorting slightly.
5500 * configure.in Makefile.am example/Makefile.am: Added -lm.
5501 Please note that applications linking with libxml2, must
5502 also like with the math library from now on.
5503
5504Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5505
5506 * HTMLparser.c: fixed loop reported by Marc Sanfacon
5507
5508Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * parser.c: one must report spaces even if the Dtd element
5511 content proves that this is not part of the element content.
5512 * result/valid/*.xml: this changed the ouptu slightly
5513
5514Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5515
5516 * configure.in: bumped to 2.3.3
5517 * doc/xml.html: updated
5518
5519Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5520
5521 * tree.c: minor doc fix
5522 * xpath.c: deallocation issues when a result tree has been
5523 converted to a node-set
5524
5525Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5526
5527 * doc/xml.html: oops corrected dates s/2000/2001
5528
5529Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5530
5531 * valid.c: new patch from Gary Pennington
5532
5533Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5534
5535 * doc/xml.html: applied patch from Ankh
5536
5537Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5538
5539 * xinclude.c: fixed a problem building on Mac
5540
5541Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * parser.c: more work on increasing parsing ferformances
5544
5545Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5546
5547 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
5548 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
5549 avoiding memcpy in production builds MEM_CLEANUP macro use
5550 * parser.[ch] parserInternals.c: optimizations of the tightest
5551 internal loops inside the parser. Better checking of I/O
5552 flushing/loading conditions
5553 * xmllint.c : added --timing
5554
5555Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5556
5557 * configure.in: bumped to 2.3.2
5558 * doc/xml.html: updated for release
5559
5560Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5561
5562 * xpath.c: found a memleak and fixed a nasty bug
5563
5564Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5565
5566 * xmllint.[c1] : added return code errors for xmllint
5567 * xpath.c: specific debug dump function for result value trees
5568
5569Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5570
5571 * xpath.c: finally implemented xmlXPathCompareNodeSets
5572 * test/XPath/expr/floats results/XPath/expr/floats: added
5573 a test for float expressions
5574
5575Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5576
5577 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
5578 * parserInternals.[ch]: trying to speed up parsing
5579 * xpath.c : speeded up node set equality op
5580
5581Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
5584 better handling of ID/IDREF and the list modules associated
5585 * configure.in: small CFLAGS cleanup
5586
5587Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5588
5589 * configure.in: fixed iconv detection on AIX (stric)
5590
5591Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
5594
5595Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
5596
5597 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
5598 and optimized xmlXPathNodeSetSort
5599
5600Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5601
5602 * xpath.c: bug fix when context size is 0
5603 * parser.c: I like Norm's Dtd because they still manage to break
5604 the parser occasionally
5605
5606Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
5609
5610Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5611
5612 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
5613 attributes within the XML-1.0 namespace
5614
5615Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * xpathInternals.h: exported a few axis functions
5618 * doc/xml.html: updated the doc
5619
5620Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5621
5622 * configure.in: applied patch from Daniel van Balen for OpenBSD
5623 and bumped version to 2.3.1
5624 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
5625 attempt to find autoclosing was simply broken, removed it,
5626 updated the examples, this is better
5627
5628Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * hash.[ch]: added Paolo Casarini patch to provide Delete from
5631 hash functionnalities.
5632 * doc/html/* : rebuild the doc
5633
5634Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5635
5636 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
5637 on predicate
5638 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
5639 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
5640 really want to have tags closed on output even if we accept
5641 unclosed ones on input
5642
5643Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5644
5645 * xpath.c: ouch don't free NULL, rare case fixed
5646 * tree.c: don't coalesce text nodes if they don't have the
5647 same behaviour wrt escaping on output
5648
5649Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5650
5651 * xpath.c: small fixup
5652 * SAX.c: don't warn on empty namespaces.
5653
5654Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5655
5656 * README: a bit of cleanup
5657 * configure.in: preparing for 2.3.0 release
5658
5659Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * hash.[ch]: added a first version of xmlHashSize()
5662 * valid.c: another bug fix from Gary Pennington
5663
5664Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5665
5666 * valid.c: couple of bug fixes pointed by Gary Pennington
5667 * HTMLtree.c: #if 0 cleanup
5668
5669Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5670
5671 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
5672 which removes a time consuming check of xmlXPathNodeSetAdd()
5673 and use it in places where we are sure to not break unicity
5674
5675Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * xpath.c: bug fixes found from XSLT
5678 * tree.c: preserve node->name special values when copying nodes.
5679 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
5680 external subset are fetched when available but without full
5681 validation. Added xmlLoadExtDtdDefaultValue, need a function.
5682 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
5683 output with encoding disabled.
5684
5685Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
5688 xmlCheckFilename should not be called from xmlFileOpenW
5689 and xmlGzfileOpenW
5690
5691Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5692
5693 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
5694 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
5695 added the new tests for URI normalization
5696 * testURI.c: fixed stoopid bugs
5697 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
5698 the URI in the error messages are now properly normalized
5699
5700Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5701
5702 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
5703
5704Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5705
5706 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
5707
5708Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5709
5710 * xpath.c: fixed mod operator
5711
5712Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * parser.c: fixed xmlStrcat doc
5715 * tree.c: 2 fixes form Anders Carlson for copying nodes and
5716 trees.
5717
5718Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5719
5720 * xpath.c result/XPath/tests/chaptersbase
5721 result/XPath/tests/simplebase: fixed XPath node()
5722 * tree.c: small fix in xmlNewNs()
5723 * Makefile.am: removed extraneous xml2Conf.sh rule
5724
5725Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
5728 Changed the library name, in order to get libxml-devel and
5729 libxml2-devel to coexist on a single system
5730 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
5731 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
5732
5733Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5734
5735 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
5736 libxml2-devel installable in // as libxml-devel.
5737
5738Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5739
5740 * doc/Makefile.am: fixed make rebuild in doc
5741 * doc/html/*.html: rebuilt the docs
5742
5743Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5744
5745 * tree.c: patch from Bjorn Reese on xmlBufferCCat
5746
5747Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5748
5749 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
5750 the HTML doc to go into the -devel RPM ...
5751 * aclocal.m4 config.h.in: some updates due to auto* magic
5752
5753Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * xpath.h: added a hook in the context structure allowing to
5756 link to extra support, needed for XSLT
5757
5758Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5759
5760 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
5761 xmlXPtrCmpPoints to use it.
5762 * propagated the following patch from Alejandro Forero
5763 * include/win32config.h xmlIO.c: applied further suggestions
5764 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
5765 * example/gjobread.c: fixed warnings, now that it builds
5766
5767Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
5768
5769 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
5770
5771 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
5772 filename points to a valid file (not a directory).
5773 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
5774 Added calls to xmlCheckFilenameDir.
5775
5776 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
5777 `path' (rather than `filename') as the parameter to gzopen and open.
5778
5779Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * Makefile.am: fixed a problem with EXTRA_DIST
5782
5783Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5784
5785 * Makefile.am example/Makefile.am: finally found the trick
5786 to build the example, i.e. add "." in SUBDIRS before example
5787 in the list <grin/>
5788
5789Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5790
5791 * doc/xml.html: updated with an XSLT section, removed pointer to
5792 W3C CVS base.
5793
5794Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5795
5796 * xpath.c: when copying a XSLT tree object teh tree need to be copied
5797 too, and deallocation need to occur the same way.
5798
5799Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5800
5801 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
5802 type correponding to an XSLT result tree fragment. Share most
5803 of the data format with node set, as well as operators.
5804 * HTMLtree.c: added a newline at the end of the doctype output
5805 whe this one is not present initially.
5806 * tree.c: make sure taht the parent and doc pointers are properly
5807 set when copying attributes (lists).
5808
5809Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
5812
5813Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5814
5815 * xpath.c: seems I finally killed that ugly path evaluation
5816 context bug (tagged 9999 in case is is wrong)
5817
5818Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
5821 for XSLT
5822
5823Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5824
5825 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
5826 for xmlGzfileOpen() bug
5827
5828Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5829
5830 * xpath.c: removed an error found by XSLT usage
5831 * tree.c parserInternals.h: use a predefined static string
5832 for text and comment nodes, avoid freeing them in xmlFreeNode,
5833 exported the string name in parserInternals.h and added
5834 another value to disable encoding at output (for XSLT),
5835 gain memory, time.
5836
5837Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5838
5839 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
5840 win32/libxml2/libxml2_so.dsp: new makefiles and update
5841 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
5842
5843Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5844
5845 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
5846 Gary Pennington
5847
5848Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5849
5850 * xpath.c: fixed the comaprision of values and nodelists,
5851 need to compare nodelist still ...
5852 * debugXML.c: avoided a possible core dump
5853 * HTMLparser.c: cleanup
5854 * nanohttp.c: contributed fix.
5855 * tree.c: fixes in properties handling added xmlSetNsProp
5856 needed by libxslt
5857 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
5858 comment
5859 * TODO: updated
5860
5861Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5862
5863 * parser.c parserInternals.c: applied Bjorn Reese optimization
5864 patch
5865
5866Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * Makefile.am: applied patch fro make check from Martin Vidner
5869
5870Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * configure.in: preparing 2.2.11
5873 * doc/html/*: rebuild the HTML files
5874 * doc/xml.html : updated
5875
5876Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * tree.c: fixed a stupid bug
5879 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
5880 patches related to validation of an XInclude processing result
5881 * TODO: updated
5882
5883Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
5886 on large files
5887
5888Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5889
5890 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
5891
5892Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5893
5894 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
5895 reported by Jonas Borgström
5896 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
5897
5898Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5899
5900 * testXPath.c xpath.c: fixing the XPath union expressions problem
5901 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
5902
5903Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * xmllint.c: Made is so if the file name is "-" is will read form
5906 standard input. Sven Heinicke <sven@zen.org>
5907 * tree.c: fixed a problem when growing buffer
5908 * tree.h: fixed the comment of the node types following andersca
5909 comment
5910 * TODO: updated
5911
5912Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5913
5914 * HTMLparser.[ch]: added a way to avoid adding automatically
5915 omitted tags. htmlHandleOmittedElem() allows to change the
5916 default handling.
5917 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
5918 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
5919 of xmllint too when using --memory flag, added a memory test
5920 suite at the Makefile level.
5921 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
5922 with namespace use when encountering QNames in XPath evalation,
5923 added xmlns() scheme in XPointer.
5924 * nanoftp.c : incorporated a fix
5925 * parser.c xmlIO.c: fixed problems raised with encoding when using
5926 the memory I/O
5927 * parserInternals.c: closed bug 25934 reported by
5928 torsten.landschoff@innominate.de
5929 * TODO: updated
5930
5931Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5932
5933 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
5934 on a non-updated tree :-(, made a 2.2.10 release to correct the
5935 situation
5936
5937Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5938
5939 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
5940 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
5941 integrated a set of OpenVMS changes from Howard Taylor
5942 <Howard.Taylor@pacoast.com>
5943
5944Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5945
5946 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
5947 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
5948
5949Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5950
5951 * HTMLparser.c: some fixes on auto-open of html/head/body
5952 * encoding.c: fixed a compilation error on some gcc env
5953 * xpath.c xpointer.[ch] xpathInternals.h: improved the
5954 XPointer implementation
5955 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
5956 related XPointer tests and associated results
5957
5958Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5959
5960 * doc/xmldtd.html doc/xml.html: following a short step by step
5961 guidance on IRC to help maciej with DTDs I started a small
5962 page on the subject.
5963
5964Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5965
5966 * HTMLparser.c: fixed handling of broken charrefs
5967 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
5968 patches
5969
5970Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5971
5972 * doc/xml.html doc/html/* : rebuilt the docs after adding
5973 xinclude and updated page for 2.2.7 and 2.2.8
5974 * configure.in: releasing 2.2.8
5975
5976Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5977
5978 * parser.[ch] parserInternals.c: applied the conditional
5979 section processing fix from Jonathan P Springer
5980 <jonathan.springer2@gte.net>
5981 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
5982 project file, fixed iconv default non support
5983 * xpath.c: fixed the problem of evaluating relative expressions
5984 when a node context is provided.
5985
5986Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5987
5988 * nanoftp.c: fixed gcc 2.95 new warnings
5989 * SAX.c: fixed a stupid bug
5990 * tree.c: fixed a formatting problem when round-tripping
5991 from/to memory
5992 * xinclude.c: chased memleak, fixed a base problem
5993 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
5994 xmlXPtrBuildNodeList()
5995 * TODO: updated
5996 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
5997 adding a first small set of regression tests for XInclude
5998
5999Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6000
6001 * nanohttp.[ch]: applied Wayne Davison patches to access
6002 the WWW-Authorization header.
6003 * parser.c: Closed Bug#30847: Problems when switching encoding
6004 in short files by applying Simon Berg's patch.
6005 * valid.c: fixed a validation problem
6006 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6007 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6008 Wayne Davison
6009 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6010 need to be extended to non full nodes selections.
6011 * xinclude.c: starts to work decently
6012
6013Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6014
6015 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6016 debugXML.c xmlversion.h.in: Started adding XInclude support,
6017 this is a new xmllint option
6018 * tree.c xpath.c: applied TOM patches for XPath
6019 * xpointer.c: fixed a couple of errors.
6020 * uri.c: added an escaping function needed for xinclude
6021 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6022 new warning from RH70 gcc's version
6023
6024Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6025
6026 * HTMLparser.c: fixed loop on invalid char in scripts
6027 * parser.c: update to description of xmlIOParseDTD()
6028 * libxml.m4 xmlversion.h.in: changes contributed by
6029 Michael Schmeing <m.schmeing@internet-factory.de>
6030 * configure.in: preparing for 2.2.7
6031 * Makefile.am: trying to avoid config.h and acconfig.h
6032 being included in the distrib
6033 * configure.in: released 2.2.7
6034
6035Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6036
6037 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6038 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6039
6040Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6041
6042 * parser.[ch]: added xmlIOParseDTD()
6043 * xpointer.c: added support for the 2 extra parameters of
6044 string-range, fixed a stoopid error when '0' was present
6045 in XPointer expressions
6046 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6047 testsuite for the above
6048
6049Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6050
6051 * libxml.spec.in: improved package descriptions
6052
6053Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6054
6055 * xpath.c xpathInternals.h: applied a large cleaning patch
6056 from TOM <ptittom@free.fr>, it also add namespace support
6057 for function and variables registration.
6058
6059Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6060
6061 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6062 * Makefile.mingw: Wayne Davison's update adding hash.c
6063
6064Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6065
6066 * xpath.c: fixed the root evaluation problems
6067 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6068 ignorable spaces with <b> <bold> <em>
6069 * tree.c: fixed a loop in xmlSearchNsByHref()
6070
6071Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6072
6073 * xpath.c: applied another XPath patch from TOM
6074 * xpath.c include/makefile.am: applied another patch from
6075 china@thewrittenword.com (cleanup on IRIX).
6076
6077Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6078
6079 * xml-config.1: received a fixed version from Fredrik Hallenberg
6080 <hallon@lysator.liu.se>
6081
6082Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6083
6084 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6085 cleanup patch for XPath
6086
6087Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6088
6089 * patched to redirrect all "out of context" error messages to
6090 a reconfigurable routine. The changes are:
6091 * xmlerror.h : added the export of an error context type (void *)
6092 an error handler type xmlGenericErrorFunc there is an interface
6093 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6094 to reset the error handling routine and its argument
6095 (by default it's equivalent to respectively fprintf and stderr.
6096 * all the c files: all wild accesses to stderr or stdout within
6097 the library have been replaced to calls to the handler.
6098
6099Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6100
6101 * configure.in: release 2.2.6
6102 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6103 exporting the inner functions of xpath for extension modules
6104 * doc/*: updated and rebuilt the doc
6105
6106Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6107
6108 * nanohttp.c : applied Wayne HTTP cleanup patch
6109 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6110 and xmlNodeSetSpacePreserve()
6111
6112Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6113
6114 * xpath.c: closing bug #29260
6115
6116Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6117
6118 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6119 multikey tuples, made hash structure opaque
6120 * valid.[ch]: moved elements, attributes, notations decalarations
6121 as well as ID and refs to hash tables.
6122 * entities.c: hash cleanup
6123 * xmlmemory.c: fixed a dump problem in debug mode
6124 * include/Makefile.am: problem passing in DESTDIR= values patch
6125 from Marc Christensen <marc@calderasystems.com>
6126 * nanohttp.c: removed debugging remains
6127 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6128 * HTMLparser.c parser.c: fixing a number of problems with the
6129 macros in the *parser.c files (Wayne).
6130 * HTMLparser.c: close the previous option when opening a new one
6131 (Marc Sanfacon).
6132 * result/HTML/*: updated the HTML results accordingly
6133
6134Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6135
6136 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6137 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6138 XPath functions and XML entities table to them. More to come...
6139 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6140
6141Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6142
6143 * tree.c: coalesce adjacent text nodes
6144 * valid.c: handling of blank nodes in DTd validation (raised
6145 by problems with a posteriori validation).
6146 * nanohttp.c: changing behaviour on HTTP write stuff.
6147 * HTMLtree.c: forced body and html to be explicitely closed.
6148 * xpath.h: exported more XPath functions.
6149
6150Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6151
6152 * Release of 2.2.5
6153 * xpointer.c: range() range-inside and other helper functions
6154 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6155
6156Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6157
6158 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6159 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6160
6161Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6162
6163 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6164 and XPointer modules
6165
6166Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6167
6168 * SAX.h: closed #25107
6169
6170Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6171
6172 * testSAX.c: fixed problem with cdata reporting
6173 * SAXresult/* : updated
6174
6175Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6176
6177 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6178 Closed bug #27499, added to regression tests
6179 * TODO: updated
6180
6181Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6182
6183 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6184 support for SCRIPT and STYLE with help from Bjorn Reese
6185 * test/HTML/* result/HTML/*: added simple testcase and updated
6186 the existing ones.
6187
6188Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6189
6190 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6191 string-range for empty strings
6192 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6193 test/XPath/xptr/strrange: augmented the XPointer testsuite
6194
6195Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6196
6197 * doc/xml.html doc/xmlmem.html: added a module describing memory
6198 interfaces and use, updated the main page.
6199
6200Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6201
6202 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6203 nanoftp code work on Windows too now
6204
6205Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6206
6207 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6208 * xpointer.c: implemented string-range() at least a good first version
6209 * test/XPath/docs/str test/XPath/xptr/strrange
6210 result/XPath/xptr/strrange: the string-range() tests
6211
6212Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6213
6214 * Makefile.am include/Makefile.am include/win32config.h
6215 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6216 and make distcheck
6217
6218Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6219
6220 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6221 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6222 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6223
6224Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6225
6226 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6227 patch for socklen_t detection by
6228 Albert Chin-A-Young <china@thewrittenword.com>
6229
6230Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6231
6232 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6233 and added a --dtdvalid option to xmllint used to test it
6234
6235Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6236
6237 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
6238 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
6239
6240Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6241
6242 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
6243 handlings (registration, lookup, cleanup)
6244
6245Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6246
6247 * configure.in Makefile.am include/makefile.am: adding XPointer
6248 and XPtrtests target
6249 * xpointer.[ch] : new files for XPointer support
6250 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
6251 more XPath tests
6252
6253Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6254
6255 * configure.in: fixed, very broken, make distcheck works again
6256
6257Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6258
6259 * More work toward 2.2.5, integrated a number of patches
6260 * configure.in Makefile.am win32config.h.in: trying to cleanup
6261 make distcheck .... huh ...
6262 * include/Makefile.am include/win32config.h: new directory
6263 for includes
6264 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
6265 updated teh makefiles and instructions for WIN32
6266 * xpath.c: small fixes
6267 * test/XPath/ results/XPath: updated the testcases and results
6268 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
6269 suggested patches
6270 * valid.c: fixed an ID bug
6271
6272Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6273
6274 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
6275 the automake bug where wrong dependancies were generated.
6276 * xpath.[ch]: worked on XPointer
6277
6278Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6279
6280 * configure.in Makefile.am: 2.2.5, ship the include in an
6281 include/libxml subdirectory, use symlinks when using CVS
6282 * testSAX.c: fixed small bug
6283 * testXPath.c: changed the way testfiles are parsed
6284 * debugXML.c: same kind of cleanup when parsing an argument expression
6285 XPath/XPointers can have blanks embedded
6286 * xpath.[ch]: more cleanup, reorgs for XPointer work
6287 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
6288 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
6289
6290Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6291
6292 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
6293 in the XPath engine, rewrote large parts of it, now it's far
6294 cleaner and in sync with the REC not an old WD. Fixed a parsing
6295 problem in the interactive XML shell found when testing XPath.
6296
6297Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6298
6299 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
6300 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
6301 examples with the extra test
6302
6303Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6304
6305 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
6306 the global init function.
6307
6308Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6309
6310 * HTMLparser.c: Doohhh, attribute name parsing was still case
6311 sensitive ! Fixed this ...
6312 * result/HTML/* : updated the tests results accordingly
6313
6314Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6315
6316 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
6317 engine, should be far more stable, incorporated a new version of
6318 preceding/following axis, need testing
6319 * uri.c: fixed file:///c:/a/b/c problem
6320 * test/XPath/tests/idsimple: augmented the XPath tests
6321
6322Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6323
6324 * doc/* rebuilding docs for 2.2.4 release
6325
6326Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6327
6328 * configure.in: releasing 2.2.4
6329 * parser.[ch]: added xmlStrEqual()
6330 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
6331 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
6332 use xmlStrEqual instead
6333 * TODO: updated
6334 * added an XPath test
6335
6336Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6337
6338 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
6339 * entities.h: exported xmlInitializePredefinedEntities
6340 * parser.[ch] : added xmlInitParser()
6341 * parserInternals.h : had to export htmlInitAutoClose()
6342
6343Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6344
6345 * xpath.[ch] : fixed some serious XPath Predicate evaluation
6346 problems
6347 * Makefile.am : added XPath regression tests to normal tests
6348 * uri.c: fixed a problem with local paths, cleanup
6349 * parser.c: fixed a problem with large CData sections
6350
6351Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6352
6353 * configure.in xml-config.in: patch from "Ben Taylor"
6354 <sol7x86@hotmail.com> for solaris shared libs lookup
6355
63562000-09-30 Martin Baulig <baulig@suse.de>
6357
6358 * libxml-2.0.pc.in: Provide pkg-config script.
6359
6360 * configure.in: Create the libxml-2.0.pc script from the
6361 libxml-2.0.pc.in templates.
6362 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
6363 script in `$(libdir)/pkgconfig'.
6364
6365Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6366
6367 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
6368 when compiling with MSC
6369
6370Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6371
6372 * xpath.c: patch for normalize-string() substring-before(),
6373 substring-after() and translate() functions from Bjorn Reese
6374 <breese@mail1.stofanet.dk>
6375 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
6376 Fredrik Hallenberg <hallon@lysator.liu.se>
6377 * TODO: updated
6378
6379Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6380
6381 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
6382 problem of socklen_t being undefined on a number of platforms
6383 * debugXML.c: fixed a compilation problem when without snprintf
6384
6385Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6386
6387 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
6388 an URI bug and a fix for the control-character-induced infinite loop
6389 * nanohttp.c: preventive fix for compiling on WIN32
6390
6391Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6392
6393 * xmlint.c: closing bug #25000
6394
6395Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6396
6397 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
6398 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
6399 modified slightly Wayne Davison patch adding xmlStrcasecmp and
6400 related function, fixing xmlStrncmp(), and associated cleanup
6401 * result/HTML/entities.html.sax: updating result
6402
6403Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6404
6405 * uri.c: applied patch for URI escaping from Wayne Davison
6406 <wayned@blorf.net>
6407 * tree.c parserInternals.c HTMLparser.c: memset checks patches
6408 from Denis Barbier <barbier@imacs.polytechnique.fr>
6409 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
6410 patch from Wayne Davison
6411
6412Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6413
6414 * doc/xml.html : updated with new releases, adding "how to help"
6415
6416Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6417
6418 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
6419 removed a few warnings in pedantic mode ...
6420 * parserInternals.c parser.c: moved encoding switching function
6421 to parserInternals.c
6422 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
6423
6424Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6425
6426 * HTMLparser.c parser.c: set ctxt->errNo before calling the
6427 error or warning handlers
6428
6429Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6430
6431 * parserInternals.c parserInternals.h parser.c Makefile.am:
6432 created a new module parserInternals.c, moved most of the
6433 code shared by the various parsers there, as well as
6434 deprecated code from parser.c. More cleanup of parser.c
6435 * uri.c: fixed a problem when URI is NULL
6436 * valid.c: speedup when looking for an attribute declaration
6437
6438Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6439
6440 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
6441 the cleanup of the computation of URI references when seeking
6442 external entities. The URI reference string and the resulting
6443 URI are both stored now.
6444 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
6445 large s(n)printf checks and cleanup from Denis Barbier
6446 <barbier@imacs.polytechnique.fr>
6447 * xmlversion.h.in tree.h: couple of SGML declarations for a
6448 possible docbook module.
6449 * result/VC/ : a couple of test output changed due to the change
6450 of the entities URI
6451
6452Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6453
6454 * parser.h: added a _private field for linking user's data
6455
6456Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6457
6458 * parser.c parserInternals.h: demacroified most of the IS_XXX
6459 the gain in size is significant so ...
6460
6461Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6462
6463 * entities.c: cases where looking up entities with doc==NULL
6464 covered
6465
6466Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6467
6468 * uri.c: applied Wayne Davison patch
6469 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
6470
6471Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6472
6473 * uri.c testUri.c: applied Wayne Davison patches
6474 * test/URI/uri.data result/URI/uri.data: first set of tests/results
6475 * Makefile.in: added URItest and included thenin "make tests"
6476
6477Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6478
6479 * xmlversion.h.in: closed bug 22941
6480
6481Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6482
6483 * doc/xmlio.html: added doc and example for entity loader
6484 redefinition.
6485
6486Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6487
6488 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
6489 used by libxml
6490
6491Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6492
6493 * parser.c: Fixed bug on invalid ontent characters and when using
6494 push.
6495 * xmllint.c: fixed xmllint endling of errors in push mode
6496
6497Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6498
6499 * HTMLparser.c testHTML.c: applied two new patches from
6500 Wayne Davison <wayned@users.sourceforge.net>
6501 * result/HTML/*.sax: regenerated HTML SAX output
6502 * parser.c: more cleanup.
6503
6504Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6505
6506 * HTMLparser.[ch] testHTML.c: applied the second set of
6507 patches from Wayne Davison <wayned@users.sourceforge.net>,
6508 adding htmlEncodeEntities()
6509 * HTMLparser.c: fixed an ignorable white space detection bug
6510 occuring when parsing with SAX only
6511 * result/HTML/*.sax: updated since the output is now HTML
6512 encoded...
6513
6514Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6515
6516 * HTMLparser.[ch]: applied some of Wayne Davison
6517 <wayned@users.sourceforge.net> patches
6518
6519Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6520
6521 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
6522 undeclared namespace prefix was used, added a warning.
6523 Cleaned up support w.r.t. entities, spilling out a warning
6524 and being pedantic on lookups.
6525 * test/warning/ent9 : added testcase for previous example.
6526 * TODO: updated
6527 * parserInternals.h parser.c: changed the way names are parsed
6528 now allow infinite size and decrease penalty for normal use
6529 * parser.c: Started a big cleanup/check of the parser code,
6530 fixed some of the most tortuous entity code, spotted code
6531 unused anymore
6532 * test/*: added tests for very long names and related nasty
6533 things.
6534
6535Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6536
6537 * doc/encoding.html: added encoding aliases doc
6538 * doc/xml.html: updates
6539 * encoding.[ch]: added EncodingAliases functions
6540 * entities.[ch] valid.[ch] debugXML.c: removed two serious
6541 bottleneck affecting large DTDs like Docbook
6542 * parser.[ch] xmllint.c: added a pedantic option, will be
6543 useful
6544 * SAX.c: redefinition of entities is reported in pedantic mode
6545 * testHTML.c: uninitialized warning from gcc
6546 * uri.c: fixed a couple of bugs
6547 * TODO: added issue raised by Michael
6548
6549Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * doc/encoding.html: propagated Martin Duerst suggestions
6552
6553Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6554
6555 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
6556 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
6557 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
6558 by Wayne Davison
6559
6560Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6561
6562 * nanoftp.c nanohttp.c: small cleanup
6563 * TODO: updated
6564
6565Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6566
6567 * added an old VC testcase and updated title.xml entity
6568
6569Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6570
6571 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
6572 done on auto-opening of <p> tags and cleanup of SAX output
6573
6574Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6575
6576 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
6577
6578Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6579
6580 * doc/xml.html libxml.* structure.*: updated the doc a bit
6581
6582Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6583
6584 * testSAX.c testHTML.c result/HTML/: cleanup of the output
6585 of SAX tests
6586
6587Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6588
6589 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6590 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
6591
6592Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6593
6594 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
6595 * testHTML.c: fix core dump on Solaris 2.x systems
6596 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
6597 * result/HTML/*.sax: previous bug fix lead to new results
6598
6599Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6600
6601 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
6602 * configure.in: added --with-readline=DIR to accept alternate
6603 path for readline include/library
6604 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
6605 for ANSI under HP-UX
6606 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
6607 includes @LIBS@
6608
6609Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6610
6611 * doc/* : rebuilt the docs
6612 * getting ready for 2.2.2 release
6613
6614Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6615
6616 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
6617 and xmlAddFeature()
6618 * tree.[ch]: added xmlAddChildList()
6619 * xmllint.c: MAP_FAILED macro test
6620 * parser.h: added xmlParseCtxtExternalEntity()
6621 * valid.c: applied bug fixes removed warning
6622 * tree.c: added CDATA block to elements content
6623 * testSAX.c: cleanup of output
6624 * testHTML.c: added SAX testing
6625 * encoding.c: better error recovery
6626 * SAX.c, parser.c: fixed one of the external entity processing
6627 of the OASis testsuite
6628 * Makefile.am: added HTML SAX regression tests
6629 * configure.in: bumped to 2.2.2
6630 * test/HTML/ result/HTML: added a few of HTML tests, and added the
6631 SAX results
6632
6633Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6634
6635 * configure.in: patch for HP compiler
6636
66372000-08-04 Sven Heinicke <sven@zen.org>
6638
6639 * xmllint.c: Was coredumping sometimes when the file given didn't
6640 exist.
6641
6642Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6643
6644 * parser.c xmlIO.[ch]: fixed the problem of encoding support
6645
6646 when using in memory parsing. Need some cleanup.
6647 * xmllint.c configure.in: added a --memory flag to test memory
6648 parsing
6649
6650Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6651
6652 * nanohttp.c: fixed socklen_t replacement to unsigned int
6653 * parser.c: fixed a space handdling missing at the end of
6654 production 28 DOCTYPE.
6655 * xmlmemory.c: fixed a stupid bug on the routine to override
6656 allocation functions
6657 * TODO: updated
6658
6659Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6660
6661 * doc/ regenerated the docs
6662
6663Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6664
6665 * doc/encoding.html doc/xml.html: added I18N doc
6666 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
6667 improvements, both parser and filters, added ASCII & HTML,
6668 fixed the ISO-Latin-1 one
6669 * xmllint.c testHTML.c: added/made visible --encode
6670 * debugXML.c : cleanup
6671 * most .c files: applied patches due to warning on Windows and
6672 when using Sun Pro cc compiler
6673 * xpath.c : cleanup memleaks
6674 * nanoftp.c : added a TESTING preprocessor flag for standalong
6675 compile so that people can report bugs more easilly
6676 * nanohttp.c : ditched socklen_t which was a portability mess
6677 and replaced it with unsigned int.
6678 * tree.[ch]: added xmlHasProp()
6679 * TODO: updated
6680 * test/ : added more test for entities, NS, encoding, HTML, wap
6681 * configure.in: preparing for 2.2.0 release
6682
6683Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6684
6685 * nanoftp.c: fixed the way the control connection is handled
6686 * libxml.spec.in: fixed the dependancies and cleanup
6687
6688Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6689
6690 * doc/xml.html: changed the xmlsoft.org structure, updated the
6691 examples w.r.t. root and childs
6692
6693Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6694
6695 * libxml.spec.in: fixed bug #7419, dependancies fouled for libxml-devel
6696
6697Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6698
6699 * HTMLparser.c: Work on character encoding support for the HTML parser
6700 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
6701 * encoding.c: Fixed a potential memleak in the encoding stuff
6702
6703Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6704
6705 * doc/FAQ.html doc/Makefile.am : added a FAQ
6706
6707Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6708
6709 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
6710 of the HTML parser to force it to not bypass SAX
6711
6712Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6713
6714 * win32config.h.in: updated
6715 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
6716 lacks iconv support :-( need to release 2.1.1
6717 * configure.in: release 2.1.1
6718 * HTMLparser: fixed bug #14784
6719 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
6720 by Windows compiler
6721 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
6722 the SAX startDocument() callback.
6723 * TODO: updated
6724
6725Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6726
6727 * added xmlStopParser()
6728
6729Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6730
6731 * configure.in: 2.1.0 prerelease
6732 * Large resync between W3C and Gnome tree
6733 * nanoftp, nanohttp.c: fixed stalled connections probs
6734 * HTMLtree.c SAX.c : support for attribute without values in
6735 HTML for andersca
6736 * valid.c: Fixed most validation + namespace problems
6737 * HTMLparser.c: start document callback for andersca
6738 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
6739 * parser.h, SAX.c: serious speed improvement for large
6740 CDATA blocks
6741 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
6742 different encoding
6743 * example/Makefile.am example/gjobread.c tree.h: work on
6744 libxml1 libxml2 convergence.
6745 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
6746 and the LIBXML_TEST_VERSION macro
6747
6748Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6749
6750 * doc/xml.html: various patches and improvements typo fixed by
6751 Felix Natter
6752 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
6753 from Felix Natter <fnatter@gmx.net>
6754
6755Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6756
6757 * doc/upgrade.html: updated with instructions for support of both
6758 libxml-1.x and libxml-2.x
6759 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
6760 for 2.x support and also fixed includes
6761
6762
6763Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6764
6765 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
6766 the encoding support, added iconv support, so now libxml if
6767 compiled with iconv automatically support japanese encodings
6768 among others. Work based on initial patch from Yuan-Chen Cheng
6769 I may have broken binary compat in the encoding handler
6770 registration scheme, but that was so utterly broken I don't
6771 expect anybody to have used this feature until now.
6772 * parserInternals.h: fixup on the CHAR range macro
6773 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
6774 code.
6775 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
6776 * uri.c: added xmlParseURI() I can't believe I forgot to
6777 implement this one in 2.0 !!!
6778 * SAX.c: moved doc->encoding update in the endDocument() call.
6779 * TODO: updated.
6780
6781Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6782
6783 * tree.h: removed extraneous xmlRemoveProp definition
6784 * TODO: added item about --disable-corba configure switch
6785 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
6786 * nanoftp.c: fixed include problems giving troubles on AIX and
6787 slowlaris
6788 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
6789 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
6790 comment and headers changes to lower gtk-doc number of warnings
6791 * doc/html/*: rebuilt docs
6792
6793Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6794
6795 * HACKING: documented the tag for 1.x and instructions
6796
6797Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
6800 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
6801 xmlCreateIOParserCtxt
6802 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
6803 significant overall improvement
6804 * xmllint.c: added I/O test to xmllint
6805 * testSAX.c: added a speed test
6806 * doc/* : updated/regenerated
6807
6808Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6809
6810 * xpath.c uri.h parserInternals.h: cosmetic changes from
6811 "Timur I. Bakeyev" <timur@bat.ru>, including making
6812 xmlCreateURI() public
6813
6814Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6815
6816 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
6817 and the code at the same time. Added a clean mechanism for
6818 overload or added input methods: xmlRegisterInputCallbacks()
6819 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
6820 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
6821 * TODO: updated
6822 * doc/* : updated/regenerated
6823 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
6824 source dir
6825
6826Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * testURI.c: yet another forgotten commit, I should get some sleep !
6829
6830Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6831
6832 * xmllint.c: forgot to commit this too ?
6833
6834Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6835
6836 * xmlversion.h.in : forgot to commit this previously
6837
6838Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6839
6840 * configure.in: preparing libxml-2.0.0 version looks Ok so far
6841 * README TODO: updated for release
6842 * uri.c uri.h: added authority parsing/saving
6843 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
6844 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
6845 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
6846 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
6847 Makefile.am : added compile-time customization of libxml
6848 --with-ftp --with-http --with-html --with-xpath --with-debug
6849 --with-mem-debug
6850 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
6851 #include <libxml/xxx.h> I hope it won't break too much stuff
6852 and will be manageable in the future...
6853 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
6854 and added xmllint to the installed programs
6855 * uri.h: added xmlFreeURI()
6856
6857Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6858
6859 * uri.c uri.h: finished the escaping handling, the base support
6860 and the URI path normalization. Looks good just lacks the
6861 authority content parsing code.
6862 * Makefile.am: added instructions to generate testURI
6863 * TODO: updated
6864 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
6865 added links and icons for W3C and Gnome
6866
6867Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6868
6869 * xmlmemory.[ch] : seems I forgot to actually update the files in
6870 the last commit :-)
6871 * doc/xml.html doc/html/* : updated and uploaded the docs
6872
6873Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6874
6875 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
6876 * TODO: updated
6877 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
6878 libxml default allocation function with another set (like gmalloc/
6879 gfree).
6880 * Makefile.am, uri.c, uri.h: added a set of functions to do
6881 exact (litteraly copied from the RFC 2396 productions) parsing
6882 and handling of URI. Will be needed for XLink, one XML WFC,
6883 XML Base and reused in the nano[ftp/http] modules. Still work
6884 to be done.
6885
6886Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6887
6888 * configure.in, libxml.spec.in : libxml2
6889 * doc/* : updated the doc page, rebuilt the docs
6890
6891Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6892
6893 * all: tagged LIB_XML_1_X
6894 * *.c *.h : updated from W3C CVS tree
6895 * configure.in : 2.0.0-beta
6896 * libxml.spec.in : libxml2 package nam
6897 * result/* : new version of the tests output
6898
6899Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6900
6901 * doc/xml.html, doc/update.html: updated docs, 1.8.7
6902
6903Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * doc/* : rebuilt the docs
6906 * parser.c: final patch on #6766
6907 * valid.c: small patch on validity checks.
6908
6909Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6910
6911 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
6912 added
6913 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
6914 compatibility w.r.t. XML spec and existing code.
6915
6916Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6917
6918 * parser.c: seems a better solution to <a> </a> exists,
6919 will try it for a while
6920
6921Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6922
6923 * parser.c: tried to remove the <a> </a> generating <a/>
6924 this is hard. Left a flag for that purpose. Fixed bug #6766
6925 * configure.in: prepared 1.8.7 not released, due to previous
6926 problem
6927
6928Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * doc/xml.html : applied second patch from Paul DuBois
6931
6932Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6933
6934 * doc/xml.html : applied patch from Paul DuBois
6935
6936Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
6939
6940Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6941
6942 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
6943 compilation warnings on various platforms.
6944 * parser.c: Fixed #5281 validity error callbacks are now desactived
6945 by default if not validating.
6946
6947Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6948
6949 * nanoftp.c, win32config.h.in: patches to compile on WIN32
6950
6951Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6952
6953 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
6954 <gkatsi@cs.toronto.edu>
6955
6956Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6957
6958 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
6959 processing URLs
6960
6961Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6962
6963 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
6964 xmlNanoFTPUpdateURL for persistent control connections.
6965 * configure.in: 1.8.6
6966
6967Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6968
6969 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
6970 * tree.[ch] : added xmlSaveNoEmptyTags
6971
69722000-01-29 James Henstridge <james@daa.com.au>
6973
6974 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
6975
6976 * Makefile.am: added nanoftp.[ch] to the build.
6977
6978Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6979
6980 * nanoftp.[ch]: cleanup, comments, API
6981 * debugXML.c : fixed a bug in the cat command
6982 * doc/*: regenerated the docs
6983
6984Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6985
6986 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
6987 * debugXML.c : fixed a bug in the cat command
6988 * valid.c: fixing some small probs
6989 * libxml.spec.in: get rid of the SNAP suffix
6990 * doc/xml.html: updated the status
6991
6992Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6993
6994 * xml-config.in: xml-config --version to just return the
6995 version number
6996 * xpath.c: some cleanup w.r.t. axis when the current node is
6997 an attribute.
6998 * TODO: updated
6999
7000Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7001
7002 * configure.in: prepared for libxml-1.8.5
7003 * doc/* recompiled the documentation
7004
70052000-01-17 Jody Goldberg <jgoldberg@home.com>
7006
7007 * configure.in : WARNING autoconf subtlety alert :
7008 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7009 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7010 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7011 get defined by AC_CHECK_HEADERS.
7012
7013Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7014
7015 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7016 Rune.Djurhuus@fast.no
7017
7018Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7019
7020 * TODO: updated
7021 * tree.c, parser.c: made sure that only memory alloc problems
7022 and internal parser errors are allowed to write to stdout or
7023 stderr.
7024
7025Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7026
7027 * tree.c : restored xmlNewGlobalNs since this seems used by
7028 a lot of existing code :-(, fixed a bug in xmlNewNs
7029 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7030 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7031 to exit() from the library code.
7032 * xpath.c, parser.c: removed bugs or unused code detected by
7033 Windows compilers
7034 * parser.c: started adding interfaces for parsing well balanced
7035 XML fragments
7036 * configure.in: releasing 1.8.4
7037 * doc/* : rebuilt the docs
7038
7039Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7040
7041 * tree.[ch] : added xmlNewDocFragment() for DOM
7042 * testHTML.c: uninitialized variable.
7043
7044Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7045
7046 * doc/* : rebuild the docs
7047
7048Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7049
7050 * acconfig.h: readline and history patch
7051 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7052 * tree.c: added check and handling when possibly removing an ID
7053 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7054 and saving.
7055 * test/HTML/entities.html result/HTML/entities.html* : test for
7056 various entities reference cases
7057 * result/HTML/* : as a result output of some testcase have
7058 changed
7059 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7060 by previous example. added xmlParseTryOrFinish().
7061 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7062 entities.h debugXML.h HTMLparser.h: changed the way struct are
7063 declared to allow gtk-doc to expose those
7064 * parser.c: closed bug #4960
7065 * Makefile.am configure.in: Applied patch from
7066 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7067 and math/socket libs detection
7068
7069Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7070
7071 * configure.in, Makefile.am: link tester against readline
7072 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7073
7074Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7075
7076 * tree.[ch]: added xmlRemoveProp
7077 * win32config.h.in nanohttp.c: avoid including the Windows
7078 socket stuff in every C files
7079 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7080 the XmL parser(s)
7081 * test/ns4 result/ns4 etc...: added test case for previous prob
7082 * tree.c: xmlNewNs wasn't checking for double definition
7083 * Makefile.in: fixed a problem with dist-hook duplicates
7084 * parser.[hc], xmlIO.c: fixed the loading of external entities
7085 APIs, now xmlLoadExternalEntity() is used everywhere and
7086 setting up an app specific front-end using the
7087 * SAX.c parser.c: some fixes, now the xhtml spec validates
7088 with the xhtml DTD.
7089 * error.c: fixed crashes in case of no input stream
7090 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7091 to the validation tests and results
7092
7093Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7094
7095 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7096 too htmlCreatePushParserCtxt() and htmlParseChunk()
7097 * parser.c: a bit of cleanup.
7098 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7099 to XML) removed the last mem leak known
7100 * HTMLtree.c: output message cleanup
7101 * xmlmemory.c: display content info about memory blocks
7102 * result/HTML/wired.* : missing att value warning change
7103
7104Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7105
7106 * doc/* : rebuilt the documentation
7107
7108Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7109
7110 * parser.[ch] parserInternals.h: Push parser for XML,
7111 seems to work fine now
7112 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7113 --push for push testing
7114 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7115 * testSAX.c: added --push
7116 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7117 subtree
7118 * xmlIO.[ch] : enriched API + fixes for push mode
7119 * entities.[ch]: added the entity content length to the struct.
7120 * xmlmemory.[ch]: new API to show the last entries for the shell
7121 * valid.c: added required attribute testing
7122 * SAX.c: the cdata callback now merge contiguous fragments
7123 * HTMLparser.c: cleanup of some macros
7124
7125Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7126
7127 * parser.c: fix for PIs name starting with xml
7128 * tree.c: fixed a potential problem with || and && ops
7129 * *.c, configure.in win32config.h.in : generate win32config.h for
7130 those on the Other Side !
7131
7132Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7133
7134 * parser.c: fixed a stupid = vs. == bug :-(
7135 * doc/gnome-xml.sgml: s/glade/xml/
7136
7137Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7138
7139 * configure.in, doc/xml.html : bug fix release 1.8.2
7140 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7141 Hopefully the end of that silly C++ include problem
7142 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7143 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7144 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7145 troubles with autoclosed elements when the stree shape doesn't
7146 follow the DtD specs. Added htmlIsAutoClosed() and
7147 htmlAutoCloseTag()
7148 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7149 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7150 * debugXML.c: fixed a bug on printing default namespaces.
7151 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7152
7153Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7154
7155 * result/HTML/*.htm[l] : updated the HTML regression tests according
7156 to the new output
7157 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7158 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7159 problem due to intermix of extern "C" { ... } declarations for C++
7160 and recursive includes in the headers
7161
71621999-12-20 Chris Lahey <clahey@umich.edu>
7163
7164 * HTMLtree.c: Made it so that html nodes with a single child do
7165 not insert a carriage return before or after the child node.
7166
7167Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * configure.in, doc/xml.html : bug fix release 1.8.1
7170 * parser.c: fixed bug #4344
7171 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7172 added the glue to avoid C++ problems
7173 * doc/* : regenerated the documentation
7174
7175Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7176
7177 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7178 namespace recognition, and Dia as a resul :-(
7179 * encoding.c: closed bug #3950
7180
7181Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7182
7183 * valid.c: debugging a posteriori validation, except URI expansion
7184 stuff this should be fixed now
7185 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7186 Carl Nygard <cnygard@bellatlantic.net>
7187 * tester.c: added --postvalid, cleaning of the code
7188 * tree.[ch]: added xmlDocGetRootElement()
7189
7190Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7191
7192 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7193 c++ losage.
7194
7195Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7196
7197 * configure.in, doc/xml.html : bumped to 1.8.0
7198 * xlink.[ch], Makefile.am : added framework for link detection
7199 * parser.h: added nbChars to parser context, needed for cleanup.
7200 * xmlmemory.c: removed a nasty bug when out of mem
7201 * valid.[ch]: adding namespace support for attribute decl
7202 * tester.c: added --debugent option
7203 * debugXML.[ch]: added xmlDebugDumpEntities()
7204 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7205 buffers instead, this was really needed, validation was breaking
7206 in strange ways due to that. Added xmlParseStringPEReference()
7207 and other parsing from strings functions. Entities processing
7208 modified again, but PERef are still not handled correcly but
7209 unless you're Eve Maller you won't notice :-)
7210 * HTMLparser.c: large changes toward reliability, and switched to
7211 lowercase internal tags, XHTML is lowercase, so it will help
7212 that output is closer to next version.
7213 * doc/* : regenerated the documentation, it is now hosted at
7214 http://xmlsoft.org/ (same bits I just bought the domain :-)
7215
7216
7217Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7218
7219 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7220 doc generation
7221 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7222 in the SAX API
7223 * doc/*: rebuilt the doc making sure everything appears in the
7224 HTML files
7225
7226Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7227
7228 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7229 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7230 which allow impressive speed improvement on dataset with
7231 large text pieces, but at the cost of broken binary
7232 compatibility and slightly bigger memory usage.
7233 Configure with --with-buffers to activate them, they
7234 are protected with XML_USE_BUFFER_CONTENT define.
7235 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7236 goal is 0 memory left allocated once parser is no more used
7237 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
7238 call xmlCleanupParser() and xmlMemoryDump()
7239
7240Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7241
7242 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
7243 * parser.[ch] encoding.[ch]: added memory cleanup routines
7244 * parser.c: closing bug #3788
7245 * doc/*: rebuilt the doc
7246
7247Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7248
7249 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
7250 xmlNewTextChild() and xmlSetCompressMode() behaviour.
7251 * tester.c: added --compress option
7252 * doc/*: rebuilt the documentation
7253
7254Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7255
7256 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
7257 if given /proc/kcore as input !
7258 * doc/xml.html doc/*: updated and rebuilt the documentation
7259
7260Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7261
7262 * parser.c: Fixed some wrongly space collapsing code due to
7263 a misreading of the spec.
7264 * result/*: fixed the output accordingly
7265
7266Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7267
7268 * encoding.c: bug fix and typos
7269 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
7270 * parser.c: added attribute normalization closing bug #3597
7271 * test/att* result/att* SAXresult/att*: testcase for attribute
7272 normalization
7273
7274Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7275
7276 * configure.in: closing bug #3163 by adding extra flags for the
7277 cc compiler on HP-UX
7278
7279Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7280
7281 * valid.[ch] : removed a typo and an enumerated type bug in the
7282 xmlAddElementDecl() function
7283 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
7284 call to xmlEncodeEntitiesReentrant() so that the functions
7285 New, Set and Get are at the same level.
7286 * parser.c HTMLparser.c: extra memory allocation bug for
7287 attributes detected by someone using libxml in embedded systems :-)
7288
7289Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7290
7291 * xmlmemory.h: turned off mem debug :-\
7292
7293Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7294
7295 * parser.c: closed bug #2784 a one line fix, but worth pushing
7296 a new release out
7297 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
7298 some structures, comments before and after the
7299 main element, and other nastyness
7300 * HTMLtree.c tree.c: accomodate the extended HTML supported
7301 * configure.in: pushing 1.7.4
7302 * test/ent8 and related outputs : added a new test for bug #2784
7303 * test/HTML/wired.html and related output: a nasty HTML example
7304 * Makefile.am: improved the test scripts
7305 * docs/* : reran the documentation extractor, updated xml.html
7306
7307Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7308
7309 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
7310 HTMLparser and debugged the HTML related code. HTML documents
7311 now have their own type
7312 * entities.c: do not dump &apos; for HTML output
7313 * xmlmemory.c: improvement, breakpoint mechanism
7314 * testHTML.c: added --sax --repeat ...
7315 * Makefile.am: improved the HTML tests
7316 * valid.[ch]: added xmlValidGetValidElements and
7317 xmlValidGetPotentialChildren
7318 * tester.c: added --insert to test the 2 new functions
7319 * test//* result//* SAXresult//* : regression test cleanup
7320 and extension.
7321 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
7322 gnome-xml-nanohttp.html
7323
7324Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7325
7326 * HTMLparser.c: fixed problems with some autoclose tags
7327 * tree.c: fixed XML output problems.
7328 * result/* SAXresult/*: update of the tests output
7329
7330Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7331
7332 * Makefile.am: Arturo patch for xmlConf.sh version info
7333 * parser.c: Tim Josling patch for single quoted items
7334 * tester.c: Tim Josling patch for tester options usage
7335 * tree.h: indent cleanup
7336
7337Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7338
7339 * HTMLparser.c parser.h : Fixed problems with HTML parsing
7340 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
7341
7342Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7343
7344 * tree.c : Raph patch for initialization of CORBA fields
7345 * parser.c, xpath.c, ...: modification of doc comments
7346 * xpath.c : allow spaces in xpath expressions
7347
7348Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7349
7350 * xmlmemory.h: turning off memory debug :-(
7351
7352Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7353
7354 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
7355 better SAX interfaces.
7356 * testSAX.c: uses the new SAX routine, avoid fetching any remote
7357 entity.
7358 * configure.in: 1.7.2
7359
7360Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7361
7362 * libxml.spec.in: fixed the URL
7363 * doc/xml.html: improved the documentation front-end
7364
7365Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
7368
7369Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7370
7371 * libxml.spec.in: fixed the alpha compile problem
7372 * parser.[ch]: changed errno to errNo in the parser context :-(
7373 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
7374 * doc/xml.html: changed CHAR to xmlChar
7375 * doc/html/*: recompiled the documentation
7376 * configure.in: 1.7.1
7377
7378Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7379
7380 * parser.h: modified the parser context struct to regain 1.4.0
7381 binary compatibility
7382 * parser.c, xml-error.h: added errno ot teh context and defined
7383 a set of errors values with update of errno
7384 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
7385 DTDs and entities
7386 * *.h, *.c: complete cleanup of the use of config.h and include
7387 protection depending on the current setup.
7388 * overalll debugging, maintenance and bug-fixing on all modules
7389 * updated the documentation
7390 * ready for 1.7.0
7391
7392Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7393
7394 * HTMLparser.c : cleanup
7395 * SAX.c valid.c valid.h: added ID/IDREF checking
7396 * tree.c tree.h: extended doc structure for refs
7397 * configure.in: 1.6.2
7398 * parser.c: patched bug in SAX user arg call
7399 * parserInternals.h: patched missing close in C++ wrapping
7400 * testXPath.c xpath.c xpath.h: prepared for extensibility,
7401 especially upcoming XPointer implementation.
7402 * doc/xml.html: augmented, typo
7403
7404Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
7405
7406 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
7407 not all invocations of install understand -d.
7408
7409Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
7410
7411 * Makefile.am: prepend all the test* calls with $(top_builddir) -
7412 to make 'check' works, when builddir != srcdir.
7413
7414Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7415
7416 * doc/xml.html : updated the documentation
7417
7418Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7419
7420 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
7421 not deallocated memory blocks
7422 * *.c : replaces all calls to malloc() free() and realloc() to
7423 the wrapper functions/macros
7424 * tree.c : removed memory leaks dues to calling xmlFreeNode()
7425 instead of xmlFreeNodeList()
7426
7427Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7428
7429 * HTMLparser.c: corrected a stupid bug leading to core dump at
7430 tree deallocation. Removed warnings indicated by
7431 Stephane.Conversy@lri.fr
7432 * entities.c: Fixes Yet Another Stupid Bug, entities were not
7433 looked for in the external subset
7434
7435Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7436
7437 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
7438 on SGI by Stephane.Conversy@lri.fr
7439
7440Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7441
7442 * all .h : changed the prototype declaration indent as in gtk
7443 * most .c : working on reducing the TODOs in the code
7444 * most .c : cleanup though -pedantic and Insure++
7445 * improvements on validation ID checkings.
7446 * tree.[ch] SAX.c: added support for namespace on attributes #2022
7447 * xml-config.in: closed #1810
7448
7449Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7450
7451 * tree.h, valid.c, valid.h: more work on validity, IDs
7452 * xpath.c: added/fixed comparidon and equlity, added a new isinf
7453 definition for AIX
7454
7455Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7456
7457 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
7458 the distribution due to a cut'n paste error at last commit
7459
7460Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7461
7462 * configure.in: upgraded to version 1.4.0
7463 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
7464 Big update, added a large part of the validation process,
7465 it should be usable, but some parts are missing
7466 * xpath.c: improved the implementation w.r.t. root.
7467 * Makefile.am: added more tests
7468 * test and result trees: added a lot of tests
7469 * libxml.spec.in: export libxml.so.0 and libxml.so.1
7470
7471Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7472
7473 * Added an HACKING file
7474
7475Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7476
7477 * xpath.[ch] : improvements and debug of the XPath implementation
7478 * parser.c, HTMLparser.c : modified the parsers to be progressive
7479 * tree.[ch] : extended the Buffer promitives
7480 * xmlIO.[ch] : added basic I/O routines providing progressive
7481 parsing and ready for I18N conversion plugins
7482 * SAXresult/* : the SAX callback sequence maybe slightly different
7483 now
7484 * test*.c : improved/updated the tests programs
7485 * doc/* : recompiled the docs.
7486
74871999-07-26 Michael Meeks <michael@edenproject.org>
7488
7489 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
7490
7491 * tree.c: Ditto.
7492
7493Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7494
7495 * configure.in: upgraded to version 1.4.0
7496 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
7497 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
7498 XML query language, see http://www.w3.org/TR/xpath for more details.
7499 * parser.c, parser.h: added CHAR* related string functions for XPath
7500 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
7501 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
7502 rebuild the docs.
7503 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
7504 and regression testing capabilities for XPath.
7505
7506Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7507
7508 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
7509 closing bug #1646
7510
7511Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7512
7513 * Makefile.am, example/Makefile.am: closed bug #1683
7514
7515Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7516
7517 * example/Makefile.am, configure.in: added the makefile for the
7518 gjobread example
7519
7520Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
7521
7522 * doc/Makefile.am:
7523 - fix which allow "make install DESTDIR=</install/prefix>".
7524
7525Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7526
7527 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
7528 which fixed a problem on the file reading-code.
7529
7530Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7531
7532 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
7533 output.
7534 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
7535
7536Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * parser.h : Oops removed the binary compatibility problem
7539 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
7540 * parser.c, HTMLparser.c: applied patches for reading from stdin
7541
7542Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7543
7544 * parser.c, entities.c, valid.c: cleanup bug #1591
7545 * configure.in: cleanup bug #1592
7546 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
7547 the same tree back-end. Hence gdome will be available for it.
7548 * doc/Makefile.am: close bug #617
7549
7550Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7551
7552 * parser.c: alloctate a per parser context SAX interface block
7553
7554Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
7557 and xmlEncodeEntitiesReentrant with the correct one :-\
7558
7559Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7560
7561 * commit of my internal XML base changes, quite a lot of
7562 changes, cleanups, better entities support, framework for
7563 new I/O and charset detection and handling
7564 * Fixed the configure/Makefile stuff to generate shared libs
7565 with the proper version info, so we jumped on rev from
7566 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
7567 xmlEncodeEntities() result need to be freed now, and a string
7568 xmlParserVersion provide the current library version.
7569
7570Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
7571
7572 * parser.c: fixed a buffer overrun for when you have a very long
7573 attribute with no entities in it.
7574
7575Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7576
7577 * added example directory
7578 * added example/gjobs.xml gjobread.c, still need a Makefile.in
7579
7580Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * Release of libxml-1.1, nearly everything has been touched for
7583 this.
7584 * Added more regression tests
7585 * Updated the documentation
7586
7587Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7588
7589 * tree.[ch]: unified the XML_NO_CORBA defines.
7590 * parser.c encoding.[ch]: started plugging in char encoding detection
7591
7592Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
7593
7594 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
7595 Also freed allocated buffer.
7596
7597Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7598 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
7599 reentrancy problem at printing. One is left in entities.c, to
7600 remove ASAP
7601 * testSAX.c : added a test example showing the use of the SAX
7602 interface if one doesn't want to build the DOM tree.
7603 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
7604
7605Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7606
7607 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
7608 large revamping of the parser to use SAX callbacks
7609 http://www.megginson.com/SAX/ (or at least a C like interface
7610 a la Expat). It's now possible to set up your own callbacks
7611 and the parser will not build a DOM tree.
7612 * test/* result/*: updated the test suite, I finally removed
7613 the old Namespace draft support (PI based).
7614
7615Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7616
7617 * Makefile.am: added test result to EXTRA_DIST for make tests
7618
7619Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7620
7621 * parser.c, parserInternals.h: moved the chars macro definitions
7622 to parserInternals.h
7623 * parser.c, error.c: applied patches from "Knut Åkesson"
7624 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
7625
7626Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7627
7628 * xml-config.in : applied patch to make --version work
7629
76301999-03-05 Raja R Harinath <harinath@cs.umn.edu>
7631
7632 * Makefile.am (check-local): Alias for `tests' target. This will
7633 cause `make check' to do the right thing.
7634 (tests): Don't run tests in srcdir. Also, replaced calls to
7635 basename with a `sed' "equivalent".
7636
7637Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7638
7639 * Renamed error.h to xml-error.h, corrected Makefile.am to list
7640 it in the header and not the sources, updated the doc.
7641 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
7642 pointing this out.
7643
7644Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7645
7646 * parser.c, parser.h, parserInternals.h: memory leak hunting,
7647 exported the inputStream routines.
7648 * doc/html/* : updated accordingly
7649
7650Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7651
7652 * parser.c, parser.h, parserInternals.h: added a few extra
7653 internal calls to allocate and free parser contexts ...
7654 * doc/html/* : updated accordingly
7655
7656Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7657
7658 * configure.in, Makefile.am, doc/makefile.am : General changes for
7659 1.0.0 release and including the generated HTML documentation.
7660
7661Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * makefile.am : added parserInternals.h, oops.
7664
7665Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * parserInternals.h: added this header giving access to the parser
7668 internal functions.
7669 * doc/Makefile.am : added a rebuild target which rebuilds the full
7670 set of documentations
7671 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
7672 the internal subset.
7673 * *.c *.h: modifications needed to generate the documentation using
7674 gtk-doc, cleanup of functions blocks, reorganisation of struct
7675 declarations.
7676
7677Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7678
7679 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
7680 the tar and spec file to include the beginning of the doc.
7681
76821999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
7683
7684 * doc/.cvsignore: Added this file.
7685
7686Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7687
7688 * tree.c: fixed xmlGetProp to return "" when the attribute
7689 exists, even if the node-list is NULL.
7690
7691Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * tree.c: patched an error outputting empty attribute values.
7694 * Makefile.am and doc/makefile.am: have been updated during the
7695 week-end. Sorry for an empty CVS log, I got a shell problem.
7696
7697Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7698
7699 * tree.h: cleaned up using enums instead of defines
7700 * parser.c, valid.[ch]: more work on parsing/output of element
7701 declarations
7702
7703Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7704
7705 * valid.[ch], tree.c, parser.c : more work toward full parsing
7706 of XML DTDs.
7707 * README: added informations about mailing-list and on-line
7708 documentation
7709
77101999-01-27 Raja R Harinath <harinath@cs.umn.edu>
7711
7712 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
7713
7714Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7715
7716 * parser.c, tree.[ch] : more work toward conformance testing,
7717 added a last element to accelerate parsing of very flat structures
7718 started working on internal subset Element content declaration.
7719 * valid.[ch] : first cut at adding code toward validation.
7720 * previous changes had also small impact on most files, especially
7721 the conformance testing using James Clark test suite.
7722
7723Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7724
7725 * test/* : updated the examples, most of them were not well
7726 formed (humm), and added rdf2.
7727 * result/* : resulting changes in the output.
7728
7729Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * tree.c: changed the behaviour of xmlGetProp on NULL values.
7732
7733Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7734
7735 * tree.c: patched a bug in the generation of empty attributes
7736
7737Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7738
7739 * entities.[ch], tree.[ch], tester.c: added copy interfaces
7740 for node/trees/documents/... Biggest problem is namespace
7741 support when copying subtrees.
7742
7743Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7744
7745 * parser.c, entities.c: improve entities and char ref encoding,
7746 and cleanups of error messages.
7747
7748Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7749
7750 * parser.c, entities.c: simple bug hunting done during rpm2html and
7751 rpmfind integration.
7752
7753Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7754
7755 * parser.[ch]: Added interfaces allowing to specify a SAX
7756 handler before parsing.
7757
7758Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7759
7760 * parser.c: redirrect all errors reporting through the SAX
7761 error function
7762
7763Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
7766 * libtool, tlmain ...: update of the libtool files
7767
77681998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
7769
7770 * entities.c: Use g_snprintf insteda of snprintf.
7771
7772Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7773
7774 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
7775 added ent5 test for this purpose.
7776 * parser.c, parser.h: formatting, comments and UTF-8 planning.
7777
7778Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7779
7780 * parser.c: fixed? a strange error due to compression on a GWP
7781 document.
7782
7783Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7784
7785 * tree.[ch]: bug fixing
7786 * entities.[ch]: defined a specific type for predefined entities
7787 * doc/xml.html: more documentation on the library, how to use it,
7788 overview of the interfaces.
7789
7790Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7791
7792 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
7793
7794Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7795
7796 * tree.c: corrected a small bug
7797 * doc/xml.html: continuing writing documentation.
7798
7799Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7800
7801 * debugXML.h debugXML.c: added debugging utilities.
7802 * tester.c: added --debug switch.
7803 * tree.c: patched an incorrect node->type assignment.
7804 * parser.c: formatting, ensure that node->doc != NULL in attributes
7805
7806Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7807
7808 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
7809 entity support and provide an internal representation close to
7810 DOM one (entity ref nodes, and attribute value as tree). I tried
7811 to preserve the interface but this will surely break some apps
7812 (I have to change rpm2html/rpmfind for example). I had to change
7813 two interfaces, and the generated tree is somewhat different.
7814 * doc/* : started documenting the XML library, the tree and
7815 DOM/Corba. This is a first step.
7816
7817Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7818
7819 * parser.c: Set up the fonctions comment block, boring but useful.
7820 * parser.h, SAX.c, parser.c: now attributes are processed through
7821 the SAX interface. The problem is that my SAX interface diverged
7822 quite a bit from the original one, well this is not an official
7823 spec, and translating it from Java to C is hairy anyway...
7824
7825Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7826
7827 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
7828 fonctions comment block, boring but useful.
7829
7830Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7831
7832 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
7833 conversion routines. However they are not yet used to convert the
7834 inputs. The core will run with UTF-8.
7835
7836Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7837
7838 * tree.c : make sure that the type id is properly set-up when
7839 a new object is allocated, needed for DOM.
7840
7841Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7842
7843 * tree.h, tree.c: Ok, the main objects in the tree will be native
7844 corba objects, it costs 8 bytes per Node, Attribute and Document
7845 but it simplifies the Corba integration a lot (no extra interface
7846 objects to allocate/free).
7847
7848Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7849
7850 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
7851 and changed NODEs contants for conformity with DOM Level 1
7852
7853Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7854
7855 * added hooks to keep track of servants when creating objects
7856 xmlDoc and xmlNode (for Corba export).
7857
7858Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7859
7860 * added xml-config script.
7861
7862Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
7865 to autoupdate libtool and automake conf files.
7866
78671998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
7868
7869 * Makefile.am: Use '?' to separate the sed
7870 commands as ',' is used when people pass -Wl,something.
7871
7872
7873Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7874
7875 * tree.c, tree.h: added a per-document compression interface.
7876
7877Tue Sep 22 20:47:38 EDT 1998
7878
7879 * tree.c, tree.h: added saving with compression and added interfaces
7880 to control the compression level (xmlGetCompressMode,
7881 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
7882
7883Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7884
7885 * parser.c: corrected a loop for files of size 0
7886
78871998-08-20 Raja R Harinath <harinath@cs.umn.edu>
7888
7889 * error.h: New file. Contains prototyes from `error.c'.
7890
7891Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
7892
7893 * Makefile.am (xmlincdir): New macro.
7894 (xmlinc_HEADERS): Renamed from include_HEADERS.
7895
7896Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7897
7898 * applied small patch on numeric entities from
7899 Christopher Blizzard <blizzard@appliedtheory.com>
7900
7901Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7902
7903 * New release 0.2, removed the old xml_* files so that it's
7904 coherent with the other CVS base (W3C), far better conformance
7905 to standard, new namespaces, decent entities support, beginning
7906 of a SAX-like interface. Nearly nothing left intact, even the
7907 test examples ...
7908
79091998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
7910
7911 * .cvsignore: Add .deps dir
7912
7913Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7914
7915 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
7916
7917Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7918
7919 * configure.in: added test for CPP
7920 * AUTHORS, Changelog: the original ones didn't get commited but the
7921 glib ones instead, fixed.
7922 * Makefile.am: corrected an error in library naming
7923
7924Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
7925
7926 * integrated code developped at W3C
7927 * changed the original Copyright
7928 * migrated to automake
7929 * prefixed the filenames by xml_ to avoid filename clashes
7930
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00007931Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7932
7933 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
7934 should not be called.
7935
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00007936Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7937
7938 * libxml-2.0.pc.in: applied the patch to fix #101894
7939
Daniel Veillard8a1b1852003-01-05 22:37:17 +00007940Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
7941
7942 * tree.c : applied patch from Lukas Schroeder for register callbacks
7943 * valid.c: modified patch from Lukas Schroeder to test
7944 register callbacks with --chkregister
7945
Daniel Veillard067bae52003-01-05 01:27:54 +00007946Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7947
7948 * xmlreader.c: seriously changed the way data are pushed to
7949 the underlying parser, go by block of 512 bytes instead of
7950 tryng to detect tag boundaries at that level. Changed the
7951 way empty element are detected and tagged.
7952 * python/tests/reader.py python/tests/reader2.py
7953 python/tests/reader3.py: small changes mostly due to context
7954 reporting being different and DTD node being reported. Some
7955 errors previously undetected are now caught and fixed.
7956 * doc/xmlreader.html: flagged last section as TODO
7957
Daniel Veillard51a447a2003-01-04 19:42:46 +00007958Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7959
7960 * python/libxml.py: integrated the Python 2.2 optimizations
7961 from Hannu Krosing, while maintaining compatibility with
7962 1.5 and 2.1
7963
Daniel Veillarde59494f2003-01-04 16:35:29 +00007964Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
7965
7966 * xmllint.c: a bit of cleanup
7967 * xmlreader.c: small fix
7968 * doc/xmlreader.html: more work on the XmlTextReader tutorial
7969 * python/libxml.py: a few fixes pointed out by Hannu Krosing
7970
Daniel Veillard623a9eb2003-01-04 12:47:20 +00007971Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7972
7973 * python/setup.py.in: patch from Stéphane Bidoul to include
7974 drv_libxml2.py in setup.py
7975
Daniel Veillard66b82892003-01-04 00:44:13 +00007976Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
7977
7978 * doc/xmlreader.html: starting documenting the new XmlTextReader
7979 interface.
7980
Daniel Veillard7704fb12003-01-03 16:19:51 +00007981Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7982
7983 * xmllint.c: added the --stream flag to use the TextReader API
7984 * xmlreader.c: small performance tweak
7985
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00007986Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
7987
7988 * xmlreader.c python/tests/reader2py: okay the DTD validation
7989 code on top of the XMLTextParser API should be solid now.
7990
Daniel Veillard1fdfd112003-01-03 01:18:43 +00007991Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7992
7993 * xmlreader.c python/tests/reader2py: Fixing some more mess
7994 with validation and recursive entities while using the
7995 reader interface, it's getting a bit messy...
7996
Daniel Veillarddab8ea92003-01-02 14:16:45 +00007997Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7998
7999 * xmlreader.c python/tests/reader.py: another couple of problem
8000 related to IsEmptyElement reported by Stéphane Bidoul needed
8001 some fixes.
8002
Daniel Veillard4f860202003-01-02 13:00:02 +00008003Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8004
8005 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8006 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8007 based on the python XmlTextReader interface.
8008
Daniel Veillard3c265e42003-01-01 21:06:49 +00008009Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8010
8011 * tree.c: backing out one change in the last patch which broke the
8012 regression tests
8013
Daniel Veillard5335dc52003-01-01 20:59:38 +00008014Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8015
8016 * global.data globals.c tree.c include/libxml/globals.h: applied
8017 an old patch from Lukas Schroeder to track node creation and
8018 destruction. Probably missing a lot of references at the moment
8019 and not usable reliably.
8020
Daniel Veillard8ba17412003-01-01 19:13:12 +00008021Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8022
8023 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8024 from doc/news.html and a stylesheet
8025
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008026Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8027
8028 * xmlreader.c python/tests/reader.py: fixed another couple of
8029 xmlreader bugs reported by Stéphane Bidoul and added tests.
8030
Daniel Veillard9e395c22003-01-01 14:50:44 +00008031Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8032
8033 * xmlreader.c python/tests/reader2.py: fixed another validity
8034 checking in external parsed entities raised by Stéphane Bidoul
8035 and added a specific regression test.
8036 * python/tests/reader3.py: cleanup
8037
Daniel Veillardd5896142002-12-31 14:45:26 +00008038Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8039
8040 * xmlreader.c python/tests/reader2.py: fixed a problem with
8041 validation within entities pointed by Stéphane Bidoul, augmented
8042 the tests to catch those.
8043
Daniel Veillarddc85f282002-12-31 11:18:37 +00008044Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8045
8046 * python/generator.py: modified the generator to allow keeping
8047 class references when creating new classes, needed to fix a bug
8048 pointed by Stéphane Bidoul where the input buffer of the
8049 xmlTextReader instance gets destroyed if the python wrapper for
8050 the input is not referenced anymore.
8051
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008052Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8053
8054 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8055 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8056
Daniel Veillard571b8892002-12-30 12:37:59 +00008057Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8058
8059 * xmlreader.c python/tests/reader.py: fixed another problem
8060 pointed by Stéphane Bidoul
8061
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008062Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8063
8064 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8065 with "<a/>"
8066
Daniel Veillardecaba492002-12-30 10:55:29 +00008067Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8068
8069 * SAX.c: warn on xmlns:prefix="foo"
8070 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8071 for namespace attributes handling.
8072
Daniel Veillard2d84a892002-12-30 00:01:08 +00008073Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8074
8075 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8076 a really nasty problem raised by a DocBook XSLT transform
8077 provided by Sebastian Bergmann
8078
Daniel Veillard29b3e282002-12-29 11:14:41 +00008079Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8080
8081 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8082 by Stéphane Bidoul and integrated it into the tests
8083
Daniel Veillarde18fc182002-12-28 22:56:33 +00008084Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8085
8086 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8087 extended the XmlTextReader API a bit, addding accessors for
8088 the current doc and node, and an entity substitution mode for
8089 the parser.
8090 * python/libxml.py python/libxml2class.txt: related updates
8091 * python/tests/Makefile.am python/tests/reader.py
8092 python/tests/reader2.py python/tests/reader3.py: updated a bit
8093 the old tests and added a new one to test the entities handling
8094
Daniel Veillardaba976d2002-12-28 21:14:18 +00008095Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8096
8097 * python/generator.py python/libxml2class.txt
8098 python/tests/reader.py python/tests/reader2.py: changed the
8099 generator to provide casing for the XmlTextReader similar to
8100 C# so that examples and documentation are more directly transposable.
8101 Fixed the couple of tests in the suite.
8102
Daniel Veillard83298842002-12-28 15:12:33 +00008103Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8104
8105 * doc/guidelines.html: added a document on guildeline for
8106 publishing and deploying XML
8107
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008108Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8109
8110 * valid.c xmlreader.c: final touch running DTD validation
8111 on the XmlTextReader
8112 * python/tests/Makefile.am python/tests/reader2.py: added a
8113 specific run based on the examples from test/valid/*.xml
8114
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008115Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8116
8117 * python/libxml.py: added a few predefined xmlTextReader parser
8118 configuration values.
8119
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008120Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8121
8122 * python/libxml_wrap.h: trying to fix #102037
8123
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008124Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8125
8126 * SAX.c: fixing bug #95296, when the predefined entities
8127 are redefined in the DTD the default one must be used
8128 instead anyway.
8129
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008130Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8131
8132 * doc/xmllint.xml
8133 * doc/xmllint.1
8134 Add discussion of XML_DEBUG_CATALOG to xmllint man
8135 page - bug #100907
8136
8137
Daniel Veillarddf512f42002-12-23 15:56:21 +00008138Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8139
8140 * xmlreader.c: Fixed the empty node detection to avoid reporting
8141 an inexistant close tag.
8142
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008143Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8144
8145 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8146 for Python 2.1
8147
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008148Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8149
8150 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8151
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008152Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8153
8154 * doc/libxml2-api.xml python/tests/reader.py: one really need
8155 to provide the base URI information when creating a reader parser
8156 from an input stream. Updated the API and the example using it.
8157
Daniel Veillardea7751d2002-12-20 00:16:24 +00008158Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8159
8160 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8161 include/libxml/valid.h include/libxml/xmlreader.h: working on
8162 DTD validation on top of xml reader interfaces. Allows to
8163 validate arbitrary large instances. This required some extensions
8164 to the valid module interface and augmenting the size of xmlID
8165 and xmlRef structs a bit.
8166 * uri.c xmlregexp.c: simple cleanup.
8167
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008168Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8169
8170 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8171 work on the xml reader interfaces.
8172 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8173 Web page for the Windows binaries.
8174
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008175Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8176
8177 * xmlIO.c: applied a patch for VMS following the report by
8178 Nigel Hall
8179
Daniel Veillard3772de32002-12-17 10:31:45 +00008180Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8181
8182 * parser.c: the parseStartTag bug fix wasn't complete.
8183
Daniel Veillard67df8092002-12-16 22:04:11 +00008184Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8185
8186 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8187 parseStartTag, fixing it.
8188 * test/att4 result/att4 result/noent/att4: adding the test
8189 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8190 more methods to XmlTextReader.
8191
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008192Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8193
8194 * win32/libxml2.def.src: added more xml reader exports
8195 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8196 to the build
8197
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008198Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8199
8200 * doc/tutorial/xmltutorial.xml
8201 plus generated html and pdf
8202 Updating tutorial again based on further comments from Niraj
8203 Tolia on the last iteration
8204
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008205Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8206
8207 * doc/tutorial/xmltutorial.xml
8208 * doc/tutorial/includekeyword.c
8209 * doc/tutorial/includegetattribute.c
8210 plus generated html and pdf
8211 Adding fix from Niraj Tolia to tutorial to properly free memory.
8212
8213
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008214Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8215
8216 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8217 more methods of XmlTextReader.
8218 * python/libxml2class.txt python/tests/reader.py: this increased the
8219 methods in the bndings, augmented the test to check those new
8220 functions.
8221
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008222Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8223
8224 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8225 methods of XmlTextReader.
8226 * python/generator.py python/libxml_wrap.h python/types.c
8227 python/libxml2class.txt: added the reader to the Python bindings
8228 * python/tests/Makefile.am python/tests/reader.py: added a specific
8229 test for the Python bindings of the Reader APIs
8230 * parser.c: small cleanup.
8231
Daniel Veillard06503452002-12-13 10:42:08 +00008232Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8233
8234 * xinclude.c: fallback was only copying the first child not the
8235 full child list of the fallback element, closes #89684 as reopened
8236 by Bernd Kuemmerlen
8237
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00008238Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8239
8240 * win32/libxml2.def.src: exported htmlNodeDumpOutput
8241
Daniel Veillard000eafb2002-12-12 10:04:22 +00008242Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
8243
Daniel Veillardc1eed322002-12-12 11:01:32 +00008244 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00008245 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00008246 gives enum values, fix functype return type, put back fields in
8247 structs
8248 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00008249
Daniel Veillard024b5702002-12-12 00:15:55 +00008250Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8251
8252 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
8253 about htmlNodeDumpOutput location.
8254 * xpath.c: removed an undefined function signature
8255 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
8256 too many symbols in the API breaking the python bindings.
8257 Updated with the libxslt/libexslt changes.
8258
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00008259Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8260
8261 * configure.in: preparing release of 2.4.29
8262 * doc/*: rebuilt the docs and API
8263 * xmlreader.c: a few more fixes for the XmlTextReader API
8264
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00008265Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8266
8267 * include/win32config.h: applied mingw patch from Magnus Henoch
8268
Daniel Veillard5aad8322002-12-11 15:59:44 +00008269Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
8270
8271 * catalog.c doc/libxml2-api.xml: a bit more cleanup
8272
Daniel Veillarda9b66d02002-12-11 14:23:49 +00008273Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8274
8275 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
8276 building Python script, does the C parsing directly, generates
8277 a better API description including structure fieds defs and
8278 enums. Still a couple of bugs, but good enough for the python
8279 wrappers now.
8280 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
8281 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
8282 include/libxml/schemasInternals.h include/libxml/tree.h: more
8283 cleanup based on the python analysis script reports.
8284 * libxml.spec.in: make sure the API XML description is part of the
8285 devel package.
8286
Daniel Veillard01c13b52002-12-10 15:19:08 +00008287Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
8288
8289 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
8290 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
8291 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
8292 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
8293 code cleanup, especially the function comments.
8294 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
8295
Daniel Veillarde1ca5032002-12-09 14:13:43 +00008296Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8297
8298 * Makefile.am xmlreader.c include/libxml/Makefile.am
8299 include/libxml/xmlreader.h: Adding a new set of APIs based on
8300 the C# TextXmlReader API but converted to C. Allow to parse
8301 in constant memory usage, far simpler to program and explain
8302 than the SAX like APIs, unfinished but working.
8303 * testReader.c: test program
8304
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00008305Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8306
8307 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
8308
Daniel Veillard64b35282002-12-04 15:10:40 +00008309Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8310
8311 * tree.c: Chip turner indicated that XHTML1 serialization
8312 rule for style actually break on both IE and Mozilla,
8313 try to avoid the rule if escaping ain't necessary
8314
Daniel Veillard8efff672002-12-04 11:44:48 +00008315Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
8316
8317 * nanhttp.c: handle HTTP URL escaping, problem reported by
8318 Glen Nakamura and Stefano Zacchiroli
8319
Daniel Veillard1c732d22002-11-30 11:22:59 +00008320Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
8321
8322 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
8323
Daniel Veillardfdd27d22002-11-28 11:55:38 +00008324Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8325
8326 * uri.c: Johann Richard pointed out some XPointer problems for
8327 URN based URI references in XInclude. Modified the URI parsing
8328 and saving routines to allow correct parsing and saving of
8329 XPointers, especially when attached to "opaque" scheme accordingly
8330 to RFC 2396
8331
Daniel Veillard8db67d22002-11-27 19:39:27 +00008332Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
8333
8334 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
8335 of refactoring to the HTML saving code.
8336 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
8337 in the doc.
8338
Daniel Veillardebc4ca92002-11-27 11:43:05 +00008339Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
8340
8341 * tree.c include/libxml/tree.h: refactored the XML dump of a node
8342 to a buffer API to reuse the generic dump to an OutputIO layer,
8343 this reduces code, fixes xmlNodeDump() for XHTML, also made
8344 xmlNodeDump() now return the number of byte written.
8345
Daniel Veillard9d5ea172002-11-27 08:02:06 +00008346Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
8347
8348 * python/setup.py.in: another patch from Stéphane Bidoul for
8349 Python bindings on Windows
8350 * doc/parsedecl.py: small cleanup
8351
Daniel Veillard9715c172002-11-25 16:33:40 +00008352Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
8353
8354 * libxml.spec.in configure.in: add a line in %changelog for releases
8355
Daniel Veillard9bc53102002-11-25 13:20:04 +00008356Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
8357
8358 * parser.c: patch from Marcus Clarke fixing a problem in entities
8359 parsing that was detected in KDe documentations environment.
8360
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00008361Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8362
8363 * python/libxml.c (libxml_prev): Return the previous as opposed to
8364 the next node (I guess this is the result of some cut & paste programming:)
8365
Daniel Veillard80d7b902002-11-23 16:23:08 +00008366Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8367
8368 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
8369
Daniel Veillarda1196ed2002-11-23 11:22:49 +00008370Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8371
8372 * python/generator.py python/libxml.c python/setup.py.in: trying
8373 to fix the Python bindings build on Windows (Stéphane Bidoul)
8374
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00008375Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8376
8377 * win32/configure.js: added option for python bindings
8378 * win32/libxml2.def.src: added more exports
8379
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00008380Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8381
8382 * win32/Makefile.mingw: fixed unresolved symbols when linking with
8383 pthreads
8384 * win32/wince/*: applied updates to Windows CE port from Javier
8385
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00008386Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8387
8388 * configure.in: preparing 2.4.28
8389 * libxml.spec.in doc/Makefile.am: some cleanup
8390 * doc/*: updated the news and regenerated.
8391
Daniel Veillardfee408f2002-11-22 13:18:30 +00008392Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8393
8394 * HTMLparser.c: final touch at closing #87235 </p> end tags
8395 need to be generated.
8396 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
8397 this change slightly the output of a few tests
8398 * doc/*: regenerated
8399
Daniel Veillardd2ff0392002-11-22 12:28:38 +00008400Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
8401
8402 * parserInternals.c: fixing bug #99190 when UTF8 document are
8403 parsed using the progressive parser and the end of the chunk
8404 is in the middle of an UTF8 multibyte character.
8405
William M. Brack8b2c7f12002-11-22 05:07:29 +00008406Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
8407
8408 * threads.c: fixed initialization problem in xmlNewGlobalState
8409 which was causing crash.
8410 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
8411 in xmlInitializeGlobalState.
8412 * parserInternals.c: cleaned up ctxt->sax initialisation.
8413
Daniel Veillardd5c2f922002-11-21 14:10:52 +00008414Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8415
8416 * tree.c include/libxml/tree.h: modified the existing APIs
8417 to handle XHTML1 serialization rules automatically, also add
8418 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
8419 libxslt serialization uses it when needed without changing
8420 the library API.
8421 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
8422 result/xhtml1: added a new test specifically for xhtml1 output
8423 and updated the result of one XHTML1 test
8424
Daniel Veillardd076a202002-11-20 13:28:31 +00008425Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
8426
8427 * xinclude.c parserInternals.c encoding.c: fixed #99082
8428 for xi:include encoding="..." support on text includes.
8429 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
8430 test/XInclude/ents/isolatin.txt : added a specific regression test
8431 * python/generator.py python/libxml2class.txt: fixed the generator
8432 the new set of comments generated for doc/libxml2-api.xml were
8433 breaking the python generation.
8434
Daniel Veillard817e70b2002-11-19 22:28:48 +00008435Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
8436
8437 * doc/Makefile.am: repair some problem if gtk-doc fail or such
8438 * configure.in: patch for Solaris on new autoconf closes #98880
8439 * doc/parsedecl.py: repair the frigging API building script,
8440 did I say that python xmllib sucks ?
8441 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
8442 and some comment are no more truncated.
8443
Daniel Veillarda7e05b42002-11-19 08:11:14 +00008444Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
8445
8446 * parser.c: Martin Stoilov pointed out a potential leak in
8447 xmlCreateMemoryParserCtxt
8448
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00008449Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
8450
8451 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
8452 included in HTML documents and using the push parser.
8453
Daniel Veillard4efd3be2002-11-18 09:11:13 +00008454Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
8455
8456 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
8457 specified, look for the Python interpreter not just in the
8458 specified root but also in the specified location. Fixes #98825
8459
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00008460Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8461
8462 * python/libxml.c: fixing bug #98792 , node may have no doc
8463 and dereferencing without checking ain't good ...
8464
Daniel Veillarddad3f682002-11-17 16:47:27 +00008465Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
8466
8467 * configure.in: preparing release 2.4.27
8468 * doc/* : updated and rebuilt the docs
8469 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
8470 and all the docs are actually packaged and in the final RPMs
8471 * parser.c parserInternals.c include/libxml/parser.h: restore
8472 xmllint --recover feature.
8473
Daniel Veillard68e9e742002-11-16 15:35:11 +00008474Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8475
8476 * parser.c xpath.c: fixing #96925 wich was also dependant on the
8477 processing of parsed entities, and XPath computation on sustitued
8478 entities.
8479 * testXPath.c: make sure entities are substitued.
8480
Daniel Veillard328f48c2002-11-15 15:24:34 +00008481Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
8482
8483 * parser.c: fixed #96594, which was totally dependant on the
8484 processing of internal parsed entities, which had to be changed.
8485
Daniel Veillard66651aa2002-11-15 11:21:43 +00008486Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8487
8488 * Makefile.am python/Makefile.am python/tests/Makefile.am:
8489 trying to fix bug #98517 about building outside the source tree
8490 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
8491
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00008492Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8493
8494 * include/win32config.h: cleanup
8495 * win32/Makefile.mingw: integrated mingw in JScript configure
8496 * win32/Makefile.msvc: modified to allow mingw coexistence
8497 * win32/configure.js: integrated mingw
8498 * win32/Readme.txt: cleanup
8499
Daniel Veillard8dd86a52002-11-12 21:14:17 +00008500Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
8501
8502 * HTMLparser.c: strengthen the guard in the Pop macros,
8503 like in the XML parser, closes bug #97315
8504
Daniel Veillard0821b152002-11-12 20:57:47 +00008505Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8506
8507 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
8508 callback is never used.
8509
Daniel Veillard8606bbb2002-11-12 12:36:52 +00008510Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8511
8512 * parserInternals.c: fixed the initialization of the SAX structure
8513 which was breaking xsltproc
8514 * xpath.c: patch from Petr Pajas for CDATA nodes
8515 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
8516 * parser.c include/libxml/parser.h: patch from Peter Jones
8517 removing a leak in xmlSAXParseMemory() and adding the
8518 function xmlSAXParseMemoryWithData()
8519
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00008520Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
8521
8522 adding pdf of tutorial, changing web page to link to it
8523 * doc/tutorial/xmltutorial.pdf
8524 * doc/xml.html
8525 * doc/docs.html
8526
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00008527Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
8528
8529 * doc/tutorial/ar01s08.html
8530 adding file what I forgot for tutorial
8531
8532
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00008533Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
8534
8535 Adding encoding discussion to tutorial
8536 Added:
8537 * doc/tutorial/images/*.png: DocBook admonition image files
8538 * doc/tutorial/apf.html, apg.html: new generated html
8539 * doc/tutorial/includeconvert.c: conversion code entity file
8540 changed:
8541 * doc/tutorial/xmltutorial.xml: DocBook original
8542 * doc/tutorial/*.html: generated html
8543
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008544Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8545
8546 * include/libxml/*.h: retired xmlwin32version.h
8547 * doc/Makefile.am: retired xmlwin32version.h
8548 * win32/configure.js: retired xmlwin32version.h
8549
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008550Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8551
8552 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00008553 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
8554 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00008555
Daniel Veillard7216cfd2002-11-08 15:10:00 +00008556Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
8557
8558 * globals.c: fixed a typo pointed out by Igor
8559 * xpath.c: try to speed up node compare using line numbers
8560 if available.
8561
Daniel Veillarda70d62f2002-11-07 14:18:03 +00008562Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8563
8564 * tree.c: make xmlFreeNode() handle attributes correctly.
8565
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00008566Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8567
8568 * catalog.c: completed the #96963 fix, as reported by Karl
8569 Eichwalder
8570
Daniel Veillard56f21f22002-11-06 15:49:46 +00008571Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8572
8573 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
8574
Daniel Veillard91ad8792002-11-04 17:06:52 +00008575Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8576
8577 * Makefile.am: switched the order of a couple of includes
8578 to fix bugs #97100
8579
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00008580Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8581
8582 * catalog.c: fixed bug #96963, reverted to the old behaviour of
8583 xmlLoadCatalogs that used to separate directories with a ':'.
8584
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00008585Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8586
8587 * threads.c: improvements to the Windows-side of thread handling
8588 * testThreads.c: conditionally excluded unistd.h
8589 * testThradsWin32.c: broke overlong lines
8590 * include/win32config.h: adapted thread-related macros to the new
8591 scheme and for pthreads on Windows
8592 * win32/Makefile.msvc: introduced a more flexible thread build,
8593 added testThreads[Win32].c to the build
8594 * win32/configure.js: introduced a more flexible thread config
8595
John Fleck61f6fb62002-10-31 15:23:29 +000085962002-10-31 John Fleck <jfleck@inkstain.net>
8597
8598 * doc/xml.html (and, by implication, FAQ.html)
8599 added UTF-8 conversaion FAQ from Marcus Labib Iskander
8600
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00008601Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8602
8603 * configure.in: removed xmlwin32version.h
8604 * include/libxml/Makefile.am: removed xmlwin32version.h
8605
Daniel Veillardce66ce12002-10-28 19:01:59 +00008606Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
8607
8608 * tree.c: applied patch from Brian Stafford to fix a bug
8609 in xmlReconciliateNs()
8610
Daniel Veillard7e3f1402002-10-28 18:52:57 +00008611Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8612
8613 * tree.c: applied patch from Christian Glahn to allow
8614 xmlNewChild() on document fragment nodes
8615
Daniel Veillardb39bc392002-10-26 19:29:51 +00008616Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
8617
8618 * parser.c: Christian Glahn found a problem with a recent
8619 patch to xmlParseBalancedChunkMemoryRecover()
8620 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
8621 problems
8622 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
8623 test/schemas/seq*: added the test cases from Charles
8624
Daniel Veillard366a9152002-10-23 20:43:53 +00008625Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
8626
8627 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
8628 serious cleanup of the spec file and associated changes
8629 in the Makefiles.
8630 * valid.c: try to remove some warnings on x86_64
8631
Daniel Veillardd033d022002-10-23 14:55:02 +00008632Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
8633
8634 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
8635 fix bug #96586
8636
Daniel Veillardce02dbc2002-10-22 19:14:58 +00008637Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
8638
8639 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
8640 parsing, applied his patch
8641 * result/HTML/attrents.html result/HTML/attrents.html.err
8642 result/HTML/attrents.html.sax test/HTML/attrents.html:
8643 added the test and result case provided by Mikhail Sogrine
8644
Daniel Veillarde645e8c2002-10-22 17:35:37 +00008645Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
8646
8647 * vms/build_libxml.com vms/config.vms vms/readme.vms
8648 include/libxml/parser.h include/libxml/parserInternals.h
8649 include/libxml/tree.h include/libxml/xmlIO.h
8650 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
8651 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
8652 Applied the VMS update patch from Craig A. Berry
8653 * doc/*.html: update
8654
Daniel Veillardf000f072002-10-22 14:28:17 +00008655Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
8656
8657 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
8658
Daniel Veillard1e208222002-10-22 14:25:25 +00008659Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
8660
8661 * debugXML.c: adding a grep command to --shell in xmllint
8662 for T.V. Raman
8663
Daniel Veillard9cdcf362002-10-22 14:23:59 +00008664Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
8665
8666 * xmlcatalog.c: tried to fix some of the problem with --sgml
8667
Daniel Veillard935494a2002-10-22 14:22:46 +00008668Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
8669
8670 * parser.c: tried to fix bug #91500 where doc->children may
8671 be overriden by a call to xmlParseBalancedChunkMemory()
8672
8673Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
8674
8675 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
8676 identifiers in SGML catalogs containing '&'
8677
Daniel Veillardc0ac0692002-10-20 21:31:50 +00008678Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
8679
8680 * python/types.c: fixed bugs when passing result value tree
8681 to Python functions.
8682
Daniel Veillard48267432002-10-18 11:21:38 +00008683Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
8684
8685 * configure.in: preparing the release of 2.4.26
8686 * doc/*: updated and rebuilt the documentation
8687
Daniel Veillardbb284f42002-10-16 18:02:47 +00008688Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
8689
8690 * parser.c: fixed a XML Namespace compliance bug reported by
8691 Alexander Grimalovsky
8692
Daniel Veillard44892f72002-10-16 15:23:26 +00008693Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
8694
8695 * HTMLtree.c: fixed serialization of script and style when
8696 they are not lowercase (i.e. added using the API to the tree).
8697
Daniel Veillard2fd85422002-10-16 14:32:41 +00008698Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
8699
8700 * valid.c: make xmlValidateDocument emit a warning msg if there
8701 is no DTD, pointed by Christian Glahn
8702
Daniel Veillard32370232002-10-16 14:08:14 +00008703Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
8704
8705 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
8706 content model when some of the blocks have min or max, and a couple
8707 of bugs found in the process.
8708 * result/schemas/list0* test/schemas/list0*: added some specific
8709 regression tests
8710
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00008711Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
8712
8713 * README: updated the contact informations
8714
Daniel Veillard63186732002-10-15 08:43:17 +00008715Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
8716
8717 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
8718 misses it, reported by Peter Bray.
8719
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00008720Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
8721
8722 * tree.c: investigating xmlNodeGetContent() on namespace nodes
8723 and removed a few warnings
8724
Daniel Veillard819d5cb2002-10-14 11:15:18 +00008725Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
8726
8727 * parser.c: Christian Glahn found a small bug in the push parser.
8728 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
8729 public
8730
Daniel Veillard6045c902002-10-09 21:13:59 +00008731Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
8732
8733 * xmlschemas.c include/libxml/xmlschemas.h: added
8734 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
8735 * testSchemas.c: added --memory to test the new interface
8736
Daniel Veillardf0070122002-10-09 14:24:17 +00008737Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
8738
8739 * doc/index.py doc/search.php: integrated the XSLT indexing,
8740 a few fixed in the indexer, added a scope selection at the
8741 search level.
8742
Daniel Veillard01992e02002-10-09 10:20:30 +00008743Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
8744
8745 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
8746 this was due to uninitialized parts of the validation context
8747
Daniel Veillard321be0c2002-10-08 21:26:42 +00008748Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
8749
8750 * debugXML.c: applied patch from Mark Vakoc except the API
8751 change, preserved it.
8752 * doc/*: updated the docs to point to the search engine for
8753 information lookup or before bug/help reports.
8754
Daniel Veillard01e87d22002-10-08 16:55:06 +00008755Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
8756
8757 * doc/index.py doc/search.php: added mailing-list archives
8758 indexing and lookup
8759
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00008760Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
8761
8762 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
8763
Daniel Veillard9b006132002-10-07 11:13:27 +00008764Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
8765
8766 * doc/index.py: improved HTML indexing
8767 * doc/search.php: make the queries also lookup the HTML based indexes
8768
Daniel Veillard141d04b2002-10-06 21:51:18 +00008769Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
8770
8771 * doc/index.py: added HTML page indexing
8772
Igor Zlatkovic91a62702002-10-04 13:34:16 +00008773Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8774
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00008775 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00008776 problem in libxslt.
8777 * catalog.c: fixed list handling in XML_CATALOG_FILES
8778
Daniel Veillardceb09b92002-10-04 11:46:37 +00008779Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
8780
8781 * valid.c: typo/bug found by Christian Glahn
8782
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00008783Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8784
8785 * xmlIO.c: applied Windows CE patch from Javier.
8786 * win32/wince: new directory, contains support for the PocketPC
8787 with Windows CE from Javier.
8788 * include/win32config.h: reorganised, removed duplicate
8789 definitions and applied WinCE patch from Javier.
8790 * include/wsockcompat.h: new file, now contains WinSock
8791 compatibility macros.
8792 * win32/Makefile.msvc: introduced double-run compilation.
8793
Daniel Veillarde16b5742002-09-26 17:50:03 +00008794Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
8795
8796 * configure.in include/libxml/xmlwin32version.h: preparing release
8797 of 2.4.25
8798 * doc/*: updated and regenerated teh docs and web pages.
8799
Daniel Veillard90d68fb2002-09-26 16:10:21 +00008800Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
8801
8802 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
8803 error were not covering namespace declarations.
8804 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
8805 it was missing the attribute declaration for the namespace
8806 * result/VC/NS3: the fix now report breakages in that test
8807
Daniel Veillardabe01742002-09-26 12:40:03 +00008808Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
8809
8810 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
8811
Daniel Veillard2ace1952002-09-26 12:28:02 +00008812Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
8813
8814 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
8815 and regenerated the docs and web site
8816
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00008817Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
8818
8819 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
8820 ATTRIBUTE_UNUSED is always put after the attribute declaration,
8821 not before
8822
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00008823Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
8824
8825 * python/generator.py python/libxml2class.txt: fixed a stupid error
8826 breaking the python API
8827
Daniel Veillardb7c29c32002-09-25 22:44:43 +00008828Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
8829
8830 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
8831 triostr.c triostr.h: applied a trio update patch from
8832 Bjorn Reese which should work with MinGW
8833
Daniel Veillardbd9afb52002-09-25 22:25:35 +00008834Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
8835
8836 * tree.c: improving some documentation comments
8837 * xmlregexp.c: found and fixed a mem leak with python regression tests
8838 * doc/*: rebuilt the doc and the API XML file including the
8839 xmlregexp.h xmlautomata.h and xmlunicode.h headers
8840 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
8841 python/types.c: added access to the XML Schemas regexps from
8842 python
8843 * python/tests/Makefile.am python/tests/regexp.py: added a
8844 simple regexp bindings test
8845
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00008846Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
8847
Daniel Veillardbd9afb52002-09-25 22:25:35 +00008848 * doc/xml.html:
8849 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00008850
Daniel Veillard118aed72002-09-24 14:13:13 +00008851Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
8852
8853 * xmlregexp.c: fixed the data callback on transition functionality
8854 which was broken when using the compact form
8855 * result/schemas/*: updated the results, less verbose, all tests
8856 pass like before
8857 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
8858 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
8859 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
8860 annoying warnings
8861 * xpath.c: try to provide better error report when possible
8862
Daniel Veillard72336152002-09-21 13:08:14 +00008863Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
8864
8865 * Makefile.am: fixed a breakage raised by Jacob
8866
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00008867Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8868
8869 * include/win32config.h: added HAVE_ERRNO_H definition for parts
8870 which don't use sockets
8871
Igor Zlatkovic01280582002-09-20 16:40:34 +00008872Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8873
8874 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
8875 * win32/configure.js: applied zlib patch from Daniel Gehriger
8876
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00008877Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8878
8879 * win32/configure.js: applied the patch from Mark Vakoc for
8880 regexp support
8881 * win32/libxml2.def.src: applied the patch from Mark Vakoc
8882 for regexp support
8883
Daniel Veillardb5c05732002-09-20 13:36:25 +00008884Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
8885
8886 * xmlschemastypes.c: as pointed by Igor Float and Double
8887 parsing ain't finished yet
8888
Daniel Veillard40b11342002-09-20 12:01:39 +00008889Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
8890
8891 * Makefile.am configure.in: trying to fix #88412 by bypassing
8892 all the python subdir if python ain't detected
8893
Daniel Veillard23e73572002-09-19 19:56:43 +00008894Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
8895
8896 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8897 made configuring with regexps/automata/unicode the default
8898 but without schemas ATM
8899 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
8900 fixed the regexp based DTD validation performance and memory
8901 problem by switching to a compact form for determinist regexps
8902 and detecting the determinism property in the process. Seems
8903 as fast as the old DTD validation specific engine :-) despite
8904 the regexp built and compaction process.
8905
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00008906Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
8907
8908 * valid.c: determinism is debugged, new DTD checking code now works
8909 but xmlFAComputesDeterminism takes far too much CPU and the whole
8910 set usues too much memory to be really usable as-is
8911
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00008912Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
8913
8914 * tree.c: fixed another stupid bug in xmlGetNodePath()
8915 * xmllint.c: --version now report the options compiled in
8916
Daniel Veillarda646cfd2002-09-17 21:50:03 +00008917Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
8918
8919 * HTMLparser.c: small cleanup
8920 * valid.c xmlregexp.c: switched DTD validation to use only regexp
8921 when configured with them. A bit of debugging around the determinism
8922 checks is still needed
8923
Daniel Veillard63b01c22002-09-17 19:25:28 +00008924Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
8925
8926 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
8927
Daniel Veillard92727042002-09-17 17:59:20 +00008928Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
8929
8930 * xmlIO.c: small portability glitch fixed.
8931
Daniel Veillard84d70a42002-09-16 10:51:38 +00008932Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
8933
8934 * xmlschemastypes.c: incomplete steps for real/double support
8935 * testAutomata.c include/libxml/xmlautomata.h
8936 include/libxml/xmlregexp.h: avoiding a compilation problem
8937 * valid.c include/libxml/valid.h: starting the work toward using
8938 the regexps for actual DTD validation
8939
Daniel Veillardaeb258a2002-09-13 14:48:12 +00008940Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
8941
8942 * hash.c: cosmetic cleanup
8943 * valid.c include/libxml/tree.h include/libxml/valid.h: started
8944 integrating a DTD validation layer based on the regexps
8945
Daniel Veillard4402ab42002-09-12 16:02:56 +00008946Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
8949 the determinism was tested before eliminating the epsilon
8950 transitions :-(
8951
Daniel Veillardc6d4a932002-09-12 15:00:57 +00008952Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
8953
8954 * python/generator.py python/libxml.c python/libxml.py
8955 python/libxml2-python-api.xml python/libxml2class.txt
8956 python/libxml_wrap.h python/types.c: updated the python
8957 bindings, added code for easier File I/O, and the ability to
8958 define a resolver from Python fixing bug #91635
8959 * python/tests/Makefile.am python/tests/inbuf.py
8960 python/tests/outbuf.py python/tests/pushSAXhtml.py
8961 python/tests/resolver.py python/tests/serialize.py: updated
8962 and augmented the set of Python tests.
8963
Igor Zlatkovic353bf582002-09-10 19:07:14 +00008964Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8965
8966 * win32/configure.js: added more readme info for the binary
8967 package.
8968
Daniel Veillard607b35c2002-09-10 12:16:19 +00008969Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
8970
8971 * xmlIO.c: fixed a stupid out of bound array error
8972
8973Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
8974
8975 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
8976 messing around with support for Windows path, cleanups,
8977 trying to identify and fix the various code path to the
8978 filename access. Added xmlNormalizeWindowsPath()
8979
Daniel Veillard76575762002-09-05 14:21:15 +00008980Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
8981
8982 * error.c valid.c: working on better error reporting of validity
8983 errors, especially providing an accurate context.
8984 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
8985 error reports in those cases.
8986
Daniel Veillard3487c8d2002-09-05 11:33:25 +00008987Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
8988
8989 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
8990 parser.c parserInternals.c xmlIO.c: get rid of all the
8991 perror() calls made in the library execution paths. This
8992 should fix both #92059 and #92385
8993
Daniel Veillard19aa7022002-09-05 11:14:19 +00008994Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * xmllint.c: memory leak reporting was broken after a change
8997 of the preprocessor symbol used to activate it.
8998
Daniel Veillardec6725e2002-09-05 11:12:45 +00008999Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9000
9001 * tree.c: try to make the copy function work for node of
9002 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9003 DOM layers though, not libxml2 itself.
9004
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009005Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9006
9007 * valid.c: try to provide file and line informations, not all
9008 messages are covered, but it's a (good) start
9009
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009010Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9011
9012 * xinclude.c: reimplemented a large part of the XInclude
9013 processor, trying to minimize resources used, James Henstridge
9014 provided a huge test case which was exhibiting severe memory
9015 consumption problems.
9016
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009017Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9018
9019 * python/Makefile.am: applied patch from Christophe Merlet to
9020 reestablish DESTDIR
9021
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009022Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9023
9024 * libxml.spec.in: fixes libary path for x86_64 AMD
9025
John Fleckbe98b332002-09-04 03:16:23 +00009026Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9027
9028 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009029 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009030 (plus resulting generated html files)
9031 fixing one spot I missed in the tutorial where I hadn't freed
9032 memory properly
9033
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009034Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9035
9036 * doc/tutorial/includeaddattribute.c
9037 * doc/tutorial/includeaddkeyword.c
9038 * doc/tutorial/includegetattribute.c
9039 * doc/tutorial/includekeyword.c
9040 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009041 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009042 update tutorial to properly free memory (thanks to Christopher
9043 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009044 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009045 added image files so the callouts are graphical, making it
9046 easier to read ( use "--param callout.graphics 1" to generate
9047 html with graphical callouts)
9048
Daniel Veillarde1662542002-08-28 11:50:59 +00009049Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9050
9051 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9052 nice logos generated by Marc Liyanage
9053 * doc/site.xsl *.html: changed the stylesheet to show the new
9054 logo and regenerated the pages
9055
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009056Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9057
9058 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9059
Daniel Veillard42766c02002-08-22 20:52:17 +00009060Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9061
9062 * xpath.c: possible mem leak patch from Jason Adams
9063
9064Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9065
9066 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9067 in the XQuery namespace
9068 * configure.in: preparing 2.4.24
9069 * doc/*.html: updated the web pages
9070
9071Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9072
9073 * python/generator.py: closing bug #85258 by generating conditional
9074 compile check to avoid linking to routines not configured in.
9075
Havoc Pennington84ec40a2002-08-22 13:59:35 +000090762002-08-22 Havoc Pennington <hp@pobox.com>
9077
9078 * autogen.sh: update error message for missing automake
9079
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009080Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9081
9082 * python/Makefile.am: typo in target name resulted in libxml2.py
9083 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9084
Daniel Veillard22669b22002-08-22 07:17:11 +00009085Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9086
9087 * win32/win32/Makefile.mingw: updated with version from
9088 Elizabeth Barham at http://soggytrousers.net/repository/
9089
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009090Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9091
9092 * win32/Makefile.msvc: added the prefix location to the include
9093 and lib search path.
9094
Havoc Pennington830e8972002-08-18 22:22:13 +000090952002-08-18 Havoc Pennington <hp@pobox.com>
9096
9097 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9098 both automake 1.6 and 1.4 installed get the right automake. Means
9099 compilation from CVS will now require the latest automake 1.4
9100 release, or manually creating symlinks called "automake-1.4" and
9101 "aclocal-1.4"
9102
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009103Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9104
9105 * configure.in python/Makefile.am: more AMD 64 induced changes from
9106 Frederic Crozat
9107
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009108Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9109
9110 * xinclude.c: oops I was missing the xml:base fixup too
9111 * result/XInclude/*.xml: this adds xml:base attributes to most
9112 results of the tests
9113
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009114Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9115
9116 * xinclude.c: quick but apparently working implementation of
9117 xi:fallback, should close bug #89684
9118 * Makefile.am test/XInclude/docs/fallback.xml
9119 result/XInclude/fallback.xml: added a basic test for fallback,
9120 and run with --nowarning to avoid a spurious warning
9121 * configure.in: applied patch from Frederic Crozat for python
9122 bindings on AMD 64bits machines.
9123
Daniel Veillard9e923512002-08-14 08:48:52 +00009124Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9125
9126 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9127 the caller don't pass a SAX callback block.
9128
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009129Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9130
9131 * tree.c: applied the same fix for the XML-1.0 namespace to
9132 xmlSearchNsByHref() as was done for xmlSearchNs()
9133
Daniel Veillardad11b302002-08-12 14:53:41 +00009134Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9135
9136 * libxml.3: small cleanup of the man page
9137 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9138 when serializing HREF attributes generated by XSLT.
9139
Daniel Veillardc084e472002-08-12 13:27:28 +00009140Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9141
9142 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9143 version of Marc Liyanage' patch for boolean attributes in HTML
9144 output
9145
Daniel Veillard5f91b372002-08-12 12:13:01 +00009146Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9147
9148 * python/tests/serialize.py: fixed the test results, indenting
9149 behaviour changed slightly
9150
Aleksey Sanin9e951762002-08-08 18:02:41 +00009151Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9152
9153 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9154 new c14n function to Windows def files
9155
Aleksey Saninea4272a2002-08-02 23:50:03 +00009156Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9157
9158 * c14n.c: fixed a memory leak in c14n code
9159
Daniel Veillard58e44c92002-08-02 22:19:49 +00009160Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9161
9162 * parser.c include/libxml/parser.h: adding a new API for Christian
9163 Glahn: xmlParseBalancedChunkMemoryRecover
9164 * valid.c: patch from Rick Jones for some grammar cleanup in
9165 validation messages
9166 * result/VC/* result/valid/*: this slightly change some of the
9167 regression tests outputs
9168
Daniel Veillard0bf29002002-08-01 12:54:11 +00009169Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9170
9171 * tree.c: trying to fix a problem in namespaced attribute handling
9172 raised by Christian Glahn
9173
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009174Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9175
9176 * encoding.c include/libxml/encoding.h: Opening the interface
9177 xmlNewCharEncodingHandler as requested in #89415
9178 * python/generator.py python/setup.py.in: applied cleanup
9179 patches from Marc-Andre Lemburg
9180 * tree.c: fixing bug #89332 on a specific case of loosing
9181 the XML-1.0 namespace on xml:xxx attributes
9182
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009183Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9184
9185 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9186 corner case from new Merlin's test suite and added a callback
9187 that will be used to improve xmlsec performance
9188
9189
Daniel Veillard0b22def2002-07-29 16:23:03 +00009190Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9191
9192 * HTMLtree.c: trying to fix the <style> escaping problem in
9193 HTML serialization bug #89342
9194
Daniel Veillard0b28e882002-07-24 23:47:05 +00009195Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9196
9197 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9198 and rebuilt the web site.
9199
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009200Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009201
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009202 * include/libxml/tree.h: added _private member to xmlNs struct
9203
Daniel Veillard1d995272002-07-22 16:43:32 +00009204Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9205
9206 * HTMLparser.c: fixing bug #84876 based on the xml working
9207 code.
9208
William M. Brack61eaba52002-07-21 11:14:18 +00009209Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9210
9211 * python/Makefile.am: enhanced to fix bug 72012 (errors
9212 when using '-jX' make parameter)
9213
William M. Brackef61d202002-07-19 08:32:00 +00009214Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9215
9216 * xpath.c: small additional enhancement for booleans
9217 compared to nodesets
9218
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009219Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9220
9221 * HTMLtree.c: changed the order of the encoding declaration
9222 attributes in the meta tags due to a bug in IE/Mac
9223
William M. Brack0c022ad2002-07-12 00:56:01 +00009224Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9225
9226 * xpath.c: enhanced handling of booleans (especially '='
9227 and '!=' for nodesets) - fixes bug 85256. Added new
9228 routine xmlXPathNotEqualValues for more proper handling
9229 of '!=' when nodesets are involved.
9230
Daniel Veillard06944e22002-07-11 19:55:18 +00009231Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9232
9233 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9234 doc/xmlcatalog_man.xml to the source distribution
9235
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009236Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9237
9238 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
9239 asked for this.
9240
Daniel Veillard539638b2002-07-06 19:55:14 +00009241Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9242
9243 * configure.in: preparing 2.4.23
9244 * doc/*: rebuilt the docs
9245
Daniel Veillard176d99f2002-07-06 19:22:28 +00009246Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9247
9248 * parser.c: fixing bug #84169 by fixing the
9249 comment of xmlCreatePushParserCtxt to describe the
9250 encoding detection parameters better.
9251
Daniel Veillard37f961d2002-07-06 17:53:56 +00009252Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9253
9254 * valid.c: fixing bug #79331 in one path the lookup for
9255 ID attributes on a namespaced node wasn't handled correctly :-\
9256
Daniel Veillard8c9872c2002-07-05 18:17:10 +00009257Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9258
9259 * HTMLparser.c: trying to fix 87235 about discarded white
9260 spaces in the HTML parser.
9261 * result/HTML/*: this changes the output of a number of HTML
9262 regression tests
9263
Daniel Veillardfdc91562002-07-01 21:52:03 +00009264Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9265
9266 * xpath.c: applied patch from Richard Jinks for the namespace
9267 axis + fixed a memory error.
9268 * parser.c parserInternals.c: applied patches from Peter Jacobi
9269 removing ctxt->token for good.
9270 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
9271 popped out by the regression tests.
9272 * Makefile.am: patch for threads makefile from Gary Pennington
9273
William M. Brack6000af52002-06-28 11:43:13 +00009274Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9275
Daniel Veillardfdc91562002-07-01 21:52:03 +00009276 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +00009277 expressions involving preceding-sibling (et al).
9278
Daniel Veillard153120c2002-06-18 07:58:35 +00009279Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9280
9281 * hash.c: applied a patch from Peter Jacobi to solve a problem
9282 when compiling with the Watcom C on Win32
9283 * result/schemas/*.err: the change of hashing algo generated
9284 permutations in the output
9285
Daniel Veillard5f7f9912002-06-17 17:03:00 +00009286Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9287
9288 * hash.c: applied patch from Sander Vesik improving the quality of
9289 the hash function.
9290
Aleksey Sanina5808b92002-06-14 17:07:41 +000092912002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +00009292
9293 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
9294 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
9295 xmllint.c xpath.c: replaced sprintf() with snprintf()
9296 to prevent possible buffer overflow (the bug was pointed
9297 out by Anju Premachandran)
9298
Daniel Veillarde059b892002-06-13 15:32:10 +00009299Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9300
9301 * parser.c: removed an uninitialized data error popped by valgrind
9302 on PE references
9303
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +00009304Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
9305
9306 * doc/xml.html
9307 adding tutorial reference to the web page
9308
MDT 2002 John Fleck54520832002-06-13 03:30:26 +00009309Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
9310
9311 * doc/tutorial/xmltutorial.xml
9312 * doc/tutorial/ar01s07.html
9313 * doc/tutorial/ape.html
9314 * doc/tutorial/includegetattribute.c
9315 adding section to tutorial about retrieving an attribute
9316 value
9317
Daniel Veillardf5582f12002-06-11 10:08:16 +00009318Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9319
9320 * parser.c: applied a couple of patches from Peter Jacobi to start
9321 to get rid of ctxt->token, with a possible significant speed
9322 improvement to be gained once done. Better compliance with PE
9323 references constructs in DTDs too.
9324 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
9325 from Peter too
9326
Daniel Veillard38d80e22002-06-11 07:24:56 +00009327Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * parser.c: Babak Vahedipour-Kunze reported that openTag in
9330 xmlParseElement was likely to have been deallocated at the
9331 time of the report, possibly leading to segfault. Just report
9332 the tag name now.
9333
Daniel Veillard9e412302002-06-10 15:59:44 +00009334Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9335
9336 * xpath.c: patch from Richard Jinks for XPath substring() function
9337 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
9338
Aleksey Sanina5808b92002-06-14 17:07:41 +000093392002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +00009340
9341 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
9342
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +00009343Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
9344
9345 *doc/FAQ.html
9346 fixing typos in FAQ, thanks to Robert Funnell for the
9347 editing help
9348
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009349Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9350
9351 * NEWS: got complaints from rpmlint that it was empty
9352
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +00009353Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
9354
9355 * added doc/tutorial, including:
9356 apa.html
9357 apb.html
9358 apc.html
9359 apd.html
9360 ar01s02.html
9361 ar01s03.html
9362 ar01s04.html
9363 ar01s05.html
9364 ar01s06.html
9365 includeaddattribute.c
9366 includeaddkeyword.c
9367 includekeyword.c
9368 includestory.xml
9369 index.html
9370 xmltutorial.xml
9371 libxml tutorial, including generated html
9372
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +00009373Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9374
9375 * result/c14n/exc-without-comments/merlin-c14n-two-*
9376 result/c14n/without-comments/merlin-c14n-two-*
9377 test/c14n/exc-without-comments/merlin-c14n-two-*
9378 test/c14n/without-comments/merlin-c14n-two-*
9379 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
9380 c14n/exc-c14n and slightly modified test script to handle
9381 these test cases
9382 * c14n.c: fixed bugs for complicated nodes set (namespace
9383 without node and others from merlin-c14n-two.tar.gz)
9384 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
9385 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
9386 for xmlsec performance patch
9387 * xpath.c: fixed self::node() for namespaces and attributes
9388
Daniel Veillardd2fd1b62002-06-05 12:52:34 +00009389Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
9390
9391 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
9392 but with the format parameter
9393 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
9394
Aleksey Saninc57f9c12002-05-31 19:14:57 +00009395Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
9396
9397 * Makefile.am: updated c14n tests suite
9398 * c14n.c: performance improvement for previous c14n patch
9399
Daniel Veillarde72c7562002-05-31 09:47:30 +00009400Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9401
9402 * parser.c: another peroformance patch from Peter Jacobi, that
9403 time on parsing attribute values.
9404
Aleksey Sanin508a1012002-05-31 06:32:32 +00009405Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
9406
9407 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
9408 into LibXML2 test suite
9409
Aleksey Sanindffd5c82002-05-31 04:24:13 +00009410Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
9411
9412 * c14n.c: propagating xpath ancesstors node fix to c14n
9413 plus small performance improvement to reduce number of
9414 mallocs
9415 * xpath.c: fixed ancestors axis processing for namespace nodes
9416
Daniel Veillard46de64e2002-05-29 08:21:33 +00009417Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
9420 Peter Jacobi
9421
Daniel Veillardd5e22ef2002-05-27 21:17:57 +00009422Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9423
9424 * configure.in: preparing 2.4.22
9425
Daniel Veillard1b31e4a2002-05-27 14:44:50 +00009426Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9427
9428 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
9429 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
9430 a public entry point.
9431 * doc/*: rebuilt the API and docs
9432
Daniel Veillarded23b7d2002-05-27 12:16:02 +00009433Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9434
9435 * xpath.c: patch from Richard Jinks to fix a problem introduced
9436 in the previous patch and pointed by Norm
9437
Daniel Veillardc6924812002-05-24 11:10:43 +00009438Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9439
9440 * libxml.spec.in: fixing bug #81112
9441
Daniel Veillard234bc4e2002-05-24 11:03:05 +00009442Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9443
9444 * uri.c: fixing bug #82848
9445
Daniel Veillarda2878972002-05-24 07:54:39 +00009446Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9447
9448 * result/catalogs/mycatalog.full: Aleksey's commit changed the
9449 output of one catalog test
9450
Aleksey Sanin114e4752002-05-24 07:20:27 +00009451Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +00009452
Aleksey Sanin114e4752002-05-24 07:20:27 +00009453 * global.data globals.c tree.c include/libxml/globals.h
9454 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
9455 default value for global parameter xmlIndentTreeOutput to 1 and
9456 introduced new global parameter xmlTreeIndentString (the string
9457 used to do one-level indent) with default value " " (as it was
9458 in tree.c)
9459
Daniel Veillard49d5af82002-05-23 11:55:49 +00009460Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9461
9462 * Makefile.am: Merijn Broeren pointed out a problem when compiling
9463 with trio and schemas.
9464
Daniel Veillard7c13af42002-05-22 09:57:32 +00009465Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9466
9467 * xpath.c: patch from Richard Jinks to fix the problem raised in
9468 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
9469
Daniel Veillard5a872412002-05-22 06:40:27 +00009470Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9471
9472 * xmlschemas.c: a bit of work on import.
9473 * xmlschemastypes.c: Charles Bozeman provided a compare function
9474 for date/time types so min/max facet restrictions should work,
9475 indeterminate comparisons return an error instead of equal.
9476 * test/schemas/date_0* result/schemas/date_0_0: specific test
9477 from Charles Bozeman too
9478
Daniel Veillard10b6da42002-05-18 07:55:20 +00009479Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
9480
9481 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
9482 from Christian Cornelssen fixing the man pages and the Catalog
9483 building script.
9484 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
9485 next step is <xs:import> I now have a reasonable understanding
9486 of how it works.
9487
Daniel Veillarde5354492002-05-16 08:43:22 +00009488Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9489
9490 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
9491
Igor Zlatkovic1396e182002-05-14 22:22:40 +00009492Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9493
9494 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
9495
Daniel Veillard088bf112002-05-14 11:03:59 +00009496Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
9497
9498 * xpath.c: fixing an XPath function evalutation bug pointed out
9499 by Alexey Efimov where the context was lost when evaluating
9500 the function arguments
9501
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009502Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +00009503
Aleksey Sanin79376ba2002-05-14 06:41:32 +00009504 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
9505 function public for XMLSec performance optimizations
9506
Daniel Veillard3cd72402002-05-13 10:33:30 +00009507Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
9508
9509 * python/generator.py python/libxml2class.txt : fixed a problem
9510 with the HTML parser pointed by Gary Benson
9511 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
9512 example
9513
Aleksey Sanine48a3182002-05-09 18:20:01 +00009514Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9515 * parser.c: fixed bug #81159 (memory growth in SAX)
9516
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009517Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9518 * xpath.c: fixed bug #78858 (the real fix)
9519
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009520Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +00009521 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +00009522
Daniel Veillard4cbe4702002-05-05 06:57:27 +00009523Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9524
9525 * tree.c: modified xmlNodeSetBase to allow changing the
9526 base of a document.
9527
Daniel Veillard070803b2002-05-03 07:29:38 +00009528Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * xmlschemastypes.c: patch Charles Bozeman for validation of
9531 all the date, time, and duration types
9532 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
9533 * configure.in: fixed an error pointed by an user
9534 * xml2-config.in: fixed an error pointed by an user
9535
Aleksey Sanin5aac8b82002-05-01 18:32:28 +00009536Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
9537
9538 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
9539 win32/libxml2.def.src xmlIO.c: exported default
9540 'file:', 'http:' and 'ftp:' protocols input handlers
9541 and maked protocols comparisson case insensitive
9542
Daniel Veillard34de97f2002-04-30 14:29:22 +00009543Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9544
9545 * configure.in: Neven Has detected a typo
9546
Daniel Veillard28577c32002-04-30 06:48:41 +00009547Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
9548
9549 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
9550 as one of the persons allowed to commit directly to the
9551 module.
9552
Daniel Veillardfc57b412002-04-29 15:50:14 +00009553Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9554
9555 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
9556 * valid.c: raised a too low limit
9557 * doc/*: rebuilt the docs
9558
Daniel Veillardeca82812002-04-24 11:42:02 +00009559Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9560
9561 * test/XPath/expr/floats test/XPath/expr/functions
9562 result/XPath/expr/floats result/XPath/expr/functions
9563 xpath.c: another XPath conformance patch from Richard Jinks
9564
Daniel Veillard13e04c62002-04-23 17:51:29 +00009565Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * xmlschemas.c: fixed validation of attribute groups.
9568 * test/schemas result/schemas: added an example from the primer
9569
Daniel Veillard88c58912002-04-23 07:12:20 +00009570Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9571
9572 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
9573 * test/schemas result/schemas: updated the test list
9574
Daniel Veillarde19fc232002-04-22 16:01:24 +00009575Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9576
9577 * TODO: updated a bit
9578 * parser.c: made a comment more specific
9579 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
9580 Schemas conformance.
9581 * test/schemas result/schemas: updated the test list
9582
Daniel Veillard441bc322002-04-20 17:38:48 +00009583Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
9586 implementing xs:all with minOccurs = 0
9587 * tes/schemas/* result/schemas/*: added more tests covering
9588 xs:all
9589
Daniel Veillard8a001f62002-04-20 07:24:11 +00009590Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9591
9592 * xmlregexp.c: first implementation of the all particle, this
9593 may need to be revisited for case where not all transitions
9594 must be crossed.
9595
Daniel Veillard7646b182002-04-20 06:41:40 +00009596Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
9597
9598 * tree.c: another entity processing update from Markus Henke
9599
Bjorn Reese54d02fb2002-04-19 15:16:01 +00009600Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
9601
9602 * trionan.c: fixed crash on OSF/1
9603
Daniel Veillardb4398962002-04-19 07:01:55 +00009604Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
9605
9606 * xmlschemas.c: more Schemas work
9607 * test/schemas/* result/schemas/*: added more tests coming
9608 from the spec.
9609
Daniel Veillard54761132002-04-18 21:00:44 +00009610Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9611
9612 * c14n.c: patch from Aleksey Sanin reflecting a change in the
9613 ExcC14N specification
9614
Daniel Veillardbf8dae82002-04-18 16:39:10 +00009615Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9616
9617 * tree.c: patch from Markus Henke, fix for recursive entities.
9618
Daniel Veillard23b1f372002-04-18 15:50:05 +00009619Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
9620
9621 * xpath.c: fix a problem with string() on a document node.
9622
Daniel Veillarddecd64d2002-04-18 14:41:51 +00009623Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9624
9625 * Makefile.am xmlschemas.c: more Schemas work
9626 * test/schemas/* result/schemas/*: added more tests coming
9627 from the spec.
9628
Daniel Veillard6231e842002-04-18 11:54:04 +00009629Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9630
9631 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
9632 * result/HTML/*: this changes a few things in the results
9633
Igor Zlatkovic648b8e92002-04-17 18:35:57 +00009634Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9635
9636 * include/libxml/tree.h: eliminated 'declaration different than
9637 prototype' warning
9638 * include/win32config.h: "resolved" conflicts with errno.h
9639
Daniel Veillardb509f152002-04-17 16:28:10 +00009640Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9641
9642 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
9643 on the automata interfaces and debug of counted choices
9644 * test/schemas/* result/schemas/*: added a number of tests
9645
Daniel Veillard8651f532002-04-17 09:06:27 +00009646Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9647
9648 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
9649 a bit of work on Schemas
9650 * testSchemas.c: try to make it more useful
9651 * test/schemas/* result/schemas/* Makefile.am: changed the
9652 Schemas regression test procedure, started adding a few samples
9653
Igor Zlatkovica6f2d902002-04-16 17:57:17 +00009654Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
9655
9656 * include/libxml/encoding.h: Patch for the Borland C++ builder
9657 * include/libxml/tree.h: Patch for the Borland C++ builder
9658 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +00009659 * win32/bcb5: New directory for the Borland C++ builder
9660 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +00009661
Igor Zlatkovicea5148d2002-04-16 17:46:25 +00009662Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
9663
9664 * win32/Makefile.msvc: Update for XML Schema support
9665 * win32/configure.js: Update for XML Schema support
9666 * win32/libxml2.def.src: Update for XML Schema support
9667
Daniel Veillard4255d502002-04-16 15:50:10 +00009668Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
9671 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
9672 xmlunicode.c include/libxml/Makefile.am
9673 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
9674 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
9675 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
9676 include/libxml/xmlversion.h.in : merged the current state of
9677 XML Schemas implementation, it is not configured in by default,
9678 a specific --schemas configure option has been added.
9679 * test/automata test/regexp test/schemas Makefile.am
9680 result/automata result/regexp result/schemas:
9681 merged automata/regexp/schemas regression tests
9682
Daniel Veillardbc6f7592002-04-16 07:49:59 +00009683Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
9684
9685 * xpath.c: Gary found a compile time problem, fixes #78823
9686
Daniel Veillarda7084cd2002-04-15 17:12:47 +00009687Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
9688
9689 * configure.in: release of 2.4.20
9690 * doc/*: updated and rebuilt the docs
9691
Daniel Veillardf544f192002-04-15 12:56:56 +00009692Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9693
9694 * python/Makefile.am: patch from Cristian Gafton to build on
9695 Red Hat 6.2, should also fix #75779
9696
Daniel Veillard940492d2002-04-15 10:15:25 +00009697Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9698
9699 * valid.c: first part of fixing #78729
9700
Daniel Veillardeb475a32002-04-14 22:00:22 +00009701Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
9702
9703 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
9704 escaping of URI when saving HTML files.
9705 * result/HTML/*: this impacted some tests
9706
Daniel Veillard9b731d72002-04-14 12:56:08 +00009707Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
9708
9709 * configure.in: trying to fix #77441
9710
Daniel Veillarda8a89fe2002-04-12 21:03:34 +00009711Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9712
9713 * include/libxml/xmlIO.h: Hallski complained it could not be
9714 included by itself.
9715
Daniel Veillardcb5b4d62002-04-11 08:24:26 +00009716Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
9717
9718 * configure.in: applied an IEEE flag patch for OSF/1 #77825
9719
Igor Zlatkovic9425ce22002-04-10 21:57:11 +00009720Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9721
9722 * win32/configure.js: patch from Nilo for the c14n option
9723 * win32/Makefile.msvc: fixed libxml2.def generation with threads
9724
Daniel Veillardda423da2002-04-10 19:25:38 +00009725Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9726
9727 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
9728 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
9729 LIBXML_THREAD_ENABLED
9730
Daniel Veillard0eafdef2002-04-10 16:14:34 +00009731Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * xpath.c: another patch from Richard Jinks for substring conformance
9734 * test/XPath/expr/floats test/XPath/expr/strings
9735 result/XPath/expr/floats result/XPath/expr/strings: update of the
9736 test suite to check those.
9737
Daniel Veillard01917aa2002-04-10 11:30:41 +00009738Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
9739
9740 * xpath.c: patch from Richard Jinks for .x float parsing.
9741
Daniel Veillard46d6c442002-04-09 16:10:39 +00009742Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9743
9744 * parser.c: patch from Markus Henke when an encoding ain't recognized
9745
Daniel Veillard88e0ad42002-04-09 13:48:02 +00009746Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9747
9748 * libxml.m4: got a report that #include <string.h> was needed
9749
Daniel Veillard6e4f1c02002-04-09 09:55:20 +00009750Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9751
9752 * xmllint.c: applied a fix from Anthony Jones for -o /--output
9753
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +00009754Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
9755
Daniel Veillard6e4f1c02002-04-09 09:55:20 +00009756 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +00009757
Daniel Veillardbd6e6312002-04-01 08:04:14 +00009758Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9759
9760 * xpath.c: fixed a bug in the nodeset to boolean comparison code
9761 pointed out by Melvyn Sopacua.
9762
Daniel Veillarde979e3b2002-03-29 22:43:00 +00009763Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9764
9765 * libxml.m4: Frédéric Crozat gave a patch related to the change
9766 of Include paths breaking the libxml.m4
9767
Daniel Veillard7089d6b2002-03-29 17:28:10 +00009768Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9769
9770 * xpath.c: Fix bug #76927 forgot to save some context
9771 when evaluating binary expressions
9772
Daniel Veillardd30be4a2002-03-28 18:25:31 +00009773Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9774
9775 * configure.in: fixed configure for MPE/iX from Markus Henke
9776 * xmlmemory.c: fixed initialization problems
9777 * xpath.c: another set of patches from Richard Jinks this
9778 fixes "make XPathtests" on linux
9779
Daniel Veillard21458c82002-03-27 16:12:22 +00009780Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9781
9782 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
9783 * test/XPath/expr/compare test/XPath/expr/equality
9784 test/XPath/expr/floats test/XPath/expr/functions
9785 test/XPath/expr/strings result/XPath/expr/compare
9786 result/XPath/expr/equality result/XPath/expr/floats
9787 result/XPath/expr/functions result/XPath/expr/strings: Updated
9788 tests though they show a divergence on Linux
9789
Daniel Veillard28dfed12002-03-27 09:08:17 +00009790Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9791
9792 * xpath.c trionan.c: previous commit also included patches
9793 from Richard Jinks on some IEEE support corner case
9794
Daniel Veillard5fc1f082002-03-27 09:05:40 +00009795Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9796
9797 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
9798 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
9799 that $(datadir) should be used for docs
9800
Daniel Veillarddb1dc392002-03-26 12:44:39 +00009801Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
9804 could leak filedescriptors
9805
Daniel Veillarddd4b9122002-03-26 07:58:43 +00009806Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * configure.in nanohttp.c: applied patch from Allan Clark for
9809 UnixWare/OpenServer
9810
Daniel Veillard19274092002-03-25 16:48:03 +00009811Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * configure.in: preparing 2.4.19
9814 * doc/*: rebuilt the docs
9815
Daniel Veillard56b2db72002-03-25 16:35:28 +00009816Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9817
9818 * nanohttp.c: fixing #76043, got fed up with non-portability
9819 of that piece of code.
9820
Daniel Veillard6f4561a2002-03-25 12:10:14 +00009821Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
9822
9823 * valid.c SAX.c: Never commit without running "make tests" :-(
9824 fix a couple of stupidities in the previous commit
9825 * result/*: a few changes in some attribute order result of previous
9826 commit.
9827
Daniel Veillardd85f4f42002-03-25 10:48:46 +00009828Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9829
9830 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
9831 the internal subset should not raise duplicate ID errors,
9832 also there was a small bug in conjunction to namespace
9833 declarations defaulted and xml:xxx attributes DTD definitions.
9834
Daniel Veillard56cd18b2002-03-22 14:14:43 +00009835Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9836
9837 * xpath.c: Richard Jinks also raised some rounding problems
9838 this tries to fix them
9839
Daniel Veillard4e2df542002-03-22 12:23:14 +00009840Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
9841
9842 * xpath.c: Richard Jinks spotted an incoherent memory allocation
9843 behaviour in xmlXPathCastToString()
9844
Daniel Veillarddb552912002-03-21 13:27:59 +00009845Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9846
9847 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
9848 raised by Morus Walter
9849
Daniel Veillard9e537932002-03-21 13:08:08 +00009850Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9851
9852 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
9853 from Igor
9854
Daniel Veillard6fbcf422002-03-21 12:32:59 +00009855Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * xpath.c: fixing #75619, related to a problem when trying
9858 to evaluate condition when the current node set resulting
9859 from that sub-step evaluation is empty. Also fixes 2 potential
9860 problem with previous-sibling and next-siblings axis.
9861
Daniel Veillard1840ef02002-03-21 08:05:23 +00009862Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
9863
9864 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
9865 HTML support is not configured in.
9866
Daniel Veillard561b7f82002-03-20 21:55:57 +00009867Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
9868
9869 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
9870 include/libxml/tree.h: dohh I really didn't intended to commit
9871 this test version :-(
9872
Daniel Veillarde50f3b52002-03-20 19:24:21 +00009873Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9874
9875 * testSAX.c: I wanted to see the real speed at the SAX interface
9876 after a little too many Ximianer started complaining about the
9877 parser speed.
9878 added a --quiet option:
9879 paphio:~/XML -> ls -l db100000.xml
9880 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
9881 paphio:~/XML -> time ./testSAX --quiet db100000.xml
9882 3200006 callbacks generated
9883 real 0m1.270s
9884 Which means 16MBytes/s and 3Mcallback/s
9885
Daniel Veillardc62a1472002-03-19 18:35:12 +00009886Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9887
9888 * xpath.c: valgrind spotted another error that time when running
9889 on libxslt regression tests
9890
Daniel Veillard4b3a84f2002-03-19 14:36:46 +00009891Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9892
9893 * Makefile.am: adding "make valgrind" running the full regression
9894 tests (except python ones) under Valgrind (using valgrind -q
9895 which was kindly added by the author).
9896 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
9897 passes cleanly now except an obcure floating point initialization
9898 raised in log10() in one XPath regression test ???
9899 * tree.c: edited some comments to close #75244
9900
Daniel Veillard28cac6b2002-03-19 11:25:30 +00009901Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
9904 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
9905 context of ScrollKeeper, made sure that if the number is
9906 an integer, the serialization follows the description at
9907 http://www.w3.org/TR/xpath#section-String-Functions
9908
Daniel Veillard5997aca2002-03-18 18:36:20 +00009909Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9910
Daniel Veillard34ce8be2002-03-18 19:37:11 +00009911 * configure.in: preparing 2.4.18
9912 * doc/*: updated and rebuilt the web site
9913 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
9914 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +00009915 * parser.c: humm, changed the way the SAX parser work when
9916 xmlSubstituteEntitiesDefault(1) is set, it will then
9917 do the entity registration and loading by itself in case the
9918 user provided SAX getEntity() returns NULL.
9919 * testSAX.c: added --noent to test the behaviour.
9920
Daniel Veillardb5a60ec2002-03-18 11:45:56 +00009921Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
9922
9923 * parser.c: Wilfried Teiken provided a hackish but working
9924 way to get context reported back on entities when parsing
9925 with SAX and without breaking the DOM build.
9926
Daniel Veillard2d347fa2002-03-17 10:34:11 +00009927Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9928
9929 * c14n.c: applied a new patch from Aleksey Sanin
9930 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
9931 to reference Aleksey implementation of XML digital Signatures
9932
Daniel Veillard38bf6f02002-03-16 22:03:31 +00009933Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
9934
9935 * xpath.c: small fix to avoid potential problem due to
9936 ordering of freeing data
9937 * python/Makefile.am: people were complaining about
9938 the generated file in python dir not being built
9939
Daniel Veillardd2379012002-03-15 22:24:56 +00009940Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
9941
9942 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
9943 python/generator.py python/libxml.c python/types.c: Cleanup
9944 of the python Makefiles based on Jacob and James feedback,
9945 fixed the spec file accordingly, fixed the number of warning
9946 that passing my pedantic CFLAGS was generating. Conclusion
9947 is that Python includes are real crap.
9948
Daniel Veillarde7dd2b82002-03-15 18:44:02 +00009949Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9950
9951 * configure,in: it was reported quite a few times that
9952 xml2-config --cflags should not output
9953 -I$includeprefix/libxml2/libxml because libxml2 header names
9954 clashes with existing names like list.h from C++ stl.
9955 Includes should be #include<libxml/xxx.h> so ...
9956
Daniel Veillard6f293b12002-03-15 09:42:33 +00009957Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9958
9959 * c14n.c: another patch from Aleksey Sanin
9960
Daniel Veillard5c396542002-03-15 07:57:50 +00009961Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9962
9963 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
9964 canonicalization algorithm
9965 * doc/xml.html doc/index.html: added the C14N references on the
9966 index page.
9967
jacob berkman9be65862002-03-14 02:15:56 +000099682002-03-13 jacob berkman <jacob@ximian.com>
9969
9970 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
9971 usage, redundant, and gcc specific
9972
Daniel Veillard75be0132002-03-13 10:03:35 +00009973Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
9974
9975 * xpath.c: speedup some node selection operations, this can
9976 have a significant impact on DocBook Norm's stylesheets
9977 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
9978 make sure it's always the case
9979 * debugXML.c: distinguish CDATA and comments in ls operations
9980
Daniel Veillard61f26172002-03-12 18:46:39 +00009981Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9982
9983 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
9984 to generate better API descriptions etc...
9985
Daniel Veillard9ff88172002-03-11 09:15:32 +00009986Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9987
9988 * c14n.c: Fixing #74186, made sure all boolean expressions
9989 get fully parenthesized, ran indent on the output
9990 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
9991 include/libxml/tree.h: also #74186 related, removed the
9992 --with-buffers option, and all the preprocessor conditional
9993 sections that were resulting from it.
9994
Daniel Veillardbb4e46d2002-03-10 16:49:08 +00009995Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
9996
9997 * valid.c: applied patch from Dodji Seketeli fixing an
9998 uninitailized variable in xmlValidGetValidElements()
9999
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010000Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10001
10002 * c14n.c: fixed a few comments
10003 * doc/*.html doc/*/*.html: regenerated the docs and added
10004 the C14N API
10005 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10006
Daniel Veillardfa49d872002-03-09 10:20:00 +000010007Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10008
10009 * check-xml-test-suite.py: fix to adapt varaiations in the
10010 bindings
10011 * configure.in python/setup.py python/setup.py.in: fixed to
10012 have the version of the python scripts automatically updated
10013
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010014Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10017 in xmlCopyProp()
10018
Daniel Veillardaf43f632002-03-08 15:05:20 +000010019Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10020
10021 * configure.in: preparing 2.4.17 release
10022 * doc/*: updated and rebuilt the docs
10023 * xpath.c: fixed a comment
10024 * python/libxml.c: fixed a possible reentrancy problem
10025
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010026Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10027
10028 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10029 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10030 added a specific regression test
10031 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10032 not raise exceptions when failing to find the attribute.
10033
Daniel Veillard90bc3712002-03-07 15:12:58 +000010034Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10035
10036 * configure.in xmllint.c: owen pointed out a problem with the
10037 ftme fix, gettimeofday() was not detected by configure and
10038 the ftime header wasn't included, dohhh
10039
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010040Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10041
10042 * configure.in xmllint.c: trying to fix #71457 for timing
10043 precision when gettimeofday() is not availble but ftime() is
10044
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010045Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10046
10047 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10048 are now copied on install and part of the -devel RPM
10049
Daniel Veillard7b416132002-03-07 08:36:03 +000010050Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10051
10052 * xpath.c: trying to avoid bug #72150 which was apparently
10053 caused by a gcc bug (or a processor problem) as detailed
10054 at http://veillard.com/gcc.bug
10055
Daniel Veillardf742d342002-03-07 00:05:35 +000010056Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10057
10058 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10059 fixed xmlReconciliateNs(), added a Python test/example for
10060 inter-document cut'n paste
10061 * python/libxml.py: fixed node.doc on document nodes and added
10062 xpathEval() onto node objects
10063
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010064Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10067 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10068 fixup and integrated tests for the serialization stuff
10069
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010070Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10071
10072 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10073 moved the libxml man page to section 3
10074
Daniel Veillard1e774382002-03-06 17:35:40 +000010075Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10076
10077 * tree.c: fix bug #72490
10078 * python/libxml.c python/libxml.py: added methods serialize()
10079 and saveTo() to all node elements.
10080
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010081Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10082
10083 * xmlIO.c: closed #73430, don't read from an input source
10084 which indicated an end-of-file or an error.
10085
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010086Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10087
10088 * parser.c: make sure SAX endDocument is always called as
10089 this could result in a Python memory leak otherwise (it's
10090 used to decrement ref-counting)
10091 * python/generator.py python/libxml.c python/libxml.py
10092 python/libxml2-python-api.xml python/libxml2class.txt
10093 python/tests/error.py python/tests/xpath.py: implemented
10094 the suggestions made by Gary Benson and extended the tests
10095 to match it.
10096
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010097Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10098
10099 * python/generator.py: applied patch fixing #73450
10100
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010101Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10102
10103 * xpath.c: fixing #61290 "namespace nodes have no parent"
10104 long standing divergence from the XPath REC. NodeSets
10105 simply hold a copy of namespace nodes and those node ->next
10106 points to the parent (which may not be the node carrying the
10107 definition).
10108 * include/libxml/xpath.h: flagged but didn't added a possible
10109 speedup
10110 * DOCBparser.c HTMLparser.c: removed some warnings from push
10111 parser due to new state being added.
10112 * tree.c: new fix from Boris Erdmann
10113 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10114 the XML Canonalization support from Aleksey Sanin
10115
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010116Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10117
10118 * tree.c: patch from Boris Erdmann fixing some namespace odities
10119 with xmlCopyNode()
10120
Daniel Veillardc6613042002-03-02 09:34:02 +000010121Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10122
10123 * xmlIO.c: fix bug #72706 when loading a NULL entity
10124
Daniel Veillardc0fef772002-03-01 16:16:31 +000010125Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10128 actually change in a future XML Namespace revision.
10129
Daniel Veillard79426f22002-03-01 16:14:17 +000010130Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10131
10132 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10133 added the possibility of returning nodesets from XPath extension
10134 functions written in Python
10135
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010136Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10137
10138 * python/*: commiting some Python bindings work done while travelling
10139
Daniel Veillard97300512002-03-01 09:13:41 +000010140Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10141
10142 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10143 explicitely with memory debugging switched on
10144
Daniel Veillard6361da02002-02-23 10:10:33 +000010145Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10146
10147 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10148 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10149 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10150 the accessor generator for strings
10151 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10152 regression test.
10153
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010154Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10155
10156 * python/README python/generator.py python/libxml.c python/setup.py:
10157 added the 'usual' setup.py to allow building a libxml2-python
10158 module based on the same code. The initialization is however
10159 different the 2 .so files fo libxml2 and libxslt are identical and
10160 they entry point initialize both libraries. this is done to avoid
10161 some possible nasty problem since the Python don't merge the maps
10162 of all shared modules.
10163
Daniel Veillard158a4d22002-02-20 22:17:58 +000010164Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10165
10166 * parser.c: fixed a push/encoding bug reported by Michael
10167 on librsvg
10168
Daniel Veillard7839e162002-02-20 18:54:48 +000010169Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * include/libxml/parserInternals.h: fixes a misplaced #endif
10172
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010173Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10174
10175 * parser.c valid.c: found and fixed a couple of allocation bugs
10176
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010177Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * doc/xml.html doc/python.html doc/*: added a Python and binding
10180 page describing the current state of the Python bindings and
10181 giving pointers to the other languages wrappers.
10182
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010183Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10184
10185 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10186 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10187 rebuilt the API and web site
10188 * xpath.c: fixed #71978 portability bugs
10189
Daniel Veillard8aff2472002-02-19 21:50:43 +000010190Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10193
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010194Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10195
10196 * include/libxml/parserInternals.h parser.c: had to change
10197 2 internal parsing API when processing document content
10198 to check the start and end of element content are defined
10199 in the same entity
10200 * valid.c include/libxml/valid.h: attribute normalization can
10201 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10202 with the context to report it.
10203 * SAX.c: fixed the last known bugs, crazy validation constraints
10204 when a document is standalone seems correctly handled. There
10205 is a couple of open issues left which need consideration especially
10206 PE93 on external unparsed entities and standalone status.
10207 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10208 The 2 tests left failing are actually in error. Cleanup done.
10209
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010210Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10211
10212 * valid.c: implemented E59 spaces in CDATA does not match the
10213 nonterminal S
10214
Daniel Veillard878eab02002-02-19 13:46:09 +000010215Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10216
10217 * SAX.c parser.c valid.c: more validation test fixups
10218 * check-xml-test-suite.py: added duration info for the tests
10219
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010220Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * parser.c valid.c: a couple of errors were reported but not
10223 saved back as such in the parsing context. Down to 1% failure rate
10224 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10225
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010226Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10227
10228 * xmlInternald.c: isExtender was missing a char
10229 * parser.c include/libxml/parser.h: % are acceptable in the
10230 internal subset if within a PUBLIC ID
10231
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010232Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * SAX.c parserInternals.c valid.c: more work on the conformance
10235 suite. Took the step to finally block documents with encoding
10236 errors. It's a fatal error per the spec, people should have fixed
10237 their documents by now.
10238
Daniel Veillard55253e22002-02-18 14:32:39 +000010239Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10240
10241 * check-xml-test-suite.py: fixed the test script after some discussion
10242 on the semantic of TYPE="error"
10243 * Makefile.am: added the script to the distrib
10244
Daniel Veillard28757702002-02-18 11:19:30 +000010245Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * SAX.c entities.c: fixed a couple of conformances issues deep
10248 into the validation code (standalone and undeclared Notations)
10249
Daniel Veillard82ac6b02002-02-17 23:18:55 +000010250Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10251
10252 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
10253 stayed there for years !
10254
Daniel Veillard7aea52d2002-02-17 23:07:47 +000010255Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10256
10257 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
10258 missing
10259
Daniel Veillardc7612992002-02-17 22:47:37 +000010260Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10261
10262 * check-xml-test-suite.py: improved the behaviour a bit as
10263 well as the logs
10264 * parser.c valid.c SAX.c: fixed a few more bugs
10265 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
10266
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000010267Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10268
10269 * check-xml-test-suite.py: python script to run regression tests
10270 against the XML Test suite of W3C/OASis
10271 * SAX.c: fixed a validation bug
10272 * parser.c: fixed 3 errors pointed by the test suite
10273 * doc/buildDocBookCatalog: fixed a typo pointed by drake
10274 * python/Makefile.am: fixed a dependendy
10275
Daniel Veillard9f28f302002-02-15 20:48:08 +000010276Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10277
10278 * xmlmemory.c: avoid a warning bug #71594
10279
Daniel Veillard144024e2002-02-13 21:14:46 +000010280Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10281
10282 * xmlmemory.c: Jesse Perry provided a patch to remove a few
10283 warning on alpha/Tru64
10284
Daniel Veillarde4301c82002-02-13 13:32:35 +000010285Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * include/libxml/entities.h: fixing a comment
10288 * valid.c: fixing some troubles with validity check on namespaces
10289 * result/VC/NS3 test/VC/NS3: added a specific regression test
10290
Daniel Veillarda6d05382002-02-13 13:07:41 +000010291Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10292
10293 * tree.c: Fixing #71342 serializing '\n' in attribute values
10294 * result/noent/att3 result/att3 test/att3: added a specific
10295 test.
10296
Daniel Veillard797a5652002-02-12 13:46:21 +000010297Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10298
10299 * python/libxml.c: couple of bug fixes
10300
Daniel Veillard01a6d412002-02-11 18:42:20 +000010301Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * python/*.py: removed tabs and used spaces.
10304
Daniel Veillard397ff112002-02-11 18:27:20 +000010305Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
10308 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
10309
Daniel Veillard03517542002-02-11 13:54:40 +000010310Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
10313 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
10314
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000010315Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10316
10317 * include/libxml/encoding.h include/libxml/entities.h
10318 include/libxml/globals.h include/libxml/parser.h
10319 include/libxml/threads.h include/libxml/tree.h
10320 include/libxml/xmlmemory.h: trying to fix the include mess
10321
Daniel Veillard1a612ed2002-02-11 07:54:45 +000010322Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10323
10324 * include/libxml/xmlmemory.h: reverted part of the previous
10325 attempt to provide #69655, this was breaking the build.
10326
Daniel Veillard0ba59232002-02-10 13:20:39 +000010327Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
10330 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
10331 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
10332 include/libxml/parserInternals.h include/libxml/tree.h
10333 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
10334 Tentatively fixed #69655 , make compiling with -Wredundant-decls
10335 clean.
10336 * python/libxml.c: fixed a warning.
10337
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000010338Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
10341 copying of node, merge back IDs in the target document.
10342 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
10343 test/XInclude/ents/ids.xml: test case
10344 * result/VC/ElementValid4: output changed due to a typo fix
10345
Daniel Veillard1c18e302002-02-09 22:16:40 +000010346Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10347
10348 * python/Makefile.am: seems some version of automake didn't
10349 generate the dependancies right as Jacob found out. Add
10350 an extra dependancy rule.
10351
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000010352Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * parserInternals.c valid.c: Justin Fletcher found some parts
10355 of the code needing cleanup
10356 * libxml.spec.in python/Makefile.am python/generator.py
10357 python/libxml.c python/libxml.py: Fixed the python Makefiles
10358 corrected a bug showing up on ia64, changed the name of the
10359 python internal module too
10360
Daniel Veillard07be19b2002-02-08 14:20:35 +000010361Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10362
10363 * Makefile.am: applied patch from Andris Pavenis for binary
10364 name suffixes
10365
Daniel Veillardf216d462002-02-08 13:44:24 +000010366Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10367
10368 * xmllint.c win32/win32config.h: fixing #68748
10369
Daniel Veillardd455d792002-02-08 13:37:46 +000010370Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10371
10372 * valid.c: fixing #70166
10373
10374Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10375
10376 * valid.c: fixing #70077
10377
Daniel Veillardc575b992002-02-08 13:28:40 +000010378Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10379
10380 * Copyright Makefile.am README configure.in libxml.spec.in:
10381 Changed to the MIT Licence
10382 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
10383 doc/xmlio.html: updated the doc accordingly
10384 * include/libxml/xmlwin32version.h configure.in: preparing
10385 2.4.14 release
10386 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10387 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10388 fixed the const xmlChar * wrapper and generator, XPath extension
10389 functions now use the context as first argument
10390 * python/tests/tstxpath.py python/tests/xpath.py
10391 python/tests/xpathext.py: Updated the tests accordingly
10392 * tree.c: fixed bug #70067
10393
Daniel Veillard7db38712002-02-07 16:39:11 +000010394Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10395
10396 * Makefile.am: cleanup
10397 * debugXML.c: always use stdout if output is NULL
10398 * xmlIO.c: don't close filedescriptors passed to outputBuffers
10399 * python/Makefile.am python/generator.py python/libxml2class.txt
10400 python/libxml_wrap.h python/types.c: augmented the number of bindings
10401 handling FILE * and XPath contexts
10402 * python/tests/Makefile.am: avoid a stupid problem due to the
10403 use of TEST.
10404
Daniel Veillard15a143b2002-02-06 22:40:50 +000010405Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10406
10407 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
10408
Daniel Veillard70cab352002-02-06 16:06:58 +000010409Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10410
10411 * python/TODO python/libxml.c: cleanup the extension function lookup
10412 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
10413
Daniel Veillard7a96efc2002-02-05 16:34:33 +000010414Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10415
10416 * configure.in python/Makefile.am: do not install outside
10417 of prefix
10418
Daniel Veillard33caa0b2002-02-04 14:07:26 +000010419Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10420
10421 * python/TODO python/libxml.c: started adding SAX interfaces
10422 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
10423 SAX test
10424
Daniel Veillard36eea2d2002-02-04 00:17:01 +000010425Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10426
10427 * tree.c: hardened the addChild function
10428 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10429 python/libxml2class.txt python/libxml_wrap.h python/TODO:
10430 added accessors needed for xmlNode, a bit more testing and
10431 extension of interfaces
10432 * python/tests/Makefile.am python/tests/build.py: added a test
10433 build from scratch/save/load/check
10434
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000010435Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10436
10437 * parserInternals.c: change a small bit in the way valididy
10438 error messages get initialized
10439 * python/TODO python/libxml.c python/libxml2-python-api.xml
10440 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10441 added some memory debugging to track leaks at the libxml2 level
10442 * python/tests/*.py: changed all tests to check for leaks,
10443 there is just one left in XPath extension registrations.
10444
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000010445Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
10446
10447 * python/TODO python/generator.py python/libxml2-python-api.xml
10448 python/libxml2class.txt: more accessor classes for the parser
10449 context, allow to switch on and check validity
10450 * python/tests/Makefile.am python/tests/error.py
10451 python/tests/invalid.xml python/tests/valid.xml
10452 python/tests/validate.py: attded more test and and added error.py
10453 which I forgot to commit in the last step
10454
Daniel Veillard3ce52572002-02-03 15:08:05 +000010455Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10456
10457 * python/Makefile.am python/types.c: cleanup
10458 * python/libxml.c python/libxml.py python/libxml_wrap.h
10459 python/generator.py python/libxml2-python-api.xml
10460 python/libxml2class.txt: added class for parser context, added
10461 first cut for push mode support. Added a framework to generate
10462 accessors functions.
10463 * python/tests/Makefile.am python/tests/push.py: added a push
10464 test
10465
Daniel Veillardcfb05462002-02-02 23:18:22 +000010466Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10467
10468 * python/Makefile.am python/TODO python/libxml.py: fixed a small
10469 bug a bit of cleanup.
10470
Daniel Veillard5d819032002-02-02 21:49:17 +000010471Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10472
10473 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
10474 python/libxml2class.txt: adding error redirections and preformat
10475 to a python handler
10476 * python/tests/Makefile.am python/tests/*.py: cleanup made all
10477 tests self checking
10478
Daniel Veillard7fd7a942002-02-02 12:19:46 +000010479Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10480
10481 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
10482 a function
10483
Daniel Veillard9589d452002-02-02 10:28:17 +000010484Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10485
10486 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
10487 python/libxml.c python/libxml2-python-api.xml
10488 python/libxml2class.txt: Progressing through the TODOs, class
10489 description output, extra XML API, RPM now builds the wrappers
10490 for all python installed versions
10491
Daniel Veillard253aa2c2002-02-02 09:17:16 +000010492Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
10493
10494 * configure.in libxml.spec.in python/Makefile.am python/TODO
10495 python/generator.py python/libxml2class.txt: added more informations
10496 in the libxml2-python package including docs. Slightly changed
10497 the class hierarchy
10498 * python/tests/*: added basic regression tests infrastructure too
10499
10500Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10501
10502 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
10503 added libxml2-python as part of the packages installed
10504
Daniel Veillarda7340c82002-02-01 17:56:45 +000010505Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10506
10507 * python/Makefile.am python/generator.py python/libxml.c
10508 python/libxml.py: more work, now able to extend the
10509 XPath interpreter with functions written in python.
10510
Daniel Veillardc3e39442002-02-01 09:29:41 +000010511Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10512
10513 * python/Makefile.am: Jacob sent a patch to allow building from
10514 tarfile.
10515
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000010516Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10517
10518 * python/Makefile.am python/libxml.c configure.in Makefile.am:
10519 inserted the python wrappers build, I hope this won't be too
10520 unportable
10521
Daniel Veillard1971ee22002-01-31 20:29:19 +000010522Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10523
10524 * xpath.c: minor optimization
10525 * python/generator.py python/libxml.c python/libxml.py
10526 python/libxml_wrap.h: more work on the python bindings,
10527 they now support XPath and there is no evident leak
10528
Daniel Veillard36ed5292002-01-30 23:49:06 +000010529Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10530
10531 * python/generator.py python/libxml.c python/libxml.py:
10532 more work on the python bindings generator.
10533
Daniel Veillard96fe0952002-01-30 20:52:23 +000010534Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * python/generator.py python/libxml.c python/libxml_wrap.h:
10537 more work on the python bindings.
10538
Daniel Veillardd2897fd2002-01-30 16:37:32 +000010539Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
10540
10541 * python/generator.py python/libxml.c python/libxml.py
10542 python/libxml_wrap.h: commited early version of a python binding
10543 for private use only ATM
10544
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000010545Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * entities.c tree.c include/libxml/entities.h: applied patch
10548 from Anthony Jones to implement copy of DTD subtree too. Had
10549 just to keep 2 function private which really ought to become
10550 public ones.
10551
Daniel Veillarda42f25f2002-01-25 14:15:40 +000010552Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10553
10554 * xmllint.c: added pointers to the web pages in the usage()
10555
Daniel Veillardbd227ae2002-01-24 16:05:41 +000010556Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10557
10558 * tree.c: more fixes from Petr Kozelka for attribute handling
10559 in the tree API to align the semantic with DOM.
10560
Daniel Veillard36065812002-01-24 15:02:46 +000010561Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10562
10563 * valid.c tree.c entities.c: another set of patches from
10564 Anthony Jones for copy operations cleanup and robustness
10565
Daniel Veillardf8592562002-01-23 17:58:17 +000010566Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10567
10568 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
10569 an alphabetic index based on comments content
10570 * doc/*: rebuilt the web site with the new references
10571
Daniel Veillardc8c7be42002-01-23 17:53:44 +000010572Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10573
10574 * parserInternals.h: Greg Sjaardema suggested to use an
10575 eponential buffer groth policy in xmlParserAddNodeInfo()
10576
Daniel Veillard3bf65be2002-01-23 12:36:34 +000010577Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10578
10579 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
10580 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
10581 doc/parsedecl.py doc/Makefile.am: updated the python extractor
10582 to generate cross-references, and added/updated the stylesheets
10583 to generate and link API indexes. The generic keyword index
10584 is not done yet.
10585 * doc/*.html: regenerated all the usual docs too
10586
Daniel Veillard2070c482002-01-22 22:12:19 +000010587Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
10588
10589 * debugXML.c: added an xpath function to the shell for T. V. Raman
10590
10591Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000010592
10593 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
10594 debug routines.
10595
Daniel Veillardc169f8b2002-01-22 21:40:13 +000010596Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10597
10598 * tree.c: apply an patch from Petr Kozelka for unlink and replace
10599 support of attribute nodes
10600
Daniel Veillard9d06d302002-01-22 18:15:52 +000010601Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
10604 hopefully near complete and fully documented of the API in XML
10605 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
10606 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
10607 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
10608 include/libxml/parserInternals.h include/libxml/valid.hi
10609 include/libxml/xmlIO.h include/libxml/xmlerror.hi
10610 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
10611 include/libxml/xpath.h include/libxml/xpathInternals.h:
10612 Cleaned up the doc comments a lot in the process, the interface
10613 coverage is now 100%
10614
Daniel Veillard2d1464f2002-01-21 23:16:56 +000010615Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
10618 extracts comments from the gtk-doc DocBook output (a bit
10619 convoluted but seems to work).
10620
Daniel Veillard61006472002-01-21 17:31:47 +000010621Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10622
10623 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
10624 added an XML description of the API, moved the script generating
10625 it here. Added a "make api" target
10626
Daniel Veillardd2f23002002-01-21 13:36:00 +000010627Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10628
10629 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
10630
Daniel Veillard99e55eb2002-01-21 08:56:29 +000010631Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * xpath.c include/libxml/xpathInternals.h: the change made to
10634 xmlXPathFuncLookupFunc was incompatible roll it back
10635
Daniel Veillard963d2ae2002-01-20 22:08:18 +000010636Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10637
10638 * SAX.c: cleanup patch from Anthony Jones
10639 * doc/Makefile.am: fix the headers to avoid in make scan
10640 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
10641 includes, * vs Ptr and general cleanup
10642 * parsedecl.py: first version of a script to extract the
10643 module interfaces, the goal will be to provide .decl or XML
10644 specification of the interfaces to build wrappers.
10645
Daniel Veillard0f5f1622002-01-20 12:42:06 +000010646Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10647
10648 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
10649 now provides return codes in case of errors
10650
Bjorn Reese026d29f2002-01-19 15:40:18 +000010651Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
10652
10653 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
10654 Upgraded to trio baseline 1.6
10655 * strio.h strio.c: Replaced by triostr.h and triostr.c
10656
Daniel Veillard572577e2002-01-18 16:23:55 +000010657Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10658
10659 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
10660 of strdup usage in the code
10661
Daniel Veillarddb5850a2002-01-18 11:49:26 +000010662Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * parser.c error.c: Keith Isdale complained rightly that
10665 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
10666
Daniel Veillardcfa0d812002-01-17 08:46:58 +000010667Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10668
10669 * tree.c: fixed the funxtion to set the xml: attributes
10670 * debugXML.c: added "setbase" to test it.
10671
Daniel Veillard2c748c62002-01-16 15:37:50 +000010672Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
10675 to allow updating an attribute content
10676
Daniel Veillard8de85c62002-01-15 17:10:15 +000010677Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * libxml.h: try to avoid problems when compiling on Windows
10680
Daniel Veillard314cfa02002-01-14 17:58:01 +000010681Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10682
10683 * hash.c: patch from Anthony Jones for hash.c allocation size
10684 * Makefile.am: trying to work around Yet Another Libtool Madness
10685 and build the 2.4.13 release finally ...
10686
Daniel Veillard744683d2002-01-14 17:30:20 +000010687Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
10690 * doc/* : update of the documentation
10691
Daniel Veillarde6a55192002-01-14 17:11:53 +000010692Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
10695 at fixing #61290 :-(
10696
Daniel Veillardfb25a512002-01-13 20:32:08 +000010697Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10698
10699 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
10700 Fixes bug #67229
10701
Daniel Veillardacb2bda2002-01-13 16:15:43 +000010702Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * tree.c: trying to avoid troubles when a subtree is copied
10705 and coalesced in part with the target tree. Should fix
10706 bug #67407
10707
Daniel Veillardd8224e02002-01-13 15:43:22 +000010708Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * valid.c: fixed validation of attributes content of type
10711 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
10712 values, very old bug. Fixes #67671
10713
Daniel Veillard8107a222002-01-13 14:10:10 +000010714Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10715
10716 * parser.c include/libxml/parserInternals.h tree.c: integrated
10717 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
10718 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
10719
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000010720Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10721
10722 * threads.c: applied Serguei Narojnyi's patch to add native
10723 thread support on the Win32 platform
10724 * testThreadsWin32.c Makefile.am: added the test program also
10725 from Serguei, Win32 specific
10726 * include/win32config.h include/libxml/xmlwin32version.h.in:
10727 added patch from Igor for the Windows thread specific defines.
10728
Daniel Veillard845cce42002-01-09 11:51:37 +000010729Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10730
10731 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
10732
Daniel Veillard7b602b42002-01-08 13:26:00 +000010733Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10734
10735 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
10736 output page into XMLinfo.html. Close bug #66951 and
10737 raised by Robert Collins too.
10738
Daniel Veillard73c6e532002-01-08 13:15:33 +000010739Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * encoding.c: Paul Keogh pointed out a possibility of segfault
10742 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
10743 Closes bug # 68238
10744
Daniel Veillard4a859202002-01-08 11:49:22 +000010745Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * doc/*.html: updated the Gdome2 links
10748
Daniel Veillard3c5ed912002-01-08 10:36:16 +000010749Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * libxml.h: Applied following patches from Robert Collins
10752 and make sure IN_LIBXML is defined when compiling it
10753 -------
10754 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
10755 as well as Visual C.
10756 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
10757 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
10758 * strio.c (PLATFORM_UNIX): Define for Cygwin.
10759 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
10760 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
10761 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
10762 xmlSysIDExists xmlNoNetExists).
10763 * xmllint.c: Don't include winsock2.h for Cygwin.
10764
Daniel Veillard401c2112002-01-07 16:54:10 +000010765Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10766
10767 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
10768 when the version info is not present.
10769
Daniel Veillard6f42c132002-01-06 23:05:13 +000010770Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10771
10772 * tree.c: Anthony Jones pointed out a problem in
10773 xmlStringGetNodeList() and provided a fix for it
10774
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000010775Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10776
Daniel Veillarddb5850a2002-01-18 11:49:26 +000010777 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000010778 xmlCreatePushParserCtxt() when the initial buffer passed
10779 is large.
10780
Daniel Veillard0e47ee22002-01-05 18:25:52 +000010781Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * win32/*: big cleanup of the Windows/MSVC project files
10784 from Igor Zlatkovic
10785
Daniel Veillardcebb1362002-01-02 13:13:30 +000010786Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * doc/Makefile.am: should fix #67674 and avoid troubles if
10789 xsltproc is not available or fails in the prefix provided
10790
Daniel Veillard26908ab2002-01-01 16:50:03 +000010791Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10792
10793 * xmlmemory.c: one more doc patch from Charlie Bozeman.
10794
Daniel Veillard5344c602001-12-31 16:37:34 +000010795Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
10796
10797 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
10798 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
10799 Fixed a few other problems raised by Charlie Bozeman.
10800 * result/VC/ElementValid[5-7]: fixed the output
10801
Daniel Veillardcbaf3992001-12-31 16:16:02 +000010802Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
10803
10804 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
10805 patches from Charlie Bozeman. Regenerated the HTML docs.
10806
Daniel Veillard7f9a6802001-12-20 14:01:47 +000010807Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
10808
10809 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
10810 for Windows from Igor
10811
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000010812Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
10813
10814 * xmllint.c: applied Justin Fletcher patch for --output or -o
10815
Daniel Veillardd3b29d22001-12-18 07:53:16 +000010816Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
10817
10818 * win32/libxml2/libxml2.def.src: close #67019
10819
Daniel Veillard01db67c2001-12-18 07:09:59 +000010820Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
10821
10822 * xmllint.c: applied Justin Fletcher generic timing patch
10823 similar to the one already applied to xsltproc.
10824
Daniel Veillardd1640922001-12-17 15:30:10 +000010825Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
10826
10827 * include/libxml/tree.h tree.c: applied documentation patches
10828 from Charlie Bozeman
10829
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000010830Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
10831
10832 *doc/xmllint.xml, xmllint.1 - document --dropdtd
10833
Daniel Veillard29e43992001-12-13 22:21:58 +000010834Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
10835
10836 * valid.c: fix the xmlStrdup() used in the previous patch.
10837 * valid.c: added --dropdtd
10838 * tree.c: fixed xmlUnlinkNode so it also removes the references
10839 from the document if the node is a DTD
10840
Daniel Veillard86fd5a72001-12-13 14:55:21 +000010841Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
10842
10843 * HTMLtree.c valid.c: cleanup some static declarations
10844
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000010845Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
10846
10847 * xmllint.c: removed another strdup()
10848 * doc/FAQ: removed the HP/UX entry
10849
Daniel Veillarded472f32001-12-13 08:48:14 +000010850Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
10851
10852 * valid.c: fix bug #66816 when validating.
10853 * xmllint.c: don't use sys/time.h if configure did not found it
10854
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000010855Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
10856
10857 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
10858 xmlcatalog_man.xml
10859
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000010860Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
10861
10862 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
10863 xmlInitMemory() was declared twice
10864
Daniel Veillardb82c1662001-12-09 14:00:54 +000010865Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
10866
10867 * globals.c: do not reference strdup() !
10868 * configure.in libxml-2.0.pc.in: trying to fix the libs
10869 of the various config extraction modules
10870
Daniel Veillardef90ba72001-12-07 14:24:22 +000010871Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
10872
10873 * configure.in : preparing 2.4.12
10874 * doc/* : updated and rebuilt the docs
10875
Daniel Veillard220346d2001-12-07 11:33:54 +000010876Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
10877
10878 * uri.c: closed bug #66159
10879 * testURI.c: added --escape option
10880 * configure.in: some cleanup for xml2-config --cflags
10881
Daniel Veillard2a906822001-12-06 14:34:08 +000010882Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
10883
10884 * globals.c testThreads.c: removed some misplaced includes
10885 of xmlversion.h
10886
Daniel Veillarde28313b2001-12-06 14:08:31 +000010887Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
10888
10889 * threads.c: patch from Gary Pennington fixing a possible
10890 problem at initialization time.
10891
Daniel Veillardd3b08822001-12-05 12:03:33 +000010892Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
10893
10894 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000010895 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000010896 CodeWarrior.
10897
Daniel Veillarda7866932001-12-04 13:14:44 +000010898Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
10899
10900 * xmllint.c: applied Geert Kloosterman's patch to fix
10901 --repeat --timing output
10902
Daniel Veillard19840942001-11-29 16:11:38 +000010903Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
10904
10905 * parser.c: Robin Berjon <robin@knowscape.com> found a case
10906 where non-wellformed XML declaractions were not detected.
10907
Daniel Veillarde85d9342001-11-28 14:43:12 +000010908Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
10909
10910 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
10911
Daniel Veillard22f25a82001-11-28 09:12:23 +000010912Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
10913
10914 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
10915 gets reset by xmlCleanupInputCallbacks() and this makes the
10916 function useless. Same for output.
10917
Daniel Veillard107ccaa2001-11-27 16:23:50 +000010918Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
10919
10920 * xmlIO.c: robert pointed out a loop error in callback cleanups
10921
Daniel Veillard8faa7832001-11-26 15:58:08 +000010922Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
10923
10924 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
10925 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
10926 they are not really tied to debugging
10927
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000010928Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
10929
10930 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
10931 * xmllint.c: better --catalogs description
10932
Daniel Veillard4855c8c2001-11-25 10:35:25 +000010933Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
10934
10935 * tree.c: fixed a couple of problems in xmlSetProp()
10936
Daniel Veillardcd337f02001-11-22 18:20:37 +000010937Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
10938
10939 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
10940 unappropriate stdout output.
10941
Daniel Veillard566d4df2001-11-22 13:00:53 +000010942Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
10943
10944 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
10945 by Denis Beurive, closes #65111
10946
Daniel Veillardb4545fd2001-11-20 09:37:09 +000010947Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
10948
10949 * valid.c: in case of content model validity error, don't
10950 print it if validity warnings were not requested.
10951
Daniel Veillardc69e0b12001-11-20 08:35:07 +000010952Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
10953
10954 * nanoftp.c: applied a couple of patches from Brian D Ripley.
10955 * parserInternals.c: removed the last exit() call. Print an
10956 unmaskable error on stderr instead (library mismatch detection)
10957
MST 2001 John Fleck42304042001-11-18 00:18:06 +000010958Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
10959
10960 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
10961 shell instructions from Heiko Rupp
10962
Daniel Veillardf7b094f2001-11-15 13:54:39 +000010963Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
10964
10965 * catalog.c: use the URL notation file:// for default catalog paths
10966
Daniel Veillard0ec98632001-11-14 15:04:32 +000010967Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
10968
10969 * include/libxml/tree.h: better comments for _private fields
10970 * tree.c: removed a problem when copying an entity reference.
10971
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000010972Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
10973
10974 * vms/*: updated instructions and diffs from John A Fotheringham
10975
Daniel Veillarda11001b2001-11-12 22:45:36 +000010976Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
10977
10978 * include/libxml/xmlerror.h: avoid an include problem if
10979 #include <libxml/xmlerror.h> happens first in code
10980 seems to be the case in KDE libs
10981
Daniel Veillard8e3943c2001-11-12 21:35:44 +000010982Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
10983
10984 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
10985 from Igor for Windows
10986
10987Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
10988
10989 * Makefile.am: Gary Pennington pointed out a missing prefix
10990
Daniel Veillard43d3f612001-11-10 11:57:23 +000010991Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
10992
10993 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
10994 * doc/*: upgraded and rebuilt the docs
10995
Daniel Veillardc1f78342001-11-10 11:43:05 +000010996Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
10997
10998 * HTMLparser.c: fix comment in scripts element parsing.
10999 * result/HTML/doc3*: updated the results.
11000
11001Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11002
11003 * uri.c: another URI bug fix #63336, using Joel Young patch.
11004
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011005Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11006
11007 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11008 a cleaned up version of the Pwd shell string generation.
11009
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011010Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11011
11012 * valid.c include/libxml/tree.h: trying to fix namespaces +
11013 validation problems for good, closing #63619 in the process
11014 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11015 wrong in this respect, fixed it.
11016
Daniel Veillardd536f702001-11-08 17:32:47 +000011017Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11018
11019 * xmllint.c: Morus Walter patch to allow --format and --encode
11020
Daniel Veillard5004f422001-11-08 13:53:05 +000011021Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11022
11023 * debugXML.c: Stefan Kost provided an help command for the shell
11024
Daniel Veillarda6825e82001-11-07 13:33:59 +000011025Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11026
11027 * debugXML.c: Heiko Rupp pointed that the shell would crash
11028 on empty nodesets returns.
11029
Daniel Veillard03f848d2001-11-07 12:53:46 +000011030Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11031
11032 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11033 migh need the history libraries
11034
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011035Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11036
11037 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11038 handle the case of < in quoted attributes, Bastian Kleineidam
11039
Daniel Veillardc853b322001-11-06 15:24:37 +000011040Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11041
11042 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11043 fixing catalog breakages
11044 * Makefile.am catalog.c result/catalogs/catal
11045 result/catalogs/mycatalog.* test/catalogs/catal*:
11046 fixed more problems in catalog support, added more regression tests
11047 for both XML and SGML catalog handling
11048
Daniel Veillard66870c72001-11-05 19:27:49 +000011049Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11050
11051 * debugXML.c: applied an improvement to xmlGetLineNo() from
11052 Keith Isdale
11053
Daniel Veillardffe09c92001-11-05 14:21:47 +000011054Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11055
11056 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11057 Side effect of the progressive catalog loading
11058
Daniel Veillardad661b92001-11-05 11:43:15 +000011059Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11060
11061 * Makefile.am: confexecdir and confexec_DATA were defined twice
11062 pointed out by Karl Eichwalder
11063
Daniel Veillard6eb17722001-11-04 22:19:27 +000011064Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11065
11066 * xmlcatalog.c: avoid unlink() and use remove() instead.
11067
Daniel Veillardea898282001-11-04 22:13:45 +000011068Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11069
11070 * libxml.spec.in: cleanup
11071 * include/libxml/xmlwin32version.h: updated with 2.4.8
11072
Daniel Veillarda4617b82001-11-04 20:19:12 +000011073Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11074
11075 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11076 of compiling libxml with a non standard set of options
11077
John Fleck027edfb2001-11-04 20:13:58 +000011078Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11079
11080 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11081 document --sgml option, fixing gnome bugzilla #63382
11082
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011083Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11084
11085 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11086 breakage of 2.4.7, added a couple of really needed APIs
11087 like xmlCatalogIsEmpty() and xmlNewCatalog()
11088 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11089 for install-catalog
11090 * configure.in: preparing 2.4.8
11091
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011092Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11093
11094 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11095 include/libxml/tree.h include/libxml/xmlIO.h: more include
11096 cleanups, export cleanly one html output + format function.
11097
11098Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11099
11100 * parser.c: removed initGenericErrorDefaultFunc call from
11101 xmlInitParser() since it could destroy previous calls to
11102 xsltSetGenericErrorFunc() effects
11103
Daniel Veillardebd38c52001-11-01 08:38:12 +000011104Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11105
11106 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11107 keyword.
11108
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011109Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11110
11111 * Makefile.am: cleanup
11112 * threads.c: cleanup too
11113 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11114 from xsltproc
11115 * include/libxml/tree.h include/libxml/parser.h: trying to break a
11116 dependancy loop.
11117
Daniel Veillard91c00402001-10-30 17:41:38 +000011118Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11119
11120 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11121 was not used anymore !
11122
Daniel Veillard52dcab32001-10-30 12:51:17 +000011123Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11124
11125 * configure.in: preparing 2.4.7
11126 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11127 manual page from John
11128 * doc/*: updated the doc and rebuilt the generated pages
11129
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011130Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11131
11132 * xmlIO.c: closing bug #62711, the library should never
11133 close stdin or stdout.
11134
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011135Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11136
11137 * uri.c: second pass at fixing #63336, using Joel Young
11138 final patch. looks okay.
11139
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011140Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11141
11142 * uri.c include/libxml/uri.h: trying to clear #63336
11143 allowing the escaping routine to parse unconformant
11144 URI-References.
11145
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011146Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11147
11148 * vms/readme.vms vms/build_libxml.com nanoftp.c
11149 include/libxml/xmlversion.h.in: a few VMS updates from
11150 John A Fotheringham
11151 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11152 and xmlCleanupOutputCallbacks() for the Perl binding people.
11153
Daniel Veillard635ef722001-10-29 11:48:19 +000011154Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11155
11156 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11157 apply fixes to close #63271 and avoid segfaults when
11158 the error routine gets callbed before xmlInitParser()
11159 get called.
11160 * nanoftp.c error.c: Applied patches from Justin Fletcher
11161 correcting some xmlGenericError misuses.
11162
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011163Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11164
11165 *doc/xmllint.xml, doc/xmllint.1
11166 New and improved man page for xmllint - .xml is the original, .1
11167 is the generated man page
11168
Daniel Veillardc9484202001-10-24 12:35:52 +000011169Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11170
11171 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11172 the web site from the main HTML document.
11173
Daniel Veillard5151c062001-10-23 13:10:19 +000011174Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11175
11176 * parser.c: fixed an erroneous validation bug when PE refs
11177 occurs in external parsed entities referenced from the
11178 internals subset
11179 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11180 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11181 added the associated testcase, it's a nice one.
11182 * HTMLparser.c: generate the DTD node as HTML still ...
11183 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11184
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011185Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11186
11187 * HTMLparser.c: fixed a bug in htmlNewDoc()
11188
Daniel Veillard89cad532001-10-22 09:46:13 +000011189Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11190
11191 * test/threads/*: added entities testing to the Thread test
11192 * testThreads.c: make the test reasonable
11193 * DOCBparser.c: fix the DTD public and system ID
11194 * xmllint.c: added --sgml for SGML DocBook importing
11195 * Makefile.am: added Docbtests target
11196
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011197Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11198
11199 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11200 * testThreads.c: removed bogus include
11201
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011202Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11203
11204 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11205 fixed a very serious (looping) validation bug
11206
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011207Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11208
11209 * include/libxml/globals.h include/libxml/threads.h threads.c
11210 testThreads.c: far more testing, cleaning up bugs
11211 * *.c : make sure globals.h is always included.
11212
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011213Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11214
11215 * HTMLparser.c: try to get rid of parser loops for good.
11216
Daniel Veillardab7488e2001-10-17 11:30:37 +000011217Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11218
11219 * configure.in: fixed some bugs in CFLAGS passing.
11220 * test/threads Makefile.am testThreads.c: added a specific
11221 threaded test case (really nasty, guaranteed).
11222
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011223Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11224
11225 * catalog.c: serious cleanup on the management of the
11226 XML catalog tree, more tests done, especially with
11227 the catalog PI.
11228
Daniel Veillard364789a2001-10-16 12:45:00 +000011229Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11230
11231 * catalog.c: avoid a problem in catalog cleanup on SMP if
11232 catalogs were not initialized.
11233
Daniel Veillard81463942001-10-16 12:34:39 +000011234Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11235
11236 * catalog.c xpath.c: trying to cleanup the not thread safe
11237 parts of the library.
11238
Daniel Veillard64a411c2001-10-15 12:32:07 +000011239Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
11240
11241 * include/libxml/globals.h configure.in global.data: make
11242 the allocation be per-thread a configure option
11243 * encoding.c include/libxml/parser.h: fixed compilation
11244 errors
11245
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000011246Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11247
11248 * include/libxml/parser.h: Norm reported that a few lines
11249 added were breaking libxslt compile, removed them for now
11250
Daniel Veillard6f350292001-10-14 09:56:15 +000011251Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
11252
11253 * parser.c parserInternals.c threads.c: debugged and fixed
11254 initialization problems which were giving troubles on SMP
11255 boxes.
11256
Daniel Veillard6661ffa2001-10-13 14:18:17 +000011257Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11258
11259 * include/libxml/Makefile.am: missing globals.h
11260
Daniel Veillarde7090612001-10-13 12:18:28 +000011261Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011262
Daniel Veillarde7090612001-10-13 12:18:28 +000011263 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000011264
Daniel Veillardd0463562001-10-13 09:15:48 +000011265Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11266
11267 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
11268 include/libxml/parserInternals.h include/libxml/tree.h
11269 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
11270 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
11271 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
11272 Applied the last patches from Gary, cleanup, activated threading
11273 all user accessible global variables are now handled in globals.[ch]
11274 Still a bit rought but make tests passes with either
11275 --with-threads defined at configure time or not.
11276 * Makefile.am example/Makefile.am: added globals.[ch] and threads
11277 linking options
11278
Daniel Veillardb8478642001-10-12 17:29:10 +000011279Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
11280
11281 * Makefile.am include/libxml/Makefile.am
11282 include/libxml/globals.h globals.c include/libxml/threads.h
11283 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
11284 configure.in: started integrating the core of the thread support
11285 not activated yet but half integrated. The code should still
11286 compile and work anyway.
11287
Daniel Veillardb44025c2001-10-11 22:55:55 +000011288Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11289
11290 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
11291 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
11292 integrating the non-controversial parts of Gary Pennington
11293 multithread patches
11294 * catalog.c: corrected a small bug introduced
11295
Daniel Veillard75b96822001-10-11 18:59:45 +000011296Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11297
11298 * catalog.c include/libxml/catalog.h: very serious cleanup,
11299 isolating unportable code and as much as possible the accesses
11300 to the global shared catalog. May need more testing !
11301
Daniel Veillard78d12092001-10-11 09:12:24 +000011302Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11303
11304 * include/libxml/debugXML.h debugXML.c tree.c: integrating
11305 Keith Isdale patches for the XSLT debugger interfaces. Some
11306 cleanup
11307
Daniel Veillardff0b7312001-10-11 06:46:09 +000011308Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11309
11310 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
11311 * DOCBparser.c: generate line nubers in elements
11312
Daniel Veillard60087f32001-10-10 09:45:09 +000011313Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11314
11315 * configure.in: preparing 2.4.6 release
11316 * doc/xml.html doc/html/*: updated and rebuilt the docs
11317 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
11318
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000011319Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
11320
11321 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
11322 adding documentation for DV's supercatalog support
11323
Daniel Veillard82d75332001-10-08 15:01:59 +000011324Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11325
11326 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
11327 super catalog support adding one API and one flag --sgml to
11328 xmlcatalog
11329
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000011330Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
11331
11332 * doc/xmlcatalog_man.xml, xmlcatalog.1
11333 One more crack at
11334 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11335
11336
Thomas Broyer47334c02001-10-07 16:41:52 +000011337Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11338
11339 * xpath.c: implemented xmlXPathObjectCopy for external objects
11340 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
11341
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000011342Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
11343
11344 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11345 finishing up fix to
11346 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
11347 the xmlcatalog man page display more elegantly
11348
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000011349Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
11350
11351 * configure.in: closing bug #61832
11352 * HTMLparser.c: removed a warning
11353
Daniel Veillard6ab38382001-10-06 13:08:27 +000011354Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11355
11356 * xpath.c: fixing #61673 part I, do not loose doc information
11357 when copying result value trees.
11358
Daniel Veillard556c6682001-10-06 09:59:51 +000011359Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11360
11361 * xpath.c: trying to harden the XPath interpreter
11362
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000011363Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
11364
11365 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
11366 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
11367
William M. Brack1633d182001-10-05 15:41:19 +000011368Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11369
11370 * HTMLparser: repaired another loop problem
11371
Daniel Veillard20ee8c02001-10-05 09:18:14 +000011372Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11373
11374 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
11375 parsing.
11376 * xpath.c: fix bug #61291 the default XML namespace node is
11377 missing from the namespace axis.
11378 * tree.c: refuse to create namespaces nodes with prefix "xml"
11379
Daniel Veillard651f9472001-10-04 14:51:06 +000011380Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
11381
11382 * SAX.c: ouch a non-defined namespace could lead to a crash,
11383 fixed #61215
11384
Daniel Veillard7dd05702001-10-04 14:25:12 +000011385Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11386
11387 * parserInternals.c: closed bug #61054
11388
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000011389Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11390
11391 * include/libxml/Makefile.am: closing #60708
11392
Daniel Veillarda293c322001-10-02 13:54:14 +000011393Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11394
11395 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
11396 adding xmlSAXParseFileWithData following Marco Stipek suggestion
11397
Daniel Veillardf4309d72001-10-02 09:28:58 +000011398Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11399
11400 * valid.c: close bug #61550 when xml: wasn't considered a namespace
11401
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000011402Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11403
11404 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
11405 * DOCBparser.c HTMLparser.c parser.c: fixed typos
11406
Daniel Veillard16756b62001-10-01 07:36:25 +000011407Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
11408
11409 * catalog.c: Justin Fletcher provided cleaup code in case
11410 HAVE_STAT is not defined
11411 * include/win32config.h: Igor Zlatkovic suggested to have
11412 HAVE_STAT defined there
11413
William M. Brack5e1cac12001-09-28 16:19:18 +000011414Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11415
11416 * catalog.c - fixed typing error reported by M. Barros
11417
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000011418Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
11419
11420 * xmllint.c - fixing typo
11421
William M. Brackd28e48a2001-09-23 01:55:08 +000011422Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
11423
11424 * HTMLparser.c: small enhancement to prevent loop on
11425 unrecognizable data
11426
Daniel Veillardb1d62872001-09-21 09:47:08 +000011427Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11428
11429 * parserInternals.c: applying patch from bug #60757 this
11430 should close it
11431
Daniel Veillardc0631a62001-09-20 13:56:06 +000011432Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11433
11434 * catalog.c xmlcatalog.c: removed a couple of warning
11435 * xpath.c: try to solve the linking problem on platforms
11436 needing trio to compile
11437
Daniel Veillard1a123612001-09-19 08:06:23 +000011438Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011439
Daniel Veillard1a123612001-09-19 08:06:23 +000011440 * Makefile.am libxml.spec.in: backing up non-documented changes
11441 commited without review or aproval by Jens Finke <jens@gnome.org>
11442 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000011443
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011444Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
11445
11446 * configure.in: Joe Orton provided a patch fixing a problem
11447 when iconv is specified to be in a non-standard directory
11448 but wasn't exported in xml2-config --cflags
11449
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011450Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11451
Daniel Veillardf5b44e42001-09-17 17:19:54 +000011452 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000011453 troubles with 2.4.4 errors.
11454
Daniel Veillard16698282001-09-14 10:29:27 +000011455Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11456
11457 * encoding.c entities.c: do not output hexadecimal charrefs
11458 when serializing HTML since some version of Netscape can't
11459 grok it, generate decimal ones.
11460 * result/HTML/doc3.htm: output changed due to previous test
11461 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
11462
Daniel Veillard98fed372001-09-13 11:34:58 +000011463Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
11464
11465 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
11466 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
11467
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011468Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000011469 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000011470
11471 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
11472 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
11473 updated the configuration scripts systems accordingly
11474
Daniel Veillard04382ae2001-09-12 18:51:30 +000011475Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11476
11477 * configure.in: preparing for 2.4.4
11478 * doc/xml.html doc/html/*: updated and rebuilt the docs
11479
Daniel Veillardd63437e2001-09-12 15:00:27 +000011480Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
11481
11482 * win32/dsp/libxml2.def.src: tried to incorporate comments
11483 from bug #59220
11484
Daniel Veillard319a7422001-09-11 09:27:09 +000011485Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11486
11487 * parser.c result/noent/wml.xml: fixed bug #59981 related
11488 to handling of '&' in attributes when entities are substitued
11489
Daniel Veillard7cf5e442001-09-10 20:16:32 +000011490Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11491
11492 * libxml.h include/libxml/xmlversion.h.in
11493 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
11494 Tried to close bug #60131
11495
Daniel Veillardbce62332001-09-10 18:46:55 +000011496Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11497
11498 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
11499
Daniel Veillard143b04f2001-09-10 18:14:14 +000011500Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
11501
11502 * SAX.c: fixing bug #59946 on xmlns=""
11503
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000011504Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11505
11506 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
11507 but allocates a new error code.
11508
Daniel Veillard05c13a22001-09-09 08:38:09 +000011509Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
11510
11511 * xmllint.c: John Fleck fixed typos in the options output
11512 * parser.c SAX.c: fix ignorable white space SAX selection
11513
11514Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11515
11516 * entities.c: Steve Underwood found the possibility of an
11517 ininite loop in case of error.
11518
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000011519Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11520
11521 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
11522
Daniel Veillarda050d232001-09-05 15:51:05 +000011523Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
11524
11525 * parser.c: warn if version is not 1.0 but it's not
11526 strictly speaking an error after analyzing the spec
11527
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000011528Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
11529
11530 *doc/catalog.html - add link to the html version of the
11531 man page, other linguistic cleanups
11532
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000011533Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
11534
11535 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
11536 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
11537 file, has not yet been included in the build.
11538
Daniel Veillard99784ff2001-09-01 16:20:28 +000011539Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11540
11541 * catalog.c: removed a duplicate affectation Justin Fletcher
11542
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000011543Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
11544
11545 * tree.c: Armin Sander pointed a possible text coalescing
11546 problem, completed his patch.
11547
Bjorn Reese0b2ae432001-08-31 16:31:57 +000011548Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11549
11550 * trionan.c: Fixed const and volatile re-definition problem
11551
Daniel Veillard5d96fff2001-08-31 14:55:30 +000011552Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
11553
11554 * libxml.4 parser.c: doc updates from Heiko Rupp
11555 * parserInternals.c: 2 sanity checks from Heiko Rupp
11556
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011557Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
11558
11559 * tree.c: applied patch from Armin Sander to make some pointers
11560 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000011561 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000011562
Daniel Veillardb06c6142001-08-27 14:26:30 +000011563Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11564
11565 * xpath.c: hum, restrict the integer usage gcc bug workaround
11566 to only gcc compilers so that other architecture don't get
11567 penalized by this limitation.
11568 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
11569
Daniel Veillard268fd1b2001-08-26 18:46:36 +000011570Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11571
11572 * valid.c: fixed a Windows compiler warning (Chris Poblete)
11573 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
11574
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000011575Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11576
11577 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
11578 --convert option to xmlcatalog to convert SGML ones to
11579 the XML syntax.
11580 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
11581
11582 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000011583Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
11584
11585 * catalog.c xmlIO.c: started some serious testing and fixed
11586 a few bug and optmization needs.
11587
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000011588Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11589
11590 * Makefile.am configure.in include/libxml/xmlwin32version.h:
11591 preparing for a 2.4.3 release even if it may not be ready yet
11592 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
11593 all file parsing lookup to go through the entity resolver, add
11594 to add an API to bypass it (needed to load catalogs themselves),
11595 some cleanup on the catalog code too.
11596 * nanoftp.c: small cleanup
11597 * doc/catalog.html: small update
11598
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000011599Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
11600
11601 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
11602 Jun Kuriyama
11603
Daniel Veillardffb120d2001-08-23 00:52:23 +000011604Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
11605
11606 * doc/catalog.html: finished the catalog documentation
11607
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000011608Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
11609
11610 * doc/catalog.html doc/xml.html: added documentation about
11611 Catalog support, misses an API description
11612 * doc/html/*: reextracted the API pages
11613
Daniel Veillarddc2cee22001-08-22 16:30:37 +000011614Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
11615
11616 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
11617 Added the part about section 7.2 on URI resolution,
11618 fixed a side effect in the HTML parser, look complete
11619 and ready to rock except the URI/SystemID part!
11620
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000011621Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
11622
11623 * include/libxml/catalog.h include/libxml/parser.h
11624 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
11625 xmlIO.c: added support and APIs needed for the catalog PI
11626 * include/libxml/xmlIO.h: cleanup
11627
Daniel Veillarde2940dd2001-08-22 00:06:49 +000011628Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11629
11630 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
11631 include/libxml/catalog.h: starts to look okay, really
11632 plugged the new framework, cleaned a lot of stuff,
11633 added some APIs, except the PI's support missing this
11634 should be mostly complete
11635 * result/catalogs/* test/catalogs/*: added new test, enriched
11636 the existing one with URN ID tests
11637
Daniel Veillard64339542001-08-21 12:57:59 +000011638Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * catalog.c: fixed nextCatalog
11641 * result/catalogs/docbook test/catalogs/*: started adding
11642 a small regression test
11643
Daniel Veillardcda96922001-08-21 10:56:31 +000011644Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
11645
11646 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
11647 more work on the XML catalog support.
11648 * parser.c include/libxml/parser.h: small cleanup seems using
11649 list as a public parameter name can give portability troubles
11650 * trionan.c trionan.h xpath.c include/libxml/trionan.h
11651 include/libxml/xpath.h include/libxml/Makefile.am: removed
11652 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
11653 wrappers
11654
Bjorn Reese45029602001-08-21 09:23:53 +000011655Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
11656
11657 * Makefile.am trio.c triodef.h trionan.c xpath.c
11658 include/libxml/Makefile.am include/libxml/trionan.h:
11659 Re-worked Not-A-Number and Infinity support.
11660 * xmlcatalog.c: added readline include files
11661
Daniel Veillard344cee72001-08-20 00:08:40 +000011662Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11663
11664 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
11665 testCatalog as xmlcatalog, making it an installed app
11666 adding a shell, and preparing it to be a /etc/xml/catalog
11667 management tool, though not ready yet
11668 * catalog.c include/libxml/catalog.h: adding support for
11669 XML Catalogs http://www.oasis-open.org/committees/entity/
11670 not finished, there is some interesting tradeoffs and a
11671 few open questions left.
11672
Daniel Veillardb7664f42001-08-19 13:00:43 +000011673Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
11674
11675 * xmllint.c: fixed a line formatting problem
11676
Daniel Veillard5015b712001-08-17 09:37:52 +000011677Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
11678
11679 * SAX.c: removed a couple of unused variable (Albert Chin)
11680
Daniel Veillardbb371292001-08-16 23:26:59 +000011681Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
11682
11683 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
11684 trying to fix some troubles w.r.t. function returning
11685 const xxxPtr.
11686
Daniel Veillardb60c54e2001-08-16 19:34:27 +000011687Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11688
11689 * win32/dsp/libxml2.def.src: another set of symbols conditionally
11690 defined
11691
Daniel Veillardae6db172001-08-16 19:32:00 +000011692Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
11693
11694 * xpointer.c: removed unused var
11695
Daniel Veillard09190202001-08-16 16:27:41 +000011696Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
11697
11698 * testXPath.c: another small cleanup closing bug #59110
11699
Daniel Veillard796f4b62001-08-16 16:00:13 +000011700Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
11701
11702 * win32/dsp/libxml2.def.src: small cleanup closing bug
11703 #59108
11704
Daniel Veillard5aac4e42001-08-15 20:46:57 +000011705Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
11706
11707 * example/gjobread.c: add xmlCleanupParser() before leaving
11708
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000011709Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
11710
11711 * config.h.in configure.in include/libxml/xmlwin32version.h:
11712 released 2.4.2
11713
Daniel Veillardd3d06722001-08-15 12:06:36 +000011714Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
11715
11716 * include/libxml/valid.h debugXML.c valid.c: deprecate
11717 the non-boundchecking Sprintf functions, add Snprintf
11718 this should close bug #57984
11719
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000011720Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
11723 URIs before doing the lookups (pointed by Mark Vakoc)
11724
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000011725Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11726
11727 * xpath.c: serious changes on Result Value Trees and NodeSets
11728 w.r.t. deallocation and collect operations. Probably not
11729 100% clean (merge of allocated trees smells like a problem).
11730 Seems sufficient to close #58943
11731
Daniel Veillard90493a92001-08-14 14:12:47 +000011732Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
11733
11734 * xmllint.c: adding a --format option
11735
Daniel Veillardfe703322001-08-14 12:18:09 +000011736Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
11737
11738 * xpath.c: count() was broken on Result Value Tree
11739 * xmlIO.c: fixed file:/// accesses on _WIN32
11740
Daniel Veillard70ac0e32001-08-13 11:24:16 +000011741Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
11742
11743 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
11744 macro was renamed, this should close bug #58683
11745
Daniel Veillardf300b7e2001-08-13 10:43:15 +000011746Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
11747
11748 * SAX.c: small fix fixing bug #58539 reported by coolo, in
11749 entity substitution mode text at the end of the entity might
11750 be added due to text coalescing.
11751 * nanoftp.c parser.c: small cleanup
11752
Daniel Veillard0c720972001-08-08 20:59:00 +000011753Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
11754
11755 * HACKING: added John Fleck right to commit in the doc subdir
11756
Daniel Veillard48da9102001-08-07 01:10:10 +000011757Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
11758
11759 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
11760 allow to inherit attributes from the DTD directly in the
11761 tree, this is needed for XPath and can be a useful feature.
11762 Inherited namespaces are always provided at the tree level now
11763 * test/defattr* result/defattr* result/noent/defattr*: added a couple
11764 of tests for this feature (XSLT being the prime user).
11765
Daniel Veillard50f34372001-08-03 12:06:36 +000011766Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
11767
11768 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
11769 testSAX.c xmlIO.c xmllint.c include/win32config.h
11770 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
11771 include/libxml/xmlwin32version.h.in win32/README.MSDev
11772 win32/dsp/*: applied Win32 Facelift No.2 patches from
11773 Igor Zlatkovic for Windows/MSC
11774
Daniel Veillard9f4eb912001-08-01 21:22:27 +000011775Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
11776
11777 * SAX.c: unparsedEntityDecl() the URI computation of the
11778 entity wasn't done breaking XSLT unparsed-entity-uri()
11779
Daniel Veillard567e1b42001-08-01 15:53:47 +000011780Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * xpath.c: fixed a bug when walking the descendants and
11783 the current node has no children
11784 * debugXML.c: show up when a text node is supposed to not be escaped
11785
Thomas Broyerf186c822001-07-31 23:30:37 +000011786Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11787
11788 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
11789 worked like the set:leading() function)
11790 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
11791
Daniel Veillardba6db032001-07-31 16:25:45 +000011792Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11793
11794 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
11795
Daniel Veillard57905372001-07-31 15:52:17 +000011796Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11797
11798 * include/libxml/xmlIO.h: apply change to close #58141
11799 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
11800
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000011801Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11802
11803 * parser.c: when the internal subset uses a PE, then the
11804 included entity can use conditional sections.
11805
Daniel Veillard7d7e3792001-07-30 13:42:13 +000011806Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11807
11808 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
11809 when walking the namespace axis showing up in
11810 libxst/tests/general/bug-12
11811 * xmlmemory.c: added the possibility to trace a given block
11812 defined by its address
11813
Daniel Veillard4aafa792001-07-28 17:21:12 +000011814Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11815
11816 * parser.c: don't override existing encoding specified before
11817 starting xmlParseDocument()
11818
Daniel Veillardfdb1f242001-07-27 23:32:44 +000011819Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11820
11821 * include/libxml/xmlwin32version.h: reinserted, needed for
11822 Windows users of CVS
11823
Darin Adlera77cac02001-07-27 17:41:51 +0000118242001-07-27 Darin Adler <darin@bentspoon.com>
11825
Darin Adler699613b2001-07-27 22:47:14 +000011826 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
11827 * testCatalog.c: Add include of <libxml/parser.h>.
11828
118292001-07-27 Darin Adler <darin@bentspoon.com>
11830
Darin Adlera77cac02001-07-27 17:41:51 +000011831 * include/libxml/.cvsignore:
11832 * include/libxml/xmlwin32version.h:
11833 Remove this file from CVS because it's generated.
11834
Daniel Veillard50822cb2001-07-26 20:05:51 +000011835Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11836
11837 * parser.c include/libxml/parser.h: applied const patches from
11838 Tom Moog #58002
11839
Thomas Broyerba4ad322001-07-26 16:55:21 +000011840Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11841
11842 * xpath.c include/libxml/xpath{,Internals}.h: added a function
11843 lookup framework
11844
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000011845Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11846
11847 * tree.c: fixed xmlCopyNode() for documents
11848
Daniel Veillard6dd398f2001-07-25 22:41:03 +000011849Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11850
11851 * parser.c: fixed bugs #58073 reported by Greg Shtilman
11852
11853Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000011854
11855 * parser.c: fixes bug #57652 reported by Morus Walter
11856
Daniel Veillarde3924972001-07-25 20:25:21 +000011857Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11858
11859 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
11860
Daniel Veillarda53c6882001-07-25 17:18:57 +000011861Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11862
11863 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
11864 errors, lesson don't add new functions at 1am before a release
11865 * xpath.c: integrated fix from Bjorn to avoid divide by zero
11866 from XPath initialization when possible.
11867
Daniel Veillardd9bad132001-07-23 19:39:43 +000011868Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11869
11870 * result/scripts/base*: removing history/readline changed
11871 this slightly
11872 * include/libxml/parser.h SAX.c parser.c parserInternals.c
11873 xmllint.c: make element content line number generation
11874 optionnal to avoid breaking old apps added interface to switch
11875
Daniel Veillardf012a642001-07-23 19:10:52 +000011876Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11877
11878 * configure.in: get rid of the readline and libhistory
11879 dependancies by default, release 2.4.1 with IA64 fix
11880 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
11881 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
11882 John Kroll fixes to allow saving to HTTP via PUT (or
11883 POST of needed).
11884 * doc/html/*.html: regenerated the docs
11885
Thomas Broyere8126242001-07-22 03:54:15 +000011886Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11887
11888 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
11889 xmlHashScanFull and xmlHashScannFull3 to get passed the
11890 three keys as arguments to the callback function
11891
Daniel Veillard5e2dace2001-07-18 19:30:27 +000011892Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11893
11894 * configure.in Makefile.am: removed libxml softlink for good
11895 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
11896 100% coverage by gtk-doc
11897
Daniel Veillard8599e702001-07-17 21:38:51 +000011898Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11899
11900 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
11901 fixed serious troubles due to size_t vs. int mismatch
11902
Daniel Veillard8fcc4942001-07-17 20:07:33 +000011903Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11904
11905 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
11906
Thomas Broyerf06a3d82001-07-16 04:52:57 +000011907Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
11908
11909 * include/libxml/xpath{,Internals}.h xpath.c: added a more
11910 convenient extension API for value and context managing
11911 Now handles external objects through xmlXPathPopExternal,
11912 xmlXPathWrapExternal and xmlXPathReturnExternal.
11913 Added functions for sets operations (intersection, etc.)
11914
Daniel Veillard22090732001-07-16 00:06:07 +000011915Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11916
11917 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
11918 xmlIO.c tree.c parserInternals.c entities.c encoding.c
11919 HTMLparser.c: cleanup of global variables, marking some
11920 const or private.
11921
Thomas Broyerf06a3d82001-07-16 04:52:57 +000011922Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000011923
11924 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
11925 fixed xmlXPathNodeSetItem when passing index=0
11926
Daniel Veillard05dec342001-07-14 21:57:39 +000011927Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11928
11929 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
11930
Daniel Veillard28ae6362001-07-14 16:44:32 +000011931Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11932
11933 * xmllint.c: fixed compilation under Cygwin #57503
11934 * TODO: update
11935
Peter Williamsed156f52001-07-13 18:35:13 +0000119362001-07-13 Peter Williams <peterw@ximian.com>
11937
11938 * config.h.in: add #undef HAVE_DLFCN_H
11939
11940 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
11941 builddir.
11942
Daniel Veillard73b36e32001-07-12 15:09:52 +000011943Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11944
11945 * win32/libxml2/libxml2.def.src: added a couple of exported entries
11946 raised by #57348 and #57381
11947
Daniel Veillard7db37732001-07-12 01:20:08 +000011948Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11949
11950 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
11951 tree.c xpointer.c: store the line numbder in element->content,
11952 may break some software, need a configuration mechanism
11953
Darin Adler96037892001-07-11 00:03:16 +0000119542001-07-10 Darin Adler <darin@bentspoon.com>
11955
11956 * .cvsignore:
11957 * example/.cvsignore:
11958 * include/.cvsignore:
11959 * include/libxml/.cvsignore:
11960 Various things that are generated and should be ignored.
11961
Daniel Veillard09ab7e12001-07-10 15:49:44 +000011962Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11963
11964 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
11965 * doc/xml.html doc/html/*: updated the docs
11966
Daniel Veillard04e2dae2001-07-09 20:07:25 +000011967Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11968
11969 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
11970 validation occured on content with element child
11971
Daniel Veillardb8c9be92001-07-09 16:01:19 +000011972Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11973
11974 * tree.c: fixed XML Base computation which was broken
11975 * debugXML.c: added a base function to the shell
11976 * Makefile.am result/scripts/* test/scripts/*: added scripts
11977 based regression tests, and adding 2 XML Base tests
11978
Daniel Veillard19e96c32001-07-09 10:32:59 +000011979Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11980
11981 * tree.c: set properties doc and call xmlSetListDoc for properties
11982 content when grafting them in a different tree.
11983 * aclocal.m4: remove from CVS
11984
Daniel Veillarde086f5c2001-07-08 21:10:40 +000011985Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11986
11987 * win32/libxml2/libxml2.def.src: added some missing entry point
11988 for XPath (Mark Vakoc)
11989
Daniel Veillard388236f2001-07-08 18:35:48 +000011990Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11991
11992 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
11993 layer should URI-Unescape before trying to open resources.
11994
Daniel Veillard04383752001-07-08 14:27:15 +000011995Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
11996
11997 * xpath.c: fix the name() bug for elements in the default
11998 namespace reported by Charlie Bozeman
11999
Daniel Veillard7583a592001-07-08 13:15:55 +000012000Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12001
12002 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12003 led to an XPath fix, improvements of SAX initialization, and
12004 an added option --nocdata to testXPath
12005
Daniel Veillard449d7392001-07-07 19:11:06 +000012006Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12007
12008 * doc/libxml-doc.el: Felix Natter provided anew version working
12009 with XEmacs too
12010
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012011Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12012
12013 * include/libxml/xpath.h: small cleanup
12014 * doc/xml.html: update
12015
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012016Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12017
12018 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12019 released 2.3.14
12020
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012021Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12022
12023 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012024 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012025
Daniel Veillard73c9c042001-07-05 20:02:54 +000012026Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12027
12028 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12029 were not equal to empty strings
12030
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012031Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12032
12033 * SAX.c: fixed a URI-Reference computation problem when validating
12034 * xmlIO.c: small cleanup
12035
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012036Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12037
12038 * parser.c: improved the description of a couple of interfaces
12039 upon Larry Stamper suggestion
12040
Daniel Veillard62f313b2001-07-04 19:49:14 +000012041Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12042
12043 * SAX.c entities.c parser.c: changed completely the way entities
12044 are handled when running the parser in entity substitution mode.
12045 This fixes a bug reported by Stephan Kulow and nearly divides
12046 by 3 the amount of memory required by libxslt to load and process
12047 DocBook TDG.
12048
Daniel Veillardf420ac52001-07-04 16:04:09 +000012049Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12050
12051 * HTMLparser.c: fixing a too early root closing problem raised
12052 byt Prashanth Naidu
12053
Daniel Veillard8c357d52001-07-03 23:43:33 +000012054Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12055
12056 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12057 raised by Mark Vakoc.
12058
Daniel Veillard6e90d192001-07-03 16:37:49 +000012059Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12060
12061 * example/Makefile.am: fixed the include path to add srcdir/include
12062 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12063 and some cleanup
12064
Daniel Veillardf06307e2001-07-03 10:35:50 +000012065Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12066
12067 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12068 lot of optimization work, results in significant improvements
12069 when handling really complex XPath queries. Add a small optimizer
12070 for unions, improve [n] and [last()], avoid some costly ops.
12071
Daniel Veillard77044732001-06-29 21:31:07 +000012072Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12073
12074 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12075 * xpath.c: small cleanup
12076 * xmlGetNsList: reformated, fixed problems if used on Entities
12077
Daniel Veillard2adbb512001-06-28 16:20:36 +000012078Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12079
12080 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12081
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012082Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12083
12084 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12085 * Makefile.am example/Makefile.am: workaround automake generating
12086 erroneous deps
12087
Daniel Veillard12f7d292001-06-28 13:12:11 +000012088Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12089
12090 * include/win32config.h: bug #56801 Yon Derek provided a patch
12091 to the windows config file.
12092
Daniel Veillard87ee9142001-06-28 12:54:16 +000012093Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12094
12095 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12096 libxml.h : Yon Derek provided a set of changes to compile from
12097 CVS on Windows/MSC
12098
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012099Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12100
12101 * parser.c: fixed UTF8 BOM support in push mode
12102 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12103 added a specific testcase
12104
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012105Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12106
12107 * Makefile.am: added --push regression tests
12108 * parserInternals.c: the XML parser segfaulted in --push mode
12109
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012110Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12111
12112 * configure.in: moved the symlinks detection within a CVS
12113 check, this is not portable and will be removed soon.
12114 * xpath.c: small cleanup/speedup
12115
Daniel Veillard11648102001-06-26 16:08:24 +000012116Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12117
12118 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12119 release of 2.3.12
12120 * parser.c: make an error message if unknow entities in all cases
12121
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012122Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12123
12124 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12125
Daniel Veillard23793842001-06-25 16:07:45 +000012126Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12127
12128 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12129 includes were installed in the wrong dir
12130
Daniel Veillardf5498f32001-06-25 15:08:36 +000012131Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12132
12133 * doc/html.xml: warn against sending code to exhibit bugs.
12134
Daniel Veillard56f06462001-06-24 21:34:03 +000012135Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12136
12137 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12138 Tru64 from Thomas Leitner
12139
Daniel Veillardc5d64342001-06-24 12:13:24 +000012140Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12141
12142 * AUTHORS: added William and Bjorn
12143 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12144 daniel@veillard.com hopefully I won't have to do this again
12145 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12146 docs can be rebuilt cleanly now
12147 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12148 from CVs it's generated, added include/libxml/xmlwin32version.h
12149 also generated but which should change far less frequently.
12150 * catalog.c nanoftp.c: made sure to include libxml.h not
12151 libxml/xmlversion.h directly
12152 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12153 when compiling on WIN32 and MSC
12154
Daniel Veillard07385fd2001-06-23 21:55:48 +000012155Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12156
12157 * include/Makefile.am include/libxml/Makefile.am configure.in:
12158 fixed make distcheck and rebuilding the rpms
12159
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012160Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12161
12162 * configure.in: should finish the migration of exported includes
12163 into a real include/libxml in CVS, at least for CVS users.
12164 * removed the exported headers, added in include/libxml (as well
12165 as xmlversion.h.in).
12166
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012167Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12168
12169 * configure.in: fixed the way to detect symlink
12170
Daniel Veillard66541772001-06-23 18:31:04 +000012171Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12172
12173 * configure.in: updated, include/libxml is now a real CVS dir
12174
Daniel Veillardca989762001-06-23 17:39:29 +000012175Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12176
12177 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12178 version works with both libxml1 and libxml2 (it autodetects
12179 the prefix of the html-files) from Felix Natter.
12180 * doc/xml.html: updated doc accordingly
12181
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012182Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12183
12184 * xpath.c: fixed the bug generating a template loop in libxslt
12185 when using docbook-xsl-1.4, * should filter out document nodes
12186 * HACKING: added William
12187 * TODO: updated
12188
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012189Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12190
12191 * doc/FAQ.html: added a warning about gcc-3.0
12192 * doc/xml.html: added reference to gdome2 and removed a confusing
12193 sentence
12194
Daniel Veillardf7f41852001-06-22 15:18:01 +000012195Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12196
12197 * xmlversion.h: okay this is a generated file, but Windows
12198 users need it and they can't generate it, and I want CVS
12199 Windows users ...
12200 * win32/libxml2/libxml2_so.dsp: Windows project file for
12201 the shared lib version of libxml2
12202 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12203 resources needed for libxslt/xsltproc by Yon Derek
12204
Bjorn Reese3157b342001-06-22 14:41:45 +000012205Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12206
12207 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12208
Daniel Veillard4151acb2001-06-22 10:48:57 +000012209Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12210
Daniel Veillardcc146db2001-06-22 11:10:52 +000012211 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12212
12213Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12214
Daniel Veillard4151acb2001-06-22 10:48:57 +000012215 * include/win32config.h: Yon Derek provided a first fix
12216 to be able to compile libxslt/xsltproc on Windows
12217
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012218Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12219
12220 * xpath.c: attempt to work around what seemed a gcc optimizer
12221 bug when handling floats on i386 http://veillard.com/gcc.bug
12222 * tree.c entities.c encoding.c: doing some cleanups while
12223 chasing it
12224
Daniel Veillard017b1082001-06-21 11:20:21 +000012225Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12226
12227 * Makefile.am: cleanup when --without-debug is specified
12228 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12229 w.r.t. --without-debug and other include points
12230 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12231 Catalogs
12232 * configure.in entities.h tree.h HTMLparser.c: removed
12233 --without-corba, made the _private field mandatory
12234
Daniel Veillard87a764e2001-06-20 17:41:10 +000012235Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12236
12237 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
12238 outputs a BOM in UTF8, an errata has been issued to avoid the
12239 problem, that was the most reasonable solution... Add support
12240 for a leading UTF8 BOM in entities.
12241
Daniel Veillard10ea86c2001-06-20 13:55:33 +000012242Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12243
12244 * valid.c: fixed a bug found when post validating an entity ref
12245 * xmllint.c: added --loaddtd and sligly changed --postvalid to
12246 activate it too
12247
Daniel Veillard39196eb2001-06-19 18:09:42 +000012248Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12249
12250 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
12251 weakness in the node copy the XPointer and the XInclude
12252 implementations. Serious cleanup.
12253
Daniel Veillard3739b982001-06-19 12:51:30 +000012254Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12255
12256 * Makefile.am: Kjartan Maraas provided a small patch to
12257 add xml2-config.in to EXTRA_DIST
12258
Daniel Veillarda9142e72001-06-19 11:07:54 +000012259Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12260
12261 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
12262 provided another failing case found in KDE, the way the
12263 ctxt->vctxt.nodeTab was allocated and freed changed over
12264 time but it wasn't completely cleaned up. This should fix it.
12265
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000012266Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12267
12268 * parser.c: Stephan Kulow also raised the fact that line number
12269 could get miscounted making debug harder, fixed the problem
12270 in xmlParseCharData()
12271
Daniel Veillard64b98c02001-06-17 17:20:21 +000012272Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12273
12274 * valid.c: Stephan Kulow pointed out a problem when validating
12275 and using an empty entity, forgot a 'break' in a case.
12276
Daniel Veillarde3c81b52001-06-17 14:50:34 +000012277Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12278
12279 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
12280 * doc/xml.html: updated with 2.3.11
12281
Daniel Veillard4ec885a2001-06-17 10:31:07 +000012282Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12283
12284 * TODO: updated adding cleanup of generated doc
12285 * configure.in: prepared to release 2.3.11
12286 * xmllint.c: added --version for bug reporting
12287 * doc/html/*.html: rebuilt the doc
12288
Daniel Veillard8b8d2252001-06-16 21:24:56 +000012289Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12290
12291 * xpath.c: first part of the work on selecting namespace to
12292 fix bug #56115
12293
Daniel Veillard96ed5832001-06-15 22:22:04 +000012294Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12295
12296 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
12297 when using -liconv
12298 * TODO: updated
12299
Daniel Veillardc4f631d2001-06-14 11:11:59 +000012300Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12301
12302 * HTMLtree.[ch]: more work on the HTML serialization routnes,
12303 cleanup, encoding support.
12304
Daniel Veillard608ad072001-06-14 08:32:28 +000012305Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12306
12307 * xpath.c: Thomas Broyer suggested a better patch for the / arg
12308
Daniel Veillard239d0522001-06-13 23:02:48 +000012309Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12310
12311 * xpath.c: bug detected by Ankh when / is used as a function arg
12312
Daniel Veillard02bb1702001-06-13 21:11:59 +000012313Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12314
12315 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
12316 of element and use it to avoid outputting formatting spaces at
12317 the wrong place. Implemented the format parameter for HTML save.
12318 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
12319 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
12320 result/HTML/wired.html: of course this impact the result of a
12321 number of HTML tests
12322
Daniel Veillard95d845f2001-06-13 13:48:46 +000012323Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12324
12325 * HTMLtree.[ch]: started augmenting the HTML save API with
12326 encoding and formatting parameters
12327
Daniel Veillardeca60d02001-06-13 07:45:41 +000012328Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12329
12330 * HTMLtree.h: cleanup and started evaluating the work needed on
12331 revamping the HTML output code
12332
Daniel Veillard84666b32001-06-11 17:31:08 +000012333Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12334
12335 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
12336
Daniel Veillard8bdd2202001-06-11 12:47:59 +000012337Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12338
12339 * valid.c: fixed bug #56049, forgot one check in the
12340 validation routine
12341
Daniel Veillardca2366a2001-06-11 12:09:01 +000012342Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12343
12344 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
12345
Daniel Veillard6761eee2001-06-11 10:29:38 +000012346Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12347
12348 * libxml.h: fixed an error in last commit
12349 * doc/FAQ.html: added an entry for compilation from CVS
12350
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000012351Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12352
12353 * xmlversion.h.in libxml.h: Cygwin patches
12354 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
12355 * tree.h: cleanup
12356
Daniel Veillardacd370f2001-06-09 17:17:51 +000012357Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12358
12359 * tree.c: patched xmlFreeNode() to avoid freeing() a static
12360 memory block in a strange case where libxml is linked twice
12361 in the binary.
12362
Daniel Veillard1d047672001-06-09 16:41:01 +000012363Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12364
12365 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
12366 state far too often, simple fix used to avoid it.
12367
Daniel Veillard4497e692001-06-09 14:19:02 +000012368Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12369
12370 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
12371 being processed, applied his patch
12372 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
12373
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000012374Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12375
12376 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
12377 provided fixes to compile on MSCC again
12378 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
12379 also provided an update for the project files.
12380
Daniel Veillarda682b212001-06-07 19:59:42 +000012381Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12382
12383 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
12384 bug #55810
12385
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000012386Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12387
12388 * tree.c: fixed xmlGetNsProp() to close bug #55683
12389 Note this requires libxslt to use it's own function instead.
12390
Daniel Veillardf0c53762001-06-07 16:07:07 +000012391Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12392
12393 * HTMLtree.c: when in a pre element no formatting space should
12394 be added.
12395 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
12396
Daniel Veillard068a9652001-06-07 15:30:26 +000012397Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12398
12399 * configure.in: added tests for signal() and signal.h
12400
Daniel Veillard541d6552001-06-07 14:20:01 +000012401Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12402
12403 * xpath.c: robert pointed out xmlXPathNINF was not initialized
12404
Daniel Veillard8a367d42001-06-07 14:01:34 +000012405Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12406
12407 * doc/libxml-doc.el: Felix Natter provided a new version for
12408 libxml2
12409
Daniel Veillard8a926292001-06-07 11:20:20 +000012410Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12411
12412 * HTMLtree.c: when in a pre element no formatting space should
12413 be added.
12414
Daniel Veillard14839d52001-06-06 16:11:56 +000012415Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12416
12417 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
12418
Daniel Veillarde95e2392001-06-06 10:46:28 +000012419Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12420
12421 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
12422 hack
12423 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
12424 * uri.c: fixed a warning
12425
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000012426Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12427
12428 * HTMLtree.c: trying to close bug #55772 escaping in script
12429 elements
12430 * doc/xml.html: suggest to send mail to the list
12431
12432Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000012433
12434 * error.c: attempt to fix the xmlGetVarStr breakage once and for
12435 good. Use a macro and based on the solution provided in
12436 vsnprintf manual page from GNU.
12437
Bjorn Reese99748722001-06-05 12:49:15 +000012438Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12439
12440 * error.c: Workaround for non-preserving variadic list.
12441 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
12442
Daniel Veillard2e4f1882001-06-01 10:11:57 +000012443Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12444
12445 * doc/xml.html: added 2.3.10 release
12446
Daniel Veillardb3a182e2001-06-01 09:28:09 +000012447Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12448
12449 * configure.in: releasing 2.3.10
12450
Daniel Veillard3c2758d2001-05-31 18:43:43 +000012451Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12452
12453 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
12454
Daniel Veillard20042422001-05-31 18:22:04 +000012455Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12456
12457 * encoding.c: Robert Collins provided a patch to add the
12458 "US-ASCII" encoding alias
12459
Daniel Veillard97ac1312001-05-30 19:14:17 +000012460Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12461
12462 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
12463 string oriented functions and started cleaning the related areas
12464 in xpath.c which needed fixing in this respect
12465
Daniel Veillard2d703722001-05-30 18:32:34 +000012466Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12467
12468 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
12469 #55380
12470 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
12471
Daniel Veillard9403a042001-05-28 11:00:53 +000012472Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12473
12474 * TODO: updated
12475 * nanohttp.[ch] : started adding APIs to get the redirected URL
12476 when this occurs (needed for further base computation
12477 * tree.h: cleanup
12478 * encoding.c: cleanup
12479 * SAX.c: minor change around ctxt->loadsubset
12480
Daniel Veillard6278fb52001-05-25 07:38:41 +000012481Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12482
12483 * Makefile.am include/Makefile.am: small change to have
12484 include/libxml rebuilt if working from CVS.
12485 * uri.c: applied another patch from Carl Douglas for URI escaping,
12486 this should close bug #51876
12487
Daniel Veillardd16df9f2001-05-23 13:44:21 +000012488Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12489
12490 * xinclude.c: fixed XInclude recursive behaviour bug #54678
12491 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
12492 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
12493 added specific regression test
12494 * parser.h: preparing for the XSLT mode where DTD inherited
12495 attributes are added to the tree.
12496
Daniel Veillardbbd22452001-05-23 12:02:27 +000012497Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12498
12499 * xinclude.[ch]: Updated the namespace for the Last Call version
12500 * result/XInclude/include test/XInclude/include: updated the
12501 testsuite accordingly
12502
Daniel Veillard8514c672001-05-23 10:29:12 +000012503Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12504
12505 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
12506 related to bug #51876
12507
Daniel Veillard42596ad2001-05-22 16:57:14 +000012508Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12509
12510 * tree.c: fixed a gross mistake in base computation, xml:base is
12511 not completely correct yet (need cascade).
12512 * xpath.[ch]: added the few things needed to find a function name
12513 and URI from the XPath context when it is called.
12514
Daniel Veillard81418e32001-05-22 15:08:55 +000012515Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12516
12517 * catalog.[ch]: fixes and add xmlLoadCatalogs()
12518 * DOCBparser.c: small cleanup
12519 * xmllint.c: added a --catalogs option to load catalogs from
12520 $SGML_CATALOG_FILES
12521 * tree.c: cleanup
12522 * configure.in: iconv library fixup, ICONV_LIBS
12523
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000012524Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12525
12526 * catalog.c: handling of CATALOG entries. detection of recursion,
12527 and a few bugfixes
12528 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
12529 against the default namespace
12530
Daniel Veillard04b93292001-05-21 08:15:31 +000012531Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12532
12533 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
12534
Daniel Veillarda97a19b2001-05-20 13:19:52 +000012535Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12536
12537 * parser.c: fixed propagation context info when parsing an
12538 external entity.
12539 * doc/html/*.html: regenerated a couple of docs
12540
Daniel Veillard4623acd2001-05-19 15:13:15 +000012541Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12542
12543 * doc/xml.html: update with 2.3.9 informations
12544
Daniel Veillardbed7b052001-05-19 14:59:49 +000012545Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12546
12547 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
12548 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
12549 * doc/html/* : rebuilt the docs
12550 * valid.c: small patch which may improve some case when
12551 validating.
12552
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000012553Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12554
12555 * HTMLparser.c: Closed bug #54891
12556 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
12557 to the suite
12558
12559Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12560
12561 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
12562 applied a documentation patch from LotR and filled in a few missing
12563 descriptions
12564
Daniel Veillard76d66f42001-05-16 21:05:17 +000012565Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12566
12567 * xpath.c tree.c parser.c: speed optimizations at the parser level
12568 document tree freeing and xpath evaluation
12569
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000012570Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12571
12572 * parser.c parser.h parserInternals.h: fixed a couple of
12573 interfaces for handling memory buffer input to const char *
12574 upon suggestion of JamesH.
12575
Daniel Veillardc3739e72001-05-15 15:23:27 +000012576Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12577
12578 * configure.in: LoTR sent a patch fixing the previous commit
12579
Daniel Veillarda4f27e02001-05-15 12:41:29 +000012580Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12581
12582 * configure.in: trying to deal again with the stoopid -R linking
12583 flag of Solaris
12584
Daniel Veillard790142b2001-05-15 10:51:53 +000012585Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12586
12587 * xpath.h: two nodeset access macros from Thomas Broyer
12588
Daniel Veillardba0b8c92001-05-15 09:43:47 +000012589Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12590
12591 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
12592 patch from Thomas Broyer
12593
Daniel Veillarde62d36c2001-05-15 08:53:16 +000012594Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12595
12596 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
12597 case
12598 * INSTALL: was empty added stuff from the FAQ
12599
Daniel Veillard75bea542001-05-11 17:41:21 +000012600Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12601
12602 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
12603 attributes handling and #54433 by adding xmlUnsetProp()
12604 and xmlUnsetNsProp()
12605
Daniel Veillard0a2a1632001-05-11 14:18:03 +000012606Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12607
12608 * HTMLparser.c: Patch from Jonas Borgström
12609 (htmlGetEndPriority): New function, returns
12610 the priority of a certain element.
12611 (htmlAutoCloseOnClose): Only close inline elements if they
12612 all have lower or equal priority.
12613 * result/HTML: this of course changed a number of tests results.
12614
Daniel Veillard7d6fd212001-05-10 15:34:11 +000012615Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12616
12617 * xmlIO.c catalog.c: plugged in the default catalog resolution
12618 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
12619 documentations
12620 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
12621
Daniel Veillarda7374592001-05-10 14:17:55 +000012622Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12623
12624 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
12625 integrating catalogs
12626 * catalog.[ch] testCatalog.c: adding a small catalo API
12627 (only SGML catalog support).
12628 * parser.c: restaured xmlKeepBlanksDefault(0) API
12629
Daniel Veillardc17337c2001-05-09 10:51:31 +000012630Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12631
12632 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
12633
Daniel Veillard257d9102001-05-08 10:41:44 +000012634Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12635
12636 * parser.c: added xmlParseExternalEntityPrivate() to allow
12637 propagation of ctxt->_private when parsing external entities
12638
Daniel Veillard083c2662001-05-08 08:27:14 +000012639Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12640
12641 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
12642
Daniel Veillard01ef7382001-05-08 07:31:43 +000012643Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12644
12645 * configure.in: fixed a small portability problem with AM_CONDITIONAL
12646
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000012647Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12648
12649 * valid.c: warn when indeterminist content model is detected
12650 * result/VC/ElementValid8: this adds a message
12651 * Makefile.am: add --novalid for VCM tests
12652 * parserInternals.c: added a call to Init memory
12653
Daniel Veillard64269352001-05-04 17:52:34 +000012654Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12655
12656 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
12657 when both parameters are NULL.
12658
Daniel Veillard37721922001-05-04 15:21:12 +000012659Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12660
12661 * valid.c: applied small patch from Gary Pennington, reindented
12662 some part of the code.
12663
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000012664Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
12667 release, updated and regenerated the docs
12668
Daniel Veillard357c9602001-05-03 10:49:20 +000012669Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * xpath.c result/XPath/expr/floats : clarified and cleanup
12672 printing of abnormal floats in tests.
12673
Daniel Veillarda2bc3682001-05-03 08:27:20 +000012674Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12675
12676 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
12677 * results/HTML/ : a few changes in the output of the HTML tests as
12678 a result.
12679 * configure.in: tying to fix -liconv where needed
12680
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000012681Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12682
12683 * Makefile.am: fixed a stupid error
12684
Daniel Veillard7150a032001-05-02 16:41:11 +000012685Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12686
12687 * configure.in Makefile.am: make the inclusion of the trio
12688 modules in the library conditional
12689
Daniel Veillardc057c5d2001-05-02 12:41:24 +000012690Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12691
12692 * DOCBparser.c: patche from László Kovács, fixed entities refs
12693 in attributes handling
12694
Daniel Veillardedddff92001-05-02 10:58:52 +000012695Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12696
12697 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
12698 flushing
12699
Daniel Veillardc8f620b2001-04-30 20:31:33 +000012700Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12701
12702 * xpath.c: fix of an XSLT namespace bug reported on the list
12703 general/bug-8-
12704
Daniel Veillard5792e162001-04-30 17:44:45 +000012705Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12706
12707 * strio.h trio.c: Dan McNichol suggested a couple of small
12708 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
12709
Daniel Veillard02141ea2001-04-30 11:46:40 +000012710Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12711
12712 * tree.c parser.c encoding.c: spent a bit more time looking
12713 at the parsing speed and DOM handling. Added a few more
12714 speedups.
12715
Daniel Veillard3ed155f2001-04-29 19:56:59 +000012716Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12717
12718 * parser.c: small but effective parsing speed improvement
12719
Daniel Veillardb59076b2001-04-29 17:04:07 +000012720Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12721
12722 * configure.in: default on the DocBook parser inclusion (for Gnome)
12723 * DOCBparser.h: fixed a header reference
12724
Daniel Veillardb45c43b2001-04-28 17:02:11 +000012725Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * configure.in xpath.c: applied Bjorn patches for FPE on the
12728 alpha
12729
Daniel Veillardeefd4492001-04-28 16:55:50 +000012730Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12731
12732 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
12733 xmlSaveFormatFileTo()
12734
Daniel Veillarde39a93d2001-04-28 14:35:02 +000012735Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12736
12737 * xpath.c: simple and efficient optimization, XPath functions
12738 aways bind to the same code, cache this
12739 * TODO: updated (by saying some is obsolete)
12740
Daniel Veillard2156a562001-04-28 12:24:34 +000012741Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12742
12743 * xpath.c: more cleanup work on XPath name parsing routines
12744
Daniel Veillard61d80a22001-04-27 17:13:01 +000012745Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12746
12747 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
12748 xmlXPathParseName
12749 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
12750 * debugXML.c: avoid compilation problems if compiling without
12751 HTML support, Igor Zlatkovic
12752 * win32/libxml2/libxml2.def.src: being able to compile without
12753 XPath on Windows
12754
Daniel Veillarddbb14a72001-04-26 20:54:01 +000012755Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12756
12757 * libxml.m4: yet another patch from Toshio Kuratomi
12758
Daniel Veillard2913e4c2001-04-26 19:29:02 +000012759Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12760
12761 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
12762
Daniel Veillard67fee942001-04-26 18:59:03 +000012763Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12764
12765 * tree.[ch]: added xmlSaveFormatFile interface for saving
12766 and indenting a file.
12767
Daniel Veillard82e49712001-04-26 14:38:03 +000012768Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12769
12770 * xpath.c: fixed bug #53689 related to processing-instruction()
12771
Daniel Veillard02f077a2001-04-26 10:59:11 +000012772Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12773
12774 * DOCBparser.c: patche from László Kovács
12775
Daniel Veillard30211a02001-04-26 09:33:18 +000012776Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12777
12778 * parser.c: applied fixes from Christian Glahn bug report #53391
12779
Daniel Veillard5a7c3452001-04-26 09:16:13 +000012780Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12781
12782 * error.c: Jean François Lecomte provided a complete description
12783 and a fix to bug #53537
12784
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000012785Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12786
12787 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
12788
Daniel Veillard1034da22001-04-25 19:06:28 +000012789Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12790
12791 * DOCBparser.c SAX.c: a bit more work on entities processing.
12792 Still Need to cleanup XML output and references in attributes
12793
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000012794Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12795
12796 * DOCBparser.c include/Makefile.am: two patches from László Kovács
12797
Daniel Veillardb33c2012001-04-25 12:59:04 +000012798Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12799
12800 * tree.c: trying to fix #53574, not completely complete,
12801 I would like xmllint --copy --debug test/ent1 and
12802 xmllint --debug test/ent1 to show the same result.
12803 * xpath.c: fix a bug when trying to sort namespace nodes
12804
Daniel Veillard5146f202001-04-25 10:29:44 +000012805Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12806
12807 * HTMLtree.c: real fix for #53402
12808
Daniel Veillard7533cc82001-04-24 15:52:00 +000012809Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12810
12811 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
12812 PIs when using xsl:output
12813 * valid.c: closing #53537 some case generate segfaults if there
12814 is validity errors
12815
Daniel Veillard61b33d52001-04-24 13:55:12 +000012816Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12817
12818 * SAX.c testDocbook.c DOCBparser.c: more work on the support
12819 of external parsed entities, added --noent to testDocbook
12820 * valid.c: Garry Pennington found an uninitialized variable
12821 access in xmlValidateElementContent()
12822
Daniel Veillard56098d42001-04-24 12:51:09 +000012823Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12824
12825 * HTMLparser.c : HTML parsing still sucks ... trying to deal
12826 with madness
12827 * result/HTML/ : this modified the result of the regression tests
12828 a lot.
12829
Daniel Veillard122376b2001-04-24 12:12:30 +000012830Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12831
12832 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
12833 to doc where it wasn't checked against NULL reported by
12834 Jens Laas
12835
Daniel Veillard43dadeb2001-04-24 11:23:35 +000012836Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12837
12838 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
12839 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
12840
Daniel Veillardeae522a2001-04-23 13:41:34 +000012841Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12842
12843 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
12844 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
12845 * SAX.[ch]: cleanup and updates for DocBook
12846 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
12847 ex SGML identifier changes
12848 * valid.c: removed a static unused function.
12849
Daniel Veillardde57c612001-04-23 09:13:36 +000012850Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
12852 * HTMLtree.c: applied change for Paul Sponagl on script saving
12853 * Makefile.am: the warning about entity title.xml are normal.
12854
Daniel Veillard393df012001-04-22 20:11:18 +000012855Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12856
12857 * configure.in: release of 2.3.7
12858 * Makefile.am: fixing make distcheck
12859
Daniel Veillarda41123c2001-04-22 19:31:20 +000012860Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12861
12862 * doc/html/* doc/xml.html: updated and regenerated the docs
12863
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000012864Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12865
12866 * xpath.c: fixed the XPointer problem introduced in 2.3.6
12867
Daniel Veillarde82a9922001-04-22 12:12:58 +000012868Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12869
12870 * tree.c: fixed #53388 with the provided patch
12871
Daniel Veillard06803992001-04-22 10:35:56 +000012872Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12873
12874 * valid.c: Bjorn detected an invalid memory access. Fixed
12875 vstateVPush()
12876
Daniel Veillard40af6492001-04-22 08:50:55 +000012877Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12878
12879 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
12880
Bjorn Reese70a9da52001-04-21 16:57:29 +000012881Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12882
12883 * libxml.h: new header used only for the compilation of libxml
12884 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
12885 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
12886 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
12887 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
12888 xmlmemory.c xpath.c xpointer.c: libxml.h integration
12889 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
12890 baseline (version 1.2 plus a single patch).
12891 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
12892 scientific notation for numbers. Tests added.
12893 * xpath.c: formatting of numbers changed to use sprintf
12894 (contribution from William Brack)
12895
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000012896Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12897
12898 * valid.c: cleanup, more useful debugging
12899 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
12900 * xmlIO.c: entity loading is printed as an error when validating
12901
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000012902Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12903
12904 * valid.c: fixed to validate within entities
12905 * test/VCM/v22.xml: added a specific testcase
12906
Daniel Veillardca1f1722001-04-20 15:47:35 +000012907Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12908
12909 * valid.c: forgot an epsilon transition in for ()+
12910 * test/VCM/v21.xml : added a specific test case
12911
Daniel Veillard85349052001-04-20 13:48:21 +000012912Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12913
12914 * valid.c: removed a state explosion exhibited by RSS
12915 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
12916 from bug #51872
12917
Daniel Veillarddab4cb32001-04-20 13:03:48 +000012918Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12919
12920 * valid.[ch] tree.h: worked *hard* to get non-determinist content
12921 validation without using an ugly NFA -> DFA algo in the source.
12922 Made a specific algorithm easier to maintain, using a single
12923 stack and without recursion.
12924 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
12925 * hash.c: made the growing routine static
12926 * tree.h parser.c: added the parent information to an
12927 xmlElementContent node.
12928
Daniel Veillarde470df72001-04-18 21:41:07 +000012929Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12930
12931 * SAX.c parser.c xpath.c: generating IDs when not validating
12932 from an external parsed entity was poisoning the ID has table
12933 with removed values. This was killing XSLT on the KDE help
12934 browser.
12935
Daniel Veillardceacdd92001-04-18 15:10:35 +000012936Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * entities.h: andrew@ugh.net.au detected a double declaration
12939
Daniel Veillarda10efa82001-04-18 13:09:01 +000012940Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * debugXML.c hash.c tree.h valid.c : some changes related to
12943 the validation suport to improve speed with DocBook
12944 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
12945 the way validation errors get reported
12946
Daniel Veillard1ed3f882001-04-18 09:45:35 +000012947Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12948
12949 * HTMLparser.c HTMLtree.c: applied part of the patches provided
12950 by P C Chow and William M. Brack for XSLT HTML output
12951
Daniel Veillard2d90de42001-04-16 17:46:18 +000012952Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12953
12954 * xmlversion.h.in win32config.h win32/libxml2/*: applied
12955 Igor Zlatkovic patches for MSC compilation and added his
12956 updates
12957
Daniel Veillarde043ee12001-04-16 14:08:07 +000012958Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12959
12960 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
12961 prefix lookup.
12962 * parserInternals.c: fixed the bug reported by Morus Walter
12963 due to an off by one typo in xmlStringCurrentChar()
12964
Daniel Veillarda3bfca52001-04-12 15:42:58 +000012965Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12966
12967 * HTMLparser.c result/HTML/*: revamped the way the HTML
12968 parser handles end of tags or end of input
12969
Daniel Veillard82daa812001-04-12 08:55:36 +000012970Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12971
12972 * tree.[ch] : added xmlDocCopyNode for gdome2 support
12973
Daniel Veillard67a21302001-04-11 14:39:16 +000012974Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12975
12976 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
12977 bug where the linktime verions of free() won't work ...
12978
Daniel Veillard27b55282001-04-11 12:22:25 +000012979Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12980
12981 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
12982
Daniel Veillardafc73112001-04-11 11:51:41 +000012983Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12984
12985 * doc/xml.html: added 2.3.6 release
12986
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000012987Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12988
12989 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
12990 * result/wml.xml: resulted in a small output change
12991
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000012992Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12993
12994 * tree.c: xmlNewDoc was missing the charset initialization
12995 * xmllint.c: added --auto to autogenerate a doc, allow to
12996 reproduce the problem fixed on xmlNewDoc
12997
Daniel Veillard1731d6a2001-04-10 16:38:06 +000012998Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12999
13000 * xpath.c: trying to get 52979 solved
13001 * tree.c result/ result/noent/: trying to get 52712 solved, this
13002 also made me clean up the fact that XML output in general should
13003 not add formating blanks by default, this changed the output of
13004 a few tests
13005
Daniel Veillard73639a72001-04-10 14:31:39 +000013006Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13007
13008 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13009
Daniel Veillardfac26a12001-04-08 13:08:14 +000013010Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13011
13012 * configure.in: finally released 2.3.6
13013
Daniel Veillard911f49a2001-04-07 15:39:35 +000013014Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13015
13016 * xpath.c: checking for null pointer generated by new code
13017
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013018Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13019
13020 * xpath.c: fixed a [] evaluation problem reported
13021 * test/XPath/tests/simpleaddr: extended test
13022 * result/XPath/simpleaddr: updated result
13023
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013024Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13025
13026 * xmllint.c: Dan Timis reported a portability problem
13027 on Macs without mmap, fixed it.
13028
Daniel Veillardb38bd552001-04-03 18:22:00 +000013029Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13030
13031 * testXPath.c : added a --tree option allowing to display the
13032 tree dump of the XPath expression
13033
Daniel Veillard4dd93462001-04-02 15:16:19 +000013034Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * xpath.c: fixed a memleak when comparing nodesets
13037 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13038 * tree.c: added a TODO
13039
Daniel Veillard92ad2102001-03-27 12:47:33 +000013040Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13041
13042 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13043 we need string functions
13044 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13045 to be able to use them where needed. Applied some changes
13046 to reduce name linking pollution and compile in only what's
13047 needed.
13048 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13049 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13050 for the string manipulation functions
13051 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13052 to the free() function of xmlmemory.c
13053 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13054 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13055 usage.
13056
13057
Daniel Veillard2be30642001-03-27 00:32:28 +000013058Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13059
13060 * error.c: applied the context output patch of the error
13061 handling submitted by Chuck Griffith
13062 * error/VC/*: this slightly change some error logs
13063
Daniel Veillard50582112001-03-26 22:52:16 +000013064Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13065
13066 * parser.c: fixed line number reporting on error
13067
Daniel Veillard04be4f52001-03-26 21:23:53 +000013068Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13069
13070 * parser.c: Sullivan and Darin found a parser bug,
13071 applied the patch.
13072
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013073Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13074
13075 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13076 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13077 xmlversion.h.in xpointer.c: of course the way I defined
13078 UNUSED breaks on old gcc version. Try to be smart and
13079 also define it directly in xmlversion.h
13080 * configure.in: removed -ansi flag from the pedantic set
13081
13082Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013083 Huge cleanup, I switched to compile with
13084 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13085 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13086 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13087 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13088 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13089 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13090 encoding.h entities.c error.c list.[ch] nanoftp.c
13091 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13092 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13093 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13094 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13095 Cleanup, staticfied a number of non-exported functions,
13096 detected and cleaned up a dozen of problem found this way,
13097 avoided a lot of public function name/typedef/system names clashes
13098 * doc/xml.html: updated
13099 * configure.in: switched private flags to the really pedantic ones.
13100
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013101Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13102
13103 * configure.in: 2.3.5
13104 * doc/html/*: rebuilt the docs
13105
Daniel Veillard146c9122001-03-22 15:22:27 +000013106Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13107
13108 * parser.c: fixed a reported bug in NOTATION parsing
13109 * uri.c: accepted but not fixed bug 51876, added TODO
13110 * Makefile.am: fixed bug 51876
13111
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013112Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13113
13114 * config.h.in configure.in error.c: fix a compilation problem
13115 on platforms without vsnprintf (xml@thewrittenword.com)
13116
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013117Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13118
13119 * parser.c: fixed a function name header typo
13120 * SAX.c: notations can also occur in external subset.
13121
Daniel Veillard7d42b542001-03-20 13:22:46 +000013122Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13123
13124 * error.c: removed a C++ like comment
13125
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013126Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * parser.c: fixing bug 52299 strange condition leading
13129 to a parser crash due to a buffer overflow
13130 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13131 added the specific test case
13132
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013133Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13134
13135 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13136 xmlXPathConvert{String,Number,Boolean} to be able to make
13137 type casts without a context stack, fixed some implementation
13138 problems related to the absence of context at parse-time,
13139 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13140 in the public API too
13141 * xpointer.c xpathInternals.h: we need to know at parse time
13142 whether we are compiling an XPointer
13143
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013144Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13145
13146 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13147 cleaned up the parser internals, refactored XPath code, added
13148 new compilation based APIs and cleanly separated public and
13149 private APIs.
13150
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013151Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13152
13153 * xpath.h: the comp field must be added at the end to avoid
13154 killing binary compat.
13155
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013156Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13157
13158 * Makefile.am: detect XPath memleaks in regreson tests
13159 * error.c: fixed and error w.r.t. error reporting still using
13160 stderr
13161 * hash.c: added new line at end of file
13162 * tree.h: minor cleanup
13163 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13164 expression parsing from evaluation, resulted in a number of
13165 changes internally, and in XPointer. Likely to break stuff
13166 using xpathInternals.h but should remain binary compatible,
13167 new interfaces will be added.
13168
Daniel Veillardd574f782001-03-14 19:40:17 +000013169Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13170
13171 * configure.in: fixed a couple of problems reported by
13172 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13173 without gcc on non linux platforms.
13174
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013175Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13176
13177 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13178 a fix for --with-html-dir= configure support. I hope it won't
13179 break rpm generation
13180
Daniel Veillarda022fe02001-03-14 16:30:00 +000013181Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13182
13183 * xmlIO.c: one function comment cleanup.
13184
Daniel Veillard25239c12001-03-14 13:56:48 +000013185Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13186
13187 * SAX.c: external subset notations were improperly registered
13188 in the internal subset.
13189
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013190Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13191
13192 * README.cvs-commits: added, pointing to HACKING
13193 * HACKING: updated
13194
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013195Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13196
13197 * parser.c: and Matt Sergeant found one in the XML push
13198 parser (erroneous check I forgot to remove when I fixed the
13199 main parser).
13200
Daniel Veillard68d7b672001-03-12 18:22:04 +000013201Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13202
13203 * xpath.c: ptittom found a small bug in UnaryExpr
13204
Daniel Veillarde356c282001-03-10 12:32:04 +000013205Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * configure.in: bumped to 2.3.4
13208 * error.c: fixed bug #51860
13209 * tree.c: fixed bug #51861
13210 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13211 * tree.[ch] : added xmlDefaultBufferSize
13212 * nanoftp.c: typo in function name header block
13213 * doc/xml.html : updated, added link to XML::LibXSLT
13214 * doc/html/* : rebuilt the docs
13215
Daniel Veillard80f32572001-03-07 19:45:40 +000013216Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13217
13218 * parser.c SAX.c: the new content parsing code raised an
13219 ugly bug in the characters() SAX callback. Found it
13220 just because of strangeness in XSLT XML Rec ouptut :-(
13221
Daniel Veillard6c831202001-03-07 15:57:53 +000013222Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * Makefile.am: Martin Baulig suggested to add -lm
13225 * tree.c: found another bug in xmlNodeGetContent()
13226
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013227Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13228
13229 * xpath.c: Bjorn found the error related to strictness of comparison.
13230
Daniel Veillard29631a82001-03-05 09:49:20 +000013231Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13232
13233 * parser.c: trying to fix the Dtd parsing problem reported
13234 by Gary, side effect of last week speed optimizations.
13235
Daniel Veillard14be0a12001-03-03 18:50:55 +000013236Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13237
13238 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
13239 * parserInternals.c: removed unneeded test raised by Stric
13240
Bjorn Reesee1dc0112001-03-03 12:09:03 +000013241Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
13242
13243 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
13244 and fixed by William Brack). Added xmlXPathFormatNumber.
13245 Changed the sorting slightly.
13246 * configure.in Makefile.am example/Makefile.am: Added -lm.
13247 Please note that applications linking with libxml2, must
13248 also like with the math library from now on.
13249
Daniel Veillardf9533d12001-03-03 10:04:57 +000013250Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13251
13252 * HTMLparser.c: fixed loop reported by Marc Sanfacon
13253
Daniel Veillard2f362242001-03-02 17:36:21 +000013254Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * parser.c: one must report spaces even if the Dtd element
13257 content proves that this is not part of the element content.
13258 * result/valid/*.xml: this changed the ouptu slightly
13259
Daniel Veillardb402c072001-03-01 17:28:58 +000013260Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13261
13262 * configure.in: bumped to 2.3.3
13263 * doc/xml.html: updated
13264
Daniel Veillard77851712001-02-27 21:54:07 +000013265Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13266
13267 * tree.c: minor doc fix
13268 * xpath.c: deallocation issues when a result tree has been
13269 converted to a node-set
13270
Daniel Veillardec70e912001-02-26 20:10:45 +000013271Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13272
13273 * doc/xml.html: oops corrected dates s/2000/2001
13274
Daniel Veillard8730c562001-02-26 10:49:57 +000013275Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13276
13277 * valid.c: new patch from Gary Pennington
13278
Daniel Veillard91e9d582001-02-26 07:31:12 +000013279Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13280
13281 * doc/xml.html: applied patch from Ankh
13282
Daniel Veillardedac3c92001-02-26 01:36:19 +000013283Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13284
13285 * xinclude.c: fixed a problem building on Mac
13286
Daniel Veillard21a0f912001-02-25 19:54:14 +000013287Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * parser.c: more work on increasing parsing ferformances
13290
Daniel Veillard48b2f892001-02-25 16:11:03 +000013291Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13292
13293 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
13294 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
13295 avoiding memcpy in production builds MEM_CLEANUP macro use
13296 * parser.[ch] parserInternals.c: optimizations of the tightest
13297 internal loops inside the parser. Better checking of I/O
13298 flushing/loading conditions
13299 * xmllint.c : added --timing
13300
Daniel Veillard71681102001-02-24 17:48:53 +000013301Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13302
13303 * configure.in: bumped to 2.3.2
13304 * doc/xml.html: updated for release
13305
Daniel Veillardbbd51d52001-02-24 03:07:03 +000013306Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13307
13308 * xpath.c: found a memleak and fixed a nasty bug
13309
Daniel Veillardf7cd4812001-02-23 18:44:52 +000013310Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13311
13312 * xmllint.[c1] : added return code errors for xmllint
13313 * xpath.c: specific debug dump function for result value trees
13314
Daniel Veillard4b637072001-02-21 21:52:55 +000013315Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13316
13317 * xpath.c: finally implemented xmlXPathCompareNodeSets
13318 * test/XPath/expr/floats results/XPath/expr/floats: added
13319 a test for float expressions
13320
Daniel Veillardf714aa32001-02-21 03:07:44 +000013321Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13322
13323 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
13324 * parserInternals.[ch]: trying to speed up parsing
13325 * xpath.c : speeded up node set equality op
13326
Daniel Veillarde0c3a622001-02-19 18:05:20 +000013327Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
13330 better handling of ID/IDREF and the list modules associated
13331 * configure.in: small CFLAGS cleanup
13332
Daniel Veillarda8abee62001-02-19 15:14:59 +000013333Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13334
13335 * configure.in: fixed iconv detection on AIX (stric)
13336
Daniel Veillardbca64ef2001-02-19 22:20:01 +000013337Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000013338
13339 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
13340
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000013341Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
13342
13343 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
13344 and optimized xmlXPathNodeSetSort
13345
Daniel Veillard142adbf2001-02-17 13:21:05 +000013346Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13347
13348 * xpath.c: bug fix when context size is 0
13349 * parser.c: I like Norm's Dtd because they still manage to break
13350 the parser occasionally
13351
Daniel Veillardf23e0092001-02-16 13:21:29 +000013352Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
13355
Daniel Veillarde0e26512001-02-16 00:11:46 +000013356Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13357
13358 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
13359 attributes within the XML-1.0 namespace
13360
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000013361Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * xpathInternals.h: exported a few axis functions
13364 * doc/xml.html: updated the doc
13365
Daniel Veillard760f4422001-02-15 14:59:48 +000013366Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13367
13368 * configure.in: applied patch from Daniel van Balen for OpenBSD
13369 and bumped version to 2.3.1
13370 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
13371 attempt to find autoclosing was simply broken, removed it,
13372 updated the examples, this is better
13373
Daniel Veillardd194dd22001-02-14 10:37:43 +000013374Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * hash.[ch]: added Paolo Casarini patch to provide Delete from
13377 hash functionnalities.
13378 * doc/html/* : rebuild the doc
13379
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000013380Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13381
13382 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
13383 on predicate
13384 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
13385 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
13386 really want to have tags closed on output even if we accept
13387 unclosed ones on input
13388
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000013389Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13390
13391 * xpath.c: ouch don't free NULL, rare case fixed
13392 * tree.c: don't coalesce text nodes if they don't have the
13393 same behaviour wrt escaping on output
13394
Daniel Veillardd12b69d2001-02-11 20:17:31 +000013395Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13396
13397 * xpath.c: small fixup
13398 * SAX.c: don't warn on empty namespaces.
13399
Daniel Veillard6a2e4062001-02-08 10:31:33 +000013400Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13401
13402 * README: a bit of cleanup
13403 * configure.in: preparing for 2.3.0 release
13404
Daniel Veillard1f83d392001-02-08 09:37:42 +000013405Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * hash.[ch]: added a first version of xmlHashSize()
13408 * valid.c: another bug fix from Gary Pennington
13409
Daniel Veillard5eef6222001-02-07 18:24:48 +000013410Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13411
13412 * valid.c: couple of bug fixes pointed by Gary Pennington
13413 * HTMLtree.c: #if 0 cleanup
13414
Daniel Veillard2c257ec2001-02-06 13:29:07 +000013415Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13416
13417 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
13418 which removes a time consuming check of xmlXPathNodeSetAdd()
13419 and use it in places where we are sure to not break unicity
13420
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000013421Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * xpath.c: bug fixes found from XSLT
13424 * tree.c: preserve node->name special values when copying nodes.
13425 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
13426 external subset are fetched when available but without full
13427 validation. Added xmlLoadExtDtdDefaultValue, need a function.
13428 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
13429 output with encoding disabled.
13430
Daniel Veillard2c833b62001-02-03 08:52:06 +000013431Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
13434 xmlCheckFilename should not be called from xmlFileOpenW
13435 and xmlGzfileOpenW
13436
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000013437Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13438
13439 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
13440 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
13441 added the new tests for URI normalization
13442 * testURI.c: fixed stoopid bugs
13443 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
13444 the URI in the error messages are now properly normalized
13445
Daniel Veillardea28ce62001-02-02 08:20:19 +000013446Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13447
13448 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
13449
Daniel Veillarde99a4762001-02-01 04:34:35 +000013450Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13451
13452 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
13453
Daniel Veillard2b325a02001-01-31 20:46:31 +000013454Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13455
13456 * xpath.c: fixed mod operator
13457
Daniel Veillardde55cf62001-01-31 15:53:13 +000013458Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * parser.c: fixed xmlStrcat doc
13461 * tree.c: 2 fixes form Anders Carlson for copying nodes and
13462 trees.
13463
Daniel Veillard2f913b72001-01-31 13:23:49 +000013464Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13465
13466 * xpath.c result/XPath/tests/chaptersbase
13467 result/XPath/tests/simplebase: fixed XPath node()
13468 * tree.c: small fix in xmlNewNs()
13469 * Makefile.am: removed extraneous xml2Conf.sh rule
13470
Daniel Veillardb42042b2001-01-28 07:40:36 +000013471Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
13474 Changed the library name, in order to get libxml-devel and
13475 libxml2-devel to coexist on a single system
13476 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
13477 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
13478
Daniel Veillardee0a4662001-01-27 18:59:33 +000013479Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13480
13481 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
13482 libxml2-devel installable in // as libxml-devel.
13483
Daniel Veillard5eb05942001-01-27 17:50:22 +000013484Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13485
13486 * doc/Makefile.am: fixed make rebuild in doc
13487 * doc/html/*.html: rebuilt the docs
13488
Daniel Veillard65c295d2001-01-26 09:32:39 +000013489Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13490
13491 * tree.c: patch from Bjorn Reese on xmlBufferCCat
13492
Daniel Veillard8e199902001-01-25 18:54:39 +000013493Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13494
13495 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
13496 the HTML doc to go into the -devel RPM ...
13497 * aclocal.m4 config.h.in: some updates due to auto* magic
13498
Daniel Veillard93086662001-01-25 18:13:04 +000013499Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * xpath.h: added a hook in the context structure allowing to
13502 link to extra support, needed for XSLT
13503
Daniel Veillardf17e09b2001-01-25 13:55:35 +000013504Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13505
13506 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
13507 xmlXPtrCmpPoints to use it.
13508 * propagated the following patch from Alejandro Forero
13509 * include/win32config.h xmlIO.c: applied further suggestions
13510 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
13511 * example/gjobread.c: fixed warnings, now that it builds
13512
13513Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
13514
13515 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
13516
13517 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
13518 filename points to a valid file (not a directory).
13519 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
13520 Added calls to xmlCheckFilenameDir.
13521
13522 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
13523 `path' (rather than `filename') as the parameter to gzopen and open.
13524
Daniel Veillard48177c22001-01-23 15:27:41 +000013525Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * Makefile.am: fixed a problem with EXTRA_DIST
13528
Daniel Veillardb83ba402001-01-22 22:45:10 +000013529Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13530
13531 * Makefile.am example/Makefile.am: finally found the trick
13532 to build the example, i.e. add "." in SUBDIRS before example
13533 in the list <grin/>
13534
Daniel Veillard82687162001-01-22 15:32:01 +000013535Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13536
13537 * doc/xml.html: updated with an XSLT section, removed pointer to
13538 W3C CVS base.
13539
Daniel Veillard8a7642f2001-01-22 10:45:16 +000013540Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13541
13542 * xpath.c: when copying a XSLT tree object teh tree need to be copied
13543 too, and deallocation need to occur the same way.
13544
Daniel Veillarde4566462001-01-22 09:58:39 +000013545Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13546
13547 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
13548 type correponding to an XSLT result tree fragment. Share most
13549 of the data format with node set, as well as operators.
13550 * HTMLtree.c: added a newline at the end of the doctype output
13551 whe this one is not present initially.
13552 * tree.c: make sure taht the parent and doc pointers are properly
13553 set when copying attributes (lists).
13554
Daniel Veillard701c7362001-01-21 09:48:59 +000013555Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
13558
Daniel Veillard5a2b6972001-01-20 21:15:50 +000013559Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13560
13561 * xpath.c: seems I finally killed that ugly path evaluation
13562 context bug (tagged 9999 in case is is wrong)
13563
Daniel Veillard8f4d9752001-01-19 05:32:34 +000013564Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
13567 for XSLT
13568
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000013569Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13570
13571 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
13572 for xmlGzfileOpen() bug
13573
Daniel Veillardf6eea272001-01-18 12:17:12 +000013574Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13575
13576 * xpath.c: removed an error found by XSLT usage
13577 * tree.c parserInternals.h: use a predefined static string
13578 for text and comment nodes, avoid freeing them in xmlFreeNode,
13579 exported the string name in parserInternals.h and added
13580 another value to disable encoding at output (for XSLT),
13581 gain memory, time.
13582
Daniel Veillard8f2cc572001-01-17 08:19:35 +000013583Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13584
13585 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
13586 win32/libxml2/libxml2_so.dsp: new makefiles and update
13587 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13588
Daniel Veillardf831bfb2001-01-16 17:26:04 +000013589Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13590
13591 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
13592 Gary Pennington
13593
Daniel Veillard389e6b72001-01-15 19:41:13 +000013594Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13595
13596 * xpath.c: fixed the comaprision of values and nodelists,
13597 need to compare nodelist still ...
13598 * debugXML.c: avoided a possible core dump
13599 * HTMLparser.c: cleanup
13600 * nanohttp.c: contributed fix.
13601 * tree.c: fixes in properties handling added xmlSetNsProp
13602 needed by libxslt
13603 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
13604 comment
13605 * TODO: updated
13606
Daniel Veillard167bd532001-01-06 21:09:34 +000013607Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13608
13609 * parser.c parserInternals.c: applied Bjorn Reese optimization
13610 patch
13611
13612Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * Makefile.am: applied patch fro make check from Martin Vidner
13615
Daniel Veillard503b8932001-01-05 06:36:31 +000013616Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * configure.in: preparing 2.2.11
13619 * doc/html/*: rebuild the HTML files
13620 * doc/xml.html : updated
13621
Daniel Veillardc2f4df22001-01-04 14:06:39 +000013622Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * tree.c: fixed a stupid bug
13625 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
13626 patches related to validation of an XInclude processing result
13627 * TODO: updated
13628
Daniel Veillarde2488192001-01-04 10:54:22 +000013629Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13630
13631 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
13632 on large files
13633
Daniel Veillardf060a412001-01-03 20:52:44 +000013634Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13635
13636 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
13637
Daniel Veillard45cff692001-01-03 18:02:04 +000013638Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13639
13640 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
13641 reported by Jonas Borgström
13642 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
13643
Daniel Veillard08108982001-01-03 15:24:58 +000013644Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13645
13646 * testXPath.c xpath.c: fixing the XPath union expressions problem
13647 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
13648
Daniel Veillard4a6845d2001-01-03 13:32:39 +000013649Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * xmllint.c: Made is so if the file name is "-" is will read form
13652 standard input. Sven Heinicke <sven@zen.org>
13653 * tree.c: fixed a problem when growing buffer
13654 * tree.h: fixed the comment of the node types following andersca
13655 comment
13656 * TODO: updated
13657
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000013658Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13659
13660 * HTMLparser.[ch]: added a way to avoid adding automatically
13661 omitted tags. htmlHandleOmittedElem() allows to change the
13662 default handling.
13663 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
13664 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
13665 of xmllint too when using --memory flag, added a memory test
13666 suite at the Makefile level.
13667 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
13668 with namespace use when encountering QNames in XPath evalation,
13669 added xmlns() scheme in XPointer.
13670 * nanoftp.c : incorporated a fix
13671 * parser.c xmlIO.c: fixed problems raised with encoding when using
13672 the memory I/O
13673 * parserInternals.c: closed bug 25934 reported by
13674 torsten.landschoff@innominate.de
13675 * TODO: updated
13676
Daniel Veillarda1fe9102000-11-25 10:49:25 +000013677Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13678
13679 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
13680 on a non-updated tree :-(, made a 2.2.10 release to correct the
13681 situation
13682
Daniel Veillardce6e98d2000-11-25 09:54:49 +000013683Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13684
13685 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
13686 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
13687 integrated a set of OpenVMS changes from Howard Taylor
13688 <Howard.Taylor@pacoast.com>
13689
Daniel Veillard58770e72000-11-25 00:48:47 +000013690Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13691
13692 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
13693 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
13694
Daniel Veillardf62ceff2000-11-24 23:36:01 +000013695Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13696
13697 * HTMLparser.c: some fixes on auto-open of html/head/body
13698 * encoding.c: fixed a compilation error on some gcc env
13699 * xpath.c xpointer.[ch] xpathInternals.h: improved the
13700 XPointer implementation
13701 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
13702 related XPointer tests and associated results
13703
Daniel Veillard300f7d62000-11-24 13:04:04 +000013704Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13705
13706 * doc/xmldtd.html doc/xml.html: following a short step by step
13707 guidance on IRC to help maciej with DTDs I started a small
13708 page on the subject.
13709
Daniel Veillard748e45d2000-11-17 16:36:08 +000013710Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13711
13712 * HTMLparser.c: fixed handling of broken charrefs
13713 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
13714 patches
13715
Daniel Veillard28929b22000-11-13 18:22:49 +000013716Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13717
13718 * doc/xml.html doc/html/* : rebuilt the docs after adding
13719 xinclude and updated page for 2.2.7 and 2.2.8
13720 * configure.in: releasing 2.2.8
13721
Daniel Veillard41e06512000-11-13 11:47:47 +000013722Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13723
13724 * parser.[ch] parserInternals.c: applied the conditional
13725 section processing fix from Jonathan P Springer
13726 <jonathan.springer2@gte.net>
13727 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
13728 project file, fixed iconv default non support
13729 * xpath.c: fixed the problem of evaluating relative expressions
13730 when a node context is provided.
13731
Daniel Veillardbf432752000-11-12 15:56:56 +000013732Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13733
13734 * nanoftp.c: fixed gcc 2.95 new warnings
13735 * SAX.c: fixed a stupid bug
13736 * tree.c: fixed a formatting problem when round-tripping
13737 from/to memory
13738 * xinclude.c: chased memleak, fixed a base problem
13739 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
13740 xmlXPtrBuildNodeList()
13741 * TODO: updated
13742 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
13743 adding a first small set of regression tests for XInclude
13744
Daniel Veillardc2def842000-11-07 14:21:01 +000013745Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13746
13747 * nanohttp.[ch]: applied Wayne Davison patches to access
13748 the WWW-Authorization header.
13749 * parser.c: Closed Bug#30847: Problems when switching encoding
13750 in short files by applying Simon Berg's patch.
13751 * valid.c: fixed a validation problem
13752 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
13753 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
13754 Wayne Davison
13755 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
13756 need to be extended to non full nodes selections.
13757 * xinclude.c: starts to work decently
13758
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000013759Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13760
13761 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
13762 debugXML.c xmlversion.h.in: Started adding XInclude support,
13763 this is a new xmllint option
13764 * tree.c xpath.c: applied TOM patches for XPath
13765 * xpointer.c: fixed a couple of errors.
13766 * uri.c: added an escaping function needed for xinclude
13767 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
13768 new warning from RH70 gcc's version
13769
Daniel Veillarda4964b72000-10-31 18:23:44 +000013770Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13771
13772 * HTMLparser.c: fixed loop on invalid char in scripts
13773 * parser.c: update to description of xmlIOParseDTD()
13774 * libxml.m4 xmlversion.h.in: changes contributed by
13775 Michael Schmeing <m.schmeing@internet-factory.de>
13776 * configure.in: preparing for 2.2.7
13777 * Makefile.am: trying to avoid config.h and acconfig.h
13778 being included in the distrib
13779 * configure.in: released 2.2.7
13780
13781Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13782
13783 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
13784 like namespaces for good. Unified xmlNs and xmlNode somewhat.
13785
Daniel Veillard01411222000-10-30 15:33:22 +000013786Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13787
13788 * parser.[ch]: added xmlIOParseDTD()
13789 * xpointer.c: added support for the 2 extra parameters of
13790 string-range, fixed a stoopid error when '0' was present
13791 in XPointer expressions
13792 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
13793 testsuite for the above
13794
Daniel Veillard6db58192000-10-30 09:27:53 +000013795Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13796
13797 * libxml.spec.in: improved package descriptions
13798
Daniel Veillarda5db68a2000-10-29 18:06:06 +000013799Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13800
13801 * xpath.c xpathInternals.h: applied a large cleaning patch
13802 from TOM <ptittom@free.fr>, it also add namespace support
13803 for function and variables registration.
13804
Daniel Veillardbd20df72000-10-29 17:53:40 +000013805Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13806
13807 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
13808 * Makefile.mingw: Wayne Davison's update adding hash.c
13809
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000013810Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13811
13812 * xpath.c: fixed the root evaluation problems
13813 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
13814 ignorable spaces with <b> <bold> <em>
13815 * tree.c: fixed a loop in xmlSearchNsByHref()
13816
Daniel Veillard767662d2000-10-27 17:04:52 +000013817Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13818
13819 * xpath.c: applied another XPath patch from TOM
13820 * xpath.c include/makefile.am: applied another patch from
13821 china@thewrittenword.com (cleanup on IRIX).
13822
Daniel Veillard211cc0a2000-10-27 11:49:33 +000013823Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13824
13825 * xml-config.1: received a fixed version from Fredrik Hallenberg
13826 <hallon@lysator.liu.se>
13827
Daniel Veillardf6bf9212000-10-26 14:07:44 +000013828Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13829
13830 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
13831 cleanup patch for XPath
13832
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000013833Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13834
13835 * patched to redirrect all "out of context" error messages to
13836 a reconfigurable routine. The changes are:
13837 * xmlerror.h : added the export of an error context type (void *)
13838 an error handler type xmlGenericErrorFunc there is an interface
13839 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
13840 to reset the error handling routine and its argument
13841 (by default it's equivalent to respectively fprintf and stderr.
13842 * all the c files: all wild accesses to stderr or stdout within
13843 the library have been replaced to calls to the handler.
13844
Daniel Veillard29a11cc2000-10-25 13:32:39 +000013845Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13846
13847 * configure.in: release 2.2.6
13848 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
13849 exporting the inner functions of xpath for extension modules
13850 * doc/*: updated and rebuilt the doc
13851
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000013852Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13853
13854 * nanohttp.c : applied Wayne HTTP cleanup patch
13855 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
13856 and xmlNodeSetSpacePreserve()
13857
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000013858Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13859
13860 * xpath.c: closing bug #29260
13861
Daniel Veillard126f2792000-10-24 17:10:12 +000013862Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13863
13864 * hash.[ch] debugXML.c: expanded/enhanced the API, added
13865 multikey tuples, made hash structure opaque
13866 * valid.[ch]: moved elements, attributes, notations decalarations
13867 as well as ID and refs to hash tables.
13868 * entities.c: hash cleanup
13869 * xmlmemory.c: fixed a dump problem in debug mode
13870 * include/Makefile.am: problem passing in DESTDIR= values patch
13871 from Marc Christensen <marc@calderasystems.com>
13872 * nanohttp.c: removed debugging remains
13873 * HTMLparser.c: the bogus tag should be ignored (Wayne)
13874 * HTMLparser.c parser.c: fixing a number of problems with the
13875 macros in the *parser.c files (Wayne).
13876 * HTMLparser.c: close the previous option when opening a new one
13877 (Marc Sanfacon).
13878 * result/HTML/*: updated the HTML results accordingly
13879
Daniel Veillard52afe802000-10-22 16:56:02 +000013880Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13881
13882 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
13883 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
13884 XPath functions and XML entities table to them. More to come...
13885 * xmlIO.c: fixed libxml closing FILEs it didn't open.
13886
Daniel Veillard683cb022000-10-22 12:04:13 +000013887Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13888
13889 * tree.c: coalesce adjacent text nodes
13890 * valid.c: handling of blank nodes in DTd validation (raised
13891 by problems with a posteriori validation).
13892 * nanohttp.c: changing behaviour on HTTP write stuff.
13893 * HTMLtree.c: forced body and html to be explicitely closed.
13894 * xpath.h: exported more XPath functions.
13895
Daniel Veillard1baf4122000-10-15 20:38:39 +000013896Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13897
13898 * Release of 2.2.5
13899 * xpointer.c: range() range-inside and other helper functions
13900 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
13901
Daniel Veillard47e12f22000-10-15 14:24:25 +000013902Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13903
13904 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
13905 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
13906
Daniel Veillardb732a0e2000-10-15 11:27:01 +000013907Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13908
13909 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
13910 and XPointer modules
13911
Daniel Veillard134c9f32000-10-15 10:27:08 +000013912Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13913
13914 * SAX.h: closed #25107
13915
Daniel Veillard39915622000-10-15 10:06:55 +000013916Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13917
13918 * testSAX.c: fixed problem with cdata reporting
13919 * SAXresult/* : updated
13920
Daniel Veillard1e851392000-10-15 10:02:56 +000013921Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13922
13923 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
13924 Closed bug #27499, added to regression tests
13925 * TODO: updated
13926
Daniel Veillard7eda8452000-10-14 23:38:43 +000013927Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13928
13929 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
13930 support for SCRIPT and STYLE with help from Bjorn Reese
13931 * test/HTML/* result/HTML/*: added simple testcase and updated
13932 the existing ones.
13933
Daniel Veillardff9c3302000-10-13 16:38:25 +000013934Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13935
13936 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
13937 string-range for empty strings
13938 * test/XPath/docs/str test/XPath/xptr/chaptersrange
13939 test/XPath/xptr/strrange: augmented the XPointer testsuite
13940
Daniel Veillard189446d2000-10-13 10:23:06 +000013941Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13942
13943 * doc/xml.html doc/xmlmem.html: added a module describing memory
13944 interfaces and use, updated the main page.
13945
Daniel Veillard2f971a22000-10-12 23:26:32 +000013946Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13947
13948 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
13949 nanoftp code work on Windows too now
13950
13951Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000013952
13953 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
13954 * xpointer.c: implemented string-range() at least a good first version
13955 * test/XPath/docs/str test/XPath/xptr/strrange
13956 result/XPath/xptr/strrange: the string-range() tests
13957
Daniel Veillardd3c68c42000-10-12 08:06:28 +000013958Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13959
13960 * Makefile.am include/Makefile.am include/win32config.h
13961 win32/Makefile.mingw: fixed problems reported by Wayne Davison
13962 and make distcheck
13963
Daniel Veillard19d61112000-10-11 23:50:35 +000013964Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13965
13966 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
13967 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
13968 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
13969
Daniel Veillardb0426ca2000-10-11 23:39:43 +000013970Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13971
13972 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
13973 patch for socklen_t detection by
13974 Albert Chin-A-Young <china@thewrittenword.com>
13975
Daniel Veillardcd429612000-10-11 15:57:05 +000013976Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13977
13978 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
13979 and added a --dtdvalid option to xmllint used to test it
13980
Daniel Veillard47c02452000-10-11 13:04:36 +000013981Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13982
13983 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
13984 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
13985
Daniel Veillard2d38f042000-10-11 10:54:10 +000013986Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13987
13988 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
13989 handlings (registration, lookup, cleanup)
13990
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000013991Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
13992
13993 * configure.in Makefile.am include/makefile.am: adding XPointer
13994 and XPtrtests target
13995 * xpointer.[ch] : new files for XPointer support
13996 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
13997 more XPath tests
13998
Daniel Veillard57fda592000-10-10 23:24:14 +000013999Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14000
14001 * configure.in: fixed, very broken, make distcheck works again
14002
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014003Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14004
14005 * More work toward 2.2.5, integrated a number of patches
14006 * configure.in Makefile.am win32config.h.in: trying to cleanup
14007 make distcheck .... huh ...
14008 * include/Makefile.am include/win32config.h: new directory
14009 for includes
14010 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14011 updated teh makefiles and instructions for WIN32
14012 * xpath.c: small fixes
14013 * test/XPath/ results/XPath: updated the testcases and results
14014 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14015 suggested patches
14016 * valid.c: fixed an ID bug
14017
Daniel Veillardb71379b2000-10-09 12:30:39 +000014018Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14019
14020 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
14021 the automake bug where wrong dependancies were generated.
14022 * xpath.[ch]: worked on XPointer
14023
Daniel Veillard7e99c632000-10-06 12:59:53 +000014024Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14025
14026 * configure.in Makefile.am: 2.2.5, ship the include in an
14027 include/libxml subdirectory, use symlinks when using CVS
14028 * testSAX.c: fixed small bug
14029 * testXPath.c: changed the way testfiles are parsed
14030 * debugXML.c: same kind of cleanup when parsing an argument expression
14031 XPath/XPointers can have blanks embedded
14032 * xpath.[ch]: more cleanup, reorgs for XPointer work
14033 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14034 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14035
Daniel Veillard55b91f22000-10-05 16:30:11 +000014036Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14037
14038 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14039 in the XPath engine, rewrote large parts of it, now it's far
14040 cleaner and in sync with the REC not an old WD. Fixed a parsing
14041 problem in the interactive XML shell found when testing XPath.
14042
Daniel Veillardac260302000-10-04 13:33:43 +000014043Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14044
14045 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14046 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14047 examples with the extra test
14048
Daniel Veillard7cfce322000-10-04 12:40:27 +000014049Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14050
14051 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14052 the global init function.
14053
Daniel Veillard970112a2000-10-03 09:33:21 +000014054Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14055
14056 * HTMLparser.c: Doohhh, attribute name parsing was still case
14057 sensitive ! Fixed this ...
14058 * result/HTML/* : updated the tests results accordingly
14059
Daniel Veillard740abf52000-10-02 23:04:54 +000014060Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14061
14062 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14063 engine, should be far more stable, incorporated a new version of
14064 preceding/following axis, need testing
14065 * uri.c: fixed file:///c:/a/b/c problem
14066 * test/XPath/tests/idsimple: augmented the XPath tests
14067
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014068Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14069
14070 * doc/* rebuilding docs for 2.2.4 release
14071
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014072Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14073
14074 * configure.in: releasing 2.2.4
14075 * parser.[ch]: added xmlStrEqual()
14076 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14077 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14078 use xmlStrEqual instead
14079 * TODO: updated
14080 * added an XPath test
14081
Daniel Veillardbc765302000-10-01 18:23:35 +000014082Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14083
14084 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14085 * entities.h: exported xmlInitializePredefinedEntities
14086 * parser.[ch] : added xmlInitParser()
14087 * parserInternals.h : had to export htmlInitAutoClose()
14088
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014089Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14090
14091 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14092 problems
14093 * Makefile.am : added XPath regression tests to normal tests
14094 * uri.c: fixed a problem with local paths, cleanup
14095 * parser.c: fixed a problem with large CData sections
14096
Daniel Veillardd2ade932000-09-30 14:39:55 +000014097Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14098
14099 * configure.in xml-config.in: patch from "Ben Taylor"
14100 <sol7x86@hotmail.com> for solaris shared libs lookup
14101
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000141022000-09-30 Martin Baulig <baulig@suse.de>
14103
14104 * libxml-2.0.pc.in: Provide pkg-config script.
14105
14106 * configure.in: Create the libxml-2.0.pc script from the
14107 libxml-2.0.pc.in templates.
14108 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014109 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014110
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014111Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14112
14113 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14114 when compiling with MSC
14115
Daniel Veillard46057e12000-09-24 18:49:59 +000014116Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14117
14118 * xpath.c: patch for normalize-string() substring-before(),
14119 substring-after() and translate() functions from Bjorn Reese
14120 <breese@mail1.stofanet.dk>
14121 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14122 Fredrik Hallenberg <hallon@lysator.liu.se>
14123 * TODO: updated
14124
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014125Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14126
14127 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14128 problem of socklen_t being undefined on a number of platforms
14129 * debugXML.c: fixed a compilation problem when without snprintf
14130
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014131Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14132
14133 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14134 an URI bug and a fix for the control-character-induced infinite loop
14135 * nanohttp.c: preventive fix for compiling on WIN32
14136
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014137Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14138
14139 * xmlint.c: closing bug #25000
14140
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014141Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14142
14143 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14144 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14145 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14146 related function, fixing xmlStrncmp(), and associated cleanup
14147 * result/HTML/entities.html.sax: updating result
14148
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014149Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14150
14151 * uri.c: applied patch for URI escaping from Wayne Davison
14152 <wayned@blorf.net>
14153 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14154 from Denis Barbier <barbier@imacs.polytechnique.fr>
14155 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14156 patch from Wayne Davison
14157
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014158Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14159
14160 * doc/xml.html : updated with new releases, adding "how to help"
14161
Daniel Veillard04698d92000-09-17 16:00:22 +000014162Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14163
14164 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14165 removed a few warnings in pedantic mode ...
14166 * parserInternals.c parser.c: moved encoding switching function
14167 to parserInternals.c
14168 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14169
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014170Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14171
14172 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14173 error or warning handlers
14174
Daniel Veillardb1059e22000-09-16 14:02:43 +000014175Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14176
14177 * parserInternals.c parserInternals.h parser.c Makefile.am:
14178 created a new module parserInternals.c, moved most of the
14179 code shared by the various parsers there, as well as
14180 deprecated code from parser.c. More cleanup of parser.c
14181 * uri.c: fixed a problem when URI is NULL
14182 * valid.c: speedup when looking for an attribute declaration
14183
Daniel Veillard39c7d712000-09-10 16:14:55 +000014184Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14185
14186 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14187 the cleanup of the computation of URI references when seeking
14188 external entities. The URI reference string and the resulting
14189 URI are both stored now.
14190 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14191 large s(n)printf checks and cleanup from Denis Barbier
14192 <barbier@imacs.polytechnique.fr>
14193 * xmlversion.h.in tree.h: couple of SGML declarations for a
14194 possible docbook module.
14195 * result/VC/ : a couple of test output changed due to the change
14196 of the entities URI
14197
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014198Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14199
14200 * parser.h: added a _private field for linking user's data
14201
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014202Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14203
14204 * parser.c parserInternals.h: demacroified most of the IS_XXX
14205 the gain in size is significant so ...
14206
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014207Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14208
14209 * entities.c: cases where looking up entities with doc==NULL
14210 covered
14211
Daniel Veillard90e11312000-09-05 10:42:32 +000014212Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14213
Daniel Veillard1de50802000-09-07 08:54:32 +000014214 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014215 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14216
Daniel Veillard98a79162000-09-04 11:15:39 +000014217Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14218
Daniel Veillard1de50802000-09-07 08:54:32 +000014219 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014220 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14221 * Makefile.in: added URItest and included thenin "make tests"
14222
14223Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014224
14225 * xmlversion.h.in: closed bug 22941
14226
Daniel Veillard2bb89092000-08-31 14:57:50 +000014227Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14228
14229 * doc/xmlio.html: added doc and example for entity loader
14230 redefinition.
14231
Daniel Veillard96984452000-08-31 13:50:12 +000014232Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14233
14234 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14235 used by libxml
14236
Daniel Veillarde715dd22000-08-29 18:29:38 +000014237Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14238
14239 * parser.c: Fixed bug on invalid ontent characters and when using
14240 push.
14241 * xmllint.c: fixed xmllint endling of errors in push mode
14242
Daniel Veillard4948eb42000-08-29 09:41:15 +000014243Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14244
14245 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014246 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000014247 * result/HTML/*.sax: regenerated HTML SAX output
14248 * parser.c: more cleanup.
14249
Daniel Veillarde010c172000-08-28 10:04:51 +000014250Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14251
14252 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014253 patches from Wayne Davison <wayned@users.sourceforge.net>,
14254 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000014255 * HTMLparser.c: fixed an ignorable white space detection bug
14256 occuring when parsing with SAX only
14257 * result/HTML/*.sax: updated since the output is now HTML
14258 encoded...
14259
Daniel Veillard47f3f312000-08-27 22:40:15 +000014260Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14261
Daniel Veillardbbe11b02000-09-23 07:07:40 +000014262 * HTMLparser.[ch]: applied some of Wayne Davison
14263 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000014264
Daniel Veillarde0854c32000-08-27 21:12:29 +000014265Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14266
14267 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
14268 undeclared namespace prefix was used, added a warning.
14269 Cleaned up support w.r.t. entities, spilling out a warning
14270 and being pedantic on lookups.
14271 * test/warning/ent9 : added testcase for previous example.
14272 * TODO: updated
14273 * parserInternals.h parser.c: changed the way names are parsed
14274 now allow infinite size and decrease penalty for normal use
14275 * parser.c: Started a big cleanup/check of the parser code,
14276 fixed some of the most tortuous entity code, spotted code
14277 unused anymore
14278 * test/*: added tests for very long names and related nasty
14279 things.
14280
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000014281Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14282
14283 * doc/encoding.html: added encoding aliases doc
14284 * doc/xml.html: updates
14285 * encoding.[ch]: added EncodingAliases functions
14286 * entities.[ch] valid.[ch] debugXML.c: removed two serious
14287 bottleneck affecting large DTDs like Docbook
14288 * parser.[ch] xmllint.c: added a pedantic option, will be
14289 useful
14290 * SAX.c: redefinition of entities is reported in pedantic mode
14291 * testHTML.c: uninitialized warning from gcc
14292 * uri.c: fixed a couple of bugs
14293 * TODO: added issue raised by Michael
14294
Daniel Veillard0d6b1702000-08-22 23:52:16 +000014295Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14296
14297 * doc/encoding.html: propagated Martin Duerst suggestions
14298
Daniel Veillard52402ce2000-08-22 23:36:12 +000014299Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14300
14301 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
14302 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
14303 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
14304 by Wayne Davison
14305
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014306Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14307
14308 * nanoftp.c nanohttp.c: small cleanup
14309 * TODO: updated
14310
Daniel Veillard244ece92000-08-19 20:58:02 +000014311Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14312
14313 * added an old VC testcase and updated title.xml entity
14314
Daniel Veillardb8f25c92000-08-19 19:52:36 +000014315Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14316
14317 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
14318 done on auto-opening of <p> tags and cleanup of SAX output
14319
Daniel Veillard979e55e2000-08-19 16:48:54 +000014320Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14321
14322 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
14323
Daniel Veillard4540be42000-08-19 16:40:28 +000014324Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14325
14326 * doc/xml.html libxml.* structure.*: updated the doc a bit
14327
Daniel Veillard808a3f12000-08-17 13:50:51 +000014328Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14329
14330 * testSAX.c testHTML.c result/HTML/: cleanup of the output
14331 of SAX tests
14332
Daniel Veillard29579362000-08-14 17:57:48 +000014333Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14334
14335 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14336 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
14337
Daniel Veillard1255ab72000-08-14 15:13:33 +000014338Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14339
14340 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
14341 * testHTML.c: fix core dump on Solaris 2.x systems
14342 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
14343 * result/HTML/*.sax: previous bug fix lead to new results
14344
Daniel Veillard03109292000-08-14 14:58:22 +000014345Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14346
14347 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
14348 * configure.in: added --with-readline=DIR to accept alternate
14349 path for readline include/library
14350 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
14351 for ANSI under HP-UX
14352 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
14353 includes @LIBS@
14354
Daniel Veillard7c29ce22000-08-12 21:20:53 +000014355Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14356
14357 * doc/* : rebuilt the docs
14358 * getting ready for 2.2.2 release
14359
Daniel Veillard87b95392000-08-12 21:12:04 +000014360Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14361
14362 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
14363 and xmlAddFeature()
14364 * tree.[ch]: added xmlAddChildList()
14365 * xmllint.c: MAP_FAILED macro test
14366 * parser.h: added xmlParseCtxtExternalEntity()
14367 * valid.c: applied bug fixes removed warning
14368 * tree.c: added CDATA block to elements content
14369 * testSAX.c: cleanup of output
14370 * testHTML.c: added SAX testing
14371 * encoding.c: better error recovery
14372 * SAX.c, parser.c: fixed one of the external entity processing
14373 of the OASis testsuite
14374 * Makefile.am: added HTML SAX regression tests
14375 * configure.in: bumped to 2.2.2
14376 * test/HTML/ result/HTML: added a few of HTML tests, and added the
14377 SAX results
14378
Daniel Veillard88a172f2000-08-04 18:23:10 +000014379Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14380
14381 * configure.in: patch for HP compiler
14382
143832000-08-04 Sven Heinicke <sven@zen.org>
14384
14385 * xmllint.c: Was coredumping sometimes when the file given didn't
14386 exist.
14387
Daniel Veillard46e370e2000-07-21 20:32:03 +000014388Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14389
14390 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000014391
Daniel Veillard46e370e2000-07-21 20:32:03 +000014392 when using in memory parsing. Need some cleanup.
14393 * xmllint.c configure.in: added a --memory flag to test memory
14394 parsing
14395
Daniel Veillard36650692000-07-21 15:16:39 +000014396Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14397
14398 * nanohttp.c: fixed socklen_t replacement to unsigned int
14399 * parser.c: fixed a space handdling missing at the end of
14400 production 28 DOCTYPE.
14401 * xmlmemory.c: fixed a stupid bug on the routine to override
14402 allocation functions
14403 * TODO: updated
14404
Daniel Veillarde46e20d2000-07-14 15:02:46 +000014405Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14406
14407 * doc/ regenerated the docs
14408
Daniel Veillard32bc74e2000-07-14 14:49:25 +000014409Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14410
14411 * doc/encoding.html doc/xml.html: added I18N doc
14412 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
14413 improvements, both parser and filters, added ASCII & HTML,
14414 fixed the ISO-Latin-1 one
14415 * xmllint.c testHTML.c: added/made visible --encode
14416 * debugXML.c : cleanup
14417 * most .c files: applied patches due to warning on Windows and
14418 when using Sun Pro cc compiler
14419 * xpath.c : cleanup memleaks
14420 * nanoftp.c : added a TESTING preprocessor flag for standalong
14421 compile so that people can report bugs more easilly
14422 * nanohttp.c : ditched socklen_t which was a portability mess
14423 and replaced it with unsigned int.
14424 * tree.[ch]: added xmlHasProp()
14425 * TODO: updated
14426 * test/ : added more test for entities, NS, encoding, HTML, wap
14427 * configure.in: preparing for 2.2.0 release
14428
Daniel Veillard49703262000-07-10 10:27:46 +000014429Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14430
14431 * nanoftp.c: fixed the way the control connection is handled
14432 * libxml.spec.in: fixed the dependancies and cleanup
14433
Daniel Veillard306be992000-07-03 12:38:45 +000014434Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14435
14436 * doc/xml.html: changed the xmlsoft.org structure, updated the
14437 examples w.r.t. root and childs
14438
Daniel Veillard7d853352000-07-02 18:53:09 +000014439Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14440
14441 * libxml.spec.in: fixed bug #7419, dependancies fouled for libxml-devel
14442
Daniel Veillard365e13b2000-07-02 07:56:37 +000014443Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14444
14445 * HTMLparser.c: Work on character encoding support for the HTML parser
14446 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
14447 * encoding.c: Fixed a potential memleak in the encoding stuff
14448
Daniel Veillardaf743792000-07-01 11:49:28 +000014449Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14450
14451 * doc/FAQ.html doc/Makefile.am : added a FAQ
14452
14453Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000014454
14455 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
14456 of the HTML parser to force it to not bypass SAX
14457
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000014458Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14459
14460 * win32config.h.in: updated
14461 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
14462 lacks iconv support :-( need to release 2.1.1
14463 * configure.in: release 2.1.1
14464 * HTMLparser: fixed bug #14784
14465 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
14466 by Windows compiler
14467 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
14468 the SAX startDocument() callback.
14469 * TODO: updated
14470
14471Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14472
14473 * added xmlStopParser()
14474
Daniel Veillardbe803962000-06-28 23:40:59 +000014475Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14476
14477 * configure.in: 2.1.0 prerelease
14478 * Large resync between W3C and Gnome tree
14479 * nanoftp, nanohttp.c: fixed stalled connections probs
14480 * HTMLtree.c SAX.c : support for attribute without values in
14481 HTML for andersca
14482 * valid.c: Fixed most validation + namespace problems
14483 * HTMLparser.c: start document callback for andersca
14484 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
14485 * parser.h, SAX.c: serious speed improvement for large
14486 CDATA blocks
14487 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
14488 different encoding
14489 * example/Makefile.am example/gjobread.c tree.h: work on
14490 libxml1 libxml2 convergence.
14491 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
14492 and the LIBXML_TEST_VERSION macro
14493
Daniel Veillardc310d562000-06-23 18:32:15 +000014494Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14495
14496 * doc/xml.html: various patches and improvements typo fixed by
14497 Felix Natter
14498 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
14499 from Felix Natter <fnatter@gmx.net>
14500
Daniel Veillardf3029822000-05-06 08:11:19 +000014501Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14502
14503 * doc/upgrade.html: updated with instructions for support of both
14504 libxml-1.x and libxml-2.x
14505 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
14506 for 2.x support and also fixed includes
14507
14508
Daniel Veillard496a1cf2000-05-03 14:20:55 +000014509Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14510
14511 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
14512 the encoding support, added iconv support, so now libxml if
14513 compiled with iconv automatically support japanese encodings
14514 among others. Work based on initial patch from Yuan-Chen Cheng
14515 I may have broken binary compat in the encoding handler
14516 registration scheme, but that was so utterly broken I don't
14517 expect anybody to have used this feature until now.
14518 * parserInternals.h: fixup on the CHAR range macro
14519 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
14520 code.
14521 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
14522 * uri.c: added xmlParseURI() I can't believe I forgot to
14523 implement this one in 2.0 !!!
14524 * SAX.c: moved doc->encoding update in the endDocument() call.
14525 * TODO: updated.
14526
Daniel Veillard06047432000-04-24 11:33:38 +000014527Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14528
14529 * tree.h: removed extraneous xmlRemoveProp definition
14530 * TODO: added item about --disable-corba configure switch
14531 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
14532 * nanoftp.c: fixed include problems giving troubles on AIX and
14533 slowlaris
14534 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
14535 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
14536 comment and headers changes to lower gtk-doc number of warnings
14537 * doc/html/*: rebuilt docs
14538
Daniel Veillarde0aed302000-04-16 08:52:20 +000014539Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14540
14541 * HACKING: documented the tag for 1.x and instructions
14542
Daniel Veillard5e873c42000-04-12 13:27:38 +000014543Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
14546 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
14547 xmlCreateIOParserCtxt
14548 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
14549 significant overall improvement
14550 * xmllint.c: added I/O test to xmllint
14551 * testSAX.c: added a speed test
14552 * doc/* : updated/regenerated
14553
Daniel Veillardfc708e22000-04-08 13:17:27 +000014554Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14555
14556 * xpath.c uri.h parserInternals.h: cosmetic changes from
14557 "Timur I. Bakeyev" <timur@bat.ru>, including making
14558 xmlCreateURI() public
14559
Daniel Veillard5d211f42000-04-07 17:00:24 +000014560Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14561
14562 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
14563 and the code at the same time. Added a clean mechanism for
14564 overload or added input methods: xmlRegisterInputCallbacks()
14565 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
14566 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
14567 * TODO: updated
14568 * doc/* : updated/regenerated
14569 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
14570 source dir
14571
Daniel Veillarde77a9182000-04-05 19:12:29 +000014572Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * testURI.c: yet another forgotten commit, I should get some sleep !
14575
Daniel Veillardce8b83b2000-04-05 18:38:42 +000014576Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14577
14578 * xmllint.c: forgot to commit this too ?
14579
Daniel Veillardb9df4042000-04-05 14:23:16 +000014580Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14581
14582 * xmlversion.h.in : forgot to commit this previously
14583
Daniel Veillard361d8452000-04-03 19:48:13 +000014584Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14585
14586 * configure.in: preparing libxml-2.0.0 version looks Ok so far
14587 * README TODO: updated for release
14588 * uri.c uri.h: added authority parsing/saving
14589 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
14590 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
14591 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
14592 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
14593 Makefile.am : added compile-time customization of libxml
14594 --with-ftp --with-http --with-html --with-xpath --with-debug
14595 --with-mem-debug
14596 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
14597 #include <libxml/xxx.h> I hope it won't break too much stuff
14598 and will be manageable in the future...
14599 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
14600 and added xmllint to the installed programs
14601 * uri.h: added xmlFreeURI()
14602
Daniel Veillardec303412000-03-24 13:41:54 +000014603Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14604
14605 * uri.c uri.h: finished the escaping handling, the base support
14606 and the URI path normalization. Looks good just lacks the
14607 authority content parsing code.
14608 * Makefile.am: added instructions to generate testURI
14609 * TODO: updated
14610 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
14611 added links and icons for W3C and Gnome
14612
Daniel Veillard8f621982000-03-20 13:07:15 +000014613Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14614
14615 * xmlmemory.[ch] : seems I forgot to actually update the files in
14616 the last commit :-)
14617 * doc/xml.html doc/html/* : updated and uploaded the docs
14618
Daniel Veillard3dd82e72000-03-20 11:48:04 +000014619Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14620
14621 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
14622 * TODO: updated
14623 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000014624 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000014625 gfree).
14626 * Makefile.am, uri.c, uri.h: added a set of functions to do
14627 exact (litteraly copied from the RFC 2396 productions) parsing
14628 and handling of URI. Will be needed for XLink, one XML WFC,
14629 XML Base and reused in the nano[ftp/http] modules. Still work
14630 to be done.
14631
Daniel Veillardedfb29b2000-03-14 19:59:05 +000014632Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14633
14634 * configure.in, libxml.spec.in : libxml2
14635 * doc/* : updated the doc page, rebuilt the docs
14636
Daniel Veillardcf461992000-03-14 18:30:20 +000014637Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14638
14639 * all: tagged LIB_XML_1_X
14640 * *.c *.h : updated from W3C CVS tree
14641 * configure.in : 2.0.0-beta
14642 * libxml.spec.in : libxml2 package nam
14643 * result/* : new version of the tests output
14644
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000014645Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14646
14647 * doc/xml.html, doc/update.html: updated docs, 1.8.7
14648
Daniel Veillardb566ce12000-03-04 11:39:42 +000014649Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
14651 * doc/* : rebuilt the docs
14652 * parser.c: final patch on #6766
14653 * valid.c: small patch on validity checks.
14654
Daniel Veillardfb76c402000-03-04 11:39:42 +000014655Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14656
14657 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
14658 added
14659 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
14660 compatibility w.r.t. XML spec and existing code.
14661
Daniel Veillard90fb02c2000-03-02 03:46:43 +000014662Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14663
14664 * parser.c: seems a better solution to <a> </a> exists,
14665 will try it for a while
14666
Daniel Veillard83a30e72000-03-02 03:33:32 +000014667Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14668
14669 * parser.c: tried to remove the <a> </a> generating <a/>
14670 this is hard. Left a flag for that purpose. Fixed bug #6766
14671 * configure.in: prepared 1.8.7 not released, due to previous
14672 problem
14673
Daniel Veillard88f00ae2000-03-02 00:15:55 +000014674Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * doc/xml.html : applied second patch from Paul DuBois
14677
Daniel Veillard402e8c82000-02-29 22:57:47 +000014678Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14679
14680 * doc/xml.html : applied patch from Paul DuBois
14681
Daniel Veillardd0f7f742000-02-02 17:42:48 +000014682Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
14685
Daniel Veillard5feb8492000-02-02 17:15:36 +000014686Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14687
14688 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
14689 compilation warnings on various platforms.
14690 * parser.c: Fixed #5281 validity error callbacks are now desactived
14691 by default if not validating.
14692
Daniel Veillardf341f932000-02-02 14:52:08 +000014693Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14694
14695 * nanoftp.c, win32config.h.in: patches to compile on WIN32
14696
Daniel Veillard13c757e2000-02-01 23:59:15 +000014697Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14698
14699 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
14700 <gkatsi@cs.toronto.edu>
14701
Daniel Veillard726e8792000-01-30 20:04:29 +000014702Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14703
14704 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
14705 processing URLs
14706
Daniel Veillarde41f2b72000-01-30 20:00:07 +000014707Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14708
14709 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
14710 xmlNanoFTPUpdateURL for persistent control connections.
14711 * configure.in: 1.8.6
14712
14713Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14714
14715 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
14716 * tree.[ch] : added xmlSaveNoEmptyTags
14717
James Henstridgef3be9312000-01-28 13:59:21 +0000147182000-01-29 James Henstridge <james@daa.com.au>
14719
14720 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
14721
14722 * Makefile.am: added nanoftp.[ch] to the build.
14723
Daniel Veillardaeea04f2000-01-25 19:27:27 +000014724Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14725
14726 * nanoftp.[ch]: cleanup, comments, API
14727 * debugXML.c : fixed a bug in the cat command
14728 * doc/*: regenerated the docs
14729
Daniel Veillardda07c342000-01-25 18:31:22 +000014730Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14731
14732 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
14733 * debugXML.c : fixed a bug in the cat command
14734 * valid.c: fixing some small probs
14735 * libxml.spec.in: get rid of the SNAP suffix
14736 * doc/xml.html: updated the status
14737
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000014738Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14739
14740 * xml-config.in: xml-config --version to just return the
14741 version number
14742 * xpath.c: some cleanup w.r.t. axis when the current node is
14743 an attribute.
14744 * TODO: updated
14745
Daniel Veillard461a66c2000-01-18 18:01:01 +000014746Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14747
14748 * configure.in: prepared for libxml-1.8.5
14749 * doc/* recompiled the documentation
14750
147512000-01-17 Jody Goldberg <jgoldberg@home.com>
14752
14753 * configure.in : WARNING autoconf subtlety alert :
14754 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
14755 when looking for zlib.h so that HAVE_ZLIB_H is defined.
14756 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
14757 get defined by AC_CHECK_HEADERS.
14758
Daniel Veillardf967b902000-01-17 16:06:10 +000014759Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14760
14761 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
14762 Rune.Djurhuus@fast.no
14763
Daniel Veillardad8f99d2000-01-15 14:20:03 +000014764Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14765
14766 * TODO: updated
14767 * tree.c, parser.c: made sure that only memory alloc problems
14768 and internal parser errors are allowed to write to stdout or
14769 stderr.
14770
Daniel Veillard0142b842000-01-14 14:45:24 +000014771Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14772
14773 * tree.c : restored xmlNewGlobalNs since this seems used by
14774 a lot of existing code :-(, fixed a bug in xmlNewNs
14775 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
14776 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
14777 to exit() from the library code.
14778 * xpath.c, parser.c: removed bugs or unused code detected by
14779 Windows compilers
14780 * parser.c: started adding interfaces for parsing well balanced
14781 XML fragments
14782 * configure.in: releasing 1.8.4
14783 * doc/* : rebuilt the docs
14784
Daniel Veillard2eac5032000-01-09 21:08:56 +000014785Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14786
14787 * tree.[ch] : added xmlNewDocFragment() for DOM
14788 * testHTML.c: uninitialized variable.
14789
Daniel Veillardf3a73582000-01-05 14:58:39 +000014790Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14791
14792 * doc/* : rebuild the docs
14793
Daniel Veillard71b656e2000-01-05 14:46:17 +000014794Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14795
14796 * acconfig.h: readline and history patch
14797 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
14798 * tree.c: added check and handling when possibly removing an ID
14799 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
14800 and saving.
14801 * test/HTML/entities.html result/HTML/entities.html* : test for
14802 various entities reference cases
14803 * result/HTML/* : as a result output of some testcase have
14804 changed
14805 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
14806 by previous example. added xmlParseTryOrFinish().
14807 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
14808 entities.h debugXML.h HTMLparser.h: changed the way struct are
14809 declared to allow gtk-doc to expose those
14810 * parser.c: closed bug #4960
14811 * Makefile.am configure.in: Applied patch from
14812 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
14813 and math/socket libs detection
14814
Daniel Veillard437b87b2000-01-03 17:30:46 +000014815Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14816
14817 * configure.in, Makefile.am: link tester against readline
14818 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
14819
Daniel Veillard686d6b62000-01-03 11:08:02 +000014820Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14821
14822 * tree.[ch]: added xmlRemoveProp
14823 * win32config.h.in nanohttp.c: avoid including the Windows
14824 socket stuff in every C files
14825 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
14826 the XmL parser(s)
14827 * test/ns4 result/ns4 etc...: added test case for previous prob
14828 * tree.c: xmlNewNs wasn't checking for double definition
14829 * Makefile.in: fixed a problem with dist-hook duplicates
14830 * parser.[hc], xmlIO.c: fixed the loading of external entities
14831 APIs, now xmlLoadExternalEntity() is used everywhere and
14832 setting up an app specific front-end using the
14833 * SAX.c parser.c: some fixes, now the xhtml spec validates
14834 with the xhtml DTD.
14835 * error.c: fixed crashes in case of no input stream
14836 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
14837 to the validation tests and results
14838
Daniel Veillard5e5c6231999-12-29 12:49:06 +000014839Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14840
14841 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
14842 too htmlCreatePushParserCtxt() and htmlParseChunk()
14843 * parser.c: a bit of cleanup.
14844 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
14845 to XML) removed the last mem leak known
14846 * HTMLtree.c: output message cleanup
14847 * xmlmemory.c: display content info about memory blocks
14848 * result/HTML/wired.* : missing att value warning change
14849
Daniel Veillardbe849cf1999-12-28 16:43:59 +000014850Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14851
14852 * doc/* : rebuilt the documentation
14853
Daniel Veillarddbfd6411999-12-28 16:35:14 +000014854Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14855
14856 * parser.[ch] parserInternals.h: Push parser for XML,
14857 seems to work fine now
14858 * tester.c debugXML.[ch]: Added an XML shell debug facility and
14859 --push for push testing
14860 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
14861 * testSAX.c: added --push
14862 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
14863 subtree
14864 * xmlIO.[ch] : enriched API + fixes for push mode
14865 * entities.[ch]: added the entity content length to the struct.
14866 * xmlmemory.[ch]: new API to show the last entries for the shell
14867 * valid.c: added required attribute testing
14868 * SAX.c: the cdata callback now merge contiguous fragments
14869 * HTMLparser.c: cleanup of some macros
14870
Daniel Veillard3c558c31999-12-22 11:30:41 +000014871Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14872
14873 * parser.c: fix for PIs name starting with xml
14874 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000014875 * *.c, configure.in win32config.h.in : generate win32config.h for
14876 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000014877
Daniel Veillard0caf07a1999-12-21 16:25:49 +000014878Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14879
14880 * parser.c: fixed a stupid = vs. == bug :-(
14881 * doc/gnome-xml.sgml: s/glade/xml/
14882
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000014883Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14884
14885 * configure.in, doc/xml.html : bug fix release 1.8.2
14886 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
14887 Hopefully the end of that silly C++ include problem
14888 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
14889 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
14890 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
14891 troubles with autoclosed elements when the stree shape doesn't
14892 follow the DtD specs. Added htmlIsAutoClosed() and
14893 htmlAutoCloseTag()
14894 * result/HTML/*.htm*: Updated the HTML examples regression tests output
14895 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
14896 * debugXML.c: fixed a bug on printing default namespaces.
14897 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
14898
Daniel Veillardb24054a1999-12-18 15:32:46 +000014899Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14900
14901 * result/HTML/*.htm[l] : updated the HTML regression tests according
14902 to the new output
14903 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
14904 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
14905 problem due to intermix of extern "C" { ... } declarations for C++
14906 and recursive includes in the headers
14907
Chris Lahey323c48c1999-12-18 15:32:45 +0000149081999-12-20 Chris Lahey <clahey@umich.edu>
14909
14910 * HTMLtree.c: Made it so that html nodes with a single child do
14911 not insert a carriage return before or after the child node.
14912
Daniel Veillardb24054a1999-12-18 15:32:46 +000014913Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000014914
14915 * configure.in, doc/xml.html : bug fix release 1.8.1
14916 * parser.c: fixed bug #4344
14917 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
14918 added the glue to avoid C++ problems
14919 * doc/* : regenerated the documentation
14920
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000014921Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14922
14923 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
14924 namespace recognition, and Dia as a resul :-(
14925 * encoding.c: closed bug #3950
14926
Daniel Veillard944b5ff1999-12-15 19:08:24 +000014927Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14928
14929 * valid.c: debugging a posteriori validation, except URI expansion
14930 stuff this should be fixed now
14931 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
14932 Carl Nygard <cnygard@bellatlantic.net>
14933 * tester.c: added --postvalid, cleaning of the code
14934 * tree.[ch]: added xmlDocGetRootElement()
14935
Ramiro Estrugobfce3771999-12-15 04:32:07 +000014936Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
14937
14938 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
14939 c++ losage.
14940
Daniel Veillard10a2c651999-12-12 13:03:50 +000014941Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14942
14943 * configure.in, doc/xml.html : bumped to 1.8.0
14944 * xlink.[ch], Makefile.am : added framework for link detection
14945 * parser.h: added nbChars to parser context, needed for cleanup.
14946 * xmlmemory.c: removed a nasty bug when out of mem
14947 * valid.[ch]: adding namespace support for attribute decl
14948 * tester.c: added --debugent option
14949 * debugXML.[ch]: added xmlDebugDumpEntities()
14950 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
14951 buffers instead, this was really needed, validation was breaking
14952 in strange ways due to that. Added xmlParseStringPEReference()
14953 and other parsing from strings functions. Entities processing
14954 modified again, but PERef are still not handled correcly but
14955 unless you're Eve Maller you won't notice :-)
14956 * HTMLparser.c: large changes toward reliability, and switched to
14957 lowercase internal tags, XHTML is lowercase, so it will help
14958 that output is closer to next version.
14959 * doc/* : regenerated the documentation, it is now hosted at
14960 http://xmlsoft.org/ (same bits I just bought the domain :-)
14961
14962
Daniel Veillard294cbca1999-12-03 13:19:09 +000014963Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14964
14965 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
14966 doc generation
14967 * parser.c: fixed bugs #3908 and #3937 and a memory leak
14968 in the SAX API
14969 * doc/*: rebuilt the doc making sure everything appears in the
14970 HTML files
14971
Daniel Veillardf5c2c871999-12-01 09:51:45 +000014972Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14973
14974 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
14975 added the patch from Carl Nygard <cnygard@bellatlantic.net>
14976 which allow impressive speed improvement on dataset with
14977 large text pieces, but at the cost of broken binary
14978 compatibility and slightly bigger memory usage.
14979 Configure with --with-buffers to activate them, they
14980 are protected with XML_USE_BUFFER_CONTENT define.
14981 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
14982 goal is 0 memory left allocated once parser is no more used
14983 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
14984 call xmlCleanupParser() and xmlMemoryDump()
14985
Daniel Veillarda819dac1999-11-24 18:04:22 +000014986Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14987
14988 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
14989 * parser.[ch] encoding.[ch]: added memory cleanup routines
14990 * parser.c: closing bug #3788
14991 * doc/*: rebuilt the doc
14992
Daniel Veillard11a48ec1999-11-23 10:40:46 +000014993Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
14994
14995 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
14996 xmlNewTextChild() and xmlSetCompressMode() behaviour.
14997 * tester.c: added --compress option
14998 * doc/*: rebuilt the documentation
14999
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015000Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15001
15002 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15003 if given /proc/kcore as input !
15004 * doc/xml.html doc/*: updated and rebuilt the documentation
15005
15006Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015007
15008 * parser.c: Fixed some wrongly space collapsing code due to
15009 a misreading of the spec.
15010 * result/*: fixed the output accordingly
15011
15012Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015013
15014 * encoding.c: bug fix and typos
15015 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15016 * parser.c: added attribute normalization closing bug #3597
15017 * test/att* result/att* SAXresult/att*: testcase for attribute
15018 normalization
15019
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015020Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15021
15022 * configure.in: closing bug #3163 by adding extra flags for the
15023 cc compiler on HP-UX
15024
Daniel Veillard51e3b151999-11-12 17:02:31 +000015025Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15026
15027 * valid.[ch] : removed a typo and an enumerated type bug in the
15028 xmlAddElementDecl() function
15029 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15030 call to xmlEncodeEntitiesReentrant() so that the functions
15031 New, Set and Get are at the same level.
15032 * parser.c HTMLparser.c: extra memory allocation bug for
15033 attributes detected by someone using libxml in embedded systems :-)
15034
Daniel Veillard962195f1999-10-28 15:51:53 +000015035Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15036
15037 * xmlmemory.h: turned off mem debug :-\
15038
Daniel Veillard35008381999-10-25 13:15:52 +000015039Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15040
15041 * parser.c: closed bug #2784 a one line fix, but worth pushing
15042 a new release out
15043 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15044 some structures, comments before and after the
15045 main element, and other nastyness
15046 * HTMLtree.c tree.c: accomodate the extended HTML supported
15047 * configure.in: pushing 1.7.4
15048 * test/ent8 and related outputs : added a new test for bug #2784
15049 * test/HTML/wired.html and related output: a nasty HTML example
15050 * Makefile.am: improved the test scripts
15051 * docs/* : reran the documentation extractor, updated xml.html
15052
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015053Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15054
15055 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15056 HTMLparser and debugged the HTML related code. HTML documents
15057 now have their own type
15058 * entities.c: do not dump &apos; for HTML output
15059 * xmlmemory.c: improvement, breakpoint mechanism
15060 * testHTML.c: added --sax --repeat ...
15061 * Makefile.am: improved the HTML tests
15062 * valid.[ch]: added xmlValidGetValidElements and
15063 xmlValidGetPotentialChildren
15064 * tester.c: added --insert to test the 2 new functions
15065 * test//* result//* SAXresult//* : regression test cleanup
15066 and extension.
15067 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15068 gnome-xml-nanohttp.html
15069
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015070Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15071
15072 * HTMLparser.c: fixed problems with some autoclose tags
15073 * tree.c: fixed XML output problems.
15074 * result/* SAXresult/*: update of the tests output
15075
Daniel Veillard6077d031999-10-09 09:11:45 +000015076Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15077
15078 * Makefile.am: Arturo patch for xmlConf.sh version info
15079 * parser.c: Tim Josling patch for single quoted items
15080 * tester.c: Tim Josling patch for tester options usage
15081 * tree.h: indent cleanup
15082
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015083Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15084
15085 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15086 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15087
Daniel Veillard00fdf371999-10-08 09:40:39 +000015088Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15089
15090 * tree.c : Raph patch for initialization of CORBA fields
15091 * parser.c, xpath.c, ...: modification of doc comments
15092 * xpath.c : allow spaces in xpath expressions
15093
Daniel Veillardad219441999-09-27 08:17:49 +000015094Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15095
15096 * xmlmemory.h: turning off memory debug :-(
15097
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015098Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15099
15100 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15101 better SAX interfaces.
15102 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15103 entity.
15104 * configure.in: 1.7.2
15105
15106Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015107
15108 * libxml.spec.in: fixed the URL
15109 * doc/xml.html: improved the documentation front-end
15110
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015111Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015112
15113 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15114
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015115Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015116
15117 * libxml.spec.in: fixed the alpha compile problem
15118 * parser.[ch]: changed errno to errNo in the parser context :-(
15119 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15120 * doc/xml.html: changed CHAR to xmlChar
15121 * doc/html/*: recompiled the documentation
15122 * configure.in: 1.7.1
15123
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015124Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15125
15126 * parser.h: modified the parser context struct to regain 1.4.0
15127 binary compatibility
15128 * parser.c, xml-error.h: added errno ot teh context and defined
15129 a set of errors values with update of errno
15130 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15131 DTDs and entities
15132 * *.h, *.c: complete cleanup of the use of config.h and include
15133 protection depending on the current setup.
15134 * overalll debugging, maintenance and bug-fixing on all modules
15135 * updated the documentation
15136 * ready for 1.7.0
15137
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015138Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15139
15140 * HTMLparser.c : cleanup
15141 * SAX.c valid.c valid.h: added ID/IDREF checking
15142 * tree.c tree.h: extended doc structure for refs
15143 * configure.in: 1.6.2
15144 * parser.c: patched bug in SAX user arg call
15145 * parserInternals.h: patched missing close in C++ wrapping
15146 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15147 especially upcoming XPointer implementation.
15148 * doc/xml.html: augmented, typo
15149
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015150Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15151
15152 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15153 not all invocations of install understand -d.
15154
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015155Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15156
15157 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15158 to make 'check' works, when builddir != srcdir.
15159
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015160Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15161
15162 * doc/xml.html : updated the documentation
15163
Daniel Veillard6454aec1999-09-02 22:04:43 +000015164Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15165
15166 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15167 not deallocated memory blocks
15168 * *.c : replaces all calls to malloc() free() and realloc() to
15169 the wrapper functions/macros
15170 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15171 instead of xmlFreeNodeList()
15172
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015173Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15174
15175 * HTMLparser.c: corrected a stupid bug leading to core dump at
15176 tree deallocation. Removed warnings indicated by
15177 Stephane.Conversy@lri.fr
15178 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15179 looked for in the external subset
15180
15181Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015182
15183 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15184 on SGI by Stephane.Conversy@lri.fr
15185
Daniel Veillardb96e6431999-08-29 21:02:19 +000015186Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15187
15188 * all .h : changed the prototype declaration indent as in gtk
15189 * most .c : working on reducing the TODOs in the code
15190 * most .c : cleanup though -pedantic and Insure++
15191 * improvements on validation ID checkings.
15192 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15193 * xml-config.in: closed #1810
15194
15195Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015196
15197 * tree.h, valid.c, valid.h: more work on validity, IDs
15198 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15199 definition for AIX
15200
Daniel Veillardb556eb51999-08-15 17:19:50 +000015201Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15202
15203 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15204 the distribution due to a cut'n paste error at last commit
15205
Daniel Veillardb05deb71999-08-10 19:04:08 +000015206Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15207
15208 * configure.in: upgraded to version 1.4.0
15209 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15210 Big update, added a large part of the validation process,
15211 it should be usable, but some parts are missing
15212 * xpath.c: improved the implementation w.r.t. root.
15213 * Makefile.am: added more tests
15214 * test and result trees: added a lot of tests
15215 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15216
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015217Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15218
15219 * Added an HACKING file
15220
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015221Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15222
15223 * xpath.[ch] : improvements and debug of the XPath implementation
15224 * parser.c, HTMLparser.c : modified the parsers to be progressive
15225 * tree.[ch] : extended the Buffer promitives
15226 * xmlIO.[ch] : added basic I/O routines providing progressive
15227 parsing and ready for I18N conversion plugins
15228 * SAXresult/* : the SAX callback sequence maybe slightly different
15229 now
15230 * test*.c : improved/updated the tests programs
15231 * doc/* : recompiled the docs.
15232
Daniel Veillard15b75af1999-07-26 16:42:37 +0000152331999-07-26 Michael Meeks <michael@edenproject.org>
15234
15235 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15236
15237 * tree.c: Ditto.
15238
Daniel Veillard1566d3a1999-07-15 14:24:29 +000015239Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15240
15241 * configure.in: upgraded to version 1.4.0
15242 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
15243 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
15244 XML query language, see http://www.w3.org/TR/xpath for more details.
15245 * parser.c, parser.h: added CHAR* related string functions for XPath
15246 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
15247 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
15248 rebuild the docs.
15249 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
15250 and regression testing capabilities for XPath.
15251
Daniel Veillardd79d7871999-07-12 10:38:12 +000015252Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15253
15254 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
15255 closing bug #1646
15256
Daniel Veillardbe9e5951999-07-12 09:16:45 +000015257Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15258
15259 * Makefile.am, example/Makefile.am: closed bug #1683
15260
Daniel Veillard3166ab11999-07-11 16:14:19 +000015261Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15262
15263 * example/Makefile.am, configure.in: added the makefile for the
15264 gjobread example
15265
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000015266Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
15267
15268 * doc/Makefile.am:
15269 - fix which allow "make install DESTDIR=</install/prefix>".
15270
Daniel Veillard7cc3c041999-07-09 10:11:57 +000015271Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15272
15273 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
15274 which fixed a problem on the file reading-code.
15275
Daniel Veillard82150d81999-07-07 07:32:15 +000015276Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15277
15278 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
15279 output.
15280 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
15281
Daniel Veillard5233ffc1999-07-06 22:25:25 +000015282Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * parser.h : Oops removed the binary compatibility problem
15285 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
15286 * parser.c, HTMLparser.c: applied patches for reading from stdin
15287
Daniel Veillardbe70ff71999-07-05 16:50:46 +000015288Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15289
15290 * parser.c, entities.c, valid.c: cleanup bug #1591
15291 * configure.in: cleanup bug #1592
15292 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
15293 the same tree back-end. Hence gdome will be available for it.
15294 * doc/Makefile.am: close bug #617
15295
Daniel Veillard97fea181999-06-26 23:07:37 +000015296Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15297
15298 * parser.c: alloctate a per parser context SAX interface block
15299
Daniel Veillard14fff061999-06-22 21:49:07 +000015300Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15301
15302 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
15303 and xmlEncodeEntitiesReentrant with the correct one :-\
15304
15305Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15306
15307 * commit of my internal XML base changes, quite a lot of
15308 changes, cleanups, better entities support, framework for
15309 new I/O and charset detection and handling
15310 * Fixed the configure/Makefile stuff to generate shared libs
15311 with the proper version info, so we jumped on rev from
15312 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
15313 xmlEncodeEntities() result need to be freed now, and a string
15314 xmlParserVersion provide the current library version.
15315
Raph Levien05240da1999-06-15 21:27:11 +000015316Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
15317
15318 * parser.c: fixed a buffer overrun for when you have a very long
15319 attribute with no entities in it.
15320
Daniel Veillardbb2da581999-06-13 14:37:07 +000015321Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15322
15323 * added example directory
15324 * added example/gjobs.xml gjobread.c, still need a Makefile.in
15325
Daniel Veillard011b63c1999-06-02 17:44:04 +000015326Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * Release of libxml-1.1, nearly everything has been touched for
15329 this.
15330 * Added more regression tests
15331 * Updated the documentation
15332
Daniel Veillard27d88741999-05-29 11:51:49 +000015333Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15334
15335 * tree.[ch]: unified the XML_NO_CORBA defines.
15336 * parser.c encoding.[ch]: started plugging in char encoding detection
15337
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000015338Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
15339
15340 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
15341 Also freed allocated buffer.
15342
Daniel Veillard27d88741999-05-29 11:51:49 +000015343Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000015344 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
15345 reentrancy problem at printing. One is left in entities.c, to
15346 remove ASAP
15347 * testSAX.c : added a test example showing the use of the SAX
15348 interface if one doesn't want to build the DOM tree.
15349 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
15350
Daniel Veillard517752b1999-04-05 12:20:10 +000015351Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15352
15353 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
15354 large revamping of the parser to use SAX callbacks
15355 http://www.megginson.com/SAX/ (or at least a C like interface
15356 a la Expat). It's now possible to set up your own callbacks
15357 and the parser will not build a DOM tree.
15358 * test/* result/*: updated the test suite, I finally removed
15359 the old Namespace draft support (PI based).
15360
Daniel Veillard87c83bd1999-04-02 16:04:43 +000015361Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15362
15363 * Makefile.am: added test result to EXTRA_DIST for make tests
15364
Daniel Veillard64068b31999-03-24 20:42:16 +000015365Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15366
15367 * parser.c, parserInternals.h: moved the chars macro definitions
15368 to parserInternals.h
15369 * parser.c, error.c: applied patches from "Knut Åkesson"
15370 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
15371
Daniel Veillard012ccc11999-03-23 10:11:11 +000015372Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15373
15374 * xml-config.in : applied patch to make --version work
15375
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000153761999-03-05 Raja R Harinath <harinath@cs.umn.edu>
15377
15378 * Makefile.am (check-local): Alias for `tests' target. This will
15379 cause `make check' to do the right thing.
15380 (tests): Don't run tests in srcdir. Also, replaced calls to
15381 basename with a `sed' "equivalent".
15382
Daniel Veillardd109e371999-03-05 06:26:45 +000015383Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15384
15385 * Renamed error.h to xml-error.h, corrected Makefile.am to list
15386 it in the header and not the sources, updated the doc.
15387 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
15388 pointing this out.
15389
Daniel Veillardbc50b591999-03-01 12:28:53 +000015390Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15391
15392 * parser.c, parser.h, parserInternals.h: memory leak hunting,
15393 exported the inputStream routines.
15394 * doc/html/* : updated accordingly
15395
Daniel Veillardd692aa41999-02-28 21:54:31 +000015396Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15397
15398 * parser.c, parser.h, parserInternals.h: added a few extra
15399 internal calls to allocate and free parser contexts ...
15400 * doc/html/* : updated accordingly
15401
Daniel Veillard55a99271999-02-25 11:01:29 +000015402Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15403
15404 * configure.in, Makefile.am, doc/makefile.am : General changes for
15405 1.0.0 release and including the generated HTML documentation.
15406
Daniel Veillard35925471999-02-25 08:46:07 +000015407Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * makefile.am : added parserInternals.h, oops.
15410
Daniel Veillard1e346af1999-02-22 10:33:01 +000015411Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15412
15413 * parserInternals.h: added this header giving access to the parser
15414 internal functions.
15415 * doc/Makefile.am : added a rebuild target which rebuilds the full
15416 set of documentations
15417 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
15418 the internal subset.
15419 * *.c *.h: modifications needed to generate the documentation using
15420 gtk-doc, cleanup of functions blocks, reorganisation of struct
15421 declarations.
15422
Daniel Veillard1164e751999-02-16 16:29:17 +000015423Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15424
15425 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
15426 the tar and spec file to include the beginning of the doc.
15427
Nuno Ferreira03d04781999-02-13 00:07:17 +0000154281999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
15429
15430 * doc/.cvsignore: Added this file.
15431
Daniel Veillard6800ef31999-02-08 18:33:22 +000015432Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15433
15434 * tree.c: fixed xmlGetProp to return "" when the attribute
15435 exists, even if the node-list is NULL.
15436
Daniel Veillard726c7e31999-02-08 15:13:10 +000015437Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * tree.c: patched an error outputting empty attribute values.
15440 * Makefile.am and doc/makefile.am: have been updated during the
15441 week-end. Sorry for an empty CVS log, I got a shell problem.
15442
Daniel Veillard1899e851999-02-01 12:18:54 +000015443Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15444
15445 * tree.h: cleaned up using enums instead of defines
15446 * parser.c, valid.[ch]: more work on parsing/output of element
15447 declarations
15448
Daniel Veillard3b9def11999-01-31 22:15:06 +000015449Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15450
15451 * valid.[ch], tree.c, parser.c : more work toward full parsing
15452 of XML DTDs.
15453 * README: added informations about mailing-list and on-line
15454 documentation
15455
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000154561999-01-27 Raja R Harinath <harinath@cs.umn.edu>
15457
15458 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
15459
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000015460Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15461
15462 * parser.c, tree.[ch] : more work toward conformance testing,
15463 added a last element to accelerate parsing of very flat structures
15464 started working on internal subset Element content declaration.
15465 * valid.[ch] : first cut at adding code toward validation.
15466 * previous changes had also small impact on most files, especially
15467 the conformance testing using James Clark test suite.
15468
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000015469Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15470
15471 * test/* : updated the examples, most of them were not well
15472 formed (humm), and added rdf2.
15473 * result/* : resulting changes in the output.
15474
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000015475Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * tree.c: changed the behaviour of xmlGetProp on NULL values.
15478
Daniel Veillard44b3a061998-12-05 17:27:22 +000015479Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15480
15481 * tree.c: patched a bug in the generation of empty attributes
15482
Daniel Veillardbe36afe1998-11-27 06:39:50 +000015483Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15484
15485 * entities.[ch], tree.[ch], tester.c: added copy interfaces
15486 for node/trees/documents/... Biggest problem is namespace
15487 support when copying subtrees.
15488
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000015489Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15490
15491 * parser.c, entities.c: improve entities and char ref encoding,
15492 and cleanups of error messages.
15493
Daniel Veillard242590e1998-11-13 18:04:35 +000015494Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15495
15496 * parser.c, entities.c: simple bug hunting done during rpm2html and
15497 rpmfind integration.
15498
Daniel Veillard42dc9b31998-11-09 01:17:21 +000015499Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15500
15501 * parser.[ch]: Added interfaces allowing to specify a SAX
15502 handler before parsing.
15503
Daniel Veillarde3bffb91998-11-08 14:40:56 +000015504Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15505
15506 * parser.c: redirrect all errors reporting through the SAX
15507 error function
15508
Daniel Veillardda4d3c41998-11-04 20:07:05 +000015509Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
15512 * libtool, tlmain ...: update of the libtool files
15513
Miguel de Icaza442321c1998-11-04 18:13:38 +0000155141998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
15515
15516 * entities.c: Use g_snprintf insteda of snprintf.
15517
Daniel Veillard0ba4d531998-11-01 19:34:31 +000015518Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15519
15520 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
15521 added ent5 test for this purpose.
15522 * parser.c, parser.h: formatting, comments and UTF-8 planning.
15523
Daniel Veillard27271681998-10-30 06:39:40 +000015524Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15525
15526 * parser.c: fixed? a strange error due to compression on a GWP
15527 document.
15528
Daniel Veillard25940b71998-10-29 05:51:30 +000015529Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15530
15531 * tree.[ch]: bug fixing
15532 * entities.[ch]: defined a specific type for predefined entities
15533 * doc/xml.html: more documentation on the library, how to use it,
15534 overview of the interfaces.
15535
Daniel Veillard16253641998-10-28 22:58:05 +000015536Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15537
15538 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
15539
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015540Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15541
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000015542 * tree.c: corrected a small bug
15543 * doc/xml.html: continuing writing documentation.
15544
15545Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15546
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000015547 * debugXML.h debugXML.c: added debugging utilities.
15548 * tester.c: added --debug switch.
15549 * tree.c: patched an incorrect node->type assignment.
15550 * parser.c: formatting, ensure that node->doc != NULL in attributes
15551
Daniel Veillardccb09631998-10-27 06:21:04 +000015552Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15553
15554 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
15555 entity support and provide an internal representation close to
15556 DOM one (entity ref nodes, and attribute value as tree). I tried
15557 to preserve the interface but this will surely break some apps
15558 (I have to change rpm2html/rpmfind for example). I had to change
15559 two interfaces, and the generated tree is somewhat different.
15560 * doc/* : started documenting the XML library, the tree and
15561 DOM/Corba. This is a first step.
15562
Daniel Veillard11e00581998-10-24 18:27:49 +000015563Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15564
15565 * parser.c: Set up the fonctions comment block, boring but useful.
15566 * parser.h, SAX.c, parser.c: now attributes are processed through
15567 the SAX interface. The problem is that my SAX interface diverged
15568 quite a bit from the original one, well this is not an official
15569 spec, and translating it from Java to C is hairy anyway...
15570
Daniel Veillard97b58771998-10-20 06:14:16 +000015571Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15572
15573 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
15574 fonctions comment block, boring but useful.
15575
15576Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000015577
15578 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
15579 conversion routines. However they are not yet used to convert the
15580 inputs. The core will run with UTF-8.
15581
Daniel Veillard33942841998-10-18 19:12:41 +000015582Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15583
15584 * tree.c : make sure that the type id is properly set-up when
15585 a new object is allocated, needed for DOM.
15586
Daniel Veillard27fb0751998-10-17 06:47:46 +000015587Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15588
15589 * tree.h, tree.c: Ok, the main objects in the tree will be native
15590 corba objects, it costs 8 bytes per Node, Attribute and Document
15591 but it simplifies the Corba integration a lot (no extra interface
15592 objects to allocate/free).
15593
Daniel Veillard0bef1311998-10-14 02:36:47 +000015594Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15595
15596 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
15597 and changed NODEs contants for conformity with DOM Level 1
15598
Daniel Veillard27864701998-10-08 03:47:24 +000015599Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15600
15601 * added hooks to keep track of servants when creating objects
15602 xmlDoc and xmlNode (for Corba export).
15603
Daniel Veillarda6e1d121998-10-04 14:41:05 +000015604Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15605
15606 * added xml-config script.
15607
Daniel Veillard7066a791998-10-01 20:28:28 +000015608Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15609
15610 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
15611 to autoupdate libtool and automake conf files.
15612
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000156131998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
15614
15615 * Makefile.am: Use '?' to separate the sed
15616 commands as ',' is used when people pass -Wl,something.
15617
15618
Daniel Veillard15a8df41998-09-24 19:15:06 +000015619Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15620
15621 * tree.c, tree.h: added a per-document compression interface.
15622
Daniel Veillard151b1b01998-09-23 00:49:46 +000015623Tue Sep 22 20:47:38 EDT 1998
15624
15625 * tree.c, tree.h: added saving with compression and added interfaces
15626 to control the compression level (xmlGetCompressMode,
15627 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
15628
Daniel Veillard70120ff1998-09-22 00:24:21 +000015629Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15630
15631 * parser.c: corrected a loop for files of size 0
15632
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000156331998-08-20 Raja R Harinath <harinath@cs.umn.edu>
15634
15635 * error.h: New file. Contains prototyes from `error.c'.
15636
Tom Tromeyc19653d1998-08-14 01:22:43 +000015637Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
15638
15639 * Makefile.am (xmlincdir): New macro.
15640 (xmlinc_HEADERS): Renamed from include_HEADERS.
15641
Daniel Veillard845664d1998-08-13 04:43:19 +000015642Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15643
15644 * applied small patch on numeric entities from
15645 Christopher Blizzard <blizzard@appliedtheory.com>
15646
Daniel Veillard260a68f1998-08-13 03:39:55 +000015647Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15648
15649 * New release 0.2, removed the old xml_* files so that it's
15650 coherent with the other CVS base (W3C), far better conformance
15651 to standard, new namespaces, decent entities support, beginning
15652 of a SAX-like interface. Nearly nothing left intact, even the
15653 test examples ...
15654
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000156551998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
15656
15657 * .cvsignore: Add .deps dir
15658
Daniel Veillardf8015fa1998-07-26 21:31:38 +000015659Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
15660
15661 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
15662
Daniel Veillardfe926001998-07-26 04:28:20 +000015663Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000015664
Daniel Veillardfe926001998-07-26 04:28:20 +000015665 * configure.in: added test for CPP
15666 * AUTHORS, Changelog: the original ones didn't get commited but the
15667 glib ones instead, fixed.
15668 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000015669
Daniel Veillardfe926001998-07-26 04:28:20 +000015670Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000015671
Daniel Veillardfe926001998-07-26 04:28:20 +000015672 * integrated code developped at W3C
15673 * changed the original Copyright
15674 * migrated to automake
15675 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000015676